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...
Let's say we have a shared_requirements.txt of ``` azure-core>=1.20.0 isodate>=0.6.1 ``` if a `setup.py` specifies ```python requires = [ 'azure-core>=1.20.0', 'isodate' ] ``` This does **not** throw. Because TECHNICALLY there...
- **Package Name**: Azure Cognitive Search - **Package Version**: 11.2.1 - **Operating System**: Windows - **Python Version**: 3.7 **Describe the bug** When creating an azure search skill set through the...
The user scenario is: We have an index created with an older api version might have different settings (such as the type of similarity). It would be really helpful (if...
https://apiview.dev/Assemblies/Review/ef46bf352f2148c9b3958c3f0b283e0e?diffRevisionId=612ca526379f4faca8e50fa2078edd17&doc=False&diffOnly=False&revisionId=82b6e1dcef54446f98940cdca9db1cd4
The guides and samples for `azure-search-documents` should include new features such as: - [ ] Using AAD for authentication - [ ] Querying with semantic search - [ ] Resetting...
Make updates to the workspace create operation to make use of the new version of application insights (Log Analytics-based Application Insights). I have added the _app_insights_utils.py for most of the...
I believe there is a bug in `upload_block_blob()`, where it assumes `data.read(length)` returns `length` bytes: https://github.com/Azure/azure-sdk-for-python/blob/8e0101d075ea16f680d36516452e8b99c1b3d000/sdk/storage/azure-storage-blob/azure/storage/blob/_upload_helpers.py#L96-L102 However, the contract of `RawIOBase.read(size)` states "Read **up to** size bytes": https://docs.python.org/3/library/io.html?highlight=seek#io.RawIOBase.read So I...
Improving Typings for azure-core. Maybe even to the point of enabling pyright. Fix some Python 2 at the same time.
pylint
Once the new pylint checker plugin is released, we will be disabling the new custom checkers so the only thing effecting the CI is the pylint version bump. Then we...
# 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...