@azure/arm-cognitiveservices 6.1.0 → 7.0.1-alpha.20211221.2

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 (249) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/{LICENSE.txt → LICENSE} +1 -1
  3. package/README.md +70 -82
  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 +964 -1092
  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 +0 -0
  53. package/dist-esm/src/operations/index.d.ts.map +1 -0
  54. package/{esm → dist-esm/src}/operations/index.js +1 -2
  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/{esm/models/index.js → dist-esm/src/operationsInterfaces/accounts.js} +2 -1
  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/{src/models/operationsMappers.ts → dist-esm/src/operationsInterfaces/commitmentPlans.js} +2 -9
  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/{src/models/commitmentTiersMappers.ts → dist-esm/src/operationsInterfaces/commitmentTiers.js} +2 -10
  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/{esm/models/operationsMappers.js → dist-esm/src/operationsInterfaces/deletedAccounts.js} +2 -2
  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 -22
  117. package/review/arm-cognitiveservices.api.md +1150 -0
  118. package/rollup.config.js +181 -30
  119. package/src/cognitiveServicesManagementClient.ts +157 -153
  120. package/src/{models/resourceSkusMappers.ts → index.ts} +4 -9
  121. package/src/lroImpl.ts +34 -0
  122. package/src/models/index.ts +1063 -1831
  123. package/src/models/mappers.ts +1021 -1150
  124. package/src/models/parameters.ts +151 -54
  125. package/src/operations/accounts.ts +613 -497
  126. package/src/operations/commitmentPlans.ts +253 -203
  127. package/src/operations/commitmentTiers.ts +105 -80
  128. package/src/operations/deletedAccounts.ts +209 -161
  129. package/src/operations/deployments.ts +325 -193
  130. package/src/operations/index.ts +1 -2
  131. package/src/operations/operations.ts +85 -73
  132. package/src/operations/privateEndpointConnections.ts +257 -164
  133. package/src/operations/privateLinkResources.ts +37 -51
  134. package/src/operations/resourceSkus.ts +90 -76
  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/src/operationsInterfaces/index.ts +17 -0
  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 -4713
  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 -80
  153. package/esm/cognitiveServicesManagementClient.d.ts.map +0 -1
  154. package/esm/cognitiveServicesManagementClient.js +0 -128
  155. package/esm/cognitiveServicesManagementClient.js.map +0 -1
  156. package/esm/cognitiveServicesManagementClientContext.d.ts +0 -22
  157. package/esm/cognitiveServicesManagementClientContext.d.ts.map +0 -1
  158. package/esm/cognitiveServicesManagementClientContext.js +0 -60
  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/commitmentPlansMappers.d.ts +0 -2
  165. package/esm/models/commitmentPlansMappers.d.ts.map +0 -1
  166. package/esm/models/commitmentPlansMappers.js +0 -9
  167. package/esm/models/commitmentPlansMappers.js.map +0 -1
  168. package/esm/models/commitmentTiersMappers.d.ts +0 -2
  169. package/esm/models/commitmentTiersMappers.d.ts.map +0 -1
  170. package/esm/models/commitmentTiersMappers.js +0 -9
  171. package/esm/models/commitmentTiersMappers.js.map +0 -1
  172. package/esm/models/deletedAccountsMappers.d.ts +0 -2
  173. package/esm/models/deletedAccountsMappers.d.ts.map +0 -1
  174. package/esm/models/deletedAccountsMappers.js +0 -9
  175. package/esm/models/deletedAccountsMappers.js.map +0 -1
  176. package/esm/models/deploymentsMappers.d.ts +0 -2
  177. package/esm/models/deploymentsMappers.d.ts.map +0 -1
  178. package/esm/models/deploymentsMappers.js +0 -9
  179. package/esm/models/deploymentsMappers.js.map +0 -1
  180. package/esm/models/index.d.ts +0 -2102
  181. package/esm/models/index.d.ts.map +0 -1
  182. package/esm/models/index.js.map +0 -1
  183. package/esm/models/mappers.d.ts +0 -71
  184. package/esm/models/mappers.d.ts.map +0 -1
  185. package/esm/models/mappers.js.map +0 -1
  186. package/esm/models/operationsMappers.d.ts +0 -2
  187. package/esm/models/operationsMappers.d.ts.map +0 -1
  188. package/esm/models/operationsMappers.js.map +0 -1
  189. package/esm/models/parameters.d.ts +0 -13
  190. package/esm/models/parameters.d.ts.map +0 -1
  191. package/esm/models/parameters.js +0 -137
  192. package/esm/models/parameters.js.map +0 -1
  193. package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
  194. package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
  195. package/esm/models/privateEndpointConnectionsMappers.js +0 -9
  196. package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
  197. package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
  198. package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
  199. package/esm/models/privateLinkResourcesMappers.js +0 -9
  200. package/esm/models/privateLinkResourcesMappers.js.map +0 -1
  201. package/esm/models/resourceSkusMappers.d.ts +0 -2
  202. package/esm/models/resourceSkusMappers.d.ts.map +0 -1
  203. package/esm/models/resourceSkusMappers.js +0 -9
  204. package/esm/models/resourceSkusMappers.js.map +0 -1
  205. package/esm/operations/accounts.d.ts +0 -245
  206. package/esm/operations/accounts.d.ts.map +0 -1
  207. package/esm/operations/accounts.js +0 -476
  208. package/esm/operations/accounts.js.map +0 -1
  209. package/esm/operations/commitmentPlans.d.ts +0 -130
  210. package/esm/operations/commitmentPlans.d.ts.map +0 -1
  211. package/esm/operations/commitmentPlans.js +0 -216
  212. package/esm/operations/commitmentPlans.js.map +0 -1
  213. package/esm/operations/commitmentTiers.d.ts +0 -49
  214. package/esm/operations/commitmentTiers.d.ts.map +0 -1
  215. package/esm/operations/commitmentTiers.js +0 -84
  216. package/esm/operations/commitmentTiers.js.map +0 -1
  217. package/esm/operations/deletedAccounts.d.ts +0 -89
  218. package/esm/operations/deletedAccounts.d.ts.map +0 -1
  219. package/esm/operations/deletedAccounts.js +0 -168
  220. package/esm/operations/deletedAccounts.js.map +0 -1
  221. package/esm/operations/deployments.d.ts +0 -115
  222. package/esm/operations/deployments.d.ts.map +0 -1
  223. package/esm/operations/deployments.js +0 -236
  224. package/esm/operations/deployments.js.map +0 -1
  225. package/esm/operations/index.d.ts.map +0 -1
  226. package/esm/operations/index.js.map +0 -1
  227. package/esm/operations/operations.d.ts +0 -46
  228. package/esm/operations/operations.d.ts.map +0 -1
  229. package/esm/operations/operations.js +0 -79
  230. package/esm/operations/operations.js.map +0 -1
  231. package/esm/operations/privateEndpointConnections.d.ts +0 -108
  232. package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
  233. package/esm/operations/privateEndpointConnections.js +0 -215
  234. package/esm/operations/privateEndpointConnections.js.map +0 -1
  235. package/esm/operations/privateLinkResources.d.ts +0 -34
  236. package/esm/operations/privateLinkResources.d.ts.map +0 -1
  237. package/esm/operations/privateLinkResources.js +0 -57
  238. package/esm/operations/privateLinkResources.js.map +0 -1
  239. package/esm/operations/resourceSkus.d.ts +0 -46
  240. package/esm/operations/resourceSkus.d.ts.map +0 -1
  241. package/esm/operations/resourceSkus.js +0 -82
  242. package/esm/operations/resourceSkus.js.map +0 -1
  243. package/src/cognitiveServicesManagementClientContext.ts +0 -67
  244. package/src/models/accountsMappers.ts +0 -59
  245. package/src/models/commitmentPlansMappers.ts +0 -52
  246. package/src/models/deletedAccountsMappers.ts +0 -52
  247. package/src/models/deploymentsMappers.ts +0 -52
  248. package/src/models/privateEndpointConnectionsMappers.ts +0 -52
  249. package/src/models/privateLinkResourcesMappers.ts +0 -52
