Skip to content

Commit eb90f59

Browse files
Merge pull request #2921 from senatol/onboard-postgresqlhsc
Onboarding Microsoft.DBforPostgreSQL/serverGroupsv2 - postgresqlhsc for autogeneration
2 parents a247155 + 40e3a4f commit eb90f59

File tree

4 files changed

+944
-0
lines changed

4 files changed

+944
-0
lines changed

.vscode/launch.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"cwd": "${workspaceFolder}/generator",
2626
"args": [
2727
"${workspaceFolder}/generator/cmd/generatesingle.ts",
28+
"--base-path",
2829
"${input:resourceProvider}/resource-manager"
2930
]
3031
},

generator/autogenlist.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -680,6 +680,11 @@ const autoGenList: AutoGenConfig[] = [
680680
basePath: 'postgresql/resource-manager',
681681
namespace: 'Microsoft.DBforPostgreSQL',
682682
},
683+
{
684+
basePath: 'postgresqlhsc/resource-manager',
685+
namespace: 'Microsoft.DBforPostgreSQL',
686+
suffix: 'Hsc',
687+
},
683688
{
684689
basePath: 'powerbiembedded/resource-manager',
685690
namespace: 'Microsoft.PowerBI',

0 commit comments

Comments
 (0)