Skip to content

Commit

Permalink
fix: adds suppression for php composed types
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Biret <[email protected]>
  • Loading branch information
baywet committed Sep 6, 2024
1 parent 0122648 commit f8f274e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions it/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,7 @@
"Rationale": "https://github.com/microsoft/kiota/issues/2957"
}
],
"IdempotencySuppressions": [
]
"IdempotencySuppressions": []
},
"apisguru::twilio.com:api": {
"ExcludePatterns": [
Expand Down Expand Up @@ -253,6 +252,10 @@
{
"Language": "ruby",
"Rationale": "https://github.com/microsoft/kiota/issues/1816"
},
{
"Language": "php",
"Rationale": "https://github.com/microsoft/kiota/issues/5354"
}
],
"IdempotencySuppressions": [
Expand Down Expand Up @@ -301,13 +304,10 @@
"Rationale": "https://github.com/microsoft/kiota/issues/1816"
}
],
"IdempotencySuppressions": [
]
"IdempotencySuppressions": []
},
"apisguru::apis.guru": {
"Suppressions": [
],
"IdempotencySuppressions": [
]
"Suppressions": [],
"IdempotencySuppressions": []
}
}

0 comments on commit f8f274e

Please sign in to comment.