Azure / azure-cli

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

Add support for Azure workbooks in Az CLI #25994

Closed syedhamjath closed 9 months ago

syedhamjath commented 1 year ago

Request to add support for Azure workbooks in Az CLI

Related command az monitor workbook

Is your feature request related to a problem? Please describe. No, it's a new set of sub verbs.

Describe the solution you'd like The idea is have CURD operation for Azure workbook in Az CLI.

az monitor workbook create/update/remove/list

Describe alternatives you've considered The alternate option is to use REST API or ARM or bicep template.

Additional context N/A

yonzhan commented 1 year ago

Thank you for opening this issue, we will look into it.

AllyW commented 1 year ago

Hi @syedhamjath azure cli cmd can be generated using CodeGenv2. For more infos, please refer to https://github.com/Azure/aaz-dev-tools or codeGenv2 team channel

AllyW commented 1 year ago

Hi @syedhamjath about adding the workbooks sub verb, can you provide the swagger file or the resource provider for development planning?

syedhamjath commented 1 year ago

Hi @AllyW, The resource provider for workbook is Microsoft.Insights. The Azure workbook rest API deatils are available in this link : https://learn.microsoft.com/en-us/rest/api/application-insights/workbooks

syedhamjath commented 1 year ago

@AllyW Is this swagger json helpful?

AllyW commented 10 months ago

@syedhamjath thanks, we will process it in following sprint.