Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions Commands/networkcloud/accessbridge/_create.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _networkcloud accessbridge create_

Create a new access bridge or update the properties of the existing access bridge.

## Versions

### [2026-01-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrY2xvdWQvYWNjZXNzYnJpZGdlcy97fQ==/2026-01-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/accessbridges/{} 2026-01-01-preview -->

#### examples

- Create or update access bridge
```bash
networkcloud accessbridge create --resource-group resourceGroupName --access-bridge-name Bastion --location location --tags "{key1:myvalue1,key2:myvalue2}" --extended-location "{type:CustomLocation,name:/subscriptions/123e4567-e89b-12d3-a456-426655440000/resourceGroups/resourceGroupName/providers/Microsoft.ExtendedLocation/customLocations/clusterExtendedLocationName}" --ipv4-connected-prefix 198.51.100.0/24 --ipv6-connected-prefix 2001:db8::/64 --network-id /subscriptions/123e4567-e89b-12d3-a456-426655440000/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/l3IsolationDomainName/internalNetworks/internalNetworkName --security-rules "[{description:'Allow management plane egress',port:24562-24570,ipv4-addresses:[10.10.20.10-10.10.20.20],ipv6-addresses:['2001:db8:abcd:12::1000-2001:db8:abcd:12::1fff'],direction:Outbound}]"
```
16 changes: 16 additions & 0 deletions Commands/networkcloud/accessbridge/_delete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _networkcloud accessbridge delete_

Delete the specified access bridge.

## Versions

### [2026-01-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrY2xvdWQvYWNjZXNzYnJpZGdlcy97fQ==/2026-01-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/accessbridges/{} 2026-01-01-preview -->

#### examples

- Delete access bridge
```bash
networkcloud accessbridge delete --resource-group resourceGroupName --access-bridge-name Bastion
```
17 changes: 17 additions & 0 deletions Commands/networkcloud/accessbridge/_list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# [Command] _networkcloud accessbridge list_

List a list of access bridges in the provided subscription.

## Versions

### [2026-01-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrY2xvdWQvYWNjZXNzYnJpZGdlcw==/2026-01-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.networkcloud/accessbridges 2026-01-01-preview -->
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/accessbridges 2026-01-01-preview -->

#### examples

- List access bridges for subscription
```bash
networkcloud accessbridge list
```
16 changes: 16 additions & 0 deletions Commands/networkcloud/accessbridge/_show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _networkcloud accessbridge show_

Get the properties of the provided access bridge.

## Versions

### [2026-01-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrY2xvdWQvYWNjZXNzYnJpZGdlcy97fQ==/2026-01-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/accessbridges/{} 2026-01-01-preview -->

#### examples

- Get access bridge
```bash
networkcloud accessbridge show --resource-group resourceGroupName --access-bridge-name Bastion
```
16 changes: 16 additions & 0 deletions Commands/networkcloud/accessbridge/_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _networkcloud accessbridge update_

Update properties of the provided access bridge, or update tags associated with the access bridge. Properties and tag updates can be done independently.

## Versions

### [2026-01-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrY2xvdWQvYWNjZXNzYnJpZGdlcy97fQ==/2026-01-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/accessbridges/{} 2026-01-01-preview -->

#### examples

- Patch access bridge resource
```bash
etworkcloud accessbridge update --resource-group resourceGroupName --access-bridge-name Bastion --security-rules "[{description:'Allow management plane egress',port:24562-24570,ipv4-addresses:[10.10.20.10-10.10.20.20],ipv6-addresses:['2001:db8:abcd:12::1000-2001:db8:abcd:12::1fff'],direction:Outbound}]"
```
20 changes: 20 additions & 0 deletions Commands/networkcloud/accessbridge/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# [Group] _networkcloud accessbridge_

Manage Access Bridge

## Commands

- [create](/Commands/networkcloud/accessbridge/_create.md)
: Create a new access bridge or update the properties of the existing access bridge.

