Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
build(deps): update dependency azure/bicep to v0.25.3 (#1193)
Browse files Browse the repository at this point in the history
* build(deps): update dependency azure/bicep to v0.25.3

* fix: generate bicep files

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Krisztian Gacsal <[email protected]>
  • Loading branch information
renovate[bot] and chrisgacsal authored Feb 8, 2024
1 parent caa8dbe commit bc6c310
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions installation/azure/vmclarity.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.23.1.45101",
"templateHash": "5867443734163333116"
"version": "0.25.3.34343",
"templateHash": "2921434033573746935"
}
},
"parameters": {
Expand Down Expand Up @@ -228,8 +228,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.23.1.45101",
"templateHash": "6614785305733495567"
"version": "0.25.3.34343",
"templateHash": "16087423469943828150"
}
},
"parameters": {
Expand Down Expand Up @@ -289,8 +289,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.23.1.45101",
"templateHash": "11389377922229318594"
"version": "0.25.3.34343",
"templateHash": "3091884290788873923"
}
},
"parameters": {
Expand Down Expand Up @@ -388,8 +388,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.23.1.45101",
"templateHash": "6316287957856067449"
"version": "0.25.3.34343",
"templateHash": "16876028691511130"
}
},
"parameters": {
Expand Down Expand Up @@ -555,8 +555,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.23.1.45101",
"templateHash": "12615136419961132894"
"version": "0.25.3.34343",
"templateHash": "5654666880978919332"
}
},
"parameters": {
Expand Down
2 changes: 1 addition & 1 deletion makefile.d/20-tools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ $(AZURECLI_VENV)/bin/az: | $(BIN_DIR)

BICEP_BIN := $(BIN_DIR)/bicep
# renovate: datasource=github-releases depName=Azure/bicep versioning=semver
BICEP_VERSION := 0.23.1
BICEP_VERSION := 0.25.3
BICEP_OSTYPE := $(OSTYPE)
BICEP_ARCH := $(ARCHTYPE)

Expand Down

0 comments on commit bc6c310

Please sign in to comment.