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...
I'm trying to debug a python Azure Function App locally. I've activated Azurite and uploaded a pdf file within the storage emulator. When running the app, I'm trying to apply...
For some reason MyPy keeps flagging this: azure\storage\blob\_shared_access_signature.py:390: error: Returning Any from function declared to return "str" [no-any-return] Which is this line: ``` return sas.generate_account( services=Services(blob=True), resource_types=resource_types, ``` But even...
Need some help on the `download` overloads 😝 azure\storage\blob\_blob_client.py:592: error: Overloaded function signatures 1 and 2 overlap with incompatible return types [misc] Also, LOTS of `#type: ignore` on return statements....
- **Package Name**: azure-ai-ml, azureml-fsspec - **Package Version**: 1.8.0, 1.1.1 - **Operating System**: Windows - **Python Version**: 3.9 **Describe the bug** Unable to read parquet file registered as **File (uri_file)**...
Key Vault SDKs sometimes manipulate request bodies during challenge-based authentication. Specifically, when sending unauthenticated requests to prompt a challenge, the request body is removed. After the challenge is received, the...
# Description Fix all type annotations issues under entities folder
Remove 3.7 from supported versions.
# Description Please add an informative description that covers that changes made by the pull request and link all relevant issues. Forward porting bug fixes: [Bug 2860952](https://msdata.visualstudio.com/Vienna/_workitems/edit/2860952): AzureOpenAI.embedding.create needs to...