Azure / azure-cli

Azure Command-Line Interface
MIT License
3.99k stars 2.98k forks source link

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

Open dorlugasigal opened 2 years ago

dorlugasigal commented 2 years ago

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": "****"
  }
yonzhan commented 2 years ago

route to CXP team

ghost commented 2 years ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @azureml-github.

Issue Details
**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": "****" } ```
Author: dorlugasigal
Assignees: -
Labels: `Service Attention`, `Machine Learning`, `customer-reported`, `Auto-Assign`
Milestone: -
azureml-github commented 2 years ago

Hi

We don’t have default properties exposed in V2.

@Amar @.***> FYI

Thanks, Mayank Kumar

Sent from Mailhttps://go.microsoft.com/fwlink/?LinkId=550986 for Windows

From: @.> Sent: Wednesday, July 27, 2022 7:02 PM To: @.> Cc: @.>; @.> Subject: Re: [Azure/azure-cli] is there an equivalent for show-default in az ml cli v2? (Issue #23322)

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @azureml-githubhttps://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fazureml-github&data=05%7C01%7CMayank.Kumar%40microsoft.com%7C60a941faa5cd46576d1208da703d4195%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637945705662985017%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=r%2BtXea7RdgBVObp3JcRbUgaKPzht4SOZ7uj4PTqLLqE%3D&reserved=0. Issue Details

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

} Author: dorlugasigal Assignees:

Labels:

Service Attention, Machine Learning, customer-reported, Auto-Assign Milestone:

— Reply to this email directly, view it on GitHubhttps://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FAzure%2Fazure-cli%2Fissues%2F23322%23issuecomment-1197565431&data=05%7C01%7CMayank.Kumar%40microsoft.com%7C60a941faa5cd46576d1208da703d4195%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637945705662985017%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=ykbnR3WxvlNWbdMyQGEEFTdR7DPQQFn0NI05Om5j7eM%3D&reserved=0, or unsubscribehttps://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAOVYYXRJANQ6VKDISUPXIUTVWHS4DANCNFSM54S7AA5Q&data=05%7C01%7CMayank.Kumar%40microsoft.com%7C60a941faa5cd46576d1208da703d4195%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637945705662985017%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=gk7YyaJZmbReKPq%2BZGo4N%2F02vBZu2mB1TfQf6qtU8bA%3D&reserved=0. You are receiving this because you were mentioned.Message ID: @.***>

maykumar-msft commented 2 years ago

We don’t have default properties exposed in V2. @AmarBadal