diff --git a/schemas/2021-09-01-preview/Microsoft.Dashboard.json b/schemas/2021-09-01-preview/Microsoft.Dashboard.json index 8f821497ee..ee8048de7f 100644 --- a/schemas/2021-09-01-preview/Microsoft.Dashboard.json +++ b/schemas/2021-09-01-preview/Microsoft.Dashboard.json @@ -30,12 +30,12 @@ }, "name": { "type": "string", - "description": "The name of Azure Managed Grafana." + "description": "The workspace name of Azure Managed Grafana." }, "properties": { "oneOf": [ { - "$ref": "#/definitions/GrafanaResourceProperties" + "$ref": "#/definitions/ManagedGrafanaProperties" }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" @@ -95,7 +95,7 @@ } }, "definitions": { - "GrafanaResourceProperties": { + "ManagedGrafanaProperties": { "type": "object", "properties": { "provisioningState": {