Share via


az feature registration

Manage resource provider feature registrations.

Commands

Name Description Type Status
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 registration create

Create a feature registration.

az feature registration create --name
                               --namespace

Examples

create the "Shared Image Gallery" feature

az feature registration create --namespace Microsoft.Compute --name GalleryPreview

Required Parameters

--name -n

The feature name.

--namespace

The resource namespace, aka 'provider'.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--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.

Property Value
Default value: False

az feature registration delete

Delete a feature registration.

az feature registration delete --name
                               --namespace
                               [--yes]

Examples

delete the "Shared Image Gallery" feature

az feature registration delete --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.

--yes -y

Do not prompt for confirmation.

Property Value
Default value: False
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--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.

Property Value
Default value: False

az feature registration list

List feature registrations.

az feature registration list [--namespace]

Examples

List feature registrations

az feature registration 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'.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--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.

Property Value
Default value: False

az feature registration show

Returns a feature registration.

az feature registration show --name
                             --provider-namespace

Required Parameters

--name -n

The feature name.

--provider-namespace

The provider namespace. Required.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--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.

Property Value
Default value: False