Azure / azure-sdk-for-python

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 versioned developer docs at https://azure.github.io/azure-sdk-for-python.
MIT License
4.64k stars 2.84k forks source link

AI Generative Sample Issue #35406

Open dotnet-7 opened 7 months ago

dotnet-7 commented 7 months ago

Section link1

image

Reasons:

client.tracking_url has a azureml scheme, which is not unsupported.

@rohit-ganguly , @lmazuel , @luigiw , @needuv , @paulshealy1 , @singankit for notification.

github-actions[bot] commented 7 months ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @luigiw @needuv @paulshealy1 @singankit.

paulshealy1 commented 1 month ago

Closing this issue as this prefix is expected as part of AzureML.

jerryshia commented 1 month ago

@paulshealy1 Yet by running this sample ai_samples_evaluate.py , an exception raised shows that azureml is not included in the supported url scheme , could you help check this error?

Image