Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 29 additions & 1 deletion specification/keyvault/resource-manager/readme.cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,35 @@ directive:
]}

cli:
cli-directive:
test-scenario:
- name: /Vaults/put/Create a new vault or update an existing vault
- name: /Vaults/put/Create or update a vault with network acls
disabled: true
- name: /Vaults/put/Add an access policy, or update an access policy with new permissions
disabled: true
- name: /PrivateEndpointConnections/put/KeyVaultPutPrivateEndpointConnection
disabled: true
- name: /PrivateEndpointConnections/get/KeyVaultGetPrivateEndpointConnection
disabled: true
- name: /PrivateLinkResources/get/KeyVaultListPrivateLinkResources
disabled: true
- name: /Vaults/get/Retrieve a vault
- name: /Vaults/get/List vaults in the specified resource group
- name: /Vaults/get/List deleted vaults in the specified subscription
- name: /Vaults/get/List vaults in the specified subscription
- name: /Vaults/get/List vaults in the specified subscription
- name: /Operations/get/Lists available Rest API operations.
- name: /Vaults/patch/Update an existing vault
disabled: true
- name: /Vaults/post/Validate a vault name
- name: /PrivateEndpointConnections/delete/KeyVaultDeletePrivateEndpointConnection
disabled: true
- name: /Vaults/delete/Delete a vault
- name: /Vaults/get/Retrieve a deleted vault
disabled: true
- name: /Vaults/post/Purge a deleted vault
disabled: true
cli-directive:
- where:
resource: 'vaults'
op: '^(getDeleted|purgeDeleted)$'
Expand Down