az feature
Manage resource provider features.
Commands
az feature list |
List preview features. |
az feature register |
Register a preview feature. |
az feature show |
Gets the preview feature with the specified name. |
az feature unregister |
Unregister a preview feature. |
az feature list
List preview features.
az feature list [--namespace]
[--query-examples]
[--subscription]
Examples
List preview features
az feature list
Optional Parameters
The resource namespace, aka 'provider'.
Recommend JMESPath string for you. You can copy one of the query and paste it after --query parameter within double quotation marks to see the results. You can add one or more positional keywords so that we can give suggestions based on these key words.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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.
Increase logging verbosity. Use --debug for full debug logs.
az feature register
Register a preview feature.
az feature register --name
--namespace
[--subscription]
Examples
register the "Shared Image Gallery" feature
az feature register --namespace Microsoft.Compute --name GalleryPreview
Required Parameters
The feature name.
The resource namespace, aka 'provider'.
Optional Parameters
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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.
Increase logging verbosity. Use --debug for full debug logs.
az feature show
Gets the preview feature with the specified name.
az feature show --name
--namespace
[--query-examples]
[--subscription]
Required Parameters
The feature name.
The resource namespace, aka 'provider'.
Optional Parameters
Recommend JMESPath string for you. You can copy one of the query and paste it after --query parameter within double quotation marks to see the results. You can add one or more positional keywords so that we can give suggestions based on these key words.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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.
Increase logging verbosity. Use --debug for full debug logs.
az feature unregister
Unregister a preview feature.
az feature unregister --name
--namespace
[--subscription]
Examples
unregister the "Shared Image Gallery" feature
az feature unregister --namespace Microsoft.Compute --name GalleryPreview
Required Parameters
The feature name.
The resource namespace, aka 'provider'.
Optional Parameters
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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.
Increase logging verbosity. Use --debug for full debug logs.