Skip to content

Commit

Permalink
add cli.md for maps, and fix a name in x-ms-examples (Azure#8415)
Browse files Browse the repository at this point in the history
  • Loading branch information
00Kai0 committed Oct 12, 2020
1 parent 233d3e3 commit 76248c4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
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
```

0 comments on commit 76248c4

Please sign in to comment.