Skip to content

Commit 90bc18d

Browse files
Merge pull request #942 from microsoft/feature/remove-bicep-version
fix: removed the bicep parameter and pipeline fix
2 parents ad68ef7 + 1812994 commit 90bc18d

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/broken-links-checker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: lycheeverse/lychee-action@v2.8.0
3838
with:
3939
args: >
40-
--verbose --exclude-mail --no-progress --exclude ^https?://
40+
--verbose --no-progress --exclude ^https?://
4141
${{ steps.changed-markdown-files.outputs.all_changed_files }}
4242
failIfEmpty: false
4343
env:
@@ -50,7 +50,7 @@ jobs:
5050
uses: lycheeverse/lychee-action@v2.8.0
5151
with:
5252
args: >
53-
--verbose --exclude-mail --no-progress --exclude ^https?://
53+
--verbose --no-progress --exclude ^https?://
5454
'**/*.md'
5555
failIfEmpty: false
5656
env:

azure.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ metadata:
44
template: multi-agent-custom-automation-engine-solution-accelerator@1.0
55
requiredVersions:
66
azd: '>= 1.18.0 != 1.23.9'
7-
bicep: '>= 0.33.0'
87
hooks:
98
postdeploy:
109
windows:

azure_custom.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ metadata:
44
template: multi-agent-custom-automation-engine-solution-accelerator@1.0
55
requiredVersions:
66
azd: '>= 1.18.0 != 1.23.9'
7-
bicep: '>= 0.33.0'
87

98
services:
109
backend:

0 commit comments

Comments
 (0)