Skip to content

Commit

Permalink
Microsoft.NetworkCloud aaz updated with API version 2024-10-01-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
priya shet committed Jan 14, 2025
1 parent c0b8e7b commit d2c1e78
Show file tree
Hide file tree
Showing 290 changed files with 32,097 additions and 114 deletions.
11 changes: 11 additions & 0 deletions Commands/networkcloud/baremetalmachine/_cordon.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,14 @@ Cordon the provided bare metal machine's Kubernetes node.
```bash
networkcloud baremetalmachine cordon --evacuate "True" --bare-metal-machine-name "bareMetalMachineName" --resource-group "resourceGroupName"
```

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

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/cordon 2024-10-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 @@ -40,3 +40,7 @@ All customer initiated requests will be rejected as the life cycle of this resou
### [2024-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrY2xvdWQvYmFyZW1ldGFsbWFjaGluZXMve30=/2024-07-01.xml) **Stable**

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

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

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{} 2024-10-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 @@ -40,3 +40,7 @@ All customer initiated requests will be rejected as the life cycle of this resou
### [2024-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrY2xvdWQvYmFyZW1ldGFsbWFjaGluZXMve30=/2024-07-01.xml) **Stable**

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

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

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{} 2024-10-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 @@ -156,3 +156,20 @@ List bare metal machines in the provided resource group or subscription.
```bash
networkcloud baremetalmachine list
```

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

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.networkcloud/baremetalmachines 2024-10-01-preview -->
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines 2024-10-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 @@ -102,3 +102,14 @@ Power off the provided bare metal machine.
```bash
networkcloud baremetalmachine power-off --bare-metal-machine-name "bareMetalMachineName" --skip-shutdown "True" --resource-group "resourceGroupName"
```

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

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/poweroff 2024-10-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 @@ -102,3 +102,14 @@ Reimage the provided bare metal machine.
```bash
networkcloud baremetalmachine reimage --bare-metal-machine-name "bareMetalMachineName" --resource-group "resourceGroupName"
```

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

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/reimage 2024-10-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 @@ -102,3 +102,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" --resource-group "resourceGroupName"
```

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

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/replace 2024-10-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" --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 @@ -102,3 +102,14 @@ Restart the provided bare metal machine.
```bash
networkcloud baremetalmachine restart --bare-metal-machine-name "bareMetalMachineName" --resource-group "resourceGroupName"
```

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

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/restart 2024-10-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 @@ -102,3 +102,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"
```

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

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/runcommand 2024-10-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 @@ -102,3 +102,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"
```

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

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/rundataextracts 2024-10-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"
```
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 @@ -102,3 +102,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"
```

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

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/runreadcommands 2024-10-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 @@ -102,3 +102,14 @@ Get properties of the provided bare metal machine.
```bash
networkcloud baremetalmachine show --bare-metal-machine-name "bareMetalMachineName" --resource-group "resourceGroupName"
```

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

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{} 2024-10-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 @@ -102,3 +102,14 @@ Start the provided bare metal machine.
```bash
networkcloud baremetalmachine start --bare-metal-machine-name "bareMetalMachineName" --resource-group "resourceGroupName"
```

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

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/start 2024-10-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 @@ -102,3 +102,14 @@ Uncordon the provided bare metal machine's Kubernetes node.
```bash
networkcloud baremetalmachine uncordon --bare-metal-machine-name "bareMetalMachineName" --resource-group "resourceGroupName"
```

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

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{}/uncordon 2024-10-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 @@ -102,3 +102,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"
```

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

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/baremetalmachines/{} 2024-10-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"
```
11 changes: 11 additions & 0 deletions Commands/networkcloud/cloudservicesnetwork/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,14 @@ Create a new cloud services network or update the properties of the existing clo
```bash
networkcloud cloudservicesnetwork create --name "cloudServicesNetworkName" --extended-location name="/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ExtendedLocation/customLocations/clusterExtendedLocationName" type="CustomLocation" --location "location" --additional-egress-endpoints "[{category:'azure-resource-management',endpoints:[{domainName:'storageaccountex.blob.core.windows.net',port:443}]}]" --enable-default-egress-endpoints "False" --tags key1="myvalue1" key2="myvalue2" --resource-group "resourceGroupName"
```

### [2024-10-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrY2xvdWQvY2xvdWRzZXJ2aWNlc25ldHdvcmtzL3t9/2024-10-01-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/cloudservicesnetworks/{} 2024-10-01-preview -->

#### examples

- Create or update cloud services network
```bash
networkcloud cloudservicesnetwork create --name "cloudServicesNetworkName" --extended-location name="/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ExtendedLocation/customLocations/clusterExtendedLocationName" type="CustomLocation" --location "location" --additional-egress-endpoints "[{category:'azure-resource-management',endpoints:[{domainName:'storageaccountex.blob.core.windows.net',port:443}]}]" --enable-default-egress-endpoints "False" --tags key1="myvalue1" key2="myvalue2" --resource-group "resourceGroupName"
```
11 changes: 11 additions & 0 deletions Commands/networkcloud/cloudservicesnetwork/_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,14 @@ Delete the provided cloud services network.
```bash
networkcloud cloudservicesnetwork delete --name "cloudServicesNetworkName" --resource-group "resourceGroupName"
```

### [2024-10-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrY2xvdWQvY2xvdWRzZXJ2aWNlc25ldHdvcmtzL3t9/2024-10-01-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/cloudservicesnetworks/{} 2024-10-01-preview -->

#### examples

- Delete cloud services network
```bash
networkcloud cloudservicesnetwork delete --name "cloudServicesNetworkName" --resource-group "resourceGroupName"
```
17 changes: 17 additions & 0 deletions Commands/networkcloud/cloudservicesnetwork/_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,3 +156,20 @@ List cloud services networks in the provided resource group or subscription.
```bash
networkcloud cloudservicesnetwork list --resource-group "resourceGroupName"
```

### [2024-10-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrY2xvdWQvY2xvdWRzZXJ2aWNlc25ldHdvcmtz/2024-10-01-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.networkcloud/cloudservicesnetworks 2024-10-01-preview -->
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/cloudservicesnetworks 2024-10-01-preview -->

#### examples

- List cloud services networks for subscription
```bash
networkcloud cloudservicesnetwork list
```

- List cloud services networks for resource group
```bash
networkcloud cloudservicesnetwork list --resource-group "resourceGroupName"
```
11 changes: 11 additions & 0 deletions Commands/networkcloud/cloudservicesnetwork/_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,14 @@ Get properties of the provided cloud services network.
```bash
networkcloud cloudservicesnetwork show --name "cloudServicesNetworkName" --resource-group "resourceGroupName"
```

### [2024-10-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrY2xvdWQvY2xvdWRzZXJ2aWNlc25ldHdvcmtzL3t9/2024-10-01-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/cloudservicesnetworks/{} 2024-10-01-preview -->

#### examples

- Get cloud services network
```bash
networkcloud cloudservicesnetwork show --name "cloudServicesNetworkName" --resource-group "resourceGroupName"
```
11 changes: 11 additions & 0 deletions Commands/networkcloud/cloudservicesnetwork/_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,14 @@ Update properties of the provided cloud services network, or update the tags ass
```bash
networkcloud cloudservicesnetwork update --name "cloudServicesNetworkName" --additional-egress-endpoints "[{category:'azure-resource-management',endpoints:[{domainName:'storageaccountex.blob.core.windows.net',port:443}]}]" --enable-default-egress-endpoints "False" --tags key1="myvalue1" key2="myvalue2" --resource-group "resourceGroupName"
```

### [2024-10-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrY2xvdWQvY2xvdWRzZXJ2aWNlc25ldHdvcmtzL3t9/2024-10-01-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/cloudservicesnetworks/{} 2024-10-01-preview -->

#### examples

- Patch cloud services network
```bash
networkcloud cloudservicesnetwork update --name "cloudServicesNetworkName" --additional-egress-endpoints "[{category:'azure-resource-management',endpoints:[{domainName:'storageaccountex.blob.core.windows.net',port:443}]}]" --enable-default-egress-endpoints "False" --tags key1="myvalue1" key2="myvalue2" --resource-group "resourceGroupName"
```
11 changes: 11 additions & 0 deletions Commands/networkcloud/cluster/_continue-update-version.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,14 @@ Trigger the continuation of an update for a cluster with a matching update strat
```bash
networkcloud cluster continue-update-version --name "clusterName" --resource-group "resourceGroupName" --machine-group-targeting-mode "AlphaByRack"
```

### [2024-10-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrY2xvdWQvY2x1c3RlcnMve30vY29udGludWV1cGRhdGV2ZXJzaW9u/2024-10-01-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}/continueupdateversion 2024-10-01-preview -->

#### examples

- Continue a paused update to the cluster version
```bash
networkcloud cluster continue-update-version --name "clusterName" --resource-group "resourceGroupName" --machine-group-targeting-mode "AlphaByRack"
```
Loading

0 comments on commit d2c1e78

Please sign in to comment.