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
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
The name of the Containerapp.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az containerapp label-history show
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
The label name to show history for.
The name of the Containerapp.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.