-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Azure ML 2.38 fails to create models #8976
Copy link
Copy link
Open
Labels
Auto-AssignAuto assign by botAuto assign by botMachine LearningService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.bugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.extension/ml
Metadata
Metadata
Assignees
Labels
Auto-AssignAuto assign by botAuto assign by botMachine LearningService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.bugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.extension/ml
Describe the bug
The release of 2.38 of the azure ml library fails to create models
The new version is causing the command
az ml model createto failNo other code has changed within these pipelines and repos over the last week
Related command
As part of our setup for azure ML pipelines we install the latest release version
Todays logs add the following, which was not present the previous day
Errors
This is repeatable across all models being trained
Issue script & Debug output
az ml model create --name $Name --path $Path --type custom_model -o jsonExpected behavior
Model is registered, the output is JSON and no entries written to STDERROR
Environment Summary
/usr/bin/az --version
azure-cli 2.75.0
core 2.75.0
telemetry 1.1.0
Extensions:
azure-devops 1.0.2
ml 2.36.0
Dependencies:
msal 1.33.0b1
azure-mgmt-resource 23.3.0
Additional context
No response