diff --git a/Commands/monitor/app-insights/_migrate-to-new-pricing-model.md b/Commands/monitor/app-insights/_migrate-to-new-pricing-model.md new file mode 100644 index 000000000..4f293bd5d --- /dev/null +++ b/Commands/monitor/app-insights/_migrate-to-new-pricing-model.md @@ -0,0 +1,16 @@ +# [Command] _monitor app-insights migrate-to-new-pricing-model_ + +Enterprise Agreement Customer opted to use new pricing model. + +## Versions + +### [2017-10-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9taWdyYXRldG9uZXdwcmljaW5nbW9kZWw=/2017-10-01.xml) **Stable** + + + +#### examples + +- Migrate to new pricing model + ```bash + monitor app-insights migrate-to-new-pricing-model + ``` diff --git a/Commands/monitor/app-insights/component/favorite/_create.md b/Commands/monitor/app-insights/component/favorite/_create.md new file mode 100644 index 000000000..28f3bbeaa --- /dev/null +++ b/Commands/monitor/app-insights/component/favorite/_create.md @@ -0,0 +1,16 @@ +# [Command] _monitor app-insights component favorite create_ + +Create a new favorites to an Application Insights component. + +## Versions + +### [2015-05-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9jb21wb25lbnRzL3t9L2Zhdm9yaXRlcy97fQ==/2015-05-01.xml) **Stable** + + + +#### examples + +- Create favorite + ```bash + monitor app-insights component favorite create -g rg -n favorite-name --resource-name component-name --config 'myconfig' --version ME --favorite-id favorite-name --favorite-type shared + ``` diff --git a/Commands/monitor/app-insights/component/favorite/_delete.md b/Commands/monitor/app-insights/component/favorite/_delete.md new file mode 100644 index 000000000..74ea6878e --- /dev/null +++ b/Commands/monitor/app-insights/component/favorite/_delete.md @@ -0,0 +1,16 @@ +# [Command] _monitor app-insights component favorite delete_ + +Delete a favorite that is associated to an Application Insights component. + +## Versions + +### [2015-05-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9jb21wb25lbnRzL3t9L2Zhdm9yaXRlcy97fQ==/2015-05-01.xml) **Stable** + + + +#### examples + +- Delete favorite + ```bash + monitor app-insights component favorite delete -g rg -n favorite-name --resource-name component-name + ``` diff --git a/Commands/monitor/app-insights/component/favorite/_list.md b/Commands/monitor/app-insights/component/favorite/_list.md new file mode 100644 index 000000000..6cb0d1bc9 --- /dev/null +++ b/Commands/monitor/app-insights/component/favorite/_list.md @@ -0,0 +1,16 @@ +# [Command] _monitor app-insights component favorite list_ + +List a list of favorites defined within an Application Insights component. + +## Versions + +### [2015-05-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9jb21wb25lbnRzL3t9L2Zhdm9yaXRlcw==/2015-05-01.xml) **Stable** + + + +#### examples + +- List favorite + ```bash + monitor app-insights component favorite list -g rg --resource-name component-name --favorite-type shared --tags [tag] + ``` diff --git a/Commands/monitor/app-insights/component/favorite/_show.md b/Commands/monitor/app-insights/component/favorite/_show.md new file mode 100644 index 000000000..6e23f1064 --- /dev/null +++ b/Commands/monitor/app-insights/component/favorite/_show.md @@ -0,0 +1,16 @@ +# [Command] _monitor app-insights component favorite show_ + +Get a single favorite by its FavoriteId, defined within an Application Insights component. + +## Versions + +### [2015-05-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9jb21wb25lbnRzL3t9L2Zhdm9yaXRlcy97fQ==/2015-05-01.xml) **Stable** + + + +#### examples + +- Show favorite + ```bash + monitor app-insights component favorite show -g rg -n favorite-name --resource-name component-name + ``` diff --git a/Commands/monitor/app-insights/component/favorite/_update.md b/Commands/monitor/app-insights/component/favorite/_update.md new file mode 100644 index 000000000..6f365602d --- /dev/null +++ b/Commands/monitor/app-insights/component/favorite/_update.md @@ -0,0 +1,16 @@ +# [Command] _monitor app-insights component favorite update_ + +Update a new favorites to an Application Insights component. + +## Versions + +### [2015-05-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9jb21wb25lbnRzL3t9L2Zhdm9yaXRlcy97fQ==/2015-05-01.xml) **Stable** + + + +#### examples + +- Update favorite + ```bash + monitor app-insights component favorite update -g rg -n favorite-name --resource-name component-name --config 'myconfig' --version ME --favorite-id favorite-name --favorite-type shared --tags [tag,test] + ``` diff --git a/Commands/monitor/app-insights/component/favorite/readme.md b/Commands/monitor/app-insights/component/favorite/readme.md new file mode 100644 index 000000000..7173941f0 --- /dev/null +++ b/Commands/monitor/app-insights/component/favorite/readme.md @@ -0,0 +1,20 @@ +# [Group] _monitor app-insights component favorite_ + +Manage component favorite + +## Commands + +- [create](/Commands/monitor/app-insights/component/favorite/_create.md) +: Create a new favorites to an Application Insights component. + +- [delete](/Commands/monitor/app-insights/component/favorite/_delete.md) +: Delete a favorite that is associated to an Application Insights component. + +- [list](/Commands/monitor/app-insights/component/favorite/_list.md) +: List a list of favorites defined within an Application Insights component. + +- [show](/Commands/monitor/app-insights/component/favorite/_show.md) +: Get a single favorite by its FavoriteId, defined within an Application Insights component. + +- [update](/Commands/monitor/app-insights/component/favorite/_update.md) +: Update a new favorites to an Application Insights component. diff --git a/Commands/monitor/app-insights/component/quotastatus/_show.md b/Commands/monitor/app-insights/component/quotastatus/_show.md new file mode 100644 index 000000000..977a1215a --- /dev/null +++ b/Commands/monitor/app-insights/component/quotastatus/_show.md @@ -0,0 +1,16 @@ +# [Command] _monitor app-insights component quotastatus show_ + +Show daily data volume cap (quota) status for an Application Insights component. + +## Versions + +### [2015-05-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9jb21wb25lbnRzL3t9L3F1b3Rhc3RhdHVz/2015-05-01.xml) **Stable** + + + +#### examples + +- Show component quotastatus + ```bash + monitor app-insights component quotastatus show -g rg --resource-name name + ``` diff --git a/Commands/monitor/app-insights/component/quotastatus/readme.md b/Commands/monitor/app-insights/component/quotastatus/readme.md new file mode 100644 index 000000000..81e7379a0 --- /dev/null +++ b/Commands/monitor/app-insights/component/quotastatus/readme.md @@ -0,0 +1,8 @@ +# [Group] _monitor app-insights component quotastatus_ + +Manage component quotastatus + +## Commands + +- [show](/Commands/monitor/app-insights/component/quotastatus/_show.md) +: Show daily data volume cap (quota) status for an Application Insights component. diff --git a/Commands/monitor/app-insights/component/readme.md b/Commands/monitor/app-insights/component/readme.md index a5723e510..bed8e32d0 100644 --- a/Commands/monitor/app-insights/component/readme.md +++ b/Commands/monitor/app-insights/component/readme.md @@ -10,5 +10,11 @@ Manage an Application Insights component or its subcomponents. - [continues-export](/Commands/monitor/app-insights/component/continues-export/readme.md) : Manage Continuous Export configurations for an Application Insights component. +- [favorite](/Commands/monitor/app-insights/component/favorite/readme.md) +: Manage component favorite + - [linked-storage](/Commands/monitor/app-insights/component/linked-storage/readme.md) : Manage linked storage account for an Application Insights component. + +- [quotastatus](/Commands/monitor/app-insights/component/quotastatus/readme.md) +: Manage component quotastatus diff --git a/Commands/monitor/app-insights/my-workbook/_create.md b/Commands/monitor/app-insights/my-workbook/_create.md new file mode 100644 index 000000000..7712266d1 --- /dev/null +++ b/Commands/monitor/app-insights/my-workbook/_create.md @@ -0,0 +1,9 @@ +# [Command] _monitor app-insights my-workbook create_ + +Create a new private workbook. + +## Versions + +### [2021-03-08](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9teXdvcmtib29rcy97fQ==/2021-03-08.xml) **Stable** + + diff --git a/Commands/monitor/app-insights/my-workbook/_delete.md b/Commands/monitor/app-insights/my-workbook/_delete.md new file mode 100644 index 000000000..ed4747ae3 --- /dev/null +++ b/Commands/monitor/app-insights/my-workbook/_delete.md @@ -0,0 +1,9 @@ +# [Command] _monitor app-insights my-workbook delete_ + +Delete a private workbook. + +## Versions + +### [2021-03-08](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9teXdvcmtib29rcy97fQ==/2021-03-08.xml) **Stable** + + diff --git a/Commands/monitor/app-insights/my-workbook/_list.md b/Commands/monitor/app-insights/my-workbook/_list.md new file mode 100644 index 000000000..2e59d5380 --- /dev/null +++ b/Commands/monitor/app-insights/my-workbook/_list.md @@ -0,0 +1,17 @@ +# [Command] _monitor app-insights my-workbook list_ + +List all private workbooks defined within a specified subscription and category. + +## Versions + +### [2021-03-08](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9teXdvcmtib29rcw==/2021-03-08.xml) **Stable** + + + + +#### examples + +- List my workbook + ```bash + monitor app-insights my-workbook list -g rg --category retention + ``` diff --git a/Commands/monitor/app-insights/my-workbook/_show.md b/Commands/monitor/app-insights/my-workbook/_show.md new file mode 100644 index 000000000..103e7da48 --- /dev/null +++ b/Commands/monitor/app-insights/my-workbook/_show.md @@ -0,0 +1,9 @@ +# [Command] _monitor app-insights my-workbook show_ + +Get a single private workbook by its resourceName. + +## Versions + +### [2021-03-08](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9teXdvcmtib29rcy97fQ==/2021-03-08.xml) **Stable** + + diff --git a/Commands/monitor/app-insights/my-workbook/_update.md b/Commands/monitor/app-insights/my-workbook/_update.md new file mode 100644 index 000000000..9ed09f2ec --- /dev/null +++ b/Commands/monitor/app-insights/my-workbook/_update.md @@ -0,0 +1,9 @@ +# [Command] _monitor app-insights my-workbook update_ + +Update a private workbook. + +## Versions + +### [2021-03-08](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9teXdvcmtib29rcy97fQ==/2021-03-08.xml) **Stable** + + diff --git a/Commands/monitor/app-insights/my-workbook/readme.md b/Commands/monitor/app-insights/my-workbook/readme.md new file mode 100644 index 000000000..45d8271d7 --- /dev/null +++ b/Commands/monitor/app-insights/my-workbook/readme.md @@ -0,0 +1,20 @@ +# [Group] _monitor app-insights my-workbook_ + +Manage my-workbook + +## Commands + +- [create](/Commands/monitor/app-insights/my-workbook/_create.md) +: Create a new private workbook. + +- [delete](/Commands/monitor/app-insights/my-workbook/_delete.md) +: Delete a private workbook. + +- [list](/Commands/monitor/app-insights/my-workbook/_list.md) +: List all private workbooks defined within a specified subscription and category. + +- [show](/Commands/monitor/app-insights/my-workbook/_show.md) +: Get a single private workbook by its resourceName. + +- [update](/Commands/monitor/app-insights/my-workbook/_update.md) +: Update a private workbook. diff --git a/Commands/monitor/app-insights/readme.md b/Commands/monitor/app-insights/readme.md index 536b134a5..6064518ae 100644 --- a/Commands/monitor/app-insights/readme.md +++ b/Commands/monitor/app-insights/readme.md @@ -9,3 +9,14 @@ Commands for querying data in Application Insights applications. - [component](/Commands/monitor/app-insights/component/readme.md) : Manage an Application Insights component or its subcomponents. + +- [my-workbook](/Commands/monitor/app-insights/my-workbook/readme.md) +: Manage my-workbook + +- [workbook](/Commands/monitor/app-insights/workbook/readme.md) +: Manage app-insights workbook + +## Commands + +- [migrate-to-new-pricing-model](/Commands/monitor/app-insights/_migrate-to-new-pricing-model.md) +: Enterprise Agreement Customer opted to use new pricing model. diff --git a/Commands/monitor/app-insights/workbook/readme.md b/Commands/monitor/app-insights/workbook/readme.md new file mode 100644 index 000000000..b847b475c --- /dev/null +++ b/Commands/monitor/app-insights/workbook/readme.md @@ -0,0 +1,8 @@ +# [Group] _monitor app-insights workbook_ + +Manage app-insights workbook + +## Subgroups + +- [revision](/Commands/monitor/app-insights/workbook/revision/readme.md) +: Manage workbook revision diff --git a/Commands/monitor/app-insights/workbook/revision/_list.md b/Commands/monitor/app-insights/workbook/revision/_list.md new file mode 100644 index 000000000..aa93d2be5 --- /dev/null +++ b/Commands/monitor/app-insights/workbook/revision/_list.md @@ -0,0 +1,16 @@ +# [Command] _monitor app-insights workbook revision list_ + +List the revisions for the workbook. + +## Versions + +### [2023-06-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy93b3JrYm9va3Mve30vcmV2aXNpb25z/2023-06-01.xml) **Stable** + + + +#### examples + +- List the revisions for the workbook + ```bash + monitor app-insights workbook revision list -g rg --resource-name name + ``` diff --git a/Commands/monitor/app-insights/workbook/revision/_show.md b/Commands/monitor/app-insights/workbook/revision/_show.md new file mode 100644 index 000000000..4dd103c18 --- /dev/null +++ b/Commands/monitor/app-insights/workbook/revision/_show.md @@ -0,0 +1,16 @@ +# [Command] _monitor app-insights workbook revision show_ + +Show workbook revision. + +## Versions + +### [2023-06-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy93b3JrYm9va3Mve30vcmV2aXNpb25zL3t9/2023-06-01.xml) **Stable** + + + +#### examples + +- Show workbook revision + ```bash + monitor app-insights workbook revision list -g rg --resource-name name --revision-id id + ``` diff --git a/Commands/monitor/app-insights/workbook/revision/readme.md b/Commands/monitor/app-insights/workbook/revision/readme.md new file mode 100644 index 000000000..d4cb97c37 --- /dev/null +++ b/Commands/monitor/app-insights/workbook/revision/readme.md @@ -0,0 +1,11 @@ +# [Group] _monitor app-insights workbook revision_ + +Manage workbook revision + +## Commands + +- [list](/Commands/monitor/app-insights/workbook/revision/_list.md) +: List the revisions for the workbook. + +- [show](/Commands/monitor/app-insights/workbook/revision/_show.md) +: Show workbook revision. diff --git a/Commands/tree.json b/Commands/tree.json index 422698ac3..977ba9636 100644 --- a/Commands/tree.json +++ b/Commands/tree.json @@ -36874,6 +36874,179 @@ "continues-export" ] }, + "favorite": { + "commands": { + "create": { + "help": { + "short": "Create a new favorites to an Application Insights component." + }, + "names": [ + "monitor", + "app-insights", + "component", + "favorite", + "create" + ], + "versions": [ + { + "examples": [ + { + "commands": [ + "monitor app-insights component favorite create -g rg -n favorite-name --resource-name component-name --config 'myconfig' --version ME --favorite-id favorite-name --favorite-type shared" + ], + "name": "Create favorite" + } + ], + "name": "2015-05-01", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/components/{}/favorites/{}", + "plane": "mgmt-plane", + "version": "2015-05-01" + } + ] + } + ] + }, + "delete": { + "help": { + "short": "Delete a favorite that is associated to an Application Insights component." + }, + "names": [ + "monitor", + "app-insights", + "component", + "favorite", + "delete" + ], + "versions": [ + { + "examples": [ + { + "commands": [ + "monitor app-insights component favorite delete -g rg -n favorite-name --resource-name component-name" + ], + "name": "Delete favorite" + } + ], + "name": "2015-05-01", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/components/{}/favorites/{}", + "plane": "mgmt-plane", + "version": "2015-05-01" + } + ] + } + ] + }, + "list": { + "help": { + "short": "List a list of favorites defined within an Application Insights component." + }, + "names": [ + "monitor", + "app-insights", + "component", + "favorite", + "list" + ], + "versions": [ + { + "examples": [ + { + "commands": [ + "monitor app-insights component favorite list -g rg --resource-name component-name --favorite-type shared --tags [tag]" + ], + "name": "List favorite" + } + ], + "name": "2015-05-01", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/components/{}/favorites", + "plane": "mgmt-plane", + "version": "2015-05-01" + } + ] + } + ] + }, + "show": { + "help": { + "short": "Get a single favorite by its FavoriteId, defined within an Application Insights component." + }, + "names": [ + "monitor", + "app-insights", + "component", + "favorite", + "show" + ], + "versions": [ + { + "examples": [ + { + "commands": [ + "monitor app-insights component favorite show -g rg -n favorite-name --resource-name component-name" + ], + "name": "Show favorite" + } + ], + "name": "2015-05-01", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/components/{}/favorites/{}", + "plane": "mgmt-plane", + "version": "2015-05-01" + } + ] + } + ] + }, + "update": { + "help": { + "short": "Update a new favorites to an Application Insights component." + }, + "names": [ + "monitor", + "app-insights", + "component", + "favorite", + "update" + ], + "versions": [ + { + "examples": [ + { + "commands": [ + "monitor app-insights component favorite update -g rg -n favorite-name --resource-name component-name --config 'myconfig' --version ME --favorite-id favorite-name --favorite-type shared --tags [tag,test]" + ], + "name": "Update favorite" + } + ], + "name": "2015-05-01", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/components/{}/favorites/{}", + "plane": "mgmt-plane", + "version": "2015-05-01" + } + ] + } + ] + } + }, + "help": { + "short": "Manage component favorite" + }, + "names": [ + "monitor", + "app-insights", + "component", + "favorite" + ] + }, "linked-storage": { "commands": { "link": { @@ -36982,6 +37155,51 @@ "component", "linked-storage" ] + }, + "quotastatus": { + "commands": { + "show": { + "help": { + "short": "Show daily data volume cap (quota) status for an Application Insights component." + }, + "names": [ + "monitor", + "app-insights", + "component", + "quotastatus", + "show" + ], + "versions": [ + { + "examples": [ + { + "commands": [ + "monitor app-insights component quotastatus show -g rg --resource-name name" + ], + "name": "Show component quotastatus" + } + ], + "name": "2015-05-01", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/components/{}/quotastatus", + "plane": "mgmt-plane", + "version": "2015-05-01" + } + ] + } + ] + } + }, + "help": { + "short": "Manage component quotastatus" + }, + "names": [ + "monitor", + "app-insights", + "component", + "quotastatus" + ] } }, "help": { @@ -36992,6 +37210,267 @@ "app-insights", "component" ] + }, + "my-workbook": { + "commands": { + "create": { + "help": { + "short": "Create a new private workbook." + }, + "names": [ + "monitor", + "app-insights", + "my-workbook", + "create" + ], + "versions": [ + { + "name": "2021-03-08", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/myworkbooks/{}", + "plane": "mgmt-plane", + "version": "2021-03-08" + } + ] + } + ] + }, + "delete": { + "help": { + "short": "Delete a private workbook." + }, + "names": [ + "monitor", + "app-insights", + "my-workbook", + "delete" + ], + "versions": [ + { + "name": "2021-03-08", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/myworkbooks/{}", + "plane": "mgmt-plane", + "version": "2021-03-08" + } + ] + } + ] + }, + "list": { + "help": { + "short": "List all private workbooks defined within a specified subscription and category." + }, + "names": [ + "monitor", + "app-insights", + "my-workbook", + "list" + ], + "versions": [ + { + "examples": [ + { + "commands": [ + "monitor app-insights my-workbook list -g rg --category retention" + ], + "name": "List my workbook" + } + ], + "name": "2021-03-08", + "resources": [ + { + "id": "/subscriptions/{}/providers/microsoft.insights/myworkbooks", + "plane": "mgmt-plane", + "version": "2021-03-08" + }, + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/myworkbooks", + "plane": "mgmt-plane", + "version": "2021-03-08" + } + ] + } + ] + }, + "show": { + "help": { + "short": "Get a single private workbook by its resourceName." + }, + "names": [ + "monitor", + "app-insights", + "my-workbook", + "show" + ], + "versions": [ + { + "name": "2021-03-08", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/myworkbooks/{}", + "plane": "mgmt-plane", + "version": "2021-03-08" + } + ] + } + ] + }, + "update": { + "help": { + "short": "Update a private workbook." + }, + "names": [ + "monitor", + "app-insights", + "my-workbook", + "update" + ], + "versions": [ + { + "name": "2021-03-08", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/myworkbooks/{}", + "plane": "mgmt-plane", + "version": "2021-03-08" + } + ] + } + ] + } + }, + "help": { + "short": "Manage my-workbook" + }, + "names": [ + "monitor", + "app-insights", + "my-workbook" + ] + }, + "workbook": { + "commandGroups": { + "revision": { + "commands": { + "list": { + "help": { + "short": "List the revisions for the workbook." + }, + "names": [ + "monitor", + "app-insights", + "workbook", + "revision", + "list" + ], + "versions": [ + { + "examples": [ + { + "commands": [ + "monitor app-insights workbook revision list -g rg --resource-name name" + ], + "name": "List the revisions for the workbook" + } + ], + "name": "2023-06-01", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/workbooks/{}/revisions", + "plane": "mgmt-plane", + "version": "2023-06-01" + } + ] + } + ] + }, + "show": { + "help": { + "short": "Show workbook revision." + }, + "names": [ + "monitor", + "app-insights", + "workbook", + "revision", + "show" + ], + "versions": [ + { + "examples": [ + { + "commands": [ + "monitor app-insights workbook revision list -g rg --resource-name name --revision-id id" + ], + "name": "Show workbook revision" + } + ], + "name": "2023-06-01", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/workbooks/{}/revisions/{}", + "plane": "mgmt-plane", + "version": "2023-06-01" + } + ] + } + ] + } + }, + "help": { + "short": "Manage workbook revision" + }, + "names": [ + "monitor", + "app-insights", + "workbook", + "revision" + ] + } + }, + "help": { + "short": "Manage app-insights workbook" + }, + "names": [ + "monitor", + "app-insights", + "workbook" + ] + } + }, + "commands": { + "migrate-to-new-pricing-model": { + "help": { + "short": "Enterprise Agreement Customer opted to use new pricing model." + }, + "names": [ + "monitor", + "app-insights", + "migrate-to-new-pricing-model" + ], + "versions": [ + { + "examples": [ + { + "commands": [ + "monitor app-insights migrate-to-new-pricing-model" + ], + "name": "Migrate to new pricing model" + } + ], + "name": "2017-10-01", + "resources": [ + { + "id": "/subscriptions/{}/providers/microsoft.insights/migratetonewpricingmodel", + "plane": "mgmt-plane", + "version": "2017-10-01" + } + ] + } + ] } }, "help": { diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9taWdyYXRldG9uZXdwcmljaW5nbW9kZWw=/2017-10-01.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9taWdyYXRldG9uZXdwcmljaW5nbW9kZWw=/2017-10-01.json new file mode 100644 index 000000000..ce6998005 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9taWdyYXRldG9uZXdwcmljaW5nbW9kZWw=/2017-10-01.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/providers/microsoft.insights/migratetonewpricingmodel", "version": "2017-10-01", "swagger": "mgmt-plane/applicationinsights/ResourceProviders/Microsoft.Insights/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvbWljcm9zb2Z0Lmluc2lnaHRzL21pZ3JhdGVUb05ld1ByaWNpbmdNb2RlbA==/V/MjAxNy0xMC0wMQ=="}], "commandGroups": [{"name": "monitor app-insights", "commands": [{"name": "migrate-to-new-pricing-model", "version": "2017-10-01", "resources": [{"id": "/subscriptions/{}/providers/microsoft.insights/migratetonewpricingmodel", "version": "2017-10-01", "swagger": "mgmt-plane/applicationinsights/ResourceProviders/Microsoft.Insights/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvbWljcm9zb2Z0Lmluc2lnaHRzL21pZ3JhdGVUb05ld1ByaWNpbmdNb2RlbA==/V/MjAxNy0xMC0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "EASubscriptionMigrateToNewPricingModel_Post", "http": {"path": "/subscriptions/{subscriptionId}/providers/microsoft.insights/migrateToNewPricingModel", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true, "format": {"minLength": 1}}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2017-10-01"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [204]}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9taWdyYXRldG9uZXdwcmljaW5nbW9kZWw=/2017-10-01.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9taWdyYXRldG9uZXdwcmljaW5nbW9kZWw=/2017-10-01.xml new file mode 100644 index 000000000..a593d61ff --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9taWdyYXRldG9uZXdwcmljaW5nbW9kZWw=/2017-10-01.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9teXdvcmtib29rcw==/2021-03-08.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9teXdvcmtib29rcw==/2021-03-08.json new file mode 100644 index 000000000..88967932c --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9teXdvcmtib29rcw==/2021-03-08.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/providers/microsoft.insights/myworkbooks", "version": "2021-03-08", "swagger": "mgmt-plane/applicationinsights/ResourceProviders/Microsoft.Insights/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lkluc2lnaHRzL215V29ya2Jvb2tz/V/MjAyMS0wMy0wOA=="}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/myworkbooks", "version": "2021-03-08", "swagger": "mgmt-plane/applicationinsights/ResourceProviders/Microsoft.Insights/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuSW5zaWdodHMvbXlXb3JrYm9va3M=/V/MjAyMS0wMy0wOA=="}], "commandGroups": [{"name": "monitor app-insights my-workbook", "commands": [{"name": "list", "version": "2021-03-08", "resources": [{"id": "/subscriptions/{}/providers/microsoft.insights/myworkbooks", "version": "2021-03-08", "swagger": "mgmt-plane/applicationinsights/ResourceProviders/Microsoft.Insights/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lkluc2lnaHRzL215V29ya2Jvb2tz/V/MjAyMS0wMy0wOA=="}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/myworkbooks", "version": "2021-03-08", "swagger": "mgmt-plane/applicationinsights/ResourceProviders/Microsoft.Insights/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuSW5zaWdodHMvbXlXb3JrYm9va3M=/V/MjAyMS0wMy0wOA=="}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}, {"type": "boolean", "var": "$Query.canFetchContent", "options": ["can-fetch-content"], "help": {"short": "Flag indicating whether or not to return the full content for each applicable workbook. If false, only return summary content for workbooks."}}, {"type": "string", "var": "$Query.category", "options": ["category"], "required": true, "help": {"short": "Category of workbook to return."}, "enum": {"items": [{"name": "TSG", "value": "TSG"}, {"name": "performance", "value": "performance"}, {"name": "retention", "value": "retention"}, {"name": "workbook", "value": "workbook"}]}}, {"type": "string", "var": "$Query.sourceId", "options": ["source-id"], "help": {"short": "Azure Resource Id that will fetch all linked workbooks."}}, {"type": "array", "var": "$Query.tags", "options": ["tags"], "help": {"short": "Tags presents on each workbook returned."}, "item": {"type": "string"}}]}], "conditions": [{"var": "$Condition_MyWorkbooks_ListByResourceGroup", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.resourceGroupName"}, {"type": "hasValue", "arg": "$Path.subscriptionId"}, {"type": "hasValue", "arg": "$Query.category"}]}}, {"var": "$Condition_MyWorkbooks_ListBySubscription", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.subscriptionId"}, {"type": "hasValue", "arg": "$Query.category"}, {"type": "not", "operator": {"type": "hasValue", "arg": "$Path.resourceGroupName"}}]}}], "operations": [{"when": ["$Condition_MyWorkbooks_ListByResourceGroup"], "operationId": "MyWorkbooks_ListByResourceGroup", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/myWorkbooks", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true, "format": {"minLength": 1}}]}, "query": {"params": [{"type": "boolean", "name": "canFetchContent", "arg": "$Query.canFetchContent"}, {"type": "string", "name": "category", "arg": "$Query.category", "required": true, "enum": {"items": [{"value": "TSG"}, {"value": "performance"}, {"value": "retention"}, {"value": "workbook"}]}}, {"type": "string", "name": "sourceId", "arg": "$Query.sourceId"}, {"type": "array", "name": "tags", "arg": "$Query.tags", "item": {"type": "string"}}], "consts": [{"readOnly": true, "const": true, "default": {"value": "2021-03-08"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"readOnly": true, "type": "array", "name": "value", "item": {"type": "object", "props": [{"type": "object", "name": "etag", "additionalProps": {"item": {"type": "string"}}}, {"type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Insights/myWorkbooks/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "enum": {"items": [{"value": "None"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "props": [{"readOnly": true, "type": "string", "name": "principalId"}, {"readOnly": true, "type": "string", "name": "tenantId"}]}]}, {"type": "string", "name": "kind", "enum": {"items": [{"value": "shared"}, {"value": "user"}]}}, {"type": "ResourceLocation", "name": "location"}, {"type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "category", "required": true}, {"type": "string", "name": "displayName", "required": true}, {"nullable": true, "type": "string", "name": "serializedData", "required": true}, {"nullable": true, "type": "string", "name": "storageUri"}, {"type": "array", "name": "tags", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "timeModified"}, {"readOnly": true, "type": "string", "name": "userId"}, {"type": "string", "name": "version"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}, {"when": ["$Condition_MyWorkbooks_ListBySubscription"], "operationId": "MyWorkbooks_ListBySubscription", "http": {"path": "/subscriptions/{subscriptionId}/providers/Microsoft.Insights/myWorkbooks", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true, "format": {"minLength": 1}}]}, "query": {"params": [{"type": "boolean", "name": "canFetchContent", "arg": "$Query.canFetchContent"}, {"type": "string", "name": "category", "arg": "$Query.category", "required": true, "enum": {"items": [{"value": "TSG"}, {"value": "performance"}, {"value": "retention"}, {"value": "workbook"}]}}, {"type": "array", "name": "tags", "arg": "$Query.tags", "item": {"type": "string"}}], "consts": [{"readOnly": true, "const": true, "default": {"value": "2021-03-08"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"readOnly": true, "type": "array", "name": "value", "item": {"type": "object", "props": [{"type": "object", "name": "etag", "additionalProps": {"item": {"type": "string"}}}, {"type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Insights/myWorkbooks/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "enum": {"items": [{"value": "None"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "props": [{"readOnly": true, "type": "string", "name": "principalId"}, {"readOnly": true, "type": "string", "name": "tenantId"}]}]}, {"type": "string", "name": "kind", "enum": {"items": [{"value": "shared"}, {"value": "user"}]}}, {"type": "ResourceLocation", "name": "location"}, {"type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "category", "required": true}, {"type": "string", "name": "displayName", "required": true}, {"nullable": true, "type": "string", "name": "serializedData", "required": true}, {"nullable": true, "type": "string", "name": "storageUri"}, {"type": "array", "name": "tags", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "timeModified"}, {"readOnly": true, "type": "string", "name": "userId"}, {"type": "string", "name": "version"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9teXdvcmtib29rcw==/2021-03-08.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9teXdvcmtib29rcw==/2021-03-08.xml new file mode 100644 index 000000000..5cf1328c9 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9teXdvcmtib29rcw==/2021-03-08.xml @@ -0,0 +1,279 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy93b3JrYm9va3Mve30vcmV2aXNpb25z/2023-06-01.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy93b3JrYm9va3Mve30vcmV2aXNpb25z/2023-06-01.json new file mode 100644 index 000000000..a9e7254a7 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy93b3JrYm9va3Mve30vcmV2aXNpb25z/2023-06-01.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/workbooks/{}/revisions", "version": "2023-06-01", "swagger": "mgmt-plane/applicationinsights/ResourceProviders/Microsoft.Insights/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuSW5zaWdodHMvd29ya2Jvb2tzL3tyZXNvdXJjZU5hbWV9L3JldmlzaW9ucw==/V/MjAyMy0wNi0wMQ=="}], "commandGroups": [{"name": "monitor app-insights workbook revision", "commands": [{"name": "list", "version": "2023-06-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/workbooks/{}/revisions", "version": "2023-06-01", "swagger": "mgmt-plane/applicationinsights/ResourceProviders/Microsoft.Insights/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuSW5zaWdodHMvd29ya2Jvb2tzL3tyZXNvdXJjZU5hbWV9L3JldmlzaW9ucw==/V/MjAyMy0wNi0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "string", "var": "$Path.resourceName", "options": ["resource-name"], "required": true, "idPart": "name", "help": {"short": "The name of the workbook resource. The value must be an UUID."}}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "Workbooks_RevisionsList", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/workbooks/{resourceName}/revisions", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "resourceName", "arg": "$Path.resourceName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true, "format": {"minLength": 1}}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2023-06-01"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"readOnly": true, "type": "array", "name": "value", "item": {"type": "object", "props": [{"type": "string", "name": "etag"}, {"readOnly": true, "type": "ResourceId", "name": "id"}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "string", "name": "kind", "enum": {"items": [{"value": "shared"}]}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "category", "required": true}, {"nullable": true, "type": "string", "name": "description"}, {"type": "string", "name": "displayName", "required": true}, {"readOnly": true, "nullable": true, "type": "string", "name": "revision"}, {"nullable": true, "type": "string", "name": "serializedData", "required": true}, {"type": "string", "name": "sourceId"}, {"nullable": true, "type": "string", "name": "storageUri"}, {"type": "array", "name": "tags", "item": {"type": "string"}}, {"readOnly": true, "type": "dateTime", "name": "timeModified"}, {"readOnly": true, "type": "string", "name": "userId"}, {"type": "string", "name": "version"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy93b3JrYm9va3Mve30vcmV2aXNpb25z/2023-06-01.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy93b3JrYm9va3Mve30vcmV2aXNpb25z/2023-06-01.xml new file mode 100644 index 000000000..e38db8606 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy93b3JrYm9va3Mve30vcmV2aXNpb25z/2023-06-01.xml @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy93b3JrYm9va3Mve30vcmV2aXNpb25zL3t9/2023-06-01.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy93b3JrYm9va3Mve30vcmV2aXNpb25zL3t9/2023-06-01.json new file mode 100644 index 000000000..19b8b282d --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy93b3JrYm9va3Mve30vcmV2aXNpb25zL3t9/2023-06-01.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/workbooks/{}/revisions/{}", "version": "2023-06-01", "swagger": "mgmt-plane/applicationinsights/ResourceProviders/Microsoft.Insights/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuSW5zaWdodHMvd29ya2Jvb2tzL3tyZXNvdXJjZU5hbWV9L3JldmlzaW9ucy97cmV2aXNpb25JZH0=/V/MjAyMy0wNi0wMQ=="}], "commandGroups": [{"name": "monitor app-insights workbook revision", "commands": [{"name": "show", "version": "2023-06-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/workbooks/{}/revisions/{}", "version": "2023-06-01", "swagger": "mgmt-plane/applicationinsights/ResourceProviders/Microsoft.Insights/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuSW5zaWdodHMvd29ya2Jvb2tzL3tyZXNvdXJjZU5hbWV9L3JldmlzaW9ucy97cmV2aXNpb25JZH0=/V/MjAyMy0wNi0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "string", "var": "$Path.resourceName", "options": ["resource-name"], "required": true, "idPart": "name", "help": {"short": "The name of the workbook resource. The value must be an UUID."}}, {"type": "string", "var": "$Path.revisionId", "options": ["n", "name", "revision-id"], "required": true, "idPart": "child_name_1", "help": {"short": "The id of the workbook's revision."}}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "Workbooks_RevisionGet", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/workbooks/{resourceName}/revisions/{revisionId}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "resourceName", "arg": "$Path.resourceName", "required": true}, {"type": "string", "name": "revisionId", "arg": "$Path.revisionId", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true, "format": {"minLength": 1}}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2023-06-01"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "etag"}, {"readOnly": true, "type": "ResourceId", "name": "id"}, {"type": "IdentityObject", "name": "identity", "props": [{"readOnly": true, "type": "uuid", "name": "principalId"}, {"readOnly": true, "type": "uuid", "name": "tenantId"}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "None"}, {"value": "SystemAssigned"}, {"value": "SystemAssigned,UserAssigned"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "additionalProps": {"item": {"type": "object", "props": [{"readOnly": true, "type": "uuid", "name": "clientId"}, {"readOnly": true, "type": "uuid", "name": "principalId"}]}}}]}, {"type": "string", "name": "kind", "enum": {"items": [{"value": "shared"}]}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "category", "required": true}, {"nullable": true, "type": "string", "name": "description"}, {"type": "string", "name": "displayName", "required": true}, {"readOnly": true, "nullable": true, "type": "string", "name": "revision"}, {"nullable": true, "type": "string", "name": "serializedData", "required": true}, {"type": "string", "name": "sourceId"}, {"nullable": true, "type": "string", "name": "storageUri"}, {"type": "array", "name": "tags", "item": {"type": "string"}}, {"readOnly": true, "type": "dateTime", "name": "timeModified"}, {"readOnly": true, "type": "string", "name": "userId"}, {"type": "string", "name": "version"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy93b3JrYm9va3Mve30vcmV2aXNpb25zL3t9/2023-06-01.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy93b3JrYm9va3Mve30vcmV2aXNpb25zL3t9/2023-06-01.xml new file mode 100644 index 000000000..9f95655ae --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy93b3JrYm9va3Mve30vcmV2aXNpb25zL3t9/2023-06-01.xml @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9jb21wb25lbnRzL3t9L2Zhdm9yaXRlcw==/2015-05-01.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9jb21wb25lbnRzL3t9L2Zhdm9yaXRlcw==/2015-05-01.json new file mode 100644 index 000000000..8f249aac9 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9jb21wb25lbnRzL3t9L2Zhdm9yaXRlcw==/2015-05-01.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/components/{}/favorites", "version": "2015-05-01", "swagger": "mgmt-plane/applicationinsights/ResourceProviders/Microsoft.Insights/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuSW5zaWdodHMvY29tcG9uZW50cy97cmVzb3VyY2VOYW1lfS9mYXZvcml0ZXM=/V/MjAxNS0wNS0wMQ=="}], "commandGroups": [{"name": "monitor app-insights component favorite", "commands": [{"name": "list", "version": "2015-05-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/components/{}/favorites", "version": "2015-05-01", "swagger": "mgmt-plane/applicationinsights/ResourceProviders/Microsoft.Insights/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuSW5zaWdodHMvY29tcG9uZW50cy97cmVzb3VyY2VOYW1lfS9mYXZvcml0ZXM=/V/MjAxNS0wNS0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "string", "var": "$Path.resourceName", "options": ["resource-name"], "required": true, "idPart": "name", "help": {"short": "The name of the Application Insights component resource."}}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}, {"type": "boolean", "var": "$Query.canFetchContent", "options": ["can-fetch-content"], "help": {"short": "Flag indicating whether or not to return the full content for each applicable favorite. If false, only return summary content for favorites."}}, {"type": "string", "var": "$Query.favoriteType", "options": ["favorite-type"], "help": {"short": "The type of favorite. Value can be either shared or user."}, "default": {"value": "shared"}, "enum": {"items": [{"name": "shared", "value": "shared"}, {"name": "user", "value": "user"}]}}, {"type": "string", "var": "$Query.sourceType", "options": ["source-type"], "help": {"short": "Source type of favorite to return. When left out, the source type defaults to 'other' (not present in this enum)."}, "enum": {"items": [{"name": "events", "value": "events"}, {"name": "funnel", "value": "funnel"}, {"name": "impact", "value": "impact"}, {"name": "notebook", "value": "notebook"}, {"name": "retention", "value": "retention"}, {"name": "segmentation", "value": "segmentation"}, {"name": "sessions", "value": "sessions"}, {"name": "userflows", "value": "userflows"}]}}, {"type": "array", "var": "$Query.tags", "options": ["tags"], "help": {"short": "Tags that must be present on each favorite returned."}, "item": {"type": "string"}}]}], "operations": [{"operationId": "Favorites_List", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/favorites", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "resourceName", "arg": "$Path.resourceName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true, "format": {"minLength": 1}}]}, "query": {"params": [{"type": "boolean", "name": "canFetchContent", "arg": "$Query.canFetchContent"}, {"default": {"value": "shared"}, "type": "string", "name": "favoriteType", "arg": "$Query.favoriteType", "enum": {"items": [{"value": "shared"}, {"value": "user"}]}}, {"type": "string", "name": "sourceType", "arg": "$Query.sourceType", "enum": {"items": [{"value": "events"}, {"value": "funnel"}, {"value": "impact"}, {"value": "notebook"}, {"value": "retention"}, {"value": "segmentation"}, {"value": "sessions"}, {"value": "userflows"}]}}, {"type": "array", "name": "tags", "arg": "$Query.tags", "item": {"type": "string"}}], "consts": [{"readOnly": true, "const": true, "default": {"value": "2015-05-01"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "array", "item": {"type": "object", "props": [{"type": "string", "name": "Category"}, {"type": "string", "name": "Config"}, {"type": "string", "name": "FavoriteId"}, {"type": "string", "name": "FavoriteType", "enum": {"items": [{"value": "shared"}, {"value": "user"}]}}, {"type": "boolean", "name": "IsGeneratedFromTemplate"}, {"type": "string", "name": "Name"}, {"type": "string", "name": "SourceType"}, {"type": "array", "name": "Tags", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "TimeModified"}, {"readOnly": true, "type": "string", "name": "UserId"}, {"type": "string", "name": "Version"}]}}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9jb21wb25lbnRzL3t9L2Zhdm9yaXRlcw==/2015-05-01.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9jb21wb25lbnRzL3t9L2Zhdm9yaXRlcw==/2015-05-01.xml new file mode 100644 index 000000000..0a95ba871 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9jb21wb25lbnRzL3t9L2Zhdm9yaXRlcw==/2015-05-01.xml @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9jb21wb25lbnRzL3t9L2Zhdm9yaXRlcy97fQ==/2015-05-01.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9jb21wb25lbnRzL3t9L2Zhdm9yaXRlcy97fQ==/2015-05-01.json new file mode 100644 index 000000000..80cffb147 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9jb21wb25lbnRzL3t9L2Zhdm9yaXRlcy97fQ==/2015-05-01.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/components/{}/favorites/{}", "version": "2015-05-01", "swagger": "mgmt-plane/applicationinsights/ResourceProviders/Microsoft.Insights/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuSW5zaWdodHMvY29tcG9uZW50cy97cmVzb3VyY2VOYW1lfS9mYXZvcml0ZXMve2Zhdm9yaXRlTmFtZX0=/V/MjAxNS0wNS0wMQ=="}], "commandGroups": [{"name": "monitor app-insights component favorite", "commands": [{"name": "show", "version": "2015-05-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/components/{}/favorites/{}", "version": "2015-05-01", "swagger": "mgmt-plane/applicationinsights/ResourceProviders/Microsoft.Insights/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuSW5zaWdodHMvY29tcG9uZW50cy97cmVzb3VyY2VOYW1lfS9mYXZvcml0ZXMve2Zhdm9yaXRlTmFtZX0=/V/MjAxNS0wNS0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.favoriteName", "options": ["n", "name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "The Id of a specific favorite defined in the Application Insights component"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "string", "var": "$Path.resourceName", "options": ["resource-name"], "required": true, "idPart": "name", "help": {"short": "The name of the Application Insights component resource."}}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "Favorites_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/favorites/{favoriteName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "favoriteName", "arg": "$Path.favoriteName", "required": true}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "resourceName", "arg": "$Path.resourceName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true, "format": {"minLength": 1}}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2015-05-01"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "Category"}, {"type": "string", "name": "Config"}, {"type": "string", "name": "FavoriteId"}, {"type": "string", "name": "FavoriteType", "enum": {"items": [{"value": "shared"}, {"value": "user"}]}}, {"type": "boolean", "name": "IsGeneratedFromTemplate"}, {"type": "string", "name": "Name"}, {"type": "string", "name": "SourceType"}, {"type": "array", "name": "Tags", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "TimeModified"}, {"readOnly": true, "type": "string", "name": "UserId"}, {"type": "string", "name": "Version"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}, {"name": "delete", "version": "2015-05-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/components/{}/favorites/{}", "version": "2015-05-01", "swagger": "mgmt-plane/applicationinsights/ResourceProviders/Microsoft.Insights/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuSW5zaWdodHMvY29tcG9uZW50cy97cmVzb3VyY2VOYW1lfS9mYXZvcml0ZXMve2Zhdm9yaXRlTmFtZX0=/V/MjAxNS0wNS0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.favoriteName", "options": ["n", "name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "The Id of a specific favorite defined in the Application Insights component"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "string", "var": "$Path.resourceName", "options": ["resource-name"], "required": true, "idPart": "name", "help": {"short": "The name of the Application Insights component resource."}}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "Favorites_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/favorites/{favoriteName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "favoriteName", "arg": "$Path.favoriteName", "required": true}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "resourceName", "arg": "$Path.resourceName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true, "format": {"minLength": 1}}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2015-05-01"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200]}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "confirmation": "Are you sure you want to perform this operation?"}, {"name": "create", "version": "2015-05-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/components/{}/favorites/{}", "version": "2015-05-01", "swagger": "mgmt-plane/applicationinsights/ResourceProviders/Microsoft.Insights/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuSW5zaWdodHMvY29tcG9uZW50cy97cmVzb3VyY2VOYW1lfS9mYXZvcml0ZXMve2Zhdm9yaXRlTmFtZX0=/V/MjAxNS0wNS0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.favoriteName", "options": ["n", "name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "The Id of a specific favorite defined in the Application Insights component"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "string", "var": "$Path.resourceName", "options": ["resource-name"], "required": true, "idPart": "name", "help": {"short": "The name of the Application Insights component resource."}}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "FavoriteProperties", "args": [{"type": "string", "var": "$favoriteProperties.Category", "options": ["category"], "group": "FavoriteProperties", "help": {"short": "Favorite category, as defined by the user at creation time."}}, {"type": "string", "var": "$favoriteProperties.Config", "options": ["config"], "group": "FavoriteProperties", "help": {"short": "Configuration of this particular favorite, which are driven by the Azure portal UX. Configuration data is a string containing valid JSON"}}, {"type": "string", "var": "$favoriteProperties.FavoriteId", "options": ["favorite-id"], "group": "FavoriteProperties", "help": {"short": "Internally assigned unique id of the favorite definition."}}, {"type": "string", "var": "$favoriteProperties.FavoriteType", "options": ["favorite-type"], "group": "FavoriteProperties", "help": {"short": "Enum indicating if this favorite definition is owned by a specific user or is shared between all users with access to the Application Insights component."}, "enum": {"items": [{"name": "shared", "value": "shared"}, {"name": "user", "value": "user"}]}}, {"type": "boolean", "var": "$favoriteProperties.IsGeneratedFromTemplate", "options": ["is-generated-from-template"], "group": "FavoriteProperties", "help": {"short": "Flag denoting wether or not this favorite was generated from a template."}}, {"type": "string", "var": "$favoriteProperties.SourceType", "options": ["source-type"], "group": "FavoriteProperties", "help": {"short": "The source of the favorite definition."}}, {"type": "array", "var": "$favoriteProperties.Tags", "options": ["tags"], "group": "FavoriteProperties", "help": {"short": "A list of 0 or more tags that are associated with this favorite definition"}, "item": {"type": "string"}}, {"type": "string", "var": "$favoriteProperties.Version", "options": ["version"], "group": "FavoriteProperties", "help": {"short": "This instance's version of the data model. This can change as new features are added that can be marked favorite. Current examples include MetricsExplorer (ME) and Search."}}]}], "operations": [{"operationId": "Favorites_Add", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/favorites/{favoriteName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "favoriteName", "arg": "$Path.favoriteName", "required": true}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "resourceName", "arg": "$Path.resourceName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true, "format": {"minLength": 1}}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2015-05-01"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "favoriteProperties", "required": true, "props": [{"type": "string", "name": "Category", "arg": "$favoriteProperties.Category"}, {"type": "string", "name": "Config", "arg": "$favoriteProperties.Config"}, {"type": "string", "name": "FavoriteId", "arg": "$favoriteProperties.FavoriteId"}, {"type": "string", "name": "FavoriteType", "arg": "$favoriteProperties.FavoriteType", "enum": {"items": [{"value": "shared"}, {"value": "user"}]}}, {"type": "boolean", "name": "IsGeneratedFromTemplate", "arg": "$favoriteProperties.IsGeneratedFromTemplate"}, {"type": "string", "name": "Name", "arg": "$Path.favoriteName"}, {"type": "string", "name": "SourceType", "arg": "$favoriteProperties.SourceType"}, {"type": "array", "name": "Tags", "arg": "$favoriteProperties.Tags", "item": {"type": "string"}}, {"type": "string", "name": "Version", "arg": "$favoriteProperties.Version"}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "Category"}, {"type": "string", "name": "Config"}, {"type": "string", "name": "FavoriteId"}, {"type": "string", "name": "FavoriteType", "enum": {"items": [{"value": "shared"}, {"value": "user"}]}}, {"type": "boolean", "name": "IsGeneratedFromTemplate"}, {"type": "string", "name": "Name"}, {"type": "string", "name": "SourceType"}, {"type": "array", "name": "Tags", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "TimeModified"}, {"readOnly": true, "type": "string", "name": "UserId"}, {"type": "string", "name": "Version"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}, {"name": "update", "version": "2015-05-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/components/{}/favorites/{}", "version": "2015-05-01", "swagger": "mgmt-plane/applicationinsights/ResourceProviders/Microsoft.Insights/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuSW5zaWdodHMvY29tcG9uZW50cy97cmVzb3VyY2VOYW1lfS9mYXZvcml0ZXMve2Zhdm9yaXRlTmFtZX0=/V/MjAxNS0wNS0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.favoriteName", "options": ["n", "name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "The Id of a specific favorite defined in the Application Insights component"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "string", "var": "$Path.resourceName", "options": ["resource-name"], "required": true, "idPart": "name", "help": {"short": "The name of the Application Insights component resource."}}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "FavoriteProperties", "args": [{"nullable": true, "type": "string", "var": "$favoriteProperties.Category", "options": ["category"], "group": "FavoriteProperties", "help": {"short": "Favorite category, as defined by the user at creation time."}}, {"nullable": true, "type": "string", "var": "$favoriteProperties.Config", "options": ["config"], "group": "FavoriteProperties", "help": {"short": "Configuration of this particular favorite, which are driven by the Azure portal UX. Configuration data is a string containing valid JSON"}}, {"nullable": true, "type": "string", "var": "$favoriteProperties.FavoriteId", "options": ["favorite-id"], "group": "FavoriteProperties", "help": {"short": "Internally assigned unique id of the favorite definition."}}, {"nullable": true, "type": "string", "var": "$favoriteProperties.FavoriteType", "options": ["favorite-type"], "group": "FavoriteProperties", "help": {"short": "Enum indicating if this favorite definition is owned by a specific user or is shared between all users with access to the Application Insights component."}, "enum": {"items": [{"name": "shared", "value": "shared"}, {"name": "user", "value": "user"}]}}, {"nullable": true, "type": "boolean", "var": "$favoriteProperties.IsGeneratedFromTemplate", "options": ["is-generated-from-template"], "group": "FavoriteProperties", "help": {"short": "Flag denoting wether or not this favorite was generated from a template."}}, {"nullable": true, "type": "string", "var": "$favoriteProperties.SourceType", "options": ["source-type"], "group": "FavoriteProperties", "help": {"short": "The source of the favorite definition."}}, {"nullable": true, "type": "array", "var": "$favoriteProperties.Tags", "options": ["tags"], "group": "FavoriteProperties", "help": {"short": "A list of 0 or more tags that are associated with this favorite definition"}, "item": {"nullable": true, "type": "string"}}, {"nullable": true, "type": "string", "var": "$favoriteProperties.Version", "options": ["version"], "group": "FavoriteProperties", "help": {"short": "This instance's version of the data model. This can change as new features are added that can be marked favorite. Current examples include MetricsExplorer (ME) and Search."}}]}], "operations": [{"operationId": "Favorites_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/favorites/{favoriteName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "favoriteName", "arg": "$Path.favoriteName", "required": true}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "resourceName", "arg": "$Path.resourceName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true, "format": {"minLength": 1}}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2015-05-01"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "Category"}, {"type": "string", "name": "Config"}, {"type": "string", "name": "FavoriteId"}, {"type": "string", "name": "FavoriteType", "enum": {"items": [{"value": "shared"}, {"value": "user"}]}}, {"type": "boolean", "name": "IsGeneratedFromTemplate"}, {"type": "string", "name": "Name"}, {"type": "string", "name": "SourceType"}, {"type": "array", "name": "Tags", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "TimeModified"}, {"readOnly": true, "type": "string", "name": "UserId"}, {"type": "string", "name": "Version"}], "cls": "ApplicationInsightsComponentFavorite_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"instanceUpdate": {"ref": "$Instance", "json": {"schema": {"type": "object", "name": "favoriteProperties", "required": true, "props": [{"type": "string", "name": "Category", "arg": "$favoriteProperties.Category"}, {"type": "string", "name": "Config", "arg": "$favoriteProperties.Config"}, {"type": "string", "name": "FavoriteId", "arg": "$favoriteProperties.FavoriteId"}, {"type": "string", "name": "FavoriteType", "arg": "$favoriteProperties.FavoriteType", "enum": {"items": [{"value": "shared"}, {"value": "user"}]}}, {"type": "boolean", "name": "IsGeneratedFromTemplate", "arg": "$favoriteProperties.IsGeneratedFromTemplate"}, {"type": "string", "name": "Name", "arg": "$Path.favoriteName"}, {"type": "string", "name": "SourceType", "arg": "$favoriteProperties.SourceType"}, {"type": "array", "name": "Tags", "arg": "$favoriteProperties.Tags", "item": {"type": "string"}}, {"type": "string", "name": "Version", "arg": "$favoriteProperties.Version"}], "clientFlatten": true}}}}, {"operationId": "Favorites_Add", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/favorites/{favoriteName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "favoriteName", "arg": "$Path.favoriteName", "required": true}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "resourceName", "arg": "$Path.resourceName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true, "format": {"minLength": 1}}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2015-05-01"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "@ApplicationInsightsComponentFavorite_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9jb21wb25lbnRzL3t9L2Zhdm9yaXRlcy97fQ==/2015-05-01.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9jb21wb25lbnRzL3t9L2Zhdm9yaXRlcy97fQ==/2015-05-01.xml new file mode 100644 index 000000000..ac155a3ff --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9jb21wb25lbnRzL3t9L2Zhdm9yaXRlcy97fQ==/2015-05-01.xml @@ -0,0 +1,403 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9jb21wb25lbnRzL3t9L3F1b3Rhc3RhdHVz/2015-05-01.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9jb21wb25lbnRzL3t9L3F1b3Rhc3RhdHVz/2015-05-01.json new file mode 100644 index 000000000..f973fbc06 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9jb21wb25lbnRzL3t9L3F1b3Rhc3RhdHVz/2015-05-01.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/components/{}/quotastatus", "version": "2015-05-01", "swagger": "mgmt-plane/applicationinsights/ResourceProviders/Microsoft.Insights/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuSW5zaWdodHMvY29tcG9uZW50cy97cmVzb3VyY2VOYW1lfS9xdW90YXN0YXR1cw==/V/MjAxNS0wNS0wMQ=="}], "commandGroups": [{"name": "monitor app-insights component quotastatus", "commands": [{"name": "show", "version": "2015-05-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/components/{}/quotastatus", "version": "2015-05-01", "swagger": "mgmt-plane/applicationinsights/ResourceProviders/Microsoft.Insights/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuSW5zaWdodHMvY29tcG9uZW50cy97cmVzb3VyY2VOYW1lfS9xdW90YXN0YXR1cw==/V/MjAxNS0wNS0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "string", "var": "$Path.resourceName", "options": ["resource-name"], "required": true, "idPart": "name", "help": {"short": "The name of the Application Insights component resource."}}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "ComponentQuotaStatus_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/quotastatus", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "resourceName", "arg": "$Path.resourceName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true, "format": {"minLength": 1}}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2015-05-01"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "string", "name": "AppId"}, {"readOnly": true, "type": "string", "name": "ExpirationTime"}, {"readOnly": true, "type": "boolean", "name": "ShouldBeThrottled"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9jb21wb25lbnRzL3t9L3F1b3Rhc3RhdHVz/2015-05-01.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9jb21wb25lbnRzL3t9L3F1b3Rhc3RhdHVz/2015-05-01.xml new file mode 100644 index 000000000..bd876a5da --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9jb21wb25lbnRzL3t9L3F1b3Rhc3RhdHVz/2015-05-01.xml @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9teXdvcmtib29rcw==/2021-03-08.md b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9teXdvcmtib29rcw==/2021-03-08.md new file mode 100644 index 000000000..e3d795315 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9teXdvcmtib29rcw==/2021-03-08.md @@ -0,0 +1 @@ +Reference [/subscriptions/{}/providers/microsoft.insights/myworkbooks 2021-03-08](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9teXdvcmtib29rcw==/2021-03-08.xml) diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9teXdvcmtib29rcy97fQ==/2021-03-08.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9teXdvcmtib29rcy97fQ==/2021-03-08.json new file mode 100644 index 000000000..93e56fa45 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9teXdvcmtib29rcy97fQ==/2021-03-08.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/myworkbooks/{}", "version": "2021-03-08", "swagger": "mgmt-plane/applicationinsights/ResourceProviders/Microsoft.Insights/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuSW5zaWdodHMvbXlXb3JrYm9va3Mve3Jlc291cmNlTmFtZX0=/V/MjAyMS0wMy0wOA=="}], "commandGroups": [{"name": "monitor app-insights my-workbook", "commands": [{"name": "show", "version": "2021-03-08", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/myworkbooks/{}", "version": "2021-03-08", "swagger": "mgmt-plane/applicationinsights/ResourceProviders/Microsoft.Insights/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuSW5zaWdodHMvbXlXb3JrYm9va3Mve3Jlc291cmNlTmFtZX0=/V/MjAyMS0wMy0wOA=="}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "string", "var": "$Path.resourceName", "options": ["n", "name", "resource-name"], "required": true, "idPart": "name", "help": {"short": "The name of the Application Insights component resource."}}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "MyWorkbooks_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/myWorkbooks/{resourceName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "resourceName", "arg": "$Path.resourceName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true, "format": {"minLength": 1}}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2021-03-08"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "object", "name": "etag", "additionalProps": {"item": {"type": "string"}}}, {"type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Insights/myWorkbooks/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "enum": {"items": [{"value": "None"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "props": [{"readOnly": true, "type": "string", "name": "principalId"}, {"readOnly": true, "type": "string", "name": "tenantId"}]}]}, {"type": "string", "name": "kind", "enum": {"items": [{"value": "shared"}, {"value": "user"}]}}, {"type": "ResourceLocation", "name": "location"}, {"type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "category", "required": true}, {"type": "string", "name": "displayName", "required": true}, {"nullable": true, "type": "string", "name": "serializedData", "required": true}, {"nullable": true, "type": "string", "name": "storageUri"}, {"type": "array", "name": "tags", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "timeModified"}, {"readOnly": true, "type": "string", "name": "userId"}, {"type": "string", "name": "version"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}, {"name": "delete", "version": "2021-03-08", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/myworkbooks/{}", "version": "2021-03-08", "swagger": "mgmt-plane/applicationinsights/ResourceProviders/Microsoft.Insights/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuSW5zaWdodHMvbXlXb3JrYm9va3Mve3Jlc291cmNlTmFtZX0=/V/MjAyMS0wMy0wOA=="}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "string", "var": "$Path.resourceName", "options": ["n", "name", "resource-name"], "required": true, "idPart": "name", "help": {"short": "The name of the Application Insights component resource."}}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "MyWorkbooks_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/myWorkbooks/{resourceName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "resourceName", "arg": "$Path.resourceName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true, "format": {"minLength": 1}}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2021-03-08"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200]}, {"statusCode": [204]}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "confirmation": "Are you sure you want to perform this operation?"}, {"name": "create", "version": "2021-03-08", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/myworkbooks/{}", "version": "2021-03-08", "swagger": "mgmt-plane/applicationinsights/ResourceProviders/Microsoft.Insights/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuSW5zaWdodHMvbXlXb3JrYm9va3Mve3Jlc291cmNlTmFtZX0=/V/MjAyMS0wMy0wOA=="}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "string", "var": "$Path.resourceName", "options": ["n", "name", "resource-name"], "required": true, "idPart": "name", "help": {"short": "The name of the Application Insights component resource."}}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}, {"type": "string", "var": "$Query.sourceId", "options": ["source-id"], "help": {"short": "Azure Resource Id that will fetch all linked workbooks."}}]}, {"name": "Properties", "args": [{"type": "string", "var": "$workbookProperties.properties.category", "options": ["category"], "group": "Properties", "help": {"short": "Workbook category, as defined by the user at creation time."}}, {"type": "string", "var": "$workbookProperties.properties.displayName", "options": ["display-name"], "group": "Properties", "help": {"short": "The user-defined name of the private workbook."}}, {"nullable": true, "type": "string", "var": "$workbookProperties.properties.serializedData", "options": ["serialized-data"], "group": "Properties", "help": {"short": "Configuration of this particular private workbook. Configuration data is a string containing valid JSON"}}, {"nullable": true, "type": "string", "var": "$workbookProperties.properties.storageUri", "options": ["storage-uri"], "group": "Properties", "help": {"short": "BYOS Storage Account URI"}}, {"type": "array", "var": "$workbookProperties.properties.tags", "options": ["tags"], "group": "Properties", "help": {"short": "A list of 0 or more tags that are associated with this private workbook definition"}, "item": {"type": "string"}}, {"type": "string", "var": "$workbookProperties.properties.version", "options": ["version"], "group": "Properties", "help": {"short": "This instance's version of the data model. This can change as new features are added that can be marked private workbook."}}]}, {"name": "WorkbookProperties", "args": [{"type": "object", "var": "$workbookProperties.etag", "options": ["etag"], "group": "WorkbookProperties", "help": {"short": "Resource etag"}, "additionalProps": {"item": {"type": "string"}}}, {"type": "ResourceId", "var": "$workbookProperties.id", "options": ["id"], "hide": true, "group": "WorkbookProperties", "help": {"short": "Azure resource Id"}, "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Insights/myWorkbooks/{}"}}, {"type": "object", "var": "$workbookProperties.identity", "options": ["identity"], "group": "WorkbookProperties", "help": {"short": "Identity used for BYOS"}, "args": [{"type": "string", "var": "$workbookProperties.identity.type", "options": ["type"], "help": {"short": "The identity type."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}]}, {"type": "string", "var": "$workbookProperties.kind", "options": ["kind"], "group": "WorkbookProperties", "help": {"short": "The kind of workbook. Choices are user and shared."}, "enum": {"items": [{"name": "shared", "value": "shared"}, {"name": "user", "value": "user"}]}}, {"type": "ResourceLocation", "var": "$workbookProperties.location", "options": ["l", "location"], "group": "WorkbookProperties", "help": {"short": "Resource location"}}, {"type": "string", "var": "$workbookProperties.type", "options": ["type"], "group": "WorkbookProperties", "help": {"short": "Azure resource type"}}]}], "operations": [{"operationId": "MyWorkbooks_CreateOrUpdate", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/myWorkbooks/{resourceName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "resourceName", "arg": "$Path.resourceName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true, "format": {"minLength": 1}}]}, "query": {"params": [{"type": "string", "name": "sourceId", "arg": "$Query.sourceId"}], "consts": [{"readOnly": true, "const": true, "default": {"value": "2021-03-08"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "workbookProperties", "required": true, "props": [{"type": "object", "name": "etag", "arg": "$workbookProperties.etag", "additionalProps": {"item": {"type": "string"}}}, {"type": "ResourceId", "name": "id", "arg": "$workbookProperties.id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Insights/myWorkbooks/{}"}}, {"type": "IdentityObject", "name": "identity", "arg": "$workbookProperties.identity", "props": [{"type": "string", "name": "type", "arg": "$workbookProperties.identity.type", "enum": {"items": [{"value": "None"}, {"value": "UserAssigned"}]}}]}, {"type": "string", "name": "kind", "arg": "$workbookProperties.kind", "enum": {"items": [{"value": "shared"}, {"value": "user"}]}}, {"type": "ResourceLocation", "name": "location", "arg": "$workbookProperties.location"}, {"type": "string", "name": "name", "arg": "$Path.resourceName"}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "category", "arg": "$workbookProperties.properties.category", "required": true}, {"type": "string", "name": "displayName", "arg": "$workbookProperties.properties.displayName", "required": true}, {"nullable": true, "type": "string", "name": "serializedData", "arg": "$workbookProperties.properties.serializedData", "required": true}, {"nullable": true, "type": "string", "name": "storageUri", "arg": "$workbookProperties.properties.storageUri"}, {"type": "array", "name": "tags", "arg": "$workbookProperties.properties.tags", "item": {"type": "string"}}, {"type": "string", "name": "version", "arg": "$workbookProperties.properties.version"}], "clientFlatten": true}, {"type": "string", "name": "type", "arg": "$workbookProperties.type"}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "object", "name": "etag", "additionalProps": {"item": {"type": "string"}}}, {"type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Insights/myWorkbooks/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "enum": {"items": [{"value": "None"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "props": [{"readOnly": true, "type": "string", "name": "principalId"}, {"readOnly": true, "type": "string", "name": "tenantId"}]}]}, {"type": "string", "name": "kind", "enum": {"items": [{"value": "shared"}, {"value": "user"}]}}, {"type": "ResourceLocation", "name": "location"}, {"type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "category", "required": true}, {"type": "string", "name": "displayName", "required": true}, {"nullable": true, "type": "string", "name": "serializedData", "required": true}, {"nullable": true, "type": "string", "name": "storageUri"}, {"type": "array", "name": "tags", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "timeModified"}, {"readOnly": true, "type": "string", "name": "userId"}, {"type": "string", "name": "version"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}, {"name": "update", "version": "2021-03-08", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/myworkbooks/{}", "version": "2021-03-08", "swagger": "mgmt-plane/applicationinsights/ResourceProviders/Microsoft.Insights/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuSW5zaWdodHMvbXlXb3JrYm9va3Mve3Jlc291cmNlTmFtZX0=/V/MjAyMS0wMy0wOA=="}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "string", "var": "$Path.resourceName", "options": ["n", "name", "resource-name"], "required": true, "idPart": "name", "help": {"short": "The name of the Application Insights component resource."}}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}, {"type": "string", "var": "$Query.sourceId", "options": ["source-id"], "help": {"short": "Azure Resource Id that will fetch all linked workbooks."}}]}, {"name": "Properties", "args": [{"type": "string", "var": "$workbookProperties.properties.category", "options": ["category"], "group": "Properties", "help": {"short": "Workbook category, as defined by the user at creation time."}}, {"type": "string", "var": "$workbookProperties.properties.displayName", "options": ["display-name"], "group": "Properties", "help": {"short": "The user-defined name of the private workbook."}}, {"nullable": true, "type": "string", "var": "$workbookProperties.properties.serializedData", "options": ["serialized-data"], "group": "Properties", "help": {"short": "Configuration of this particular private workbook. Configuration data is a string containing valid JSON"}}, {"nullable": true, "type": "string", "var": "$workbookProperties.properties.storageUri", "options": ["storage-uri"], "group": "Properties", "help": {"short": "BYOS Storage Account URI"}}, {"nullable": true, "type": "array", "var": "$workbookProperties.properties.tags", "options": ["tags"], "group": "Properties", "help": {"short": "A list of 0 or more tags that are associated with this private workbook definition"}, "item": {"nullable": true, "type": "string"}}, {"nullable": true, "type": "string", "var": "$workbookProperties.properties.version", "options": ["version"], "group": "Properties", "help": {"short": "This instance's version of the data model. This can change as new features are added that can be marked private workbook."}}]}, {"name": "WorkbookProperties", "args": [{"nullable": true, "type": "object", "var": "$workbookProperties.etag", "options": ["etag"], "group": "WorkbookProperties", "help": {"short": "Resource etag"}, "additionalProps": {"item": {"nullable": true, "type": "string"}}}, {"nullable": true, "type": "object", "var": "$workbookProperties.identity", "options": ["identity"], "group": "WorkbookProperties", "help": {"short": "Identity used for BYOS"}, "args": [{"nullable": true, "type": "string", "var": "$workbookProperties.identity.type", "options": ["type"], "help": {"short": "The identity type."}, "enum": {"items": [{"name": "None", "value": "None"}, {"name": "UserAssigned", "value": "UserAssigned"}]}}]}, {"nullable": true, "type": "string", "var": "$workbookProperties.kind", "options": ["kind"], "group": "WorkbookProperties", "help": {"short": "The kind of workbook. Choices are user and shared."}, "enum": {"items": [{"name": "shared", "value": "shared"}, {"name": "user", "value": "user"}]}}]}], "operations": [{"operationId": "MyWorkbooks_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/myWorkbooks/{resourceName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "resourceName", "arg": "$Path.resourceName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true, "format": {"minLength": 1}}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2021-03-08"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "object", "name": "etag", "additionalProps": {"item": {"type": "string"}}}, {"type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Insights/myWorkbooks/{}"}}, {"type": "IdentityObject", "name": "identity", "props": [{"type": "string", "name": "type", "enum": {"items": [{"value": "None"}, {"value": "UserAssigned"}]}}, {"type": "object", "name": "userAssignedIdentities", "props": [{"readOnly": true, "type": "string", "name": "principalId"}, {"readOnly": true, "type": "string", "name": "tenantId"}]}]}, {"type": "string", "name": "kind", "enum": {"items": [{"value": "shared"}, {"value": "user"}]}}, {"type": "ResourceLocation", "name": "location"}, {"type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "category", "required": true}, {"type": "string", "name": "displayName", "required": true}, {"nullable": true, "type": "string", "name": "serializedData", "required": true}, {"nullable": true, "type": "string", "name": "storageUri"}, {"type": "array", "name": "tags", "item": {"type": "string"}}, {"readOnly": true, "type": "string", "name": "timeModified"}, {"readOnly": true, "type": "string", "name": "userId"}, {"type": "string", "name": "version"}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "string", "name": "type"}], "cls": "MyWorkbook_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}, {"instanceUpdate": {"ref": "$Instance", "json": {"schema": {"type": "object", "name": "workbookProperties", "required": true, "props": [{"type": "object", "name": "etag", "arg": "$workbookProperties.etag", "additionalProps": {"item": {"type": "string"}}}, {"type": "IdentityObject", "name": "identity", "arg": "$workbookProperties.identity", "props": [{"type": "string", "name": "type", "arg": "$workbookProperties.identity.type", "enum": {"items": [{"value": "None"}, {"value": "UserAssigned"}]}}]}, {"type": "string", "name": "kind", "arg": "$workbookProperties.kind", "enum": {"items": [{"value": "shared"}, {"value": "user"}]}}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "category", "arg": "$workbookProperties.properties.category", "required": true}, {"type": "string", "name": "displayName", "arg": "$workbookProperties.properties.displayName", "required": true}, {"nullable": true, "type": "string", "name": "serializedData", "arg": "$workbookProperties.properties.serializedData", "required": true}, {"nullable": true, "type": "string", "name": "storageUri", "arg": "$workbookProperties.properties.storageUri"}, {"type": "array", "name": "tags", "arg": "$workbookProperties.properties.tags", "item": {"type": "string"}}, {"type": "string", "name": "version", "arg": "$workbookProperties.properties.version"}], "clientFlatten": true}], "clientFlatten": true}}}}, {"operationId": "MyWorkbooks_CreateOrUpdate", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/myWorkbooks/{resourceName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "resourceName", "arg": "$Path.resourceName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true, "format": {"minLength": 1}}]}, "query": {"params": [{"type": "string", "name": "sourceId", "arg": "$Query.sourceId"}], "consts": [{"readOnly": true, "const": true, "default": {"value": "2021-03-08"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@MyWorkbook_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9teXdvcmtib29rcy97fQ==/2021-03-08.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9teXdvcmtib29rcy97fQ==/2021-03-08.xml new file mode 100644 index 000000000..90c914c45 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5pbnNpZ2h0cy9teXdvcmtib29rcy97fQ==/2021-03-08.xml @@ -0,0 +1,602 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +