Skip to content

Commit

Permalink
fix: fix swa sku parameter (#1299) (#1300)
Browse files Browse the repository at this point in the history
* fix: fix swa sku parameter
  • Loading branch information
Siglud committed Jul 22, 2024
1 parent dd938e0 commit d18e4c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sso-enabled-tab-via-apim-proxy/infra/provision.bicep
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
param resourceBaseName string
param storageSku string
param staticWebAppSku string
param apimServiceSku string
param publisherEmail string
param publisherName string
Expand All @@ -13,7 +13,7 @@ module storage './storage.bicep' = {
name: 'provisionStorage'
params: {
resourceBaseName: resourceBaseName
storageSku: storageSku
staticWebAppSku: staticWebAppSku
}
}

Expand Down

0 comments on commit d18e4c1

Please sign in to comment.