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.ai.textanalytics - **Package Version**: 5.3.0b1 - **Operating System**: Linux - **Python Version**: 3.11.1 **Describe the bug** I have been following the steps in the instructions listed at...
A sample notebook was added to demonstrate how a user can overcome Log Analytics service limits when trying to query large amounts of data. Closes: https://github.com/Azure/azure-sdk-for-python/issues/26251
- **Package Name**: azure-storage-blob - **Package Version**: 12.14.1 - **Operating System**: Linux - **Python Version**: 3.11 **Describe the bug** azure.storage.blob.BlobClient is not able to set the legal_status for a freshly...
I am currently working on `python:3.9-slim` docker image and trying to install a private python package from Azure DevOps Artifacts feed which is using `azure-servicebus` and `azure-data-tables` , and I...
- **Package Name**: Not sure, but it's in this code: https://github.com/Azure/azure-sdk-for-python/blob/e88458b491d573ca5421b68968589bbf42f66e51/sdk/keyvault/azure-keyvault-secrets/azure/keyvault/secrets/_shared/challenge_auth_policy.py#L103 ``` PS C:\Users\VMAdmin> pip list Package Version --------------------------- --------- adal 1.2.7 azure-common 1.1.28 azure-core 1.26.1 azure-identity 1.12.0 azure-keyvault 4.2.0...
- **Package Name**: azure-ai-ml - **Package Version**: 1.2.0 - **Operating System**: MacOS Ventura 13.1 - **Python Version**: 3.8.15 **Describe the bug** I'm trying to run a simple AML job on...
This uses a callback approach where a user can optionally pass in an `on_error` callback function for custom error handing. This callback function should expect arbitrary keyword arguments (`**kwargs`) or...
- azure-monitor-opentelemetry-exporter - 1.0.0b4 - linux/ubuntu - 3.8 **Describe the bug** ValueError: Invalid instrumentation key. It should be a valid UUID. The regex validation in _connection_string_parser.py for azure monitor exporter...
# Description Related issue: https://github.com/Azure/azure-sdk/issues/5109 This PR adds a new client library for Azure Confidential Ledger inside the existing Data Plane SDK that can be used by customers to verify...
* Confirm that "send span" links should include contexts for all messages being sent. * ([[Original issue](https://github.com/Azure/azure-sdk-for-python/issues/9084)] indicates that this should be true, but implementation does not follow. [[PR](https://github.com/Azure/azure-sdk-for-python/pull/17783)] that...