Skip to content

Commit

Permalink
Add Node.js and JavaScript configuration for sqlvirtualmachine (#4603)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Schulte authored Nov 29, 2018
1 parent 9585c0c commit 2be9ea4
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
14 changes: 14 additions & 0 deletions specification/sqlvirtualmachine/resource-manager/readme.nodejs.md
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
```
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
```

0 comments on commit 2be9ea4

Please sign in to comment.