Skip to content

Commit

Permalink
Vipinhas/Remove Cluster max capacity and Add new Api Version (#14953)
Browse files Browse the repository at this point in the history
* removing read only property, no longer in use - NOT a breaking change

* Remove max capacity resrvation level from cluster

* Add new api version to support new capaciry res level tiers

* remove new api version

* add copy of last dir. for new api-version

* add new api version changes

* add units
  • Loading branch information
vipinhas authored Jul 9, 2021
1 parent a82a634 commit 313e78f
Show file tree
Hide file tree
Showing 19 changed files with 1,947 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -632,12 +632,6 @@
"description": "Minimum CapacityReservation value in GB.",
"type": "integer",
"format": "int64"
},
"maxCapacity": {
"readOnly": true,
"description": "Maximum CapacityReservation value in GB.",
"type": "integer",
"format": "int64"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"associatedWorkspaces": [],
"capacityReservationProperties": {
"lastSkuUpdate": "Thu, 01 Jan 1970 00:00:00 GMT",
"minCapacity": 1000,
"maxCapacity": 3000
"minCapacity": 1000
}
},
"id": "/subscriptions/594038b5-1093-476e-a366-482775671c11/resourcegroups/oiautorest6685/providers/microsoft.operationalinsights/clusters/oiautorest6685",
Expand Down Expand Up @@ -68,8 +67,7 @@
"associatedWorkspaces": [],
"capacityReservationProperties": {
"lastSkuUpdate": "Thu, 01 Jan 1970 00:00:00 GMT",
"minCapacity": 1000,
"maxCapacity": 3000
"minCapacity": 1000
}
},
"id": "/subscriptions/594038b5-1093-476e-a366-482775671c11/resourcegroups/oiautorest6685/providers/microsoft.operationalinsights/clusters/oiautorest6685",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
],
"capacityReservationProperties": {
"lastSkuUpdate": "Thu, 01 Jan 1970 00:00:00 GMT",
"minCapacity": 1000,
"maxCapacity": 3000
"minCapacity": 1000
}
},
"id": "/subscriptions/594038b5-1093-476e-a366-482775671c11/resourcegroups/calbot-rg/providers/microsoft.operationalinsights/clusters/testresourcelock",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@
],
"capacityReservationProperties": {
"lastSkuUpdate": "Thu, 01 Jan 1970 00:00:00 GMT",
"minCapacity": 1000,
"maxCapacity": 3000
"minCapacity": 1000
}
},
"sku": {
Expand Down
Loading

0 comments on commit 313e78f

Please sign in to comment.