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...
apiview: https://apiview.dev/Assemblies/Review/e23e634cecdd4793811106492ab03942
https://github.com/Azure/sdk-release-request/issues/3575 Live test success https://dev.azure.com/azure-sdk/internal/_build?definitionId=3474 BuildTargetingString azure-mgmt-loadtesting Skip.CreateApiReview true
When using `pathlib`, it might be useful to allow providing those objects as-is, and internally convert to strings if required. https://github.com/Azure/azure-sdk-for-python/blob/5625581056184d46cbb539ea998a77931f90725b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_share_client.py#L256-L257 This also applies to all other related arguments (`file_path`-named...
# Description Migrate ComponentOperations from 2022-05-01 API version to 2022-10-01 API version. Update recordings of Component and PipelineJob tests. # All SDK Contribution checklist: - [x] **The pull request does...
Resolves: https://github.com/Azure/azure-sdk-for-python/issues/20640
- azureml-dataset-runtime: - 1.43.0: - macOS Monterey (Silicon M1 Pro): - 3.8.13, 3.9.13, 3.10.4: **Describe the bug** ``` ERROR: Failed building wheel for numpy Failed to build numpy ERROR: Could...
This PR is a general improvement to the Python SDK to remove the use of `six` (which was mostly for Python 2 types compatibility) library.
This PR migrates all FileIO operations (that can be migrated) to use the `tempfile` built-in library.
This PR aims to unify all the contents of the `_shared` folders for the blob, datalake, queue, and file-share packages. In general, my process was to use blob's `_shared` folder...
Fixes #26834 Improve typing, enable more typing checks