You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following code creates an instance of the management client.
20
20
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
-
23
21
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.
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).
47
45
48
46
```python
49
47
from azure.mgmt.redis.models import Sku, RedisCreateOrUpdateParameters
0 commit comments