Skip to content

Commit ac63172

Browse files
authored
typescript readme fixed (Azure#14985)
1 parent 0abc049 commit ac63172

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

specification/postgresql/resource-manager/readme.typescript.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,17 @@ package-name: "@azure/arm-postgresql-flexible"
4343
output-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

4859
These settings apply only when `--tag=package-2020-01-01 --typescript` is specified on the command line.

0 commit comments

Comments
 (0)