diff --git a/docs-ref-services/latest/authorization.md b/docs-ref-services/latest/authorization.md index 354f5a563d2e..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 @@ -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)