Skip to main content

Microsoft Azure Quota Management Client Library for Python

Project description

Microsoft Azure SDK for Python

This is the Microsoft Azure Quota Management Client Library. This package has been tested with Python 3.7+. For a more complete view of Azure libraries, see the azure sdk python release.

Disclaimer

Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691

Getting started

Prerequisites

Install the package

pip install azure-mgmt-quota
pip install azure-identity

Authentication

By default, Azure Active Directory token authentication depends on correct configure of following environment variables.

  • AZURE_CLIENT_ID for Azure client ID.
  • AZURE_TENANT_ID for Azure tenant ID.
  • AZURE_CLIENT_SECRET for Azure client secret.

In addition, Azure subscription ID can be configured via environment variable AZURE_SUBSCRIPTION_ID.

With above configuration, client can be authenticated by following code:

from azure.identity import DefaultAzureCredential
from azure.mgmt.quota import QuotaMgmtClient
import os

sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = QuotaMgmtClient(credential=DefaultAzureCredential(), subscription_id=sub_id)

Examples

Code samples for this package can be found at:

Troubleshooting

Next steps

Provide Feedback

If you encounter any bugs or have suggestions, please file an issue in the Issues section of the project.

Release History

1.1.0 (2023-11-20)

Other Changes

  • Fix for first GA

1.0.0 (2023-04-20)

Breaking Changes

  • Client name is changed from AzureQuotaExtensionAPI to QuotaMgmtClient
  • First GA

1.1.0b3 (2022-11-09)

Other Changes

  • Added generated samples in github repo
  • Drop support for python<3.7.0

1.0.0b2 (2021-11-01)

Features

  • Added operation group QuotaOperationOperations

Breaking changes

  • Parameter limit_object_type of model LimitObject is now required
  • Removed operation group OperationOperations

1.0.0b1 (2021-09-07)

  • Initial Release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

azure-mgmt-quota-1.1.0.tar.gz (48.0 kB view details)

Uploaded Source

Built Distribution

azure_mgmt_quota-1.1.0-py3-none-any.whl (65.6 kB view details)

Uploaded Python 3

File details

Details for the file azure-mgmt-quota-1.1.0.tar.gz.

File metadata

  • Download URL: azure-mgmt-quota-1.1.0.tar.gz
  • Upload date:
  • Size: 48.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: RestSharp/106.13.0.0

File hashes

Hashes for azure-mgmt-quota-1.1.0.tar.gz
Algorithm Hash digest
SHA256 40e48df84fb51878ac682931fa5cf59f76e9f0af2f6521b3702ab317a56d9922
MD5 80ee376c7aecc41a5b8d8fbc0b5542a1
BLAKE2b-256 d59ec185f82bdd57bea1693e13cb5a2acf2d3648b6ee37c83fc9a0fa7ee40c7e

See more details on using hashes here.

File details

Details for the file azure_mgmt_quota-1.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for azure_mgmt_quota-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 1c37739a0c45a065e02def2566233794c595e03a21957419105f1a732eb8299d
MD5 79bdfb9d708c53643a2856751c6fee6b
BLAKE2b-256 ab68daa45a3cf7258bd6836313ac8127c7e50cdc3cce6142ecb249d0e3401c99

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page