Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ Create a new bare metal machine key set or update the existing one for the provi

- Create or update bare metal machine key set of cluster
```bash
networkcloud cluster baremetalmachinekeyset create --name "bareMetalMachineKeySetName" --extended-location name="/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ExtendedLocation/customLocations/clusterExtendedLocationName" type="CustomLocation" --location "location" --azure-group-id "f110271b-XXXX-4163-9b99-214d91660f0e" --expiration "2022-12-31T23:59:59.008Z" --jump-hosts-allowed "192.0.2.1" "192.0.2.5" --os-group-name "standardAccessGroup" --privilege-level "Standard" --user-list "[{description:'User description',azureUserName:userABC,sshPublicKey:{keyData:'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDWtG2RiEGfXs+RK19UmovAJiIVUbT6YaYc/t5SjWU=admin@vm'}}]" --tags key1="myvalue1" key2="myvalue2" --cluster-name "clusterName" --resource-group "resourceGroupName
networkcloud cluster baremetalmachinekeyset create --name "bareMetalMachineKeySetName" --extended-location name="/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ExtendedLocation/customLocations/clusterExtendedLocationName" type="CustomLocation" --location "location" --azure-group-id "f110271b-XXXX-4163-9b99-214d91660f0e" --expiration "2022-12-31T23:59:59.008Z" --jump-hosts-allowed "192.0.2.1" "192.0.2.5" --os-group-name "standardAccessGroup" --privilege-level "Standard" --user-list "[{description:'User description',azureUserName:userABC,userPrincipalName:'[email protected]',sshPublicKey:{keyData:'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDWtG2RiEGfXs+RK19UmovAJiIVUbT6YaYc/t5SjWU=admin@vm'}}]" --tags key1="myvalue1" key2="myvalue2" --cluster-name "clusterName" --resource-group "resourceGroupName
```
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ Update properties of bare metal machine key set for the provided cluster, or upd

- Patch bare metal machine key set of cluster
```bash
networkcloud cluster baremetalmachinekeyset update --name "bareMetalMachineKeySetName" --expiration "2022-12-31T23:59:59.008Z" --jump-hosts-allowed "192.0.2.1" "192.0.2.5" --user-list "[{description:'User description',azureUserName:userABC,sshPublicKey:{keyData:'ssh-rsa AAtsE3njSONzDYRIZv/WLjVuMfrUSByHp+/ojNZfpB3af/YDzwQCZzXnblrv9d3q4c2tWmm/SyFqthaqd0= admin@vm'}}]" --tags key1="myvalue1" key2="myvalue2" --cluster-name "clusterName" --resource-group "resourceGroupName"
networkcloud cluster baremetalmachinekeyset update --name "bareMetalMachineKeySetName" --expiration "2022-12-31T23:59:59.008Z" --jump-hosts-allowed "192.0.2.1" "192.0.2.5" --user-list "[{description:'User description',azureUserName:userABC,userPrincipalName:'[email protected]',sshPublicKey:{keyData:'ssh-rsa AAtsE3njSONzDYRIZv/WLjVuMfrUSByHp+/ojNZfpB3af/YDzwQCZzXnblrv9d3q4c2tWmm/SyFqthaqd0= admin@vm'}}]" --tags key1="myvalue1" key2="myvalue2" --cluster-name "clusterName" --resource-group "resourceGroupName"
```
2 changes: 1 addition & 1 deletion Commands/networkcloud/cluster/bmckeyset/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ Create a new baseboard management controller key set or update the existing one

- Create or update baseboard management controller key set of cluster
```bash
networkcloud cluster bmckeyset create --name "bmcKeySetName" --extended-location name="/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ExtendedLocation/customLocations/clusterExtendedLocationName" type="CustomLocation" --location "location" --azure-group-id "f110271b-XXXX-4163-9b99-214d91660f0e" --expiration "2022-12-31T23:59:59.008Z" --privilege-level "Administrator" --user-list "[{description:'User description',azureUserName:userABC,sshPublicKey:{keyData:'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDWtG2RiEGfXs+RK19HU/G8EdEnbTlkl8Kkb5xv6nm+ttTb9FrW/dc9RQvai24VEFJmG4Fmi6Ow/yjxq+jTDuWOSs+Lo= admin@vm'}}]" --tags key1="myvalue1" key2="myvalue2" --cluster-name "clusterName" --resource-group "resourceGroupName"
networkcloud cluster bmckeyset create --name "bmcKeySetName" --extended-location name="/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ExtendedLocation/customLocations/clusterExtendedLocationName" type="CustomLocation" --location "location" --azure-group-id "f110271b-XXXX-4163-9b99-214d91660f0e" --expiration "2022-12-31T23:59:59.008Z" --privilege-level "Administrator" --user-list "[{description:'User description',azureUserName:userABC,userPrincipalName:'[email protected]',sshPublicKey:{keyData:'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDWtG2RiEGfXs+RK19HU/G8EdEnbTlkl8Kkb5xv6nm+ttTb9FrW/dc9RQvai24VEFJmG4Fmi6Ow/yjxq+jTDuWOSs+Lo= admin@vm'}}]" --tags key1="myvalue1" key2="myvalue2" --cluster-name "clusterName" --resource-group "resourceGroupName"
```
2 changes: 1 addition & 1 deletion Commands/networkcloud/cluster/bmckeyset/_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ Update properties of baseboard management controller key set for the provided cl

