Skip to content

Commit

Permalink
Adding autogenerated keyvault test (#9080)
Browse files Browse the repository at this point in the history
* adding keyvault tests

* updated test
  • Loading branch information
Zim Kalinowski authored Apr 20, 2020
1 parent 531afa0 commit 107b95f
Showing 1 changed file with 29 additions and 1 deletion.
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

0 comments on commit 107b95f

Please sign in to comment.