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...
We have a partner ask to GA OTel tracing plugins across all languages in [Zn], this is an uber-issue to track python work in this space. Here're the sub-tasks: -...
# Description This pull request bumps the in-development version of azure-ai-ml to 1.4.0 # All SDK Contribution checklist: - [x] **The pull request does not introduce [breaking changes]** - [x]...
Currently, this SDK prevents accidental dependency on broken requirements by the following. 1. shared_requirements.txt 2. min/max dependencies installed and tested nightly We do this to ensure that _all_ of the...
As per our agreement, we decided to publish the TA authoring client as a standalone beta package until we have the chance to consolidate both the authoring and runtime packages...
CI would sometimes fail because "Could not install packages due to an EnvironmentError: [WinError 145] The directory is not empty" on Windows Python 3.6. Retry could help, but it happens...
When SessionReceiver is created with session_id being NEXT_AVAILABLE and if there's no available session on the service side, after 60s (service side setting), a timeout exception would be returned from...
# 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...
I have created a VM using the Azure Compute menu. I am running a Python training code that is long running via tmux directly inside the VM by SSH -i...
Resolves: https://github.com/Azure/azure-sdk-for-python/issues/24001