From c8df2ddf39fc05ba7562d7b958b24b82fbdb2204 Mon Sep 17 00:00:00 2001 From: Chris King Date: Wed, 25 Oct 2023 17:55:27 +0100 Subject: [PATCH] Update policy_assignment_es_enforce_alz_sandbox.tmpl.json (#667) --- .../policy_assignment_es_enforce_alz_sandbox.tmpl.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/infra-as-code/bicep/modules/policy/assignments/lib/policy_assignments/policy_assignment_es_enforce_alz_sandbox.tmpl.json b/infra-as-code/bicep/modules/policy/assignments/lib/policy_assignments/policy_assignment_es_enforce_alz_sandbox.tmpl.json index 906a9f887..856c5ec26 100644 --- a/infra-as-code/bicep/modules/policy/assignments/lib/policy_assignments/policy_assignment_es_enforce_alz_sandbox.tmpl.json +++ b/infra-as-code/bicep/modules/policy/assignments/lib/policy_assignments/policy_assignment_es_enforce_alz_sandbox.tmpl.json @@ -11,10 +11,13 @@ "value": [ "microsoft.network/expressroutecircuits", "microsoft.network/expressroutegateways", + "microsoft.network/expressrouteports", "microsoft.network/virtualwans", "microsoft.network/virtualhubs", "microsoft.network/vpngateways", - "microsoft.network/vpnsites" + "microsoft.network/p2svpngateways", + "microsoft.network/vpnsites", + "microsoft.network/virtualnetworkgateways" ] } }, @@ -26,4 +29,4 @@ "identity": { "type": "None" } -} \ No newline at end of file +}