Skip to content

Commit

Permalink
remove suppression if not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
abaranwal-ms committed Dec 28, 2023
1 parent 0000337 commit ff3e411
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions specification/edgeorder/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,24 +73,6 @@ input-file:

---

## Suppression

``` yaml
directive:
- suppress: AvoidAdditionalProperties
from: edgeorder.json
where:
- $.definitions.UserAssignedIdentity
- $.definitions.ResourceIdentity.properties.userAssignedIdentities
- $.definitions.OrderItemUpdateParameter.properties.identity.properties.userAssignedIdentities
- $.definitions.OrderItemResource.properties.identity.properties.userAssignedIdentities
- $.definitions.OrderItemResourceList.properties.value.items.properties.identity.properties.userAssignedIdentities
reason: User-Assigned Identity is supposed to be a dictionary as per ARM recommendation (https://eng.ms/docs/products/arm/rbac/managed_identities/msionboardingsteps) more details here (https://microsoft.sharepoint.com/:w:/t/AzureMSI/EX3pnn_1rqRJueYLSx5H59UBRyPZXTh5E404q6D5mP0Prg?e=BiSODk)
```

---


# Code Generation

## Swagger to SDK
Expand Down

0 comments on commit ff3e411

Please sign in to comment.