az workload-orchestration configuration schema

Note

This command group has commands that are defined in two or more extensions. Each extension will automatically install the first time you run an extension command. Learn more about extensions.

Commands

Name Description Type Status
az workload-orchestration configuration schema show (workload-orchestration extension)

Show the schema placeholder for a configuration template or solution template.

Extension GA
az workload-orchestration configuration schema show (workload-orchestration-preview extension)

Show the schema placeholder for a configuration template or solution template.

Extension GA

az workload-orchestration configuration schema show (workload-orchestration extension)

Show the schema placeholder for a configuration template or solution template.

az workload-orchestration configuration schema show --template-name
                                                    --template-rg
                                                    --version
                                                    [--solution {0, 1, f, false, n, no, t, true, y, yes}]
                                                    [--template-subscription]

Examples

Show schema for a Configuration Template

az workload-orchestration configuration schema show --template-rg rg1 --template-name template1 --version 1.0.0

Show schema for a Solution Template

az workload-orchestration configuration schema show --template-rg rg1 --template-name solutionTemplate1 --version 1.0.0 --solution

Show schema for a template in different subscription

az workload-orchestration configuration schema show --template-subscription sub1 --template-rg rg1 --template-name template1 --version 1.0.0

Required Parameters

--template-name -n

The name of the Template (Solution template or Configuration template) to show schema for.

--template-rg -g

Resource group name for the template.

--version -v

Version of the template.

Optional Parameters

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--solution

Flag to indicate that we are showing schema for a solution template. If not provided, we are showing schema for a config template.

Property Value
Accepted values: 0, 1, f, false, n, no, t, true, y, yes
--template-subscription

Subscription ID for the template. Only needed if the subscription ID for the template is different than the current subscription ID.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--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.

Property Value
Default value: False

az workload-orchestration configuration schema show (workload-orchestration-preview extension)

Show the schema placeholder for a configuration template or solution template.

az workload-orchestration configuration schema show --template-name
                                                    --template-rg
                                                    --version
                                                    [--solution {0, 1, f, false, n, no, t, true, y, yes}]
                                                    [--template-subscription]

Examples

Show schema for a Configuration Template

az workload-orchestration configuration schema show --template-rg rg1 --template-name template1 --version 1.0.0

Show schema for a Solution Template

az workload-orchestration configuration schema show --template-rg rg1 --template-name solutionTemplate1 --version 1.0.0 --solution

Show schema for a template in different subscription

az workload-orchestration configuration schema show --template-subscription sub1 --template-rg rg1 --template-name template1 --version 1.0.0

Required Parameters

--template-name -n

The name of the Template (Solution template or Configuration template) to show schema for.

--template-rg -g

Resource group name for the template.

--version -v

Version of the template.

Optional Parameters

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--solution

Flag to indicate that we are showing schema for a solution template. If not provided, we are showing schema for a config template.

Property Value
Accepted values: 0, 1, f, false, n, no, t, true, y, yes
--template-subscription

Subscription ID for the template. Only needed if the subscription ID for the template is different than the current subscription ID.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--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.

Property Value
Default value: False