Skip to content
Open
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
11 changes: 11 additions & 0 deletions Commands/monitor/account/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Create a workspace
```bash
monitor account create -n account-name -g rg
```

### [2025-10-03](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tb25pdG9yL2FjY291bnRzL3t9/2025-10-03.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.monitor/accounts/{} 2025-10-03 -->

#### examples

- Create monitor account
```bash
monitor account create -n account-name -g rg
```
11 changes: 11 additions & 0 deletions Commands/monitor/account/_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Delete a workspace
```bash
monitor account delete -n account-name -g rg
```

### [2025-10-03](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tb25pdG9yL2FjY291bnRzL3t9/2025-10-03.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.monitor/accounts/{} 2025-10-03 -->

#### examples

- Delete monitor account
```bash
monitor account delete -n account-name -g rg
```
12 changes: 12 additions & 0 deletions Commands/monitor/account/_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,15 @@ List all workspaces in the specified subscription
```bash
monitor account list -g rg
```

### [2025-10-03](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tb25pdG9yL2FjY291bnRz/2025-10-03.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.monitor/accounts 2025-10-03 -->
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.monitor/accounts 2025-10-03 -->

#### examples

- List monitor account by resource group
```bash
monitor account list -g rg
```
11 changes: 11 additions & 0 deletions Commands/monitor/account/_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Show the specific azure monitor workspace
```bash
monitor account show -n account -g rg
```

### [2025-10-03](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tb25pdG9yL2FjY291bnRzL3t9/2025-10-03.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.monitor/accounts/{} 2025-10-03 -->

#### examples

- Show monitor account
```bash
monitor account show -n account -g rg
```
11 changes: 11 additions & 0 deletions Commands/monitor/account/_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Update a workspace
```bash
monitor account update -n account-name -g rg --tags "{tag:test}"
```

### [2025-10-03](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tb25pdG9yL2FjY291bnRzL3t9/2025-10-03.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.monitor/accounts/{} 2025-10-03 -->

#### examples

- Update monitor account tags
```bash
monitor account update -n account-name -g rg --tags "{tag:test}"
```
9 changes: 9 additions & 0 deletions Commands/monitor/account/identity/_assign.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _monitor account identity assign_

Assign the user or system managed identities.

## Versions

### [2025-10-03](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tb25pdG9yL2FjY291bnRzL3t9/2025-10-03.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.monitor/accounts/{} 2025-10-03 identity -->
9 changes: 9 additions & 0 deletions Commands/monitor/account/identity/_remove.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _monitor account identity remove_

Remove the user or system managed identities.

## Versions

### [2025-10-03](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tb25pdG9yL2FjY291bnRzL3t9/2025-10-03.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.monitor/accounts/{} 2025-10-03 identity -->
9 changes: 9 additions & 0 deletions Commands/monitor/account/identity/_show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _monitor account identity show_

Show the details of managed identities.

## Versions

### [2025-10-03](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tb25pdG9yL2FjY291bnRzL3t9/2025-10-03.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.monitor/accounts/{} 2025-10-03 identity -->
14 changes: 14 additions & 0 deletions Commands/monitor/account/identity/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# [Group] _monitor account identity_

Manage Identity

## Commands

- [assign](/Commands/monitor/account/identity/_assign.md)
: Assign the user or system managed identities.

- [remove](/Commands/monitor/account/identity/_remove.md)
: Remove the user or system managed identities.

- [show](/Commands/monitor/account/identity/_show.md)
: Show the details of managed identities.
9 changes: 9 additions & 0 deletions Commands/monitor/account/issue/_add-investigation-result.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _monitor account issue add-investigation-result_

Adds investigation result

## Versions

### [2025-10-03](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tb25pdG9yL2FjY291bnRzL3t9L2lzc3Vlcy97fS9hZGRpbnZlc3RpZ2F0aW9ucmVzdWx0/2025-10-03.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.monitor/accounts/{}/issues/{}/addinvestigationresult 2025-10-03 -->
9 changes: 9 additions & 0 deletions Commands/monitor/account/issue/_add-or-update-alert.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _monitor account issue add-or-update-alert_

Add or update alerts in the issue

## Versions

### [2025-10-03](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tb25pdG9yL2FjY291bnRzL3t9L2lzc3Vlcy97fS9hZGRvcnVwZGF0ZWFsZXJ0cw==/2025-10-03.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.monitor/accounts/{}/issues/{}/addorupdatealerts 2025-10-03 -->
9 changes: 9 additions & 0 deletions Commands/monitor/account/issue/_add-or-update-resource.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _monitor account issue add-or-update-resource_

