Skip to content

Commit 4d5f12e

Browse files
authored
Merge pull request #950 from idanielsteven/main
NetworkCloud CLI updates for 2026-01-01-preview
2 parents 838172a + bf3732c commit 4d5f12e

292 files changed

Lines changed: 33846 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.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# [Command] _networkcloud accessbridge create_
2+
3+
Create a new access bridge or update the properties of the existing access bridge.
4+
5+
## Versions
6+
7+
### [2026-01-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrY2xvdWQvYWNjZXNzYnJpZGdlcy97fQ==/2026-01-01-preview.xml) **Stable**
8+
9+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/accessbridges/{} 2026-01-01-preview -->
10+
11+
#### examples
12+
13+
- Create or update access bridge
14+
```bash
15+
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+
```
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# [Command] _networkcloud accessbridge delete_
2+
3+
Delete the specified access bridge.
4+
5+
## Versions
6+
7+
### [2026-01-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrY2xvdWQvYWNjZXNzYnJpZGdlcy97fQ==/2026-01-01-preview.xml) **Stable**
8+
9+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/accessbridges/{} 2026-01-01-preview -->
10+
11+
#### examples
12+
13+
- Delete access bridge
14+
```bash
15+
networkcloud accessbridge delete --resource-group resourceGroupName --access-bridge-name Bastion
16+
```
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# [Command] _networkcloud accessbridge list_
2+
3+
List a list of access bridges in the provided subscription.
4+
5+
## Versions
6+
7+
### [2026-01-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrY2xvdWQvYWNjZXNzYnJpZGdlcw==/2026-01-01-preview.xml) **Stable**
8+
9+
<!-- mgmt-plane /subscriptions/{}/providers/microsoft.networkcloud/accessbridges 2026-01-01-preview -->
10+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/accessbridges 2026-01-01-preview -->
11+
12+
#### examples
13+
14+
- List access bridges for subscription
15+
```bash
16+
networkcloud accessbridge list
17+
```
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# [Command] _networkcloud accessbridge show_
2+
3+
Get the properties of the provided access bridge.
4+
5+
## Versions
6+
7+
### [2026-01-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrY2xvdWQvYWNjZXNzYnJpZGdlcy97fQ==/2026-01-01-preview.xml) **Stable**
8+
9+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/accessbridges/{} 2026-01-01-preview -->
10+
11+
#### examples
12+
13+
- Get access bridge
14+
```bash
15+
networkcloud accessbridge show --resource-group resourceGroupName --access-bridge-name Bastion
16+
```
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# [Command] _networkcloud accessbridge update_
2+
3+
Update properties of the provided access bridge, or update tags associated with the access bridge. Properties and tag updates can be done independently.
4+
5+
## Versions
6+
7+
### [2026-01-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrY2xvdWQvYWNjZXNzYnJpZGdlcy97fQ==/2026-01-01-preview.xml) **Stable**
8+
9+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/accessbridges/{} 2026-01-01-preview -->
10+
11+
#### examples
12+
13+
- Patch access bridge resource
14+
```bash
15+
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}]"
16+
```
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# [Group] _networkcloud accessbridge_
2+
3+
Manage Access Bridge
4+
5+
## Commands
6+
7+
- [create](/Commands/networkcloud/accessbridge/_create.md)
8+
: Create a new access bridge or update the properties of the existing access bridge.
9+
10+
- [delete](/Commands/networkcloud/accessbridge/_delete.md)
11+
: Delete the specified access bridge.
12+
13+
- [list](/Commands/networkcloud/accessbridge/_list.md)
14+
: List a list of access bridges in the provided subscription.
15+
16+
- [show](/Commands/networkcloud/accessbridge/_show.md)
17+
: Get the properties of the provided access bridge.
18+
19+
- [update](/Commands/networkcloud/accessbridge/_update.md)
20+
: Update properties of the provided access bridge, or update tags associated with the access bridge. Properties and tag updates can be done independently.

Commands/networkcloud/baremetalmachine/_cordon.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,3 +146,14 @@ Cordon the provided bare metal machine's Kubernetes node.
146146
```bash
147147
networkcloud baremetalmachine cordon --evacuate "True" --bare-metal-machine-name "bareMetalMachineName" --resource-group "resourceGroupName"
148148
```
149+
150+
### [2026-01-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrY2xvdWQvYmFyZW1ldGFsbWFjaGluZXMve30vY29yZG9u/2026-01-01-preview.xml) **Preview**
151+
152+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/cordon 2026-01-01-preview -->
153+
154+
#### examples
155+
156+
- Cordon bare metal machine
157+
```bash
158+
networkcloud baremetalmachine cordon --evacuate "True" --bare-metal-machine-name "bareMetalMachineName" --resource-group "resourceGroupName"
159+
```

Commands/networkcloud/baremetalmachine/_create.md

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

5858
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{} 2025-09-01 -->
59+
60+
### [2026-01-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrY2xvdWQvYmFyZW1ldGFsbWFjaGluZXMve30=/2026-01-01-preview.xml) **Preview**
61+
62+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{} 2026-01-01-preview -->

Commands/networkcloud/baremetalmachine/_delete.md

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

5858
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{} 2025-09-01 -->
59+
60+
### [2026-01-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrY2xvdWQvYmFyZW1ldGFsbWFjaGluZXMve30=/2026-01-01-preview.xml) **Preview**
61+
62+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{} 2026-01-01-preview -->

Commands/networkcloud/baremetalmachine/_list.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,3 +224,20 @@ List bare metal machines in the provided resource group or subscription.
224224
```bash
225225
networkcloud baremetalmachine list
226226
```
227+
228+
### [2026-01-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrY2xvdWQvYmFyZW1ldGFsbWFjaGluZXM=/2026-01-01-preview.xml) **Preview**
229+
230+
<!-- mgmt-plane /subscriptions/{}/providers/microsoft.networkcloud/baremetalmachines 2026-01-01-preview -->
231+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines 2026-01-01-preview -->
232+
233+
#### examples
234+
235+
- List bare metal machines for resource group
236+
```bash
237+
networkcloud baremetalmachine list --resource-group "resourceGroupName"
238+
```
239+
240+
- List bare metal machines for subscription
241+
```bash
242+
networkcloud baremetalmachine list
243+
```

0 commit comments

Comments
 (0)