Skip to content

Commit

Permalink
[Hub Generated] Review request for Microsoft.VMwareCloudSimple to add…
Browse files Browse the repository at this point in the history
… 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
tenmozes authored and amarzavery committed Jun 20, 2019
1 parent f90d70f commit bd1689e
Show file tree
Hide file tree
Showing 43 changed files with 5,357 additions and 0 deletions.
15 changes: 15 additions & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ Cloneable
closedlist
closedlists
cloudapp
cloudsimple
clustermonitoring
cmdlet
CMMI
Expand Down Expand Up @@ -289,6 +290,7 @@ createorupdate
credativ
crossdomain
csname
CSRP
csrs
currentbillingfeatures
currentuser
Expand Down Expand Up @@ -343,6 +345,7 @@ deadlettered
deallocate
deallocated
Deallocates
deallocating
Deallocation
debugsend
decodable
Expand Down Expand Up @@ -381,6 +384,7 @@ devtestlab
devtestlabs
dhcp
diagnosticcontext
DIMM
disableautoscale
disablescheduling
disambiguated
Expand All @@ -390,6 +394,7 @@ diskoperations
Distcp
DMTS
Dnat
dnsname
dnszones
docx
Domainful
Expand Down Expand Up @@ -908,13 +913,15 @@ overridable
OWASP
oxxm
pageable
PARAVIRTUAL
Passthrough
patternanyentities
patternrule
patternrules
PAYG
Paypal
PBIE
PCNET
peerings
Pendingissuance
Pendingrevocation
Expand Down Expand Up @@ -954,6 +961,7 @@ postrestore
powerbi
powerbidedicated
powerbiembedded
poweredoff
poweroff
prebackup
prebackupvalidation
Expand Down Expand Up @@ -1032,6 +1040,7 @@ rediscache
rediscachemanagement
Redshift
Reenabled
Refid
regen
regeneratekey
regexentities
Expand Down Expand Up @@ -1412,6 +1421,7 @@ vaultconfig
Vaultsecret
vaultstorageconfig
vaultusages
vcenter
Vcore
Vcores
Vertica
Expand Down Expand Up @@ -1439,13 +1449,17 @@ vmsizes
VMSS
VMSSVM
vmware
vmwaretools
VMXNET
vnet
vnetid
Vnets
Vpnclient
vpnconfiguration
vpndeviceconfigurationscript
vray
Vrops
vsphere
VSTS
VXLAN
waagent
Expand Down Expand Up @@ -1490,6 +1504,7 @@ wrapkey
WSFC
WTGCTBG
XBing
Xeon
Xero
XSMB
YYMMDD
Expand Down
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"
}
}
}
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"
}
}
}
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"
}
}
}
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": {}
}
}
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": {}
}
}
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": {}
}
}
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"
}
}
}
Loading

0 comments on commit bd1689e

Please sign in to comment.