Skip to content

Commit edbfcdc

Browse files
Merge remote-tracking branch 'upstream/dev' into waf-avm-fork-pk
2 parents f8a29a9 + c069f0c commit edbfcdc

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

infra/main.bicep

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,10 @@ var hostingPlanName string = 'asp-${solutionSuffix}'
3535

3636
@description('Optional. The pricing tier for the App Service plan.')
3737
@allowed([
38-
'F1'
39-
'D1'
40-
'B1'
4138
'B2'
4239
'B3'
43-
'S1'
4440
'S2'
4541
'S3'
46-
'P1'
47-
'P2'
48-
'P3'
49-
'P4'
5042
])
5143
param hostingPlanSku string = 'B3'
5244

infra/main.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"_generator": {
77
"name": "bicep",
88
"version": "0.37.4.10188",
9-
"templateHash": "2391105079639179141"
9+
"templateHash": "10335641937823504813"
1010
}
1111
},
1212
"parameters": {
@@ -48,18 +48,10 @@
4848
"type": "string",
4949
"defaultValue": "B3",
5050
"allowedValues": [
51-
"F1",
52-
"D1",
53-
"B1",
5451
"B2",
5552
"B3",
56-
"S1",
5753
"S2",
58-
"S3",
59-
"P1",
60-
"P2",
61-
"P3",
62-
"P4"
54+
"S3"
6355
],
6456
"metadata": {
6557
"description": "Optional. The pricing tier for the App Service plan."

0 commit comments

Comments
 (0)