From 89ec30fbd6be97fe677a55bff4cb4f3cb333af06 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Mon, 23 Nov 2020 09:48:49 +0000 Subject: [PATCH] CodeGen from PR 11736 in Azure/azure-rest-api-specs Merge 395ef8b15d512c2c85a51dd8b86a5e33ed01ce3c into a4e2481b68419504368711274d6994667ea8f5be --- .../Microsoft.OperationalInsights.json | 2 +- .../Microsoft.OperationalInsights.json | 2 +- .../Microsoft.OperationalInsights.json | 2 +- .../Microsoft.OperationalInsights.json | 2 +- .../Microsoft.OperationalInsights.json | 2 +- .../Microsoft.OperationalInsights.json | 40 ++++++++++++++++++- 6 files changed, 43 insertions(+), 7 deletions(-) diff --git a/schemas/2015-03-20/Microsoft.OperationalInsights.json b/schemas/2015-03-20/Microsoft.OperationalInsights.json index 760cea78e4..7885e7c56d 100644 --- a/schemas/2015-03-20/Microsoft.OperationalInsights.json +++ b/schemas/2015-03-20/Microsoft.OperationalInsights.json @@ -242,4 +242,4 @@ "description": "A tag of a saved search." } } -} \ No newline at end of file +} diff --git a/schemas/2015-11-01-preview/Microsoft.OperationalInsights.json b/schemas/2015-11-01-preview/Microsoft.OperationalInsights.json index d376dc0148..d0b818abfd 100644 --- a/schemas/2015-11-01-preview/Microsoft.OperationalInsights.json +++ b/schemas/2015-11-01-preview/Microsoft.OperationalInsights.json @@ -411,4 +411,4 @@ "description": "Microsoft.OperationalInsights/workspaces/linkedServices" } } -} \ No newline at end of file +} diff --git a/schemas/2019-08-01-preview/Microsoft.OperationalInsights.json b/schemas/2019-08-01-preview/Microsoft.OperationalInsights.json index e310154ae7..b076073140 100644 --- a/schemas/2019-08-01-preview/Microsoft.OperationalInsights.json +++ b/schemas/2019-08-01-preview/Microsoft.OperationalInsights.json @@ -447,4 +447,4 @@ } } } -} \ No newline at end of file +} diff --git a/schemas/2020-03-01-preview/Microsoft.OperationalInsights.json b/schemas/2020-03-01-preview/Microsoft.OperationalInsights.json index d5afbad83a..44dca56e3d 100644 --- a/schemas/2020-03-01-preview/Microsoft.OperationalInsights.json +++ b/schemas/2020-03-01-preview/Microsoft.OperationalInsights.json @@ -1427,4 +1427,4 @@ "description": "Microsoft.OperationalInsights/workspaces/storageInsightConfigs" } } -} \ No newline at end of file +} diff --git a/schemas/2020-08-01/Microsoft.OperationalInsights.json b/schemas/2020-08-01/Microsoft.OperationalInsights.json index 3673a10bd4..a541821b27 100644 --- a/schemas/2020-08-01/Microsoft.OperationalInsights.json +++ b/schemas/2020-08-01/Microsoft.OperationalInsights.json @@ -1425,4 +1425,4 @@ "description": "Microsoft.OperationalInsights/workspaces/storageInsightConfigs" } } -} \ No newline at end of file +} diff --git a/schemas/2020-10-01/Microsoft.OperationalInsights.json b/schemas/2020-10-01/Microsoft.OperationalInsights.json index 7361656ce1..7d186a8386 100644 --- a/schemas/2020-10-01/Microsoft.OperationalInsights.json +++ b/schemas/2020-10-01/Microsoft.OperationalInsights.json @@ -170,9 +170,33 @@ } }, "definitions": { + "AssociatedWorkspace": { + "type": "object", + "properties": {}, + "description": "The list of Log Analytics workspaces associated with the cluster." + }, + "CapacityReservationProperties": { + "type": "object", + "properties": {}, + "description": "The Capacity Reservation properties." + }, "ClusterProperties": { "type": "object", "properties": { + "associatedWorkspaces": { + "oneOf": [ + { + "type": "array", + "items": { + "$ref": "#/definitions/AssociatedWorkspace" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The list of Log Analytics workspaces associated with the cluster" + }, "billingType": { "oneOf": [ { @@ -188,6 +212,17 @@ ], "description": "Configures whether billing will be only on the cluster or each workspace will be billed by its proportional use. This does not change the overall billing, only how it will be distributed. Default value is 'Cluster'." }, + "capacityReservationProperties": { + "oneOf": [ + { + "$ref": "#/definitions/CapacityReservationProperties" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The Capacity Reservation properties." + }, "isAvailabilityZonesEnabled": { "oneOf": [ { @@ -473,7 +508,8 @@ "PerNode", "PerGB2018", "Standalone", - "CapacityReservation" + "CapacityReservation", + "LACluster" ] }, { @@ -489,4 +525,4 @@ "description": "The SKU (tier) of a workspace." } } -} \ No newline at end of file +}