Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated test scenario #9056

Merged
merged 2 commits into from
Apr 15, 2020
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
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