Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Please also specify `--node-sdks-folder=<path to root folder of your azure-sdk-f
``` yaml $(nodejs)
nodejs:
package-name: azure-cognitiveservices-entitysearch
package-version: 1.0.0-preview
package-version: 1.1.0
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that the version we've actually published is 1.1.0--not likely to publish a new one as it looks like swagger has not changed. Just doing a correction here

output-folder: $(node-sdks-folder)/lib/services/entitySearch
override-client-name: EntitySearchAPIClient
azure-arm: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Please also specify `--node-sdks-folder=<path to root folder of your azure-sdk-f
``` yaml $(nodejs)
nodejs:
package-name: azure-cognitiveservices-imagesearch
package-version: 1.0.0-preview
package-version: 1.0.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just curious, are these parts of Cognitive service live separately? So there is a package for VideoSearch and then another one for VisualSearch?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, we publish a different npm package for each one.

output-folder: $(node-sdks-folder)/lib/services/imageSearch
override-client-name: ImageSearchAPIClient
azure-arm: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Please also specify `--node-sdks-folder=<path to root folder of your azure-sdk-f
``` yaml $(nodejs)
nodejs:
package-name: azure-cognitiveservices-newssearch
package-version: 1.0.0-preview
package-version: 1.0.0
output-folder: $(node-sdks-folder)/lib/services/newsSearch
override-client-name: NewsSearchAPIClient
azure-arm: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Please also specify `--node-sdks-folder=<path to root folder of your azure-sdk-f
``` yaml $(nodejs)
nodejs:
package-name: azure-cognitiveservices-spellcheck
package-version: 1.0.0-preview
package-version: 1.0.0
output-folder: $(node-sdks-folder)/lib/services/spellCheck
override-client-name: SpellCheckAPIClient
azure-arm: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Please also specify `--node-sdks-folder=<path to root folder of your azure-sdk-f
``` yaml $(nodejs)
nodejs:
package-name: azure-cognitiveservices-textanalytics
package-version: 1.0.0-preview
package-version: 1.0.0
output-folder: $(node-sdks-folder)/lib/services/textAnalytics
override-client-name: TextAnalyticsAPIClient
azure-arm: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Please also specify `--node-sdks-folder=<path to root folder of your azure-sdk-f
``` yaml $(nodejs)
nodejs:
package-name: azure-cognitiveservices-videosearch
package-version: 1.0.0-preview
package-version: 1.0.0
output-folder: $(node-sdks-folder)/lib/services/videoSearch
override-client-name: VideoSearchAPIClient
azure-arm: false
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## 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:
package-name: azure-cognitiveservices-visualsearch
package-version: 1.0.0-preview
output-folder: $(node-sdks-folder)/lib/services/visualSearch
override-client-name: VisualSearchAPIClient
azure-arm: false
generate-license-txt: true
generate-package-json: true
generate-readme-md: false
```
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Please also specify `--node-sdks-folder=<path to root folder of your azure-sdk-f
``` yaml $(nodejs)
nodejs:
package-name: azure-cognitiveservices-websearch
package-version: 1.0.0-preview
package-version: 1.0.0
output-folder: $(node-sdks-folder)/lib/services/webSearch
override-client-name: WebSearchAPIClient
azure-arm: false
Expand Down