Skip to content

Commit bf6528e

Browse files
authored
new datalake-ananlytics readme file (Azure#12430)
1 parent e5b2bd6 commit bf6528e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## TypeScript
2+
3+
These settings apply only when `--typescript` is specified on the command line.
4+
Please also specify `--typescript-sdks-folder=<path to root folder of your azure-sdk-for-js clone>`.
5+
6+
``` yaml $(typescript)
7+
typescript:
8+
azure-arm: true
9+
package-name: "@azure/arm-datalake-analytics"
10+
output-folder: "$(typescript-sdks-folder)/sdk/datalake-analytics/arm-datalake-analytics"
11+
clear-output-folder: true
12+
generate-metadata: true
13+
```

0 commit comments

Comments
 (0)