Skip to content

Commit 31dd963

Browse files
Onboard *Sql for v2 Autogeneration
1 parent cab2542 commit 31dd963

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',
@@ -893,6 +895,7 @@ const autoGenList: AutoGenConfig[] = [
893895
{
894896
basePath: 'sql/resource-manager',
895897
namespace: 'Microsoft.Sql',
898+
useAutorestV2: true,
896899
},
897900
{
898901
basePath: 'scheduler/resource-manager',

0 commit comments

Comments
 (0)