Skip to content

Commit

Permalink
Add Readme File for Container Registry
Browse files Browse the repository at this point in the history
  • Loading branch information
LianwMS committed May 29, 2020
1 parent 515d379 commit e0fa75d
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
20 changes: 20 additions & 0 deletions specification/containerregistry/resource-manager/readme.az.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## AZ

These settings apply only when `--az` is specified on the command line.

``` yaml $(az)
az:
extensions: containerregistry
namespace: azure.mgmt.containerregistry
package-name: azure-mgmt-containerregistry
az-output-folder: $(azure-cli-extension-folder)/src/containerregistry
python-sdk-output-folder: "$(az-output-folder)/azext_containerregistry/vendored_sdks/containerregistry"

#cli:
# cli-directive:
# - where:
# group: MachineLearningCompute
# op: CreateOrUpdate
# param: properties
# poly-resource: true
```
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
CLI

These settings apply only when `--cli` is specified on the command line.

``` yaml $(cli)
#cli:
# test-scenario:
# - name: Example_CreateOrUpdate
```

0 comments on commit e0fa75d

Please sign in to comment.