Skip to content

Commit

Permalink
adding readme file for testing and cli generation (#7809)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zim Kalinowski authored and weidongxu-microsoft committed Nov 20, 2019
1 parent e0863ad commit 7e48450
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions specification/imagebuilder/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.

``` yaml $(cli)
cli:
namespace: azure.mgmt.imagebuilder
flatten-all: true
test-scenario:
- name: Create an Image Template.
- name: Create an Image Template with a user assigned identity configured
- name: Retrieve single runOutput
- name: Retrieve a list of all outputs created by the last run of an Image Template
- name: Retrieve an Image Template.
- name: List images by resource group
- name: List images by subscription.
- name: Create image(s) from existing imageTemplate.
- name: Remove identities for an Image Template.
- name: Update the tags for an Image Template.
- name: Delete an Image Template.
```

0 comments on commit 7e48450

Please sign in to comment.