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]
[]
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
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Clear all parameter persistence data. Either positional name argument or --all can be specified.
Property | Value |
---|---|
Default value: | False |
Delete parameter persistence file from working directory. Only available when --all is specified.
Property | Value |
---|---|
Default value: | False |
Indicate this is recursive delete of parameter persistence. Only available when --all is specified.
Property | Value |
---|---|
Default value: | False |
Do not prompt for confirmation. Only available when --all is specified.
Property | Value |
---|---|
Default value: | False |
Space-separated list of parameter persistence names. Either positional name argument or --all can be specified.
Property | Value |
---|---|
Parameter group: | Positional |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |
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.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |
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.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |
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 []
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
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Space-separated list of parameter persistence names.
Property | Value |
---|---|
Parameter group: | Positional |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |