Skip to content

Commit 2fa4ad1

Browse files
fix heading format for CLI examples
1 parent 5c8a7fd commit 2fa4ad1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/operator-nexus/howto-baremetal-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ If the `replace` action fails due to a hardware validation failure, the specific
167167
This information can also be found in the Activity Log for the Bare Metal Machine (Operator Nexus).
168168
The error code and error message are included the JSON properties of the corresponding `BareMetalMachines_Replace` operation.
169169

170-
### Example 1: hardware validation fails due to invalid Baseboard Management Controller (BMC) credentials provided
170+
**Example 1: hardware validation fails due to invalid Baseboard Management Controller (BMC) credentials provided**
171171

172172
```shell
173173
$ az networkcloud baremetalmachine replace --name rack1compute02 --resource-group hostedRG --bmc-credentials password=REDACTED username=root --bmc-mac-address 00-00-5E-00-01-00 --boot-mac-address 00-00-5E-00-02-00 --machine-name RACK1COMPUTE02 --serial-number SN123435
@@ -176,7 +176,7 @@ Code: None
176176
Message: BMC login unsuccessful: Fail - Unauthorized; System health test(s) failed: [Additional logs: Server power down at end of test failed with: Unauthorized]
177177
```
178178

179-
### Example 2: hardware validation fails due to networking failure
179+
**Example 2: hardware validation fails due to networking failure**
180180

181181
```shell
182182
$ az networkcloud baremetalmachine replace --name rack1compute02 --resource-group hostedRG --bmc-credentials password=REDACTED username=root --bmc-mac-address 00-00-5E-00-01-00 --boot-mac-address 00-00-5E-00-02-00 --machine-name RACK1COMPUTE02 --serial-number SN123435

0 commit comments

Comments
 (0)