File tree Expand file tree Collapse file tree 2 files changed +2
-18
lines changed Expand file tree Collapse file tree 2 files changed +2
-18
lines changed Original file line number Diff line number Diff 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])
5143param hostingPlanSku string = 'B3'
5244
Original file line number Diff line number Diff line change 66 "_generator": {
77 "name": "bicep",
88 "version": "0.37.4.10188",
9- "templateHash": "2391105079639179141 "
9+ "templateHash": "10335641937823504813 "
1010 }
1111 },
1212 "parameters": {
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."
You can’t perform that action at this time.
0 commit comments