Skip to content

Commit f0a14e4

Browse files
authored
Merge pull request #873 from cliffparsons/main
Network Cloud CLI version 2025-09-01 GA
2 parents cf5dd68 + bc81440 commit f0a14e4

261 files changed

Lines changed: 31248 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Commands/networkcloud/baremetalmachine/_cordon.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,3 +135,14 @@ Cordon the provided bare metal machine's Kubernetes node.
135135
```bash
136136
networkcloud baremetalmachine cordon --evacuate "True" --bare-metal-machine-name "bareMetalMachineName" --resource-group "resourceGroupName"
137137
```
138+
139+
### [2025-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrY2xvdWQvYmFyZW1ldGFsbWFjaGluZXMve30vY29yZG9u/2025-09-01.xml) **Preview**
140+
141+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/cordon 2025-09-01 -->
142+
143+
#### examples
144+
145+
- Cordon bare metal machine
146+
```bash
147+
networkcloud baremetalmachine cordon --evacuate "True" --bare-metal-machine-name "bareMetalMachineName" --resource-group "resourceGroupName"
148+
```

Commands/networkcloud/baremetalmachine/_create.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,7 @@ All customer initiated requests will be rejected as the life cycle of this resou
5252
### [2025-07-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrY2xvdWQvYmFyZW1ldGFsbWFjaGluZXMve30=/2025-07-01-preview.xml) **Preview**
5353

5454
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{} 2025-07-01-preview -->
55+
56+
### [2025-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrY2xvdWQvYmFyZW1ldGFsbWFjaGluZXMve30=/2025-09-01.xml) **Preview**
57+
58+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{} 2025-09-01 -->

Commands/networkcloud/baremetalmachine/_delete.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,7 @@ All customer initiated requests will be rejected as the life cycle of this resou
5252
### [2025-07-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrY2xvdWQvYmFyZW1ldGFsbWFjaGluZXMve30=/2025-07-01-preview.xml) **Preview**
5353

5454
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{} 2025-07-01-preview -->
55+
56+
### [2025-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrY2xvdWQvYmFyZW1ldGFsbWFjaGluZXMve30=/2025-09-01.xml) **Preview**
57+
58+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{} 2025-09-01 -->

Commands/networkcloud/baremetalmachine/_list.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,3 +207,20 @@ List bare metal machines in the provided resource group or subscription.
207207
```bash
208208
networkcloud baremetalmachine list
209209
```
210+
211+
### [2025-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrY2xvdWQvYmFyZW1ldGFsbWFjaGluZXM=/2025-09-01.xml) **Preview**
212+
213+
<!-- mgmt-plane /subscriptions/{}/providers/microsoft.networkcloud/baremetalmachines 2025-09-01 -->
214+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines 2025-09-01 -->
215+
216+
#### examples
217+
218+
- List bare metal machines for resource group
219+
```bash
220+
networkcloud baremetalmachine list --resource-group "resourceGroupName"
221+
```
222+
223+
- List bare metal machines for subscription
224+
```bash
225+
networkcloud baremetalmachine list
226+
```

Commands/networkcloud/baremetalmachine/_power-off.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,3 +135,14 @@ Power off the provided bare metal machine.
135135
```bash
136136
networkcloud baremetalmachine power-off --bare-metal-machine-name "bareMetalMachineName" --skip-shutdown "True" --resource-group "resourceGroupName"
137137
```
138+
139+
### [2025-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrY2xvdWQvYmFyZW1ldGFsbWFjaGluZXMve30vcG93ZXJvZmY=/2025-09-01.xml) **Preview**
140+
141+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/poweroff 2025-09-01 -->
142+
143+
#### examples
144+
145+
- Power off bare metal machine
146+
```bash
147+
networkcloud baremetalmachine power-off --bare-metal-machine-name "bareMetalMachineName" --skip-shutdown "True" --resource-group "resourceGroupName"
148+
```

Commands/networkcloud/baremetalmachine/_reimage.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,3 +135,14 @@ Reimage the provided bare metal machine.
135135
```bash
136136
networkcloud baremetalmachine reimage --bare-metal-machine-name "bareMetalMachineName" --resource-group "resourceGroupName"
137137
```
138+
139+
### [2025-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrY2xvdWQvYmFyZW1ldGFsbWFjaGluZXMve30vcmVpbWFnZQ==/2025-09-01.xml) **Preview**
140+
141+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/reimage 2025-09-01 -->
142+
143+
#### examples
144+
145+
- Reimage bare metal machine
146+
```bash
147+
networkcloud baremetalmachine reimage --bare-metal-machine-name "bareMetalMachineName" --resource-group "resourceGroupName"
148+
```

