az ml model list
fails with unexpected keyword argument 'enable_broker_on_windows'
#28713
Labels
Auto-Assign
Auto assign by bot
Auto-Resolve
Auto resolve by bot
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Machine Learning
az ml
Possible-Solution
Service Attention
This issue is responsible by Azure service team.
Similar-Issue
Describe the bug
The commands
az ml model list
andaz ml model download
fail with the following error:Other commands may fail too, but these are the ones I encountered.
Related command
az ml model list
az ml model download
Errors
Issue script & Debug output
Expected behavior
I expect
az ml model list
to print the list of models registered to my ML workspace.I expect
az ml model download
to download model artifacts for the specified model name and version.Environment Summary
Additional context
This is on a managed compute instance within an Azure ML workspace. I updated the Azure CLI and the ML extension to
2.59.0
and2.25.0
respectively, and subsequently encountered the error.The text was updated successfully, but these errors were encountered: