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://docs.microsoft.com/python/azure/ or our versi...

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

- **Package Name**: azure-mgmt-web - **Package Version**: 7.0.0 - **Operating System**: Windows - **Python Version**: 3.10.0 **Describe the bug** When creating a webclient through the WebSiteManagementClient() and utlizing to invoke...

question
App Services
Mgmt
customer-reported
needs-team-triage

Testing/Typing: - [ ] @swathipil - #26227 - [ ] @kashifkhan - turn on and fix pylint: #25396 - [ ] @swathipil - check all mypy/typing stuff: #25471 - [...

Event Hubs
Client
Epic
Messaging
AMQP Python

# Description As part of a broader initiative to allow users to treat 'property bag' objects like dictionaries, this PR updates the AML utility mixin called the "DictMixin" to fully...

- **Package Name**: azure-communication-email - **Package Version**: 1.0.0b1 - **Operating System**: Linux - **Python Version**: 3.8 **Describe the bug** When calling `send` method of `EmailClient` and rate limiting (Response status...

question
Client
customer-reported
Communication
issue-addressed
CXP Attention

- **Package Name**: - azure.storage.fileshare - **Package Version**: - 12.8.0 12.9.0 12.10.0b1 - - **Operating System**: - windows 10 - **Python Version**: 3.8.5 **Describe the bug** when copy file from...

Storage
question
Client
customer-reported
needs-author-feedback

- **Package Name**: `azure-storage-blob` - **Package Version**: 12.13.1 - **Operating System**: Windows 11 - **Python Version**: 3.10 **Describe the bug** When uploading any blob to a storage account (with overwrite=False)...

Storage
Client

[Enter feedback here] This code block ml_client = MLClient( DefaultAzureCredential(), subscription_id, resource_group, workspace ) should be revised to ml_client = MLClient( DefaultAzureCredential(), subscription_id, resource_group_name, workspace_name ) The original code gives...

Machine Learning
Client

There are two tests for invalid table names in tables storage failing in Python - [async test](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/tables/azure-data-tables/tests/test_table_client_async.py#L111), [sync test](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/tables/azure-data-tables/tests/test_table_client.py#L112) We are testing with a list of invalid storage table names,...

bug
Service Attention
Client
Tables
needs-triage

- **azure-storage-blob**: - **12.13.0**: - **Windows**: - **Python 3.8**: **Describe the bug** There is an unhandled additional path delimiter for account url in BlobServiceClient. This is causing a problem in...

Storage
Client
issue-addressed