- [delete](/Commands/networkcloud/accessbridge/_delete.md)
: Delete the specified access bridge.

- [list](/Commands/networkcloud/accessbridge/_list.md)
: List a list of access bridges in the provided subscription.

- [show](/Commands/networkcloud/accessbridge/_show.md)
: Get the properties of the provided access bridge.

- [update](/Commands/networkcloud/accessbridge/_update.md)
: Update properties of the provided access bridge, or update tags associated with the access bridge. Properties and tag updates can be done independently.
11 changes: 11 additions & 0 deletions Commands/networkcloud/baremetalmachine/_cordon.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,14 @@ Cordon the provided bare metal machine's Kubernetes node.
```bash
networkcloud baremetalmachine cordon --evacuate "True" --bare-metal-machine-name "bareMetalMachineName" --resource-group "resourceGroupName"
```

### [2026-01-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrY2xvdWQvYmFyZW1ldGFsbWFjaGluZXMve30vY29yZG9u/2026-01-01-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/cordon 2026-01-01-preview -->

#### examples

- Cordon bare metal machine
```bash
networkcloud baremetalmachine cordon --evacuate "True" --bare-metal-machine-name "bareMetalMachineName" --resource-group "resourceGroupName"
```
4 changes: 4 additions & 0 deletions Commands/networkcloud/baremetalmachine/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,7 @@ All customer initiated requests will be rejected as the life cycle of this resou
### [2025-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrY2xvdWQvYmFyZW1ldGFsbWFjaGluZXMve30=/2025-09-01.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{} 2025-09-01 -->

### [2026-01-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrY2xvdWQvYmFyZW1ldGFsbWFjaGluZXMve30=/2026-01-01-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{} 2026-01-01-preview -->
4 changes: 4 additions & 0 deletions Commands/networkcloud/baremetalmachine/_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,7 @@ All customer initiated requests will be rejected as the life cycle of this resou
### [2025-09-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrY2xvdWQvYmFyZW1ldGFsbWFjaGluZXMve30=/2025-09-01.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{} 2025-09-01 -->

### [2026-01-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrY2xvdWQvYmFyZW1ldGFsbWFjaGluZXMve30=/2026-01-01-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{} 2026-01-01-preview -->
17 changes: 17 additions & 0 deletions Commands/networkcloud/baremetalmachine/_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,3 +224,20 @@ List bare metal machines in the provided resource group or subscription.
```bash
networkcloud baremetalmachine list
```

### [2026-01-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrY2xvdWQvYmFyZW1ldGFsbWFjaGluZXM=/2026-01-01-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.networkcloud/baremetalmachines 2026-01-01-preview -->
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines 2026-01-01-preview -->

#### examples

- List bare metal machines for resource group
```bash
networkcloud baremetalmachine list --resource-group "resourceGroupName"
```

- List bare metal machines for subscription
```bash
networkcloud baremetalmachine list
```
11 changes: 11 additions & 0 deletions Commands/networkcloud/baremetalmachine/_power-off.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,14 @@ Power off the provided bare metal machine.
```bash
networkcloud baremetalmachine power-off --bare-metal-machine-name "bareMetalMachineName" --skip-shutdown "True" --resource-group "resourceGroupName"
```

### [2026-01-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrY2xvdWQvYmFyZW1ldGFsbWFjaGluZXMve30vcG93ZXJvZmY=/2026-01-01-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/poweroff 2026-01-01-preview -->

#### examples

- Power off bare metal machine
```bash
networkcloud baremetalmachine power-off --bare-metal-machine-name "bareMetalMachineName" --skip-shutdown "True" --resource-group "resourceGroupName"
```
11 changes: 11 additions & 0 deletions Commands/networkcloud/baremetalmachine/_reimage.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,14 @@ Reimage the provided bare metal machine.
```bash
networkcloud baremetalmachine reimage --bare-metal-machine-name "bareMetalMachineName" --resource-group "resourceGroupName"
```

