Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

az config param-persist

  • Experimental

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 [--acquire-policy-token]
 [--all]
 [--change-reference]
 [--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.

--acquire-policy-token

Acquiring an Azure Policy token automatically for this resource operation.

Property Value
Parameter group: Global Policy Arguments
--all

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

Property Value
Default value: False
--change-reference

The related change reference ID for this resource operation.

Property Value
Parameter group: Global Policy Arguments
--purge

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

Property Value
Default value: False
--recursive

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

Property Value
Default value: False
--yes -y

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

Property Value
Default value: False
<NAME>

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

Property Value
Parameter group: Positional

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 [--acquire-policy-token]
 [--change-reference]

Optional Parameters

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--acquire-policy-token

Acquiring an Azure Policy token automatically for this resource operation.

Property Value
Parameter group: Global Policy Arguments
--change-reference

The related change reference ID for this resource operation.

Property Value
Parameter group: Global Policy Arguments

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 [--acquire-policy-token]
 [--change-reference]

Optional Parameters

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--acquire-policy-token

Acquiring an Azure Policy token automatically for this resource operation.

Property Value
Parameter group: Global Policy Arguments
--change-reference

The related change reference ID for this resource operation.

Property Value
Parameter group: Global Policy Arguments

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 []

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.

<NAME>

Space-separated list of parameter persistence names.

Property Value
Parameter group: Positional

Feedback

Was this page helpful?