We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa30b0f + 6db2ab4 commit 9e22361Copy full SHA for 9e22361
schemas/2021-09-01-preview/Microsoft.Dashboard.json
@@ -30,12 +30,12 @@
30
},
31
"name": {
32
"type": "string",
33
- "description": "The name of Azure Managed Grafana."
+ "description": "The workspace name of Azure Managed Grafana."
34
35
"properties": {
36
"oneOf": [
37
{
38
- "$ref": "#/definitions/GrafanaResourceProperties"
+ "$ref": "#/definitions/ManagedGrafanaProperties"
39
40
41
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
@@ -95,7 +95,7 @@
95
}
96
97
"definitions": {
98
- "GrafanaResourceProperties": {
+ "ManagedGrafanaProperties": {
99
"type": "object",
100
101
"provisioningState": {
0 commit comments