Skip to content

Commit b6864e1

Browse files
authored
Merge pull request #114823 from moabuham/patch-3
Update quickstart-create-bicep.md
2 parents 6abca10 + 0b3a7fb commit b6864e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/mysql/flexible-server/quickstart-create-bicep.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ param firewallRules array = [
6161
@description('The tier of the particular SKU. High Availability is available only for GeneralPurpose and MemoryOptimized sku.')
6262
@allowed([
6363
'Burstable'
64-
'Generalpurpose'
64+
'GeneralPurpose'
6565
'MemoryOptimized'
6666
])
6767
param serverEdition string = 'Burstable'

0 commit comments

Comments
 (0)