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