Add or update resources in the issue

## Versions

### [2025-10-03](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tb25pdG9yL2FjY291bnRzL3t9L2lzc3Vlcy97fS9hZGRvcnVwZGF0ZXJlc291cmNlcw==/2025-10-03.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.monitor/accounts/{}/issues/{}/addorupdateresources 2025-10-03 -->
9 changes: 9 additions & 0 deletions Commands/monitor/account/issue/_create.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _monitor account issue create_

Create a new issue or updates an existing one

## Versions

### [2025-10-03](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tb25pdG9yL2FjY291bnRzL3t9L2lzc3Vlcy97fQ==/2025-10-03.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.monitor/accounts/{}/issues/{} 2025-10-03 -->
9 changes: 9 additions & 0 deletions Commands/monitor/account/issue/_delete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _monitor account issue delete_

Delete an issue

## Versions

### [2025-10-03](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tb25pdG9yL2FjY291bnRzL3t9L2lzc3Vlcy97fQ==/2025-10-03.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.monitor/accounts/{}/issues/{} 2025-10-03 -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _monitor account issue fetch-background-visualization_

Fetch the background visualization of the issue

## Versions

### [2025-10-03](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tb25pdG9yL2FjY291bnRzL3t9L2lzc3Vlcy97fS9mZXRjaGJhY2tncm91bmR2aXN1YWxpemF0aW9u/2025-10-03.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.monitor/accounts/{}/issues/{}/fetchbackgroundvisualization 2025-10-03 -->
9 changes: 9 additions & 0 deletions Commands/monitor/account/issue/_fetch-investigation-result.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _monitor account issue fetch-investigation-result_

Fetch investigation result

## Versions

### [2025-10-03](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tb25pdG9yL2FjY291bnRzL3t9L2lzc3Vlcy97fS9mZXRjaGludmVzdGlnYXRpb25yZXN1bHQ=/2025-10-03.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.monitor/accounts/{}/issues/{}/fetchinvestigationresult 2025-10-03 -->
9 changes: 9 additions & 0 deletions Commands/monitor/account/issue/_list-alert.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _monitor account issue list-alert_

List all alerts in the issue - this method uses pagination to return all alerts

## Versions

### [2025-10-03](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tb25pdG9yL2FjY291bnRzL3t9L2lzc3Vlcy97fS9saXN0YWxlcnRz/2025-10-03.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.monitor/accounts/{}/issues/{}/listalerts 2025-10-03 -->
9 changes: 9 additions & 0 deletions Commands/monitor/account/issue/_list-resource.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _monitor account issue list-resource_

List all resources in the issue - this method uses pagination to return all resources

## Versions

### [2025-10-03](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tb25pdG9yL2FjY291bnRzL3t9L2lzc3Vlcy97fS9saXN0cmVzb3VyY2Vz/2025-10-03.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.monitor/accounts/{}/issues/{}/listresources 2025-10-03 -->
9 changes: 9 additions & 0 deletions Commands/monitor/account/issue/_list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _monitor account issue list_

List all issues under the parent

## Versions

### [2025-10-03](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tb25pdG9yL2FjY291bnRzL3t9L2lzc3Vlcw==/2025-10-03.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.monitor/accounts/{}/issues 2025-10-03 -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _monitor account issue set-background-visualization_

Set the background visualization for the issue

## Versions

### [2025-10-03](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tb25pdG9yL2FjY291bnRzL3t9L2lzc3Vlcy97fS9zZXRiYWNrZ3JvdW5kdmlzdWFsaXphdGlvbg==/2025-10-03.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.monitor/accounts/{}/issues/{}/setbackgroundvisualization 2025-10-03 -->
9 changes: 9 additions & 0 deletions Commands/monitor/account/issue/_show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _monitor account issue show_

Get issue properties

## Versions

### [2025-10-03](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tb25pdG9yL2FjY291bnRzL3t9L2lzc3Vlcy97fQ==/2025-10-03.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.monitor/accounts/{}/issues/{} 2025-10-03 -->
9 changes: 9 additions & 0 deletions Commands/monitor/account/issue/_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _monitor account issue update_

Update a new issue or updates an existing one

## Versions

### [2025-10-03](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tb25pdG9yL2FjY291bnRzL3t9L2lzc3Vlcy97fQ==/2025-10-03.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.monitor/accounts/{}/issues/{} 2025-10-03 -->
44 changes: 44 additions & 0 deletions Commands/monitor/account/issue/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# [Group] _monitor account issue_

Manage Issue

## Commands

