Skip to content

Commit d1ae306

Browse files
committed
Added property requiredDataConnectors in Template-Should-Not-Contain-Blanks.test.ps1 to ignore
1 parent 837720d commit d1ae306

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arm-ttk/testcases/deploymentTemplate/Template-Should-Not-Contain-Blanks.test.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ param(
3232
'clientId', # Microsoft.ContainerService/managedClusters.properties.servicePrincipalProfile
3333
'allowedCallerIpAddresses', # Microsoft.Logic/workflows Access Control
3434
'workerPools', # Microsoft.Web/hostingEnvironments
35-
'AzureMonitor' # Microsoft.Insights/VMDiagnosticsSettings
35+
'AzureMonitor', # Microsoft.Insights/VMDiagnosticsSettings
36+
'requiredDataConnectors' #Microsoft.SecurityInsights/AlertRuleTemplates
3637
),
3738

3839
# Some properties can be empty within a given resource.

0 commit comments

Comments
 (0)