Skip to content

Commit a36253f

Browse files
author
msftbot[bot]
authored
2 parents 6ee8883 + a9085ce commit a36253f

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

schemas/2022-08-01/Microsoft.Dashboard.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,35 @@
145145
}
146146
},
147147
"definitions": {
148+
"AzureMonitorWorkspaceIntegration": {
149+
"type": "object",
150+
"properties": {
151+
"azureMonitorWorkspaceResourceId": {
152+
"type": "string",
153+
"description": "The resource Id of the connected Azure Monitor Workspace."
154+
}
155+
},
156+
"description": "Integrations for Azure Monitor Workspace."
157+
},
158+
"GrafanaIntegrations": {
159+
"type": "object",
160+
"properties": {
161+
"azureMonitorWorkspaceIntegrations": {
162+
"oneOf": [
163+
{
164+
"type": "array",
165+
"items": {
166+
"$ref": "#/definitions/AzureMonitorWorkspaceIntegration"
167+
}
168+
},
169+
{
170+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
171+
}
172+
]
173+
}
174+
},
175+
"description": "GrafanaIntegrations is a bundled observability experience (e.g. pre-configured data source, tailored Grafana dashboards, alerting defaults) for common monitoring scenarios."
176+
},
148177
"grafana_privateEndpointConnections_childResource": {
149178
"type": "object",
150179
"properties": {
@@ -231,6 +260,17 @@
231260
],
232261
"description": "Whether a Grafana instance uses deterministic outbound IPs."
233262
},
263+
"grafanaIntegrations": {
264+
"oneOf": [
265+
{
266+
"$ref": "#/definitions/GrafanaIntegrations"
267+
},
268+
{
269+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
270+
}
271+
],
272+
"description": "GrafanaIntegrations is a bundled observability experience (e.g. pre-configured data source, tailored Grafana dashboards, alerting defaults) for common monitoring scenarios."
273+
},
234274
"provisioningState": {
235275
"oneOf": [
236276
{

0 commit comments

Comments
 (0)