Skip to content

Commit 7520b0f

Browse files
Merge pull request #3052 from Azure/ant/v2_sql
Onboard *Sql for v2 Autogeneration
2 parents 7dc0f24 + 31dd963 commit 7520b0f

File tree

62 files changed

+77005
-81144
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+77005
-81144
lines changed

generator/autogenlist.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,7 @@ const autoGenList: AutoGenConfig[] = [
580580
{
581581
basePath: 'mysql/resource-manager',
582582
namespace: 'Microsoft.DBforMySQL',
583+
useAutorestV2: true,
583584
},
584585
{
585586
basePath: 'managementgroups/resource-manager',
@@ -634,6 +635,7 @@ const autoGenList: AutoGenConfig[] = [
634635
{
635636
basePath: 'postgresql/resource-manager',
636637
namespace: 'Microsoft.DBforPostgreSQL',
638+
useAutorestV2: true,
637639
},
638640
{
639641
basePath: 'postgresqlhsc/resource-manager',
@@ -897,6 +899,7 @@ const autoGenList: AutoGenConfig[] = [
897899
{
898900
basePath: 'sql/resource-manager',
899901
namespace: 'Microsoft.Sql',
902+
useAutorestV2: true,
900903
},
901904
{
902905
basePath: 'scheduler/resource-manager',

0 commit comments

Comments
 (0)