Skip to content

Commit 7b163ef

Browse files
authored
Merge pull request #1959 from MicrosoftDocs/auth_sub_id_fix
Remove invaliad and useless line
2 parents a359223 + e84a951 commit 7b163ef

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs-ref-services/latest/authorization.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: authorization
88
---
99
# Azure Authorization libraries for python
1010

11-
## [Management API](/python/api/overview/azure/authorization/management)
11+
## [Management API](/python/api/overview/azure/mgmt-authorization-readme)
1212

1313
```bash
1414
pip install azure-mgmt-authorization
@@ -18,8 +18,6 @@ pip install azure-mgmt-authorization
1818

1919
The following code creates an instance of the management client.
2020

21-
You will need to provide your ``subscription_id`` which can be retrieved from [your subscription list](https://manage.windowsazure.com/#Workspaces/AdminTasks/SubscriptionMapping).
22-
2321
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.
2422

2523
```python
@@ -43,7 +41,7 @@ authorization_client = AuthorizationManagementClient(
4341

4442
## Check permissions for a resource group
4543

46-
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).
44+
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).
4745

4846
```python
4947
from azure.mgmt.redis.models import Sku, RedisCreateOrUpdateParameters
@@ -56,4 +54,4 @@ permissions = self.authorization_client.permissions.list_for_resource_group(
5654
```
5755

5856
> [!div class="nextstepaction"]
59-
> [Explore the Management APIs](/python/api/azure-mgmt-authorization)
57+
> [Explore the Management APIs](/python/api/azure-mgmt-authorization)

0 commit comments

Comments
 (0)