Skip to content

Commit

Permalink
{AzureCXP} fixes Azure#18607
Browse files Browse the repository at this point in the history
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 Azure#18607
  • Loading branch information
navba-MSFT authored Jun 23, 2022
1 parent 64189f0 commit bed6e7e
Showing 1 changed file with 3 additions and 3 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

0 comments on commit bed6e7e

Please sign in to comment.