We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
budget_operations
action groups
resource groups and resource locks
The text was updated successfully, but these errors were encountered:
Hi @spoloj In all the operations, the subscription_id is a parameter of the main client:
from azure.mgmt.resource import ResourceManagementClient LOCATION = 'eastus' GROUP_NAME ='sample_resource_group' resource_client = ResourceManagementClient(credentials, subscription_id) resource_client.resource_groups.create_or_update(GROUP_NAME, {'location': LOCATION})
If you have a set of subscription_id, you then will need to create several clients.
Thanks,
Sorry, something went wrong.
No branches or pull requests
budget_operations
action groups
resource groups and resource locks
The text was updated successfully, but these errors were encountered: