We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5b2bd6 commit bf6528eCopy full SHA for bf6528e
specification/datalake-analytics/resource-manager/readme.typescript.md
@@ -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