Skip to content

Commit d8d0993

Browse files
authored
Updated template with Gen5
Gen4 goes to deprecated state
1 parent ec6ad0e commit d8d0993

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/sql-database/scripts/sql-managed-instance-create-powershell-azure-resource-manager-template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The following content should be placed in a file that represents a template that
7171
"Description":"GP Instance with custom instance collation - Serbian_Cyrillic_100_CS_AS"
7272
},
7373
"sku": {
74-
"name": "GP_Gen4",
74+
"name": "GP_Gen5",
7575
"tier": "GeneralPurpose"
7676
},
7777
"properties": {
@@ -81,7 +81,7 @@ The following content should be placed in a file that represents a template that
8181
"storageSizeInGB": 256,
8282
"vCores": 8,
8383
"licenseType": "LicenseIncluded",
84-
"hardwareFamily": "Gen4",
84+
"hardwareFamily": "Gen5",
8585
"collation": "Serbian_Cyrillic_100_CS_AS"
8686
},
8787
"type": "Microsoft.Sql/managedInstances",

0 commit comments

Comments
 (0)