Skip to content

Commit

Permalink
Merge pull request Azure#151 from necusjz/fix-watcher-live-test
Browse files Browse the repository at this point in the history
Refine watcher summaries
  • Loading branch information
kairu-ms authored Mar 17, 2023
2 parents 83d9adf + 6b5aa04 commit acfa316
Show file tree
Hide file tree
Showing 5 changed files with 848 additions and 850 deletions.
4 changes: 2 additions & 2 deletions Commands/network/watcher/connection-monitor/endpoint/_list.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [Command] _network watcher connection-monitor endpoint list_

List all endpoints form a connection monitor.
List all endpoints from a connection monitor.

## Versions

Expand All @@ -10,7 +10,7 @@ List all endpoints form a connection monitor.

#### examples

- List all endpoints form a connection monitor.
- List all endpoints from a connection monitor.
```bash
network watcher connection-monitor endpoint list --connection-monitor MyConnectionMonitor --location westus2
```
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Manage endpoint of a connection monitor.
: Add an endpoint to a connection monitor.

- [list](/Commands/network/watcher/connection-monitor/endpoint/_list.md)
: List all endpoints form a connection monitor.
: List all endpoints from a connection monitor.

- [remove](/Commands/network/watcher/connection-monitor/endpoint/_remove.md)
: Remove an endpoint from a connection monitor.
Expand Down
4 changes: 2 additions & 2 deletions Commands/tree.json
Original file line number Diff line number Diff line change
Expand Up @@ -44392,7 +44392,7 @@
},
"list": {
"help": {
"short": "List all endpoints form a connection monitor."
"short": "List all endpoints from a connection monitor."
},
"names": [
"network",
Expand All @@ -44408,7 +44408,7 @@
"commands": [
"network watcher connection-monitor endpoint list --connection-monitor MyConnectionMonitor --location westus2"
],
"name": "List all endpoints form a connection monitor."
"name": "List all endpoints from a connection monitor."
}
],
"name": "2022-01-01",
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit acfa316

Please sign in to comment.