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

add cli.md for maps, and fix a name in x-ms-examples #8415

Merged
merged 1 commit into from
Feb 19, 2020
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@
"description": "Create or update a Private Atlas resource. Private Atlas resource will enable the usage of Azure resources to build a custom set of mapping data. It requires an account to exist before it can be created.",
"operationId": "PrivateAtlases_CreateOrUpdate",
"x-ms-examples": {
"CreateAccount": {
"CreatePrivateAtlas": {
"$ref": "./examples/CreatePrivateAtlas.json"
}
},
Expand Down
21 changes: 21 additions & 0 deletions specification/maps/resource-manager/readme.cli.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## CLI

These settings apply only when `--cli` is specified on the command line.
current tag-package=2018-05
``` yaml $(cli)
cli:
cli-name: maps
package-name: azure-mgmt-maps
namespace: azure.mgmt.maps
test-scenario:
- name: CreateAccount
- name: GetAccount
- name: ListAccountsByResourceGroup
- name: ListAccountsBySubscription
- name: GetOperations
- name: RegenerateKey
- name: ListKeys
- name: UpdateAccount
- name: MoveAccounts
- name: DeleteAccount
```