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
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
Your own access token.
Subscription ID under which to list resource groups.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az demo style
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
The theme to format styled text. If unspecified, the default theme is used.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
Azure CLI