diff --git a/src/Resources/Resources/help/Az.Resources.md b/src/Resources/Resources/help/Az.Resources.md index 856594d5ac1e..51374ce7cee4 100644 --- a/src/Resources/Resources/help/Az.Resources.md +++ b/src/Resources/Resources/help/Az.Resources.md @@ -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. diff --git a/src/Resources/Resources/help/Register-AzProviderFeature.md b/src/Resources/Resources/help/Register-AzProviderFeature.md index 356d0fbf6f9a..e63bc560a887 100644 --- a/src/Resources/Resources/help/Register-AzProviderFeature.md +++ b/src/Resources/Resources/help/Register-AzProviderFeature.md @@ -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 @@ -19,7 +19,7 @@ Register-AzProviderFeature -FeatureName -ProviderNamespace ``` ## 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 @@ -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