Skip to content

Commit

Permalink
{AzureCXP} fixes #18607 (#18647)
Browse files Browse the repository at this point in the history
* {AzureCXP} fixes #18607

This documentation says "Registers an Azure provider feature in your account." which is vague and makes it sound like its ties to a user account. 

The below REST API docs clearly mentions that it registers feature to the current subscription context.
https://docs.microsoft.com/en-us/rest/api/resources/features/register

fixes #18607

* {AzureCXP} fixes #18607

This documentation says "Registers an Azure provider feature in your account." which is vague and makes it sound like its ties to a user account.

The below REST API docs clearly mentions that it registers feature to the current subscription context.
https://docs.microsoft.com/en-us/rest/api/resources/features/register

fixes #18607
  • Loading branch information
navba-MSFT authored Jun 23, 2022
1 parent 68efd12 commit 68e9243
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/Resources/Resources/help/Az.Resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,13 +343,13 @@ Create a deployment at tenant scope
Publishes a Bicep file to a registry.

### [Register-AzProviderFeature](Register-AzProviderFeature.md)
Registers an Azure provider feature in your account.
Registers an Azure provider feature in your current subscription context.

### [Register-AzProviderPreviewFeature](Register-AzProviderPreviewFeature.md)
Creates a feature registration in your account.
Creates a feature registration in your current subscription context.

### [Register-AzResourceProvider](Register-AzResourceProvider.md)
Registers a resource provider.
Registers a resource provider in your current subscription context.

### [Remove-AzADAppCredential](Remove-AzADAppCredential.md)
Removes key credentials or password credentials for an application.
Expand Down
6 changes: 3 additions & 3 deletions src/Resources/Resources/help/Register-AzProviderFeature.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ schema: 2.0.0
# Register-AzProviderFeature

## SYNOPSIS
Registers an Azure provider feature in your account.
Registers an Azure provider feature in your current subscription context.

## SYNTAX

Expand All @@ -19,7 +19,7 @@ Register-AzProviderFeature -FeatureName <String> -ProviderNamespace <String>
```

## DESCRIPTION
The **Register-AzProviderFeature** cmdlet registers an Azure provider feature in your account.
The **Register-AzProviderFeature** cmdlet registers an Azure provider feature in your current subscription context.

## EXAMPLES

Expand All @@ -28,7 +28,7 @@ The **Register-AzProviderFeature** cmdlet registers an Azure provider feature in
Register-AzProviderFeature -FeatureName AllowApplicationSecurityGroups -ProviderNamespace Microsoft.Network
```

This adds the AllowApplicationSecurityGroups feature for Microsoft.Network to your account.
This adds the AllowApplicationSecurityGroups feature for Microsoft.Network to your current subscription context.

## PARAMETERS

Expand Down

0 comments on commit 68e9243

Please sign in to comment.