Register-AzureProviderFeature

Register-AzureProviderFeature

Registers an Azure provider feature in your account.

Syntax

Parameter Set: Default
Register-AzureProviderFeature -FeatureName <String> -ProviderNamespace <String> [-Force] [-Profile <AzureProfile> ] [ <CommonParameters>]

Detailed Description

The Register-AzureProviderFeature cmdlet registers an Azure provider feature in your account.

Parameters

-FeatureName<String>

Specifies the name of the feature that this cmdlet registers.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

true(ByPropertyName)

Accept Wildcard Characters?

false

-Force

Forces the command to run without asking for user confirmation.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Profile<AzureProfile>

Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-ProviderNamespace<String>

Specifies a namespace for which this cmdlet registers a provider feature.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

true(ByPropertyName)

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

Example 1: Register a provider feature

This command registers the feature named AllowPreReleaseRegions for the specified provider in your account.

Register-AzureProviderFeature -FeatureName "AllowPreReleaseRegions" -ProviderNamespace "Microsoft.Compute"

Get-AzureProviderFeature