From fee1d05cd1b1c89e333ca0f913d64ca0f5198fe5 Mon Sep 17 00:00:00 2001 From: Dhruvkumar-Microsoft Date: Tue, 16 Sep 2025 19:25:46 +0530 Subject: [PATCH 1/2] updated the deploy-waf pipeline --- .github/workflows/deploy-waf.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy-waf.yml b/.github/workflows/deploy-waf.yml index 0427638d0..f25ea4cb7 100644 --- a/.github/workflows/deploy-waf.yml +++ b/.github/workflows/deploy-waf.yml @@ -4,6 +4,7 @@ on: push: branches: - main + - psl-wafpipelinefix schedule: - cron: "0 11,23 * * *" # Runs at 11:00 AM and 11:00 PM GMT @@ -117,6 +118,7 @@ jobs: enableMonitoring=true \ enablePrivateNetworking=true \ enableScalability=true \ + createdBy="Pipeline" \ - name: Send Notification on Failure From 89f4215ef48deaaf2452eca28b82315eaf3d71e4 Mon Sep 17 00:00:00 2001 From: Dhruvkumar-Microsoft Date: Tue, 16 Sep 2025 19:38:20 +0530 Subject: [PATCH 2/2] updated the deploy-waf --- .github/workflows/deploy-waf.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy-waf.yml b/.github/workflows/deploy-waf.yml index f25ea4cb7..e2786216e 100644 --- a/.github/workflows/deploy-waf.yml +++ b/.github/workflows/deploy-waf.yml @@ -4,7 +4,6 @@ on: push: branches: - main - - psl-wafpipelinefix schedule: - cron: "0 11,23 * * *" # Runs at 11:00 AM and 11:00 PM GMT