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...
# Description This PR address the [API review council feedback](https://apiview.dev/Assemblies/Review/fce877aea4a4400391f55e985f1d92b4/1b734e3549974121b9705a8f8bdb4ac6?diffRevisionId=ad28b2d974a747acb32f28539a10a2a6&doc=False&diffOnly=True) on this feature branch. The changes are minimial: - Add a previously missing type in the package exports. - Add...
Includes: - New EventPerfTest based receiving test - Updated existing send tests to use BatchPerfTest base - Added perf test for buffered sender - Added system test for uamqp perf...
https://github.com/Azure/sdk-release-request/issues/3083 Live test success https://dev.azure.com/azure-sdk/internal/_build?definitionId=1000 BuildTargetingString azure-mgmt-iothub Skip.CreateApiReview true
For issue: https://github.com/Azure/azure-sdk-for-python/issues/19974 * Added table copy samples * Checked and fixed typos and bugs in the rest of files under samples
- **azure_keyvault_keys**: - **4.3.1**: - **Linux**: - **3.8.5**: **Describe the bug** Latest version of Azure.Keyvault SDKs don't have serialization in the models. Models in this file don't inherit `msrest`, so...
Once we know the shape of the error target for language API, we can make sure we parse it and return partial results successfully.
https://github.com/Azure/azure-sdk-for-python/issues/25640#issuecomment-1210162459
# Description Fix for #25533 # All SDK Contribution checklist: - [x] **The pull request does not introduce [breaking changes]** - [ ] **CHANGELOG is updated for new features, bug...
**Is your feature request related to a problem? Please describe.** I'd like to use Python 3.9 however, `azureml-train-automl-client` has a requirement for python `=3.6` **Describe the solution you'd like** Support...
# Description Please add an informative description that covers that changes made by the pull request and link all relevant issues. If an SDK is being regenerated based on a...