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 nodejs Swagger to SDK configs (Azure#2684)
* Add nodejs Swagger to SDK configs * Use tag variables instead of exact versions
- Loading branch information
1 parent
75d5c5f
commit 806bf80
Showing
163 changed files
with
1,333 additions
and
323 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 root folder of your azure-sdk-for-node clone>`. | ||
|
||
``` yaml $(nodejs) | ||
nodejs: | ||
azure-arm: true | ||
package-name: azure-arm-advisor | ||
output-folder: $(node-sdks-folder)/lib/services/advisorManagement/lib | ||
``` |
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
11 changes: 11 additions & 0 deletions
11
specification/analysisservices/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,11 @@ | ||
## 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-analysisservices | ||
output-folder: $(node-sdks-folder)/lib/services/analysisServices/lib | ||
``` |
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
11 changes: 11 additions & 0 deletions
11
specification/apimanagement/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,11 @@ | ||
## 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-apimanagement | ||
output-folder: $(node-sdks-folder)/lib/services/apimanagement/lib | ||
``` |
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
11 changes: 11 additions & 0 deletions
11
specification/applicationinsights/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,11 @@ | ||
## 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-appinsights | ||
output-folder: $(node-sdks-folder)/lib/services/applicationinsights/lib | ||
``` |
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
12 changes: 12 additions & 0 deletions
12
specification/authorization/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,12 @@ | ||
## 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-authorization | ||
output-folder: $(node-sdks-folder)/lib/services/authorizationManagement/lib | ||
payload-flattening-threshold: 1 | ||
``` |
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
11 changes: 11 additions & 0 deletions
11
specification/automation/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,11 @@ | ||
## 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-automation | ||
output-folder: $(node-sdks-folder)/lib/services/automationManagement/lib | ||
``` |
Oops, something went wrong.