-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Adding maximumFaultDomainCountSupported and currentCapacity property for the Capacity Reservation Resource in API Version 2022-08-01 #20076
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 4 commits
1282ab8
975d536
54f1c50
67bfd04
ea374a6
ac62b81
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -23,6 +23,7 @@ | |
| { | ||
| "name": "myCapacityReservation1", | ||
| "utilizationInfo": { | ||
| "currentCapacity": 5, | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. In this and other example files for capacity reservation change expand parameter wherever specified to $expand. |
||
| "virtualMachinesAllocated": [ | ||
| { | ||
| "id": "/subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM1" | ||
|
|
@@ -43,6 +44,7 @@ | |
| { | ||
| "name": "myCapacityReservation2", | ||
| "utilizationInfo": { | ||
| "currentCapacity": 5, | ||
| "virtualMachinesAllocated": [ | ||
| { | ||
| "id": "/subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM3" | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,6 +10,7 @@ | |
| "200": { | ||
| "body": { | ||
| "properties": { | ||
| "platformFaultDomainCount": 3, | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. pls. add the $expand = instanceView parameter in the request parameters as this example is also returning the instance view in the response. |
||
| "reservationId": "{GUID}", | ||
| "provisioningTime": "2021-06-27T01:02:38.3138469+00:00", | ||
| "virtualMachinesAssociated": [ | ||
|
|
@@ -26,6 +27,7 @@ | |
| "provisioningState": "Succeeded", | ||
| "instanceView": { | ||
| "utilizationInfo": { | ||
| "currentCapacity": 5, | ||
| "virtualMachinesAllocated": [ | ||
| { | ||
| "id": "/subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM1" | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.