Skip to content

Commit fe1739f

Browse files
author
priya shet
committed
Merge branch 'priyshet/networkCloudCLIupdates' of github.com:priyamshet/azure-docs-pr-pshet into priyshet/networkCloudCLIupdates
2 parents fc65e52 + 3b8cb0d commit fe1739f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/operator-nexus/howto-cluster-metrics-configuration-management.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ Specifying `--no-wait --debug` options in az cli command will result in the exec
6666
| METRIC_TO_ENABLE_1 | Optional metric1 that have been chosen to be enabled in addition to the default metrics |
6767
| METRIC_TO_ENABLE_2 | Optional metric2 that have been chosen to be enabled in addition to the default metrics |
6868

69+
Specifying `--no-wait --debug` options in az cli command will result in the execution of this command asynchronously. See [how to track asynchronous operations](howto-track-async-operations-cli.md) for more details.
70+
6971
## Retrieving a metrics configuration
7072

7173
After a metrics configuration is created, it can be retrieved using a `az rest` command:
@@ -81,9 +83,7 @@ This command will return a JSON representation of the metrics configuration.
8183

8284
## Updating a metrics configuration
8385

84-
Much like the creation of a metrics configuration, an update can be performed to change the configuration.
85-
86-
This command is used to patch properties of the provided metrics configuration of cluster, or update the tags assigned to the metrics configuration.
86+
Much like the creation of a metrics configuration, an update can be performed to change the configuration or update the tags assigned to the metrics configuration.
8787

8888
```azurecli
8989
az networkcloud cluster metricsconfiguration update \

0 commit comments

Comments
 (0)