### [2026-01-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrY2xvdWQvYmFyZW1ldGFsbWFjaGluZXMve30vcmVpbWFnZQ==/2026-01-01-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/reimage 2026-01-01-preview -->

#### examples

- Reimage bare metal machine
```bash
networkcloud baremetalmachine reimage --bare-metal-machine-name "bareMetalMachineName" --resource-group "resourceGroupName"
```
11 changes: 11 additions & 0 deletions Commands/networkcloud/baremetalmachine/_replace.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,14 @@ Replace the provided bare metal machine.
```bash
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"
```

### [2026-01-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrY2xvdWQvYmFyZW1ldGFsbWFjaGluZXMve30vcmVwbGFjZQ==/2026-01-01-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/replace 2026-01-01-preview -->

#### examples

- Replace bare metal machine
```bash
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"
```
11 changes: 11 additions & 0 deletions Commands/networkcloud/baremetalmachine/_restart.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,14 @@ Restart the provided bare metal machine.
```bash
networkcloud baremetalmachine restart --bare-metal-machine-name "bareMetalMachineName" --resource-group "resourceGroupName"
```

### [2026-01-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrY2xvdWQvYmFyZW1ldGFsbWFjaGluZXMve30vcmVzdGFydA==/2026-01-01-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/restart 2026-01-01-preview -->

#### examples

- Restart bare metal machine
```bash
networkcloud baremetalmachine restart --bare-metal-machine-name "bareMetalMachineName" --resource-group "resourceGroupName"
```
11 changes: 11 additions & 0 deletions Commands/networkcloud/baremetalmachine/_run-command.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,14 @@ Run the command or the script on the provided bare metal machine. The URL to sto
```bash
networkcloud baremetalmachine run-command --bare-metal-machine-name "bareMetalMachineName" --arguments "--argument1" "argument2" --limit-time-seconds 60 --script "cHdkCg==" --resource-group "resourceGroupName"
```

### [2026-01-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrY2xvdWQvYmFyZW1ldGFsbWFjaGluZXMve30vcnVuY29tbWFuZA==/2026-01-01-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/runcommand 2026-01-01-preview -->

#### examples

- Run command on bare metal machine
```bash
networkcloud baremetalmachine run-command --bare-metal-machine-name "bareMetalMachineName" --arguments "--argument1" "argument2" --limit-time-seconds 60 --script "cHdkCg==" --resource-group "resourceGroupName"
```
11 changes: 11 additions & 0 deletions Commands/networkcloud/baremetalmachine/_run-data-extract.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,14 @@ Run one or more data extractions on the provided bare metal machine. The URL to
```bash
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"
```

### [2026-01-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrY2xvdWQvYmFyZW1ldGFsbWFjaGluZXMve30vcnVuZGF0YWV4dHJhY3Rz/2026-01-01-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/rundataextracts 2026-01-01-preview -->

#### examples

- Run data extraction on bare metal machine
```bash
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"
```
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,14 @@ Run one or more restricted data extractions on the provided bare metal machine.
```bash
networkcloud baremetalmachine run-data-extracts-restricted --resource-group "resourceGroupName" --name "bareMetalMachineName" --commands "[{command:'cluster-cve-report',arguments:['--min-severity=8']}]" --limit-time-seconds 60
```

### [2026-01-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrY2xvdWQvYmFyZW1ldGFsbWFjaGluZXMve30vcnVuZGF0YWV4dHJhY3RzcmVzdHJpY3RlZA==/2026-01-01-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/rundataextractsrestricted 2026-01-01-preview -->

#### examples

