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

Commit 9a1769e

Browse files
chore(deps): update resource microsoft.web/serverfarms to 2022-03-01 (#28)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8908356 commit 9a1769e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/infrastructure.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ resource classicApplicationInsights 'microsoft.insights/components@2020-02-02' =
6464
}
6565
}
6666

67-
resource serverlessAppPlan 'Microsoft.Web/serverfarms@2021-01-15' = {
67+
resource serverlessAppPlan 'Microsoft.Web/serverfarms@2022-03-01' = {
6868
name: '${resourceNamePrefix}-serverless-app-plan'
6969
location: location
7070
sku: {

0 commit comments

Comments
 (0)