aml-workspace icon indicating copy to clipboard operation
aml-workspace copied to clipboard

workspace.json vs config.json downloaded from the AzureML web UI

Open marcindulak opened this issue 5 years ago • 2 comments

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.

Screenshot from 2021-02-01 14-59-56

marcindulak avatar Feb 02 '21 21:02 marcindulak

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?

marvinbuss avatar Feb 02 '21 22:02 marvinbuss

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.

marcindulak avatar Feb 03 '21 06:02 marcindulak