Skip to content

Commit 0bb23a6

Browse files
Merge pull request #234619 from priyamshet/priyashet/networkCloudUpdatesCorrection
Update to NetworkCloud HowtoGuides
2 parents fae0984 + bf8aef7 commit 0bb23a6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ For a command with multiple arguments, provide as a list to `arguments` paramete
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

8686
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
87+
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-configure-cluster.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ az networkcloud cluster create --name "$CLUSTER_NAME" --location "$LOCATION" \
5858
--cluster-type "$CLUSTER_TYPE" --cluster-version "$CLUSTER_VERSION" \
5959
--tags $TAG_KEY1="$TAG_VALUE1" $TAG_KEY2="$TAG_VALUE2"
6060
61-
az networkcloud cluster wait --created --name "$CLUSTER_NAME" --resource-group
62-
"$CLUSTER_RG"
6361
```
6462

6563
You can instead create a Cluster with ARM template/parameter files in

0 commit comments

Comments
 (0)