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

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

It appears that async clients `close()` method does not close the underlying TCP connection. While running the app below, when the app is waiting for input the second time, `session.closed`...

# 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 a...

ML-Pipelines

**Describe the bug** Operations in the ComputeManagementclient that require pagination are failing after used the package to 28.0.0 and 29.0.0 There are 76 VMS in total. After 61 VMS are...

Compute
Mgmt
needs-author-feedback
CXP Attention

This draft PR is to test whether adding a optional `decimal` kwarg to `serialize_iso()` has no intended side effects and can be a plausible fix (which will ultimately be a...

fixes: #26229 fixes: #24846 fixes: #24680 Table of kwargs tested are in the issue above. * Most tests added were for EventHubConsumerClient/ProducerClient constructor kwargs. * Added tests for invalid key/policy...

Event Hubs

In [[this line](https://github.com/Azure/azure-sdk-for-python/blob/3711eeb4269214caf70c4f8b034042a9b4b13385/sdk/eventhub/azure-eventhub/azure/eventhub/_transport/_uamqp_transport.py#L127)], we use `any()` to check if the AmqpAnnotatedMessage.header has any values set. However, 0/False/"" are falsy values and therefore not detected as values by any(). Adding an...

# 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 a...

…and Studio) # 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...

Resolves https://github.com/Azure/azure-sdk-for-python/issues/23351 More and more, we see that our customers expect our client libraries to 1) include type hints and, 2) that our type hints are correct. We have decided...