From 2c7eb9cef7576bad432282feb8fccb3613dbeab1 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Thu, 12 Jan 2023 23:09:35 +0000 Subject: [PATCH] CodeGen from PR 22182 in Azure/azure-rest-api-specs Merge af865fadb2ddb02d904431e45829bc2818d7797e into db511f9fb764f11d9fe17422ea56a6db87477b37 --- schemas/2021-06-03-preview/Microsoft.Monitor.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/schemas/2021-06-03-preview/Microsoft.Monitor.json b/schemas/2021-06-03-preview/Microsoft.Monitor.json index cdcb58f8fb..30a0ab6784 100644 --- a/schemas/2021-06-03-preview/Microsoft.Monitor.json +++ b/schemas/2021-06-03-preview/Microsoft.Monitor.json @@ -19,12 +19,12 @@ }, "name": { "type": "string", - "description": "The name of the monitoring account. The name is case insensitive" + "description": "The name of the Azure Monitor workspace. The name is case insensitive" }, "properties": { "oneOf": [ { - "$ref": "#/definitions/MonitoringAccountResourceProperties" + "$ref": "#/definitions/MonitorWorkspaceResourceProperties" }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" @@ -65,7 +65,7 @@ } }, "definitions": { - "MonitoringAccountResourceProperties": { + "MonitorWorkspaceResourceProperties": { "type": "object", "properties": {}, "description": "Resource properties"