@azure/arm-cognitiveservices 5.2.0 → 7.0.0-alpha.20211202.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (218) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/{LICENSE.txt → LICENSE} +2 -2
  3. package/README.md +72 -77
  4. package/dist/index.js +4800 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/src/cognitiveServicesManagementClient.d.ts +42 -0
  9. package/dist-esm/src/cognitiveServicesManagementClient.d.ts.map +1 -0
  10. package/dist-esm/src/cognitiveServicesManagementClient.js +133 -0
  11. package/dist-esm/src/cognitiveServicesManagementClient.js.map +1 -0
  12. package/dist-esm/src/index.d.ts +5 -0
  13. package/dist-esm/src/index.d.ts.map +1 -0
  14. package/dist-esm/src/index.js +12 -0
  15. package/dist-esm/src/index.js.map +1 -0
  16. package/dist-esm/src/lroImpl.d.ts +16 -0
  17. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  18. package/dist-esm/src/lroImpl.js +29 -0
  19. package/dist-esm/src/lroImpl.js.map +1 -0
  20. package/dist-esm/src/models/index.d.ts +1310 -0
  21. package/dist-esm/src/models/index.d.ts.map +1 -0
  22. package/dist-esm/src/models/index.js +128 -0
  23. package/dist-esm/src/models/index.js.map +1 -0
  24. package/dist-esm/src/models/mappers.d.ts +68 -0
  25. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  26. package/{esm → dist-esm/src}/models/mappers.js +1474 -738
  27. package/dist-esm/src/models/mappers.js.map +1 -0
  28. package/dist-esm/src/models/parameters.d.ts +26 -0
  29. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  30. package/dist-esm/src/models/parameters.js +199 -0
  31. package/dist-esm/src/models/parameters.js.map +1 -0
  32. package/dist-esm/src/operations/accounts.d.ts +138 -0
  33. package/dist-esm/src/operations/accounts.d.ts.map +1 -0
  34. package/dist-esm/src/operations/accounts.js +628 -0
  35. package/dist-esm/src/operations/accounts.js.map +1 -0
  36. package/dist-esm/src/operations/commitmentPlans.d.ts +76 -0
  37. package/dist-esm/src/operations/commitmentPlans.d.ts.map +1 -0
  38. package/dist-esm/src/operations/commitmentPlans.js +293 -0
  39. package/dist-esm/src/operations/commitmentPlans.js.map +1 -0
  40. package/dist-esm/src/operations/commitmentTiers.d.ts +35 -0
  41. package/dist-esm/src/operations/commitmentTiers.d.ts.map +1 -0
  42. package/dist-esm/src/operations/commitmentTiers.js +132 -0
  43. package/dist-esm/src/operations/commitmentTiers.js.map +1 -0
  44. package/dist-esm/src/operations/deletedAccounts.d.ts +57 -0
  45. package/dist-esm/src/operations/deletedAccounts.d.ts.map +1 -0
  46. package/dist-esm/src/operations/deletedAccounts.js +232 -0
  47. package/dist-esm/src/operations/deletedAccounts.js.map +1 -0
  48. package/dist-esm/src/operations/deployments.d.ts +81 -0
  49. package/dist-esm/src/operations/deployments.d.ts.map +1 -0
  50. package/dist-esm/src/operations/deployments.js +331 -0
  51. package/dist-esm/src/operations/deployments.js.map +1 -0
  52. package/{esm → dist-esm/src}/operations/index.d.ts +4 -0
  53. package/dist-esm/src/operations/index.d.ts.map +1 -0
  54. package/dist-esm/src/operations/index.js +17 -0
  55. package/dist-esm/src/operations/index.js.map +1 -0
  56. package/dist-esm/src/operations/operations.d.ts +32 -0
  57. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  58. package/dist-esm/src/operations/operations.js +120 -0
  59. package/dist-esm/src/operations/operations.js.map +1 -0
  60. package/dist-esm/src/operations/privateEndpointConnections.d.ts +70 -0
  61. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
  62. package/dist-esm/src/operations/privateEndpointConnections.js +271 -0
  63. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
  64. package/dist-esm/src/operations/privateLinkResources.d.ts +20 -0
  65. package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
  66. package/dist-esm/src/operations/privateLinkResources.js +53 -0
  67. package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
  68. package/dist-esm/src/operations/resourceSkus.d.ts +32 -0
  69. package/dist-esm/src/operations/resourceSkus.d.ts.map +1 -0
  70. package/dist-esm/src/operations/resourceSkus.js +124 -0
  71. package/dist-esm/src/operations/resourceSkus.js.map +1 -0
  72. package/dist-esm/src/operationsInterfaces/accounts.d.ts +102 -0
  73. package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +1 -0
  74. package/dist-esm/src/operationsInterfaces/accounts.js +9 -0
  75. package/dist-esm/src/operationsInterfaces/accounts.js.map +1 -0
  76. package/dist-esm/src/operationsInterfaces/commitmentPlans.d.ts +51 -0
  77. package/dist-esm/src/operationsInterfaces/commitmentPlans.d.ts.map +1 -0
  78. package/dist-esm/src/operationsInterfaces/commitmentPlans.js +9 -0
  79. package/dist-esm/src/operationsInterfaces/commitmentPlans.js.map +1 -0
  80. package/dist-esm/src/operationsInterfaces/commitmentTiers.d.ts +12 -0
  81. package/dist-esm/src/operationsInterfaces/commitmentTiers.d.ts.map +1 -0
  82. package/dist-esm/src/operationsInterfaces/commitmentTiers.js +9 -0
  83. package/dist-esm/src/operationsInterfaces/commitmentTiers.js.map +1 -0
  84. package/dist-esm/src/operationsInterfaces/deletedAccounts.d.ts +36 -0
  85. package/dist-esm/src/operationsInterfaces/deletedAccounts.d.ts.map +1 -0
  86. package/dist-esm/src/operationsInterfaces/deletedAccounts.js +9 -0
  87. package/dist-esm/src/operationsInterfaces/deletedAccounts.js.map +1 -0
  88. package/dist-esm/src/operationsInterfaces/deployments.d.ts +56 -0
  89. package/dist-esm/src/operationsInterfaces/deployments.d.ts.map +1 -0
  90. package/dist-esm/src/operationsInterfaces/deployments.js +9 -0
  91. package/dist-esm/src/operationsInterfaces/deployments.js.map +1 -0
  92. package/dist-esm/src/operationsInterfaces/index.d.ts +10 -0
  93. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  94. package/dist-esm/src/operationsInterfaces/index.js +17 -0
  95. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  96. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  97. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  98. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  99. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  100. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +62 -0
  101. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  102. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
  103. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  104. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +12 -0
  105. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  106. package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
  107. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
  108. package/dist-esm/src/operationsInterfaces/resourceSkus.d.ts +11 -0
  109. package/dist-esm/src/operationsInterfaces/resourceSkus.d.ts.map +1 -0
  110. package/dist-esm/src/operationsInterfaces/resourceSkus.js +9 -0
  111. package/dist-esm/src/operationsInterfaces/resourceSkus.js.map +1 -0
  112. package/dist-esm/test/cognitiveservices_examples.d.ts +4 -0
  113. package/dist-esm/test/cognitiveservices_examples.d.ts.map +1 -0
  114. package/dist-esm/test/cognitiveservices_examples.js +127 -0
  115. package/dist-esm/test/cognitiveservices_examples.js.map +1 -0
  116. package/package.json +65 -21
  117. package/review/arm-cognitiveservices.api.md +1150 -0
  118. package/rollup.config.js +181 -30
  119. package/src/cognitiveServicesManagementClient.ts +163 -142
  120. package/src/index.ts +12 -0
  121. package/src/lroImpl.ts +34 -0
  122. package/src/models/index.ts +1223 -1103
  123. package/src/models/mappers.ts +1513 -736
  124. package/src/models/parameters.ts +162 -47
  125. package/src/operations/accounts.ts +610 -495
  126. package/src/operations/commitmentPlans.ts +394 -0
  127. package/src/operations/commitmentTiers.ts +158 -0
  128. package/src/operations/deletedAccounts.ts +298 -0
  129. package/src/operations/deployments.ts +464 -0
  130. package/src/operations/index.ts +7 -5
  131. package/src/operations/operations.ts +91 -77
  132. package/src/operations/privateEndpointConnections.ts +281 -134
  133. package/src/operations/privateLinkResources.ts +40 -55
  134. package/src/operations/resourceSkus.ts +96 -80
  135. package/src/operationsInterfaces/accounts.ts +195 -0
  136. package/src/operationsInterfaces/commitmentPlans.ts +93 -0
  137. package/src/operationsInterfaces/commitmentTiers.ts +24 -0
  138. package/src/operationsInterfaces/deletedAccounts.ts +68 -0
  139. package/src/operationsInterfaces/deployments.ts +109 -0
  140. package/{esm/operations/index.js → src/operationsInterfaces/index.ts} +8 -6
  141. package/src/operationsInterfaces/operations.ts +22 -0
  142. package/src/operationsInterfaces/privateEndpointConnections.ts +115 -0
  143. package/src/operationsInterfaces/privateLinkResources.ts +27 -0
  144. package/src/operationsInterfaces/resourceSkus.ts +22 -0
  145. package/tsconfig.json +3 -3
  146. package/types/arm-cognitiveservices.d.ts +1860 -0
  147. package/types/tsdoc-metadata.json +11 -0
  148. package/dist/arm-cognitiveservices.js +0 -2719
  149. package/dist/arm-cognitiveservices.js.map +0 -1
  150. package/dist/arm-cognitiveservices.min.js +0 -1
  151. package/dist/arm-cognitiveservices.min.js.map +0 -1
  152. package/esm/cognitiveServicesManagementClient.d.ts +0 -70
  153. package/esm/cognitiveServicesManagementClient.d.ts.map +0 -1
  154. package/esm/cognitiveServicesManagementClient.js +0 -116
  155. package/esm/cognitiveServicesManagementClient.js.map +0 -1
  156. package/esm/cognitiveServicesManagementClientContext.d.ts +0 -16
  157. package/esm/cognitiveServicesManagementClientContext.d.ts.map +0 -1
  158. package/esm/cognitiveServicesManagementClientContext.js +0 -56
  159. package/esm/cognitiveServicesManagementClientContext.js.map +0 -1
  160. package/esm/models/accountsMappers.d.ts +0 -2
  161. package/esm/models/accountsMappers.d.ts.map +0 -1
  162. package/esm/models/accountsMappers.js +0 -9
  163. package/esm/models/accountsMappers.js.map +0 -1
  164. package/esm/models/index.d.ts +0 -1277
  165. package/esm/models/index.d.ts.map +0 -1
  166. package/esm/models/index.js +0 -8
  167. package/esm/models/index.js.map +0 -1
  168. package/esm/models/mappers.d.ts +0 -50
  169. package/esm/models/mappers.d.ts.map +0 -1
  170. package/esm/models/mappers.js.map +0 -1
  171. package/esm/models/operationsMappers.d.ts +0 -2
  172. package/esm/models/operationsMappers.d.ts.map +0 -1
  173. package/esm/models/operationsMappers.js +0 -9
  174. package/esm/models/operationsMappers.js.map +0 -1
  175. package/esm/models/parameters.d.ts +0 -11
  176. package/esm/models/parameters.d.ts.map +0 -1
  177. package/esm/models/parameters.js +0 -119
  178. package/esm/models/parameters.js.map +0 -1
  179. package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
  180. package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
  181. package/esm/models/privateEndpointConnectionsMappers.js +0 -9
  182. package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
  183. package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
  184. package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
  185. package/esm/models/privateLinkResourcesMappers.js +0 -9
  186. package/esm/models/privateLinkResourcesMappers.js.map +0 -1
  187. package/esm/models/resourceSkusMappers.d.ts +0 -2
  188. package/esm/models/resourceSkusMappers.d.ts.map +0 -1
  189. package/esm/models/resourceSkusMappers.js +0 -9
  190. package/esm/models/resourceSkusMappers.js.map +0 -1
  191. package/esm/operations/accounts.d.ts +0 -260
  192. package/esm/operations/accounts.d.ts.map +0 -1
  193. package/esm/operations/accounts.js +0 -411
  194. package/esm/operations/accounts.js.map +0 -1
  195. package/esm/operations/index.d.ts.map +0 -1
  196. package/esm/operations/index.js.map +0 -1
  197. package/esm/operations/operations.d.ts +0 -46
  198. package/esm/operations/operations.d.ts.map +0 -1
  199. package/esm/operations/operations.js +0 -77
  200. package/esm/operations/operations.js.map +0 -1
  201. package/esm/operations/privateEndpointConnections.d.ts +0 -99
  202. package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
  203. package/esm/operations/privateEndpointConnections.js +0 -131
  204. package/esm/operations/privateEndpointConnections.js.map +0 -1
  205. package/esm/operations/privateLinkResources.d.ts +0 -34
  206. package/esm/operations/privateLinkResources.d.ts.map +0 -1
  207. package/esm/operations/privateLinkResources.js +0 -58
  208. package/esm/operations/privateLinkResources.js.map +0 -1
  209. package/esm/operations/resourceSkus.d.ts +0 -46
  210. package/esm/operations/resourceSkus.d.ts.map +0 -1
  211. package/esm/operations/resourceSkus.js +0 -80
  212. package/esm/operations/resourceSkus.js.map +0 -1
  213. package/src/cognitiveServicesManagementClientContext.ts +0 -62
  214. package/src/models/accountsMappers.ts +0 -44
  215. package/src/models/operationsMappers.ts +0 -14
  216. package/src/models/privateEndpointConnectionsMappers.ts +0 -35
  217. package/src/models/privateLinkResourcesMappers.ts +0 -36
  218. package/src/models/resourceSkusMappers.ts +0 -15
