Azure / Azure/azure-cli-extensions
Az ML v2: workspace name yml property is ignored
Open
ADO
extension/ml
Machine Learning
Service Attention
- Dominant language
- Python
- Stars
- 454
- Forks
- 1.7k
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 64
Description
### Extension name (the extension in question)
Machine Learning v2
### Description of issue (in as much detail as possible)
workspace.yml:
```yml
name: myworkspace 123
```
```sh
az ml workspace create --file workspace.yml
```
When running the above command, although a workspace name is provided in my yaml file, still a workspace-name property is looked for as shell argument which is not expected.
-----
Contributor guide
Assessment
This issue has not been assessed yet.