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 am trying to follow this tutorial to learn how to setup experiment tracking in my deep learning code based in PyTorch. https://learn.microsoft.com/en-us/azure/machine-learning/v1/how-to-use-mlflow?tabs=azuremlsdk I got this error: ``` $ python...
Hi, We were trying create a python app using ms-graph SDK for python and got the following error: from .azure_identity_access_token_provider import AzureIdentityAccessTokenProvider File "C:\Users\Gayathri Prasad\anaconda3\envs\msgraph2\lib\site-packages\kiota_authentication_azure\azure_identity_access_token_provider.py", line 5, in from azure.core.credentials...
https://github.com/Azure/sdk-release-request/issues/3613
- **Package Name**: azure-mgmt-storage - **Package Version**: Not relevant - **Operating System**: Not relevant - **Python Version**: Not relevant **Describe the bug** While there is a lot of documentation to...
https://github.com/Azure/sdk-release-request/issues/3538 Live test success
Hi there, I'm trying to create a personal project of Q&A using textual files. Despite reading the documentation and exploring the code, I find it very difficult to create sources...
We've added samples about copy a table from Tables storage table to Storage blob and vice versa. https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/tables/azure-data-tables/samples/sample_copy_table.py We still need to provide samples about: - copy a table from...
Input data is of type uri_folder. Here is the relevant YAML for the component ``` Inputs: datapath: type: uri_folder path: ``` I can create a new blob from within the...
Copied from https://msdata.visualstudio.com/Vienna/_workitems/edit/2138112 set sweep setting's complex in 2.0 compared with 1.5. Previously in v1.5, user can leverage a spec.yaml to configure all the hyperparameters: https://msdata.visualstudio.com/Vienna/_git/aml-ds?path=/recipes/signed-components/canary-sweep-component-mnist/spec.yaml In 2.0, user needs...
We introduce logic in the AzureJSONEncoder that allows to serialize objects that implement some particular methods that are present in numpy number, numpy ndarray, pandas dataframes. The implementation assumes that...