-
Notifications
You must be signed in to change notification settings - Fork 515
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update Policy Library (automated) * Update Policy Library (automated) * Change monitor policy names to avoid confusion * Update Policy Library (automated) * feat: Update Policy Library (automated) * feat: Update Policy Library (automated) * Updated json values for custompolicydefinitions * Remove duplicate AKS Assignment and create subnet private assignment * Added param and logic for category of resource logs * Generate Parameter Markdowns [oZakari/c375e413] * feat: Update Policy Library (automated) --------- Co-authored-by: github-actions <action@github.com> Co-authored-by: Zach Trocinski <ztrocinski@outlook.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
c375e41
commit 3f3d38f
Showing
48 changed files
with
1,794 additions
and
833 deletions.
There are no files selected for viewing
138 changes: 77 additions & 61 deletions
138
infra-as-code/bicep/modules/policy/assignments/alzDefaults/alzDefaultPolicyAssignments.bicep
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 0 additions & 22 deletions
22
...assignments/lib/china/policy_assignments/policy_assignment_es_deploy_aks_policy.tmpl.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 0 additions & 22 deletions
22
...olicy/assignments/lib/policy_assignments/policy_assignment_es_deploy_aks_policy.tmpl.json
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...olicy/assignments/lib/policy_assignments/policy_assignment_es_deploy_vm_monitor.tmpl.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...icy/assignments/lib/policy_assignments/policy_assignment_es_deploy_vmss_monitor.tmpl.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
.../assignments/lib/policy_assignments/policy_assignment_es_enforce_subnet_private.tmpl.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"name": "Enforce-Subnet-Private", | ||
"type": "Microsoft.Authorization/policyAssignments", | ||
"apiVersion": "2024-04-01", | ||
"properties": { | ||
"description": "Ensure your subnets are secure by default by preventing default outbound access. For more information go to https://aka.ms/defaultoutboundaccessretirement", | ||
"displayName": "Subnets should be private", | ||
"notScopes": [], | ||
"parameters": {}, | ||
"policyDefinitionId": "/providers/Microsoft.Authorization/policyDefinitions/7bca8353-aa3b-429b-904a-9229c4385837", | ||
"scope": null, | ||
"enforcementMode": "Default" | ||
}, | ||
"location": null, | ||
"identity": { | ||
"type": "None" | ||
} | ||
} |
Oops, something went wrong.