Azure / aml-workspace

GitHub Action that allows you to create or connect to your Azure Machine Learning Workspace.
MIT License
22 stars 16 forks source link

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

Open marcindulak opened 3 years ago

marcindulak commented 3 years ago

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

marvinbuss commented 3 years ago

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?

marcindulak commented 3 years ago

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.