Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions docs-ref-services/latest/authorization.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
> [Explore the Management APIs](/python/api/azure-mgmt-authorization)