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

Commit

Permalink
Update DDoS.bicep (Azure#363)
Browse files Browse the repository at this point in the history
Change policySetDefinitions to policyDefinitions for the policyScopedId variable.
  • Loading branch information
ylepine authored Mar 16, 2023
1 parent 5680e65 commit 674f6cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion policy/custom/assignments/DDoS.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ var assignmentName = 'Custom - Enable DDoS Standard on Virtual Networks'

var scope = tenantResourceId('Microsoft.Management/managementGroups', policyAssignmentManagementGroupId)
var policyDefinitionScope = tenantResourceId('Microsoft.Management/managementGroups', policyDefinitionManagementGroupId)
var policyScopedId = extensionResourceId(policyDefinitionScope, 'Microsoft.Authorization/policySetDefinitions', policyId)
var policyScopedId = extensionResourceId(policyDefinitionScope, 'Microsoft.Authorization/policyDefinitions', policyId)


// Telemetry - Azure customer usage attribution
Expand Down

0 comments on commit 674f6cb

Please sign in to comment.