Skip to content

Commit ffd2dcc

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

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

articles/operator-nexus/howto-baremetal-run-read.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ For a command with multiple arguments, provide as a list to `arguments` paramete
8383

8484
These commands can be long running so the recommendation is to set `--limit-time-seconds` to at least 600 seconds (10 minutes). Running multiple extracts might take longer that 10 minutes.
8585

86-
This command runs synchronously. If you wish to skip waiting for the command to complete, specify the `--no-wait --debug` options. See [how to track asynchronous operations](howto-track-async-operations-cli.md) for more details.
87-
86+
This command runs synchronously. If you wish to skip waiting for the command to complete, specify the `--no-wait --debug` options. For more information, see [how to track asynchronous operations](howto-track-async-operations-cli.md).
87+
/home/priya/azure-docs-pr-pshet/articles/import-export
8888
When an optional argument `--output-directory` is provided, the output result is downloaded and extracted to the local directory.
8989

9090
### This example executes the `hostname` command and a `ping` command.

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ az networkcloud cluster metricsconfiguration create \
4848
> * The default metrics collection interval for standard set of metrics is set to every 5 minutes. Changing the `collectionInterval` will also impact the collection frequency for default standard metrics.
4949
> * There can be only one set of metrics configuration defined per cluster. The resource is created with the name `default`.
5050
51-
Specifying `--no-wait --debug` options in az cli command results in the execution of this command asynchronously. See [how to track asynchronous operations](howto-track-async-operations-cli.md) for more details.
51+
Specifying `--no-wait --debug` options in az cli command results in the execution of this command asynchronously. For more information, see [how to track asynchronous operations](howto-track-async-operations-cli.md).
5252

5353
### Metrics Configuration elements
5454

@@ -66,7 +66,7 @@ Specifying `--no-wait --debug` options in az cli command results in the executio
6666
| METRIC_TO_ENABLE_1 | Optional metric1 that is enabled in addition to the default metrics |
6767
| METRIC_TO_ENABLE_2 | Optional metric2 that is enabled in addition to the default metrics |
6868

69-
Specifying `--no-wait --debug` options in az cli command results in the execution of this command asynchronously. See [how to track asynchronous operations](howto-track-async-operations-cli.md) for more details.
69+
Specifying `--no-wait --debug` options in az cli command results in the execution of this command asynchronously. For more information, see [how to track asynchronous operations](howto-track-async-operations-cli.md).
7070

7171
## Retrieving a metrics configuration
7272

@@ -96,7 +96,7 @@ az networkcloud cluster metricsconfiguration update \
9696

9797
The `collection-interval` can be updated independently of `enabled-metrics` list. Omit fields that aren't being changed.
9898

99-
Specifying `--no-wait --debug` options in az cli command results in the execution of this command asynchronously. See [how to track asynchronous operations](howto-track-async-operations-cli.md) for more details.
99+
Specifying `--no-wait --debug` options in az cli command results in the execution of this command asynchronously. For more information, see [how to track asynchronous operations](howto-track-async-operations-cli.md).
100100

101101
## Deleting a metrics configuration
102102

@@ -108,6 +108,6 @@ az networkcloud cluster metricsconfiguration delete \
108108
--resource-group "<RESOURCE_GROUP>"
109109
```
110110

111-
Specifying `--no-wait --debug` options in az cli command results in the execution of this command asynchronously. See [how to track asynchronous operations](howto-track-async-operations-cli.md) for more details.
111+
Specifying `--no-wait --debug` options in az cli command results in the execution of this command asynchronously. For more information, see [how to track asynchronous operations](howto-track-async-operations-cli.md).
112112

113113

articles/operator-nexus/howto-configure-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ az networkcloud cluster deploy \
155155
--no-wait --debug
156156
```
157157

158-
This command runs synchronously. If you wish to skip waiting for the command to complete, specify the `--no-wait --debug` options. See [how to track asynchronous operations](howto-track-async-operations-cli.md) for more details.
158+
This command runs synchronously. If you wish to skip waiting for the command to complete, specify the `--no-wait --debug` options. For more information, see [how to track asynchronous operations](howto-track-async-operations-cli.md).
159159

160160
## Cluster deployment validation
161161

0 commit comments

Comments
 (0)