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...
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...
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...
https://dev.azure.com/azure-sdk/public/_build/results?buildId=803085&view=ms.vss-test-web.build-test-results-tab  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...
# 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...
demo 1
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...
# 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...