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 Closes https://github.com/Azure/azure-sdk-for-python/issues/22708 # All SDK Contribution checklist: - [x] **The pull request does not introduce [breaking changes]** - [x] **CHANGELOG is updated for new features, bug fixes or...
* `ws.close` on async does close the socket in the library -> [link](https://github.com/websocket-client/websocket-client/blob/61171591b08ee031e02cc6cb129952259062f502/websocket/_core.py#L4580) * I kept the py2 comment in `_transport.py` about `from os import set_cloexec`. Looks like its not...
* add aad support * update * update # Description Please add an informative description that covers that changes made by the pull request and link all relevant issues. If...
Now that inference has GA'd, we need to produce the authoring client for Question Answering. - [x] Generate `QuestionAnsweringProjectClient` in a subnamespace e.g., `azure.ai.language.questionanswering.project` (exact name TBD). - [x] Add...
- **Package Name**: azure-cli - **Package Version**: 2.39.0 - **Operating System**: M1 Monterey - **Python Version**: 3.10.3 **Describe the bug** I can't authenticate to azure or get the azure credentials....
** Just a draft for now , going to need to rebase/cherry pick main commits
# Description This PR adds an experimental transport for the Pyodide python runtime. # All SDK Contribution checklist: - [x] **The pull request does not introduce [breaking changes]** - [x]...
Pylint-checker-guidelines was updated to 0.0.5 and this is breaking for anomalydetector. Reverting this version to last known working version.