- [add-investigation-result](/Commands/monitor/account/issue/_add-investigation-result.md)
: Adds investigation result

- [add-or-update-alert](/Commands/monitor/account/issue/_add-or-update-alert.md)
: Add or update alerts in the issue

- [add-or-update-resource](/Commands/monitor/account/issue/_add-or-update-resource.md)
: Add or update resources in the issue

- [create](/Commands/monitor/account/issue/_create.md)
: Create a new issue or updates an existing one

- [delete](/Commands/monitor/account/issue/_delete.md)
: Delete an issue

- [fetch-background-visualization](/Commands/monitor/account/issue/_fetch-background-visualization.md)
: Fetch the background visualization of the issue

- [fetch-investigation-result](/Commands/monitor/account/issue/_fetch-investigation-result.md)
: Fetch investigation result

- [list](/Commands/monitor/account/issue/_list.md)
: List all issues under the parent

- [list-alert](/Commands/monitor/account/issue/_list-alert.md)
: List all alerts in the issue - this method uses pagination to return all alerts

- [list-resource](/Commands/monitor/account/issue/_list-resource.md)
: List all resources in the issue - this method uses pagination to return all resources

- [set-background-visualization](/Commands/monitor/account/issue/_set-background-visualization.md)
: Set the background visualization for the issue

- [show](/Commands/monitor/account/issue/_show.md)
: Get issue properties

- [update](/Commands/monitor/account/issue/_update.md)
: Update a new issue or updates an existing one
9 changes: 9 additions & 0 deletions Commands/monitor/account/metrics-container/_create.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _monitor account metrics-container create_

Create metrics container settings for a monitoring account.

## Versions

### [2025-10-03](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tb25pdG9yL2FjY291bnRzL3t9L21ldHJpY3Njb250YWluZXJzL3t9/2025-10-03.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.monitor/accounts/{}/metricscontainers/{} 2025-10-03 -->
9 changes: 9 additions & 0 deletions Commands/monitor/account/metrics-container/_list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _monitor account metrics-container list_

List metrics containers for a monitoring account.

## Versions

### [2025-10-03](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tb25pdG9yL2FjY291bnRzL3t9L21ldHJpY3Njb250YWluZXJz/2025-10-03.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.monitor/accounts/{}/metricscontainers 2025-10-03 -->
9 changes: 9 additions & 0 deletions Commands/monitor/account/metrics-container/_show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _monitor account metrics-container show_

Get metrics container settings for a monitoring account.

## Versions

### [2025-10-03](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tb25pdG9yL2FjY291bnRzL3t9L21ldHJpY3Njb250YWluZXJzL3t9/2025-10-03.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.monitor/accounts/{}/metricscontainers/{} 2025-10-03 -->
9 changes: 9 additions & 0 deletions Commands/monitor/account/metrics-container/_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _monitor account metrics-container update_

Update metrics container settings for a monitoring account.

## Versions

### [2025-10-03](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5tb25pdG9yL2FjY291bnRzL3t9L21ldHJpY3Njb250YWluZXJzL3t9/2025-10-03.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.monitor/accounts/{}/metricscontainers/{} 2025-10-03 -->
17 changes: 17 additions & 0 deletions Commands/monitor/account/metrics-container/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# [Group] _monitor account metrics-container_

Manage Metrics Container

## Commands

- [create](/Commands/monitor/account/metrics-container/_create.md)
: Create metrics container settings for a monitoring account.

- [list](/Commands/monitor/account/metrics-container/_list.md)
: List metrics containers for a monitoring account.

- [show](/Commands/monitor/account/metrics-container/_show.md)
: Get metrics container settings for a monitoring account.

- [update](/Commands/monitor/account/metrics-container/_update.md)
: Update metrics container settings for a monitoring account.
11 changes: 11 additions & 0 deletions Commands/monitor/account/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

Manage monitor account

## Subgroups

- [identity](/Commands/monitor/account/identity/readme.md)
: Manage Identity

- [issue](/Commands/monitor/account/issue/readme.md)
: Manage Issue

- [metrics-container](/Commands/monitor/account/metrics-container/readme.md)
: Manage Metrics Container

## Commands

- [create](/Commands/monitor/account/_create.md)
Expand Down
2 changes: 1 addition & 1 deletion Commands/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
: Manage Event Hub

- [fileshare](/Commands/fileshare/readme.md)
: Manage Azure File Shares.
: Manage Azure File Shares

- [firmwareanalysis](/Commands/firmwareanalysis/readme.md)
: Commands to manage firmware analysis.
Expand Down
Loading
Loading