Skip to content

Commit

Permalink
typescript readme fixed (Azure#14985)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaeunYim authored Jun 29, 2021
1 parent 0abc049 commit ac63172
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions specification/postgresql/resource-manager/readme.typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,17 @@ package-name: "@azure/arm-postgresql-flexible"
output-folder: "$(typescript-sdks-folder)/sdk/postgresql/arm-postgresql-flexible/"
```

### Tag: package-2021-03-31-privatepreview and TypeScript

These settings apply only when `--tag=package-2021-03-31-privatepreview --typescript` is specified on the command line.
Please also specify `--typescript-sdks-folder=<path to the root directory of your azure-sdk-for-typescript clone>`.

``` yaml $(tag) == 'package-2021-03-31-privatepreview' && $(typescript)
title: PostgreSQLManagementFlexibleServerClient
package-name: "@azure/arm-postgresql-flexible"
output-folder: "$(typescript-sdks-folder)/sdk/postgresql/arm-postgresql-flexible/"
```

### Tag: package-2020-01-01 and TypeScript

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

0 comments on commit ac63172

Please sign in to comment.