az demo secret-store

This command group is implicitly deprecated because command group 'demo' is deprecated and will be removed in a future release.

A demo showing how to use secret store.

Commands

Name Description Type Status
az demo secret-store load

Load custom data from secret store.

Core Deprecated
az demo secret-store save

Save custom data to secret store.

Core Deprecated

az demo secret-store load

Deprecated

This command is implicitly deprecated because command group 'demo' is deprecated and will be removed in a future release.

Load custom data from secret store.

az demo secret-store load
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 demo secret-store save

Deprecated

This command is implicitly deprecated because command group 'demo' is deprecated and will be removed in a future release.

Save custom data to secret store.

az demo secret-store save [<KEY_VALUE>]

Examples

Save data to secret store.

az demo secret-store save "name=Johann Sebastian Bach" job=musician

Optional Parameters

<KEY_VALUE>

Space-separated data: = [= ...].

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.