Skip to content

Commit

Permalink
updated test scenario (#9056)
Browse files Browse the repository at this point in the history
* updated test scenario

* disabled some tests
  • Loading branch information
Zim Kalinowski authored Apr 15, 2020
1 parent 11f892a commit 0d091c8
Showing 1 changed file with 33 additions and 6 deletions.
39 changes: 33 additions & 6 deletions specification/appconfiguration/resource-manager/readme.cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,39 @@ cli:
namespace: azure.mgmt.appconfiguration
package-name: azure-mgmt-appconfiguration
debug: true
test-setup:
- name: ConfigurationStores_Create
- name: ConfigurationStores_Get
- name: ConfigurationStores_CheckNameAvailable
- name: ConfigurationStores_ListKeys
- name: ConfigurationStores_List
test-scenario:
- name: /ConfigurationStores/put/ConfigurationStores_Create
- name: /ConfigurationStores/put/ConfigurationStores_Create_WithIdentity
disabled: true
- name: /PrivateEndpointConnections/put/PrivateEndpointConnection_CreateOrUpdate
disabled: true
- name: /PrivateEndpointConnections/get/PrivateEndpointConnection_GetConnection
disabled: true
- name: /PrivateLinkResources/get/PrivateLinkResources_Get
disabled: true
- name: /PrivateEndpointConnections/get/PrivateEndpointConnection_List
disabled: true
- name: /PrivateLinkResources/get/PrivateLinkResources_ListGroupIds
disabled: true
- name: /ConfigurationStores/get/ConfigurationStores_Get
- name: /ConfigurationStores/get/ConfigurationStores_ListByResourceGroup
- name: /ConfigurationStores/get/ConfigurationStores_List
- name: /ConfigurationStores/post/ConfigurationStores_RegenerateKey
disabled: true
- name: /ConfigurationStores/post/ConfigurationStores_ListKeyValue
disabled: true
- name: /ConfigurationStores/post/ConfigurationStores_ListKeys
- name: /ConfigurationStores/patch/ConfigurationStores_Update
disabled: true
- name: /ConfigurationStores/patch/ConfigurationStores_Update_WithIdentity
disabled: true
- name: /Operations/post/ConfigurationStores_CheckNameNotAvailable
disabled: true
- name: /Operations/post/ConfigurationStores_CheckNameAvailable
disabled: true
- name: /PrivateEndpointConnections/delete/PrivateEndpointConnections_Delete
disabled: true
- name: /ConfigurationStores/delete/ConfigurationStores_Delete
cli-directive:
- select: 'parameter'
where:
Expand Down

0 comments on commit 0d091c8

Please sign in to comment.