Open GK-Matias opened 2 months ago
Thank you for your feedback. Tagging and routing to the team member best able to assist.
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @Azure/azure-ml-sdk @azureml-github.
I'm having the same issue with
Package Name: azure-ai-ml Package Version: 1.22.0 Operating System: Ubuntu Python Version: 3.10.13
any updates?
I'm facing the same error, now both with Python SDK and with AZ CLI (az ml model download
, version 2.31.0 ). Any update on this??
Describe the bug prior to version 1.19.0 it was possible to download a model when authenticated with the azure cli credentials but from 1.19.0 and onwards, the following error message appeares:
azure.core.exceptions.HttpResponseError: Operation returned an invalid status 'This request is not authorized to perform this operation using this permission.'
ErrorCode:AuthorizationPermissionMismatch
To Reproduce Steps to reproduce the behavior:
token = AzureCliCredential()
ml_client = MLClient(token, "", "", "")
ml_client.models.download( name="", version="", download_path=""
)