Skip to content

Commit

Permalink
Update Microsoft.VMwareCloudSimple provider schema (#7209)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpoliako authored and jhendrixMSFT committed Oct 1, 2019
1 parent 41e0b44 commit fd35ab4
Show file tree
Hide file tree
Showing 9 changed files with 145 additions and 133 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"placementGroupId": "n1",
"provisioningState": "Accepted",
"purchaseId": "56acbd46-3d36-4bbf-9b08-57c30fdf6932",
"nodesCount": 0,
"skuDescription": {
"id": "general",
"name": "CS28-Node"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
"resourcePool": {
"id": "/subscriptions/{subscription-id}/providers/Microsoft.VMwareCloudSimple/locations/westus2/privateClouds/myPrivateCloud/resourcePools/resgroup-26"
},
"guestOS": "Other (32-bit)",
"guestOSType": "other",
"nics": [
{
"network": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"privateCloudId": "/subscriptions/{subscription-id}/providers/Microsoft.VMwareCloudSimple/locations/westus2/privateClouds/myPrivateCloud",
"privateCloudName": "private_cloud_name",
"purchaseId": "225fadec-3bbe-4e61-a119-ff102da67d0d",
"nodesCount": 0,
"skuDescription": {
"id": "general",
"name": "CS28-Node"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,24 @@
"body": {
"value": [
{
"currentValue": 1,
"limit": 5,
"name": {
"localizedValue": "CS28-Node",
"value": "general"
},
"unit": "Count"
"dedicatedAvailabilityZoneId": "az1",
"dedicatedAvailabilityZoneName": "Availability Zone 1",
"dedicatedPlacementGroupId": "n1",
"dedicatedPlacementGroupName": "Placement Group 1",
"limit": 0,
"resourceType": "Microsoft.VMwareCloudSimple/dedicatedCloudNodes",
"skuId": "general",
"skuName": "CS28-Node"
},
{
"currentValue": 0,
"limit": 5,
"name": {
"localizedValue": "CS36-Node",
"value": "large"
},
"unit": "Count"
"dedicatedAvailabilityZoneId": "az1",
"dedicatedAvailabilityZoneName": "Availability Zone 1",
"dedicatedPlacementGroupId": "n1",
"dedicatedPlacementGroupName": "Placement Group 1",
"limit": 0,
"resourceType": "Microsoft.VMwareCloudSimple/dedicatedCloudNodes",
"skuId": "large",
"skuName": "CS36-Node"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"privateCloudId": "/subscriptions/{subscription-id}/providers/Microsoft.VMwareCloudSimple/locations/westus2/privateClouds/myPrivateCloud",
"privateCloudName": "private_cloud_name",
"purchaseId": "225fadec-3bbe-4e61-a119-ff102da67d0d",
"nodesCount": 0,
"skuDescription": {
"id": "general",
"name": "CS28-Node"
Expand All @@ -44,6 +45,7 @@
"placementGroupId": "n1",
"placementGroupName": "Placement Group 1",
"purchaseId": "eb9d2e22-c787-4723-aa4f-3760b53a0a4d",
"nodesCount": 0,
"skuDescription": {
"id": "general",
"name": "CS28-Node"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"placementGroupName": "Placement Group 2",
"privateCloudId": "private_cloud_id",
"privateCloudName": "private_cloud_name",
"purchaseId": "/subscriptions/{subscription-id}/providers/Microsoft.VMwareCloudSimple/locations/westus2/privateClouds/myPrivateCloud",
"purchaseId": "225fadec-3bbe-4e61-a119-ff102da67d0d",
"nodesCount": 0,
"skuDescription": {
"id": "general",
"name": "CS28-Node"
Expand All @@ -48,6 +49,7 @@
"privateCloudId": "/subscriptions/{subscription-id}/providers/Microsoft.VMwareCloudSimple/locations/westus2/privateClouds/myPrivateCloud",
"privateCloudName": "private_cloud_name",
"purchaseId": "225fadec-3bbe-4e61-a119-ff102da67d0d",
"nodesCount": 0,
"skuDescription": {
"id": "general",
"name": "CS28-Node"
Expand All @@ -74,6 +76,7 @@
"privateCloudId": "/subscriptions/{subscription-id}/providers/Microsoft.VMwareCloudSimple/locations/westus2/privateClouds/myPrivateCloud",
"privateCloudName": "myPrivateCloud",
"purchaseId": "b3fcd958-f19c-4421-ab46-e4fa9cc8514e",
"nodesCount": 0,
"skuDescription": {
"id": "general",
"name": "CS28-Node"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,22 @@
"body": {
"value": [
{
"dedicatedAvailabilityZoneId": "az1",
"dedicatedAvailabilityZoneName": "Availability Zone 1",
"dedicatedPlacementGroupId": "n1",
"dedicatedPlacementGroupName": "Placement Group 1",
"limit": 0,
"resourceType": "Microsoft.VMwareCloudSimple/dedicatedCloudNodes",
"skuId": "general",
"skuName": "CS28-Node"
"currentValue": 1,
"limit": 5,
"name": {
"localizedValue": "CS28-Node",
"value": "general"
},
"unit": "Count"
},
{
"dedicatedAvailabilityZoneId": "az1",
"dedicatedAvailabilityZoneName": "Availability Zone 1",
"dedicatedPlacementGroupId": "n1",
"dedicatedPlacementGroupName": "Placement Group 1",
"limit": 0,
"resourceType": "Microsoft.VMwareCloudSimple/dedicatedCloudNodes",
"skuId": "large",
"skuName": "CS36-Node"
"currentValue": 0,
"limit": 5,
"name": {
"localizedValue": "CS36-Node",
"value": "large"
},
"unit": "Count"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"created": "2019-05-21T13:43:26.441Z",
"placementGroupId": "n1",
"purchaseId": "56acbd46-3d36-4bbf-9b08-57c30fdf6932",
"nodesCount": 0,
"skuDescription": {
"id": "general",
"name": "CS28-Node"
Expand Down
Loading

0 comments on commit fd35ab4

Please sign in to comment.