From caf31c940feee16099924fd0fa6ee27b330e74dd Mon Sep 17 00:00:00 2001 From: Viki Pinhasov Date: Wed, 7 Apr 2021 12:30:23 +0300 Subject: [PATCH 1/2] removing read only property, no longer in use - NOT a breaking change --- .../stable/2020-10-01/Workspaces.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2020-10-01/Workspaces.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2020-10-01/Workspaces.json index 2dd34cbe1464..cd50753f658c 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2020-10-01/Workspaces.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2020-10-01/Workspaces.json @@ -424,12 +424,6 @@ "format": "int32", "description": "The capacity reservation level for this workspace, when CapacityReservation sku is selected." }, - "maxCapacityReservationLevel": { - "type": "integer", - "format": "int32", - "description": "The maximum capacity reservation level available for this workspace, when CapacityReservation sku is selected.", - "readOnly": true - }, "lastSkuUpdate": { "type": "string", "description": "The last time when the sku was updated.", From 3e679697fe1f35ac5f0f067564bfb9b72fea19ef Mon Sep 17 00:00:00 2001 From: Viki Date: Wed, 21 Jul 2021 15:32:18 +0300 Subject: [PATCH 2/2] add min value for LA cluster capacity reservation --- .../stable/2021-06-01/Clusters.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2021-06-01/Clusters.json b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2021-06-01/Clusters.json index d4f1dbfc0ec0..f8c56df74cca 100644 --- a/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2021-06-01/Clusters.json +++ b/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/stable/2021-06-01/Clusters.json @@ -635,10 +635,11 @@ }, "capacityReservationLevel": { "readOnly": true, - "description": "The capacity reservation level for this cluster", + "description": "The capacity reservation level for this cluster in GB", "type": "integer", "format": "int32", "enum": [ + 500, 1000, 2000, 5000