Skip to content

Commit c0f0b84

Browse files
authored
Merge pull request #57 from Metaswitch/renovate/microsoft.web-serverfarms-20241101.x
Update resource Microsoft.Web/serverfarms to 2024-11-01
2 parents cbc2b58 + 2c578c5 commit c0f0b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rg_funcapp.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ resource storageBlobDataContributorRoleAssignment 'Microsoft.Authorization/roleA
6565
}
6666

6767
// Create a hosting plan for the function app
68-
resource hostingPlan 'Microsoft.Web/serverfarms@2023-01-01' = {
68+
resource hostingPlan 'Microsoft.Web/serverfarms@2024-11-01' = {
6969
name: hostingPlanName
7070
location: location
7171
sku: {

0 commit comments

Comments
 (0)