-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Node.js and JavaScript configuration for sqlvirtualmachine (#4603)
- Loading branch information
Dan Schulte
authored
Nov 29, 2018
1 parent
9585c0c
commit 2be9ea4
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/sqlvirtualmachine/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-sqlvirtualmachine | ||
output-folder: $(node-sdks-folder)/lib/services/sqlvirtualmachineManagement | ||
generate-license-txt: true | ||
generate-package-json: true | ||
generate-readme-md: true | ||
``` |
12 changes: 12 additions & 0 deletions
12
specification/sqlvirtualmachine/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-sqlvirtualmachine" | ||
output-folder: "$(typescript-sdks-folder)/packages/@azure/arm-sqlvirtualmachine" | ||
generate-metadata: true | ||
``` |