forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add readme.nodejs.md and readme.typescript.md for azure-kusto (Azure#…
- Loading branch information
Dan Schulte
authored
Nov 27, 2018
1 parent
47fdd6b
commit 5b818ee
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
specification/azure-kusto/resource-manager/readme.nodejs.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
## Node.js | ||
|
||
These settings apply only when `--nodejs` is specified on the command line. | ||
Please also specify `--node-sdks-folder=<path to root folder of your azure-sdk-for-node clone>`. | ||
|
||
``` yaml $(nodejs) | ||
nodejs: | ||
azure-arm: true | ||
package-name: azure-arm-kusto | ||
output-folder: $(node-sdks-folder)/lib/services/kustoManagement | ||
generate-license-txt: true | ||
generate-package-json: true | ||
generate-readme-md: true | ||
``` |
12 changes: 12 additions & 0 deletions
12
specification/azure-kusto/resource-manager/readme.typescript.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
## TypeScript | ||
|
||
These settings apply only when `--typescript` is specified on the command line. | ||
Please also specify `--typescript-sdks-folder=<path to root folder of your azure-sdk-for-js clone>`. | ||
|
||
``` yaml $(typescript) | ||
typescript: | ||
azure-arm: true | ||
package-name: "@azure/arm-kusto" | ||
output-folder: "$(typescript-sdks-folder)/packages/@azure/arm-kusto" | ||
generate-metadata: true | ||
``` |