Skip to content

Commit

Permalink
Add suffix to autogen config
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-c-martin committed Jul 25, 2023
1 parent 283dd30 commit e64648d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 938 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
1 change: 1 addition & 0 deletions generator/autogenlist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,7 @@ const autoGenList: AutoGenConfig[] = [
{
basePath: 'postgresqlhsc/resource-manager',
namespace: 'Microsoft.DBforPostgreSQL',
suffix: 'Hsc',
},
{
basePath: 'powerbiembedded/resource-manager',
Expand Down
Loading

0 comments on commit e64648d

Please sign in to comment.