Skip to content

Commit 93f7cf4

Browse files
authored
Fix Azure CLI command syntax in documentation
1 parent dfd2873 commit 93f7cf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/operator-nexus/troubleshoot-reboot-reimage-replace.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ az networkcloud baremetalmachine cordon \
101101
***The following Azure CLI command will `reimage` the specified bareMetalMachineName.***
102102
```
103103
az networkcloud baremetalmachine reimage \
104-
-name <bareMetalMachineName> \
104+
--name <bareMetalMachineName> \
105105
--resource-group <CLUSTER_MRG> \
106106
--subscription <SUBSCRIPTION_ID>
107107
```
@@ -159,7 +159,7 @@ After physical repairs are completed, perform a replace action.
159159
***The following Azure CLI command will `replace` the specified bareMetalMachineName.***
160160
```
161161
az networkcloud baremetalmachine replace \
162-
-name <bareMetalMachineName> \
162+
--name <bareMetalMachineName> \
163163
--resource-group <CLUSTER_MRG> \
164164
--bmc-credentials password=<IDRAC_PASSWORD> username=<IDRAC_USER> \
165165
--bmc-mac-address <IDRAC_MAC> \

0 commit comments

Comments
 (0)