-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add node config to keyvault for Swagger to SDK (#2650)
- Loading branch information
1 parent
7924ec3
commit 08eebca
Showing
2 changed files
with
16 additions
and
4 deletions.
There are no files selected for viewing
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
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,11 @@ | ||
## Node.js | ||
|
||
These settings apply only when `--nodejs` is specified on the command line. | ||
Please also specify `--node-sdks-folder=<path to "SDKs" directory of your azure-sdk-for-node clone>`. | ||
|
||
``` yaml $(nodejs) | ||
nodejs: | ||
azure-arm: true | ||
package-name: azure-arm-keyvault | ||
output-folder: $(node-sdks-folder)/lib/services/keyVaultManagement/lib | ||
``` |