Del via


az containerapp label-history

Note

This reference is part of the containerapp extension for the Azure CLI (version 2.62.0 or higher). The extension will automatically install the first time you run an az containerapp label-history command. Learn more about extensions.

This command group is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Show the history for one or more labels on the Container App.

Commands

Name Description Type Status
az containerapp label-history list

List the history for all labels on the Container App.

Extension Preview
az containerapp label-history show

Show the history for a specific label on the Container App.

Extension Preview

az containerapp label-history list

Preview

Command group 'containerapp label-history' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

List the history for all labels on the Container App.

az containerapp label-history list --name
                                   --resource-group

Examples

List All Label History

az containerapp label-history list -n my-containerapp -g MyResourceGroup

Required Parameters

--name -n

The name of the Containerapp.

--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.

az containerapp label-history show

Preview

Command group 'containerapp label-history' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Show the history for a specific label on the Container App.

az containerapp label-history show --label
                                   --name
                                   --resource-group

Examples

Show Label History

az containerapp label-history show -n my-containerapp -g MyResourceGroup --label LabelName

Required Parameters

--label

The label name to show history for.

--name -n

The name of the Containerapp.

--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.