Skip to content

Commit 6db2ab4

Browse files
author
SDKAuto
committed
CodeGen from PR 18270 in Azure/azure-rest-api-specs
Rename GrafanaResource as ManagedGrfana (#18270)
1 parent fa30b0f commit 6db2ab4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

schemas/2021-09-01-preview/Microsoft.Dashboard.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
},
3131
"name": {
3232
"type": "string",
33-
"description": "The name of Azure Managed Grafana."
33+
"description": "The workspace name of Azure Managed Grafana."
3434
},
3535
"properties": {
3636
"oneOf": [
3737
{
38-
"$ref": "#/definitions/GrafanaResourceProperties"
38+
"$ref": "#/definitions/ManagedGrafanaProperties"
3939
},
4040
{
4141
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
@@ -95,7 +95,7 @@
9595
}
9696
},
9797
"definitions": {
98-
"GrafanaResourceProperties": {
98+
"ManagedGrafanaProperties": {
9999
"type": "object",
100100
"properties": {
101101
"provisioningState": {

0 commit comments

Comments
 (0)