aml-workspace
aml-workspace copied to clipboard
workspace.json vs config.json downloaded from the AzureML web UI
The workspace.json has the "name" parameter, while config.json "workspace_name", reading:
{
"subscription_id": "...",
"resource_group": "name-of-the-resource-group",
"workspace_name": "name-of-the-workspace"
}
This small inconsistency adds another step when setting up workspace.json based on config.json.

Hi @marcindulak, Thanks for submitting this. This was changed over the last couple of months. I don't want to change the current parameter name to not break existing repositories. We might consider this as we start working on v2 of this. I would take note of this feedback and close this item, if that is ok for you?
I think it's better to keep the issue open so myself (or anybody watching the issue) will be notified when v2 makes that change.