diff --git a/specification/cognitiveservices/data-plane/ImageSearch/readme.md b/specification/cognitiveservices/data-plane/ImageSearch/readme.md index aaa0ccc09bcd..4482ec3e1133 100644 --- a/specification/cognitiveservices/data-plane/ImageSearch/readme.md +++ b/specification/cognitiveservices/data-plane/ImageSearch/readme.md @@ -31,6 +31,7 @@ swagger-to-sdk: - repo: azure-sdk-for-python - repo: azure-sdk-for-java - repo: azure-sdk-for-go + - repo: azure-sdk-for-js - repo: azure-sdk-for-node - repo: azure-sdk-for-ruby after_scripts: diff --git a/specification/cognitiveservices/data-plane/ImageSearch/readme.typescript.md b/specification/cognitiveservices/data-plane/ImageSearch/readme.typescript.md new file mode 100644 index 000000000000..f34fff13feee --- /dev/null +++ b/specification/cognitiveservices/data-plane/ImageSearch/readme.typescript.md @@ -0,0 +1,13 @@ +## TypeScript + +These settings apply only when `--typescript` is specified on the command line. +Please also specify `--typescript-sdks-folder=`. + +``` yaml $(typescript) +typescript: + package-name: "@azure/cognitiveservices-imagesearch" + output-folder: "$(typescript-sdks-folder)/packages/@azure/cognitiveservices-imagesearch" + override-client-name: ImageSearchAPIClient + azure-arm: false + generate-metadata: true +```