From fc96683ea43e962ac98f1ef434093b8aff6acdd9 Mon Sep 17 00:00:00 2001 From: Laurent Mazuel Date: Wed, 18 Sep 2024 17:11:22 -0700 Subject: [PATCH 1/3] Remove invaliad and useless line --- docs-ref-services/latest/authorization.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs-ref-services/latest/authorization.md b/docs-ref-services/latest/authorization.md index dbe5e9ef1271..536ea5242bae 100644 --- a/docs-ref-services/latest/authorization.md +++ b/docs-ref-services/latest/authorization.md @@ -18,8 +18,6 @@ pip install azure-mgmt-authorization The following code creates an instance of the management client. -You will need to provide your ``subscription_id`` which can be retrieved from [your subscription list](https://manage.windowsazure.com/#Workspaces/AdminTasks/SubscriptionMapping). - See [Resource Management Authentication](/python/azure/python-sdk-azure-authenticate) for details on handling Azure Active Directory authentication with the Python SDK, and creating a ``Credentials`` instance. ```python @@ -56,4 +54,4 @@ permissions = self.authorization_client.permissions.list_for_resource_group( ``` > [!div class="nextstepaction"] -> [Explore the Management APIs](/python/api/azure-mgmt-authorization) \ No newline at end of file +> [Explore the Management APIs](/python/api/azure-mgmt-authorization) From 8d86644df8e3387dd4c2e75a1b4d3b30d4008448 Mon Sep 17 00:00:00 2001 From: Laurent Mazuel Date: Tue, 16 Dec 2025 00:42:43 +0000 Subject: [PATCH 2/3] Fix broken link --- docs-ref-services/latest/authorization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-ref-services/latest/authorization.md b/docs-ref-services/latest/authorization.md index 706aafac2736..24ee889e1f6a 100644 --- a/docs-ref-services/latest/authorization.md +++ b/docs-ref-services/latest/authorization.md @@ -8,7 +8,7 @@ ms.service: authorization --- # Azure Authorization libraries for python -## [Management API](/python/api/overview/azure/authorization/management) +## [Management API](/python/api/overview/azure/authorization/mgmt-authorization-readme) ```bash pip install azure-mgmt-authorization From e84a951ace8eb26c52e9f18804d60b35055721f7 Mon Sep 17 00:00:00 2001 From: Laurent Mazuel Date: Tue, 16 Dec 2025 17:43:20 +0000 Subject: [PATCH 3/3] Fix links --- docs-ref-services/latest/authorization.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-ref-services/latest/authorization.md b/docs-ref-services/latest/authorization.md index 24ee889e1f6a..79716aa71c5b 100644 --- a/docs-ref-services/latest/authorization.md +++ b/docs-ref-services/latest/authorization.md @@ -8,7 +8,7 @@ ms.service: authorization --- # Azure Authorization libraries for python -## [Management API](/python/api/overview/azure/authorization/mgmt-authorization-readme) +## [Management API](/python/api/overview/azure/mgmt-authorization-readme) ```bash pip install azure-mgmt-authorization @@ -41,7 +41,7 @@ authorization_client = AuthorizationManagementClient( ## Check permissions for a resource group -The following code checks permissions in a given resource group. To create or manage resource groups, see [Resource Management](/python/api/overview/azure/azure.mgmt.resource). +The following code checks permissions in a given resource group. To create or manage resource groups, see [Resource Management](/python/api/overview/azure/mgmt-resource-readme). ```python from azure.mgmt.redis.models import Sku, RedisCreateOrUpdateParameters