Azure / Azure/azure-cli

is there an equivalent for show-default in az ml cli v2?

Open
#23,322 4 comments 0 reactions 0 assignees View on GitHub
act-codegen-extensibility-squad Auto-Assign customer-reported Machine Learning Service Attention
Dominant language
Python
Stars
4.6k
Forks
3.5k
Avg merge
3d 2h
Merged PRs (30d)
60

Description

**Related command**
```az ml datastore show-default -w workspace-name -g rg-name --query name -o tsv```

**Describe the solution you'd like**
trying to build azure ml pipeline with Github actions, and for using some of the commands I need to use azure ml v2
is there an equivalent for `show-default` command in v2?

**Describe alternatives you've considered**
I tried looking for the `isDefault` key using the v2 command:
```az ml datastore list```
but no `isDefault` key was found on the dictionary
this was the result
```
{
"account_name": "****",
"container_name": "****",
"credentials": {},
"endpoint": "core.windows.net",
"id": "****",
"name": "workspaceblobstore",
"protocol": "https",
"resourceGroup": "****",
"tags": {},
"type": "****"
}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.