package/rollup.config.js CHANGED
@@ -1,37 +1,188 @@
1
- import rollup from "rollup";
2
- import nodeResolve from "rollup-plugin-node-resolve";
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+
9
+ import nodeResolve from "@rollup/plugin-node-resolve";
10
+ import cjs from "@rollup/plugin-commonjs";
3
11
  import sourcemaps from "rollup-plugin-sourcemaps";
12
+ import multiEntry from "@rollup/plugin-multi-entry";
13
+ import json from "@rollup/plugin-json";
14
+
15
+ import nodeBuiltins from "builtin-modules";
16
+
17
+ /**
18
+ * Gets the proper configuration needed for rollup's commonJS plugin for @opentelemetry/api.
19
+ *
20
+ * NOTE: this manual configuration is only needed because OpenTelemetry uses an
21
+ * __exportStar downleveled helper function to declare its exports which confuses
22
+ * rollup's automatic discovery mechanism.
23
+ *
24
+ * @returns an object reference that can be `...`'d into your cjs() configuration.
25
+ */
26
+ export function openTelemetryCommonJs() {
27
+ const namedExports = {};
28
+
29
+ for (const key of [
30
+ "@opentelemetry/api",
31
+ "@azure/core-tracing/node_modules/@opentelemetry/api"
32
+ ]) {
33
+ namedExports[key] = [
34
+ "SpanKind",
35
+ "TraceFlags",
36
+ "getSpan",
37
+ "setSpan",
38
+ "SpanStatusCode",
39
+ "getSpanContext",
40
+ "setSpanContext"
41
+ ];
42
+ }
43
+
44
+ const releasedOpenTelemetryVersions = ["0.10.2", "1.0.0-rc.0"];
45
+
46
+ for (const version of releasedOpenTelemetryVersions) {
47
+ namedExports[
48
+ // working around a limitation in the rollup common.js plugin - it's not able to resolve these modules so the named exports listed above will not get applied. We have to drill down to the actual path.
49
+ `../../../common/temp/node_modules/.pnpm/@opentelemetry/api@${version}/node_modules/@opentelemetry/api/build/src/index.js`
50
+ ] = [
51
+ "SpanKind",
52
+ "TraceFlags",
53
+ "getSpan",
54
+ "setSpan",
55
+ "StatusCode",
56
+ "CanonicalCode",
57
+ "getSpanContext",
58
+ "setSpanContext"
59
+ ];
60
+ }
61
+
62
+ return namedExports;
63
+ }
64
+
65
+ // #region Warning Handler
4
66
 
