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

In pyamqp currently we are using futures for a lot of tasks to be run concurrently and be treated as fire n forget. This has caused some issues with tasks...

AMQP Python

This applies to both query and ingestion tests: * Better integration with test proxy using fixtures. * Updated `test-resources.json` file to be a bicep file. Aso cleaned out resources that...

The ingestion service has a 1MB upload size limit. Currently we loop through the log data until we get to 1MB of data, _then_ we compress it. So in the...

Monitor
Monitor - Ingestion

https://dev.azure.com/azure-sdk/public/_build/results?buildId=803085&view=ms.vss-test-web.build-test-results-tab ![image](https://user-images.githubusercontent.com/49707495/112544293-0dab8780-8d74-11eb-808d-3f6f1447c132.png) the failure is because: in the below code block, `with open(file_name, 'rb') as stream:` cannot find this file `blob_strict_mode.temp.dat` (which seems get deleted by another running test?), while...

Storage
Client
test-reliability
test-enhancement

# Description Surfaces OS Image data as a property for Compute Instances. When getting a Compute Instance, users will be able to see whether it is on the latest OS...

This PR aims to solve the differences between how Python's built-in sort algorithm sorts the headers compared to the service. Although this is usually not problematic as headers are quite...

Storage

# Description Removes md5 get_object_hash that was being used for non-snapshot uploads and transitions all snapshots to use shas56 get_content_hash. This will allow increased security against tampering and reduce complexity...