@azure/arm-domainservices 4.1.1-alpha.20250124.1 → 4.1.1-alpha.20250128.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,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,648 +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 { OuContainerOperationGrp } 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 { PollerLike, PollOperationState, LroEngine } from "@azure/core-lro";
17
- import { LroImpl } from "../lroImpl";
18
- import {
19
- OuContainer,
20
- OuContainerListNextOptionalParams,
21
- OuContainerListOptionalParams,
22
- OuContainerListResponse,
23
- OuContainerGetOptionalParams,
24
- OuContainerGetResponse,
25
- ContainerAccount,
26
- OuContainerCreateOptionalParams,
27
- OuContainerCreateResponse,
28
- OuContainerDeleteOptionalParams,
29
- OuContainerUpdateOptionalParams,
30
- OuContainerUpdateResponse,
31
- OuContainerListNextResponse
32
- } from "../models";
33
-
34
- /// <reference lib="esnext.asynciterable" />
35
- /** Class containing OuContainerOperationGrp operations. */
36
- export class OuContainerOperationGrpImpl implements OuContainerOperationGrp {
37
- private readonly client: DomainServicesResourceProvider;
38
-
39
- /**
40
- * Initialize a new instance of the class OuContainerOperationGrp class.
41
- * @param client Reference to the service client
42
- */
43
- constructor(client: DomainServicesResourceProvider) {
44
- this.client = client;
45
- }
46
-
47
- /**
48
- * The List of OuContainers in DomainService instance.
49
- * @param resourceGroupName The name of the resource group within the user's subscription. The name is
50
- * case insensitive.
51
- * @param domainServiceName The name of the domain service.
52
- * @param options The options parameters.
53
- */
54
- public list(
55
- resourceGroupName: string,
56
- domainServiceName: string,
57
- options?: OuContainerListOptionalParams
58
- ): PagedAsyncIterableIterator<OuContainer> {
59
- const iter = this.listPagingAll(
60
- resourceGroupName,
61
- domainServiceName,
62
- options
63
- );
64
- return {
65
- next() {
66
- return iter.next();
67
- },
68
- [Symbol.asyncIterator]() {
69
- return this;
70
- },
71
- byPage: (settings?: PageSettings) => {
72
- if (settings?.maxPageSize) {
73
- throw new Error("maxPageSize is not supported by this operation.");
74
- }
75
- return this.listPagingPage(
76
- resourceGroupName,
77
- domainServiceName,
78
- options,
79
- settings
80
- );
81
- }
82
- };
83
- }
84
-
85
- private async *listPagingPage(
86
- resourceGroupName: string,
87
- domainServiceName: string,
88
- options?: OuContainerListOptionalParams,
89
- settings?: PageSettings
90
- ): AsyncIterableIterator<OuContainer[]> {
91
- let result: OuContainerListResponse;
92
- let continuationToken = settings?.continuationToken;
93
- if (!continuationToken) {
94
- result = await this._list(resourceGroupName, domainServiceName, options);
95
- let page = result.value || [];
96
- continuationToken = result.nextLink;
97
- setContinuationToken(page, continuationToken);
98
- yield page;
99
- }
100
- while (continuationToken) {
101
- result = await this._listNext(
102
- resourceGroupName,
103
- domainServiceName,
104
- continuationToken,
105
- options
106
- );
107
- continuationToken = result.nextLink;
108
- let page = result.value || [];
109
- setContinuationToken(page, continuationToken);
110
- yield page;
111
- }
112
- }
113
-
114
- private async *listPagingAll(
115
- resourceGroupName: string,
116
- domainServiceName: string,
117
- options?: OuContainerListOptionalParams
118
- ): AsyncIterableIterator<OuContainer> {
119
- for await (const page of this.listPagingPage(
120
- resourceGroupName,
121
- domainServiceName,
122
- options
123
- )) {
124
- yield* page;
125
- }
126
- }
127
-
128
- /**
129
- * The List of OuContainers in DomainService instance.
130
- * @param resourceGroupName The name of the resource group within the user's subscription. The name is
131
- * case insensitive.
132
- * @param domainServiceName The name of the domain service.
133
- * @param options The options parameters.
134
- */
135
- private _list(
136
- resourceGroupName: string,
137
- domainServiceName: string,
138
- options?: OuContainerListOptionalParams
139
- ): Promise<OuContainerListResponse> {
140
- return this.client.sendOperationRequest(
141
- { resourceGroupName, domainServiceName, options },
142
- listOperationSpec
143
- );
144
- }
145
-
146
- /**
147
- * Get OuContainer in DomainService instance.
148
- * @param resourceGroupName The name of the resource group within the user's subscription. The name is
149
- * case insensitive.
150
- * @param domainServiceName The name of the domain service.
151
- * @param ouContainerName The name of the OuContainer.
152
- * @param options The options parameters.
153
- */
154
- get(
155
- resourceGroupName: string,
156
- domainServiceName: string,
157
- ouContainerName: string,
158
- options?: OuContainerGetOptionalParams
159
- ): Promise<OuContainerGetResponse> {
160
- return this.client.sendOperationRequest(
161
- { resourceGroupName, domainServiceName, ouContainerName, options },
162
- getOperationSpec
163
- );
164
- }
165
-
166
- /**
167
- * The Create OuContainer operation creates a new OuContainer under the specified Domain Service
168
- * instance.
169
- * @param resourceGroupName The name of the resource group within the user's subscription. The name is
170
- * case insensitive.
171
- * @param domainServiceName The name of the domain service.
172
- * @param ouContainerName The name of the OuContainer.
173
- * @param containerAccount Container Account Description.
174
- * @param options The options parameters.
175
- */
176
- async beginCreate(
177
- resourceGroupName: string,
178
- domainServiceName: string,
179
- ouContainerName: string,
180
- containerAccount: ContainerAccount,
181
- options?: OuContainerCreateOptionalParams
182
- ): Promise<
183
- PollerLike<
184
- PollOperationState<OuContainerCreateResponse>,
185
- OuContainerCreateResponse
186
- >
187
- > {
188
- const directSendOperation = async (
189
- args: coreClient.OperationArguments,
190
- spec: coreClient.OperationSpec
191
- ): Promise<OuContainerCreateResponse> => {
192
- return this.client.sendOperationRequest(args, spec);
193
- };
194
- const sendOperation = async (
195
- args: coreClient.OperationArguments,
196
- spec: coreClient.OperationSpec
197
- ) => {
198
- let currentRawResponse:
199
- | coreClient.FullOperationResponse
200
- | undefined = undefined;
201
- const providedCallback = args.options?.onResponse;
202
- const callback: coreClient.RawResponseCallback = (
203
- rawResponse: coreClient.FullOperationResponse,
204
- flatResponse: unknown
205
- ) => {
206
- currentRawResponse = rawResponse;
207
- providedCallback?.(rawResponse, flatResponse);
208
- };
209
- const updatedArgs = {
210
- ...args,
211
- options: {
212
- ...args.options,
213
- onResponse: callback
214
- }
215
- };
216
- const flatResponse = await directSendOperation(updatedArgs, spec);
217
- return {
218
- flatResponse,
219
- rawResponse: {
220
- statusCode: currentRawResponse!.status,
221
- body: currentRawResponse!.parsedBody,
222
- headers: currentRawResponse!.headers.toJSON()
223
- }
224
- };
225
- };
226
-
227
- const lro = new LroImpl(
228
- sendOperation,
229
- {
230
- resourceGroupName,
231
- domainServiceName,
232
- ouContainerName,
233
- containerAccount,
234
- options
235
- },
236
- createOperationSpec
237
- );
238
- const poller = new LroEngine(lro, {
239
- resumeFrom: options?.resumeFrom,
240
- intervalInMs: options?.updateIntervalInMs
241
- });
242
- await poller.poll();
243
- return poller;
244
- }
245
-
246
- /**
247
- * The Create OuContainer operation creates a new OuContainer under the specified Domain Service
248
- * instance.
249
- * @param resourceGroupName The name of the resource group within the user's subscription. The name is
250
- * case insensitive.
251
- * @param domainServiceName The name of the domain service.
252
- * @param ouContainerName The name of the OuContainer.
253
- * @param containerAccount Container Account Description.
254
- * @param options The options parameters.
255
- */
256
- async beginCreateAndWait(
257
- resourceGroupName: string,
258
- domainServiceName: string,
259
- ouContainerName: string,
260
- containerAccount: ContainerAccount,
261
- options?: OuContainerCreateOptionalParams
262
- ): Promise<OuContainerCreateResponse> {
263
- const poller = await this.beginCreate(
264
- resourceGroupName,
265
- domainServiceName,
266
- ouContainerName,
267
- containerAccount,
268
- options
269
- );
270
- return poller.pollUntilDone();
271
- }
272
-
273
- /**
274
- * The Delete OuContainer operation deletes specified OuContainer.
275
- * @param resourceGroupName The name of the resource group within the user's subscription. The name is
276
- * case insensitive.
277
- * @param domainServiceName The name of the domain service.
278
- * @param ouContainerName The name of the OuContainer.
279
- * @param options The options parameters.
280
- */
281
- async beginDelete(
282
- resourceGroupName: string,
283
- domainServiceName: string,
284
- ouContainerName: string,
285
- options?: OuContainerDeleteOptionalParams
286
- ): Promise<PollerLike<PollOperationState<void>, void>> {
287
- const directSendOperation = async (
288
- args: coreClient.OperationArguments,
289
- spec: coreClient.OperationSpec
290
- ): Promise<void> => {
291
- return this.client.sendOperationRequest(args, spec);
292
- };
293
- const sendOperation = async (
294
- args: coreClient.OperationArguments,
295
- spec: coreClient.OperationSpec
296
- ) => {
297
- let currentRawResponse:
298
- | coreClient.FullOperationResponse
299
- | undefined = undefined;
300
- const providedCallback = args.options?.onResponse;
301
- const callback: coreClient.RawResponseCallback = (
302
- rawResponse: coreClient.FullOperationResponse,
303
- flatResponse: unknown
304
- ) => {
305
- currentRawResponse = rawResponse;
306
- providedCallback?.(rawResponse, flatResponse);
307
- };
308
- const updatedArgs = {
309
- ...args,
310
- options: {
311
- ...args.options,
312
- onResponse: callback
313
- }
314
- };
315
- const flatResponse = await directSendOperation(updatedArgs, spec);
316
- return {
317
- flatResponse,
318
- rawResponse: {
319
- statusCode: currentRawResponse!.status,
320
- body: currentRawResponse!.parsedBody,
321
- headers: currentRawResponse!.headers.toJSON()
322
- }
323
- };
324
- };
325
-
326
- const lro = new LroImpl(
327
- sendOperation,
328
- { resourceGroupName, domainServiceName, ouContainerName, options },
329
- deleteOperationSpec
330
- );
331
- const poller = new LroEngine(lro, {
332
- resumeFrom: options?.resumeFrom,
333
- intervalInMs: options?.updateIntervalInMs
334
- });
335
- await poller.poll();
336
- return poller;
337
- }
338
-
339
- /**
340
- * The Delete OuContainer operation deletes specified OuContainer.
341
- * @param resourceGroupName The name of the resource group within the user's subscription. The name is
342
- * case insensitive.
343
- * @param domainServiceName The name of the domain service.
344
- * @param ouContainerName The name of the OuContainer.
345
- * @param options The options parameters.
346
- */
347
- async beginDeleteAndWait(
348
- resourceGroupName: string,
349
- domainServiceName: string,
350
- ouContainerName: string,
351
- options?: OuContainerDeleteOptionalParams
352
- ): Promise<void> {
353
- const poller = await this.beginDelete(
354
- resourceGroupName,
355
- domainServiceName,
356
- ouContainerName,
357
- options
358
- );
359
- return poller.pollUntilDone();
360
- }
361
-
362
- /**
363
- * The Update OuContainer operation can be used to update the existing OuContainers.
364
- * @param resourceGroupName The name of the resource group within the user's subscription. The name is
365
- * case insensitive.
366
- * @param domainServiceName The name of the domain service.
367
- * @param ouContainerName The name of the OuContainer.
368
- * @param containerAccount Container Account Description.
369
- * @param options The options parameters.
370
- */
371
- async beginUpdate(
372
- resourceGroupName: string,
373
- domainServiceName: string,
374
- ouContainerName: string,
375
- containerAccount: ContainerAccount,
376
- options?: OuContainerUpdateOptionalParams
377
- ): Promise<
378
- PollerLike<
379
- PollOperationState<OuContainerUpdateResponse>,
380
- OuContainerUpdateResponse
381
- >
382
- > {
383
- const directSendOperation = async (
384
- args: coreClient.OperationArguments,
385
- spec: coreClient.OperationSpec
386
- ): Promise<OuContainerUpdateResponse> => {
387
- return this.client.sendOperationRequest(args, spec);
388
- };
389
- const sendOperation = async (
390
- args: coreClient.OperationArguments,
391
- spec: coreClient.OperationSpec
392
- ) => {
393
- let currentRawResponse:
394
- | coreClient.FullOperationResponse
395
- | undefined = undefined;
396
- const providedCallback = args.options?.onResponse;
397
- const callback: coreClient.RawResponseCallback = (
398
- rawResponse: coreClient.FullOperationResponse,
399
- flatResponse: unknown
400
- ) => {
401
- currentRawResponse = rawResponse;
402
- providedCallback?.(rawResponse, flatResponse);
403
- };
404
- const updatedArgs = {
405
- ...args,
406
- options: {
407
- ...args.options,
408
- onResponse: callback
409
- }
410
- };
411
- const flatResponse = await directSendOperation(updatedArgs, spec);
412
- return {
413
- flatResponse,
414
- rawResponse: {
415
- statusCode: currentRawResponse!.status,
416
- body: currentRawResponse!.parsedBody,
417
- headers: currentRawResponse!.headers.toJSON()
418
- }
419
- };
420
- };
421
-
422
- const lro = new LroImpl(
423
- sendOperation,
424
- {
425
- resourceGroupName,
426
- domainServiceName,
427
- ouContainerName,
428
- containerAccount,
429
- options
430
- },
431
- updateOperationSpec
432
- );
433
- const poller = new LroEngine(lro, {
434
- resumeFrom: options?.resumeFrom,
435
- intervalInMs: options?.updateIntervalInMs
436
- });
437
- await poller.poll();
438
- return poller;
439
- }
440
-
441
- /**
442
- * The Update OuContainer operation can be used to update the existing OuContainers.
443
- * @param resourceGroupName The name of the resource group within the user's subscription. The name is
444
- * case insensitive.
445
- * @param domainServiceName The name of the domain service.
446
- * @param ouContainerName The name of the OuContainer.
447
- * @param containerAccount Container Account Description.
448
- * @param options The options parameters.
449
- */
450
- async beginUpdateAndWait(
451
- resourceGroupName: string,
452
- domainServiceName: string,
453
- ouContainerName: string,
454
- containerAccount: ContainerAccount,
455
- options?: OuContainerUpdateOptionalParams
456
- ): Promise<OuContainerUpdateResponse> {
457
- const poller = await this.beginUpdate(
458
- resourceGroupName,
459
- domainServiceName,
460
- ouContainerName,
461
- containerAccount,
462
- options
463
- );
464
- return poller.pollUntilDone();
465
- }
466
-
467
- /**
468
- * ListNext
469
- * @param resourceGroupName The name of the resource group within the user's subscription. The name is
470
- * case insensitive.
471
- * @param domainServiceName The name of the domain service.
472
- * @param nextLink The nextLink from the previous successful call to the List method.
473
- * @param options The options parameters.
474
- */
475
- private _listNext(
476
- resourceGroupName: string,
477
- domainServiceName: string,
478
- nextLink: string,
479
- options?: OuContainerListNextOptionalParams
480
- ): Promise<OuContainerListNextResponse> {
481
- return this.client.sendOperationRequest(
482
- { resourceGroupName, domainServiceName, nextLink, options },
483
- listNextOperationSpec
484
- );
485
- }
486
- }
487
- // Operation Specifications
488
- const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
489
-
490
- const listOperationSpec: coreClient.OperationSpec = {
491
- path:
492
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Aad/domainServices/{domainServiceName}/ouContainer",
493
- httpMethod: "GET",
494
- responses: {
495
- 200: {
496
- bodyMapper: Mappers.OuContainerListResult
497
- },
498
- default: {
499
- bodyMapper: Mappers.CloudError
500
- }
501
- },
502
- queryParameters: [Parameters.apiVersion],
503
- urlParameters: [
504
- Parameters.$host,
505
- Parameters.subscriptionId,
506
- Parameters.resourceGroupName,
507
- Parameters.domainServiceName
508
- ],
509
- headerParameters: [Parameters.accept],
510
- serializer
511
- };
512
- const getOperationSpec: coreClient.OperationSpec = {
513
- path:
514
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Aad/domainServices/{domainServiceName}/ouContainer/{ouContainerName}",
515
- httpMethod: "GET",
516
- responses: {
517
- 200: {
518
- bodyMapper: Mappers.OuContainer
519
- },
520
- default: {
521
- bodyMapper: Mappers.CloudError
522
- }
523
- },
524
- queryParameters: [Parameters.apiVersion],
525
- urlParameters: [
526
- Parameters.$host,
527
- Parameters.subscriptionId,
528
- Parameters.resourceGroupName,
529
- Parameters.domainServiceName,
530
- Parameters.ouContainerName
531
- ],
532
- headerParameters: [Parameters.accept],
533
- serializer
534
- };
535
- const createOperationSpec: coreClient.OperationSpec = {
536
- path:
537
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Aad/domainServices/{domainServiceName}/ouContainer/{ouContainerName}",
538
- httpMethod: "PUT",
539
- responses: {
540
- 200: {
541
- bodyMapper: Mappers.OuContainer
542
- },
543
- 201: {
544
- bodyMapper: Mappers.OuContainer
545
- },
546
- 202: {
547
- bodyMapper: Mappers.OuContainer
548
- },
549
- 204: {
550
- bodyMapper: Mappers.OuContainer
551
- },
552
- default: {
553
- bodyMapper: Mappers.CloudError
554
- }
555
- },
556
- requestBody: Parameters.containerAccount,
557
- queryParameters: [Parameters.apiVersion],
558
- urlParameters: [
559
- Parameters.$host,
560
- Parameters.subscriptionId,
561
- Parameters.resourceGroupName,
562
- Parameters.domainServiceName,
563
- Parameters.ouContainerName
564
- ],
565
- headerParameters: [Parameters.accept, Parameters.contentType],
566
- mediaType: "json",
567
- serializer
568
- };
569
- const deleteOperationSpec: coreClient.OperationSpec = {
570
- path:
571
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Aad/domainServices/{domainServiceName}/ouContainer/{ouContainerName}",
572
- httpMethod: "DELETE",
573
- responses: {
574
- 200: {},
575
- 201: {},
576
- 202: {},
577
- 204: {},
578
- default: {
579
- bodyMapper: Mappers.CloudError
580
- }
581
- },
582
- queryParameters: [Parameters.apiVersion],
583
- urlParameters: [
584
- Parameters.$host,
585
- Parameters.subscriptionId,
586
- Parameters.resourceGroupName,
587
- Parameters.domainServiceName,
588
- Parameters.ouContainerName
589
- ],
590
- headerParameters: [Parameters.accept],
591
- serializer
592
- };
593
- const updateOperationSpec: coreClient.OperationSpec = {
594
- path:
595
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Aad/domainServices/{domainServiceName}/ouContainer/{ouContainerName}",
596
- httpMethod: "PATCH",
597
- responses: {
598
- 200: {
599
- bodyMapper: Mappers.OuContainer
600
- },
601
- 201: {
602
- bodyMapper: Mappers.OuContainer
603
- },
604
- 202: {
605
- bodyMapper: Mappers.OuContainer
606
- },
607
- 204: {
608
- bodyMapper: Mappers.OuContainer
609
- },
610
- default: {
611
- bodyMapper: Mappers.CloudError
612
- }
613
- },
614
- requestBody: Parameters.containerAccount,
615
- queryParameters: [Parameters.apiVersion],
616
- urlParameters: [
617
- Parameters.$host,
618
- Parameters.subscriptionId,
619
- Parameters.resourceGroupName,
620
- Parameters.domainServiceName,
621
- Parameters.ouContainerName
622
- ],
623
- headerParameters: [Parameters.accept, Parameters.contentType],
624
- mediaType: "json",
625
- serializer
626
- };
627
- const listNextOperationSpec: coreClient.OperationSpec = {
628
- path: "{nextLink}",
629
- httpMethod: "GET",
630
- responses: {
631
- 200: {
632
- bodyMapper: Mappers.OuContainerListResult
633
- },
634
- default: {
635
- bodyMapper: Mappers.CloudError
636
- }
637
- },
638
- queryParameters: [Parameters.apiVersion],
639
- urlParameters: [
640
- Parameters.$host,
641
- Parameters.nextLink,
642
- Parameters.subscriptionId,
643
- Parameters.resourceGroupName,
644
- Parameters.domainServiceName
645
- ],
646
- headerParameters: [Parameters.accept],
647
- serializer
648
- };