Skip to content

Commit d7f6cd7

Browse files
authored
481 (#489)
* add exception for proxy resources, fix error msg * fix for 481
1 parent b694362 commit d7f6cd7

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
@@ -45,7 +45,8 @@ $PropertiesThatCanBeEmpty = 'resources',
4545
'inputs', # Microsoft.Portal/dashboard
4646
'notEquals', # Microsoft.Authorization/policyDefinitions policyRule'
4747
'clientId', # Microsoft.ContainerService/managedClusters.properties.servicePrincipalProfile
48-
'allowedCallerIpAddresses' # Microsoft.Logic/workflows Access Control
48+
'allowedCallerIpAddresses', # Microsoft.Logic/workflows Access Control
49+
'workerPools' # Microsoft.Web/hostingEnvironments
4950

5051
if ($emptyItems) {
5152
foreach ($emptyItem in $emptyItems) {

0 commit comments

Comments
 (0)