-
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.
Java, node fixes, object type updates (#3619)
- Loading branch information
1 parent
e770705
commit d29f24e
Showing
3 changed files
with
54 additions
and
0 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
17 changes: 17 additions & 0 deletions
17
specification/applicationinsights/data-plane/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,17 @@ | ||
|
||
## NodeJS | ||
These settings apply only when `--nodejs` is specified on the command line. | ||
Please also specify `--node-sdks-folder=<path to the root directory of your azure-sdk-for-node clone>`. | ||
|
||
``` yaml $(nodejs) | ||
nodejs: | ||
package-name: azure-applicationinsights-query | ||
package-version: 1.0.0-Preview-1 | ||
output-folder: $(node-sdks-folder)/lib/services/applicationinsights-query | ||
generate-license-txt: true | ||
generate-package-json: true | ||
generate-readme-md: true | ||
directive: | ||
- reason: Remove Events_GetOdataMetadata from Node SDK due to XML issues. | ||
remove-operation: Events_GetOdataMetadata | ||
``` |
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