Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit 674f6cb

Browse files
authored
Update DDoS.bicep (Azure#363)
Change policySetDefinitions to policyDefinitions for the policyScopedId variable.
1 parent 5680e65 commit 674f6cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

policy/custom/assignments/DDoS.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var assignmentName = 'Custom - Enable DDoS Standard on Virtual Networks'
3333

3434
var scope = tenantResourceId('Microsoft.Management/managementGroups', policyAssignmentManagementGroupId)
3535
var policyDefinitionScope = tenantResourceId('Microsoft.Management/managementGroups', policyDefinitionManagementGroupId)
36-
var policyScopedId = extensionResourceId(policyDefinitionScope, 'Microsoft.Authorization/policySetDefinitions', policyId)
36+
var policyScopedId = extensionResourceId(policyDefinitionScope, 'Microsoft.Authorization/policyDefinitions', policyId)
3737

3838

3939
// Telemetry - Azure customer usage attribution

0 commit comments

Comments
 (0)