az sig gallery-application

Manage gallery application.

Commands

Name Description Type Status
az sig gallery-application create

Create a gallery Application Definition.

Core GA
az sig gallery-application delete

Delete a gallery Application.

Core GA
az sig gallery-application list

List gallery Application Definitions in a gallery.

Core GA
az sig gallery-application show

Get information about a gallery Application Definition.

Core GA
az sig gallery-application update

Update a gallery Application Definition.

Core GA
az sig gallery-application version

Manage gallery application version.

Core GA
az sig gallery-application version create

Create a gallery Application Version.

Core GA
az sig gallery-application version delete

Delete a gallery application version.

Core GA
az sig gallery-application version list

List gallery application versions.

Core GA
az sig gallery-application version show

Get information about a gallery application version.

Core GA
az sig gallery-application version update

Update a gallery Application Version.

Core GA
az sig gallery-application version wait

Place the CLI in a waiting state until a condition is met.

Core GA
az sig gallery-application wait

Place the CLI in a waiting state until a condition of the sig gallery-application is met.

Core GA

Create a gallery Application Definition.

az sig gallery-application create --application-name
                                  --gallery-name
                                  --os-type {Linux, Windows}
                                  --resource-group
                                  [--description]
                                  [--location]
                                  [--no-wait]
                                  [--tags]

Create a simple gallery Application.

az sig gallery-application create --gallery-name MyGallery --name AppName -g MyResourceGroup --os-type windows
--application-name --name -n

The name of the gallery Application.

--gallery-name -r

Gallery name.

--os-type

This property allows you to specify the supported type of the OS that application is built for.

Possible values are:

Windows

Linux.

accepted values: Linux, Windows
--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--description

The description of this gallery Application Definition resource. This property is updatable.

--location -l

Location. Values from: az account list-locations. You can configure the default location using az configure --defaults location=<location>.

--no-wait

Do not wait for the long-running operation to finish.

default value: False
--tags

Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

Delete a gallery Application.

az sig gallery-application delete [--application-name]
                                  [--gallery-name]
                                  [--ids]
                                  [--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
                                  [--resource-group]
                                  [--subscription]
                                  [--yes]
--application-name --gallery-application-name --name -n

The name of the gallery application.

--gallery-name -r

Gallery name.

--ids

One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.

--no-wait

Do not wait for the long-running operation to finish.

accepted values: 0, 1, f, false, n, no, t, true, y, yes
--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--yes -y

Do not prompt for confirmation.

default value: False
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

List gallery Application Definitions in a gallery.

az sig gallery-application list --gallery-name
                                --resource-group
--gallery-name -r

Gallery name.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

Get information about a gallery Application Definition.

az sig gallery-application show [--application-name]
                                [--gallery-name]
                                [--ids]
                                [--resource-group]
                                [--subscription]
--application-name --gallery-application-name --name -n

The name of the gallery application.

--gallery-name -r

Gallery name.

--ids

One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

Update a gallery Application Definition.

az sig gallery-application update --application-name
                                  --gallery-name
                                  --resource-group
                                  [--description]
                                  [--location]
                                  [--no-wait]
                                  [--tags]

Update a simple gallery Application.

az sig gallery-application update --gallery-name GalleryName --name AppName -g MyResourceGroup --description Description --tags tag=MyTag
--application-name --name -n

The name of the gallery Application.

--gallery-name -r

Gallery name.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--description

The description of this gallery Application Definition resource. This property is updatable.

--location -l

Location. Values from: az account list-locations. You can configure the default location using az configure --defaults location=<location>.

--no-wait

Do not wait for the long-running operation to finish.

default value: False
--tags

Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

Place the CLI in a waiting state until a condition of the sig gallery-application is met.

az sig gallery-application wait --application-name
                                --gallery-name
                                --resource-group
                                [--created]
                                [--custom]
                                [--deleted]
                                [--exists]
                                [--interval]
                                [--timeout]
                                [--updated]
--application-name --name -n

The name of the gallery Application.

--gallery-name -r

Gallery name.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--created

Wait until created with 'provisioningState' at 'Succeeded'.

default value: False
--custom

Wait until the condition satisfies a custom JMESPath query. E.g. provisioningState!='InProgress', instanceView.statuses[?code=='PowerState/running'].

--deleted

Wait until deleted.

default value: False
--exists

Wait until the resource exists.

default value: False
--interval

Polling interval in seconds.

default value: 30
--timeout

Maximum wait in seconds.

default value: 3600
--updated

Wait until updated with provisioningState at 'Succeeded'.

default value: False
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.