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"