Skip to content

Commit 9c7bb14

Browse files
committed
Let's rename also the suppressions with the new Identity object schema
1 parent e5bc009 commit 9c7bb14

File tree

1 file changed

+1
-1
lines changed
  • specification/desktopvirtualization/resource-manager

1 file changed

+1
-1
lines changed

specification/desktopvirtualization/resource-manager/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ suppressions:
5050
from: desktopvirtualization.json
5151
reason: False postive -> we have a singleton element in the collection, per recommendation from ARM API review, meaning that we won't have an "even" number of segments. Learn more about this (approved) scenario @ ARM RPC Guidance https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-contracts.md#singleton-resources
5252
- code: GuidUsage
53-
where: $.definitions.Identity.properties.*.format
53+
where: $.definitions.DesktopVirtualizationIdentity.properties.*.format
5454
from: desktopvirtualization.json
5555
reason: False postive -> this is the official Managed Identity payload format for principal and tenant ID properties and we are just (re)defining them
5656
```

0 commit comments

Comments
 (0)