Skip to content

Commit

Permalink
- adds suppressions due to description changing
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Biret <[email protected]>
  • Loading branch information
baywet committed May 14, 2024
1 parent b6bd747 commit b787800
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions it/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,18 @@
{
"Language": "python",
"Rationale": "https://github.com/microsoft/kiota/issues/2957"
},
{
"Language": "java",
"Rationale": "https://github.com/microsoft/kiota/issues/3398"
},
{
"Language": "csharp",
"Rationale": "https://github.com/microsoft/kiota/issues/3398"
},
{
"Language": "php",
"Rationale": "https://github.com/microsoft/kiota/issues/3398"
}
],
"IdempotencySuppressions": [
Expand Down Expand Up @@ -329,9 +341,7 @@
]
},
"apisguru::apis.guru": {
"Suppressions": [
],
"IdempotencySuppressions": [
]
"Suppressions": [],
"IdempotencySuppressions": []
}
}
}

0 comments on commit b787800

Please sign in to comment.