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...
https://github.com/Azure/sdk-release-request/issues/4867 Live test success https://dev.azure.com/azure-sdk/internal/_build?definitionId=1034 BuildTargetingString azure-mgmt-sql Skip.CreateApiReview true
https://github.com/Azure/sdk-release-request/issues/4871 Live test success https://dev.azure.com/azure-sdk/internal/_build?definitionId=6365
Instead, should use the sleep from the transport: https://github.com/Azure/azure-sdk-for-python/blob/a53defca65bd47f7fdff0dc14174615b4e7c7007/sdk/core/corehttp/corehttp/runtime/policies/_retry_async.py#L93 You can access the transport from the pipeline context attached to a pipeline request. Using asyncio prevents usage of trio, and...
Reported by @kristapratico , see [here](https://dev.azure.com/azure-sdk/public/_build/results?buildId=3388354&view=logs&j=4259cd7e-6a4b-5ca5-581a-0ae020cd9d20&t=4d670c9c-5acd-5cc3-aede-d35282ac764a&l=188). It appears that we're running doc generation for more than the targeted package. At the same time, we're definitely not actually generating docs, as...
We should leverage @christothes 's work on https://github.com/Azure/azure-sdk-for-net/pull/33017/files to fully automate the list of manual/vendor test scenarios which are documented in the issues here: https://github.com/Azure/azure-sdk/issues?q=is%3Aopen+is%3Aissue+label%3AAzure.Identity This includes: - [ ]...
The `KeyReleasePolicy` model expects an `encoded_policy` parameter as bytes. If a string is passed instead, no error is raised -- but when the created policy is provided to a `create_key`...
Some libraries -- like Key Vault, Service Bus, and Storage -- use shared code across packages that should always be kept in sync (in KV and Storage, these are `_shared`...
Currently, test automation for Azure Functions and Azure Web Apps. https://github.com/Azure/azure-sdk-for-python/issues/31037