Commands/networkcloud/baremetalmachine/_replace.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,3 +135,14 @@ Replace the provided bare metal machine.
135135
```bash
136136
networkcloud baremetalmachine replace --bare-metal-machine-name "bareMetalMachineName" --bmc-credentials password="{password}" username="bmcuser" --bmc-mac-address "00:00:4f:00:57:ad" --boot-mac-address "00:00:4e:00:58:af" --machine-name "name" --serial-number "BM1219XXX" --safeguard-mode "All" --storage-policy "DiscardAll" --resource-group "resourceGroupName"
137137
```
138+
139+
### [2025-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrY2xvdWQvYmFyZW1ldGFsbWFjaGluZXMve30vcmVwbGFjZQ==/2025-09-01.xml) **Preview**
140+
141+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/replace 2025-09-01 -->
142+
143+
#### examples
144+
145+
- Replace bare metal machine
146+
```bash
147+
networkcloud baremetalmachine replace --bare-metal-machine-name "bareMetalMachineName" --bmc-credentials password="{password}" username="bmcuser" --bmc-mac-address "00:00:4f:00:57:ad" --boot-mac-address "00:00:4e:00:58:af" --machine-name "name" --serial-number "BM1219XXX" --safeguard-mode "All" --storage-policy "DiscardAll" --resource-group "resourceGroupName"
148+
```

Commands/networkcloud/baremetalmachine/_restart.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,3 +135,14 @@ Restart the provided bare metal machine.
135135
```bash
136136
networkcloud baremetalmachine restart --bare-metal-machine-name "bareMetalMachineName" --resource-group "resourceGroupName"
137137
```
138+
139+
### [2025-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrY2xvdWQvYmFyZW1ldGFsbWFjaGluZXMve30vcmVzdGFydA==/2025-09-01.xml) **Preview**
140+
141+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/restart 2025-09-01 -->
142+
143+
#### examples
144+
145+
- Restart bare metal machine
146+
```bash
147+
networkcloud baremetalmachine restart --bare-metal-machine-name "bareMetalMachineName" --resource-group "resourceGroupName"
148+
```

Commands/networkcloud/baremetalmachine/_run-command.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,3 +135,14 @@ Run the command or the script on the provided bare metal machine. The URL to sto
135135
```bash
136136
networkcloud baremetalmachine run-command --bare-metal-machine-name "bareMetalMachineName" --arguments "--argument1" "argument2" --limit-time-seconds 60 --script "cHdkCg==" --resource-group "resourceGroupName"
137137
```
138+
139+
### [2025-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrY2xvdWQvYmFyZW1ldGFsbWFjaGluZXMve30vcnVuY29tbWFuZA==/2025-09-01.xml) **Preview**
140+
141+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/runcommand 2025-09-01 -->
142+
143+
#### examples
144+
145+
- Run command on bare metal machine
146+
```bash
147+
networkcloud baremetalmachine run-command --bare-metal-machine-name "bareMetalMachineName" --arguments "--argument1" "argument2" --limit-time-seconds 60 --script "cHdkCg==" --resource-group "resourceGroupName"
148+
```

Commands/networkcloud/baremetalmachine/_run-data-extract.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,3 +135,14 @@ Run one or more data extractions on the provided bare metal machine. The URL to
135135
```bash
136136
networkcloud baremetalmachine run-data-extract --bare-metal-machine-name "bareMetalMachineName" --limit-time-seconds 360 --commands "[{arguments:['SysInfo','TTYLog'],command:'hardware-support-data-collection'}]" --resource-group "resourceGroupName"
137137
```
138+
139+
### [2025-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrY2xvdWQvYmFyZW1ldGFsbWFjaGluZXMve30vcnVuZGF0YWV4dHJhY3Rz/2025-09-01.xml) **Preview**
140+
141+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/rundataextracts 2025-09-01 -->
142+
143+
#### examples
144+
145+
- Run data extraction on bare metal machine
146+
```bash
147+
networkcloud baremetalmachine run-data-extract --bare-metal-machine-name "bareMetalMachineName" --limit-time-seconds 360 --commands "[{arguments:['SysInfo','TTYLog'],command:'hardware-support-data-collection'}]" --resource-group "resourceGroupName"
148+
```

0 commit comments

Comments
 (0)