Skip to content

Commit 0b3a7fb

Browse files
authored
Update quickstart-create-bicep.md
Changed Generalpurpose to GeneralPurpose P Capital
1 parent 6ac2591 commit 0b3a7fb

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)