We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39fa297 commit 71a0c7aCopy full SHA for 71a0c7a
specification/deviceregistry/resource-manager/readme.typescript.md
@@ -0,0 +1,14 @@
1
+## TypeScript
2
+
3
+These settings apply only when `--typescript` is specified on the command line.
4
+Please also specify `--typescript-sdks-folder=<path to root folder of your azure-sdk-for-js clone>`.
5
6
+``` yaml $(typescript)
7
+title: DeviceRegistryManagementClient
8
+typescript:
9
+ azure-arm: true
10
+ package-name: "@azure/arm-deviceregistry"
11
+ output-folder: "$(typescript-sdks-folder)/sdk/deviceregistry/arm-deviceregistry"
12
+ generate-metadata: true
13
14
+```
0 commit comments