-
-
Notifications
You must be signed in to change notification settings - Fork 237
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add additionalAppSettings parameter to the bicep module (#547)
* Add additionalAppSettings parameter to the bicep module * Update azuredeploy.bicep * Update azuredeploy.json * Update build.yml * Update publish.yml * Update azuredeploy.json * Fixed bicep linter error --------- Co-authored-by: Antonio <antonio@delli.market> Co-authored-by: Tatsuro Shibamura <me@shibayan.jp>
- Loading branch information
1 parent
c880521
commit bed5a56
Showing
3 changed files
with
60 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ on: | |
|
||
env: | ||
DOTNET_VERSION: 6.0.x | ||
BICEP_VERSION: 0.15.31 | ||
BICEP_VERSION: 0.18.4 | ||
|
||
jobs: | ||
publish: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters