az config param-persist
Command group 'config' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Manage parameter persistence.
Commands
Name | Description | Type | Status |
---|---|---|---|
az config param-persist delete |
Delete parameter persistence data. |
Core | Experimental |
az config param-persist off |
Turn off parameter persistence. |
Core | Experimental |
az config param-persist on |
Turn on parameter persistence. |
Core | Experimental |
az config param-persist show |
Show parameter persistence data. |
Core | Experimental |
az config param-persist delete
Command group 'config param-persist' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Delete parameter persistence data.
az config param-persist delete [--all]
[--purge]
[--recursive]
[--yes]
[<NAME>]
Examples
Delete resource_group_name from parameter persistence
az config param-persist delete resource_group_name
Clear all parameter persistence data
az config param-persist delete --all
Delete parameter persistence file
az config param-persist delete --all --purge
Delete parameter persistence file recursively
az config param-persist delete --all --purge --recursive
Optional Parameters
Clear all parameter persistence data. Either positional name argument or --all can be specified.
Delete parameter persistence file from working directory. Only available when --all is specified.
Indicate this is recursive delete of parameter persistence. Only available when --all is specified.
Do not prompt for confirmation. Only available when --all is specified.
Space-separated list of parameter persistence names. Either positional name argument or --all can be specified.
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 config param-persist off
Command group 'config param-persist' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Turn off parameter persistence.
az config param-persist off
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 config param-persist on
Command group 'config param-persist' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Turn on parameter persistence.
az config param-persist on
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 config param-persist show
Command group 'config param-persist' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Show parameter persistence data.
az config param-persist show [<NAME>]
Examples
Show all parameter persistence value
az config param-persist show
Show resource_group_name parameter persistence value
az config param-persist show resource_group_name
Optional Parameters
Space-separated list of parameter persistence names.
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.