Skip to content

Commit 39fa297

Browse files
authored
update typescript.md for postgresql (#28560)
1 parent 7976950 commit 39fa297

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
@@ -9,6 +9,17 @@ typescript:
99
generate-metadata: true
1010
```
1111
12+
### Tag: package-flexibleserver-2023-12-01-preview and TypeScript
13+
14+
These settings apply only when `--tag=package-flexibleserver-2023-12-01-preview --typescript` is specified on the command line.
15+
Please also specify `--typescript-sdks-folder=<path to the root directory of your azure-sdk-for-typescript clone>`.
16+
17+
``` yaml $(tag) == 'package-flexibleserver-2023-12-01-preview' && $(typescript)
18+
title: PostgreSQLManagementFlexibleServerClient
19+
package-name: "@azure/arm-postgresql-flexible"
20+
output-folder: "$(typescript-sdks-folder)/sdk/postgresql/arm-postgresql-flexible/"
21+
```
22+
1223
### Tag: package-flexibleserver-2023-06-01-preview and TypeScript
1324

1425
These settings apply only when `--tag=package-flexibleserver-2023-06-01-preview --typescript` is specified on the command line.

0 commit comments

Comments
 (0)