From 380b1c3f8b02fe79ac5d1bcc885c4da9df814df5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 4 Aug 2025 17:55:32 +0000 Subject: [PATCH 1/2] Initial plan From 17e5de85efe005b0fa06f40af47c013010e7dc21 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 4 Aug 2025 18:02:12 +0000 Subject: [PATCH 2/2] Add Bicep description for infra/private-endpoints.bicep Co-authored-by: pamelafox <297042+pamelafox@users.noreply.github.com> --- infra/private-endpoints.bicep | 2 ++ 1 file changed, 2 insertions(+) diff --git a/infra/private-endpoints.bicep b/infra/private-endpoints.bicep index 6d6357ab8e..9037fcd274 100644 --- a/infra/private-endpoints.bicep +++ b/infra/private-endpoints.bicep @@ -1,3 +1,5 @@ +metadata description = 'Creates private endpoints for Azure services and configures Azure Monitor Private Link Scope with DNS zones for secure private networking.' + @description('The tags to apply to all resources') param tags object = {}