Skip to content

Commit abd4172

Browse files
committed
fixed indentation
1 parent e9b4533 commit abd4172

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

EventHubs/src/azuredeploy_metrics.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
"type": "String"
5656
},
5757
"logAnalyticsWorkspaceName": {
58-
"defaultValue": "[concat('SMWorkspace', uniqueString(resourceGroup().id))]",
59-
"type": "String"
60-
},
58+
"defaultValue": "[concat('SMWorkspace', uniqueString(resourceGroup().id))]",
59+
"type": "String"
60+
},
6161
"location": {
6262
"type": "string",
6363
"defaultValue": "[resourceGroup().location]",
@@ -281,25 +281,25 @@
281281
]
282282
},
283283
{
284-
"type": "microsoft.operationalinsights/workspaces",
285-
"apiVersion": "2022-10-01",
286-
"name": "[parameters('logAnalyticsWorkspaceName')]",
287-
"location": "[parameters('location')]",
288-
"properties": {
289-
"sku": {
290-
"name": "pergb2018"
291-
},
292-
"retentionInDays": 30,
293-
"features": {
284+
"type": "microsoft.operationalinsights/workspaces",
285+
"apiVersion": "2022-10-01",
286+
"name": "[parameters('logAnalyticsWorkspaceName')]",
287+
"location": "[parameters('location')]",
288+
"properties": {
289+
"sku": {
290+
"name": "pergb2018"
291+
},
292+
"retentionInDays": 30,
293+
"features": {
294294
"enableLogAccessUsingOnlyResourcePermissions": true
295-
},
296-
"workspaceCapping": {
297-
"dailyQuotaGb": -1
298-
},
299-
"publicNetworkAccessForIngestion": "Enabled",
300-
"publicNetworkAccessForQuery": "Enabled"
301-
}
302-
},
295+
},
296+
"workspaceCapping": {
297+
"dailyQuotaGb": -1
298+
},
299+
"publicNetworkAccessForIngestion": "Enabled",
300+
"publicNetworkAccessForQuery": "Enabled"
301+
}
302+
},
303303
{
304304
"name": "[parameters('appInsightsName')]",
305305
"type": "Microsoft.Insights/components",
@@ -313,4 +313,4 @@
313313
}
314314
}
315315
]
316-
}
316+
}

0 commit comments

Comments
 (0)