-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding readme file for testing and cli generation (#7809)
- Loading branch information
1 parent
e0863ad
commit 7e48450
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
``` |