Skip to content

Commit

Permalink
Merge branch 'main' into 584-add-unit-tests-for-the-batch-function-app
Browse files Browse the repository at this point in the history
  • Loading branch information
tanya-borisova authored Apr 10, 2024
2 parents 1ecc1f5 + 2b63ecf commit 36faa21
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ module hostingplan './core/host/appserviceplan.bicep' = {
name: hostingPlanSku
}
reserved: true
tags: { Automation: 'Ignore' }
}
}

Expand Down
7 changes: 6 additions & 1 deletion infra/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"_generator": {
"name": "bicep",
"version": "0.26.54.24096",
"templateHash": "1458329649110009885"
"templateHash": "7715045314239280418"
}
},
"parameters": {
Expand Down Expand Up @@ -1339,6 +1339,11 @@
},
"reserved": {
"value": true
},
"tags": {
"value": {
"Automation": "Ignore"
}
}
},
"template": {
Expand Down

0 comments on commit 36faa21

Please sign in to comment.