-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Hub Generated] Review request for Microsoft.VMwareCloudSimple to add…
… version stable/2019-04-01 (#6196) * New Readme Config File * New Go Language Readme Config File * New Typescript Language Readme Config File * New Python Language Readme Config File * New C# Language Readme Config File * New Ruby Language Readme Config File * New Swagger Spec File * New Swagger Example Spec File * [VMwareCloudSimple] initial spec * [VMwareCloudSimple] clean-up examples, spellcheck * [VMwareCloudSimple] return 202 for long-running vm stop/start * [VMwareCloudSimple] address PR comments - change case of paths - add readOnly to created property - remove 404 - remove MoveBody model * update readme.me and readme.typescript.md. Fix output path, add azure-sdk-for-net * update readme.go.md * update readme.python.md * update readme.ruby.md * update readme.csharp.md * readme.ruby.md wrap namespace with quotes * remove x-ms-log-running-operation from get * happy spellchecker * happy spellchecker. fix typos * update readme.python.md * add readme.java.md * update readme.python.md change output-folder
- Loading branch information
1 parent
f90d70f
commit bd1689e
Showing
43 changed files
with
5,357 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
48 changes: 48 additions & 0 deletions
48
...ager/Microsoft.VMwareCloudSimple/stable/2019-04-01/examples/CreateDedicatedCloudNode.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "{subscription-id}", | ||
"resourceGroupName": "myResourceGroup", | ||
"dedicatedCloudNodeName": "myNode", | ||
"api-version": "2019-04-01", | ||
"Referer": "https://management.azure.com/", | ||
"dedicatedCloudNodeRequest": { | ||
"location": "westus", | ||
"properties": { | ||
"skuDescription": { | ||
"id":"general", | ||
"name": "CS28-Node" | ||
}, | ||
"placementGroupId": "n1", | ||
"availabilityZoneId": "az1", | ||
"nodesCount":1, | ||
"purchaseId":"56acbd46-3d36-4bbf-9b08-57c30fdf6932" | ||
}, | ||
"sku":{ | ||
"name": "VMware_CloudSimple_CS28" | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"id": "/subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.VMwareCloudSimple/dedicatedCloudNodes/myNode", | ||
"location": "westus", | ||
"name": "myNode", | ||
"properties": { | ||
"availabilityZoneId": "az1", | ||
"created": "2019-05-21T13:43:26.441Z", | ||
"placementGroupId": "n1", | ||
"provisioningState": "Accepted", | ||
"purchaseId": "56acbd46-3d36-4bbf-9b08-57c30fdf6932", | ||
"skuDescription": { | ||
"id": "general", | ||
"name": "CS28-Node" | ||
}, | ||
"status": "unused" | ||
}, | ||
"sku": { | ||
"name": "VMware_CloudSimple_CS28" | ||
}, | ||
"type": "Microsoft.VMwareCloudSimple/dedicatedCloudNodes" | ||
} | ||
} | ||
} |
27 changes: 27 additions & 0 deletions
27
...r/Microsoft.VMwareCloudSimple/stable/2019-04-01/examples/CreateDedicatedCloudService.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "{subscription-id}", | ||
"resourceGroupName": "myResourceGroup", | ||
"dedicatedCloudServiceName": "myService", | ||
"api-version": "2019-04-01", | ||
"Referer": "https://management.azure.com/", | ||
"dedicatedCloudServiceRequest": { | ||
"location": "westus", | ||
"properties": { | ||
"gatewaySubnet": "10.0.0.0" | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"id": "/subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.VMwareCloudSimple/dedicatedCloudServices/myService", | ||
"location": "westus", | ||
"name": "myService", | ||
"properties": { | ||
"gatewaySubnet": "10.0.10.0/28", | ||
"isAccountOnboarded": "notOnBoarded" | ||
}, | ||
"type": "Microsoft.VMwareCloudSimple/dedicatedCloudServices" | ||
} | ||
} | ||
} |
127 changes: 127 additions & 0 deletions
127
...-manager/Microsoft.VMwareCloudSimple/stable/2019-04-01/examples/CreateVirtualMachine.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,127 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "{subscription-id}", | ||
"resourceGroupName": "myResourceGroup", | ||
"virtualMachineName": "myVirtualMachine", | ||
"api-version": "2019-04-01", | ||
"Referer": "https://management.azure.com/", | ||
"virtualMachineRequest": { | ||
"location": "westus2", | ||
"properties": { | ||
"privateCloudId": "/subscriptions/{subscription-id}/providers/Microsoft.VMwareCloudSimple/locations/westus2/privateClouds/myPrivateCloud", | ||
"templateId": "/subscriptions/{subscription-id}/providers/Microsoft.VMwareCloudSimple/locations/westus2/privateClouds/myPrivateCloud/virtualMachineTemplates/vm-34", | ||
"numberOfCores": 2, | ||
"amountOfRam": 4096, | ||
"disks": [ | ||
{ | ||
"controllerId": "1000", | ||
"independenceMode": "persistent", | ||
"totalSize": 10485760, | ||
"virtualDiskId": "2000" | ||
} | ||
], | ||
"resourcePool":{ | ||
"id": "/subscriptions/{subscription-id}/providers/Microsoft.VMwareCloudSimple/locations/westus2/privateClouds/myPrivateCloud/resourcePools/resgroup-26" | ||
}, | ||
"guestOS": "Other (32-bit)", | ||
"guestOSType": "other", | ||
"nics": [ | ||
{ | ||
"network": { | ||
"id": "/subscriptions/{subscription-id}/providers/Microsoft.VMwareCloudSimple/locations/westus2/privateClouds/myPrivateCloud/virtualNetworks/dvportgroup-19" | ||
}, | ||
"nicType": "E1000", | ||
"powerOnBoot": true, | ||
"virtualNicId": "4000" | ||
} | ||
] | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"id": "/subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.VMwareCloudSimple/virtualMachines/myVirtualMachine", | ||
"location": "westus2", | ||
"name": "myVirtualMachine", | ||
"properties": { | ||
"amountOfRam": 4096, | ||
"controllers": [], | ||
"disks": [ | ||
{ | ||
"controllerId": "1000", | ||
"independenceMode": "persistent", | ||
"totalSize": 10485760, | ||
"virtualDiskId": "2000", | ||
"virtualDiskName": "Hard disk 1" | ||
} | ||
], | ||
"guestOS": "Other (32-bit)", | ||
"guestOSType": "other", | ||
"nics": [ | ||
{ | ||
"ipAddresses": null, | ||
"network": { | ||
"id": "/subscriptions/{subscription-id}/providers/Microsoft.VMwareCloudSimple/locations/westus2/privateClouds/myPrivateCloud/virtualNetworks/dvportgroup-19" | ||
}, | ||
"nicType": "E1000", | ||
"powerOnBoot": true, | ||
"virtualNicId": "4000", | ||
"virtualNicName": "Network adapter 1" | ||
} | ||
], | ||
"numberOfCores": 2, | ||
"privateCloudId": "/subscriptions/{subscription-id}/providers/Microsoft.VMwareCloudSimple/locations/westus2/privateClouds/myPrivateCloud", | ||
"provisioningState": "Created", | ||
"resourcePool": { | ||
"id": "/subscriptions/{subscription-id}/providers/Microsoft.VMwareCloudSimple/locations/westus2/privateClouds/myPrivateCloud/resourcePools/resgroup-26" | ||
}, | ||
"templateId": "/subscriptions/{subscription-id}/providers/Microsoft.VMwareCloudSimple/locations/westus2/privateClouds/myPrivateCloud/virtualMachineTemplates/vm-34", | ||
"vSphereNetworks": null, | ||
"vmwaretools": "0" | ||
}, | ||
"type": "Microsoft.VMwareCloudSimple/virtualMachines" | ||
}, | ||
"201": { | ||
"id": "/subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.VMwareCloudSimple/virtualMachines/myVirtualMachine", | ||
"location": "westus2", | ||
"name": "myVirtualMachine", | ||
"properties": { | ||
"amountOfRam": 4096, | ||
"controllers": [], | ||
"disks": [ | ||
{ | ||
"controllerId": "1000", | ||
"independenceMode": "persistent", | ||
"totalSize": 10485760, | ||
"virtualDiskId": "2000", | ||
"virtualDiskName": "Hard disk 1" | ||
} | ||
], | ||
"guestOS": "Other (32-bit)", | ||
"guestOSType": "other", | ||
"nics": [ | ||
{ | ||
"ipAddresses": null, | ||
"network": { | ||
"id": "/subscriptions/{subscription-id}/providers/Microsoft.VMwareCloudSimple/locations/westus2/privateClouds/myPrivateCloud/virtualNetworks/dvportgroup-19" | ||
}, | ||
"nicType": "E1000", | ||
"powerOnBoot": true, | ||
"virtualNicId": "4000", | ||
"virtualNicName": "Network adapter 1" | ||
} | ||
], | ||
"numberOfCores": 2, | ||
"privateCloudId": "/subscriptions/{subscription-id}/providers/Microsoft.VMwareCloudSimple/locations/westus2/privateClouds/myPrivateCloud", | ||
"provisioningState": "Created", | ||
"resourcePool": { | ||
"id": "/subscriptions/{subscription-id}/providers/Microsoft.VMwareCloudSimple/locations/westus2/privateClouds/myPrivateCloud/resourcePools/resgroup-26" | ||
}, | ||
"templateId": "/subscriptions/{subscription-id}/providers/Microsoft.VMwareCloudSimple/locations/westus2/privateClouds/myPrivateCloud/virtualMachineTemplates/vm-34", | ||
"vSphereNetworks": null, | ||
"vmwaretools": "0" | ||
}, | ||
"type": "Microsoft.VMwareCloudSimple/virtualMachines" | ||
} | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
...ager/Microsoft.VMwareCloudSimple/stable/2019-04-01/examples/DeleteDedicatedCloudNode.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "{subscription-id}", | ||
"resourceGroupName": "myResourceGroup", | ||
"dedicatedCloudNodeName": "myNode", | ||
"api-version": "2019-04-01" | ||
}, | ||
"responses": { | ||
"204": {} | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
...r/Microsoft.VMwareCloudSimple/stable/2019-04-01/examples/DeleteDedicatedCloudService.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "{subscription-id}", | ||
"resourceGroupName": "myResourceGroup", | ||
"dedicatedCloudServiceName": "myService", | ||
"api-version": "2019-04-01" | ||
}, | ||
"responses": { | ||
"204": {} | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
...-manager/Microsoft.VMwareCloudSimple/stable/2019-04-01/examples/DeleteVirtualMachine.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "{subscription-id}", | ||
"resourceGroupName": "myResourceGroup", | ||
"virtualMachineName": "myVirtualMachine", | ||
"api-version": "2019-04-01", | ||
"Referer": "https://management.azure.com/" | ||
}, | ||
"responses": { | ||
"202": {}, | ||
"204": {} | ||
} | ||
} |
36 changes: 36 additions & 0 deletions
36
...manager/Microsoft.VMwareCloudSimple/stable/2019-04-01/examples/GetDedicatedCloudNode.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "{subscription-id}", | ||
"resourceGroupName": "myResourceGroup", | ||
"api-version": "2019-04-01", | ||
"dedicatedCloudNodeName": "myNode" | ||
}, | ||
"responses": { | ||
"200": { | ||
"id": "/subscriptions/{subscription-id}/resourcegroups/myResourceGroup/providers/Microsoft.VMwareCloudSimple/dedicatedCloudNodes/myNode", | ||
"location": "eastus", | ||
"name": "myNode", | ||
"properties": { | ||
"availabilityZoneId": "az1", | ||
"availabilityZoneName": "Availability Zone 1", | ||
"cloudRackName": "cloud_rack_1", | ||
"created": "2019-05-21T07:32:12.114Z", | ||
"placementGroupId": "n2", | ||
"placementGroupName": "Placement Group 2", | ||
"privateCloudId": "/subscriptions/{subscription-id}/providers/Microsoft.VMwareCloudSimple/locations/westus2/privateClouds/myPrivateCloud", | ||
"privateCloudName": "private_cloud_name", | ||
"purchaseId": "225fadec-3bbe-4e61-a119-ff102da67d0d", | ||
"skuDescription": { | ||
"id": "general", | ||
"name": "CS28-Node" | ||
}, | ||
"status": "used", | ||
"vmwareClusterName": "Cluster" | ||
}, | ||
"sku": { | ||
"name": "VMware_CloudSimple_CS28" | ||
}, | ||
"type": "Microsoft.VMwareCloudSimple/dedicatedCloudNodes" | ||
} | ||
} | ||
} |
Oops, something went wrong.