Note

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

Access to this page requires authorization. You can try .

az feature

Manage resource provider features.

Commands

Name Description Type Status
az feature list

List preview features.

Core GA
az feature register

Register a preview feature.

Core GA
az feature registration

Manage resource provider feature registrations.

Core GA
az feature registration create

Create a feature registration.

Core GA
az feature registration delete

Delete a feature registration.

Core GA
az feature registration list

List feature registrations.

Core GA
az feature registration show

Returns a feature registration.

Core GA
az feature show

Gets the preview feature with the specified name.

Core GA
az feature unregister

Unregister a preview feature.

Core GA

az feature list

List preview features.

az feature list [--namespace]

Examples

List preview features

az feature list

Optional Parameters

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

--namespace

The resource namespace, aka 'provider'.

az feature register

Register a preview feature.

az feature register --name
 --namespace
 [--acquire-policy-token]
 [--change-reference]

Examples

register the "Shared Image Gallery" feature

az feature register --namespace Microsoft.Compute --name GalleryPreview

Required Parameters

--name -n

The feature name.

--namespace

The resource namespace, aka 'provider'.

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 feature show

Gets the preview feature with the specified name.

az feature show --name
 --namespace

Required Parameters

--name -n

The feature name.

--namespace

The resource namespace, aka 'provider'.

az feature unregister

Unregister a preview feature.

az feature unregister --name
 --namespace
 [--acquire-policy-token]
 [--change-reference]

Examples

unregister the "Shared Image Gallery" feature

az feature unregister --namespace Microsoft.Compute --name GalleryPreview

Required Parameters

--name -n

The feature name.

--namespace

The resource namespace, aka 'provider'.

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

Feedback

Was this page helpful?