@@ -3,95 +3,110 @@
3
3
  * Licensed under the MIT License.
4
4
  *
5
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is
7
- * regenerated.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
7
  */
9
8
 
10
- import * as msRest from "@azure/ms-rest-js";
11
- import * as Models from "../models";
12
- import * as Mappers from "../models/resourceSkusMappers";
9
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
10
+ import { ResourceSkus } from "../operationsInterfaces";
11
+ import * as coreClient from "@azure/core-client";
12
+ import * as Mappers from "../models/mappers";
13
13
  import * as Parameters from "../models/parameters";
14
- import { CognitiveServicesManagementClientContext } from "../cognitiveServicesManagementClientContext";
14
+ import { CognitiveServicesManagementClient } from "../cognitiveServicesManagementClient";
15
+ import {
16
+ ResourceSku,
17
+ ResourceSkusListNextOptionalParams,
18
+ ResourceSkusListOptionalParams,
19
+ ResourceSkusListResponse,
20
+ ResourceSkusListNextResponse
21
+ } from "../models";
15
22
 
16
- /** Class representing a ResourceSkus. */
17
- export class ResourceSkus {
18
- private readonly client: CognitiveServicesManagementClientContext;
23
+ /// <reference lib="esnext.asynciterable" />
24
+ /** Class containing ResourceSkus operations. */
25
+ export class ResourceSkusImpl implements ResourceSkus {
26
+ private readonly client: CognitiveServicesManagementClient;
19
27
 
20
28
  /**
21
- * Create a ResourceSkus.
22
- * @param {CognitiveServicesManagementClientContext} client Reference to the service client.
29
+ * Initialize a new instance of the class ResourceSkus class.
30
+ * @param client Reference to the service client
23
31
  */
24
- constructor(client: CognitiveServicesManagementClientContext) {
32
+ constructor(client: CognitiveServicesManagementClient) {
25
33
  this.client = client;
26
34
  }
27
35
 
28
36
  /**
29
37
  * Gets the list of Microsoft.CognitiveServices SKUs available for your Subscription.
30
- * @param [options] The optional parameters
31
- * @returns Promise<Models.ResourceSkusListResponse>
38
+ * @param options The options parameters.
32
39
  */
33
- list(options?: msRest.RequestOptionsBase): Promise<Models.ResourceSkusListResponse>;
34
- /**
35
- * @param callback The callback
36
- */
37
- list(callback: msRest.ServiceCallback<Models.ResourceSkuListResult>): void;
38
- /**
39
- * @param options The optional parameters
40
- * @param callback The callback
41
- */
42
- list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ResourceSkuListResult>): void;
43
- list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ResourceSkuListResult>, callback?: msRest.ServiceCallback<Models.ResourceSkuListResult>): Promise<Models.ResourceSkusListResponse> {
44
- return this.client.sendOperationRequest(
45
- {
46
- options
40
+ public list(
41
+ options?: ResourceSkusListOptionalParams
42
+ ): PagedAsyncIterableIterator<ResourceSku> {
43
+ const iter = this.listPagingAll(options);
44
+ return {
45
+ next() {
46
+ return iter.next();
47
+ },
48
+ [Symbol.asyncIterator]() {
49
+ return this;
47
50
  },
48
- listOperationSpec,
49
- callback) as Promise<Models.ResourceSkusListResponse>;
51
+ byPage: () => {
52
+ return this.listPagingPage(options);
53
+ }
54
+ };
55
+ }
56
+
57
+ private async *listPagingPage(
58
+ options?: ResourceSkusListOptionalParams
59
+ ): AsyncIterableIterator<ResourceSku[]> {
60
+ let result = await this._list(options);
61
+ yield result.value || [];
62
+ let continuationToken = result.nextLink;
63
+ while (continuationToken) {
64
+ result = await this._listNext(continuationToken, options);
65
+ continuationToken = result.nextLink;
66
+ yield result.value || [];
67
+ }
68
+ }
69
+
70
+ private async *listPagingAll(
71
+ options?: ResourceSkusListOptionalParams
72
+ ): AsyncIterableIterator<ResourceSku> {
73
+ for await (const page of this.listPagingPage(options)) {
74
+ yield* page;
75
+ }
50
76
  }
51
77
 
52
78
  /**
53
79
  * Gets the list of Microsoft.CognitiveServices SKUs available for your Subscription.
54
- * @param nextPageLink The NextLink from the previous successful call to List operation.
55
- * @param [options] The optional parameters
56
- * @returns Promise<Models.ResourceSkusListNextResponse>
80
+ * @param options The options parameters.
57
81
  */
58
- listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ResourceSkusListNextResponse>;
59
- /**
60
- * @param nextPageLink The NextLink from the previous successful call to List operation.
61
- * @param callback The callback
62
- */
63
- listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ResourceSkuListResult>): void;
82
+ private _list(
83
+ options?: ResourceSkusListOptionalParams
84
+ ): Promise<ResourceSkusListResponse> {
85
+ return this.client.sendOperationRequest({ options }, listOperationSpec);
86
+ }
87
+
64
88
  /**
65
- * @param nextPageLink The NextLink from the previous successful call to List operation.
66
- * @param options The optional parameters
67
- * @param callback The callback
89
+ * ListNext
90
+ * @param nextLink The nextLink from the previous successful call to the List method.
91
+ * @param options The options parameters.
68
92
  */
69
- listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ResourceSkuListResult>): void;
70
- listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ResourceSkuListResult>, callback?: msRest.ServiceCallback<Models.ResourceSkuListResult>): Promise<Models.ResourceSkusListNextResponse> {
93
+ private _listNext(
94
+ nextLink: string,
95
+ options?: ResourceSkusListNextOptionalParams
96
+ ): Promise<ResourceSkusListNextResponse> {
71
97
  return this.client.sendOperationRequest(
72
- {
73
- nextPageLink,
74
- options
75
- },
76
- listNextOperationSpec,
77
- callback) as Promise<Models.ResourceSkusListNextResponse>;
98
+ { nextLink, options },
99
+ listNextOperationSpec
100
+ );
78
101
  }
