Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eslzArm/eslz-portal.json
Original file line number Diff line number Diff line change
Expand Up @@ -8751,7 +8751,7 @@
"label": "Network and Networking services",
"defaultValue": "Audit only",
"visible": "[equals(steps('connectivity').enableDdoS, 'Yes')]",
"toolTip": "If 'Enforce' or 'Audit only' is selected you will have the option to select management groups to apply this initiative to. Check initiative https://www.azadvertizer.net/azpolicyinitiativesadvertizer/Enforce-Guardrails-Network_20250326.html.",
"toolTip": "If 'Enforce' or 'Audit only' is selected you will have the option to select management groups to apply this initiative to. Check initiative https://www.azadvertizer.net/azpolicyinitiativesadvertizer/Enforce-Guardrails-Network_20260714.html.",
"constraints": {
"allowedValues": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"variables": {
"policyDefinitions": {
"enforceGuardrailsNetwork": "[concat('/providers/Microsoft.Management/managementGroups/', parameters('topLevelManagementGroupPrefix'), '/providers/Microsoft.Authorization/policySetDefinitions/Enforce-Guardrails-Network_20250326')]"
"enforceGuardrailsNetwork": "[concat('/providers/Microsoft.Management/managementGroups/', parameters('topLevelManagementGroupPrefix'), '/providers/Microsoft.Authorization/policySetDefinitions/Enforce-Guardrails-Network_20260714')]"
},
"policyAssignmentNames": {
"enforceGuardrailsNetwork": "[concat('Enforce-GR-Network', parameters('assignmentIndex'))]",
Expand Down
68 changes: 35 additions & 33 deletions eslzArm/managementGroupTemplates/policyDefinitions/initiatives.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@
"scope": null,
"properties": {
"policyType": "Custom",
"displayName": "Enforce recommended guardrails for Network and Networking services",
"description": "This policy initiative is a group of policies that ensures Network and Networking services are compliant per regulated Landing Zones.",
"displayName": "[Deprecated]: Enforce recommended guardrails for Network and Networking services",
"description": "This policy initiative is a group of policies that ensures Network and Networking services are compliant per regulated Landing Zones. Superseded by https://www.azadvertizer.net/azpolicyinitiativesadvertizer/Enforce-Guardrails-Network_20260714.html",
"metadata": {
"version": "2.0.0",
"version": "2.0.0-deprecated",
"category": "Network",
"source": "https://github.com/Azure/Enterprise-Scale/",
"replacesPolicy": "Enforce-Guardrails-Network",
"deprecated": true,
"supersededBy": "Enforce-Guardrails-Network_20260714",
"alzCloudEnvironments": [
"AzureCloud",
"AzureChinaCloud",
Expand Down
Loading
Loading