File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
specification/mysql/resource-manager Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff 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+ ` ` `
You can’t perform that action at this time.
0 commit comments