Skip to content

Commit 9e22361

Browse files
author
msftbot[bot]
authored
[ReleasePR dashboard] Rename GrafanaResource as ManagedGrfana (#2257)
Create to sync Azure/azure-rest-api-specs#18270 [ReCreate this PR](https://github.com/azure-resource-manager-schemas/compare/main...AzureSDKAutomation:sdkAuto/dashboard?expand=1)
2 parents fa30b0f + 6db2ab4 commit 9e22361

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)