@azure/arm-domainservices 4.1.1-alpha.20250123.1 → 4.1.1-alpha.20250127.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (385) hide show
  1. package/{dist-esm/src → dist/browser}/domainServicesResourceProvider.d.ts +2 -2
  2. package/dist/browser/domainServicesResourceProvider.d.ts.map +1 -0
  3. package/{dist-esm/src → dist/browser}/domainServicesResourceProvider.js +15 -18
  4. package/dist/browser/domainServicesResourceProvider.js.map +1 -0
  5. package/dist/browser/index.d.ts +5 -0
  6. package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
  7. package/{dist-esm/src → dist/browser}/index.js +4 -4
  8. package/dist/browser/index.js.map +1 -0
  9. package/dist/browser/lroImpl.js +25 -0
  10. package/dist/browser/lroImpl.js.map +1 -0
  11. package/dist/browser/models/index.js.map +1 -0
  12. package/dist/browser/models/mappers.js.map +1 -0
  13. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  14. package/dist/browser/models/parameters.js.map +1 -0
  15. package/{dist-esm/src → dist/browser}/operations/domainServiceOperations.d.ts +3 -3
  16. package/dist/browser/operations/domainServiceOperations.d.ts.map +1 -0
  17. package/{dist-esm/src → dist/browser}/operations/domainServiceOperations.js +3 -3
  18. package/dist/browser/operations/domainServiceOperations.js.map +1 -0
  19. package/{dist-esm/src → dist/browser}/operations/domainServices.d.ts +3 -3
  20. package/dist/browser/operations/domainServices.d.ts.map +1 -0
  21. package/{dist-esm/src → dist/browser}/operations/domainServices.js +101 -113
  22. package/dist/browser/operations/domainServices.js.map +1 -0
  23. package/dist/browser/operations/index.d.ts +5 -0
  24. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  25. package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +4 -4
  26. package/dist/browser/operations/index.js.map +1 -0
  27. package/{dist-esm/src → dist/browser}/operations/ouContainerOperationGrp.d.ts +3 -3
  28. package/dist/browser/operations/ouContainerOperationGrp.d.ts.map +1 -0
  29. package/{dist-esm/src → dist/browser}/operations/ouContainerOperationGrp.js +113 -125
  30. package/dist/browser/operations/ouContainerOperationGrp.js.map +1 -0
  31. package/{dist-esm/src → dist/browser}/operations/ouContainerOperations.d.ts +3 -3
  32. package/dist/browser/operations/ouContainerOperations.d.ts.map +1 -0
  33. package/{dist-esm/src → dist/browser}/operations/ouContainerOperations.js +3 -3
  34. package/dist/browser/operations/ouContainerOperations.js.map +1 -0
  35. package/{dist-esm/src → dist/browser}/operationsInterfaces/domainServiceOperations.d.ts +1 -1
  36. package/dist/browser/operationsInterfaces/domainServiceOperations.d.ts.map +1 -0
  37. package/dist/browser/operationsInterfaces/domainServiceOperations.js.map +1 -0
  38. package/{dist-esm/src → dist/browser}/operationsInterfaces/domainServices.d.ts +1 -1
  39. package/dist/browser/operationsInterfaces/domainServices.d.ts.map +1 -0
  40. package/dist/browser/operationsInterfaces/domainServices.js.map +1 -0
  41. package/dist/browser/operationsInterfaces/index.d.ts +5 -0
  42. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  43. package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +4 -4
  44. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  45. package/{dist-esm/src → dist/browser}/operationsInterfaces/ouContainerOperationGrp.d.ts +1 -1
  46. package/dist/browser/operationsInterfaces/ouContainerOperationGrp.d.ts.map +1 -0
  47. package/dist/browser/operationsInterfaces/ouContainerOperationGrp.js.map +1 -0
  48. package/{dist-esm/src → dist/browser}/operationsInterfaces/ouContainerOperations.d.ts +1 -1
  49. package/dist/browser/operationsInterfaces/ouContainerOperations.d.ts.map +1 -0
  50. package/dist/browser/operationsInterfaces/ouContainerOperations.js.map +1 -0
  51. package/dist/browser/package.json +3 -0
  52. package/dist/browser/pagingHelper.js.map +1 -0
  53. package/dist/commonjs/domainServicesResourceProvider.d.ts +24 -0
  54. package/dist/commonjs/domainServicesResourceProvider.d.ts.map +1 -0
  55. package/dist/commonjs/domainServicesResourceProvider.js +106 -0
  56. package/dist/commonjs/domainServicesResourceProvider.js.map +1 -0
  57. package/dist/commonjs/index.d.ts +5 -0
  58. package/dist/commonjs/index.d.ts.map +1 -0
  59. package/dist/commonjs/index.js +19 -0
  60. package/dist/commonjs/index.js.map +1 -0
  61. package/dist/commonjs/lroImpl.d.ts +16 -0
  62. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  63. package/dist/commonjs/lroImpl.js +29 -0
  64. package/dist/commonjs/lroImpl.js.map +1 -0
  65. package/{types/arm-domainservices.d.ts → dist/commonjs/models/index.d.ts} +802 -1107
  66. package/dist/commonjs/models/index.d.ts.map +1 -0
  67. package/dist/commonjs/models/index.js +135 -0
  68. package/dist/commonjs/models/index.js.map +1 -0
  69. package/dist/commonjs/models/mappers.d.ts +27 -0
  70. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  71. package/dist/commonjs/models/mappers.js +1018 -0
  72. package/dist/commonjs/models/mappers.js.map +1 -0
  73. package/dist/commonjs/models/parameters.d.ts +13 -0
  74. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  75. package/dist/commonjs/models/parameters.js +120 -0
  76. package/dist/commonjs/models/parameters.js.map +1 -0
  77. package/dist/commonjs/operations/domainServiceOperations.d.ts +32 -0
  78. package/dist/commonjs/operations/domainServiceOperations.d.ts.map +1 -0
  79. package/dist/commonjs/operations/domainServiceOperations.js +138 -0
  80. package/dist/commonjs/operations/domainServiceOperations.js.map +1 -0
  81. package/dist/commonjs/operations/domainServices.d.ts +127 -0
  82. package/dist/commonjs/operations/domainServices.d.ts.map +1 -0
  83. package/dist/commonjs/operations/domainServices.js +545 -0
  84. package/dist/commonjs/operations/domainServices.js.map +1 -0
  85. package/dist/commonjs/operations/index.d.ts +5 -0
  86. package/dist/commonjs/operations/index.d.ts.map +1 -0
  87. package/dist/commonjs/operations/index.js +15 -0
  88. package/dist/commonjs/operations/index.js.map +1 -0
  89. package/dist/commonjs/operations/ouContainerOperationGrp.d.ts +111 -0
  90. package/dist/commonjs/operations/ouContainerOperationGrp.d.ts.map +1 -0
  91. package/dist/commonjs/operations/ouContainerOperationGrp.js +453 -0
  92. package/dist/commonjs/operations/ouContainerOperationGrp.js.map +1 -0
  93. package/dist/commonjs/operations/ouContainerOperations.d.ts +32 -0
  94. package/dist/commonjs/operations/ouContainerOperations.d.ts.map +1 -0
  95. package/dist/commonjs/operations/ouContainerOperations.js +138 -0
  96. package/dist/commonjs/operations/ouContainerOperations.js.map +1 -0
  97. package/dist/commonjs/operationsInterfaces/domainServiceOperations.d.ts +11 -0
  98. package/dist/commonjs/operationsInterfaces/domainServiceOperations.d.ts.map +1 -0
  99. package/dist/commonjs/operationsInterfaces/domainServiceOperations.js +10 -0
  100. package/dist/commonjs/operationsInterfaces/domainServiceOperations.js.map +1 -0
  101. package/dist/commonjs/operationsInterfaces/domainServices.d.ts +87 -0
  102. package/dist/commonjs/operationsInterfaces/domainServices.d.ts.map +1 -0
  103. package/dist/commonjs/operationsInterfaces/domainServices.js +10 -0
  104. package/dist/commonjs/operationsInterfaces/domainServices.js.map +1 -0
  105. package/dist/commonjs/operationsInterfaces/index.d.ts +5 -0
  106. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  107. package/dist/commonjs/operationsInterfaces/index.js +15 -0
  108. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  109. package/dist/commonjs/operationsInterfaces/ouContainerOperationGrp.d.ts +84 -0
  110. package/dist/commonjs/operationsInterfaces/ouContainerOperationGrp.d.ts.map +1 -0
  111. package/dist/commonjs/operationsInterfaces/ouContainerOperationGrp.js +10 -0
  112. package/dist/commonjs/operationsInterfaces/ouContainerOperationGrp.js.map +1 -0
  113. package/dist/commonjs/operationsInterfaces/ouContainerOperations.d.ts +11 -0
  114. package/dist/commonjs/operationsInterfaces/ouContainerOperations.d.ts.map +1 -0
  115. package/dist/commonjs/operationsInterfaces/ouContainerOperations.js +10 -0
  116. package/dist/commonjs/operationsInterfaces/ouContainerOperations.js.map +1 -0
  117. package/dist/commonjs/package.json +3 -0
  118. package/dist/commonjs/pagingHelper.d.ts +13 -0
  119. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  120. package/dist/commonjs/pagingHelper.js +36 -0
  121. package/dist/commonjs/pagingHelper.js.map +1 -0
  122. package/dist/esm/domainServicesResourceProvider.d.ts +24 -0
  123. package/dist/esm/domainServicesResourceProvider.d.ts.map +1 -0
  124. package/dist/esm/domainServicesResourceProvider.js +101 -0
  125. package/dist/esm/domainServicesResourceProvider.js.map +1 -0
  126. package/dist/esm/index.d.ts +5 -0
  127. package/dist/esm/index.d.ts.map +1 -0
  128. package/{src/index.ts → dist/esm/index.js} +5 -5
  129. package/dist/esm/index.js.map +1 -0
  130. package/dist/esm/lroImpl.d.ts +16 -0
  131. package/dist/esm/lroImpl.d.ts.map +1 -0
  132. package/dist/esm/lroImpl.js +25 -0
  133. package/dist/esm/lroImpl.js.map +1 -0
  134. package/dist/esm/models/index.d.ts +802 -0
  135. package/dist/esm/models/index.d.ts.map +1 -0
  136. package/dist/esm/models/index.js +132 -0
  137. package/dist/esm/models/index.js.map +1 -0
  138. package/dist/esm/models/mappers.d.ts +27 -0
  139. package/dist/esm/models/mappers.d.ts.map +1 -0
  140. package/dist/esm/models/mappers.js +1015 -0
  141. package/dist/esm/models/mappers.js.map +1 -0
  142. package/dist/esm/models/parameters.d.ts +13 -0
  143. package/dist/esm/models/parameters.d.ts.map +1 -0
  144. package/dist/esm/models/parameters.js +117 -0
  145. package/dist/esm/models/parameters.js.map +1 -0
  146. package/dist/esm/operations/domainServiceOperations.d.ts +32 -0
  147. package/dist/esm/operations/domainServiceOperations.d.ts.map +1 -0
  148. package/dist/esm/operations/domainServiceOperations.js +134 -0
  149. package/dist/esm/operations/domainServiceOperations.js.map +1 -0
  150. package/dist/esm/operations/domainServices.d.ts +127 -0
  151. package/dist/esm/operations/domainServices.d.ts.map +1 -0
  152. package/dist/esm/operations/domainServices.js +541 -0
  153. package/dist/esm/operations/domainServices.js.map +1 -0
  154. package/dist/esm/operations/index.d.ts +5 -0
  155. package/dist/esm/operations/index.d.ts.map +1 -0
  156. package/dist/esm/operations/index.js +12 -0
  157. package/dist/esm/operations/index.js.map +1 -0
  158. package/dist/esm/operations/ouContainerOperationGrp.d.ts +111 -0
  159. package/dist/esm/operations/ouContainerOperationGrp.d.ts.map +1 -0
  160. package/dist/esm/operations/ouContainerOperationGrp.js +449 -0
  161. package/dist/esm/operations/ouContainerOperationGrp.js.map +1 -0
  162. package/dist/esm/operations/ouContainerOperations.d.ts +32 -0
  163. package/dist/esm/operations/ouContainerOperations.d.ts.map +1 -0
  164. package/dist/esm/operations/ouContainerOperations.js +134 -0
  165. package/dist/esm/operations/ouContainerOperations.js.map +1 -0
  166. package/dist/esm/operationsInterfaces/domainServiceOperations.d.ts +11 -0
  167. package/dist/esm/operationsInterfaces/domainServiceOperations.d.ts.map +1 -0
  168. package/dist/esm/operationsInterfaces/domainServiceOperations.js +9 -0
  169. package/dist/esm/operationsInterfaces/domainServiceOperations.js.map +1 -0
  170. package/dist/esm/operationsInterfaces/domainServices.d.ts +87 -0
  171. package/dist/esm/operationsInterfaces/domainServices.d.ts.map +1 -0
  172. package/dist/esm/operationsInterfaces/domainServices.js +9 -0
  173. package/dist/esm/operationsInterfaces/domainServices.js.map +1 -0
  174. package/dist/esm/operationsInterfaces/index.d.ts +5 -0
  175. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  176. package/dist/esm/operationsInterfaces/index.js +12 -0
  177. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  178. package/dist/esm/operationsInterfaces/ouContainerOperationGrp.d.ts +84 -0
  179. package/dist/esm/operationsInterfaces/ouContainerOperationGrp.d.ts.map +1 -0
  180. package/dist/esm/operationsInterfaces/ouContainerOperationGrp.js +9 -0
  181. package/dist/esm/operationsInterfaces/ouContainerOperationGrp.js.map +1 -0
  182. package/dist/esm/operationsInterfaces/ouContainerOperations.d.ts +11 -0
  183. package/dist/esm/operationsInterfaces/ouContainerOperations.d.ts.map +1 -0
  184. package/dist/esm/operationsInterfaces/ouContainerOperations.js +9 -0
  185. package/dist/esm/operationsInterfaces/ouContainerOperations.js.map +1 -0
  186. package/dist/esm/package.json +3 -0
  187. package/dist/esm/pagingHelper.d.ts +13 -0
  188. package/dist/esm/pagingHelper.d.ts.map +1 -0
  189. package/dist/esm/pagingHelper.js +32 -0
  190. package/dist/esm/pagingHelper.js.map +1 -0
  191. package/dist/react-native/domainServicesResourceProvider.d.ts +24 -0
  192. package/dist/react-native/domainServicesResourceProvider.d.ts.map +1 -0
  193. package/dist/react-native/domainServicesResourceProvider.js +101 -0
  194. package/dist/react-native/domainServicesResourceProvider.js.map +1 -0
  195. package/dist/react-native/index.d.ts +5 -0
  196. package/dist/react-native/index.d.ts.map +1 -0
  197. package/dist/react-native/index.js +13 -0
  198. package/dist/react-native/index.js.map +1 -0
  199. package/dist/react-native/lroImpl.d.ts +16 -0
  200. package/dist/react-native/lroImpl.d.ts.map +1 -0
  201. package/dist/react-native/lroImpl.js +25 -0
  202. package/dist/react-native/lroImpl.js.map +1 -0
  203. package/dist/react-native/models/index.d.ts +802 -0
  204. package/dist/react-native/models/index.d.ts.map +1 -0
  205. package/dist/react-native/models/index.js +132 -0
  206. package/dist/react-native/models/index.js.map +1 -0
  207. package/dist/react-native/models/mappers.d.ts +27 -0
  208. package/dist/react-native/models/mappers.d.ts.map +1 -0
  209. package/dist/react-native/models/mappers.js +1015 -0
  210. package/dist/react-native/models/mappers.js.map +1 -0
  211. package/dist/react-native/models/parameters.d.ts +13 -0
  212. package/dist/react-native/models/parameters.d.ts.map +1 -0
  213. package/dist/react-native/models/parameters.js +117 -0
  214. package/dist/react-native/models/parameters.js.map +1 -0
  215. package/dist/react-native/operations/domainServiceOperations.d.ts +32 -0
  216. package/dist/react-native/operations/domainServiceOperations.d.ts.map +1 -0
  217. package/dist/react-native/operations/domainServiceOperations.js +134 -0
  218. package/dist/react-native/operations/domainServiceOperations.js.map +1 -0
  219. package/dist/react-native/operations/domainServices.d.ts +127 -0
  220. package/dist/react-native/operations/domainServices.d.ts.map +1 -0
  221. package/dist/react-native/operations/domainServices.js +541 -0
  222. package/dist/react-native/operations/domainServices.js.map +1 -0
  223. package/dist/react-native/operations/index.d.ts +5 -0
  224. package/dist/react-native/operations/index.d.ts.map +1 -0
  225. package/dist/react-native/operations/index.js +12 -0
  226. package/dist/react-native/operations/index.js.map +1 -0
  227. package/dist/react-native/operations/ouContainerOperationGrp.d.ts +111 -0
  228. package/dist/react-native/operations/ouContainerOperationGrp.d.ts.map +1 -0
  229. package/dist/react-native/operations/ouContainerOperationGrp.js +449 -0
  230. package/dist/react-native/operations/ouContainerOperationGrp.js.map +1 -0
  231. package/dist/react-native/operations/ouContainerOperations.d.ts +32 -0
  232. package/dist/react-native/operations/ouContainerOperations.d.ts.map +1 -0
  233. package/dist/react-native/operations/ouContainerOperations.js +134 -0
  234. package/dist/react-native/operations/ouContainerOperations.js.map +1 -0
  235. package/dist/react-native/operationsInterfaces/domainServiceOperations.d.ts +11 -0
  236. package/dist/react-native/operationsInterfaces/domainServiceOperations.d.ts.map +1 -0
  237. package/dist/react-native/operationsInterfaces/domainServiceOperations.js +9 -0
  238. package/dist/react-native/operationsInterfaces/domainServiceOperations.js.map +1 -0
  239. package/dist/react-native/operationsInterfaces/domainServices.d.ts +87 -0
  240. package/dist/react-native/operationsInterfaces/domainServices.d.ts.map +1 -0
  241. package/dist/react-native/operationsInterfaces/domainServices.js +9 -0
  242. package/dist/react-native/operationsInterfaces/domainServices.js.map +1 -0
  243. package/dist/react-native/operationsInterfaces/index.d.ts +5 -0
  244. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  245. package/dist/react-native/operationsInterfaces/index.js +12 -0
  246. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  247. package/dist/react-native/operationsInterfaces/ouContainerOperationGrp.d.ts +84 -0
  248. package/dist/react-native/operationsInterfaces/ouContainerOperationGrp.d.ts.map +1 -0
  249. package/dist/react-native/operationsInterfaces/ouContainerOperationGrp.js +9 -0
  250. package/dist/react-native/operationsInterfaces/ouContainerOperationGrp.js.map +1 -0
  251. package/dist/react-native/operationsInterfaces/ouContainerOperations.d.ts +11 -0
  252. package/dist/react-native/operationsInterfaces/ouContainerOperations.d.ts.map +1 -0
  253. package/dist/react-native/operationsInterfaces/ouContainerOperations.js +9 -0
  254. package/dist/react-native/operationsInterfaces/ouContainerOperations.js.map +1 -0
  255. package/dist/react-native/package.json +3 -0
  256. package/dist/react-native/pagingHelper.d.ts +13 -0
  257. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  258. package/dist/react-native/pagingHelper.js +32 -0
  259. package/dist/react-native/pagingHelper.js.map +1 -0
  260. package/package.json +65 -35
  261. package/dist/index.js +0 -2742
  262. package/dist/index.js.map +0 -1
  263. package/dist/index.min.js +0 -1
  264. package/dist/index.min.js.map +0 -1
  265. package/dist-esm/samples-dev/domainServiceOperationsListSample.d.ts +0 -2
  266. package/dist-esm/samples-dev/domainServiceOperationsListSample.d.ts.map +0 -1
  267. package/dist-esm/samples-dev/domainServiceOperationsListSample.js +0 -45
  268. package/dist-esm/samples-dev/domainServiceOperationsListSample.js.map +0 -1
  269. package/dist-esm/samples-dev/domainServicesCreateOrUpdateSample.d.ts +0 -2
  270. package/dist-esm/samples-dev/domainServicesCreateOrUpdateSample.d.ts.map +0 -1
  271. package/dist-esm/samples-dev/domainServicesCreateOrUpdateSample.js +0 -57
  272. package/dist-esm/samples-dev/domainServicesCreateOrUpdateSample.js.map +0 -1
  273. package/dist-esm/samples-dev/domainServicesDeleteSample.d.ts +0 -2
  274. package/dist-esm/samples-dev/domainServicesDeleteSample.d.ts.map +0 -1
  275. package/dist-esm/samples-dev/domainServicesDeleteSample.js +0 -31
  276. package/dist-esm/samples-dev/domainServicesDeleteSample.js.map +0 -1
  277. package/dist-esm/samples-dev/domainServicesGetSample.d.ts +0 -2
  278. package/dist-esm/samples-dev/domainServicesGetSample.d.ts.map +0 -1
  279. package/dist-esm/samples-dev/domainServicesGetSample.js +0 -31
  280. package/dist-esm/samples-dev/domainServicesGetSample.js.map +0 -1
  281. package/dist-esm/samples-dev/domainServicesListByResourceGroupSample.d.ts +0 -2
  282. package/dist-esm/samples-dev/domainServicesListByResourceGroupSample.d.ts.map +0 -1
  283. package/dist-esm/samples-dev/domainServicesListByResourceGroupSample.js +0 -46
  284. package/dist-esm/samples-dev/domainServicesListByResourceGroupSample.js.map +0 -1
  285. package/dist-esm/samples-dev/domainServicesListSample.d.ts +0 -2
  286. package/dist-esm/samples-dev/domainServicesListSample.d.ts.map +0 -1
  287. package/dist-esm/samples-dev/domainServicesListSample.js +0 -45
  288. package/dist-esm/samples-dev/domainServicesListSample.js.map +0 -1
  289. package/dist-esm/samples-dev/domainServicesUpdateSample.d.ts +0 -2
  290. package/dist-esm/samples-dev/domainServicesUpdateSample.d.ts.map +0 -1
  291. package/dist-esm/samples-dev/domainServicesUpdateSample.js +0 -71
  292. package/dist-esm/samples-dev/domainServicesUpdateSample.js.map +0 -1
  293. package/dist-esm/samples-dev/ouContainerCreateSample.d.ts +0 -2
  294. package/dist-esm/samples-dev/ouContainerCreateSample.d.ts.map +0 -1
  295. package/dist-esm/samples-dev/ouContainerCreateSample.js +0 -37
  296. package/dist-esm/samples-dev/ouContainerCreateSample.js.map +0 -1
  297. package/dist-esm/samples-dev/ouContainerDeleteSample.d.ts +0 -2
  298. package/dist-esm/samples-dev/ouContainerDeleteSample.d.ts.map +0 -1
  299. package/dist-esm/samples-dev/ouContainerDeleteSample.js +0 -32
  300. package/dist-esm/samples-dev/ouContainerDeleteSample.js.map +0 -1
  301. package/dist-esm/samples-dev/ouContainerGetSample.d.ts +0 -2
  302. package/dist-esm/samples-dev/ouContainerGetSample.d.ts.map +0 -1
  303. package/dist-esm/samples-dev/ouContainerGetSample.js +0 -32
  304. package/dist-esm/samples-dev/ouContainerGetSample.js.map +0 -1
  305. package/dist-esm/samples-dev/ouContainerListSample.d.ts +0 -2
  306. package/dist-esm/samples-dev/ouContainerListSample.d.ts.map +0 -1
  307. package/dist-esm/samples-dev/ouContainerListSample.js +0 -47
  308. package/dist-esm/samples-dev/ouContainerListSample.js.map +0 -1
  309. package/dist-esm/samples-dev/ouContainerOperationsListSample.d.ts +0 -2
  310. package/dist-esm/samples-dev/ouContainerOperationsListSample.d.ts.map +0 -1
  311. package/dist-esm/samples-dev/ouContainerOperationsListSample.js +0 -45
  312. package/dist-esm/samples-dev/ouContainerOperationsListSample.js.map +0 -1
  313. package/dist-esm/samples-dev/ouContainerUpdateSample.d.ts +0 -2
  314. package/dist-esm/samples-dev/ouContainerUpdateSample.d.ts.map +0 -1
  315. package/dist-esm/samples-dev/ouContainerUpdateSample.js +0 -37
  316. package/dist-esm/samples-dev/ouContainerUpdateSample.js.map +0 -1
  317. package/dist-esm/src/domainServicesResourceProvider.d.ts.map +0 -1
  318. package/dist-esm/src/domainServicesResourceProvider.js.map +0 -1
  319. package/dist-esm/src/index.d.ts +0 -5
  320. package/dist-esm/src/index.js.map +0 -1
  321. package/dist-esm/src/lroImpl.js +0 -29
  322. package/dist-esm/src/lroImpl.js.map +0 -1
  323. package/dist-esm/src/models/index.js.map +0 -1
  324. package/dist-esm/src/models/mappers.js.map +0 -1
  325. package/dist-esm/src/models/parameters.js.map +0 -1
  326. package/dist-esm/src/operations/domainServiceOperations.d.ts.map +0 -1
  327. package/dist-esm/src/operations/domainServiceOperations.js.map +0 -1
  328. package/dist-esm/src/operations/domainServices.d.ts.map +0 -1
  329. package/dist-esm/src/operations/domainServices.js.map +0 -1
  330. package/dist-esm/src/operations/index.d.ts +0 -5
  331. package/dist-esm/src/operations/index.js.map +0 -1
  332. package/dist-esm/src/operations/ouContainerOperationGrp.d.ts.map +0 -1
  333. package/dist-esm/src/operations/ouContainerOperationGrp.js.map +0 -1
  334. package/dist-esm/src/operations/ouContainerOperations.d.ts.map +0 -1
  335. package/dist-esm/src/operations/ouContainerOperations.js.map +0 -1
  336. package/dist-esm/src/operationsInterfaces/domainServiceOperations.d.ts.map +0 -1
  337. package/dist-esm/src/operationsInterfaces/domainServiceOperations.js.map +0 -1
  338. package/dist-esm/src/operationsInterfaces/domainServices.d.ts.map +0 -1
  339. package/dist-esm/src/operationsInterfaces/domainServices.js.map +0 -1
  340. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -5
  341. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  342. package/dist-esm/src/operationsInterfaces/ouContainerOperationGrp.d.ts.map +0 -1
  343. package/dist-esm/src/operationsInterfaces/ouContainerOperationGrp.js.map +0 -1
  344. package/dist-esm/src/operationsInterfaces/ouContainerOperations.d.ts.map +0 -1
  345. package/dist-esm/src/operationsInterfaces/ouContainerOperations.js.map +0 -1
  346. package/dist-esm/src/pagingHelper.js.map +0 -1
  347. package/dist-esm/test/sampleTest.d.ts +0 -2
  348. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  349. package/dist-esm/test/sampleTest.js +0 -42
  350. package/dist-esm/test/sampleTest.js.map +0 -1
  351. package/src/domainServicesResourceProvider.ts +0 -157
  352. package/src/lroImpl.ts +0 -34
  353. package/src/models/index.ts +0 -902
  354. package/src/models/mappers.ts +0 -1069
  355. package/src/models/parameters.ts +0 -136
  356. package/src/operations/domainServiceOperations.ts +0 -150
  357. package/src/operations/domainServices.ts +0 -725
  358. package/src/operations/index.ts +0 -12
  359. package/src/operations/ouContainerOperationGrp.ts +0 -648
  360. package/src/operations/ouContainerOperations.ts +0 -150
  361. package/src/operationsInterfaces/domainServiceOperations.ts +0 -25
  362. package/src/operationsInterfaces/domainServices.ts +0 -154
  363. package/src/operationsInterfaces/index.ts +0 -12
  364. package/src/operationsInterfaces/ouContainerOperationGrp.ts +0 -157
  365. package/src/operationsInterfaces/ouContainerOperations.ts +0 -25
  366. package/src/pagingHelper.ts +0 -39
  367. package/tsconfig.json +0 -33
  368. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  369. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  370. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  371. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  372. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  373. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  374. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  375. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  376. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  377. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  378. /package/{dist-esm/src → dist/browser}/operationsInterfaces/domainServiceOperations.js +0 -0
  379. /package/{dist-esm/src → dist/browser}/operationsInterfaces/domainServices.js +0 -0
  380. /package/{dist-esm/src → dist/browser}/operationsInterfaces/ouContainerOperationGrp.js +0 -0
  381. /package/{dist-esm/src → dist/browser}/operationsInterfaces/ouContainerOperations.js +0 -0
  382. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  383. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  384. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
  385. /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -1,150 +0,0 @@
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, PageSettings } from "@azure/core-paging";
10
- import { setContinuationToken } from "../pagingHelper";
11
- import { OuContainerOperations } from "../operationsInterfaces";
12
- import * as coreClient from "@azure/core-client";
13
- import * as Mappers from "../models/mappers";
14
- import * as Parameters from "../models/parameters";
15
- import { DomainServicesResourceProvider } from "../domainServicesResourceProvider";
16
- import {
17
- OperationEntity,
18
- OuContainerOperationsListNextOptionalParams,
19
- OuContainerOperationsListOptionalParams,
20
- OuContainerOperationsListResponse,
21
- OuContainerOperationsListNextResponse
22
- } from "../models";
23
-
24
- /// <reference lib="esnext.asynciterable" />
25
- /** Class containing OuContainerOperations operations. */
26
- export class OuContainerOperationsImpl implements OuContainerOperations {
27
- private readonly client: DomainServicesResourceProvider;
28
-
29
- /**
30
- * Initialize a new instance of the class OuContainerOperations class.
31
- * @param client Reference to the service client
32
- */
33
- constructor(client: DomainServicesResourceProvider) {
34
- this.client = client;
35
- }
36
-
37
- /**
38
- * Lists all the available OuContainer operations.
39
- * @param options The options parameters.
40
- */
41
- public list(
42
- options?: OuContainerOperationsListOptionalParams
43
- ): PagedAsyncIterableIterator<OperationEntity> {
44
- const iter = this.listPagingAll(options);
45
- return {
46
- next() {
47
- return iter.next();
48
- },
49
- [Symbol.asyncIterator]() {
50
- return this;
51
- },
52
- byPage: (settings?: PageSettings) => {
53
- if (settings?.maxPageSize) {
54
- throw new Error("maxPageSize is not supported by this operation.");
55
- }
56
- return this.listPagingPage(options, settings);
57
- }
58
- };
59
- }
60
-
61
- private async *listPagingPage(
62
- options?: OuContainerOperationsListOptionalParams,
63
- settings?: PageSettings
64
- ): AsyncIterableIterator<OperationEntity[]> {
65
- let result: OuContainerOperationsListResponse;
66
- let continuationToken = settings?.continuationToken;
67
- if (!continuationToken) {
68
- result = await this._list(options);
69
- let page = result.value || [];
70
- continuationToken = result.nextLink;
71
- setContinuationToken(page, continuationToken);
72
- yield page;
73
- }
74
- while (continuationToken) {
75
- result = await this._listNext(continuationToken, options);
76
- continuationToken = result.nextLink;
77
- let page = result.value || [];
78
- setContinuationToken(page, continuationToken);
79
- yield page;
80
- }
81
- }
82
-
83
- private async *listPagingAll(
84
- options?: OuContainerOperationsListOptionalParams
85
- ): AsyncIterableIterator<OperationEntity> {
86
- for await (const page of this.listPagingPage(options)) {
87
- yield* page;
88
- }
89
- }
90
-
91
- /**
92
- * Lists all the available OuContainer operations.
93
- * @param options The options parameters.
94
- */
95
- private _list(
96
- options?: OuContainerOperationsListOptionalParams
97
- ): Promise<OuContainerOperationsListResponse> {
98
- return this.client.sendOperationRequest({ options }, listOperationSpec);
99
- }
100
-
101
- /**
102
- * ListNext
103
- * @param nextLink The nextLink from the previous successful call to the List method.
104
- * @param options The options parameters.
105
- */
106
- private _listNext(
107
- nextLink: string,
108
- options?: OuContainerOperationsListNextOptionalParams
109
- ): Promise<OuContainerOperationsListNextResponse> {
110
- return this.client.sendOperationRequest(
111
- { nextLink, options },
112
- listNextOperationSpec
113
- );
114
- }
115
- }
116
- // Operation Specifications
117
- const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
118
-
119
- const listOperationSpec: coreClient.OperationSpec = {
120
- path: "/providers/Microsoft.Aad/operations",
121
- httpMethod: "GET",
122
- responses: {
123
- 200: {
124
- bodyMapper: Mappers.OperationEntityListResult
125
- },
126
- default: {
127
- bodyMapper: Mappers.CloudError
128
- }
129
- },
130
- queryParameters: [Parameters.apiVersion],
131
- urlParameters: [Parameters.$host],
132
- headerParameters: [Parameters.accept],
133
- serializer
134
- };
135
- const listNextOperationSpec: coreClient.OperationSpec = {
136
- path: "{nextLink}",
137
- httpMethod: "GET",
138
- responses: {
139
- 200: {
140
- bodyMapper: Mappers.OperationEntityListResult
141
- },
142
- default: {
143
- bodyMapper: Mappers.CloudError
144
- }
145
- },
146
- queryParameters: [Parameters.apiVersion],
147
- urlParameters: [Parameters.$host, Parameters.nextLink],
148
- headerParameters: [Parameters.accept],
149
- serializer
150
- };
@@ -1,25 +0,0 @@
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 {
11
- OperationEntity,
12
- DomainServiceOperationsListOptionalParams
13
- } from "../models";
14
-
15
- /// <reference lib="esnext.asynciterable" />
16
- /** Interface representing a DomainServiceOperations. */
17
- export interface DomainServiceOperations {
18
- /**
19
- * Lists all the available Domain Services operations.
20
- * @param options The options parameters.
21
- */
22
- list(
23
- options?: DomainServiceOperationsListOptionalParams
24
- ): PagedAsyncIterableIterator<OperationEntity>;
25
- }
@@ -1,154 +0,0 @@
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
- DomainService,
13
- DomainServicesListOptionalParams,
14
- DomainServicesListByResourceGroupOptionalParams,
15
- DomainServicesCreateOrUpdateOptionalParams,
16
- DomainServicesCreateOrUpdateResponse,
17
- DomainServicesGetOptionalParams,
18
- DomainServicesGetResponse,
19
- DomainServicesDeleteOptionalParams,
20
- DomainServicesUpdateOptionalParams,
21
- DomainServicesUpdateResponse
22
- } from "../models";
23
-
24
- /// <reference lib="esnext.asynciterable" />
25
- /** Interface representing a DomainServices. */
26
- export interface DomainServices {
27
- /**
28
- * The List Domain Services in Subscription operation lists all the domain services available under the
29
- * given subscription (and across all resource groups within that subscription).
30
- * @param options The options parameters.
31
- */
32
- list(
33
- options?: DomainServicesListOptionalParams
34
- ): PagedAsyncIterableIterator<DomainService>;
35
- /**
36
- * The List Domain Services in Resource Group operation lists all the domain services available under
37
- * the given resource group.
38
- * @param resourceGroupName The name of the resource group within the user's subscription. The name is
39
- * case insensitive.
40
- * @param options The options parameters.
41
- */
42
- listByResourceGroup(
43
- resourceGroupName: string,
44
- options?: DomainServicesListByResourceGroupOptionalParams
45
- ): PagedAsyncIterableIterator<DomainService>;
46
- /**
47
- * The Create Domain Service operation creates a new domain service with the specified parameters. If
48
- * the specific service already exists, then any patchable properties will be updated and any immutable
49
- * properties will remain unchanged.
50
- * @param resourceGroupName The name of the resource group within the user's subscription. The name is
51
- * case insensitive.
52
- * @param domainServiceName The name of the domain service.
53
- * @param domainService Properties supplied to the Create or Update a Domain Service operation.
54
- * @param options The options parameters.
55
- */
56
- beginCreateOrUpdate(
57
- resourceGroupName: string,
58
- domainServiceName: string,
59
- domainService: DomainService,
60
- options?: DomainServicesCreateOrUpdateOptionalParams
61
- ): Promise<
62
- PollerLike<
63
- PollOperationState<DomainServicesCreateOrUpdateResponse>,
64
- DomainServicesCreateOrUpdateResponse
65
- >
66
- >;
67
- /**
68
- * The Create Domain Service operation creates a new domain service with the specified parameters. If
69
- * the specific service already exists, then any patchable properties will be updated and any immutable
70
- * properties will remain unchanged.
71
- * @param resourceGroupName The name of the resource group within the user's subscription. The name is
72
- * case insensitive.
73
- * @param domainServiceName The name of the domain service.
74
- * @param domainService Properties supplied to the Create or Update a Domain Service operation.
75
- * @param options The options parameters.
76
- */
77
- beginCreateOrUpdateAndWait(
78
- resourceGroupName: string,
79
- domainServiceName: string,
80
- domainService: DomainService,
81
- options?: DomainServicesCreateOrUpdateOptionalParams
82
- ): Promise<DomainServicesCreateOrUpdateResponse>;
83
- /**
84
- * The Get Domain Service operation retrieves a json representation of the Domain Service.
85
- * @param resourceGroupName The name of the resource group within the user's subscription. The name is
86
- * case insensitive.
87
- * @param domainServiceName The name of the domain service.
88
- * @param options The options parameters.
89
- */
90
- get(
91
- resourceGroupName: string,
92
- domainServiceName: string,
93
- options?: DomainServicesGetOptionalParams
94
- ): Promise<DomainServicesGetResponse>;
95
- /**
96
- * The Delete Domain Service operation deletes an existing Domain Service.
97
- * @param resourceGroupName The name of the resource group within the user's subscription. The name is
98
- * case insensitive.
99
- * @param domainServiceName The name of the domain service.
100
- * @param options The options parameters.
101
- */
102
- beginDelete(
103
- resourceGroupName: string,
104
- domainServiceName: string,
105
- options?: DomainServicesDeleteOptionalParams
106
- ): Promise<PollerLike<PollOperationState<void>, void>>;
107
- /**
108
- * The Delete Domain Service operation deletes an existing Domain Service.
109
- * @param resourceGroupName The name of the resource group within the user's subscription. The name is
110
- * case insensitive.
111
- * @param domainServiceName The name of the domain service.
112
- * @param options The options parameters.
113
- */
114
- beginDeleteAndWait(
115
- resourceGroupName: string,
116
- domainServiceName: string,
117
- options?: DomainServicesDeleteOptionalParams
118
- ): Promise<void>;
119
- /**
120
- * The Update Domain Service operation can be used to update the existing deployment. The update call
121
- * only supports the properties listed in the PATCH body.
122
- * @param resourceGroupName The name of the resource group within the user's subscription. The name is
123
- * case insensitive.
124
- * @param domainServiceName The name of the domain service.
125
- * @param domainService Properties supplied to the Update a Domain Service operation.
126
- * @param options The options parameters.
127
- */
128
- beginUpdate(
129
- resourceGroupName: string,
130
- domainServiceName: string,
131
- domainService: DomainService,
132
- options?: DomainServicesUpdateOptionalParams
133
- ): Promise<
134
- PollerLike<
135
- PollOperationState<DomainServicesUpdateResponse>,
136
- DomainServicesUpdateResponse
137
- >
138
- >;
139
- /**
140
- * The Update Domain Service operation can be used to update the existing deployment. The update call
141
- * only supports the properties listed in the PATCH body.
142
- * @param resourceGroupName The name of the resource group within the user's subscription. The name is
143
- * case insensitive.
144
- * @param domainServiceName The name of the domain service.
145
- * @param domainService Properties supplied to the Update a Domain Service operation.
146
- * @param options The options parameters.
147
- */
148
- beginUpdateAndWait(
149
- resourceGroupName: string,
150
- domainServiceName: string,
151
- domainService: DomainService,
152
- options?: DomainServicesUpdateOptionalParams
153
- ): Promise<DomainServicesUpdateResponse>;
154
- }
@@ -1,12 +0,0 @@
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
- export * from "./domainServiceOperations";
10
- export * from "./domainServices";
11
- export * from "./ouContainerOperations";
12
- export * from "./ouContainerOperationGrp";
@@ -1,157 +0,0 @@
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
- OuContainer,
13
- OuContainerListOptionalParams,
14
- OuContainerGetOptionalParams,
15
- OuContainerGetResponse,
16
- ContainerAccount,
17
- OuContainerCreateOptionalParams,
18
- OuContainerCreateResponse,
19
- OuContainerDeleteOptionalParams,
20
- OuContainerUpdateOptionalParams,
21
- OuContainerUpdateResponse
22
- } from "../models";
23
-
24
- /// <reference lib="esnext.asynciterable" />
25
- /** Interface representing a OuContainerOperationGrp. */
26
- export interface OuContainerOperationGrp {
27
- /**
28
- * The List of OuContainers in DomainService instance.
29
- * @param resourceGroupName The name of the resource group within the user's subscription. The name is
30
- * case insensitive.
31
- * @param domainServiceName The name of the domain service.
32
- * @param options The options parameters.
33
- */
34
- list(
35
- resourceGroupName: string,
36
- domainServiceName: string,
37
- options?: OuContainerListOptionalParams
38
- ): PagedAsyncIterableIterator<OuContainer>;
39
- /**
40
- * Get OuContainer in DomainService instance.
41
- * @param resourceGroupName The name of the resource group within the user's subscription. The name is
42
- * case insensitive.
43
- * @param domainServiceName The name of the domain service.
44
- * @param ouContainerName The name of the OuContainer.
45
- * @param options The options parameters.
46
- */
47
- get(
48
- resourceGroupName: string,
49
- domainServiceName: string,
50
- ouContainerName: string,
51
- options?: OuContainerGetOptionalParams
52
- ): Promise<OuContainerGetResponse>;
53
- /**
54
- * The Create OuContainer operation creates a new OuContainer under the specified Domain Service
55
- * instance.
56
- * @param resourceGroupName The name of the resource group within the user's subscription. The name is
57
- * case insensitive.
58
- * @param domainServiceName The name of the domain service.
59
- * @param ouContainerName The name of the OuContainer.
60
- * @param containerAccount Container Account Description.
61
- * @param options The options parameters.
62
- */
63
- beginCreate(
64
- resourceGroupName: string,
65
- domainServiceName: string,
66
- ouContainerName: string,
67
- containerAccount: ContainerAccount,
68
- options?: OuContainerCreateOptionalParams
69
- ): Promise<
70
- PollerLike<
71
- PollOperationState<OuContainerCreateResponse>,
72
- OuContainerCreateResponse
73
- >
74
- >;
75
- /**
76
- * The Create OuContainer operation creates a new OuContainer under the specified Domain Service
77
- * instance.
78
- * @param resourceGroupName The name of the resource group within the user's subscription. The name is
79
- * case insensitive.
80
- * @param domainServiceName The name of the domain service.
81
- * @param ouContainerName The name of the OuContainer.
82
- * @param containerAccount Container Account Description.
83
- * @param options The options parameters.
84
- */
85
- beginCreateAndWait(
86
- resourceGroupName: string,
87
- domainServiceName: string,
88
- ouContainerName: string,
89
- containerAccount: ContainerAccount,
90
- options?: OuContainerCreateOptionalParams
91
- ): Promise<OuContainerCreateResponse>;
92
- /**
93
- * The Delete OuContainer operation deletes specified OuContainer.
94
- * @param resourceGroupName The name of the resource group within the user's subscription. The name is
95
- * case insensitive.
96
- * @param domainServiceName The name of the domain service.
97
- * @param ouContainerName The name of the OuContainer.
98
- * @param options The options parameters.
99
- */
100
- beginDelete(
101
- resourceGroupName: string,
102
- domainServiceName: string,
103
- ouContainerName: string,
104
- options?: OuContainerDeleteOptionalParams
105
- ): Promise<PollerLike<PollOperationState<void>, void>>;
106
- /**
107
- * The Delete OuContainer operation deletes specified OuContainer.
108
- * @param resourceGroupName The name of the resource group within the user's subscription. The name is
109
- * case insensitive.
110
- * @param domainServiceName The name of the domain service.
111
- * @param ouContainerName The name of the OuContainer.
112
- * @param options The options parameters.
113
- */
114
- beginDeleteAndWait(
115
- resourceGroupName: string,
116
- domainServiceName: string,
117
- ouContainerName: string,
118
- options?: OuContainerDeleteOptionalParams
119
- ): Promise<void>;
120
- /**
121
- * The Update OuContainer operation can be used to update the existing OuContainers.
122
- * @param resourceGroupName The name of the resource group within the user's subscription. The name is
123
- * case insensitive.
124
- * @param domainServiceName The name of the domain service.
125
- * @param ouContainerName The name of the OuContainer.
126
- * @param containerAccount Container Account Description.
127
- * @param options The options parameters.
128
- */
129
- beginUpdate(
130
- resourceGroupName: string,
131
- domainServiceName: string,
132
- ouContainerName: string,
133
- containerAccount: ContainerAccount,
134
- options?: OuContainerUpdateOptionalParams
135
- ): Promise<
136
- PollerLike<
137
- PollOperationState<OuContainerUpdateResponse>,
138
- OuContainerUpdateResponse
139
- >
140
- >;
141
- /**
142
- * The Update OuContainer operation can be used to update the existing OuContainers.
143
- * @param resourceGroupName The name of the resource group within the user's subscription. The name is
144
- * case insensitive.
145
- * @param domainServiceName The name of the domain service.
146
- * @param ouContainerName The name of the OuContainer.
147
- * @param containerAccount Container Account Description.
148
- * @param options The options parameters.
149
- */
150
- beginUpdateAndWait(
151
- resourceGroupName: string,
152
- domainServiceName: string,
153
- ouContainerName: string,
154
- containerAccount: ContainerAccount,
155
- options?: OuContainerUpdateOptionalParams
156
- ): Promise<OuContainerUpdateResponse>;
157
- }
@@ -1,25 +0,0 @@
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 {
11
- OperationEntity,
12
- OuContainerOperationsListOptionalParams
13
- } from "../models";
14
-
15
- /// <reference lib="esnext.asynciterable" />
16
- /** Interface representing a OuContainerOperations. */
17
- export interface OuContainerOperations {
18
- /**
19
- * Lists all the available OuContainer operations.
20
- * @param options The options parameters.
21
- */
22
- list(
23
- options?: OuContainerOperationsListOptionalParams
24
- ): PagedAsyncIterableIterator<OperationEntity>;
25
- }
@@ -1,39 +0,0 @@
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
- export interface PageInfo {
10
- continuationToken?: string;
11
- }
12
-
13
- const pageMap = new WeakMap<object, PageInfo>();
14
-
15
- /**
16
- * Given a result page from a pageable operation, returns a
17
- * continuation token that can be used to begin paging from
18
- * that point later.
19
- * @param page A result object from calling .byPage() on a paged operation.
20
- * @returns The continuation token that can be passed into byPage().
21
- */
22
- export function getContinuationToken(page: unknown): string | undefined {
23
- if (typeof page !== "object" || page === null) {
24
- return undefined;
25
- }
26
- return pageMap.get(page)?.continuationToken;
27
- }
28
-
29
- export function setContinuationToken(
30
- page: unknown,
31
- continuationToken: string | undefined
32
- ): void {
33
- if (typeof page !== "object" || page === null || !continuationToken) {
34
- return;
35
- }
36
- const pageInfo = pageMap.get(page) ?? {};
37
- pageInfo.continuationToken = continuationToken;
38
- pageMap.set(page, pageInfo);
39
- }
package/tsconfig.json DELETED
@@ -1,33 +0,0 @@
1
- {
2
- "compilerOptions": {
3
- "module": "es6",
4
- "moduleResolution": "node",
5
- "strict": true,
6
- "target": "es6",
7
- "sourceMap": true,
8
- "declarationMap": true,
9
- "esModuleInterop": true,
10
- "allowSyntheticDefaultImports": true,
11
- "forceConsistentCasingInFileNames": true,
12
- "lib": [
13
- "es6",
14
- "dom"
15
- ],
16
- "declaration": true,
17
- "outDir": "./dist-esm",
18
- "importHelpers": true,
19
- "paths": {
20
- "@azure/arm-domainservices": [
21
- "./src/index"
22
- ]
23
- }
24
- },
25
- "include": [
26
- "./src/**/*.ts",
27
- "./test/**/*.ts",
28
- "samples-dev/**/*.ts"
29
- ],
30
- "exclude": [
31
- "node_modules"
32
- ]
33
- }
File without changes
File without changes
File without changes
File without changes
File without changes