azure-sdk-for-python icon indicating copy to clipboard operation
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...

Results 1141 azure-sdk-for-python issues
Sort by recently updated
recently updated
newest added

@mccoyp I am working through the `optional` requirements testing right. As I did that, I realized that I wanted to ensure that any new code I added did a better...

Extracted from test proxy migration PR: https://github.com/Azure/azure-sdk-for-python/pull/26140 Resolves: https://github.com/Azure/azure-sdk-for-python/issues/26427

Client
App Configuration

# Description Regenerates code for all packages on the same swagger commit as before (https://github.com/Azure/azure-rest-api-specs/commit/e2ef44b87405b412403ccb005bfb3975411adf60), using the latest version of `autorest`. The updated generator no longer uses `six` or `msrest`,...

KeyVault
Client

# Description Creating an Azure App Configuration Provider for Python. If an SDK is being regenerated based on a new swagger spec, a link to the pull request containing these...

App Configuration

This PR adds in support for invalid XML characters `\uFFFF` and `\uFFFE`.

Storage

[python -m build docs.](https://pypa-build.readthedocs.io/en/stable/) This is the future, as indicated by this deprecation warning. ``` c:\repo\sdk-for-python\venv\lib\site-packages\setuptools\command\install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. setuptools.SetuptoolsDeprecationWarning,...

Client
Azure.Core
needs-team-triage
Central-EngSys

In the swagger readme it appears we are removing all the LRO status operations from the code: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/cognitivelanguage/azure-ai-language-questionanswering/swagger/README.md?plain=1#L276 Due to arch board feedback, we decided to keep these in CLU....

Client
Cognitive - QnA Maker
Cognitive - Language

The current transport used in AppConig - `AsyncioRequestsTransport` - is pretty old, not good to use. We need to update the transport to the one used in test proxy -...

Client
Azure.Core
needs-team-triage
App Configuration