Skip to content

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

@dorlugasigal

Description

@dorlugasigal

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": "****"
  }

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions