We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e71fe1 commit 2b63ecfCopy full SHA for 2b63ecf
2 files changed
infra/main.bicep
@@ -321,6 +321,7 @@ module hostingplan './core/host/appserviceplan.bicep' = {
321
name: hostingPlanSku
322
}
323
reserved: true
324
+ tags: { Automation: 'Ignore' }
325
326
327
infra/main.json
@@ -5,7 +5,7 @@
5
"_generator": {
6
"name": "bicep",
7
"version": "0.26.54.24096",
8
- "templateHash": "1458329649110009885"
+ "templateHash": "7715045314239280418"
9
10
},
11
"parameters": {
@@ -1339,6 +1339,11 @@
1339
1340
"reserved": {
1341
"value": true
1342
+ },
1343
+ "tags": {
1344
+ "value": {
1345
+ "Automation": "Ignore"
1346
+ }
1347
1348
1349
"template": {
0 commit comments