79
102
  }
80
-
81
103
  // Operation Specifications
82
- const serializer = new msRest.Serializer(Mappers);
83
- const listOperationSpec: msRest.OperationSpec = {
104
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
105
+
106
+ const listOperationSpec: coreClient.OperationSpec = {
107
+ path:
108
+ "/subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/skus",
84
109
  httpMethod: "GET",
85
- path: "subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/skus",
86
- urlParameters: [
87
- Parameters.subscriptionId
88
- ],
89
- queryParameters: [
90
- Parameters.apiVersion
91
- ],
92
- headerParameters: [
93
- Parameters.acceptLanguage
94
- ],
95
110
  responses: {
96
111
  200: {
97
112
  bodyMapper: Mappers.ResourceSkuListResult
@@ -100,22 +115,14 @@ const listOperationSpec: msRest.OperationSpec = {
100
115
  bodyMapper: Mappers.ErrorResponse
101
116
  }
102
117
  },
118
+ queryParameters: [Parameters.apiVersion],
119
+ urlParameters: [Parameters.$host, Parameters.subscriptionId],
120
+ headerParameters: [Parameters.accept],
103
121
  serializer
104
122
  };
105
-
106
- const listNextOperationSpec: msRest.OperationSpec = {
107
- httpMethod: "GET",
108
- baseUrl: "https://management.azure.com",
123
+ const listNextOperationSpec: coreClient.OperationSpec = {
109
124
  path: "{nextLink}",
110
- urlParameters: [
111
- Parameters.nextPageLink
112
- ],
113
- queryParameters: [
114
- Parameters.apiVersion
115
- ],
116
- headerParameters: [
117
- Parameters.acceptLanguage
118
- ],
125
+ httpMethod: "GET",
119
126
  responses: {
120
127
  200: {
121
128
  bodyMapper: Mappers.ResourceSkuListResult
@@ -124,5 +131,12 @@ const listNextOperationSpec: msRest.OperationSpec = {
124
131
  bodyMapper: Mappers.ErrorResponse
125
132
  }
126
133
  },
134
+ queryParameters: [Parameters.apiVersion],
135
+ urlParameters: [
136
+ Parameters.$host,
137
+ Parameters.subscriptionId,
138
+ Parameters.nextLink
139
+ ],
140
+ headerParameters: [Parameters.accept],
127
141
  serializer
128
142
  };
@@ -0,0 +1,195 @@
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 { PagedAsyncIterableIterator } from "@azure/core-paging";
10
+ import { PollerLike, PollOperationState } from "@azure/core-lro";
11
+ import {
12
+ Account,
13
+ AccountsListByResourceGroupOptionalParams,
14
+ AccountsListOptionalParams,
15
+ AccountsCreateOptionalParams,
16
+ AccountsCreateResponse,
17
+ AccountsUpdateOptionalParams,
18
+ AccountsUpdateResponse,
19
+ AccountsDeleteOptionalParams,
20
+ AccountsGetOptionalParams,
21
+ AccountsGetResponse,
22
+ AccountsListKeysOptionalParams,
23
+ AccountsListKeysResponse,
24
+ KeyName,
25
+ AccountsRegenerateKeyOptionalParams,
26
+ AccountsRegenerateKeyResponse,
27
+ AccountsListSkusOptionalParams,
28
+ AccountsListSkusResponse,
29
+ AccountsListUsagesOptionalParams,
30
+ AccountsListUsagesResponse
31
+ } from "../models";
32
+
33
+ /// <reference lib="esnext.asynciterable" />
34
+ /** Interface representing a Accounts. */
35
+ export interface Accounts {
36
+ /**
37
+ * Returns all the resources of a particular type belonging to a resource group
38
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
39
+ * @param options The options parameters.
40
+ */
41
+ listByResourceGroup(
42
+ resourceGroupName: string,
43
+ options?: AccountsListByResourceGroupOptionalParams
44
+ ): PagedAsyncIterableIterator<Account>;
45
+ /**
46
+ * Returns all the resources of a particular type belonging to a subscription.
47
+ * @param options The options parameters.
48
+ */
49
+ list(
50
+ options?: AccountsListOptionalParams
51
+ ): PagedAsyncIterableIterator<Account>;
52
+ /**
53
+ * Create Cognitive Services Account. Accounts is a resource group wide resource type. It holds the
54
+ * keys for developer to access intelligent APIs. It's also the resource type for billing.
55
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
56
+ * @param accountName The name of Cognitive Services account.
57
+ * @param account The parameters to provide for the created account.
58
+ * @param options The options parameters.
59
+ */
60
+ beginCreate(
61
+ resourceGroupName: string,
62
+ accountName: string,
63
+ account: Account,
64
+ options?: AccountsCreateOptionalParams
65
+ ): Promise<
66
+ PollerLike<
67
+ PollOperationState<AccountsCreateResponse>,
68
+ AccountsCreateResponse
69
+ >
70
+ >;
71
+ /**
72
+ * Create Cognitive Services Account. Accounts is a resource group wide resource type. It holds the
73
+ * keys for developer to access intelligent APIs. It's also the resource type for billing.
74
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
75
+ * @param accountName The name of Cognitive Services account.
76
+ * @param account The parameters to provide for the created account.
77
+ * @param options The options parameters.
78
+ */
79
+ beginCreateAndWait(
80
+ resourceGroupName: string,
81
+ accountName: string,
82
+ account: Account,
83
+ options?: AccountsCreateOptionalParams
84
+ ): Promise<AccountsCreateResponse>;
85
+ /**
86
+ * Updates a Cognitive Services account
87
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
88
+ * @param accountName The name of Cognitive Services account.
89
+ * @param account The parameters to provide for the created account.
90
+ * @param options The options parameters.
91
+ */
92
+ beginUpdate(
93
+ resourceGroupName: string,
94
+ accountName: string,
95
+ account: Account,
96
+ options?: AccountsUpdateOptionalParams
97
+ ): Promise<
98
+ PollerLike<
99
+ PollOperationState<AccountsUpdateResponse>,
100
+ AccountsUpdateResponse
101
+ >
102
+ >;
103
+ /**
104
+ * Updates a Cognitive Services account
105
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
106
+ * @param accountName The name of Cognitive Services account.
107
+ * @param account The parameters to provide for the created account.
108
+ * @param options The options parameters.
109
+ */
110
+ beginUpdateAndWait(
111
+ resourceGroupName: string,
112
+ accountName: string,
113
+ account: Account,
114
+ options?: AccountsUpdateOptionalParams
115
+ ): Promise<AccountsUpdateResponse>;
116
+ /**
117
+ * Deletes a Cognitive Services account from the resource group.
118
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
119
+ * @param accountName The name of Cognitive Services account.
120
+ * @param options The options parameters.
121
+ */
122
+ beginDelete(
123
+ resourceGroupName: string,
124
+ accountName: string,
125
+ options?: AccountsDeleteOptionalParams
126
+ ): Promise<PollerLike<PollOperationState<void>, void>>;
127
+ /**
128
+ * Deletes a Cognitive Services account from the resource group.
129
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
130
+ * @param accountName The name of Cognitive Services account.
131
+ * @param options The options parameters.
132
+ */
133
+ beginDeleteAndWait(
134
+ resourceGroupName: string,
135
+ accountName: string,
136
+ options?: AccountsDeleteOptionalParams
137
+ ): Promise<void>;
138
+ /**
139
+ * Returns a Cognitive Services account specified by the parameters.
140
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
141
+ * @param accountName The name of Cognitive Services account.
142
+ * @param options The options parameters.
143
+ */
144
+ get(
145
+ resourceGroupName: string,
146
+ accountName: string,
147
+ options?: AccountsGetOptionalParams
148
+ ): Promise<AccountsGetResponse>;
149
+ /**
150
+ * Lists the account keys for the specified Cognitive Services account.
151
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
152
+ * @param accountName The name of Cognitive Services account.
153
+ * @param options The options parameters.
154
+ */
155
+ listKeys(
156
+ resourceGroupName: string,
157
+ accountName: string,
158
+ options?: AccountsListKeysOptionalParams
159
+ ): Promise<AccountsListKeysResponse>;
160
+ /**
161
+ * Regenerates the specified account key for the specified Cognitive Services account.
162
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
163
+ * @param accountName The name of Cognitive Services account.
164
+ * @param keyName key name to generate (Key1|Key2)
165
+ * @param options The options parameters.
166
+ */
167
+ regenerateKey(
168
+ resourceGroupName: string,
169
+ accountName: string,
170
+ keyName: KeyName,
171
+ options?: AccountsRegenerateKeyOptionalParams
172
+ ): Promise<AccountsRegenerateKeyResponse>;
173
+ /**
174
+ * List available SKUs for the requested Cognitive Services account
175
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
176
+ * @param accountName The name of Cognitive Services account.
177
+ * @param options The options parameters.
178
+ */
179
+ listSkus(
180
+ resourceGroupName: string,
181
+ accountName: string,
182
+ options?: AccountsListSkusOptionalParams
183
+ ): Promise<AccountsListSkusResponse>;
184
+ /**
185
+ * Get usages for the requested Cognitive Services account
186
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
187
+ * @param accountName The name of Cognitive Services account.
188
+ * @param options The options parameters.
189
+ */
190
+ listUsages(
191
+ resourceGroupName: string,
192
+ accountName: string,
193
+ options?: AccountsListUsagesOptionalParams
194
+ ): Promise<AccountsListUsagesResponse>;
195
+ }
@@ -0,0 +1,93 @@
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 { PagedAsyncIterableIterator } from "@azure/core-paging";
10
+ import { PollerLike, PollOperationState } from "@azure/core-lro";
11
+ import {
12
+ CommitmentPlan,
13
+ CommitmentPlansListOptionalParams,
14
+ CommitmentPlansGetOptionalParams,
15
+ CommitmentPlansGetResponse,
16
+ CommitmentPlansCreateOrUpdateOptionalParams,
17
+ CommitmentPlansCreateOrUpdateResponse,
18
+ CommitmentPlansDeleteOptionalParams
19
+ } from "../models";
20
+
21
+ /// <reference lib="esnext.asynciterable" />
22
+ /** Interface representing a CommitmentPlans. */
23
+ export interface CommitmentPlans {
24
+ /**
25
+ * Gets the commitmentPlans associated with the Cognitive Services account.
26
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
27
+ * @param accountName The name of Cognitive Services account.
28
+ * @param options The options parameters.
29
+ */
30
+ list(
31
+ resourceGroupName: string,
32
+ accountName: string,
33
+ options?: CommitmentPlansListOptionalParams
34
+ ): PagedAsyncIterableIterator<CommitmentPlan>;
35
+ /**
36
+ * Gets the specified commitmentPlans associated with the Cognitive Services account.
37
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
38
+ * @param accountName The name of Cognitive Services account.
39
+ * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
40
+ * Account
41
+ * @param options The options parameters.
42
+ */
43
+ get(
44
+ resourceGroupName: string,
45
+ accountName: string,
46
+ commitmentPlanName: string,
47
+ options?: CommitmentPlansGetOptionalParams
48
+ ): Promise<CommitmentPlansGetResponse>;
49
+ /**
50
+ * Update the state of specified commitmentPlans associated with the Cognitive Services account.
51
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
52
+ * @param accountName The name of Cognitive Services account.
53
+ * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
54
+ * Account
55
+ * @param commitmentPlan The commitmentPlan properties.
56
+ * @param options The options parameters.
57
+ */
58
+ createOrUpdate(
59
+ resourceGroupName: string,
60
+ accountName: string,
61
+ commitmentPlanName: string,
62
+ commitmentPlan: CommitmentPlan,
63
+ options?: CommitmentPlansCreateOrUpdateOptionalParams
64
+ ): Promise<CommitmentPlansCreateOrUpdateResponse>;
65
+ /**
66
+ * Deletes the specified commitmentPlan associated with the Cognitive Services account.
67
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
68
+ * @param accountName The name of Cognitive Services account.
69
+ * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
70
+ * Account
71
+ * @param options The options parameters.
72
+ */
73
+ beginDelete(
74
+ resourceGroupName: string,
75
+ accountName: string,
76
+ commitmentPlanName: string,
77
+ options?: CommitmentPlansDeleteOptionalParams
78
+ ): Promise<PollerLike<PollOperationState<void>, void>>;
79
+ /**
80
+ * Deletes the specified commitmentPlan associated with the Cognitive Services account.
81
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
82
+ * @param accountName The name of Cognitive Services account.
83
+ * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
84
+ * Account
85
+ * @param options The options parameters.
86
+ */
87
+ beginDeleteAndWait(
88
+ resourceGroupName: string,
89
+ accountName: string,
90
+ commitmentPlanName: string,
91
+ options?: CommitmentPlansDeleteOptionalParams
92
+ ): Promise<void>;
93
+ }
@@ -0,0 +1,24 @@
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 { PagedAsyncIterableIterator } from "@azure/core-paging";
10
+ import { CommitmentTier, CommitmentTiersListOptionalParams } from "../models";
11
+
12
+ /// <reference lib="esnext.asynciterable" />
13
+ /** Interface representing a CommitmentTiers. */
14
+ export interface CommitmentTiers {
15
+ /**
16
+ * List Commitment Tiers.
17
+ * @param location Resource location.
18
+ * @param options The options parameters.
19
+ */
20
+ list(
21
+ location: string,
22
+ options?: CommitmentTiersListOptionalParams
23
+ ): PagedAsyncIterableIterator<CommitmentTier>;
24
+ }
@@ -0,0 +1,68 @@
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 { PagedAsyncIterableIterator } from "@azure/core-paging";
10
+ import { PollerLike, PollOperationState } from "@azure/core-lro";
11
+ import {
12
+ Account,
13
+ DeletedAccountsListOptionalParams,
14
+ DeletedAccountsGetOptionalParams,
15
+ DeletedAccountsGetResponse,
16
+ DeletedAccountsPurgeOptionalParams
17
+ } from "../models";
18
+
19
+ /// <reference lib="esnext.asynciterable" />
20
+ /** Interface representing a DeletedAccounts. */
21
+ export interface DeletedAccounts {
22
+ /**
23
+ * Returns all the resources of a particular type belonging to a subscription.
24
+ * @param options The options parameters.
25
+ */
26
+ list(
27
+ options?: DeletedAccountsListOptionalParams
28
+ ): PagedAsyncIterableIterator<Account>;
29
+ /**
30
+ * Returns a Cognitive Services account specified by the parameters.
31
+ * @param location Resource location.
32
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
33
+ * @param accountName The name of Cognitive Services account.
34
+ * @param options The options parameters.
35
+ */
36
+ get(
37
+ location: string,
38
+ resourceGroupName: string,
39
+ accountName: string,
40
+ options?: DeletedAccountsGetOptionalParams
41
+ ): Promise<DeletedAccountsGetResponse>;
42
+ /**
43
+ * Deletes a Cognitive Services account from the resource group.
44
+ * @param location Resource location.
45
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
46
+ * @param accountName The name of Cognitive Services account.
47
+ * @param options The options parameters.
48
+ */
49
+ beginPurge(
50
+ location: string,
51
+ resourceGroupName: string,
52
+ accountName: string,
53
+ options?: DeletedAccountsPurgeOptionalParams
54
+ ): Promise<PollerLike<PollOperationState<void>, void>>;
55
+ /**
56
+ * Deletes a Cognitive Services account from the resource group.
57
+ * @param location Resource location.
58
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
59
+ * @param accountName The name of Cognitive Services account.
60
+ * @param options The options parameters.
61
+ */
62
+ beginPurgeAndWait(
63
+ location: string,
64
+ resourceGroupName: string,
65
+ accountName: string,
66
+ options?: DeletedAccountsPurgeOptionalParams
67
+ ): Promise<void>;
68
+ }