File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
specification/postgresql/resource-manager Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,17 @@ package-name: "@azure/arm-postgresql-flexible"
4343output-folder: "$(typescript-sdks-folder)/sdk/postgresql/arm-postgresql-flexible/"
4444` ` `
4545
46+ # ## Tag: package-2021-03-31-privatepreview and TypeScript
47+
48+ These settings apply only when `--tag=package-2021-03-31-privatepreview --typescript` is specified on the command line.
49+ Please also specify `--typescript-sdks-folder=<path to the root directory of your azure-sdk-for-typescript clone>`.
50+
51+ ` ` ` yaml $(tag) == 'package-2021-03-31-privatepreview' && $(typescript)
52+ title: PostgreSQLManagementFlexibleServerClient
53+ package-name: "@azure/arm-postgresql-flexible"
54+ output-folder: "$(typescript-sdks-folder)/sdk/postgresql/arm-postgresql-flexible/"
55+ ` ` `
56+
4657# ## Tag: package-2020-01-01 and TypeScript
4758
4859These settings apply only when `--tag=package-2020-01-01 --typescript` is specified on the command line.
You can’t perform that action at this time.
0 commit comments