Skip to content

Commit 1dfd89f

Browse files
DaeunYimLeiwang3SQL
authored andcommitted
mysql readme update for typescript (Azure#15963)
1 parent dea99bf commit 1dfd89f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,24 @@ typescript:
1111
clear-output-folder: true
1212
generate-metadata: true
1313
```
14+
15+
### Tag: package-flexibleserver-2021-05-01 and TypeScript
16+
17+
These settings apply only when `--tag=package-flexibleserver-2021-05-01 --typescript` is specified on the command line.
18+
Please also specify `--typescript-sdks-folder=<path to the root directory of your azure-sdk-for-typescript clone>`.
19+
20+
``` yaml $(tag) == 'package-flexibleserver-2021-05-01' && $(typescript)
21+
title: MySQLManagementFlexibleServerClient
22+
package-name: "@azure/arm-mysql-flexible"
23+
output-folder: "$(typescript-sdks-folder)/sdk/mysql/arm-mysql-flexible/"
24+
```
25+
26+
### Tag: package-2020-01-01 and TypeScript
27+
28+
These settings apply only when `--tag=package-2020-01-01 --typescript` is specified on the command line.
29+
Please also specify `--typescript-sdks-folder=<path to the root directory of your azure-sdk-for-typescript clone>`.
30+
31+
``` yaml $(tag) == 'package-2020-01-01' && $(typescript)
32+
package-name: "@azure/arm-mysql"
33+
output-folder: "$(typescript-sdks-folder)/sdk/mysql/arm-mysql/"
34+
```

0 commit comments

Comments
 (0)