- Patch baseboard management controller key set of cluster
```bash
networkcloud cluster bmckeyset update --name "bmcKeySetName" --expiration "2022-12-31T23:59:59.008Z" --user-list "[{description:'User description',azureUserName:userABC,sshPublicKey:{keyData:'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDWtG2RiEGfXs+RK19HU/G8EdEnbTlkl8Kkb5xv6nm+ttTb9FrW/dc9RQvai24VEFJmG4Fmi6Ow/yjxq+jTDuWOSs+LovQpOKm9D8p05JcIOpdCPGA5S+dWIVL+a9jsQmzBbWYx= admin@vm'}}]" --tags key1="myvalue1" key2="myvalue2" --cluster-name "clusterName" --resource-group "resourceGroupName"
networkcloud cluster bmckeyset update --name "bmcKeySetName" --expiration "2022-12-31T23:59:59.008Z" --user-list "[{description:'User description',azureUserName:userABC,userPrincipalName:'[email protected]',sshPublicKey:{keyData:'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDWtG2RiEGfXs+RK19HU/G8EdEnbTlkl8Kkb5xv6nm+ttTb9FrW/dc9RQvai24VEFJmG4Fmi6Ow/yjxq+jTDuWOSs+LovQpOKm9D8p05JcIOpdCPGA5S+dWIVL+a9jsQmzBbWYx= admin@vm'}}]" --tags key1="myvalue1" key2="myvalue2" --cluster-name "clusterName" --resource-group "resourceGroupName"
```
8 changes: 4 additions & 4 deletions Commands/tree.json
Original file line number Diff line number Diff line change
Expand Up @@ -89512,7 +89512,7 @@
"examples": [
{
"commands": [
"networkcloud cluster baremetalmachinekeyset create --name \"bareMetalMachineKeySetName\" --extended-location name=\"/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ExtendedLocation/customLocations/clusterExtendedLocationName\" type=\"CustomLocation\" --location \"location\" --azure-group-id \"f110271b-XXXX-4163-9b99-214d91660f0e\" --expiration \"2022-12-31T23:59:59.008Z\" --jump-hosts-allowed \"192.0.2.1\" \"192.0.2.5\" --os-group-name \"standardAccessGroup\" --privilege-level \"Standard\" --user-list \"[{description:'User description',azureUserName:userABC,sshPublicKey:{keyData:'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDWtG2RiEGfXs+RK19UmovAJiIVUbT6YaYc/t5SjWU=admin@vm'}}]\" --tags key1=\"myvalue1\" key2=\"myvalue2\" --cluster-name \"clusterName\" --resource-group \"resourceGroupName"
"networkcloud cluster baremetalmachinekeyset create --name \"bareMetalMachineKeySetName\" --extended-location name=\"/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ExtendedLocation/customLocations/clusterExtendedLocationName\" type=\"CustomLocation\" --location \"location\" --azure-group-id \"f110271b-XXXX-4163-9b99-214d91660f0e\" --expiration \"2022-12-31T23:59:59.008Z\" --jump-hosts-allowed \"192.0.2.1\" \"192.0.2.5\" --os-group-name \"standardAccessGroup\" --privilege-level \"Standard\" --user-list \"[{description:'User description',azureUserName:userABC,userPrincipalName:'[email protected]',sshPublicKey:{keyData:'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDWtG2RiEGfXs+RK19UmovAJiIVUbT6YaYc/t5SjWU=admin@vm'}}]\" --tags key1=\"myvalue1\" key2=\"myvalue2\" --cluster-name \"clusterName\" --resource-group \"resourceGroupName"
],
"name": "Create or update bare metal machine key set of cluster"
}
Expand Down Expand Up @@ -89864,7 +89864,7 @@
"examples": [
{
"commands": [
"networkcloud cluster baremetalmachinekeyset update --name \"bareMetalMachineKeySetName\" --expiration \"2022-12-31T23:59:59.008Z\" --jump-hosts-allowed \"192.0.2.1\" \"192.0.2.5\" --user-list \"[{description:'User description',azureUserName:userABC,sshPublicKey:{keyData:'ssh-rsa AAtsE3njSONzDYRIZv/WLjVuMfrUSByHp+/ojNZfpB3af/YDzwQCZzXnblrv9d3q4c2tWmm/SyFqthaqd0= admin@vm'}}]\" --tags key1=\"myvalue1\" key2=\"myvalue2\" --cluster-name \"clusterName\" --resource-group \"resourceGroupName\""
"networkcloud cluster baremetalmachinekeyset update --name \"bareMetalMachineKeySetName\" --expiration \"2022-12-31T23:59:59.008Z\" --jump-hosts-allowed \"192.0.2.1\" \"192.0.2.5\" --user-list \"[{description:'User description',azureUserName:userABC,userPrincipalName:'[email protected]',sshPublicKey:{keyData:'ssh-rsa AAtsE3njSONzDYRIZv/WLjVuMfrUSByHp+/ojNZfpB3af/YDzwQCZzXnblrv9d3q4c2tWmm/SyFqthaqd0= admin@vm'}}]\" --tags key1=\"myvalue1\" key2=\"myvalue2\" --cluster-name \"clusterName\" --resource-group \"resourceGroupName\""
],
"name": "Patch bare metal machine key set of cluster"
}
Expand Down Expand Up @@ -89964,7 +89964,7 @@
"examples": [
{
"commands": [
"networkcloud cluster bmckeyset create --name \"bmcKeySetName\" --extended-location name=\"/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ExtendedLocation/customLocations/clusterExtendedLocationName\" type=\"CustomLocation\" --location \"location\" --azure-group-id \"f110271b-XXXX-4163-9b99-214d91660f0e\" --expiration \"2022-12-31T23:59:59.008Z\" --privilege-level \"Administrator\" --user-list \"[{description:'User description',azureUserName:userABC,sshPublicKey:{keyData:'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDWtG2RiEGfXs+RK19HU/G8EdEnbTlkl8Kkb5xv6nm+ttTb9FrW/dc9RQvai24VEFJmG4Fmi6Ow/yjxq+jTDuWOSs+Lo= admin@vm'}}]\" --tags key1=\"myvalue1\" key2=\"myvalue2\" --cluster-name \"clusterName\" --resource-group \"resourceGroupName\""
"networkcloud cluster bmckeyset create --name \"bmcKeySetName\" --extended-location name=\"/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.ExtendedLocation/customLocations/clusterExtendedLocationName\" type=\"CustomLocation\" --location \"location\" --azure-group-id \"f110271b-XXXX-4163-9b99-214d91660f0e\" --expiration \"2022-12-31T23:59:59.008Z\" --privilege-level \"Administrator\" --user-list \"[{description:'User description',azureUserName:userABC,userPrincipalName:'[email protected]',sshPublicKey:{keyData:'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDWtG2RiEGfXs+RK19HU/G8EdEnbTlkl8Kkb5xv6nm+ttTb9FrW/dc9RQvai24VEFJmG4Fmi6Ow/yjxq+jTDuWOSs+Lo= admin@vm'}}]\" --tags key1=\"myvalue1\" key2=\"myvalue2\" --cluster-name \"clusterName\" --resource-group \"resourceGroupName\""
],
"name": "Create or update baseboard management controller key set of cluster"
}
Expand Down Expand Up @@ -90316,7 +90316,7 @@
"examples": [
{
"commands": [
"networkcloud cluster bmckeyset update --name \"bmcKeySetName\" --expiration \"2022-12-31T23:59:59.008Z\" --user-list \"[{description:'User description',azureUserName:userABC,sshPublicKey:{keyData:'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDWtG2RiEGfXs+RK19HU/G8EdEnbTlkl8Kkb5xv6nm+ttTb9FrW/dc9RQvai24VEFJmG4Fmi6Ow/yjxq+jTDuWOSs+LovQpOKm9D8p05JcIOpdCPGA5S+dWIVL+a9jsQmzBbWYx= admin@vm'}}]\" --tags key1=\"myvalue1\" key2=\"myvalue2\" --cluster-name \"clusterName\" --resource-group \"resourceGroupName\""
"networkcloud cluster bmckeyset update --name \"bmcKeySetName\" --expiration \"2022-12-31T23:59:59.008Z\" --user-list \"[{description:'User description',azureUserName:userABC,userPrincipalName:'[email protected]',sshPublicKey:{keyData:'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDWtG2RiEGfXs+RK19HU/G8EdEnbTlkl8Kkb5xv6nm+ttTb9FrW/dc9RQvai24VEFJmG4Fmi6Ow/yjxq+jTDuWOSs+LovQpOKm9D8p05JcIOpdCPGA5S+dWIVL+a9jsQmzBbWYx= admin@vm'}}]\" --tags key1=\"myvalue1\" key2=\"myvalue2\" --cluster-name \"clusterName\" --resource-group \"resourceGroupName\""
],
"name": "Patch baseboard management controller key set of cluster"
}
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -158,13 +158,45 @@
</const>
</query>
</request>
<response statusCode="200"/>
<response statusCode="202">
<header>
<item name="Location"/>
</header>
</response>
<response statusCode="204"/>
<response statusCode="200 201">
<body>
<json var="$Instance">
<schema type="object" cls="OperationStatusResult_read">
<prop type="dateTime" name="endTime"/>
<prop type="object" name="error" cls="ErrorDetail_read">
<prop readOnly="True" type="array<object>" name="additionalInfo">
<item type="object">
<prop readOnly="True" type="string" name="type"/>
</item>
</prop>
<prop readOnly="True" type="string" name="code"/>
<prop readOnly="True" type="array<@ErrorDetail_read>" name="details" identifiers="message target">
<item type="@ErrorDetail_read"/>
</prop>
<prop readOnly="True" type="string" name="message"/>
<prop readOnly="True" type="string" name="target"/>
</prop>
<prop type="string" name="id"/>
<prop type="string" name="name"/>
<prop type="array<@OperationStatusResult_read>" name="operations">
<item type="@OperationStatusResult_read"/>
</prop>
<prop type="float" name="percentComplete">
<format maximum="100.0" minimum="0.0"/>
</prop>
<prop readOnly="True" type="string" name="resourceId"/>
<prop type="dateTime" name="startTime"/>
<prop type="string" name="status" required="True"/>
</schema>
</json>
</body>
</response>
<response isError="True">
<body>
<json>
Expand All @@ -174,6 +206,7 @@
</response>
</http>
</operation>
<output type="object" ref="$Instance" clientFlatten="True"/>
</command>
<command name="create" version="2023-10-01-preview">
<resource id="/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clustermanagers/{}" version="2023-10-01-preview" swagger="mgmt-plane/networkcloud/ResourceProviders/Microsoft.NetworkCloud/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29ya0Nsb3VkL2NsdXN0ZXJNYW5hZ2Vycy97Y2x1c3Rlck1hbmFnZXJOYW1lfQ==/V/MjAyMy0xMC0wMS1wcmV2aWV3"/>
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -339,13 +339,45 @@
</const>
</query>
</request>
<response statusCode="200"/>
<response statusCode="202">
<header>
<item name="Location"/>
</header>
</response>
<response statusCode="204"/>
<response statusCode="200 201">
<body>
<json var="$Instance">
<schema type="object" cls="OperationStatusResult_read">
<prop type="dateTime" name="endTime"/>
<prop type="object" name="error" cls="ErrorDetail_read">
<prop readOnly="True" type="array<object>" name="additionalInfo">
<item type="object">
<prop readOnly="True" type="string" name="type"/>
</item>
</prop>
<prop readOnly="True" type="string" name="code"/>
<prop readOnly="True" type="array<@ErrorDetail_read>" name="details" identifiers="message target">
<item type="@ErrorDetail_read"/>
</prop>
<prop readOnly="True" type="string" name="message"/>
<prop readOnly="True" type="string" name="target"/>
</prop>
<prop type="string" name="id"/>
<prop type="string" name="name"/>
<prop type="array<@OperationStatusResult_read>" name="operations">
<item type="@OperationStatusResult_read"/>
</prop>
<prop type="float" name="percentComplete">
<format maximum="100.0" minimum="0.0"/>
</prop>
<prop readOnly="True" type="string" name="resourceId"/>
<prop type="dateTime" name="startTime"/>
<prop type="string" name="status" required="True"/>
</schema>
</json>
</body>
</response>
<response isError="True">
<body>
<json>
Expand All @@ -355,6 +387,7 @@
</response>
</http>
</operation>
<output type="object" ref="$Instance" clientFlatten="True"/>
</command>
<command name="create" version="2023-10-01-preview">
<resource id="/subscriptions/{}/resourcegroups/{}/providers/microsoft.networkcloud/clusters/{}" version="2023-10-01-preview" swagger="mgmt-plane/networkcloud/ResourceProviders/Microsoft.NetworkCloud/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29ya0Nsb3VkL2NsdXN0ZXJzL3tjbHVzdGVyTmFtZX0=/V/MjAyMy0xMC0wMS1wcmV2aWV3"/>
Expand Down

Large diffs are not rendered by default.

Loading