Skip to content

Commit

Permalink
Move ARM suppressions to right readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
heaths committed Aug 23, 2023
1 parent 26f65e6 commit a424071
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
8 changes: 0 additions & 8 deletions specification/keyvault/data-plane/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -500,14 +500,6 @@ directive:
from: keys.json
where: $.definitions.LifetimeActionsType.properties.type
reason: SDK, docs workaround for current service behavior.
- suppress: EnumUniqueValue
from: keys.json
where: $.definitions.Action.properties.type
reason: SDK, docs workaround for current service behavior.
- suppress: EnumUniqueValue
from: keysManagedHsm.json
where: $.definitions.ManagedHsmAction.properties.type
reason: SDK, docs workaround for current service behavior.
- suppress: DOUBLE_FORWARD_SLASHES_IN_URL
from: rbac.json
reason: / is a valid scope in this scenario.
Expand Down
9 changes: 9 additions & 0 deletions specification/keyvault/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,15 @@ directive:
from: keysManagedHsm.json
reason: This is to keep compatibility with existing data plane property. The 'release_policy' property for KeyCreateParameters does not support camelCase.
- suppress: EnumUniqueValue
from: keys.json
where: $.definitions.Action.properties.type
reason: SDK, docs workaround for current service behavior.
- suppress: EnumUniqueValue
from: keysManagedHsm.json
where: $.definitions.ManagedHsmAction.properties.type
reason: SDK, docs workaround for current service behavior.
- suppress: INVALID_REQUEST_PARAMETER
from: keyvault.json
reason: The Vaults_List API endpoint only supports version 2015-11-01.
Expand Down

0 comments on commit a424071

Please sign in to comment.