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

Experimental

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

--all

Clear all parameter persistence data. Either positional name argument or --all can be specified.

default value: False
--purge

Delete parameter persistence file from working directory. Only available when --all is specified.

default value: False
--recursive

Indicate this is recursive delete of parameter persistence. Only available when --all is specified.

default value: False
--yes -y

Do not prompt for confirmation. Only available when --all is specified.

default value: False
<NAME>

Space-separated list of parameter persistence names. Either positional name argument or --all can be specified.

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 config param-persist off

Experimental

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
--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 config param-persist on

Experimental

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
--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 config param-persist show

Experimental

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

<NAME>

Space-separated list of parameter persistence names.

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.