- Run restricted data extraction on bare metal machine
```bash
networkcloud baremetalmachine run-data-extracts-restricted --resource-group "resourceGroupName" --name "bareMetalMachineName" --commands "[{command:'cluster-cve-report',arguments:['--min-severity=8']}]" --limit-time-seconds 60
```
11 changes: 11 additions & 0 deletions Commands/networkcloud/baremetalmachine/_run-read-command.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,14 @@ Run one or more read-only commands on the provided bare metal machine. The URL t
```bash
networkcloud baremetalmachine run-read-command --bare-metal-machine-name "bareMetalMachineName" --limit-time-seconds 60 --commands '[{"command":"kubectl get","arguments":["pods","-A"]},{"command":"ping", "arguments":["192.168.0.99","-c","3"]}]' --resource-group "resourceGroupName"
```

### [2026-01-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrY2xvdWQvYmFyZW1ldGFsbWFjaGluZXMve30vcnVucmVhZGNvbW1hbmRz/2026-01-01-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/runreadcommands 2026-01-01-preview -->

#### examples

- Run and retrieve output from read only commands on bare metal machine
```bash
networkcloud baremetalmachine run-read-command --bare-metal-machine-name "bareMetalMachineName" --limit-time-seconds 60 --commands '[{"command":"kubectl get","arguments":["pods","-A"]},{"command":"ping", "arguments":["192.168.0.99","-c","3"]}]' --resource-group "resourceGroupName"
```
11 changes: 11 additions & 0 deletions Commands/networkcloud/baremetalmachine/_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,14 @@ Get properties of the provided bare metal machine.
```bash
networkcloud baremetalmachine show --bare-metal-machine-name "bareMetalMachineName" --resource-group "resourceGroupName"
```

### [2026-01-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrY2xvdWQvYmFyZW1ldGFsbWFjaGluZXMve30=/2026-01-01-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{} 2026-01-01-preview -->

#### examples

- Get bare metal machine
```bash
networkcloud baremetalmachine show --bare-metal-machine-name "bareMetalMachineName" --resource-group "resourceGroupName"
```
11 changes: 11 additions & 0 deletions Commands/networkcloud/baremetalmachine/_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,14 @@ Start the provided bare metal machine.
```bash
networkcloud baremetalmachine start --bare-metal-machine-name "bareMetalMachineName" --resource-group "resourceGroupName"
```

### [2026-01-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrY2xvdWQvYmFyZW1ldGFsbWFjaGluZXMve30vc3RhcnQ=/2026-01-01-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/start 2026-01-01-preview -->

#### examples

- Start bare metal machine
```bash
networkcloud baremetalmachine start --bare-metal-machine-name "bareMetalMachineName" --resource-group "resourceGroupName"
```
11 changes: 11 additions & 0 deletions Commands/networkcloud/baremetalmachine/_uncordon.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,14 @@ Uncordon the provided bare metal machine's Kubernetes node.
```bash
networkcloud baremetalmachine uncordon --bare-metal-machine-name "bareMetalMachineName" --resource-group "resourceGroupName"
```

### [2026-01-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrY2xvdWQvYmFyZW1ldGFsbWFjaGluZXMve30vdW5jb3Jkb24=/2026-01-01-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/uncordon 2026-01-01-preview -->

#### examples

- Uncordon bare metal machine
```bash
networkcloud baremetalmachine uncordon --bare-metal-machine-name "bareMetalMachineName" --resource-group "resourceGroupName"
```
11 changes: 11 additions & 0 deletions Commands/networkcloud/baremetalmachine/_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,14 @@ Update properties of the provided bare metal machine, or update tags associated
```bash
networkcloud baremetalmachine update --bare-metal-machine-name "bareMetalMachineName" --machine-details "machinedetails" --tags key1="myvalue1" key2="myvalue2" --resource-group "resourceGroupName"
```

### [2026-01-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrY2xvdWQvYmFyZW1ldGFsbWFjaGluZXMve30=/2026-01-01-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{} 2026-01-01-preview -->

#### examples

- Patch bare metal machine
```bash
networkcloud baremetalmachine update --bare-metal-machine-name "bareMetalMachineName" --machine-details "machinedetails" --tags key1="myvalue1" key2="myvalue2" --resource-group "resourceGroupName"
```
Loading