az demo

This command group has been deprecated and will be removed in a future release.

Demos for designing, developing and demonstrating Azure CLI.

Commands

Name Description Type Status
az demo byo-access-token

List resource groups by bringing your own access token.

Core Deprecated
az demo secret-store

A demo showing how to use secret store.

Core Deprecated
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 style

A demo showing supported text styles.

Core Deprecated

az demo byo-access-token

Deprecated

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

List resource groups by bringing your own access token.

az demo byo-access-token --access-token
                         --subscription-id

Examples

List resource groups by bringing your own access token

az demo byo-access-token --access-token "eyJ0eXAiO..." --subscription-id 00000000-0000-0000-0000-000000000000

Required Parameters

--access-token

Your own access token.

--subscription-id

Subscription ID under which to list resource groups.

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 style

Deprecated

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

A demo showing supported text styles.

az demo style [--theme {cloud-shell, dark, light, none}]

Optional Parameters

--theme

The theme to format styled text. If unspecified, the default theme is used.

accepted values: cloud-shell, dark, light, none
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.