@azure/arm-webservices 1.1.1-alpha.20250210.1 → 1.1.1-alpha.20250211.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 (287) hide show
  1. package/README.md +30 -15
  2. package/{dist-esm/src → dist/browser}/azureMLWebServicesManagementClient.d.ts +2 -2
  3. package/dist/browser/azureMLWebServicesManagementClient.d.ts.map +1 -0
  4. package/{dist-esm/src → dist/browser}/azureMLWebServicesManagementClient.js +15 -18
  5. package/dist/browser/azureMLWebServicesManagementClient.js.map +1 -0
  6. package/dist/browser/index.d.ts +5 -0
  7. package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
  8. package/{dist-esm/src → dist/browser}/index.js +4 -4
  9. package/dist/browser/index.js.map +1 -0
  10. package/dist/browser/lroImpl.js +25 -0
  11. package/dist/browser/lroImpl.js.map +1 -0
  12. package/dist/browser/models/index.js.map +1 -0
  13. package/dist/browser/models/mappers.js.map +1 -0
  14. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  15. package/dist/browser/models/parameters.js.map +1 -0
  16. package/dist/browser/operations/index.d.ts +3 -0
  17. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  18. package/{dist-esm/src → dist/browser}/operations/index.js +2 -2
  19. package/dist/browser/operations/index.js.map +1 -0
  20. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  21. package/dist/browser/operations/operations.d.ts.map +1 -0
  22. package/{dist-esm/src → dist/browser}/operations/operations.js +2 -2
  23. package/dist/browser/operations/operations.js.map +1 -0
  24. package/{dist-esm/src → dist/browser}/operations/webServices.d.ts +3 -3
  25. package/dist/browser/operations/webServices.d.ts.map +1 -0
  26. package/{dist-esm/src → dist/browser}/operations/webServices.js +133 -149
  27. package/dist/browser/operations/webServices.js.map +1 -0
  28. package/dist/browser/operationsInterfaces/index.d.ts +3 -0
  29. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  30. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.js +2 -2
  31. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  32. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  33. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  34. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  35. package/{dist-esm/src → dist/browser}/operationsInterfaces/webServices.d.ts +1 -1
  36. package/dist/browser/operationsInterfaces/webServices.d.ts.map +1 -0
  37. package/dist/browser/operationsInterfaces/webServices.js.map +1 -0
  38. package/dist/browser/package.json +3 -0
  39. package/dist/browser/pagingHelper.js.map +1 -0
  40. package/dist/commonjs/azureMLWebServicesManagementClient.d.ts +21 -0
  41. package/dist/commonjs/azureMLWebServicesManagementClient.d.ts.map +1 -0
  42. package/dist/commonjs/azureMLWebServicesManagementClient.js +103 -0
  43. package/dist/commonjs/azureMLWebServicesManagementClient.js.map +1 -0
  44. package/dist/commonjs/index.d.ts +5 -0
  45. package/dist/commonjs/index.d.ts.map +1 -0
  46. package/dist/commonjs/index.js +19 -0
  47. package/dist/commonjs/index.js.map +1 -0
  48. package/dist/commonjs/lroImpl.d.ts +16 -0
  49. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  50. package/dist/commonjs/lroImpl.js +29 -0
  51. package/dist/commonjs/lroImpl.js.map +1 -0
  52. package/{types/arm-webservices.d.ts → dist/commonjs/models/index.d.ts} +751 -971
  53. package/dist/commonjs/models/index.d.ts.map +1 -0
  54. package/dist/commonjs/models/index.js +131 -0
  55. package/dist/commonjs/models/index.js.map +1 -0
  56. package/dist/commonjs/models/mappers.d.ts +40 -0
  57. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  58. package/dist/commonjs/models/mappers.js +1136 -0
  59. package/dist/commonjs/models/mappers.js.map +1 -0
  60. package/dist/commonjs/models/parameters.d.ts +15 -0
  61. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  62. package/dist/commonjs/models/parameters.js +133 -0
  63. package/dist/commonjs/models/parameters.js.map +1 -0
  64. package/dist/commonjs/operations/index.d.ts +3 -0
  65. package/dist/commonjs/operations/index.d.ts.map +1 -0
  66. package/dist/commonjs/operations/index.js +13 -0
  67. package/dist/commonjs/operations/index.js.map +1 -0
  68. package/dist/commonjs/operations/operations.d.ts +26 -0
  69. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  70. package/dist/commonjs/operations/operations.js +97 -0
  71. package/dist/commonjs/operations/operations.js.map +1 -0
  72. package/dist/commonjs/operations/webServices.d.ts +146 -0
  73. package/dist/commonjs/operations/webServices.d.ts.map +1 -0
  74. package/dist/commonjs/operations/webServices.js +614 -0
  75. package/dist/commonjs/operations/webServices.js.map +1 -0
  76. package/dist/commonjs/operationsInterfaces/index.d.ts +3 -0
  77. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  78. package/dist/commonjs/operationsInterfaces/index.js +13 -0
  79. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  80. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  81. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  82. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  83. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  84. package/dist/commonjs/operationsInterfaces/webServices.d.ts +110 -0
  85. package/dist/commonjs/operationsInterfaces/webServices.d.ts.map +1 -0
  86. package/dist/commonjs/operationsInterfaces/webServices.js +10 -0
  87. package/dist/commonjs/operationsInterfaces/webServices.js.map +1 -0
  88. package/dist/commonjs/package.json +3 -0
  89. package/dist/commonjs/pagingHelper.d.ts +13 -0
  90. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  91. package/dist/commonjs/pagingHelper.js +36 -0
  92. package/dist/commonjs/pagingHelper.js.map +1 -0
  93. package/dist/esm/azureMLWebServicesManagementClient.d.ts +21 -0
  94. package/dist/esm/azureMLWebServicesManagementClient.d.ts.map +1 -0
  95. package/dist/esm/azureMLWebServicesManagementClient.js +98 -0
  96. package/dist/esm/azureMLWebServicesManagementClient.js.map +1 -0
  97. package/dist/esm/index.d.ts +5 -0
  98. package/dist/esm/index.d.ts.map +1 -0
  99. package/{src/index.ts → dist/esm/index.js} +5 -5
  100. package/dist/esm/index.js.map +1 -0
  101. package/dist/esm/lroImpl.d.ts +16 -0
  102. package/dist/esm/lroImpl.d.ts.map +1 -0
  103. package/dist/esm/lroImpl.js +25 -0
  104. package/dist/esm/lroImpl.js.map +1 -0
  105. package/dist/esm/models/index.d.ts +751 -0
  106. package/dist/esm/models/index.d.ts.map +1 -0
  107. package/dist/esm/models/index.js +128 -0
  108. package/dist/esm/models/index.js.map +1 -0
  109. package/dist/esm/models/mappers.d.ts +40 -0
  110. package/dist/esm/models/mappers.d.ts.map +1 -0
  111. package/dist/esm/models/mappers.js +1133 -0
  112. package/dist/esm/models/mappers.js.map +1 -0
  113. package/dist/esm/models/parameters.d.ts +15 -0
  114. package/dist/esm/models/parameters.d.ts.map +1 -0
  115. package/dist/esm/models/parameters.js +130 -0
  116. package/dist/esm/models/parameters.js.map +1 -0
  117. package/dist/esm/operations/index.d.ts +3 -0
  118. package/dist/esm/operations/index.d.ts.map +1 -0
  119. package/dist/esm/operations/index.js +10 -0
  120. package/dist/esm/operations/index.js.map +1 -0
  121. package/dist/esm/operations/operations.d.ts +26 -0
  122. package/dist/esm/operations/operations.d.ts.map +1 -0
  123. package/dist/esm/operations/operations.js +93 -0
  124. package/dist/esm/operations/operations.js.map +1 -0
  125. package/dist/esm/operations/webServices.d.ts +146 -0
  126. package/dist/esm/operations/webServices.d.ts.map +1 -0
  127. package/dist/esm/operations/webServices.js +610 -0
  128. package/dist/esm/operations/webServices.js.map +1 -0
  129. package/dist/esm/operationsInterfaces/index.d.ts +3 -0
  130. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  131. package/dist/esm/operationsInterfaces/index.js +10 -0
  132. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  133. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  134. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  135. package/{src/operations/index.ts → dist/esm/operationsInterfaces/operations.js} +2 -3
  136. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  137. package/dist/esm/operationsInterfaces/webServices.d.ts +110 -0
  138. package/dist/esm/operationsInterfaces/webServices.d.ts.map +1 -0
  139. package/{src/operationsInterfaces/index.ts → dist/esm/operationsInterfaces/webServices.js} +2 -3
  140. package/dist/esm/operationsInterfaces/webServices.js.map +1 -0
  141. package/dist/esm/package.json +3 -0
  142. package/dist/esm/pagingHelper.d.ts +13 -0
  143. package/dist/esm/pagingHelper.d.ts.map +1 -0
  144. package/dist/esm/pagingHelper.js +32 -0
  145. package/dist/esm/pagingHelper.js.map +1 -0
  146. package/dist/react-native/azureMLWebServicesManagementClient.d.ts +21 -0
  147. package/dist/react-native/azureMLWebServicesManagementClient.d.ts.map +1 -0
  148. package/dist/react-native/azureMLWebServicesManagementClient.js +98 -0
  149. package/dist/react-native/azureMLWebServicesManagementClient.js.map +1 -0
  150. package/dist/react-native/index.d.ts +5 -0
  151. package/dist/react-native/index.d.ts.map +1 -0
  152. package/dist/react-native/index.js +13 -0
  153. package/dist/react-native/index.js.map +1 -0
  154. package/dist/react-native/lroImpl.d.ts +16 -0
  155. package/dist/react-native/lroImpl.d.ts.map +1 -0
  156. package/dist/react-native/lroImpl.js +25 -0
  157. package/dist/react-native/lroImpl.js.map +1 -0
  158. package/dist/react-native/models/index.d.ts +751 -0
  159. package/dist/react-native/models/index.d.ts.map +1 -0
  160. package/dist/react-native/models/index.js +128 -0
  161. package/dist/react-native/models/index.js.map +1 -0
  162. package/dist/react-native/models/mappers.d.ts +40 -0
  163. package/dist/react-native/models/mappers.d.ts.map +1 -0
  164. package/dist/react-native/models/mappers.js +1133 -0
  165. package/dist/react-native/models/mappers.js.map +1 -0
  166. package/dist/react-native/models/parameters.d.ts +15 -0
  167. package/dist/react-native/models/parameters.d.ts.map +1 -0
  168. package/dist/react-native/models/parameters.js +130 -0
  169. package/dist/react-native/models/parameters.js.map +1 -0
  170. package/dist/react-native/operations/index.d.ts +3 -0
  171. package/dist/react-native/operations/index.d.ts.map +1 -0
  172. package/dist/react-native/operations/index.js +10 -0
  173. package/dist/react-native/operations/index.js.map +1 -0
  174. package/dist/react-native/operations/operations.d.ts +26 -0
  175. package/dist/react-native/operations/operations.d.ts.map +1 -0
  176. package/dist/react-native/operations/operations.js +93 -0
  177. package/dist/react-native/operations/operations.js.map +1 -0
  178. package/dist/react-native/operations/webServices.d.ts +146 -0
  179. package/dist/react-native/operations/webServices.d.ts.map +1 -0
  180. package/dist/react-native/operations/webServices.js +610 -0
  181. package/dist/react-native/operations/webServices.js.map +1 -0
  182. package/dist/react-native/operationsInterfaces/index.d.ts +3 -0
  183. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  184. package/dist/react-native/operationsInterfaces/index.js +10 -0
  185. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  186. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  187. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  188. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  189. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  190. package/dist/react-native/operationsInterfaces/webServices.d.ts +110 -0
  191. package/dist/react-native/operationsInterfaces/webServices.d.ts.map +1 -0
  192. package/dist/react-native/operationsInterfaces/webServices.js +9 -0
  193. package/dist/react-native/operationsInterfaces/webServices.js.map +1 -0
  194. package/dist/react-native/package.json +3 -0
  195. package/dist/react-native/pagingHelper.d.ts +13 -0
  196. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  197. package/dist/react-native/pagingHelper.js +32 -0
  198. package/dist/react-native/pagingHelper.js.map +1 -0
  199. package/package.json +70 -41
  200. package/dist/index.js +0 -2326
  201. package/dist/index.js.map +0 -1
  202. package/dist/index.min.js +0 -1
  203. package/dist/index.min.js.map +0 -1
  204. package/dist-esm/samples-dev/webServicesCreateOrUpdateSample.d.ts +0 -2
  205. package/dist-esm/samples-dev/webServicesCreateOrUpdateSample.d.ts.map +0 -1
  206. package/dist-esm/samples-dev/webServicesCreateOrUpdateSample.js +0 -138
  207. package/dist-esm/samples-dev/webServicesCreateOrUpdateSample.js.map +0 -1
  208. package/dist-esm/samples-dev/webServicesCreateRegionalPropertiesSample.d.ts +0 -2
  209. package/dist-esm/samples-dev/webServicesCreateRegionalPropertiesSample.d.ts.map +0 -1
  210. package/dist-esm/samples-dev/webServicesCreateRegionalPropertiesSample.js +0 -30
  211. package/dist-esm/samples-dev/webServicesCreateRegionalPropertiesSample.js.map +0 -1
  212. package/dist-esm/samples-dev/webServicesGetSample.d.ts +0 -2
  213. package/dist-esm/samples-dev/webServicesGetSample.d.ts.map +0 -1
  214. package/dist-esm/samples-dev/webServicesGetSample.js +0 -29
  215. package/dist-esm/samples-dev/webServicesGetSample.js.map +0 -1
  216. package/dist-esm/samples-dev/webServicesListByResourceGroupSample.d.ts +0 -2
  217. package/dist-esm/samples-dev/webServicesListByResourceGroupSample.d.ts.map +0 -1
  218. package/dist-esm/samples-dev/webServicesListByResourceGroupSample.js +0 -44
  219. package/dist-esm/samples-dev/webServicesListByResourceGroupSample.js.map +0 -1
  220. package/dist-esm/samples-dev/webServicesListBySubscriptionIdSample.d.ts +0 -2
  221. package/dist-esm/samples-dev/webServicesListBySubscriptionIdSample.d.ts.map +0 -1
  222. package/dist-esm/samples-dev/webServicesListBySubscriptionIdSample.js +0 -43
  223. package/dist-esm/samples-dev/webServicesListBySubscriptionIdSample.js.map +0 -1
  224. package/dist-esm/samples-dev/webServicesListKeysSample.d.ts +0 -2
  225. package/dist-esm/samples-dev/webServicesListKeysSample.d.ts.map +0 -1
  226. package/dist-esm/samples-dev/webServicesListKeysSample.js +0 -29
  227. package/dist-esm/samples-dev/webServicesListKeysSample.js.map +0 -1
  228. package/dist-esm/samples-dev/webServicesPatchSample.d.ts +0 -2
  229. package/dist-esm/samples-dev/webServicesPatchSample.d.ts.map +0 -1
  230. package/dist-esm/samples-dev/webServicesPatchSample.js +0 -30
  231. package/dist-esm/samples-dev/webServicesPatchSample.js.map +0 -1
  232. package/dist-esm/samples-dev/webServicesRemoveSample.d.ts +0 -2
  233. package/dist-esm/samples-dev/webServicesRemoveSample.d.ts.map +0 -1
  234. package/dist-esm/samples-dev/webServicesRemoveSample.js +0 -29
  235. package/dist-esm/samples-dev/webServicesRemoveSample.js.map +0 -1
  236. package/dist-esm/src/azureMLWebServicesManagementClient.d.ts.map +0 -1
  237. package/dist-esm/src/azureMLWebServicesManagementClient.js.map +0 -1
  238. package/dist-esm/src/index.d.ts +0 -5
  239. package/dist-esm/src/index.js.map +0 -1
  240. package/dist-esm/src/lroImpl.js +0 -29
  241. package/dist-esm/src/lroImpl.js.map +0 -1
  242. package/dist-esm/src/models/index.js.map +0 -1
  243. package/dist-esm/src/models/mappers.js.map +0 -1
  244. package/dist-esm/src/models/parameters.js.map +0 -1
  245. package/dist-esm/src/operations/index.d.ts +0 -3
  246. package/dist-esm/src/operations/index.js.map +0 -1
  247. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  248. package/dist-esm/src/operations/operations.js.map +0 -1
  249. package/dist-esm/src/operations/webServices.d.ts.map +0 -1
  250. package/dist-esm/src/operations/webServices.js.map +0 -1
  251. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -3
  252. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  253. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  254. package/dist-esm/src/operationsInterfaces/webServices.d.ts.map +0 -1
  255. package/dist-esm/src/operationsInterfaces/webServices.js.map +0 -1
  256. package/dist-esm/src/pagingHelper.js.map +0 -1
  257. package/dist-esm/test/sampleTest.d.ts +0 -2
  258. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  259. package/dist-esm/test/sampleTest.js +0 -42
  260. package/dist-esm/test/sampleTest.js.map +0 -1
  261. package/src/azureMLWebServicesManagementClient.ts +0 -142
  262. package/src/lroImpl.ts +0 -34
  263. package/src/models/index.ts +0 -813
  264. package/src/models/mappers.ts +0 -1179
  265. package/src/models/parameters.ts +0 -151
  266. package/src/operations/operations.ts +0 -100
  267. package/src/operations/webServices.ts +0 -855
  268. package/src/operationsInterfaces/operations.ts +0 -22
  269. package/src/operationsInterfaces/webServices.ts +0 -201
  270. package/src/pagingHelper.ts +0 -39
  271. package/tsconfig.json +0 -35
  272. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  273. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  274. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  275. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  276. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  277. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  278. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  279. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  280. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  281. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  282. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  283. /package/{dist-esm/src → dist/browser}/operationsInterfaces/webServices.js +0 -0
  284. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  285. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  286. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
  287. /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"webServices.js","sourceRoot":"","sources":["../../../src/operations/webServices.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { WebServices } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { AzureMLWebServicesManagementClient } from \"../azureMLWebServicesManagementClient.js\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl.js\";\nimport {\n WebService,\n WebServicesListByResourceGroupNextOptionalParams,\n WebServicesListByResourceGroupOptionalParams,\n WebServicesListByResourceGroupResponse,\n WebServicesListBySubscriptionIdNextOptionalParams,\n WebServicesListBySubscriptionIdOptionalParams,\n WebServicesListBySubscriptionIdResponse,\n WebServicesCreateOrUpdateOptionalParams,\n WebServicesCreateOrUpdateResponse,\n WebServicesGetOptionalParams,\n WebServicesGetResponse,\n PatchedWebService,\n WebServicesPatchOptionalParams,\n WebServicesPatchResponse,\n WebServicesRemoveOptionalParams,\n WebServicesCreateRegionalPropertiesOptionalParams,\n WebServicesCreateRegionalPropertiesResponse,\n WebServicesListKeysOptionalParams,\n WebServicesListKeysResponse,\n WebServicesListByResourceGroupNextResponse,\n WebServicesListBySubscriptionIdNextResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing WebServices operations. */\nexport class WebServicesImpl implements WebServices {\n private readonly client: AzureMLWebServicesManagementClient;\n\n /**\n * Initialize a new instance of the class WebServices class.\n * @param client Reference to the service client\n */\n constructor(client: AzureMLWebServicesManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets the web services in the specified resource group.\n * @param resourceGroupName Name of the resource group in which the web service is located.\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroupName: string,\n options?: WebServicesListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<WebService> {\n const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByResourceGroupPagingPage(\n resourceGroupName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: WebServicesListByResourceGroupOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<WebService[]> {\n let result: WebServicesListByResourceGroupResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByResourceGroup(resourceGroupName, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByResourceGroupNext(\n resourceGroupName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByResourceGroupPagingAll(\n resourceGroupName: string,\n options?: WebServicesListByResourceGroupOptionalParams\n ): AsyncIterableIterator<WebService> {\n for await (const page of this.listByResourceGroupPagingPage(\n resourceGroupName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Gets the web services in the specified subscription.\n * @param options The options parameters.\n */\n public listBySubscriptionId(\n options?: WebServicesListBySubscriptionIdOptionalParams\n ): PagedAsyncIterableIterator<WebService> {\n const iter = this.listBySubscriptionIdPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listBySubscriptionIdPagingPage(options, settings);\n }\n };\n }\n\n private async *listBySubscriptionIdPagingPage(\n options?: WebServicesListBySubscriptionIdOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<WebService[]> {\n let result: WebServicesListBySubscriptionIdResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listBySubscriptionId(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listBySubscriptionIdNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listBySubscriptionIdPagingAll(\n options?: WebServicesListBySubscriptionIdOptionalParams\n ): AsyncIterableIterator<WebService> {\n for await (const page of this.listBySubscriptionIdPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Create or update a web service. This call will overwrite an existing web service. Note that there is\n * no warning or confirmation. This is a nonrecoverable operation. If your intent is to create a new\n * web service, call the Get operation first to verify that it does not exist.\n * @param resourceGroupName Name of the resource group in which the web service is located.\n * @param webServiceName The name of the web service.\n * @param createOrUpdatePayload The payload that is used to create or update the web service.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n webServiceName: string,\n createOrUpdatePayload: WebService,\n options?: WebServicesCreateOrUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<WebServicesCreateOrUpdateResponse>,\n WebServicesCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<WebServicesCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, webServiceName, createOrUpdatePayload, options },\n createOrUpdateOperationSpec\n );\n const poller = new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Create or update a web service. This call will overwrite an existing web service. Note that there is\n * no warning or confirmation. This is a nonrecoverable operation. If your intent is to create a new\n * web service, call the Get operation first to verify that it does not exist.\n * @param resourceGroupName Name of the resource group in which the web service is located.\n * @param webServiceName The name of the web service.\n * @param createOrUpdatePayload The payload that is used to create or update the web service.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n webServiceName: string,\n createOrUpdatePayload: WebService,\n options?: WebServicesCreateOrUpdateOptionalParams\n ): Promise<WebServicesCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n webServiceName,\n createOrUpdatePayload,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Gets the Web Service Definition as specified by a subscription, resource group, and name. Note that\n * the storage credentials and web service keys are not returned by this call. To get the web service\n * access keys, call List Keys.\n * @param resourceGroupName Name of the resource group in which the web service is located.\n * @param webServiceName The name of the web service.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n webServiceName: string,\n options?: WebServicesGetOptionalParams\n ): Promise<WebServicesGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, webServiceName, options },\n getOperationSpec\n );\n }\n\n /**\n * Modifies an existing web service resource. The PATCH API call is an asynchronous operation. To\n * determine whether it has completed successfully, you must perform a Get operation.\n * @param resourceGroupName Name of the resource group in which the web service is located.\n * @param webServiceName The name of the web service.\n * @param patchPayload The payload to use to patch the web service.\n * @param options The options parameters.\n */\n async beginPatch(\n resourceGroupName: string,\n webServiceName: string,\n patchPayload: PatchedWebService,\n options?: WebServicesPatchOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<WebServicesPatchResponse>,\n WebServicesPatchResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<WebServicesPatchResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, webServiceName, patchPayload, options },\n patchOperationSpec\n );\n const poller = new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Modifies an existing web service resource. The PATCH API call is an asynchronous operation. To\n * determine whether it has completed successfully, you must perform a Get operation.\n * @param resourceGroupName Name of the resource group in which the web service is located.\n * @param webServiceName The name of the web service.\n * @param patchPayload The payload to use to patch the web service.\n * @param options The options parameters.\n */\n async beginPatchAndWait(\n resourceGroupName: string,\n webServiceName: string,\n patchPayload: PatchedWebService,\n options?: WebServicesPatchOptionalParams\n ): Promise<WebServicesPatchResponse> {\n const poller = await this.beginPatch(\n resourceGroupName,\n webServiceName,\n patchPayload,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Deletes the specified web service.\n * @param resourceGroupName Name of the resource group in which the web service is located.\n * @param webServiceName The name of the web service.\n * @param options The options parameters.\n */\n async beginRemove(\n resourceGroupName: string,\n webServiceName: string,\n options?: WebServicesRemoveOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, webServiceName, options },\n removeOperationSpec\n );\n const poller = new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Deletes the specified web service.\n * @param resourceGroupName Name of the resource group in which the web service is located.\n * @param webServiceName The name of the web service.\n * @param options The options parameters.\n */\n async beginRemoveAndWait(\n resourceGroupName: string,\n webServiceName: string,\n options?: WebServicesRemoveOptionalParams\n ): Promise<void> {\n const poller = await this.beginRemove(\n resourceGroupName,\n webServiceName,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Creates an encrypted credentials parameter blob for the specified region. To get the web service\n * from a region other than the region in which it has been created, you must first call Create\n * Regional Web Services Properties to create a copy of the encrypted credential parameter blob in that\n * region. You only need to do this before the first time that you get the web service in the new\n * region.\n * @param resourceGroupName Name of the resource group in which the web service is located.\n * @param webServiceName The name of the web service.\n * @param region The region for which encrypted credential parameters are created.\n * @param options The options parameters.\n */\n async beginCreateRegionalProperties(\n resourceGroupName: string,\n webServiceName: string,\n region: string,\n options?: WebServicesCreateRegionalPropertiesOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<WebServicesCreateRegionalPropertiesResponse>,\n WebServicesCreateRegionalPropertiesResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<WebServicesCreateRegionalPropertiesResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, webServiceName, region, options },\n createRegionalPropertiesOperationSpec\n );\n const poller = new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Creates an encrypted credentials parameter blob for the specified region. To get the web service\n * from a region other than the region in which it has been created, you must first call Create\n * Regional Web Services Properties to create a copy of the encrypted credential parameter blob in that\n * region. You only need to do this before the first time that you get the web service in the new\n * region.\n * @param resourceGroupName Name of the resource group in which the web service is located.\n * @param webServiceName The name of the web service.\n * @param region The region for which encrypted credential parameters are created.\n * @param options The options parameters.\n */\n async beginCreateRegionalPropertiesAndWait(\n resourceGroupName: string,\n webServiceName: string,\n region: string,\n options?: WebServicesCreateRegionalPropertiesOptionalParams\n ): Promise<WebServicesCreateRegionalPropertiesResponse> {\n const poller = await this.beginCreateRegionalProperties(\n resourceGroupName,\n webServiceName,\n region,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Gets the access keys for the specified web service.\n * @param resourceGroupName Name of the resource group in which the web service is located.\n * @param webServiceName The name of the web service.\n * @param options The options parameters.\n */\n listKeys(\n resourceGroupName: string,\n webServiceName: string,\n options?: WebServicesListKeysOptionalParams\n ): Promise<WebServicesListKeysResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, webServiceName, options },\n listKeysOperationSpec\n );\n }\n\n /**\n * Gets the web services in the specified resource group.\n * @param resourceGroupName Name of the resource group in which the web service is located.\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroupName: string,\n options?: WebServicesListByResourceGroupOptionalParams\n ): Promise<WebServicesListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec\n );\n }\n\n /**\n * Gets the web services in the specified subscription.\n * @param options The options parameters.\n */\n private _listBySubscriptionId(\n options?: WebServicesListBySubscriptionIdOptionalParams\n ): Promise<WebServicesListBySubscriptionIdResponse> {\n return this.client.sendOperationRequest(\n { options },\n listBySubscriptionIdOperationSpec\n );\n }\n\n /**\n * ListByResourceGroupNext\n * @param resourceGroupName Name of the resource group in which the web service is located.\n * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.\n * @param options The options parameters.\n */\n private _listByResourceGroupNext(\n resourceGroupName: string,\n nextLink: string,\n options?: WebServicesListByResourceGroupNextOptionalParams\n ): Promise<WebServicesListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listByResourceGroupNextOperationSpec\n );\n }\n\n /**\n * ListBySubscriptionIdNext\n * @param nextLink The nextLink from the previous successful call to the ListBySubscriptionId method.\n * @param options The options parameters.\n */\n private _listBySubscriptionIdNext(\n nextLink: string,\n options?: WebServicesListBySubscriptionIdNextOptionalParams\n ): Promise<WebServicesListBySubscriptionIdNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listBySubscriptionIdNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/webServices/{webServiceName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.WebService\n },\n 201: {\n bodyMapper: Mappers.WebService\n },\n 202: {\n bodyMapper: Mappers.WebService\n },\n 204: {\n bodyMapper: Mappers.WebService\n }\n },\n requestBody: Parameters.createOrUpdatePayload,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.webServiceName,\n Parameters.subscriptionId\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/webServices/{webServiceName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.WebService\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.region],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.webServiceName,\n Parameters.subscriptionId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst patchOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/webServices/{webServiceName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.WebService\n },\n 201: {\n bodyMapper: Mappers.WebService\n },\n 202: {\n bodyMapper: Mappers.WebService\n },\n 204: {\n bodyMapper: Mappers.WebService\n }\n },\n requestBody: Parameters.patchPayload,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.webServiceName,\n Parameters.subscriptionId\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst removeOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/webServices/{webServiceName}\",\n httpMethod: \"DELETE\",\n responses: { 200: {}, 201: {}, 202: {}, 204: {} },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.webServiceName,\n Parameters.subscriptionId\n ],\n serializer\n};\nconst createRegionalPropertiesOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/webServices/{webServiceName}/CreateRegionalBlob\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.AsyncOperationStatus\n },\n 201: {\n bodyMapper: Mappers.AsyncOperationStatus\n },\n 202: {\n bodyMapper: Mappers.AsyncOperationStatus\n },\n 204: {\n bodyMapper: Mappers.AsyncOperationStatus\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.region1],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.webServiceName,\n Parameters.subscriptionId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listKeysOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/webServices/{webServiceName}/listKeys\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.WebServiceKeys\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.webServiceName,\n Parameters.subscriptionId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/webServices\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PaginatedWebServicesList\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.skiptoken],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySubscriptionIdOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.MachineLearning/webServices\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PaginatedWebServicesList\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.skiptoken],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PaginatedWebServicesList\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.skiptoken],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySubscriptionIdNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PaginatedWebServicesList\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.skiptoken],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
@@ -0,0 +1,3 @@
1
+ export * from "./operations.js";
2
+ export * from "./webServices.js";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC"}
@@ -0,0 +1,10 @@
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
+ export * from "./operations.js";
9
+ export * from "./webServices.js";
10
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./operations.js\";\nexport * from \"./webServices.js\";\n"]}
@@ -0,0 +1,11 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { OperationEntity, OperationsListOptionalParams } from "../models/index.js";
3
+ /** Interface representing a Operations. */
4
+ export interface Operations {
5
+ /**
6
+ * Lists all the available REST API operations.
7
+ * @param options The options parameters.
8
+ */
9
+ list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<OperationEntity>;
10
+ }
11
+ //# sourceMappingURL=operations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,eAAe,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAGnF,2CAA2C;AAC3C,MAAM,WAAW,UAAU;IACzB;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,eAAe,CAAC,CAAC;CAChD"}
@@ -0,0 +1,9 @@
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
+ export {};
9
+ //# sourceMappingURL=operations.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { OperationEntity, OperationsListOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Operations. */\nexport interface Operations {\n /**\n * Lists all the available REST API operations.\n * @param options The options parameters.\n */\n list(\n options?: OperationsListOptionalParams\n ): PagedAsyncIterableIterator<OperationEntity>;\n}\n"]}
@@ -0,0 +1,110 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { PollerLike, PollOperationState } from "@azure/core-lro";
3
+ import { WebService, WebServicesListByResourceGroupOptionalParams, WebServicesListBySubscriptionIdOptionalParams, WebServicesCreateOrUpdateOptionalParams, WebServicesCreateOrUpdateResponse, WebServicesGetOptionalParams, WebServicesGetResponse, PatchedWebService, WebServicesPatchOptionalParams, WebServicesPatchResponse, WebServicesRemoveOptionalParams, WebServicesCreateRegionalPropertiesOptionalParams, WebServicesCreateRegionalPropertiesResponse, WebServicesListKeysOptionalParams, WebServicesListKeysResponse } from "../models/index.js";
4
+ /** Interface representing a WebServices. */
5
+ export interface WebServices {
6
+ /**
7
+ * Gets the web services in the specified resource group.
8
+ * @param resourceGroupName Name of the resource group in which the web service is located.
9
+ * @param options The options parameters.
10
+ */
11
+ listByResourceGroup(resourceGroupName: string, options?: WebServicesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<WebService>;
12
+ /**
13
+ * Gets the web services in the specified subscription.
14
+ * @param options The options parameters.
15
+ */
16
+ listBySubscriptionId(options?: WebServicesListBySubscriptionIdOptionalParams): PagedAsyncIterableIterator<WebService>;
17
+ /**
18
+ * Create or update a web service. This call will overwrite an existing web service. Note that there is
19
+ * no warning or confirmation. This is a nonrecoverable operation. If your intent is to create a new
20
+ * web service, call the Get operation first to verify that it does not exist.
21
+ * @param resourceGroupName Name of the resource group in which the web service is located.
22
+ * @param webServiceName The name of the web service.
23
+ * @param createOrUpdatePayload The payload that is used to create or update the web service.
24
+ * @param options The options parameters.
25
+ */
26
+ beginCreateOrUpdate(resourceGroupName: string, webServiceName: string, createOrUpdatePayload: WebService, options?: WebServicesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<WebServicesCreateOrUpdateResponse>, WebServicesCreateOrUpdateResponse>>;
27
+ /**
28
+ * Create or update a web service. This call will overwrite an existing web service. Note that there is
29
+ * no warning or confirmation. This is a nonrecoverable operation. If your intent is to create a new
30
+ * web service, call the Get operation first to verify that it does not exist.
31
+ * @param resourceGroupName Name of the resource group in which the web service is located.
32
+ * @param webServiceName The name of the web service.
33
+ * @param createOrUpdatePayload The payload that is used to create or update the web service.
34
+ * @param options The options parameters.
35
+ */
36
+ beginCreateOrUpdateAndWait(resourceGroupName: string, webServiceName: string, createOrUpdatePayload: WebService, options?: WebServicesCreateOrUpdateOptionalParams): Promise<WebServicesCreateOrUpdateResponse>;
37
+ /**
38
+ * Gets the Web Service Definition as specified by a subscription, resource group, and name. Note that
39
+ * the storage credentials and web service keys are not returned by this call. To get the web service
40
+ * access keys, call List Keys.
41
+ * @param resourceGroupName Name of the resource group in which the web service is located.
42
+ * @param webServiceName The name of the web service.
43
+ * @param options The options parameters.
44
+ */
45
+ get(resourceGroupName: string, webServiceName: string, options?: WebServicesGetOptionalParams): Promise<WebServicesGetResponse>;
46
+ /**
47
+ * Modifies an existing web service resource. The PATCH API call is an asynchronous operation. To
48
+ * determine whether it has completed successfully, you must perform a Get operation.
49
+ * @param resourceGroupName Name of the resource group in which the web service is located.
50
+ * @param webServiceName The name of the web service.
51
+ * @param patchPayload The payload to use to patch the web service.
52
+ * @param options The options parameters.
53
+ */
54
+ beginPatch(resourceGroupName: string, webServiceName: string, patchPayload: PatchedWebService, options?: WebServicesPatchOptionalParams): Promise<PollerLike<PollOperationState<WebServicesPatchResponse>, WebServicesPatchResponse>>;
55
+ /**
56
+ * Modifies an existing web service resource. The PATCH API call is an asynchronous operation. To
57
+ * determine whether it has completed successfully, you must perform a Get operation.
58
+ * @param resourceGroupName Name of the resource group in which the web service is located.
59
+ * @param webServiceName The name of the web service.
60
+ * @param patchPayload The payload to use to patch the web service.
61
+ * @param options The options parameters.
62
+ */
63
+ beginPatchAndWait(resourceGroupName: string, webServiceName: string, patchPayload: PatchedWebService, options?: WebServicesPatchOptionalParams): Promise<WebServicesPatchResponse>;
64
+ /**
65
+ * Deletes the specified web service.
66
+ * @param resourceGroupName Name of the resource group in which the web service is located.
67
+ * @param webServiceName The name of the web service.
68
+ * @param options The options parameters.
69
+ */
70
+ beginRemove(resourceGroupName: string, webServiceName: string, options?: WebServicesRemoveOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
71
+ /**
72
+ * Deletes the specified web service.
73
+ * @param resourceGroupName Name of the resource group in which the web service is located.
74
+ * @param webServiceName The name of the web service.
75
+ * @param options The options parameters.
76
+ */
77
+ beginRemoveAndWait(resourceGroupName: string, webServiceName: string, options?: WebServicesRemoveOptionalParams): Promise<void>;
78
+ /**
79
+ * Creates an encrypted credentials parameter blob for the specified region. To get the web service
80
+ * from a region other than the region in which it has been created, you must first call Create
81
+ * Regional Web Services Properties to create a copy of the encrypted credential parameter blob in that
82
+ * region. You only need to do this before the first time that you get the web service in the new
83
+ * region.
84
+ * @param resourceGroupName Name of the resource group in which the web service is located.
85
+ * @param webServiceName The name of the web service.
86
+ * @param region The region for which encrypted credential parameters are created.
87
+ * @param options The options parameters.
88
+ */
89
+ beginCreateRegionalProperties(resourceGroupName: string, webServiceName: string, region: string, options?: WebServicesCreateRegionalPropertiesOptionalParams): Promise<PollerLike<PollOperationState<WebServicesCreateRegionalPropertiesResponse>, WebServicesCreateRegionalPropertiesResponse>>;
90
+ /**
91
+ * Creates an encrypted credentials parameter blob for the specified region. To get the web service
92
+ * from a region other than the region in which it has been created, you must first call Create
93
+ * Regional Web Services Properties to create a copy of the encrypted credential parameter blob in that
94
+ * region. You only need to do this before the first time that you get the web service in the new
95
+ * region.
96
+ * @param resourceGroupName Name of the resource group in which the web service is located.
97
+ * @param webServiceName The name of the web service.
98
+ * @param region The region for which encrypted credential parameters are created.
99
+ * @param options The options parameters.
100
+ */
101
+ beginCreateRegionalPropertiesAndWait(resourceGroupName: string, webServiceName: string, region: string, options?: WebServicesCreateRegionalPropertiesOptionalParams): Promise<WebServicesCreateRegionalPropertiesResponse>;
102
+ /**
103
+ * Gets the access keys for the specified web service.
104
+ * @param resourceGroupName Name of the resource group in which the web service is located.
105
+ * @param webServiceName The name of the web service.
106
+ * @param options The options parameters.
107
+ */
108
+ listKeys(resourceGroupName: string, webServiceName: string, options?: WebServicesListKeysOptionalParams): Promise<WebServicesListKeysResponse>;
109
+ }
110
+ //# sourceMappingURL=webServices.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"webServices.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/webServices.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,9 @@
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
+ export {};
9
+ //# sourceMappingURL=webServices.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"webServices.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/webServices.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { PollerLike, PollOperationState } from \"@azure/core-lro\";\nimport {\n WebService,\n WebServicesListByResourceGroupOptionalParams,\n WebServicesListBySubscriptionIdOptionalParams,\n WebServicesCreateOrUpdateOptionalParams,\n WebServicesCreateOrUpdateResponse,\n WebServicesGetOptionalParams,\n WebServicesGetResponse,\n PatchedWebService,\n WebServicesPatchOptionalParams,\n WebServicesPatchResponse,\n WebServicesRemoveOptionalParams,\n WebServicesCreateRegionalPropertiesOptionalParams,\n WebServicesCreateRegionalPropertiesResponse,\n WebServicesListKeysOptionalParams,\n WebServicesListKeysResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a WebServices. */\nexport interface WebServices {\n /**\n * Gets the web services in the specified resource group.\n * @param resourceGroupName Name of the resource group in which the web service is located.\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: WebServicesListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<WebService>;\n /**\n * Gets the web services in the specified subscription.\n * @param options The options parameters.\n */\n listBySubscriptionId(\n options?: WebServicesListBySubscriptionIdOptionalParams\n ): PagedAsyncIterableIterator<WebService>;\n /**\n * Create or update a web service. This call will overwrite an existing web service. Note that there is\n * no warning or confirmation. This is a nonrecoverable operation. If your intent is to create a new\n * web service, call the Get operation first to verify that it does not exist.\n * @param resourceGroupName Name of the resource group in which the web service is located.\n * @param webServiceName The name of the web service.\n * @param createOrUpdatePayload The payload that is used to create or update the web service.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n webServiceName: string,\n createOrUpdatePayload: WebService,\n options?: WebServicesCreateOrUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<WebServicesCreateOrUpdateResponse>,\n WebServicesCreateOrUpdateResponse\n >\n >;\n /**\n * Create or update a web service. This call will overwrite an existing web service. Note that there is\n * no warning or confirmation. This is a nonrecoverable operation. If your intent is to create a new\n * web service, call the Get operation first to verify that it does not exist.\n * @param resourceGroupName Name of the resource group in which the web service is located.\n * @param webServiceName The name of the web service.\n * @param createOrUpdatePayload The payload that is used to create or update the web service.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n webServiceName: string,\n createOrUpdatePayload: WebService,\n options?: WebServicesCreateOrUpdateOptionalParams\n ): Promise<WebServicesCreateOrUpdateResponse>;\n /**\n * Gets the Web Service Definition as specified by a subscription, resource group, and name. Note that\n * the storage credentials and web service keys are not returned by this call. To get the web service\n * access keys, call List Keys.\n * @param resourceGroupName Name of the resource group in which the web service is located.\n * @param webServiceName The name of the web service.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n webServiceName: string,\n options?: WebServicesGetOptionalParams\n ): Promise<WebServicesGetResponse>;\n /**\n * Modifies an existing web service resource. The PATCH API call is an asynchronous operation. To\n * determine whether it has completed successfully, you must perform a Get operation.\n * @param resourceGroupName Name of the resource group in which the web service is located.\n * @param webServiceName The name of the web service.\n * @param patchPayload The payload to use to patch the web service.\n * @param options The options parameters.\n */\n beginPatch(\n resourceGroupName: string,\n webServiceName: string,\n patchPayload: PatchedWebService,\n options?: WebServicesPatchOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<WebServicesPatchResponse>,\n WebServicesPatchResponse\n >\n >;\n /**\n * Modifies an existing web service resource. The PATCH API call is an asynchronous operation. To\n * determine whether it has completed successfully, you must perform a Get operation.\n * @param resourceGroupName Name of the resource group in which the web service is located.\n * @param webServiceName The name of the web service.\n * @param patchPayload The payload to use to patch the web service.\n * @param options The options parameters.\n */\n beginPatchAndWait(\n resourceGroupName: string,\n webServiceName: string,\n patchPayload: PatchedWebService,\n options?: WebServicesPatchOptionalParams\n ): Promise<WebServicesPatchResponse>;\n /**\n * Deletes the specified web service.\n * @param resourceGroupName Name of the resource group in which the web service is located.\n * @param webServiceName The name of the web service.\n * @param options The options parameters.\n */\n beginRemove(\n resourceGroupName: string,\n webServiceName: string,\n options?: WebServicesRemoveOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>>;\n /**\n * Deletes the specified web service.\n * @param resourceGroupName Name of the resource group in which the web service is located.\n * @param webServiceName The name of the web service.\n * @param options The options parameters.\n */\n beginRemoveAndWait(\n resourceGroupName: string,\n webServiceName: string,\n options?: WebServicesRemoveOptionalParams\n ): Promise<void>;\n /**\n * Creates an encrypted credentials parameter blob for the specified region. To get the web service\n * from a region other than the region in which it has been created, you must first call Create\n * Regional Web Services Properties to create a copy of the encrypted credential parameter blob in that\n * region. You only need to do this before the first time that you get the web service in the new\n * region.\n * @param resourceGroupName Name of the resource group in which the web service is located.\n * @param webServiceName The name of the web service.\n * @param region The region for which encrypted credential parameters are created.\n * @param options The options parameters.\n */\n beginCreateRegionalProperties(\n resourceGroupName: string,\n webServiceName: string,\n region: string,\n options?: WebServicesCreateRegionalPropertiesOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<WebServicesCreateRegionalPropertiesResponse>,\n WebServicesCreateRegionalPropertiesResponse\n >\n >;\n /**\n * Creates an encrypted credentials parameter blob for the specified region. To get the web service\n * from a region other than the region in which it has been created, you must first call Create\n * Regional Web Services Properties to create a copy of the encrypted credential parameter blob in that\n * region. You only need to do this before the first time that you get the web service in the new\n * region.\n * @param resourceGroupName Name of the resource group in which the web service is located.\n * @param webServiceName The name of the web service.\n * @param region The region for which encrypted credential parameters are created.\n * @param options The options parameters.\n */\n beginCreateRegionalPropertiesAndWait(\n resourceGroupName: string,\n webServiceName: string,\n region: string,\n options?: WebServicesCreateRegionalPropertiesOptionalParams\n ): Promise<WebServicesCreateRegionalPropertiesResponse>;\n /**\n * Gets the access keys for the specified web service.\n * @param resourceGroupName Name of the resource group in which the web service is located.\n * @param webServiceName The name of the web service.\n * @param options The options parameters.\n */\n listKeys(\n resourceGroupName: string,\n webServiceName: string,\n options?: WebServicesListKeysOptionalParams\n ): Promise<WebServicesListKeysResponse>;\n}\n"]}
@@ -0,0 +1,3 @@
1
+ {
2
+ "type": "module"
3
+ }
@@ -0,0 +1,13 @@
1
+ export interface PageInfo {
2
+ continuationToken?: string;
3
+ }
4
+ /**
5
+ * Given a result page from a pageable operation, returns a
6
+ * continuation token that can be used to begin paging from
7
+ * that point later.
8
+ * @param page A result object from calling .byPage() on a paged operation.
9
+ * @returns The continuation token that can be passed into byPage().
10
+ */
11
+ export declare function getContinuationToken(page: unknown): string | undefined;
12
+ export declare function setContinuationToken(page: unknown, continuationToken: string | undefined): void;
13
+ //# sourceMappingURL=pagingHelper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pagingHelper.d.ts","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":"AAQA,MAAM,WAAW,QAAQ;IACvB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAID;;;;;;GAMG;AACH,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,CAKtE;AAED,wBAAgB,oBAAoB,CAClC,IAAI,EAAE,OAAO,EACb,iBAAiB,EAAE,MAAM,GAAG,SAAS,GACpC,IAAI,CAON"}
@@ -0,0 +1,32 @@
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
+ const pageMap = new WeakMap();
9
+ /**
10
+ * Given a result page from a pageable operation, returns a
11
+ * continuation token that can be used to begin paging from
12
+ * that point later.
13
+ * @param page A result object from calling .byPage() on a paged operation.
14
+ * @returns The continuation token that can be passed into byPage().
15
+ */
16
+ export function getContinuationToken(page) {
17
+ var _a;
18
+ if (typeof page !== "object" || page === null) {
19
+ return undefined;
20
+ }
21
+ return (_a = pageMap.get(page)) === null || _a === void 0 ? void 0 : _a.continuationToken;
22
+ }
23
+ export function setContinuationToken(page, continuationToken) {
24
+ var _a;
25
+ if (typeof page !== "object" || page === null || !continuationToken) {
26
+ return;
27
+ }
28
+ const pageInfo = (_a = pageMap.get(page)) !== null && _a !== void 0 ? _a : {};
29
+ pageInfo.continuationToken = continuationToken;
30
+ pageMap.set(page, pageInfo);
31
+ }
32
+ //# sourceMappingURL=pagingHelper.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pagingHelper.js","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAMH,MAAM,OAAO,GAAG,IAAI,OAAO,EAAoB,CAAC;AAEhD;;;;;;GAMG;AACH,MAAM,UAAU,oBAAoB,CAAC,IAAa;;IAChD,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,EAAE,CAAC;QAC9C,OAAO,SAAS,CAAC;IACnB,CAAC;IACD,OAAO,MAAA,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,0CAAE,iBAAiB,CAAC;AAC9C,CAAC;AAED,MAAM,UAAU,oBAAoB,CAClC,IAAa,EACb,iBAAqC;;IAErC,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,IAAI,CAAC,iBAAiB,EAAE,CAAC;QACpE,OAAO;IACT,CAAC;IACD,MAAM,QAAQ,GAAG,MAAA,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,mCAAI,EAAE,CAAC;IACzC,QAAQ,CAAC,iBAAiB,GAAG,iBAAiB,CAAC;IAC/C,OAAO,CAAC,GAAG,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC;AAC9B,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport interface PageInfo {\n continuationToken?: string;\n}\n\nconst pageMap = new WeakMap<object, PageInfo>();\n\n/**\n * Given a result page from a pageable operation, returns a\n * continuation token that can be used to begin paging from\n * that point later.\n * @param page A result object from calling .byPage() on a paged operation.\n * @returns The continuation token that can be passed into byPage().\n */\nexport function getContinuationToken(page: unknown): string | undefined {\n if (typeof page !== \"object\" || page === null) {\n return undefined;\n }\n return pageMap.get(page)?.continuationToken;\n}\n\nexport function setContinuationToken(\n page: unknown,\n continuationToken: string | undefined\n): void {\n if (typeof page !== \"object\" || page === null || !continuationToken) {\n return;\n }\n const pageInfo = pageMap.get(page) ?? {};\n pageInfo.continuationToken = continuationToken;\n pageMap.set(page, pageInfo);\n}\n"]}
package/package.json CHANGED
@@ -3,70 +3,59 @@
3
3
  "sdk-type": "mgmt",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "A generated SDK for AzureMLWebServicesManagementClient.",
6
- "version": "1.1.1-alpha.20250210.1",
6
+ "version": "1.1.1-alpha.20250211.2",
7
7
  "engines": {
8
8
  "node": ">=18.0.0"
9
9
  },
10
10
  "dependencies": {
11
- "@azure/abort-controller": "^1.0.0",
12
- "@azure/core-auth": "^1.3.0",
13
- "@azure/core-client": "^1.6.1",
11
+ "@azure/abort-controller": "^2.1.2",
12
+ "@azure/core-auth": "^1.9.0",
13
+ "@azure/core-client": "^1.9.2",
14
14
  "@azure/core-lro": "^2.2.0",
15
- "@azure/core-paging": "^1.2.0",
16
- "@azure/core-rest-pipeline": "^1.8.0",
17
- "tslib": "^2.2.0"
15
+ "@azure/core-paging": "^1.6.2",
16
+ "@azure/core-rest-pipeline": "^1.19.0",
17
+ "tslib": "^2.8.1"
18
18
  },
19
19
  "keywords": [
20
20
  "node",
21
21
  "azure",
22
22
  "typescript",
23
23
  "browser",
24
- "isomorphic"
24
+ "isomorphic",
25
+ "cloud"
25
26
  ],
26
27
  "license": "MIT",
27
- "main": "./dist/index.js",
28
- "module": "./dist-esm/src/index.js",
29
- "types": "./types/arm-webservices.d.ts",
28
+ "main": "./dist/commonjs/index.js",
29
+ "module": "./dist/esm/index.js",
30
+ "types": "./dist/commonjs/index.d.ts",
30
31
  "devDependencies": {
31
- "@azure-tools/test-credential": "^1.0.0",
32
- "@azure-tools/test-recorder": "^3.0.0",
32
+ "@azure-tools/test-credential": "^2.0.0",
33
+ "@azure-tools/test-recorder": ">=4.1.0-alpha <4.1.0-alphb",
34
+ "@azure-tools/test-utils-vitest": ">=1.0.0-alpha <1.0.0-alphb",
33
35
  "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
34
- "@azure/identity": "^4.0.1",
35
- "@types/chai": "^4.2.8",
36
- "@types/mocha": "^10.0.0",
36
+ "@azure/identity": "^4.6.0",
37
+ "@azure/logger": "^1.1.4",
37
38
  "@types/node": "^18.0.0",
38
- "chai": "^4.2.0",
39
- "mocha": "^11.0.2",
40
- "ts-node": "^10.0.0",
41
- "typescript": "~5.7.2"
39
+ "@vitest/browser": "^3.0.5",
40
+ "@vitest/coverage-istanbul": "^3.0.5",
41
+ "playwright": "^1.50.1",
42
+ "typescript": "~5.7.2",
43
+ "vitest": "^3.0.5"
42
44
  },
43
45
  "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/machinelearning/arm-webservices",
44
- "repository": {
45
- "type": "git",
46
- "url": "https://github.com/Azure/azure-sdk-for-js.git"
47
- },
46
+ "repository": "github:Azure/azure-sdk-for-js",
48
47
  "bugs": {
49
48
  "url": "https://github.com/Azure/azure-sdk-for-js/issues"
50
49
  },
51
50
  "files": [
52
- "dist/**/*.js",
53
- "dist/**/*.js.map",
54
- "dist/**/*.d.ts",
55
- "dist/**/*.d.ts.map",
56
- "dist-esm/**/*.js",
57
- "dist-esm/**/*.js.map",
58
- "dist-esm/**/*.d.ts",
59
- "dist-esm/**/*.d.ts.map",
60
- "src/**/*.ts",
51
+ "dist/",
61
52
  "README.md",
62
53
  "LICENSE",
63
- "tsconfig.json",
64
- "review/*",
65
- "CHANGELOG.md",
66
- "types/*"
54
+ "review/",
55
+ "CHANGELOG.md"
67
56
  ],
68
57
  "scripts": {
69
- "build": "npm run clean && tsc && dev-tool run bundle && npm run minify && npm run extract-api",
58
+ "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
70
59
  "build:browser": "echo skipped",
71
60
  "build:node": "echo skipped",
72
61
  "build:samples": "echo skipped.",
@@ -78,7 +67,7 @@
78
67
  "format": "echo skipped",
79
68
  "integration-test": "npm run integration-test:node && npm run integration-test:browser",
80
69
  "integration-test:browser": "echo skipped",
81
- "integration-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 'test/*.ts'",
70
+ "integration-test:node": "dev-tool run test:vitest --esm",
82
71
  "lint": "echo skipped",
83
72
  "minify": "dev-tool run vendored uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
84
73
  "pack": "npm pack 2>&1",
@@ -88,8 +77,8 @@
88
77
  "test:node": "echo skipped",
89
78
  "unit-test": "npm run unit-test:node && npm run unit-test:browser",
90
79
  "unit-test:browser": "echo skipped",
91
- "unit-test:node": "dev-tool run vendored cross-env TEST_MODE=playback npm run integration-test:node",
92
- "update-snippets": "echo skipped"
80
+ "unit-test:node": "dev-tool run test:vitest",
81
+ "update-snippets": "dev-tool run update-snippets"
93
82
  },
94
83
  "sideEffects": false,
95
84
  "//metadata": {
@@ -108,5 +97,45 @@
108
97
  ],
109
98
  "disableDocsMs": true,
110
99
  "apiRefLink": "https://learn.microsoft.com/javascript/api/@azure/arm-webservices?view=azure-node-preview"
100
+ },
101
+ "type": "module",
102
+ "tshy": {
103
+ "project": "./tsconfig.src.json",
104
+ "exports": {
105
+ "./package.json": "./package.json",
106
+ ".": "./src/index.ts"
107
+ },
108
+ "dialects": [
109
+ "esm",
110
+ "commonjs"
111
+ ],
112
+ "esmDialects": [
113
+ "browser",
114
+ "react-native"
115
+ ],
116
+ "selfLink": false
117
+ },
118
+ "browser": "./dist/browser/index.js",
119
+ "react-native": "./dist/react-native/index.js",
120
+ "exports": {
121
+ "./package.json": "./package.json",
122
+ ".": {
123
+ "browser": {
124
+ "types": "./dist/browser/index.d.ts",
125
+ "default": "./dist/browser/index.js"
126
+ },
127
+ "react-native": {
128
+ "types": "./dist/react-native/index.d.ts",
129
+ "default": "./dist/react-native/index.js"
130
+ },
131
+ "import": {
132
+ "types": "./dist/esm/index.d.ts",
133
+ "default": "./dist/esm/index.js"
134
+ },
135
+ "require": {
136
+ "types": "./dist/commonjs/index.d.ts",
137
+ "default": "./dist/commonjs/index.js"
138
+ }
139
+ }
111
140
  }
112
141
  }