Skip to content

Commit

Permalink
Merge pull request #2921 from senatol/onboard-postgresqlhsc
Browse files Browse the repository at this point in the history
Onboarding Microsoft.DBforPostgreSQL/serverGroupsv2 - postgresqlhsc for autogeneration
  • Loading branch information
anthony-c-martin authored Jul 25, 2023
2 parents a247155 + 40e3a4f commit eb90f59
Show file tree
Hide file tree
Showing 4 changed files with 944 additions and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"cwd": "${workspaceFolder}/generator",
"args": [
"${workspaceFolder}/generator/cmd/generatesingle.ts",
"--base-path",
"${input:resourceProvider}/resource-manager"
]
},
Expand Down
5 changes: 5 additions & 0 deletions generator/autogenlist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,11 @@ const autoGenList: AutoGenConfig[] = [
basePath: 'postgresql/resource-manager',
namespace: 'Microsoft.DBforPostgreSQL',
},
{
basePath: 'postgresqlhsc/resource-manager',
namespace: 'Microsoft.DBforPostgreSQL',
suffix: 'Hsc',
},
{
basePath: 'powerbiembedded/resource-manager',
namespace: 'Microsoft.PowerBI',
Expand Down
Loading

0 comments on commit eb90f59

Please sign in to comment.