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-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...
Testing/Typing: - [ ] @swathipil - #26227 - [ ] @kashifkhan - turn on and fix pylint: #25396 - [ ] @swathipil - check all mypy/typing stuff: #25471 - [...
# 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...
azure.communication.email.EmailClient send method not throwing error if response status code is 429
- **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...
- **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...
- **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)...
[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...
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,...
- **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...