Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add aaz model for app-insights #372

Merged
merged 1 commit into from
Dec 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions Commands/monitor/app-insights/_migrate-to-new-pricing-model.md
Original file line number Diff line number Diff line change
@@ -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**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.insights/migratetonewpricingmodel 2017-10-01 -->

#### examples

- Migrate to new pricing model
```bash
monitor app-insights migrate-to-new-pricing-model
```
16 changes: 16 additions & 0 deletions Commands/monitor/app-insights/component/favorite/_create.md
Original file line number Diff line number Diff line change
@@ -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**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/components/{}/favorites/{} 2015-05-01 -->

#### 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
```
16 changes: 16 additions & 0 deletions Commands/monitor/app-insights/component/favorite/_delete.md
Original file line number Diff line number Diff line change
@@ -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**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/components/{}/favorites/{} 2015-05-01 -->

#### examples

- Delete favorite
```bash
monitor app-insights component favorite delete -g rg -n favorite-name --resource-name component-name
```
16 changes: 16 additions & 0 deletions Commands/monitor/app-insights/component/favorite/_list.md
Original file line number Diff line number Diff line change
@@ -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**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/components/{}/favorites 2015-05-01 -->

#### examples

- List favorite
```bash
monitor app-insights component favorite list -g rg --resource-name component-name --favorite-type shared --tags [tag]
```
16 changes: 16 additions & 0 deletions Commands/monitor/app-insights/component/favorite/_show.md
Original file line number Diff line number Diff line change
@@ -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**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/components/{}/favorites/{} 2015-05-01 -->

#### examples

- Show favorite
```bash
monitor app-insights component favorite show -g rg -n favorite-name --resource-name component-name
```
16 changes: 16 additions & 0 deletions Commands/monitor/app-insights/component/favorite/_update.md
Original file line number Diff line number Diff line change
@@ -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**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/components/{}/favorites/{} 2015-05-01 -->

#### 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]
```
20 changes: 20 additions & 0 deletions Commands/monitor/app-insights/component/favorite/readme.md
Original file line number Diff line number Diff line change
@@ -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.
16 changes: 16 additions & 0 deletions Commands/monitor/app-insights/component/quotastatus/_show.md
Original file line number Diff line number Diff line change
@@ -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**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/components/{}/quotastatus 2015-05-01 -->

#### examples

- Show component quotastatus
```bash
monitor app-insights component quotastatus show -g rg --resource-name name
```
8 changes: 8 additions & 0 deletions Commands/monitor/app-insights/component/quotastatus/readme.md
Original file line number Diff line number Diff line change
@@ -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.
6 changes: 6 additions & 0 deletions Commands/monitor/app-insights/component/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
9 changes: 9 additions & 0 deletions Commands/monitor/app-insights/my-workbook/_create.md
Original file line number Diff line number Diff line change
@@ -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**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/myworkbooks/{} 2021-03-08 -->
9 changes: 9 additions & 0 deletions Commands/monitor/app-insights/my-workbook/_delete.md
Original file line number Diff line number Diff line change
@@ -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**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/myworkbooks/{} 2021-03-08 -->
17 changes: 17 additions & 0 deletions Commands/monitor/app-insights/my-workbook/_list.md
Original file line number Diff line number Diff line change
@@ -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**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.insights/myworkbooks 2021-03-08 -->
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/myworkbooks 2021-03-08 -->

#### examples

- List my workbook
```bash
monitor app-insights my-workbook list -g rg --category retention
```
9 changes: 9 additions & 0 deletions Commands/monitor/app-insights/my-workbook/_show.md
Original file line number Diff line number Diff line change
@@ -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**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/myworkbooks/{} 2021-03-08 -->
9 changes: 9 additions & 0 deletions Commands/monitor/app-insights/my-workbook/_update.md
Original file line number Diff line number Diff line change
@@ -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**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/myworkbooks/{} 2021-03-08 -->
20 changes: 20 additions & 0 deletions Commands/monitor/app-insights/my-workbook/readme.md
Original file line number Diff line number Diff line change
@@ -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.
11 changes: 11 additions & 0 deletions Commands/monitor/app-insights/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
8 changes: 8 additions & 0 deletions Commands/monitor/app-insights/workbook/readme.md
Original file line number Diff line number Diff line change
@@ -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
16 changes: 16 additions & 0 deletions Commands/monitor/app-insights/workbook/revision/_list.md
Original file line number Diff line number Diff line change
@@ -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**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/workbooks/{}/revisions 2023-06-01 -->

#### examples

- List the revisions for the workbook
```bash
monitor app-insights workbook revision list -g rg --resource-name name
```
16 changes: 16 additions & 0 deletions Commands/monitor/app-insights/workbook/revision/_show.md
Original file line number Diff line number Diff line change
@@ -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**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.insights/workbooks/{}/revisions/{} 2023-06-01 -->

#### examples

- Show workbook revision
```bash
monitor app-insights workbook revision list -g rg --resource-name name --revision-id id
```
11 changes: 11 additions & 0 deletions Commands/monitor/app-insights/workbook/revision/readme.md
Original file line number Diff line number Diff line change
@@ -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.
Loading