We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5680e65 commit 674f6cbCopy full SHA for 674f6cb
policy/custom/assignments/DDoS.bicep
@@ -33,7 +33,7 @@ var assignmentName = 'Custom - Enable DDoS Standard on Virtual Networks'
33
34
var scope = tenantResourceId('Microsoft.Management/managementGroups', policyAssignmentManagementGroupId)
35
var policyDefinitionScope = tenantResourceId('Microsoft.Management/managementGroups', policyDefinitionManagementGroupId)
36
-var policyScopedId = extensionResourceId(policyDefinitionScope, 'Microsoft.Authorization/policySetDefinitions', policyId)
+var policyScopedId = extensionResourceId(policyDefinitionScope, 'Microsoft.Authorization/policyDefinitions', policyId)
37
38
39
// Telemetry - Azure customer usage attribution
0 commit comments