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...
- **Package Name**: azure-storage-blob - **Package Version**: 12.19.0 - **Operating System**: Mac/Linux - **Python Version**: 3.11.5 **Describe the bug** Have say 10-100 async blob uploads running, prolonged socket timeout errors...
- **azure-monitor-opentelemetry**: - **1.1.0**: - **Linux**: - **3.9**: **Describe the bug** Auto instrumentation of FastAPI Python in Azure Container App results in a error: `WARNING:Exception in detector , ignoring` The...
# 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...
# 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...
Removing outdated code owners
# Description Fix rest of the mypy errors starting from entities/_monitoring folder
(Updated 1/10) Remaining errors on: `_deserialize.py`: azure\storage\blob\_deserialize.py:159: error: Incompatible types in assignment (expression has type "Optional[BlobType]", variable has type "BlobType") [assignment] azure\storage\blob\_deserialize.py:169: error: Incompatible types in assignment (expression has type...
Now we use the stable swaggers. The swagger file was also renamed to enable compatibility with the tox "generate" environment.
Regenerated using the tox `generate` environment with the `autorest-post-process` setting enabled. This allows mypy to be happy with methods found in _patch.py but not _operations.py. Samples were also updated to...