Skip to content

Commit

Permalink
- restores suppressions for idempotency when integrations are suppressed
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Biret <[email protected]>
  • Loading branch information
baywet committed Sep 20, 2023
1 parent 14680d0 commit c909ca7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions it/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,22 @@
}
],
"IdempotencySuppressions": [
{
"Language": "go",
"Rationale": "https://github.com/microsoft/kiota/issues/2834"
},
{
"Language": "php",
"Rationale": "https://github.com/microsoft/kiota/issues/2964"
},
{
"Language": "java",
"Rationale": "https://github.com/microsoft/kiota/issues/2842"
},
{
"Language": "python",
"Rationale": "https://github.com/microsoft/kiota/issues/2842"
},
{
"Language": "typescript",
"Rationale": "https://github.com/microsoft/kiota/issues/1812"
Expand Down

0 comments on commit c909ca7

Please sign in to comment.