Skip to content

Commit

Permalink
enable next gen GP
Browse files Browse the repository at this point in the history
  • Loading branch information
stuti149 committed Oct 27, 2024
1 parent fc4fd66 commit bfa14cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/sql-migration/src/service/features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export class SqlMigrationService extends MigrationExtensionService implements co
includePreviewSkus: includePreviewSkus,
databaseAllowList: databaseAllowList,
isPremiumSSDV2Enabled: true,
isNextGenGPEnabled: includePreviewSkus
isNextGenGPEnabled: true
};

try {
Expand Down

0 comments on commit bfa14cc

Please sign in to comment.