From 64189f08def406948bbc0c441cc23e98e3d8f7e8 Mon Sep 17 00:00:00 2001 From: navba-MSFT <57353862+navba-MSFT@users.noreply.github.com> Date: Tue, 21 Jun 2022 12:39:33 +0530 Subject: [PATCH 1/2] {AzureCXP} fixes Azure/azure-powershell#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 Azure/azure-powershell#18607 --- src/Resources/Resources/help/Register-AzProviderFeature.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 From bed6e7ecc5ace4225e327127bf4c206462867493 Mon Sep 17 00:00:00 2001 From: navba-MSFT <57353862+navba-MSFT@users.noreply.github.com> Date: Thu, 23 Jun 2022 09:55:33 +0530 Subject: [PATCH 2/2] {AzureCXP} fixes Azure/azure-powershell#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 --- src/Resources/Resources/help/Az.Resources.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.