azure-ai-anomalydetector
This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.
Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
14 of 861 committers (1.6%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (15.1%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.
Basic Info
Statistics
- Stars: 5,045
- Watchers: 516
- Forks: 3,093
- Open Issues: 975
- Releases: 0
Topics
Metadata Files
README.md
Azure SDK for Python
This repository is for the active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs or our versioned developer docs.
Getting started
For your convenience, each service has a separate set of libraries that you can choose to use instead of one, large Azure package. To get started with a specific library, see the README.md (or README.rst) file located in the library's project folder.
You can find service libraries in the /sdk directory.
Prerequisites
The client libraries are supported on Python 3.9 or later. For more details, please read our page on Azure SDK for Python version support policy.
Packages available
Each service might have a number of libraries available from each of the following categories: * Client - New Releases * Client - Previous Versions * Management - New Releases * Management - Previous Versions
Client: New Releases
New wave of packages that we are announcing as GA and several that are currently releasing in preview. These libraries allow you to use and consume existing resources and interact with them, for example: upload a blob. These libraries share several core functionalities such as: retries, logging, transport protocols, authentication protocols, etc. that can be found in the azure-core library. You can learn more about these libraries by reading guidelines that they follow here.
You can find the most up to date list of all of the new packages on our page
NOTE: If you need to ensure your code is ready for production use one of the stable, non-preview libraries.
Client: Previous Versions
Last stable versions of packages that have been provided for usage with Azure and are production-ready. These libraries provide you with similar functionalities to the Preview ones as they allow you to use and consume existing resources and interact with them, for example: upload a blob. They might not implement the guidelines or have the same feature set as the November releases. They do however offer wider coverage of services.
Management: New Releases
A new set of management libraries that follow the Azure SDK Design Guidelines for Python are now available. These new libraries provide a number of core capabilities that are shared amongst all Azure SDKs, including the intuitive Azure Identity library, an HTTP Pipeline with custom policies, error-handling, distributed tracing, and much more. Documentation and code samples for these new libraries can be found here. In addition, a migration guide that shows how to transition from older versions of libraries is located here.
You can find the most up to date list of all of the new packages on our page
NOTE: If you need to ensure your code is ready for production use one of the stable, non-preview libraries. Also, if you are experiencing authentication issues with the management libraries after upgrading certain packages, it's possible that you upgraded to the new versions of SDK without changing the authentication code, please refer to the migration guide mentioned above for proper instructions.
Management: Previous Versions
For a complete list of management libraries that enable you to provision and manage Azure resources, please check here. They might not have the same feature set as the new releases but they do offer wider coverage of services.
Management libraries can be identified by namespaces that start with azure-mgmt-, e.g. azure-mgmt-compute
Need help?
- For detailed documentation visit our Azure SDK for Python documentation
- File an issue via GitHub Issues
- Check previous questions or ask new ones on StackOverflow using
azureandpythontags.
Data Collection
The software may collect information about you and your use of the software and send it to Microsoft. Microsoft may use this information to provide services and improve our products and services. You may turn off the telemetry as described below. You can learn more about data collection and use in the help documentation and Microsofts privacy statement. For more information on the data collected by the Azure SDK, please visit the Telemetry Guidelines page.
Telemetry Configuration
Telemetry collection is on by default.
To opt out, you can disable telemetry at client construction. Define a NoUserAgentPolicy class that is a subclass of UserAgentPolicy with an on_request method that does nothing. Then pass instance of this class as kwargs user_agent_policy=NoUserAgentPolicy() during client creation. This will disable telemetry for all methods in the client. Do this for every new client.
The example below uses the azure-storage-blob package. In your code, you can replace azure-storage-blob with the package you are using.
```python import os from azure.identity import ManagedIdentityCredential from azure.storage.blob import BlobServiceClient from azure.core.pipeline.policies import UserAgentPolicy
Create your credential you want to use
mi_credential = ManagedIdentityCredential()
account_url = "https://
Set up user-agent override
class NoUserAgentPolicy(UserAgentPolicy): def on_request(self, request): pass
Create the BlobServiceClient object
blobserviceclient = BlobServiceClient(accounturl, credential=micredential, useragentpolicy=NoUserAgentPolicy())
containerclient = blobserviceclient.getcontainerclient(container=<containername>)
TODO: do something with the container client like download blob to a file
```
Reporting security issues and security bugs
Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) secure@microsoft.com. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the Security TechCenter.
Contributing
For details on contributing to this repository, see the contributing guide.
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repositories using our CLA.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.
Owner
- Name: Microsoft Azure
- Login: Azure
- Kind: organization
- Location: United States of America
- Website: https://docs.microsoft.com/en-us/azure/
- Twitter: Azure
- Repositories: 2,270
- Profile: https://github.com/Azure
APIs, SDKs and open source projects from Microsoft Azure
Committers
Last synced: 6 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Azure SDK Bot | 5****k@u****m | 2,768 |
| Laurent Mazuel | l****l@m****m | 1,284 |
| Krista Pratico | k****c@m****m | 863 |
| Xiang Yan | x****u@g****m | 811 |
| Laurent Mazuel | l****l@g****m | 736 |
| Scott Beddall | 4****d@u****m | 655 |
| Yuchao Yan | y****n@m****m | 475 |
| McCoy Patiño | 3****p@u****m | 462 |
| iscai-msft | 4****t@u****m | 423 |
| Paul Van Eck | p****k@m****m | 385 |
| swathipil | 7****l@u****m | 384 |
| Charles Lowell | c****e@m****m | 374 |
| Azure SDK for Python bot | a****2@m****m | 309 |
| Sean Kane | 6****t@u****m | 239 |
| catalinaperalta | c****h@h****m | 238 |
| Yalin Li | y****l@m****m | 236 |
| Rakshith Bhyravabhotla | s****v@m****m | 232 |
| annatisch | a****h@m****m | 220 |
| Libba Lawrence | l****e@m****m | 218 |
| SwaggerToSDK Automation | a****i@m****m | 209 |
| Leighton Chen | l****n@m****m | 202 |
| vincenttran-msft | 1****t@u****m | 199 |
| Azure CLI Bot | a****t@m****m | 194 |
| Kaihui (Kerwin) Sun | s****s@g****m | 177 |
| praveenkuttappan | 5****n@u****m | 159 |
| Jacob Lauzon | 9****t@u****m | 154 |
| huguesv | h****s@h****m | 146 |
| huguesv | h****o@m****m | 144 |
| Simon Moreno | 3****h@u****m | 134 |
| Jiefeng Chen | 5****6@u****m | 130 |
| and 831 more... | ||
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 4,022
- Total pull requests: 13,509
- Average time to close issues: 9 months
- Average time to close pull requests: 12 days
- Total issue authors: 1,704
- Total pull request authors: 464
- Average comments per issue: 2.86
- Average comments per pull request: 1.69
- Merged pull requests: 8,776
- Bot issues: 2
- Bot pull requests: 10
Past Year
- Issues: 1,245
- Pull requests: 7,118
- Average time to close issues: 20 days
- Average time to close pull requests: 9 days
- Issue authors: 658
- Pull request authors: 244
- Average comments per issue: 2.07
- Average comments per pull request: 1.37
- Merged pull requests: 4,549
- Bot issues: 2
- Bot pull requests: 8
Top Authors
Issue Authors
- azure-sdk (500)
- msyyc (103)
- swathipil (77)
- scbedd (76)
- catalinaperalta (76)
- mccoyp (67)
- kristapratico (66)
- l0lawrence (56)
- lmazuel (47)
- danieljurek (46)
- jerryshia (45)
- xiangyan99 (36)
- zimuli157 (31)
- kushagraThapar (31)
- YalinLi0312 (30)
Pull Request Authors
- azure-sdk (3,142)
- msyyc (463)
- xiangyan99 (461)
- pvaneck (460)
- l0lawrence (418)
- scbedd (397)
- swathipil (381)
- kristapratico (367)
- weirongw23-msft (362)
- dargilco (339)
- howieleung (234)
- mccoyp (227)
- vincenttran-msft (226)
- MilesHolland (200)
- singankit (196)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 100
-
Total downloads:
- pypi 473,392,822 last-month
- Total docker downloads: 11,381,958,825
-
Total dependent packages: 1,520
(may contain duplicates) -
Total dependent repositories: 24,765
(may contain duplicates) - Total versions: 1,353
- Total maintainers: 6
- Total advisories: 2
pypi.org: azure-mgmt-storage
Microsoft Azure Storage Management Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-mgmt-storage.readthedocs.io/
- License: MIT License
-
Latest release: 23.0.1
published 8 months ago
Rankings
Maintainers (3)
pypi.org: azure-common
Microsoft Azure Client Library for Python (Common)
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-common.readthedocs.io/
- License: MIT License
-
Latest release: 1.1.28
published about 4 years ago
Rankings
Maintainers (3)
pypi.org: azure-identity
Microsoft Azure Identity Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity
- Documentation: https://azure-identity.readthedocs.io/
- License: MIT License
-
Latest release: 1.24.0
published 7 months ago
Rankings
Advisories (1)
pypi.org: azure-cosmos
Microsoft Azure Cosmos Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-cosmos.readthedocs.io/
- License: MIT License
-
Latest release: 4.9.0
published over 1 year ago
Rankings
Maintainers (3)
pypi.org: azure-mgmt-containerinstance
Microsoft Azure Container Instance Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-mgmt-containerinstance.readthedocs.io/
- License: MIT License
-
Latest release: 10.1.0
published almost 3 years ago
Rankings
Maintainers (3)
pypi.org: azure-mgmt-core
Microsoft Azure Management Core Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/core/azure-mgmt-core
- Documentation: https://azure-mgmt-core.readthedocs.io/
- License: MIT License
-
Latest release: 1.6.0
published 8 months ago
Rankings
pypi.org: azure-mgmt-monitor
Microsoft Azure Monitor Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-mgmt-monitor.readthedocs.io/
- License: MIT License
-
Latest release: 7.0.0
published 7 months ago
Rankings
Maintainers (3)
pypi.org: azure-mgmt-keyvault
Microsoft Azure Key Vault Management Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-mgmt-keyvault.readthedocs.io/
- License: MIT License
-
Latest release: 12.0.0
published 8 months ago
Rankings
Maintainers (4)
pypi.org: azure-storage-queue
Microsoft Azure Azure Queue Storage Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-queue
- Documentation: https://azure-storage-queue.readthedocs.io/
- License: MIT License
-
Latest release: 12.13.0
published 7 months ago
Rankings
pypi.org: azure-mgmt-cdn
Microsoft Azure CDN Management Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-mgmt-cdn.readthedocs.io/
- License: MIT License
-
Latest release: 13.1.1
published over 1 year ago
Rankings
Maintainers (3)
pypi.org: azure-mgmt-batch
Microsoft Azure Batch Management Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-mgmt-batch.readthedocs.io/
- License: MIT License
-
Latest release: 18.0.0
published over 1 year ago
Rankings
Maintainers (3)
pypi.org: azure-storage-file-datalake
Microsoft Azure File DataLake Storage Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-storage-file-datalake.readthedocs.io/
- License: MIT License
-
Latest release: 12.21.0
published 7 months ago
Rankings
pypi.org: azure-mgmt-redis
Microsoft Azure Redis Cache Management Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-mgmt-redis.readthedocs.io/
- License: MIT License
-
Latest release: 14.5.0
published about 1 year ago
Rankings
Maintainers (3)
pypi.org: azure-mgmt-iothub
Microsoft Azure IoT Hub Management Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-mgmt-iothub.readthedocs.io/
- License: MIT License
-
Latest release: 4.0.0
published 11 months ago
Rankings
Maintainers (3)
pypi.org: azure-mgmt-cognitiveservices
Microsoft Azure Cognitive Services Management Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-mgmt-cognitiveservices.readthedocs.io/
- License: MIT License
-
Latest release: 13.7.0
published 7 months ago
Rankings
Maintainers (3)
pypi.org: azure-mgmt-eventhub
Microsoft Azure Event Hub Management Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-mgmt-eventhub.readthedocs.io/
- License: MIT License
-
Latest release: 11.2.0
published about 1 year ago
Rankings
Maintainers (3)
pypi.org: azure-mgmt-search
Microsoft Azure Search Management Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-mgmt-search.readthedocs.io/
- License: MIT License
-
Latest release: 9.2.0
published 7 months ago
Rankings
Maintainers (3)
pypi.org: azure-mgmt-servicefabric
Microsoft Azure Service Fabric Management Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-mgmt-servicefabric.readthedocs.io/
- License: MIT License
-
Latest release: 2.1.0
published about 2 years ago
Rankings
Maintainers (3)
pypi.org: azure-keyvault-keys
Microsoft Corporation Key Vault Keys Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk
- Documentation: https://azure-keyvault-keys.readthedocs.io/
- License: MIT License
-
Latest release: 4.11.0
published 8 months ago
Rankings
pypi.org: azure-storage-file-share
Microsoft Azure Azure File Share Storage Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-file-share
- Documentation: https://azure-storage-file-share.readthedocs.io/
- License: MIT License
-
Latest release: 12.22.0
published 7 months ago
Rankings
pypi.org: azure-mgmt-marketplaceordering
Microsoft Azure Market Place Ordering Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-mgmt-marketplaceordering.readthedocs.io/
- License: MIT License
-
Latest release: 1.1.0
published almost 5 years ago
Rankings
Maintainers (3)
pypi.org: azure-mgmt-servicebus
Microsoft Azure Service Bus Management Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-mgmt-servicebus.readthedocs.io/
- License: MIT License
-
Latest release: 9.0.0
published 10 months ago
Rankings
Maintainers (3)
pypi.org: azure-appconfiguration
Microsoft App Configuration Data Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/appconfiguration/azure-appconfiguration
- Documentation: https://azure-appconfiguration.readthedocs.io/
- License: MIT License
-
Latest release: 1.7.1
published over 1 year ago
Rankings
pypi.org: azure-mgmt-consumption
Microsoft Azure Consumption Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-mgmt-consumption.readthedocs.io/
- License: MIT License
-
Latest release: 10.0.0
published over 3 years ago
Rankings
Maintainers (3)
pypi.org: azure-mgmt
Microsoft Azure Resource Management Client Libraries for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-mgmt.readthedocs.io/
- License: MIT License
-
Latest release: 5.0.0
published almost 6 years ago
Rankings
Maintainers (3)
pypi.org: azure-keyvault-certificates
Microsoft Corporation Key Vault Certificates Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk
- Documentation: https://azure-keyvault-certificates.readthedocs.io/
- License: MIT License
-
Latest release: 4.10.0
published 8 months ago
Rankings
pypi.org: azure-mgmt-notificationhubs
Microsoft Azure Notification Hubs Management Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-mgmt-notificationhubs.readthedocs.io/
- License: MIT License
-
Latest release: 8.0.0
published about 4 years ago
Rankings
Maintainers (3)
pypi.org: azure-mgmt-powerbiembedded
Microsoft Azure Power BI Embedded Management Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-mgmt-powerbiembedded.readthedocs.io/
- License: MIT License
-
Latest release: 3.0.0
published over 1 year ago
Rankings
Maintainers (3)
pypi.org: azure-mgmt-managedservices
Microsoft Azure Managed Services Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-mgmt-managedservices.readthedocs.io/
- License: MIT License
-
Latest release: 6.0.0
published almost 5 years ago
Rankings
Maintainers (3)
pypi.org: azure-mgmt-imagebuilder
Microsoft Azure Image Builder Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-mgmt-imagebuilder.readthedocs.io/
- License: MIT License
-
Latest release: 1.4.0
published over 1 year ago
Rankings
Maintainers (3)
pypi.org: azure-mgmt-synapse
Microsoft Azure Synapse Management Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-mgmt-synapse.readthedocs.io/
- License: MIT License
-
Latest release: 2.0.0
published almost 5 years ago
Rankings
pypi.org: azure-keyvault-administration
Microsoft Corporation Key Vault Administration Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk
- Documentation: https://azure-keyvault-administration.readthedocs.io/
- License: MIT License
-
Latest release: 4.6.0
published 8 months ago
Rankings
pypi.org: azure-synapse-artifacts
Microsoft Azure Synapse Artifacts Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-synapse-artifacts.readthedocs.io/
- License: MIT License
-
Latest release: 0.21.0
published 6 months ago
Rankings
pypi.org: azure-synapse-accesscontrol
Microsoft Azure Synapse AccessControl Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-synapse-accesscontrol.readthedocs.io/
- License: MIT License
-
Latest release: 0.7.0
published over 4 years ago
Rankings
spack.io: py-azure-mgmt-nspkg
Microsoft Azure Resource Management Namespace Package [Internal].
- Homepage: https://github.com/Azure/azure-sdk-for-python
- License: []
-
Latest release: 3.0.2
published almost 4 years ago
Rankings
Maintainers (1)
pypi.org: azure-mgmt-databoxedge
Microsoft Azure Data Box Edge Management Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-mgmt-databoxedge.readthedocs.io/
- License: MIT License
-
Latest release: 2.0.0
published about 1 year ago
Rankings
pypi.org: azure-mgmt-costmanagement
Microsoft Azure Cost Management Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-mgmt-costmanagement.readthedocs.io/
- License: MIT License
-
Latest release: 4.0.1
published over 2 years ago
Rankings
Maintainers (3)
pypi.org: azure-mgmt-servicelinker
Microsoft Azure Service Linker Management Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-mgmt-servicelinker.readthedocs.io/
- License: MIT License
-
Latest release: 1.1.0
published almost 4 years ago
Rankings
pypi.org: azure-ai-ml
Microsoft Azure Machine Learning Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-ai-ml.readthedocs.io/
- License: MIT License
-
Latest release: 1.28.1
published 8 months ago
Rankings
pypi.org: azure-ai-textanalytics
Microsoft Azure Text Analytics Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-ai-textanalytics.readthedocs.io/
- License: MIT License
-
Latest release: 5.3.0
published over 2 years ago
Rankings
pypi.org: azure-mgmt-databricks
Microsoft Azure Data Bricks Management Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-mgmt-databricks.readthedocs.io/
- License: MIT License
-
Latest release: 2.0.0
published over 2 years ago
Rankings
Maintainers (3)
pypi.org: azure-eventhub-checkpointstoreblob-aio
Microsoft Azure Event Hubs checkpointer implementation with Blob Storage Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/eventhub/azure-eventhub-checkpointstoreblob-aio
- Documentation: https://azure-eventhub-checkpointstoreblob-aio.readthedocs.io/
- License: MIT License
-
Latest release: 1.2.0
published about 1 year ago
Rankings
pypi.org: azure-mgmt-automation
Microsoft Azure Automation Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-mgmt-automation.readthedocs.io/
- License: MIT License
-
Latest release: 1.0.0
published about 5 years ago
Rankings
Maintainers (3)
spack.io: py-azure-nspkg
Microsoft Azure Namespace Package [Internal].
- Homepage: https://github.com/Azure/azure-sdk-for-python
- License: []
-
Latest release: 3.0.2
published almost 4 years ago
Rankings
Maintainers (1)
pypi.org: azure-cognitiveservices-search-imagesearch
Microsoft Azure Cognitive Services Image Search Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-cognitiveservices-search-imagesearch.readthedocs.io/
- License: MIT License
-
Latest release: 2.0.1
published over 1 year ago
Rankings
Maintainers (3)
pypi.org: azure-cognitiveservices-search-newssearch
Microsoft Azure Cognitive Services News Search Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-cognitiveservices-search-newssearch.readthedocs.io/
- License: MIT License
-
Latest release: 2.0.0
published about 6 years ago
Rankings
Maintainers (3)
pypi.org: azure-ai-anomalydetector
Microsoft Cognitive Services Anomaly Detector Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk
- Documentation: https://azure-ai-anomalydetector.readthedocs.io/
- License: MIT License
-
Latest release: 3.0.0b6
published about 3 years ago
Rankings
pypi.org: azure-mgmt-hybridcompute
Microsoft Azure Hybrid Compute Management Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-mgmt-hybridcompute.readthedocs.io/
- License: MIT License
-
Latest release: 9.0.0
published over 1 year ago
Rankings
pypi.org: azure-purview-catalog
Microsoft Azure Azure Purview Catalog Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-purview-catalog.readthedocs.io/
- License: MIT License
-
Latest release: 1.0.0b4
published over 3 years ago
Rankings
pypi.org: azure-search
Microsoft Azure Cognitive Search Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/search/azure-search
- Documentation: https://azure-search.readthedocs.io/
- License: MIT License
-
Latest release: 1.0.0b2
published about 5 years ago
Rankings
pypi.org: azure-synapse
Microsoft Azure Synapse Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-synapse.readthedocs.io/
- License: MIT License
-
Latest release: 0.1.2
published over 1 year ago
Rankings
pypi.org: azure-ai-translation-text
Microsoft Azure Ai Translation Text Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk
- Documentation: https://azure-ai-translation-text.readthedocs.io/
- License: MIT License
-
Latest release: 1.0.1
published over 1 year ago
Rankings
Maintainers (1)
pypi.org: azure-ai-metricsadvisor
Microsoft Azure Metrics Advisor Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-ai-metricsadvisor.readthedocs.io/
- License: MIT License
-
Latest release: 1.0.1
published over 1 year ago
Rankings
pypi.org: azure-mgmt-healthcareapis
Microsoft Azure Health Care Apis Management Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-mgmt-healthcareapis.readthedocs.io/
- License: MIT License
-
Latest release: 2.1.0
published almost 2 years ago
Rankings
pypi.org: azure-cognitiveservices-search-entitysearch
Microsoft Azure Cognitive Services Entity Search Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-cognitiveservices-search-entitysearch.readthedocs.io/
- License: MIT License
-
Latest release: 2.0.1
published over 1 year ago
Rankings
Maintainers (3)
pypi.org: azure-mgmt-maintenance
Microsoft Azure Maintenance Management Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-mgmt-maintenance.readthedocs.io/
- License: MIT License
-
Latest release: 2.1.0
published over 2 years ago
Rankings
pypi.org: azure-mgmt-operationsmanagement
Microsoft Azure MyService Management Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-mgmt-operationsmanagement.readthedocs.io/
- License: MIT License
-
Latest release: 1.0.0
published about 5 years ago
Rankings
pypi.org: azure-ai-translation-document
Microsoft Azure Ai Translation Document Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk
- Documentation: https://azure-ai-translation-document.readthedocs.io/
- License: MIT License
-
Latest release: 1.1.0
published over 1 year ago
Rankings
pypi.org: azure-mgmt-redisenterprise
Microsoft Azure Redis Enterprise Management Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-mgmt-redisenterprise.readthedocs.io/
- License: MIT License
-
Latest release: 3.0.0
published almost 2 years ago
Rankings
pypi.org: azure-mgmt-kubernetesconfiguration
Microsoft Azure Kubernetes Configuration Management Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-mgmt-kubernetesconfiguration.readthedocs.io/
- License: MIT License
-
Latest release: 3.1.0
published over 2 years ago
Rankings
pypi.org: azure-mgmt-attestation
Microsoft Azure MyService Management Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-mgmt-attestation.readthedocs.io/
- License: MIT License
-
Latest release: 1.0.0
published almost 5 years ago
Rankings
pypi.org: azure-mgmt-azurestack
Microsoft Azure AzureStack Management Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-mgmt-azurestack.readthedocs.io/
- License: MIT License
-
Latest release: 1.0.0
published almost 5 years ago
Rankings
pypi.org: azure-mgmt-avs
Microsoft Azure Avs Management Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-mgmt-avs.readthedocs.io/
- License: MIT License
-
Latest release: 9.1.0
published 8 months ago
Rankings
pypi.org: azure-developer-loadtesting
Microsoft Azure Developer LoadTesting Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk
- Documentation: https://azure-developer-loadtesting.readthedocs.io/
- License: MIT License
-
Latest release: 1.0.1
published about 1 year ago
Rankings
pypi.org: azure-mgmt-scvmm
Microsoft Azure Scvmm Management Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-mgmt-scvmm.readthedocs.io/
- License: MIT License
-
Latest release: 1.0.0
published over 1 year ago
Rankings
conda-forge.org: azure-identity
- Homepage: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity
- License: MIT
-
Latest release: 1.12.0
published over 3 years ago
Rankings
pypi.org: azure-mgmt-logz
Microsoft Azure Logz Management Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-mgmt-logz.readthedocs.io/
- License: MIT License
-
Latest release: 1.1.1
published about 1 year ago
Rankings
pypi.org: azure-mgmt-connectedvmware
Microsoft Azure Connected VMWare Management Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-mgmt-connectedvmware.readthedocs.io/
- License: MIT License
-
Latest release: 1.0.0
published over 2 years ago
Rankings
pypi.org: azure-mgmt-workloadmonitor
Microsoft Azure Workload Monitor Management Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-mgmt-workloadmonitor.readthedocs.io/
- License: MIT License
-
Latest release: 1.0.0b4
published about 3 years ago
Rankings
pypi.org: azure-purview-account
Microsoft Azure Purview Account Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-purview-account.readthedocs.io/
- License: MIT License
-
Latest release: 1.0.0b1
published over 4 years ago
Rankings
spack.io: py-azure-mgmt-datamigration
Microsoft Azure Data Migration Client Library for Python.
- Homepage: https://github.com/Azure/azure-sdk-for-python
- License: []
-
Latest release: 4.0.0
published almost 4 years ago
Rankings
Maintainers (1)
spack.io: py-azure-mgmt-msi
Microsoft Azure MSI Management Client Library for Python.
- Homepage: https://github.com/Azure/azure-sdk-for-python
- License: []
-
Latest release: 1.0.0
published almost 4 years ago
Rankings
Maintainers (1)
spack.io: py-azure-mgmt-search
Microsoft Azure Search Management Client Library for Python.
- Homepage: https://github.com/Azure/azure-sdk-for-python
- License: []
-
Latest release: 2.1.0
published almost 4 years ago
Rankings
Maintainers (1)
spack.io: py-azure-mgmt-policyinsights
Microsoft Azure Policy Insights Client Library for Python.
- Homepage: https://github.com/Azure/azure-sdk-for-python
- License: []
-
Latest release: 0.5.0
published almost 4 years ago
Rankings
Maintainers (1)
spack.io: py-azure-mgmt-appconfiguration
Microsoft Azure App Configuration Management Client Library for Python.
- Homepage: https://github.com/Azure/azure-sdk-for-python
- License: []
-
Latest release: 0.5.0
published almost 4 years ago
Rankings
Maintainers (1)
spack.io: py-azure-mgmt-devtestlabs
Microsoft Azure DevTestLabs Management Client Library for Python.
- Homepage: https://github.com/Azure/azure-sdk-for-python
- License: []
-
Latest release: 4.0.0
published almost 4 years ago
Rankings
Maintainers (1)
spack.io: py-azure-mgmt-iotcentral
Microsoft Azure IoTCentral Management Client Library for Python.
- Homepage: https://github.com/Azure/azure-sdk-for-python
- License: []
-
Latest release: 3.1.0
published almost 4 years ago
Rankings
Maintainers (1)
pypi.org: azure-mgmt-testbase
Microsoft Azure Testbase Management Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-mgmt-testbase.readthedocs.io/
- License: MIT License
-
Latest release: 1.0.0b2
published over 3 years ago
Rankings
pypi.org: azure-core-tracing-opencensus
Microsoft Azure Azure Core Opencensus plugin Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/core/azure-core-tracing-opencensus
- Documentation: https://azure-core-tracing-opencensus.readthedocs.io/
- License: MIT License
-
Latest release: 1.0.0b10
published over 1 year ago
Rankings
pypi.org: azure-mgmt-managednetworkfabric
Microsoft Azure Managednetworkfabric Management Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-mgmt-managednetworkfabric.readthedocs.io/
- License: MIT License
-
Latest release: 1.0.0
published over 2 years ago
Rankings
Maintainers (1)
pypi.org: azure-mgmt-containerservicefleet
Microsoft Azure Containerservicefleet Management Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-mgmt-containerservicefleet.readthedocs.io/
- License: MIT License
-
Latest release: 3.1.0
published 10 months ago
Rankings
Maintainers (1)
conda-forge.org: azure-mgmt-containerinstance
This is the Microsoft Azure Container Instance Client Library. Azure Resource Manager (ARM) is the next generation of management APIs that replace the old Azure Service Management (ASM).
- Homepage: https://github.com/Azure/azure-sdk-for-python
- License: MIT
-
Latest release: 10.0.0
published over 3 years ago
Rankings
pypi.org: azure-ai-language-conversations-authoring
Microsoft Corporation Azure Ai Language Conversations Authoring Client Library for Python
- Documentation: https://azure-ai-language-conversations-authoring.readthedocs.io/
- License: mit
-
Latest release: 1.0.0b1
published 6 months ago
Rankings
Maintainers (1)
pypi.org: azure-mgmt-arizeaiobservabilityeval
Microsoft Azure Arizeaiobservabilityeval Management Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-mgmt-arizeaiobservabilityeval.readthedocs.io/
- License: MIT License
-
Latest release: 1.0.0
published 8 months ago
Rankings
Maintainers (1)
pypi.org: azure-ai-personalizer
Microsoft Azure Personalizer Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-ai-personalizer.readthedocs.io/
- License: MIT License
-
Latest release: 1.0.0b1
published over 3 years ago
Rankings
conda-forge.org: azure-mgmt-datafactory
- Homepage: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/datafactory/azure-mgmt-datafactory
- License: Apache-2.0
-
Latest release: 2.9.0
published over 3 years ago
Rankings
conda-forge.org: azure-servicebus
- Homepage: https://github.com/Azure/azure-sdk-for-python
- License: MIT
-
Latest release: 0.20.1
published over 3 years ago
Rankings
conda-forge.org: azure-mgmt-storage
- Homepage: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-mgmt-storage
- License: MIT
-
Latest release: 20.1.0
published over 3 years ago
Rankings
conda-forge.org: azure-mgmt-web
- Homepage: https://github.com/Azure/azure-sdk-for-python
- License: MIT
-
Latest release: 6.1.0
published over 3 years ago
Rankings
conda-forge.org: azure-mgmt-redis
- Homepage: https://github.com/Azure/azure-sdk-for-python
- License: MIT
-
Latest release: 6.0.0
published over 5 years ago
Rankings
conda-forge.org: azure-mgmt-trafficmanager
- Homepage: https://github.com/Azure/azure-sdk-for-python
- License: MIT
-
Latest release: 0.51.0
published almost 6 years ago
Rankings
conda-forge.org: azure-mgmt-authorization
- Homepage: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/authorization/azure-mgmt-authorization
- License: MIT
-
Latest release: 0.60.0
published over 6 years ago
Rankings
pypi.org: azure-mgmt-iotfirmwaredefense
Microsoft Azure Iotfirmwaredefense Management Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-mgmt-iotfirmwaredefense.readthedocs.io/
- License: MIT License
-
Latest release: 2.0.0
published 6 months ago
Rankings
Maintainers (1)
pypi.org: azure-mgmt-resource-templatespecs
Microsoft Azure Resource Templatespecs Management Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-mgmt-resource-templatespecs.readthedocs.io/
- License: MIT License
-
Latest release: 1.0.0b1
published 9 months ago
Rankings
Maintainers (1)
pypi.org: azure-keyvault-securitydomain
Microsoft Corporation Azure Keyvault Securitydomain Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk
- Documentation: https://azure-keyvault-securitydomain.readthedocs.io/
- License: MIT License
-
Latest release: 1.0.0b1
published 10 months ago
Rankings
Maintainers (1)
pypi.org: azure-mgmt-portalservicescopilot
Microsoft Azure Portalservicescopilot Management Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-mgmt-portalservicescopilot.readthedocs.io/
- License: MIT License
-
Latest release: 1.0.0b1
published 10 months ago
Rankings
Maintainers (1)
pypi.org: azure-mgmt-impactreporting
Microsoft Azure Impactreporting Management Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-mgmt-impactreporting.readthedocs.io/
- License: MIT License
-
Latest release: 1.0.0b1
published 12 months ago
Rankings
Maintainers (1)
pypi.org: azure-ai-evaluation
Microsoft Azure Evaluation Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-ai-evaluation.readthedocs.io/
- License: MIT License
-
Latest release: 1.11.0
published 6 months ago
Rankings
pypi.org: azure-mgmt-edgezones
Microsoft Azure Edgezones Management Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-mgmt-edgezones.readthedocs.io/
- License: MIT License
-
Latest release: 1.0.0b2
published 11 months ago
Rankings
Maintainers (1)
pypi.org: azure-mgmt-mongocluster
Microsoft Azure Mongocluster Management Client Library for Python
- Homepage: https://github.com/Azure/azure-sdk-for-python
- Documentation: https://azure-mgmt-mongocluster.readthedocs.io/
- License: MIT License
-
Latest release: 1.0.0
published over 1 year ago
Rankings
Maintainers (1)
Dependencies
- azure/azure-sdk-actions main composite
- 159 dependencies
- @cspell/cspell-bundled-dicts ^6.12.0
- @cspell/cspell-types ^6.12.0
- cspell ^6.12.0
- cspell-lib ^6.12.0
- azure-core >=0.0.0b1 test
- azure-cosmos >=4.0.0b5 test
- azure-eventhub >=0.0.0b1, test
- azure-identity >=0.0.0b1 test
- azure-keyvault-certificates >=0.0.0b1 test
- azure-keyvault-keys >=0.0.0b1 test
- azure-keyvault-secrets >=0.0.0b1 test
- azure-storage-blob >=0.0.0b1 test
- azure-template >=0.0.0b1 test
- azure-core * test
- azure-cosmos >=4.0.0b5 test
- azure-eventhub * test
- azure-identity * test
- azure-keyvault-certificates * test
- azure-keyvault-keys * test
- azure-keyvault-secrets * test
- azure-storage-blob * test
- aiohttp ==3.8.1 test
- recommonmark *
- sphinx *
- sphinx_rtd_theme *
- adal * test
- aiodns >=2.0 test
- aiohttp >=3.0 test
- azure-mgmt-storage * test
- cryptography * test
- mock * test
- parameterized >=0.7.3 test
- pytest-asyncio ==0.12.0 test
- setuptools ==46.4.0 test
- tools * test
- trio * test
- typing_extensions >=3.7.2 test
- pkginfo ==1.5.0.1
- readme-renderer ==25.0
- twine ==3.1.1
- azure-identity *
- azure-storage-blob ==12.9.0
- fastcore ==1.3.25
- ghapi ==0.1.19
- packaging ==21.3
- pytest ==6.2.5
- python-dotenv ==0.15.0
- PyGithub ==1.55
- knack ==0.9.0
- PyGithub ==1.55
- datetime *
- requests *
- jinja2 ==3.1.2 development
- PyGithub ==1.55
- azure-devops ==6.0.0b4
- beautifulsoup4 ==4.11.1
- msrest >=0.6.21
- requests ==2.28.0
- PyGithub ==1.55
- certifi ==2021.5.30
- chardet ==4.0.0
- idna ==2.10
- lxml ==4.6.5
- packaging ==21.3
- pytest ==6.2.5
- pytest-cov ==3.0.0
- requests ==2.25.1
- urllib3 ==1.26.6
- azure-common *
- azure-mgmt-core >=1.3.2,<2.0.0
- msrest >=0.7.1
- typing-extensions >=4.3.0
- aiohttp >=3.0 development
- azure-core <2.0.0,>=1.14.0
- msrest >=0.6.21
- six >=1.11.0
- azure-common *
- azure-mgmt-core >=1.3.2,<2.0.0
- msrest >=0.7.1
- typing-extensions >=4.3.0
- azure-common *
- azure-mgmt-core >=1.3.2,<2.0.0
- msrest >=0.7.1
- typing-extensions >=4.3.0
- azure-common *
- azure-mgmt-core >=1.3.2,<2.0.0
- msrest >=0.7.1
- typing-extensions >=4.3.0
- aiohttp * development
- azure-core <2.0.0,>=1.24.0
- isodate <1.0.0,>=0.6.1
- typing-extensions >=4.3.0
- azure-common *
- azure-mgmt-core >=1.3.2,<2.0.0
- msrest >=0.7.1
- typing-extensions >=4.3.0
- azure-common *
- azure-mgmt-core >=1.3.0,<2.0.0
- msrest >=0.6.21
- azure-common >=1.1.5
- requests *
- azure-common *
- azure-mgmt-core >=1.3.2,<2.0.0
- msrest >=0.7.1
- typing-extensions >=4.3.0
- aiohttp >=3.0 development
- azure-core <2.0.0,>=1.24.0
- isodate >=0.6.0
- aiohttp >=3.0 development
- azure-appconfiguration * development
- azure-core * development
- azure-identity * development
- azure-keyvault-secrets * development
- azure-appconfiguration <2.0.0,>=1.3.0
- azure-core <2.0.0,>=1.2.2
- azure-keyvault-secrets <5.0.0,>=4.3.0
- msrest >=0.6.21
- aiohttp >=3.0 development
- azure-common *
- azure-mgmt-core >=1.3.2,<2.0.0
- msrest >=0.7.1
- azure-common *
- azure-mgmt-core >=1.3.2,<2.0.0
- msrest >=0.7.1
- typing-extensions >=4.3.0
- msrestazure * development
- azure-common *
- msrest >=0.6.21
- azure-common *
- azure-mgmt-core >=1.3.0,<2.0.0
- msrest >=0.6.21
- azure-common *
- azure-mgmt-core >=1.3.0,<2.0.0
- msrest >=0.6.21
- azure-common *
- azure-mgmt-core >=1.3.2,<2.0.0
- msrest >=0.7.1
- azure-common *
- azure-mgmt-core >=1.3.2,<2.0.0
- msrest >=0.7.1
- typing-extensions >=4.3.0
- aiohttp >=3.0 development
- azure-identity * development
- azure-core <2.0.0,>=1.8.2
- cryptography >=2.1.4
- msrest >=0.6.21
- azure-identity * development
- azure-common *
- azure-mgmt-core >=1.3.2,<2.0.0
- msrest >=0.7.1
- azure-common *
- azure-mgmt-core >=1.3.2,<2.0.0
- msrest >=0.7.1
- typing-extensions >=4.3.0
- azure-mgmt-resource <=21.1.0 development
- azure-common *
- azure-mgmt-core >=1.3.2,<2.0.0
- msrest >=0.7.1
- typing-extensions >=4.3.0
- azure-common *
- azure-mgmt-core >=1.3.2,<2.0.0
- msrest >=0.7.1
- typing-extensions >=4.3.0
- azure-common *
- azure-mgmt-core >=1.3.2,<2.0.0
- msrest >=0.7.1
- typing-extensions >=4.3.0
- azure-common *
- azure-mgmt-core >=1.3.2,<2.0.0
- msrest >=0.7.1
- typing-extensions >=4.3.0
- aiohttp >=3.0 development
- azure-common *
- azure-mgmt-core >=1.3.2,<2.0.0
- msrest >=0.7.1
- typing-extensions >=4.3.0
- azure-mgmt-resource <=21.1.0 development
- azure-mgmt-storage <=20.0.0 development
- azure-common *
- msrestazure >=0.4.32,<2.0.0
- azure-mgmt-keyvault <9.0.0 development
- azure-mgmt-network <19.0.0 development
- azure-common *
- azure-mgmt-core >=1.3.2,<2.0.0
- msrest >=0.7.1
- typing-extensions >=4.3.0
- azure-common *
- azure-mgmt-core >=1.3.0,<2.0.0
- msrest >=0.6.21
- azure-common *
- azure-mgmt-core >=1.3.2,<2.0.0
- msrest >=0.7.1
- typing-extensions >=4.3.0
- azure-common *
- azure-mgmt-core >=1.3.2,<2.0.0
- msrest >=0.7.1
- typing-extensions >=4.3.0
- azure-common *
- azure-mgmt-core >=1.3.2,<2.0.0
- msrest >=0.7.1
- typing-extensions >=4.3.0
- azure-common *
- azure-mgmt-core >=1.3.2,<2.0.0
- msrest >=0.7.1
- azure-common *
- azure-mgmt-core >=1.3.0,<2.0.0
- msrest >=0.6.21
- azure-common *
- azure-mgmt-core >=1.3.2,<2.0.0
- msrest >=0.7.1
- typing-extensions >=4.3.0
- aiohttp >=3.0 development
- azure-core <2.0.0,>=1.24.0
- isodate <1.0.0,>=0.6.1
- typing-extensions >=4.0.1
- aiohttp >=3.0 development
- azure-core <2.0.0,>=1.24.0
- isodate <1.0.0,>=0.6.1
- typing-extensions >=4.0.1
- azure-common *
- azure-mgmt-core >=1.2.0,<2.0.0
- msrest >=0.6.21
- azure-common *
- azure-mgmt-core >=1.2.0,<2.0.0
- msrest >=0.6.21
- azure-common *
- azure-mgmt-core >=1.2.0,<2.0.0
- msrest >=0.6.21
- azure-common *
- azure-mgmt-core >=1.2.0,<2.0.0
- msrest >=0.6.21
- azure-core * development
- azure-common *
- azure-mgmt-core >=1.2.0,<2.0.0
- msrest >=0.6.21
- azure-core * development
- azure-mgmt-cognitiveservices <12.0.0 development
- azure-common *
- azure-mgmt-core >=1.2.0,<2.0.0
- msrest >=0.6.21
- azure-common *
- azure-mgmt-core >=1.2.0,<2.0.0
- msrest >=0.6.21
- azure-common *
- azure-mgmt-core >=1.2.0,<2.0.0
- msrest >=0.6.21
- azure-common *
- azure-mgmt-core >=1.2.0,<2.0.0
- msrest >=0.6.21
- azure-common *
- azure-mgmt-core >=1.2.0,<2.0.0
- msrest >=0.6.21
- azure-core * development
- azure-common *
- azure-mgmt-core >=1.2.0,<2.0.0
- msrest >=0.6.21
- azure-common *
- azure-mgmt-core >=1.2.0,<2.0.0
- msrest >=0.6.21
- azure-common *
- azure-mgmt-core >=1.2.0,<2.0.0
- msrest >=0.6.21
- azure-core * development
- azure-common *
- azure-mgmt-core >=1.2.0,<2.0.0
- msrest >=0.6.21
- azure-common *
- azure-mgmt-core >=1.2.0,<2.0.0
- msrest >=0.6.21
- azure-common *
- azure-mgmt-core >=1.2.0,<2.0.0
- msrest >=0.6.21
- azure-common *
- msrest >=0.6.21
- azure-common *
- azure-mgmt-core >=1.2.0,<2.0.0
- msrest >=0.6.21
- azure-common *
- azure-mgmt-core >=1.2.0,<2.0.0
- msrest >=0.6.21
- azure-core * development
- azure-common *
- azure-mgmt-core >=1.2.0,<2.0.0
- msrest >=0.6.21
- azure-common *
- azure-mgmt-core >=1.3.2,<2.0.0
- msrest >=0.7.1
- typing-extensions >=4.3.0
- azure-common *
- azure-mgmt-core >=1.3.2,<2.0.0
- msrest >=0.7.1
- aiohttp >=3.0 development
- python-dateutil >=2.8.1 development
- azure-core <2.0.0,>=1.24.0
- msrest >=0.7.1
- six >=1.11.0
- aiohttp >=3.0 development
- aiounittest >=1.4 development
- pytest-tornasync ==0.6.0.post2 development
- azure-common *
- azure-mgmt-core >=1.3.2,<2.0.0
- msrest >=0.7.1
- aiohttp >=3.0 development
- parameterized >=0.7.3 development
- python-dateutil >=2.8.0 development
- azure-core <2.0.0,>=1.24.0
- msrest >=0.7.1