Skip to content

Commit

Permalink
Update suppressions
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoodyear committed Mar 9, 2025
1 parent 23f5fd0 commit 032bdd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specification/mission/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ input-file:
suppressions:
- code: AvoidAnonymousTypes
from: openapi.json
where: $.definitions."Azure.ResourceManager.CommonTypes.ManagedServiceIdentityUpdate".properties.userAssignedIdentities.additionalProperties
where: $.definitions['Azure.ResourceManager.CommonTypes.ManagedServiceIdentityUpdate'].properties.userAssignedIdentities.additionalProperties
reason: This is an incorrect failure due to a bug in the tool (https://github.com/Azure/typespec-azure/issues/1163)
```

Expand All @@ -55,7 +55,7 @@ input-file:
suppressions:
- code: AvoidAnonymousTypes
from: openapi.json
where: $.definitions."Azure.ResourceManager.CommonTypes.ManagedServiceIdentityUpdate".properties.userAssignedIdentities.additionalProperties
where: $.definitions['Azure.ResourceManager.CommonTypes.ManagedServiceIdentityUpdate'].properties.userAssignedIdentities.additionalProperties
reason: This is an incorrect failure due to a bug in the tool (https://github.com/Azure/typespec-azure/issues/1163)
```

Expand Down

0 comments on commit 032bdd5

Please sign in to comment.