5
67
  /**
6
- * @type {rollup.RollupFileOptions}
68
+ * A function that can determine whether a rollupwarning should be ignored. If
69
+ * the function returns `true`, then the warning will not be displayed.
7
70
  */
8
- const config = {
9
- input: "./esm/cognitiveServicesManagementClient.js",
10
- external: [
11
- "@azure/ms-rest-js",
12
- "@azure/ms-rest-azure-js"
13
- ],
14
- output: {
15
- file: "./dist/arm-cognitiveservices.js",
16
- format: "umd",
17
- name: "Azure.ArmCognitiveservices",
18
- sourcemap: true,
19
- globals: {
20
- "@azure/ms-rest-js": "msRest",
21
- "@azure/ms-rest-azure-js": "msRestAzure"
71
+
72
+ function ignoreNiseSinonEvalWarnings(warning) {
73
+ return (
74
+ warning.code === "EVAL" &&
75
+ warning.id &&
76
+ (warning.id.includes("node_modules/nise") ||
77
+ warning.id.includes("node_modules/sinon")) === true
78
+ );
79
+ }
80
+
81
+ function ignoreChaiCircularDependencyWarnings(warning) {
82
+ return (
83
+ warning.code === "CIRCULAR_DEPENDENCY" &&
84
+ warning.importer && warning.importer.includes("node_modules/chai") === true
85
+ );
86
+ }
87
+
88
+ const warningInhibitors = [
89
+ ignoreChaiCircularDependencyWarnings,
90
+ ignoreNiseSinonEvalWarnings
91
+ ];
92
+
93
+ /**
94
+ * Construct a warning handler for the shared rollup configuration
95
+ * that ignores certain warnings that are not relevant to testing.
96
+ */
97
+ function makeOnWarnForTesting() {
98
+ return (warning, warn) => {
99
+ // If every inhibitor returns false (i.e. no inhibitors), then show the warning
100
+ if (warningInhibitors.every((inhib) => !inhib(warning))) {
101
+ warn(warning);
102
+ }
103
+ };
104
+ }
105
+
106
+ // #endregion
107
+
108
+ function makeBrowserTestConfig() {
109
+ const config = {
110
+ input: {
111
+ include: ["dist-esm/test/**/*.spec.js"],
112
+ exclude: ["dist-esm/test/**/node/**"]
22
113
  },
23
- banner: `/*
24
- * Copyright (c) Microsoft Corporation. All rights reserved.
25
- * Licensed under the MIT License. See License.txt in the project root for license information.
26
- *
27
- * Code generated by Microsoft (R) AutoRest Code Generator.
28
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
29
- */`
30
- },
31
- plugins: [
32
- nodeResolve({ mainFields: ['module', 'main'] }),
33
- sourcemaps()
34
- ]
114
+ output: {
115
+ file: `dist-test/index.browser.js`,
116
+ format: "umd",
117
+ sourcemap: true
118
+ },
119
+ preserveSymlinks: false,
120
+ plugins: [
121
+ multiEntry({ exports: false }),
122
+ nodeResolve({
123
+ mainFields: ["module", "browser"]
124
+ }),
125
+ cjs({
126
+ namedExports: {
127
+ // Chai's strange internal architecture makes it impossible to statically
128
+ // analyze its exports.
129
+ chai: [
130
+ "version",
131
+ "use",
132
+ "util",
133
+ "config",
134
+ "expect",
135
+ "should",
136
+ "assert"
137
+ ],
138
+ ...openTelemetryCommonJs()
139
+ }
140
+ }),
141
+ json(),
142
+ sourcemaps()
143
+ //viz({ filename: "dist-test/browser-stats.html", sourcemap: true })
144
+ ],
145
+ onwarn: makeOnWarnForTesting(),
146
+ // Disable tree-shaking of test code. In rollup-plugin-node-resolve@5.0.0,
147
+ // rollup started respecting the "sideEffects" field in package.json. Since
148
+ // our package.json sets "sideEffects=false", this also applies to test
149
+ // code, which causes all tests to be removed by tree-shaking.
150
+ treeshake: false
151
+ };
152
+
153
+ return config;
154
+ }
155
+
156
+ const defaultConfigurationOptions = {
157
+ disableBrowserBundle: false
35
158
  };
36
159
 
37
- export default config;
160
+ export function makeConfig(pkg, options) {
161
+ options = {
162
+ ...defaultConfigurationOptions,
163
+ ...(options || {})
164
+ };
165
+
166
+ const baseConfig = {
167
+ // Use the package's module field if it has one
168
+ input: pkg["module"] || "dist-esm/src/index.js",
169
+ external: [
170
+ ...nodeBuiltins,
171
+ ...Object.keys(pkg.dependencies),
172
+ ...Object.keys(pkg.devDependencies)
173
+ ],
174
+ output: { file: "dist/index.js", format: "cjs", sourcemap: true },
175
+ preserveSymlinks: false,
176
+ plugins: [sourcemaps(), nodeResolve(), cjs()]
177
+ };
178
+
179
+ const config = [baseConfig];
180
+
181
+ if (!options.disableBrowserBundle) {
182
+ config.push(makeBrowserTestConfig());
183
+ }
184
+
185
+ return config;
186
+ }
187
+
188
+ export default makeConfig(require("./package.json"));
@@ -1,42 +1,110 @@
1
1
  /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for
4
- * license information.
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
5
4
  *
6
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
7
- * Changes may cause incorrect behavior and will be lost if the code is
8
- * regenerated.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
9
7
  */
10
8
 
11
- import * as msRest from "@azure/ms-rest-js";
12
- import * as Models from "./models";
13
- import * as Mappers from "./models/mappers";
9
+ import * as coreClient from "@azure/core-client";
10
+ import * as coreAuth from "@azure/core-auth";
11
+ import {
12
+ AccountsImpl,
13
+ DeletedAccountsImpl,
14
+ ResourceSkusImpl,
15
+ OperationsImpl,
16
+ CommitmentTiersImpl,
17
+ PrivateEndpointConnectionsImpl,
18
+ PrivateLinkResourcesImpl,
19
+ DeploymentsImpl,
20
+ CommitmentPlansImpl
21
+ } from "./operations";
22
+ import {
23
+ Accounts,
24
+ DeletedAccounts,
25
+ ResourceSkus,
26
+ Operations,
27
+ CommitmentTiers,
28
+ PrivateEndpointConnections,
29
+ PrivateLinkResources,
30
+ Deployments,
31
+ CommitmentPlans
32
+ } from "./operationsInterfaces";
14
33
  import * as Parameters from "./models/parameters";
15
- import * as operations from "./operations";
16
- import { CognitiveServicesManagementClientContext } from "./cognitiveServicesManagementClientContext";
17
-
34
+ import * as Mappers from "./models/mappers";
35
+ import {
36
+ CognitiveServicesManagementClientOptionalParams,
37
+ CheckSkuAvailabilityOptionalParams,
38
+ CheckSkuAvailabilityResponse,
39
+ CheckDomainAvailabilityOptionalParams,
40
+ CheckDomainAvailabilityResponse
41
+ } from "./models";
18
42
 
19
- class CognitiveServicesManagementClient extends CognitiveServicesManagementClientContext {
20
- // Operation groups
21
- accounts: operations.Accounts;
22
- resourceSkus: operations.ResourceSkus;
23
- operations: operations.Operations;
24
- privateEndpointConnections: operations.PrivateEndpointConnections;
25
- privateLinkResources: operations.PrivateLinkResources;
43
+ export class CognitiveServicesManagementClient extends coreClient.ServiceClient {
44
+ $host: string;
45
+ apiVersion: string;
46
+ subscriptionId: string;
26
47
 
27
48
  /**
28
49
  * Initializes a new instance of the CognitiveServicesManagementClient class.
29
- * @param credentials Credentials needed for the client to connect to Azure.
50
+ * @param credentials Subscription credentials which uniquely identify client subscription.
30
51
  * @param subscriptionId The ID of the target subscription.
31
- * @param [options] The parameter options
52
+ * @param options The parameter options
32
53
  */
33
- constructor(credentials: msRest.ServiceClientCredentials, subscriptionId: string, options?: Models.CognitiveServicesManagementClientOptions) {
34
- super(credentials, subscriptionId, options);
35
- this.accounts = new operations.Accounts(this);
36
- this.resourceSkus = new operations.ResourceSkus(this);
37
- this.operations = new operations.Operations(this);
38
- this.privateEndpointConnections = new operations.PrivateEndpointConnections(this);
39
- this.privateLinkResources = new operations.PrivateLinkResources(this);
54
+ constructor(
55
+ credentials: coreAuth.TokenCredential,
56
+ subscriptionId: string,
57
+ options?: CognitiveServicesManagementClientOptionalParams
58
+ ) {
59
+ if (credentials === undefined) {
60
+ throw new Error("'credentials' cannot be null");
61
+ }
62
+ if (subscriptionId === undefined) {
63
+ throw new Error("'subscriptionId' cannot be null");
64
+ }
65
+
66
+ // Initializing default values for options
67
+ if (!options) {
68
+ options = {};
69
+ }
70
+ const defaults: CognitiveServicesManagementClientOptionalParams = {
71
+ requestContentType: "application/json; charset=utf-8",
72
+ credential: credentials
73
+ };
74
+
75
+ const packageDetails = `azsdk-js-arm-cognitiveservices/7.0.0-beta.1`;
76
+ const userAgentPrefix =
77
+ options.userAgentOptions && options.userAgentOptions.userAgentPrefix
78
+ ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
79
+ : `${packageDetails}`;
80
+
81
+ if (!options.credentialScopes) {
82
+ options.credentialScopes = ["https://management.azure.com/.default"];
83
+ }
84
+ const optionsWithDefaults = {
85
+ ...defaults,
86
+ ...options,
87
+ userAgentOptions: {
88
+ userAgentPrefix
89
+ },
90
+ baseUri: options.endpoint || "https://management.azure.com"
91
+ };
92
+ super(optionsWithDefaults);
93
+ // Parameter assignments
94
+ this.subscriptionId = subscriptionId;
95
+
96
+ // Assigning values to Constant parameters
97
+ this.$host = options.$host || "https://management.azure.com";
98
+ this.apiVersion = options.apiVersion || "2021-10-01";
99
+ this.accounts = new AccountsImpl(this);
100
+ this.deletedAccounts = new DeletedAccountsImpl(this);
101
+ this.resourceSkus = new ResourceSkusImpl(this);
102
+ this.operations = new OperationsImpl(this);
103
+ this.commitmentTiers = new CommitmentTiersImpl(this);
104
+ this.privateEndpointConnections = new PrivateEndpointConnectionsImpl(this);
105
+ this.privateLinkResources = new PrivateLinkResourcesImpl(this);
106
+ this.deployments = new DeploymentsImpl(this);
107
+ this.commitmentPlans = new CommitmentPlansImpl(this);
40
108
  }
41
109
 
42
110
  /**
@@ -44,148 +112,101 @@ class CognitiveServicesManagementClient extends CognitiveServicesManagementClien
44
112
  * @param location Resource location.
45
113
  * @param skus The SKU of the resource.
46
114
  * @param kind The Kind of the resource.
47
- * @param type The Type of the resource.
48
- * @param [options] The optional parameters
49
- * @returns Promise<Models.CheckSkuAvailabilityResponse>
50
- */
51
- checkSkuAvailability(location: string, skus: string[], kind: string, type: string, options?: msRest.RequestOptionsBase): Promise<Models.CheckSkuAvailabilityResponse>;
52
- /**
53
- * @param location Resource location.
54
- * @param skus The SKU of the resource.
55
- * @param kind The Kind of the resource.
56
- * @param type The Type of the resource.
57
- * @param callback The callback
115
+ * @param typeParam The Type of the resource.
116
+ * @param options The options parameters.
58
117
  */
59
- checkSkuAvailability(location: string, skus: string[], kind: string, type: string, callback: msRest.ServiceCallback<Models.CheckSkuAvailabilityResultList>): void;
60
- /**
61
- * @param location Resource location.
62
- * @param skus The SKU of the resource.
63
- * @param kind The Kind of the resource.
64
- * @param type The Type of the resource.
65
- * @param options The optional parameters
66
- * @param callback The callback
67
- */
68
- checkSkuAvailability(location: string, skus: string[], kind: string, type: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.CheckSkuAvailabilityResultList>): void;
69
- checkSkuAvailability(location: string, skus: string[], kind: string, type: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.CheckSkuAvailabilityResultList>, callback?: msRest.ServiceCallback<Models.CheckSkuAvailabilityResultList>): Promise<Models.CheckSkuAvailabilityResponse> {
118
+ checkSkuAvailability(
119
+ location: string,
120
+ skus: string[],
121
+ kind: string,
122
+ typeParam: string,
123
+ options?: CheckSkuAvailabilityOptionalParams
124
+ ): Promise<CheckSkuAvailabilityResponse> {
70
125
  return this.sendOperationRequest(
71
- {
72
- location,
73
- skus,
74
- kind,
75
- type,
76
- options
77
- },
78
- checkSkuAvailabilityOperationSpec,
79
- callback) as Promise<Models.CheckSkuAvailabilityResponse>;
126
+ { location, skus, kind, typeParam, options },
127
+ checkSkuAvailabilityOperationSpec
128
+ );
80
129
  }
81
130
 
82
131
  /**
83
132
  * Check whether a domain is available.
84
133
  * @param subdomainName The subdomain name to use.
85
- * @param type The Type of the resource.
86
- * @param [options] The optional parameters
87
- * @returns Promise<Models.CheckDomainAvailabilityResponse>
88
- */
89
- checkDomainAvailability(subdomainName: string, type: string, options?: msRest.RequestOptionsBase): Promise<Models.CheckDomainAvailabilityResponse>;
90
- /**
91
- * @param subdomainName The subdomain name to use.
92
- * @param type The Type of the resource.
93
- * @param callback The callback
94
- */
95
- checkDomainAvailability(subdomainName: string, type: string, callback: msRest.ServiceCallback<Models.CheckDomainAvailabilityResult>): void;
96
- /**
97
- * @param subdomainName The subdomain name to use.
98
- * @param type The Type of the resource.
99
- * @param options The optional parameters
100
- * @param callback The callback
134
+ * @param typeParam The Type of the resource.
135
+ * @param options The options parameters.
101
136
  */
102
- checkDomainAvailability(subdomainName: string, type: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.CheckDomainAvailabilityResult>): void;
103
- checkDomainAvailability(subdomainName: string, type: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.CheckDomainAvailabilityResult>, callback?: msRest.ServiceCallback<Models.CheckDomainAvailabilityResult>): Promise<Models.CheckDomainAvailabilityResponse> {
137
+ checkDomainAvailability(
138
+ subdomainName: string,
139
+ typeParam: string,
140
+ options?: CheckDomainAvailabilityOptionalParams
141
+ ): Promise<CheckDomainAvailabilityResponse> {
104
142
  return this.sendOperationRequest(
105
- {
106
- subdomainName,
107
- type,
108
- options
109
- },
110
- checkDomainAvailabilityOperationSpec,
111
- callback) as Promise<Models.CheckDomainAvailabilityResponse>;
143
+ { subdomainName, typeParam, options },
144
+ checkDomainAvailabilityOperationSpec
145
+ );
112
146
  }
113
- }
114
147
 
148
+ accounts: Accounts;
149
+ deletedAccounts: DeletedAccounts;
150
+ resourceSkus: ResourceSkus;
151
+ operations: Operations;
152
+ commitmentTiers: CommitmentTiers;
153
+ privateEndpointConnections: PrivateEndpointConnections;
154
+ privateLinkResources: PrivateLinkResources;
155
+ deployments: Deployments;
156
+ commitmentPlans: CommitmentPlans;
157
+ }
115
158
  // Operation Specifications
116
- const serializer = new msRest.Serializer(Mappers);
117
- const checkSkuAvailabilityOperationSpec: msRest.OperationSpec = {
159
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
160
+
161
+ const checkSkuAvailabilityOperationSpec: coreClient.OperationSpec = {
162
+ path:
163
+ "/subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/locations/{location}/checkSkuAvailability",
118
164
  httpMethod: "POST",
119
- path: "subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/locations/{location}/checkSkuAvailability",
120
- urlParameters: [
121
- Parameters.subscriptionId,
122
- Parameters.location
123
- ],
124
- queryParameters: [
125
- Parameters.apiVersion
126
- ],
127
- headerParameters: [
128
- Parameters.acceptLanguage
129
- ],
130
- requestBody: {
131
- parameterPath: {
132
- skus: "skus",
133
- kind: "kind",
134
- type: "type"
135
- },
136
- mapper: {
137
- ...Mappers.CheckSkuAvailabilityParameter,
138
- required: true
139
- }
140
- },
141
165
  responses: {
142
166
  200: {
143
- bodyMapper: Mappers.CheckSkuAvailabilityResultList
167
+ bodyMapper: Mappers.SkuAvailabilityListResult
144
168
  },
145
169
  default: {
146
- bodyMapper: Mappers.CloudError
170
+ bodyMapper: Mappers.ErrorResponse
147
171
  }
148
172
  },
173
+ requestBody: {
174
+ parameterPath: { skus: ["skus"], kind: ["kind"], typeParam: ["typeParam"] },
175
+ mapper: { ...Mappers.CheckSkuAvailabilityParameter, required: true }
176
+ },
177
+ queryParameters: [Parameters.apiVersion],
178
+ urlParameters: [
179
+ Parameters.$host,
180
+ Parameters.subscriptionId,
181
+ Parameters.location
182
+ ],
183
+ headerParameters: [Parameters.contentType, Parameters.accept],
184
+ mediaType: "json",
149
185
  serializer
150
186
  };
151
-
152
- const checkDomainAvailabilityOperationSpec: msRest.OperationSpec = {
187
+ const checkDomainAvailabilityOperationSpec: coreClient.OperationSpec = {
188
+ path:
189
+ "/subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/checkDomainAvailability",
153
190
  httpMethod: "POST",
154
- path: "subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/checkDomainAvailability",
155
- urlParameters: [
156
- Parameters.subscriptionId
157
- ],
158
- queryParameters: [
159
- Parameters.apiVersion
160
- ],
161
- headerParameters: [
162
- Parameters.acceptLanguage
163
- ],
164
- requestBody: {
165
- parameterPath: {
166
- subdomainName: "subdomainName",
167
- type: "type"
168
- },
169
- mapper: {
170
- ...Mappers.CheckDomainAvailabilityParameter,
171
- required: true
172
- }
173
- },
174
191
  responses: {
175
192
  200: {
176
- bodyMapper: Mappers.CheckDomainAvailabilityResult
193
+ bodyMapper: Mappers.DomainAvailability
177
194
  },
178
195
  default: {
179
- bodyMapper: Mappers.CloudError
196
+ bodyMapper: Mappers.ErrorResponse
180
197
  }
181
198
  },
199
+ requestBody: {
200
+ parameterPath: {
201
+ subdomainName: ["subdomainName"],
202
+ typeParam: ["typeParam"],
203
+ kind: ["options", "kind"]
204
+ },
205
+ mapper: { ...Mappers.CheckDomainAvailabilityParameter, required: true }
206
+ },
207
+ queryParameters: [Parameters.apiVersion],
208
+ urlParameters: [Parameters.$host, Parameters.subscriptionId],
209
+ headerParameters: [Parameters.contentType, Parameters.accept],
210
+ mediaType: "json",
182
211
  serializer
183
212
  };
184
-
185
- export {
186
- CognitiveServicesManagementClient,
187
- CognitiveServicesManagementClientContext,
188
- Models as CognitiveServicesManagementModels,
189
- Mappers as CognitiveServicesManagementMappers
190
- };
191
- export * from "./operations";
package/src/index.ts ADDED
@@ -0,0 +1,12 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+
9
+ /// <reference lib="esnext.asynciterable" />
10
+ export * from "./models";
11
+ export { CognitiveServicesManagementClient } from "./cognitiveServicesManagementClient";
12
+ export * from "./operationsInterfaces";
package/src/lroImpl.ts ADDED
@@ -0,0 +1,34 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+
9
+ import { LongRunningOperation, LroResponse } from "@azure/core-lro";
10
+
11
+ export class LroImpl<T> implements LongRunningOperation<T> {
12
+ constructor(
13
+ private sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>,
14
+ private args: Record<string, unknown>,
15
+ private spec: {
16
+ readonly requestBody?: unknown;
17
+ readonly path?: string;
18
+ readonly httpMethod: string;
19
+ } & Record<string, any>,
20
+ public requestPath: string = spec.path!,
21
+ public requestMethod: string = spec.httpMethod
22
+ ) {}
23
+ public async sendInitialRequest(): Promise<LroResponse<T>> {
24
+ return this.sendOperationFn(this.args, this.spec);
25
+ }
26
+ public async sendPollRequest(path: string): Promise<LroResponse<T>> {
27
+ const { requestBody, ...restSpec } = this.spec;
28
+ return this.sendOperationFn(this.args, {
29
+ ...restSpec,
30
+ path,
31
+ httpMethod: "GET"
32
+ });
33
+ }
34
+ }