From 3993825b03ccd7348ffaea7ced1f7e66f23c017c Mon Sep 17 00:00:00 2001 From: Dhruvkumar-Microsoft Date: Tue, 21 Apr 2026 14:59:13 +0530 Subject: [PATCH 1/2] Removed the bicep paramater Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- azure.yaml | 1 - azure_custom.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/azure.yaml b/azure.yaml index a3b344d94..af9c81738 100644 --- a/azure.yaml +++ b/azure.yaml @@ -4,7 +4,6 @@ metadata: template: multi-agent-custom-automation-engine-solution-accelerator@1.0 requiredVersions: azd: '>= 1.18.0 != 1.23.9' - bicep: '>= 0.33.0' hooks: postdeploy: windows: diff --git a/azure_custom.yaml b/azure_custom.yaml index a1c7a1aa4..f8bac1a36 100644 --- a/azure_custom.yaml +++ b/azure_custom.yaml @@ -4,7 +4,6 @@ metadata: template: multi-agent-custom-automation-engine-solution-accelerator@1.0 requiredVersions: azd: '>= 1.18.0 != 1.23.9' - bicep: '>= 0.33.0' services: backend: From 181299456e743b5e59f753eed66880af894de914 Mon Sep 17 00:00:00 2001 From: Dhruvkumar-Microsoft Date: Tue, 21 Apr 2026 17:33:53 +0530 Subject: [PATCH 2/2] updated the broke links checker pipeline --- .github/workflows/broken-links-checker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/broken-links-checker.yml b/.github/workflows/broken-links-checker.yml index af1003324..db06cb2af 100644 --- a/.github/workflows/broken-links-checker.yml +++ b/.github/workflows/broken-links-checker.yml @@ -37,7 +37,7 @@ jobs: uses: lycheeverse/lychee-action@v2.8.0 with: args: > - --verbose --exclude-mail --no-progress --exclude ^https?:// + --verbose --no-progress --exclude ^https?:// ${{ steps.changed-markdown-files.outputs.all_changed_files }} failIfEmpty: false env: @@ -50,7 +50,7 @@ jobs: uses: lycheeverse/lychee-action@v2.8.0 with: args: > - --verbose --exclude-mail --no-progress --exclude ^https?:// + --verbose --no-progress --exclude ^https?:// '**/*.md' failIfEmpty: false env: