Skip to content

Commit

Permalink
Add node config to keyvault for Swagger to SDK (#2650)
Browse files Browse the repository at this point in the history
  • Loading branch information
RikkiGibson authored and jianghaolu committed Mar 14, 2018
1 parent 7924ec3 commit 08eebca
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
9 changes: 5 additions & 4 deletions specification/keyvault/resource-manager/readme.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# KeyVault

> see https://aka.ms/autorest
This is the AutoRest configuration file for KeyVault.



---
## Getting Started
## Getting Started
To build the SDK for KeyVault, simply [Install AutoRest](https://aka.ms/autorest/install) and in this folder, run:

> `autorest`
Expand All @@ -21,7 +21,7 @@ To see additional help and options, run:



### Basic Information
### Basic Information
These are the global settings for the KeyVault API.

``` yaml
Expand Down Expand Up @@ -65,10 +65,11 @@ swagger-to-sdk:
- repo: azure-sdk-for-python
- repo: azure-libraries-for-java
- repo: azure-sdk-for-go
- repo: azure-sdk-for-node
```


## C#
## C#

These settings apply only when `--csharp` is specified on the command line.
Please also specify `--csharp-sdks-folder=<path to "SDKs" directory of your azure-sdk-for-net clone>`.
Expand Down
11 changes: 11 additions & 0 deletions specification/keyvault/resource-manager/readme.nodejs.md
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
```

0 comments on commit 08eebca

Please sign in to comment.