diff --git a/specification/netapp/resource-manager/readme.md b/specification/netapp/resource-manager/readme.md index ef89228e33b9..12cc5f861a45 100644 --- a/specification/netapp/resource-manager/readme.md +++ b/specification/netapp/resource-manager/readme.md @@ -53,6 +53,7 @@ This is not used by Autorest itself. swagger-to-sdk: - repo: azure-sdk-for-python - repo: azure-sdk-for-net + - repo: azure-sdk-for-js ``` @@ -63,3 +64,7 @@ See configuration in [readme.csharp.md](./readme.csharp.md) ## Python See configuration in [readme.python.md](./readme.python.md) + +## JavaScript/TypeScript + +See configuration in [readme.typescript.md](./readme.typescript.md) diff --git a/specification/netapp/resource-manager/readme.typescript.md b/specification/netapp/resource-manager/readme.typescript.md new file mode 100644 index 000000000000..49812acb70f1 --- /dev/null +++ b/specification/netapp/resource-manager/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: + azure-arm: true + package-name: "@azure/arm-netapp" + payload-flattening-threshold: 2 + output-folder: "$(typescript-sdks-folder)/packages/@azure/arm-netapp" + generate-metadata: true +```