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 e78cf1d7638cea89bbb81975799938460775176a Mon Sep 17 00:00:00 2001 From: Viki Date: Wed, 11 Aug 2021 17:50:45 +0300 Subject: [PATCH 2/2] Update defual packge for LA --- specification/operationalinsights/resource-manager/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/operationalinsights/resource-manager/readme.md b/specification/operationalinsights/resource-manager/readme.md index ae18c5caa738..39060c3208e2 100644 --- a/specification/operationalinsights/resource-manager/readme.md +++ b/specification/operationalinsights/resource-manager/readme.md @@ -34,7 +34,7 @@ title: LogAnalyticsManagementClient ``` yaml description: Operational Insights Client openapi-type: arm -tag: package-2020-10 +tag: package-2021-06 ```