azure-sdk-for-python
azure-sdk-for-python copied to clipboard
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 vers...
These changes enable Event Hub to run live tests against Public, UsGov and China. @benbp , @jameszliao-msft , @lmazuel , @lilyjma , @ramya-rao-a, @annatisch for notification.
We are running live Tests against other clouds like US Gov and Azure China Cloud. The goal is to check whether new azure sdk package work with other clouds or...
There is no example documentation on how to use the Quota Management module of the Python for Azure SDK. Documentation should be created to demonstrate the use of the Quota...
Package Name: azure-mgmt-apimanagement Package Version: 3.0.0 Operating System: Windows 10 Python Version: 3.10 **Describe the bug** When I create an api subscription programmatically without specifying a scope explicitly, then I...
Resolves https://github.com/Azure/azure-sdk-for-python/issues/26186 Adds back extractive summarization from the 5.2.0b4 version of the library. No active endpoint for this API version so tests will fail.
### Related command _No response_ ### Resource Provider virtual machine ### Description of Feature or Work Requested I am trying to create a virtual machine on azure via python and...
Fix https://github.com/Azure/azure-sdk-for-python/issues/25407
For LRO, in presence of Operation-Location or Azure-AsyncOperation and a 2xx status code of the initial response, polling algorithm must check the “status” key for success. If success, do not...
- **Package Name**: azure-confidentialledger - **Package Version**: 1.0.0b1 - **Operating System**: Bash/Ubuntu18.04 - **Python Version**: 3.6.9 **Describe the bug** from azure.confidentialledger import confidentialLedgerClient => ImportError: cannot import name 'confidentialLedgerClient' **To...
Resolves https://github.com/Azure/azure-sdk-for-python/issues/26245 TODO tests, samples