@azure/arm-operations 4.0.0-beta.4 → 4.0.0-beta.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (398) hide show
  1. package/CHANGELOG.md +12 -2
  2. package/LICENSE +4 -4
  3. package/README.md +25 -18
  4. package/dist/browser/index.d.ts +5 -0
  5. package/dist/browser/index.d.ts.map +1 -0
  6. package/{dist-esm/src → dist/browser}/index.js +4 -4
  7. package/dist/browser/index.js.map +1 -0
  8. package/{dist-esm/src → dist/browser}/lroImpl.js +13 -9
  9. package/dist/browser/lroImpl.js.map +1 -0
  10. package/{dist-esm/src → dist/browser}/models/index.d.ts +12 -12
  11. package/{dist-esm/src → dist/browser}/models/index.d.ts.map +1 -1
  12. package/dist/browser/models/index.js.map +1 -0
  13. package/dist/browser/models/mappers.js.map +1 -0
  14. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  15. package/dist/browser/models/parameters.js.map +1 -0
  16. package/dist/browser/operations/index.d.ts +5 -0
  17. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  18. package/{dist-esm/src → dist/browser}/operations/index.js +4 -4
  19. package/dist/browser/operations/index.js.map +1 -0
  20. package/{dist-esm/src → dist/browser}/operations/managementAssociations.d.ts +3 -3
  21. package/dist/browser/operations/managementAssociations.d.ts.map +1 -0
  22. package/{dist-esm/src → dist/browser}/operations/managementAssociations.js +3 -2
  23. package/dist/browser/operations/managementAssociations.js.map +1 -0
  24. package/{dist-esm/src → dist/browser}/operations/managementConfigurations.d.ts +3 -3
  25. package/dist/browser/operations/managementConfigurations.d.ts.map +1 -0
  26. package/{dist-esm/src → dist/browser}/operations/managementConfigurations.js +3 -2
  27. package/dist/browser/operations/managementConfigurations.js.map +1 -0
  28. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  29. package/dist/browser/operations/operations.d.ts.map +1 -0
  30. package/{dist-esm/src → dist/browser}/operations/operations.js +12 -27
  31. package/dist/browser/operations/operations.js.map +1 -0
  32. package/{dist-esm/src → dist/browser}/operations/solutions.d.ts +3 -3
  33. package/dist/browser/operations/solutions.d.ts.map +1 -0
  34. package/{dist-esm/src → dist/browser}/operations/solutions.js +115 -112
  35. package/dist/browser/operations/solutions.js.map +1 -0
  36. package/dist/browser/operationsInterfaces/index.d.ts +5 -0
  37. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  38. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.js +4 -4
  39. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  40. package/{dist-esm/src → dist/browser}/operationsInterfaces/managementAssociations.d.ts +1 -1
  41. package/dist/browser/operationsInterfaces/managementAssociations.d.ts.map +1 -0
  42. package/dist/browser/operationsInterfaces/managementAssociations.js.map +1 -0
  43. package/{dist-esm/src → dist/browser}/operationsInterfaces/managementConfigurations.d.ts +1 -1
  44. package/dist/browser/operationsInterfaces/managementConfigurations.d.ts.map +1 -0
  45. package/dist/browser/operationsInterfaces/managementConfigurations.js.map +1 -0
  46. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  47. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  48. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  49. package/{dist-esm/src → dist/browser}/operationsInterfaces/solutions.d.ts +1 -1
  50. package/dist/browser/operationsInterfaces/solutions.d.ts.map +1 -0
  51. package/dist/browser/operationsInterfaces/solutions.js.map +1 -0
  52. package/{dist-esm/src → dist/browser}/operationsManagementClient.d.ts +2 -2
  53. package/dist/browser/operationsManagementClient.d.ts.map +1 -0
  54. package/{dist-esm/src → dist/browser}/operationsManagementClient.js +33 -24
  55. package/dist/browser/operationsManagementClient.js.map +1 -0
  56. package/dist/browser/package.json +3 -0
  57. package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
  58. package/dist/browser/pagingHelper.js.map +1 -0
  59. package/dist/commonjs/index.d.ts +5 -0
  60. package/dist/commonjs/index.d.ts.map +1 -0
  61. package/dist/commonjs/index.js +19 -0
  62. package/dist/commonjs/index.js.map +1 -0
  63. package/dist/commonjs/lroImpl.d.ts +16 -0
  64. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  65. package/dist/commonjs/lroImpl.js +37 -0
  66. package/dist/commonjs/lroImpl.js.map +1 -0
  67. package/dist/commonjs/models/index.d.ts +272 -0
  68. package/dist/commonjs/models/index.d.ts.map +1 -0
  69. package/dist/commonjs/models/index.js +10 -0
  70. package/dist/commonjs/models/index.js.map +1 -0
  71. package/dist/commonjs/models/mappers.d.ts +19 -0
  72. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  73. package/dist/commonjs/models/mappers.js +488 -0
  74. package/dist/commonjs/models/mappers.js.map +1 -0
  75. package/dist/commonjs/models/parameters.d.ts +18 -0
  76. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  77. package/dist/commonjs/models/parameters.js +157 -0
  78. package/dist/commonjs/models/parameters.js.map +1 -0
  79. package/dist/commonjs/operations/index.d.ts +5 -0
  80. package/dist/commonjs/operations/index.d.ts.map +1 -0
  81. package/dist/commonjs/operations/index.js +15 -0
  82. package/dist/commonjs/operations/index.js.map +1 -0
  83. package/dist/commonjs/operations/managementAssociations.d.ts +49 -0
  84. package/dist/commonjs/operations/managementAssociations.d.ts.map +1 -0
  85. package/dist/commonjs/operations/managementAssociations.js +183 -0
  86. package/dist/commonjs/operations/managementAssociations.js.map +1 -0
  87. package/dist/commonjs/operations/managementConfigurations.d.ts +40 -0
  88. package/dist/commonjs/operations/managementConfigurations.d.ts.map +1 -0
  89. package/dist/commonjs/operations/managementConfigurations.js +143 -0
  90. package/dist/commonjs/operations/managementConfigurations.js.map +1 -0
  91. package/dist/commonjs/operations/operations.d.ts +26 -0
  92. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  93. package/dist/commonjs/operations/operations.js +81 -0
  94. package/dist/commonjs/operations/operations.js.map +1 -0
  95. package/dist/commonjs/operations/solutions.d.ts +78 -0
  96. package/dist/commonjs/operations/solutions.d.ts.map +1 -0
  97. package/dist/commonjs/operations/solutions.js +358 -0
  98. package/dist/commonjs/operations/solutions.js.map +1 -0
  99. package/dist/commonjs/operationsInterfaces/index.d.ts +5 -0
  100. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  101. package/dist/commonjs/operationsInterfaces/index.js +15 -0
  102. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  103. package/dist/commonjs/operationsInterfaces/managementAssociations.d.ts +41 -0
  104. package/dist/commonjs/operationsInterfaces/managementAssociations.d.ts.map +1 -0
  105. package/dist/commonjs/operationsInterfaces/managementAssociations.js +10 -0
  106. package/dist/commonjs/operationsInterfaces/managementAssociations.js.map +1 -0
  107. package/dist/commonjs/operationsInterfaces/managementConfigurations.d.ts +32 -0
  108. package/dist/commonjs/operationsInterfaces/managementConfigurations.d.ts.map +1 -0
  109. package/dist/commonjs/operationsInterfaces/managementConfigurations.js +10 -0
  110. package/dist/commonjs/operationsInterfaces/managementConfigurations.js.map +1 -0
  111. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  112. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  113. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  114. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  115. package/dist/commonjs/operationsInterfaces/solutions.d.ts +70 -0
  116. package/dist/commonjs/operationsInterfaces/solutions.d.ts.map +1 -0
  117. package/dist/commonjs/operationsInterfaces/solutions.js +10 -0
  118. package/dist/commonjs/operationsInterfaces/solutions.js.map +1 -0
  119. package/dist/commonjs/operationsManagementClient.d.ts +24 -0
  120. package/dist/commonjs/operationsManagementClient.d.ts.map +1 -0
  121. package/dist/commonjs/operationsManagementClient.js +118 -0
  122. package/dist/commonjs/operationsManagementClient.js.map +1 -0
  123. package/dist/commonjs/package.json +3 -0
  124. package/dist/commonjs/pagingHelper.d.ts +13 -0
  125. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  126. package/dist/commonjs/pagingHelper.js +34 -0
  127. package/dist/commonjs/pagingHelper.js.map +1 -0
  128. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  129. package/dist/esm/index.d.ts +5 -0
  130. package/dist/esm/index.d.ts.map +1 -0
  131. package/{src/index.ts → dist/esm/index.js} +5 -5
  132. package/dist/esm/index.js.map +1 -0
  133. package/dist/esm/lroImpl.d.ts +16 -0
  134. package/dist/esm/lroImpl.d.ts.map +1 -0
  135. package/dist/esm/lroImpl.js +33 -0
  136. package/dist/esm/lroImpl.js.map +1 -0
  137. package/dist/esm/models/index.d.ts +272 -0
  138. package/dist/esm/models/index.d.ts.map +1 -0
  139. package/dist/esm/models/index.js +9 -0
  140. package/dist/esm/models/index.js.map +1 -0
  141. package/dist/esm/models/mappers.d.ts +19 -0
  142. package/dist/esm/models/mappers.d.ts.map +1 -0
  143. package/dist/esm/models/mappers.js +485 -0
  144. package/dist/esm/models/mappers.js.map +1 -0
  145. package/dist/esm/models/parameters.d.ts +18 -0
  146. package/dist/esm/models/parameters.d.ts.map +1 -0
  147. package/dist/esm/models/parameters.js +154 -0
  148. package/dist/esm/models/parameters.js.map +1 -0
  149. package/dist/esm/operations/index.d.ts +5 -0
  150. package/dist/esm/operations/index.d.ts.map +1 -0
  151. package/dist/esm/operations/index.js +12 -0
  152. package/dist/esm/operations/index.js.map +1 -0
  153. package/dist/esm/operations/managementAssociations.d.ts +49 -0
  154. package/dist/esm/operations/managementAssociations.d.ts.map +1 -0
  155. package/dist/esm/operations/managementAssociations.js +178 -0
  156. package/dist/esm/operations/managementAssociations.js.map +1 -0
  157. package/dist/esm/operations/managementConfigurations.d.ts +40 -0
  158. package/dist/esm/operations/managementConfigurations.d.ts.map +1 -0
  159. package/dist/esm/operations/managementConfigurations.js +138 -0
  160. package/dist/esm/operations/managementConfigurations.js.map +1 -0
  161. package/dist/esm/operations/operations.d.ts +26 -0
  162. package/dist/esm/operations/operations.d.ts.map +1 -0
  163. package/dist/esm/operations/operations.js +76 -0
  164. package/dist/esm/operations/operations.js.map +1 -0
  165. package/dist/esm/operations/solutions.d.ts +78 -0
  166. package/dist/esm/operations/solutions.d.ts.map +1 -0
  167. package/dist/esm/operations/solutions.js +353 -0
  168. package/dist/esm/operations/solutions.js.map +1 -0
  169. package/dist/esm/operationsInterfaces/index.d.ts +5 -0
  170. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  171. package/dist/esm/operationsInterfaces/index.js +12 -0
  172. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  173. package/dist/esm/operationsInterfaces/managementAssociations.d.ts +41 -0
  174. package/dist/esm/operationsInterfaces/managementAssociations.d.ts.map +1 -0
  175. package/dist/esm/operationsInterfaces/managementAssociations.js +9 -0
  176. package/dist/esm/operationsInterfaces/managementAssociations.js.map +1 -0
  177. package/dist/esm/operationsInterfaces/managementConfigurations.d.ts +32 -0
  178. package/dist/esm/operationsInterfaces/managementConfigurations.d.ts.map +1 -0
  179. package/dist/esm/operationsInterfaces/managementConfigurations.js +9 -0
  180. package/dist/esm/operationsInterfaces/managementConfigurations.js.map +1 -0
  181. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  182. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  183. package/dist/esm/operationsInterfaces/operations.js +9 -0
  184. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  185. package/dist/esm/operationsInterfaces/solutions.d.ts +70 -0
  186. package/dist/esm/operationsInterfaces/solutions.d.ts.map +1 -0
  187. package/dist/esm/operationsInterfaces/solutions.js +9 -0
  188. package/dist/esm/operationsInterfaces/solutions.js.map +1 -0
  189. package/dist/esm/operationsManagementClient.d.ts +24 -0
  190. package/dist/esm/operationsManagementClient.d.ts.map +1 -0
  191. package/dist/esm/operationsManagementClient.js +113 -0
  192. package/dist/esm/operationsManagementClient.js.map +1 -0
  193. package/dist/esm/package.json +3 -0
  194. package/dist/esm/pagingHelper.d.ts +13 -0
  195. package/dist/esm/pagingHelper.d.ts.map +1 -0
  196. package/dist/esm/pagingHelper.js +30 -0
  197. package/dist/esm/pagingHelper.js.map +1 -0
  198. package/dist/react-native/index.d.ts +5 -0
  199. package/dist/react-native/index.d.ts.map +1 -0
  200. package/dist/react-native/index.js +13 -0
  201. package/dist/react-native/index.js.map +1 -0
  202. package/dist/react-native/lroImpl.d.ts +16 -0
  203. package/dist/react-native/lroImpl.d.ts.map +1 -0
  204. package/dist/react-native/lroImpl.js +33 -0
  205. package/dist/react-native/lroImpl.js.map +1 -0
  206. package/dist/react-native/models/index.d.ts +272 -0
  207. package/dist/react-native/models/index.d.ts.map +1 -0
  208. package/dist/react-native/models/index.js +9 -0
  209. package/dist/react-native/models/index.js.map +1 -0
  210. package/dist/react-native/models/mappers.d.ts +19 -0
  211. package/dist/react-native/models/mappers.d.ts.map +1 -0
  212. package/dist/react-native/models/mappers.js +485 -0
  213. package/dist/react-native/models/mappers.js.map +1 -0
  214. package/dist/react-native/models/parameters.d.ts +18 -0
  215. package/dist/react-native/models/parameters.d.ts.map +1 -0
  216. package/dist/react-native/models/parameters.js +154 -0
  217. package/dist/react-native/models/parameters.js.map +1 -0
  218. package/dist/react-native/operations/index.d.ts +5 -0
  219. package/dist/react-native/operations/index.d.ts.map +1 -0
  220. package/dist/react-native/operations/index.js +12 -0
  221. package/dist/react-native/operations/index.js.map +1 -0
  222. package/dist/react-native/operations/managementAssociations.d.ts +49 -0
  223. package/dist/react-native/operations/managementAssociations.d.ts.map +1 -0
  224. package/dist/react-native/operations/managementAssociations.js +178 -0
  225. package/dist/react-native/operations/managementAssociations.js.map +1 -0
  226. package/dist/react-native/operations/managementConfigurations.d.ts +40 -0
  227. package/dist/react-native/operations/managementConfigurations.d.ts.map +1 -0
  228. package/dist/react-native/operations/managementConfigurations.js +138 -0
  229. package/dist/react-native/operations/managementConfigurations.js.map +1 -0
  230. package/dist/react-native/operations/operations.d.ts +26 -0
  231. package/dist/react-native/operations/operations.d.ts.map +1 -0
  232. package/dist/react-native/operations/operations.js +76 -0
  233. package/dist/react-native/operations/operations.js.map +1 -0
  234. package/dist/react-native/operations/solutions.d.ts +78 -0
  235. package/dist/react-native/operations/solutions.d.ts.map +1 -0
  236. package/dist/react-native/operations/solutions.js +353 -0
  237. package/dist/react-native/operations/solutions.js.map +1 -0
  238. package/dist/react-native/operationsInterfaces/index.d.ts +5 -0
  239. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  240. package/dist/react-native/operationsInterfaces/index.js +12 -0
  241. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  242. package/dist/react-native/operationsInterfaces/managementAssociations.d.ts +41 -0
  243. package/dist/react-native/operationsInterfaces/managementAssociations.d.ts.map +1 -0
  244. package/dist/react-native/operationsInterfaces/managementAssociations.js +9 -0
  245. package/dist/react-native/operationsInterfaces/managementAssociations.js.map +1 -0
  246. package/dist/react-native/operationsInterfaces/managementConfigurations.d.ts +32 -0
  247. package/dist/react-native/operationsInterfaces/managementConfigurations.d.ts.map +1 -0
  248. package/dist/react-native/operationsInterfaces/managementConfigurations.js +9 -0
  249. package/dist/react-native/operationsInterfaces/managementConfigurations.js.map +1 -0
  250. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  251. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  252. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  253. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  254. package/dist/react-native/operationsInterfaces/solutions.d.ts +70 -0
  255. package/dist/react-native/operationsInterfaces/solutions.d.ts.map +1 -0
  256. package/dist/react-native/operationsInterfaces/solutions.js +9 -0
  257. package/dist/react-native/operationsInterfaces/solutions.js.map +1 -0
  258. package/dist/react-native/operationsManagementClient.d.ts +24 -0
  259. package/dist/react-native/operationsManagementClient.d.ts.map +1 -0
  260. package/dist/react-native/operationsManagementClient.js +113 -0
  261. package/dist/react-native/operationsManagementClient.js.map +1 -0
  262. package/dist/react-native/package.json +3 -0
  263. package/dist/react-native/pagingHelper.d.ts +13 -0
  264. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  265. package/dist/react-native/pagingHelper.js +30 -0
  266. package/dist/react-native/pagingHelper.js.map +1 -0
  267. package/package.json +85 -76
  268. package/dist/index.js +0 -1582
  269. package/dist/index.js.map +0 -1
  270. package/dist/index.min.js +0 -1
  271. package/dist/index.min.js.map +0 -1
  272. package/dist-esm/samples-dev/managementAssociationsCreateOrUpdateSample.d.ts +0 -2
  273. package/dist-esm/samples-dev/managementAssociationsCreateOrUpdateSample.d.ts.map +0 -1
  274. package/dist-esm/samples-dev/managementAssociationsCreateOrUpdateSample.js +0 -40
  275. package/dist-esm/samples-dev/managementAssociationsCreateOrUpdateSample.js.map +0 -1
  276. package/dist-esm/samples-dev/managementAssociationsDeleteSample.d.ts +0 -2
  277. package/dist-esm/samples-dev/managementAssociationsDeleteSample.d.ts.map +0 -1
  278. package/dist-esm/samples-dev/managementAssociationsDeleteSample.js +0 -34
  279. package/dist-esm/samples-dev/managementAssociationsDeleteSample.js.map +0 -1
  280. package/dist-esm/samples-dev/managementAssociationsGetSample.d.ts +0 -2
  281. package/dist-esm/samples-dev/managementAssociationsGetSample.d.ts.map +0 -1
  282. package/dist-esm/samples-dev/managementAssociationsGetSample.js +0 -34
  283. package/dist-esm/samples-dev/managementAssociationsGetSample.js.map +0 -1
  284. package/dist-esm/samples-dev/managementAssociationsListBySubscriptionSample.d.ts +0 -2
  285. package/dist-esm/samples-dev/managementAssociationsListBySubscriptionSample.d.ts.map +0 -1
  286. package/dist-esm/samples-dev/managementAssociationsListBySubscriptionSample.js +0 -29
  287. package/dist-esm/samples-dev/managementAssociationsListBySubscriptionSample.js.map +0 -1
  288. package/dist-esm/samples-dev/managementConfigurationsCreateOrUpdateSample.d.ts +0 -2
  289. package/dist-esm/samples-dev/managementConfigurationsCreateOrUpdateSample.d.ts.map +0 -1
  290. package/dist-esm/samples-dev/managementConfigurationsCreateOrUpdateSample.js +0 -32
  291. package/dist-esm/samples-dev/managementConfigurationsCreateOrUpdateSample.js.map +0 -1
  292. package/dist-esm/samples-dev/managementConfigurationsDeleteSample.d.ts +0 -2
  293. package/dist-esm/samples-dev/managementConfigurationsDeleteSample.d.ts.map +0 -1
  294. package/dist-esm/samples-dev/managementConfigurationsDeleteSample.js +0 -31
  295. package/dist-esm/samples-dev/managementConfigurationsDeleteSample.js.map +0 -1
  296. package/dist-esm/samples-dev/managementConfigurationsGetSample.d.ts +0 -2
  297. package/dist-esm/samples-dev/managementConfigurationsGetSample.d.ts.map +0 -1
  298. package/dist-esm/samples-dev/managementConfigurationsGetSample.js +0 -31
  299. package/dist-esm/samples-dev/managementConfigurationsGetSample.js.map +0 -1
  300. package/dist-esm/samples-dev/managementConfigurationsListBySubscriptionSample.d.ts +0 -2
  301. package/dist-esm/samples-dev/managementConfigurationsListBySubscriptionSample.d.ts.map +0 -1
  302. package/dist-esm/samples-dev/managementConfigurationsListBySubscriptionSample.js +0 -29
  303. package/dist-esm/samples-dev/managementConfigurationsListBySubscriptionSample.js.map +0 -1
  304. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  305. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  306. package/dist-esm/samples-dev/operationsListSample.js +0 -43
  307. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  308. package/dist-esm/samples-dev/solutionsCreateOrUpdateSample.d.ts +0 -2
  309. package/dist-esm/samples-dev/solutionsCreateOrUpdateSample.d.ts.map +0 -1
  310. package/dist-esm/samples-dev/solutionsCreateOrUpdateSample.js +0 -51
  311. package/dist-esm/samples-dev/solutionsCreateOrUpdateSample.js.map +0 -1
  312. package/dist-esm/samples-dev/solutionsDeleteSample.d.ts +0 -2
  313. package/dist-esm/samples-dev/solutionsDeleteSample.d.ts.map +0 -1
  314. package/dist-esm/samples-dev/solutionsDeleteSample.js +0 -31
  315. package/dist-esm/samples-dev/solutionsDeleteSample.js.map +0 -1
  316. package/dist-esm/samples-dev/solutionsGetSample.d.ts +0 -2
  317. package/dist-esm/samples-dev/solutionsGetSample.d.ts.map +0 -1
  318. package/dist-esm/samples-dev/solutionsGetSample.js +0 -31
  319. package/dist-esm/samples-dev/solutionsGetSample.js.map +0 -1
  320. package/dist-esm/samples-dev/solutionsListByResourceGroupSample.d.ts +0 -2
  321. package/dist-esm/samples-dev/solutionsListByResourceGroupSample.d.ts.map +0 -1
  322. package/dist-esm/samples-dev/solutionsListByResourceGroupSample.js +0 -30
  323. package/dist-esm/samples-dev/solutionsListByResourceGroupSample.js.map +0 -1
  324. package/dist-esm/samples-dev/solutionsListBySubscriptionSample.d.ts +0 -2
  325. package/dist-esm/samples-dev/solutionsListBySubscriptionSample.d.ts.map +0 -1
  326. package/dist-esm/samples-dev/solutionsListBySubscriptionSample.js +0 -29
  327. package/dist-esm/samples-dev/solutionsListBySubscriptionSample.js.map +0 -1
  328. package/dist-esm/samples-dev/solutionsUpdateSample.d.ts +0 -2
  329. package/dist-esm/samples-dev/solutionsUpdateSample.d.ts.map +0 -1
  330. package/dist-esm/samples-dev/solutionsUpdateSample.js +0 -34
  331. package/dist-esm/samples-dev/solutionsUpdateSample.js.map +0 -1
  332. package/dist-esm/src/index.d.ts +0 -6
  333. package/dist-esm/src/index.d.ts.map +0 -1
  334. package/dist-esm/src/index.js.map +0 -1
  335. package/dist-esm/src/lroImpl.js.map +0 -1
  336. package/dist-esm/src/models/index.js.map +0 -1
  337. package/dist-esm/src/models/mappers.js.map +0 -1
  338. package/dist-esm/src/models/parameters.js.map +0 -1
  339. package/dist-esm/src/operations/index.d.ts +0 -5
  340. package/dist-esm/src/operations/index.js.map +0 -1
  341. package/dist-esm/src/operations/managementAssociations.d.ts.map +0 -1
  342. package/dist-esm/src/operations/managementAssociations.js.map +0 -1
  343. package/dist-esm/src/operations/managementConfigurations.d.ts.map +0 -1
  344. package/dist-esm/src/operations/managementConfigurations.js.map +0 -1
  345. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  346. package/dist-esm/src/operations/operations.js.map +0 -1
  347. package/dist-esm/src/operations/solutions.d.ts.map +0 -1
  348. package/dist-esm/src/operations/solutions.js.map +0 -1
  349. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -5
  350. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  351. package/dist-esm/src/operationsInterfaces/managementAssociations.d.ts.map +0 -1
  352. package/dist-esm/src/operationsInterfaces/managementAssociations.js.map +0 -1
  353. package/dist-esm/src/operationsInterfaces/managementConfigurations.d.ts.map +0 -1
  354. package/dist-esm/src/operationsInterfaces/managementConfigurations.js.map +0 -1
  355. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  356. package/dist-esm/src/operationsInterfaces/solutions.d.ts.map +0 -1
  357. package/dist-esm/src/operationsInterfaces/solutions.js.map +0 -1
  358. package/dist-esm/src/operationsManagementClient.d.ts.map +0 -1
  359. package/dist-esm/src/operationsManagementClient.js.map +0 -1
  360. package/dist-esm/src/pagingHelper.js.map +0 -1
  361. package/dist-esm/test/sampleTest.d.ts +0 -2
  362. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  363. package/dist-esm/test/sampleTest.js +0 -38
  364. package/dist-esm/test/sampleTest.js.map +0 -1
  365. package/rollup.config.js +0 -122
  366. package/src/lroImpl.ts +0 -34
  367. package/src/models/index.ts +0 -324
  368. package/src/models/mappers.ts +0 -503
  369. package/src/models/parameters.ts +0 -180
  370. package/src/operations/index.ts +0 -12
  371. package/src/operations/managementAssociations.ts +0 -237
  372. package/src/operations/managementConfigurations.ts +0 -188
  373. package/src/operations/operations.ts +0 -100
  374. package/src/operations/solutions.ts +0 -506
  375. package/src/operationsInterfaces/index.ts +0 -12
  376. package/src/operationsInterfaces/managementAssociations.ts +0 -82
  377. package/src/operationsInterfaces/managementConfigurations.ts +0 -64
  378. package/src/operationsInterfaces/operations.ts +0 -22
  379. package/src/operationsInterfaces/solutions.ts +0 -139
  380. package/src/operationsManagementClient.ts +0 -157
  381. package/src/pagingHelper.ts +0 -39
  382. package/tsconfig.json +0 -33
  383. package/types/arm-operations.d.ts +0 -499
  384. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  385. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  386. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  387. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  388. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  389. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  390. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  391. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  392. /package/{dist-esm/src → dist/browser}/operationsInterfaces/managementAssociations.js +0 -0
  393. /package/{dist-esm/src → dist/browser}/operationsInterfaces/managementConfigurations.js +0 -0
  394. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  395. /package/{dist-esm/src → dist/browser}/operationsInterfaces/solutions.js +0 -0
  396. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  397. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  398. /package/review/{arm-operations.api.md → arm-operations-node.api.md} +0 -0
@@ -0,0 +1,78 @@
1
+ import { Solutions } from "../operationsInterfaces/index.js";
2
+ import { OperationsManagementClient } from "../operationsManagementClient.js";
3
+ import { PollerLike, PollOperationState } from "@azure/core-lro";
4
+ import { Solution, SolutionsCreateOrUpdateOptionalParams, SolutionsCreateOrUpdateResponse, SolutionPatch, SolutionsUpdateOptionalParams, SolutionsUpdateResponse, SolutionsDeleteOptionalParams, SolutionsGetOptionalParams, SolutionsGetResponse, SolutionsListByResourceGroupOptionalParams, SolutionsListByResourceGroupResponse, SolutionsListBySubscriptionOptionalParams, SolutionsListBySubscriptionResponse } from "../models/index.js";
5
+ /** Class containing Solutions operations. */
6
+ export declare class SolutionsImpl implements Solutions {
7
+ private readonly client;
8
+ /**
9
+ * Initialize a new instance of the class Solutions class.
10
+ * @param client Reference to the service client
11
+ */
12
+ constructor(client: OperationsManagementClient);
13
+ /**
14
+ * Creates or updates the Solution.
15
+ * @param resourceGroupName The name of the resource group to get. The name is case insensitive.
16
+ * @param solutionName User Solution Name.
17
+ * @param parameters The parameters required to create OMS Solution.
18
+ * @param options The options parameters.
19
+ */
20
+ beginCreateOrUpdate(resourceGroupName: string, solutionName: string, parameters: Solution, options?: SolutionsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<SolutionsCreateOrUpdateResponse>, SolutionsCreateOrUpdateResponse>>;
21
+ /**
22
+ * Creates or updates the Solution.
23
+ * @param resourceGroupName The name of the resource group to get. The name is case insensitive.
24
+ * @param solutionName User Solution Name.
25
+ * @param parameters The parameters required to create OMS Solution.
26
+ * @param options The options parameters.
27
+ */
28
+ beginCreateOrUpdateAndWait(resourceGroupName: string, solutionName: string, parameters: Solution, options?: SolutionsCreateOrUpdateOptionalParams): Promise<SolutionsCreateOrUpdateResponse>;
29
+ /**
30
+ * Patch a Solution. Only updating tags supported.
31
+ * @param resourceGroupName The name of the resource group to get. The name is case insensitive.
32
+ * @param solutionName User Solution Name.
33
+ * @param parameters The parameters required to patch a Solution.
34
+ * @param options The options parameters.
35
+ */
36
+ beginUpdate(resourceGroupName: string, solutionName: string, parameters: SolutionPatch, options?: SolutionsUpdateOptionalParams): Promise<PollerLike<PollOperationState<SolutionsUpdateResponse>, SolutionsUpdateResponse>>;
37
+ /**
38
+ * Patch a Solution. Only updating tags supported.
39
+ * @param resourceGroupName The name of the resource group to get. The name is case insensitive.
40
+ * @param solutionName User Solution Name.
41
+ * @param parameters The parameters required to patch a Solution.
42
+ * @param options The options parameters.
43
+ */
44
+ beginUpdateAndWait(resourceGroupName: string, solutionName: string, parameters: SolutionPatch, options?: SolutionsUpdateOptionalParams): Promise<SolutionsUpdateResponse>;
45
+ /**
46
+ * Deletes the solution in the subscription.
47
+ * @param resourceGroupName The name of the resource group to get. The name is case insensitive.
48
+ * @param solutionName User Solution Name.
49
+ * @param options The options parameters.
50
+ */
51
+ beginDelete(resourceGroupName: string, solutionName: string, options?: SolutionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
52
+ /**
53
+ * Deletes the solution in the subscription.
54
+ * @param resourceGroupName The name of the resource group to get. The name is case insensitive.
55
+ * @param solutionName User Solution Name.
56
+ * @param options The options parameters.
57
+ */
58
+ beginDeleteAndWait(resourceGroupName: string, solutionName: string, options?: SolutionsDeleteOptionalParams): Promise<void>;
59
+ /**
60
+ * Retrieves the user solution.
61
+ * @param resourceGroupName The name of the resource group to get. The name is case insensitive.
62
+ * @param solutionName User Solution Name.
63
+ * @param options The options parameters.
64
+ */
65
+ get(resourceGroupName: string, solutionName: string, options?: SolutionsGetOptionalParams): Promise<SolutionsGetResponse>;
66
+ /**
67
+ * Retrieves the solution list. It will retrieve both first party and third party solutions
68
+ * @param resourceGroupName The name of the resource group to get. The name is case insensitive.
69
+ * @param options The options parameters.
70
+ */
71
+ listByResourceGroup(resourceGroupName: string, options?: SolutionsListByResourceGroupOptionalParams): Promise<SolutionsListByResourceGroupResponse>;
72
+ /**
73
+ * Retrieves the solution list. It will retrieve both first party and third party solutions
74
+ * @param options The options parameters.
75
+ */
76
+ listBySubscription(options?: SolutionsListBySubscriptionOptionalParams): Promise<SolutionsListBySubscriptionResponse>;
77
+ }
78
+ //# sourceMappingURL=solutions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"solutions.d.ts","sourceRoot":"","sources":["../../../src/operations/solutions.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,SAAS,EAAE,MAAM,kCAAkC,CAAC;AAI7D,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAC9E,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAa,MAAM,iBAAiB,CAAC;AAE5E,OAAO,EACL,QAAQ,EACR,qCAAqC,EACrC,+BAA+B,EAC/B,aAAa,EACb,6BAA6B,EAC7B,uBAAuB,EACvB,6BAA6B,EAC7B,0BAA0B,EAC1B,oBAAoB,EACpB,0CAA0C,EAC1C,oCAAoC,EACpC,yCAAyC,EACzC,mCAAmC,EACpC,MAAM,oBAAoB,CAAC;AAE5B,6CAA6C;AAC7C,qBAAa,aAAc,YAAW,SAAS;IAC7C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA6B;IAEpD;;;OAGG;gBACS,MAAM,EAAE,0BAA0B;IAI9C;;;;;;OAMG;IACG,mBAAmB,CACvB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,QAAQ,EACpB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CACR,UAAU,CACR,kBAAkB,CAAC,+BAA+B,CAAC,EACnD,+BAA+B,CAChC,CACF;IAqDD;;;;;;OAMG;IACG,0BAA0B,CAC9B,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,QAAQ,EACpB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC;IAU3C;;;;;;OAMG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,aAAa,EACzB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CACR,UAAU,CACR,kBAAkB,CAAC,uBAAuB,CAAC,EAC3C,uBAAuB,CACxB,CACF;IAqDD;;;;;;OAMG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,aAAa,EACzB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,uBAAuB,CAAC;IAUnC;;;;;OAKG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,UAAU,CAAC,kBAAkB,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;IAqDtD;;;;;OAKG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,IAAI,CAAC;IAShB;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,0BAA0B,GACnC,OAAO,CAAC,oBAAoB,CAAC;IAOhC;;;;OAIG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,oCAAoC,CAAC;IAOhD;;;OAGG;IACH,kBAAkB,CAChB,OAAO,CAAC,EAAE,yCAAyC,GAClD,OAAO,CAAC,mCAAmC,CAAC;CAMhD"}
@@ -0,0 +1,353 @@
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
+ import * as coreClient from "@azure/core-client";
9
+ import * as Mappers from "../models/mappers.js";
10
+ import * as Parameters from "../models/parameters.js";
11
+ import { LroEngine } from "@azure/core-lro";
12
+ import { LroImpl } from "../lroImpl.js";
13
+ /** Class containing Solutions operations. */
14
+ export class SolutionsImpl {
15
+ client;
16
+ /**
17
+ * Initialize a new instance of the class Solutions class.
18
+ * @param client Reference to the service client
19
+ */
20
+ constructor(client) {
21
+ this.client = client;
22
+ }
23
+ /**
24
+ * Creates or updates the Solution.
25
+ * @param resourceGroupName The name of the resource group to get. The name is case insensitive.
26
+ * @param solutionName User Solution Name.
27
+ * @param parameters The parameters required to create OMS Solution.
28
+ * @param options The options parameters.
29
+ */
30
+ async beginCreateOrUpdate(resourceGroupName, solutionName, parameters, options) {
31
+ const directSendOperation = async (args, spec) => {
32
+ return this.client.sendOperationRequest(args, spec);
33
+ };
34
+ const sendOperation = async (args, spec) => {
35
+ let currentRawResponse = undefined;
36
+ const providedCallback = args.options?.onResponse;
37
+ const callback = (rawResponse, flatResponse) => {
38
+ currentRawResponse = rawResponse;
39
+ providedCallback?.(rawResponse, flatResponse);
40
+ };
41
+ const updatedArgs = {
42
+ ...args,
43
+ options: {
44
+ ...args.options,
45
+ onResponse: callback
46
+ }
47
+ };
48
+ const flatResponse = await directSendOperation(updatedArgs, spec);
49
+ return {
50
+ flatResponse,
51
+ rawResponse: {
52
+ statusCode: currentRawResponse.status,
53
+ body: currentRawResponse.parsedBody,
54
+ headers: currentRawResponse.headers.toJSON()
55
+ }
56
+ };
57
+ };
58
+ const lro = new LroImpl(sendOperation, { resourceGroupName, solutionName, parameters, options }, createOrUpdateOperationSpec);
59
+ const poller = new LroEngine(lro, {
60
+ resumeFrom: options?.resumeFrom,
61
+ intervalInMs: options?.updateIntervalInMs
62
+ });
63
+ await poller.poll();
64
+ return poller;
65
+ }
66
+ /**
67
+ * Creates or updates the Solution.
68
+ * @param resourceGroupName The name of the resource group to get. The name is case insensitive.
69
+ * @param solutionName User Solution Name.
70
+ * @param parameters The parameters required to create OMS Solution.
71
+ * @param options The options parameters.
72
+ */
73
+ async beginCreateOrUpdateAndWait(resourceGroupName, solutionName, parameters, options) {
74
+ const poller = await this.beginCreateOrUpdate(resourceGroupName, solutionName, parameters, options);
75
+ return poller.pollUntilDone();
76
+ }
77
+ /**
78
+ * Patch a Solution. Only updating tags supported.
79
+ * @param resourceGroupName The name of the resource group to get. The name is case insensitive.
80
+ * @param solutionName User Solution Name.
81
+ * @param parameters The parameters required to patch a Solution.
82
+ * @param options The options parameters.
83
+ */
84
+ async beginUpdate(resourceGroupName, solutionName, parameters, options) {
85
+ const directSendOperation = async (args, spec) => {
86
+ return this.client.sendOperationRequest(args, spec);
87
+ };
88
+ const sendOperation = async (args, spec) => {
89
+ let currentRawResponse = undefined;
90
+ const providedCallback = args.options?.onResponse;
91
+ const callback = (rawResponse, flatResponse) => {
92
+ currentRawResponse = rawResponse;
93
+ providedCallback?.(rawResponse, flatResponse);
94
+ };
95
+ const updatedArgs = {
96
+ ...args,
97
+ options: {
98
+ ...args.options,
99
+ onResponse: callback
100
+ }
101
+ };
102
+ const flatResponse = await directSendOperation(updatedArgs, spec);
103
+ return {
104
+ flatResponse,
105
+ rawResponse: {
106
+ statusCode: currentRawResponse.status,
107
+ body: currentRawResponse.parsedBody,
108
+ headers: currentRawResponse.headers.toJSON()
109
+ }
110
+ };
111
+ };
112
+ const lro = new LroImpl(sendOperation, { resourceGroupName, solutionName, parameters, options }, updateOperationSpec);
113
+ const poller = new LroEngine(lro, {
114
+ resumeFrom: options?.resumeFrom,
115
+ intervalInMs: options?.updateIntervalInMs
116
+ });
117
+ await poller.poll();
118
+ return poller;
119
+ }
120
+ /**
121
+ * Patch a Solution. Only updating tags supported.
122
+ * @param resourceGroupName The name of the resource group to get. The name is case insensitive.
123
+ * @param solutionName User Solution Name.
124
+ * @param parameters The parameters required to patch a Solution.
125
+ * @param options The options parameters.
126
+ */
127
+ async beginUpdateAndWait(resourceGroupName, solutionName, parameters, options) {
128
+ const poller = await this.beginUpdate(resourceGroupName, solutionName, parameters, options);
129
+ return poller.pollUntilDone();
130
+ }
131
+ /**
132
+ * Deletes the solution in the subscription.
133
+ * @param resourceGroupName The name of the resource group to get. The name is case insensitive.
134
+ * @param solutionName User Solution Name.
135
+ * @param options The options parameters.
136
+ */
137
+ async beginDelete(resourceGroupName, solutionName, options) {
138
+ const directSendOperation = async (args, spec) => {
139
+ return this.client.sendOperationRequest(args, spec);
140
+ };
141
+ const sendOperation = async (args, spec) => {
142
+ let currentRawResponse = undefined;
143
+ const providedCallback = args.options?.onResponse;
144
+ const callback = (rawResponse, flatResponse) => {
145
+ currentRawResponse = rawResponse;
146
+ providedCallback?.(rawResponse, flatResponse);
147
+ };
148
+ const updatedArgs = {
149
+ ...args,
150
+ options: {
151
+ ...args.options,
152
+ onResponse: callback
153
+ }
154
+ };
155
+ const flatResponse = await directSendOperation(updatedArgs, spec);
156
+ return {
157
+ flatResponse,
158
+ rawResponse: {
159
+ statusCode: currentRawResponse.status,
160
+ body: currentRawResponse.parsedBody,
161
+ headers: currentRawResponse.headers.toJSON()
162
+ }
163
+ };
164
+ };
165
+ const lro = new LroImpl(sendOperation, { resourceGroupName, solutionName, options }, deleteOperationSpec);
166
+ const poller = new LroEngine(lro, {
167
+ resumeFrom: options?.resumeFrom,
168
+ intervalInMs: options?.updateIntervalInMs
169
+ });
170
+ await poller.poll();
171
+ return poller;
172
+ }
173
+ /**
174
+ * Deletes the solution in the subscription.
175
+ * @param resourceGroupName The name of the resource group to get. The name is case insensitive.
176
+ * @param solutionName User Solution Name.
177
+ * @param options The options parameters.
178
+ */
179
+ async beginDeleteAndWait(resourceGroupName, solutionName, options) {
180
+ const poller = await this.beginDelete(resourceGroupName, solutionName, options);
181
+ return poller.pollUntilDone();
182
+ }
183
+ /**
184
+ * Retrieves the user solution.
185
+ * @param resourceGroupName The name of the resource group to get. The name is case insensitive.
186
+ * @param solutionName User Solution Name.
187
+ * @param options The options parameters.
188
+ */
189
+ get(resourceGroupName, solutionName, options) {
190
+ return this.client.sendOperationRequest({ resourceGroupName, solutionName, options }, getOperationSpec);
191
+ }
192
+ /**
193
+ * Retrieves the solution list. It will retrieve both first party and third party solutions
194
+ * @param resourceGroupName The name of the resource group to get. The name is case insensitive.
195
+ * @param options The options parameters.
196
+ */
197
+ listByResourceGroup(resourceGroupName, options) {
198
+ return this.client.sendOperationRequest({ resourceGroupName, options }, listByResourceGroupOperationSpec);
199
+ }
200
+ /**
201
+ * Retrieves the solution list. It will retrieve both first party and third party solutions
202
+ * @param options The options parameters.
203
+ */
204
+ listBySubscription(options) {
205
+ return this.client.sendOperationRequest({ options }, listBySubscriptionOperationSpec);
206
+ }
207
+ }
208
+ // Operation Specifications
209
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
210
+ const createOrUpdateOperationSpec = {
211
+ path: "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationsManagement/solutions/{solutionName}",
212
+ httpMethod: "PUT",
213
+ responses: {
214
+ 200: {
215
+ bodyMapper: Mappers.Solution
216
+ },
217
+ 201: {
218
+ bodyMapper: Mappers.Solution
219
+ },
220
+ 202: {
221
+ bodyMapper: Mappers.Solution
222
+ },
223
+ 204: {
224
+ bodyMapper: Mappers.Solution
225
+ },
226
+ default: {
227
+ bodyMapper: Mappers.CodeMessageError
228
+ }
229
+ },
230
+ requestBody: Parameters.parameters,
231
+ queryParameters: [Parameters.apiVersion],
232
+ urlParameters: [
233
+ Parameters.$host,
234
+ Parameters.subscriptionId,
235
+ Parameters.resourceGroupName,
236
+ Parameters.solutionName
237
+ ],
238
+ headerParameters: [Parameters.contentType, Parameters.accept],
239
+ mediaType: "json",
240
+ serializer
241
+ };
242
+ const updateOperationSpec = {
243
+ path: "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationsManagement/solutions/{solutionName}",
244
+ httpMethod: "PATCH",
245
+ responses: {
246
+ 200: {
247
+ bodyMapper: Mappers.Solution
248
+ },
249
+ 201: {
250
+ bodyMapper: Mappers.Solution
251
+ },
252
+ 202: {
253
+ bodyMapper: Mappers.Solution
254
+ },
255
+ 204: {
256
+ bodyMapper: Mappers.Solution
257
+ },
258
+ default: {
259
+ bodyMapper: Mappers.CodeMessageError
260
+ }
261
+ },
262
+ requestBody: Parameters.parameters1,
263
+ queryParameters: [Parameters.apiVersion],
264
+ urlParameters: [
265
+ Parameters.$host,
266
+ Parameters.subscriptionId,
267
+ Parameters.resourceGroupName,
268
+ Parameters.solutionName
269
+ ],
270
+ headerParameters: [Parameters.contentType, Parameters.accept],
271
+ mediaType: "json",
272
+ serializer
273
+ };
274
+ const deleteOperationSpec = {
275
+ path: "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationsManagement/solutions/{solutionName}",
276
+ httpMethod: "DELETE",
277
+ responses: {
278
+ 200: {},
279
+ 201: {},
280
+ 202: {},
281
+ 204: {},
282
+ default: {
283
+ bodyMapper: Mappers.CodeMessageError
284
+ }
285
+ },
286
+ queryParameters: [Parameters.apiVersion],
287
+ urlParameters: [
288
+ Parameters.$host,
289
+ Parameters.subscriptionId,
290
+ Parameters.resourceGroupName,
291
+ Parameters.solutionName
292
+ ],
293
+ headerParameters: [Parameters.accept],
294
+ serializer
295
+ };
296
+ const getOperationSpec = {
297
+ path: "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationsManagement/solutions/{solutionName}",
298
+ httpMethod: "GET",
299
+ responses: {
300
+ 200: {
301
+ bodyMapper: Mappers.Solution
302
+ },
303
+ default: {
304
+ bodyMapper: Mappers.CodeMessageError
305
+ }
306
+ },
307
+ queryParameters: [Parameters.apiVersion],
308
+ urlParameters: [
309
+ Parameters.$host,
310
+ Parameters.subscriptionId,
311
+ Parameters.resourceGroupName,
312
+ Parameters.solutionName
313
+ ],
314
+ headerParameters: [Parameters.accept],
315
+ serializer
316
+ };
317
+ const listByResourceGroupOperationSpec = {
318
+ path: "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationsManagement/solutions",
319
+ httpMethod: "GET",
320
+ responses: {
321
+ 200: {
322
+ bodyMapper: Mappers.SolutionPropertiesList
323
+ },
324
+ default: {
325
+ bodyMapper: Mappers.CodeMessageError
326
+ }
327
+ },
328
+ queryParameters: [Parameters.apiVersion],
329
+ urlParameters: [
330
+ Parameters.$host,
331
+ Parameters.subscriptionId,
332
+ Parameters.resourceGroupName
333
+ ],
334
+ headerParameters: [Parameters.accept],
335
+ serializer
336
+ };
337
+ const listBySubscriptionOperationSpec = {
338
+ path: "/subscriptions/{subscriptionId}/providers/Microsoft.OperationsManagement/solutions",
339
+ httpMethod: "GET",
340
+ responses: {
341
+ 200: {
342
+ bodyMapper: Mappers.SolutionPropertiesList
343
+ },
344
+ default: {
345
+ bodyMapper: Mappers.CodeMessageError
346
+ }
347
+ },
348
+ queryParameters: [Parameters.apiVersion],
349
+ urlParameters: [Parameters.$host, Parameters.subscriptionId],
350
+ headerParameters: [Parameters.accept],
351
+ serializer
352
+ };
353
+ //# sourceMappingURL=solutions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"solutions.js","sourceRoot":"","sources":["../../../src/operations/solutions.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { Solutions } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { OperationsManagementClient } from \"../operationsManagementClient.js\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl.js\";\nimport {\n Solution,\n SolutionsCreateOrUpdateOptionalParams,\n SolutionsCreateOrUpdateResponse,\n SolutionPatch,\n SolutionsUpdateOptionalParams,\n SolutionsUpdateResponse,\n SolutionsDeleteOptionalParams,\n SolutionsGetOptionalParams,\n SolutionsGetResponse,\n SolutionsListByResourceGroupOptionalParams,\n SolutionsListByResourceGroupResponse,\n SolutionsListBySubscriptionOptionalParams,\n SolutionsListBySubscriptionResponse\n} from \"../models/index.js\";\n\n/** Class containing Solutions operations. */\nexport class SolutionsImpl implements Solutions {\n private readonly client: OperationsManagementClient;\n\n /**\n * Initialize a new instance of the class Solutions class.\n * @param client Reference to the service client\n */\n constructor(client: OperationsManagementClient) {\n this.client = client;\n }\n\n /**\n * Creates or updates the Solution.\n * @param resourceGroupName The name of the resource group to get. The name is case insensitive.\n * @param solutionName User Solution Name.\n * @param parameters The parameters required to create OMS Solution.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n solutionName: string,\n parameters: Solution,\n options?: SolutionsCreateOrUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<SolutionsCreateOrUpdateResponse>,\n SolutionsCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<SolutionsCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, solutionName, parameters, options },\n createOrUpdateOperationSpec\n );\n const poller = new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Creates or updates the Solution.\n * @param resourceGroupName The name of the resource group to get. The name is case insensitive.\n * @param solutionName User Solution Name.\n * @param parameters The parameters required to create OMS Solution.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n solutionName: string,\n parameters: Solution,\n options?: SolutionsCreateOrUpdateOptionalParams\n ): Promise<SolutionsCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n solutionName,\n parameters,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Patch a Solution. Only updating tags supported.\n * @param resourceGroupName The name of the resource group to get. The name is case insensitive.\n * @param solutionName User Solution Name.\n * @param parameters The parameters required to patch a Solution.\n * @param options The options parameters.\n */\n async beginUpdate(\n resourceGroupName: string,\n solutionName: string,\n parameters: SolutionPatch,\n options?: SolutionsUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<SolutionsUpdateResponse>,\n SolutionsUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<SolutionsUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, solutionName, parameters, options },\n updateOperationSpec\n );\n const poller = new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Patch a Solution. Only updating tags supported.\n * @param resourceGroupName The name of the resource group to get. The name is case insensitive.\n * @param solutionName User Solution Name.\n * @param parameters The parameters required to patch a Solution.\n * @param options The options parameters.\n */\n async beginUpdateAndWait(\n resourceGroupName: string,\n solutionName: string,\n parameters: SolutionPatch,\n options?: SolutionsUpdateOptionalParams\n ): Promise<SolutionsUpdateResponse> {\n const poller = await this.beginUpdate(\n resourceGroupName,\n solutionName,\n parameters,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Deletes the solution in the subscription.\n * @param resourceGroupName The name of the resource group to get. The name is case insensitive.\n * @param solutionName User Solution Name.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n solutionName: string,\n options?: SolutionsDeleteOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, solutionName, options },\n deleteOperationSpec\n );\n const poller = new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Deletes the solution in the subscription.\n * @param resourceGroupName The name of the resource group to get. The name is case insensitive.\n * @param solutionName User Solution Name.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n solutionName: string,\n options?: SolutionsDeleteOptionalParams\n ): Promise<void> {\n const poller = await this.beginDelete(\n resourceGroupName,\n solutionName,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Retrieves the user solution.\n * @param resourceGroupName The name of the resource group to get. The name is case insensitive.\n * @param solutionName User Solution Name.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n solutionName: string,\n options?: SolutionsGetOptionalParams\n ): Promise<SolutionsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, solutionName, options },\n getOperationSpec\n );\n }\n\n /**\n * Retrieves the solution list. It will retrieve both first party and third party solutions\n * @param resourceGroupName The name of the resource group to get. The name is case insensitive.\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: SolutionsListByResourceGroupOptionalParams\n ): Promise<SolutionsListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec\n );\n }\n\n /**\n * Retrieves the solution list. It will retrieve both first party and third party solutions\n * @param options The options parameters.\n */\n listBySubscription(\n options?: SolutionsListBySubscriptionOptionalParams\n ): Promise<SolutionsListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n { options },\n listBySubscriptionOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationsManagement/solutions/{solutionName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Solution\n },\n 201: {\n bodyMapper: Mappers.Solution\n },\n 202: {\n bodyMapper: Mappers.Solution\n },\n 204: {\n bodyMapper: Mappers.Solution\n },\n default: {\n bodyMapper: Mappers.CodeMessageError\n }\n },\n requestBody: Parameters.parameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.solutionName\n ],\n headerParameters: [Parameters.contentType, Parameters.accept],\n mediaType: \"json\",\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationsManagement/solutions/{solutionName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.Solution\n },\n 201: {\n bodyMapper: Mappers.Solution\n },\n 202: {\n bodyMapper: Mappers.Solution\n },\n 204: {\n bodyMapper: Mappers.Solution\n },\n default: {\n bodyMapper: Mappers.CodeMessageError\n }\n },\n requestBody: Parameters.parameters1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.solutionName\n ],\n headerParameters: [Parameters.contentType, Parameters.accept],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationsManagement/solutions/{solutionName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CodeMessageError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.solutionName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationsManagement/solutions/{solutionName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Solution\n },\n default: {\n bodyMapper: Mappers.CodeMessageError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.solutionName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationsManagement/solutions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SolutionPropertiesList\n },\n default: {\n bodyMapper: Mappers.CodeMessageError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySubscriptionOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.OperationsManagement/solutions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SolutionPropertiesList\n },\n default: {\n bodyMapper: Mappers.CodeMessageError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
@@ -0,0 +1,5 @@
1
+ export * from "./solutions.js";
2
+ export * from "./managementAssociations.js";
3
+ export * from "./managementConfigurations.js";
4
+ export * from "./operations.js";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,6BAA6B,CAAC;AAC5C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,iBAAiB,CAAC"}
@@ -0,0 +1,12 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export * from "./solutions.js";
9
+ export * from "./managementAssociations.js";
10
+ export * from "./managementConfigurations.js";
11
+ export * from "./operations.js";
12
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,gBAAgB,CAAC;AAC/B,cAAc,6BAA6B,CAAC;AAC5C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,iBAAiB,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./solutions.js\";\nexport * from \"./managementAssociations.js\";\nexport * from \"./managementConfigurations.js\";\nexport * from \"./operations.js\";\n"]}
@@ -0,0 +1,41 @@
1
+ import { ManagementAssociationsListBySubscriptionOptionalParams, ManagementAssociationsListBySubscriptionResponse, ManagementAssociation, ManagementAssociationsCreateOrUpdateOptionalParams, ManagementAssociationsCreateOrUpdateResponse, ManagementAssociationsDeleteOptionalParams, ManagementAssociationsGetOptionalParams, ManagementAssociationsGetResponse } from "../models/index.js";
2
+ /** Interface representing a ManagementAssociations. */
3
+ export interface ManagementAssociations {
4
+ /**
5
+ * Retrieves the ManagementAssociations list.
6
+ * @param options The options parameters.
7
+ */
8
+ listBySubscription(options?: ManagementAssociationsListBySubscriptionOptionalParams): Promise<ManagementAssociationsListBySubscriptionResponse>;
9
+ /**
10
+ * Creates or updates the ManagementAssociation.
11
+ * @param resourceGroupName The name of the resource group to get. The name is case insensitive.
12
+ * @param providerName Provider name for the parent resource.
13
+ * @param resourceType Resource type for the parent resource
14
+ * @param resourceName Parent resource name.
15
+ * @param managementAssociationName User ManagementAssociation Name.
16
+ * @param parameters The parameters required to create ManagementAssociation extension.
17
+ * @param options The options parameters.
18
+ */
19
+ createOrUpdate(resourceGroupName: string, providerName: string, resourceType: string, resourceName: string, managementAssociationName: string, parameters: ManagementAssociation, options?: ManagementAssociationsCreateOrUpdateOptionalParams): Promise<ManagementAssociationsCreateOrUpdateResponse>;
20
+ /**
21
+ * Deletes the ManagementAssociation in the subscription.
22
+ * @param resourceGroupName The name of the resource group to get. The name is case insensitive.
23
+ * @param providerName Provider name for the parent resource.
24
+ * @param resourceType Resource type for the parent resource
25
+ * @param resourceName Parent resource name.
26
+ * @param managementAssociationName User ManagementAssociation Name.
27
+ * @param options The options parameters.
28
+ */
29
+ delete(resourceGroupName: string, providerName: string, resourceType: string, resourceName: string, managementAssociationName: string, options?: ManagementAssociationsDeleteOptionalParams): Promise<void>;
30
+ /**
31
+ * Retrieves the user ManagementAssociation.
32
+ * @param resourceGroupName The name of the resource group to get. The name is case insensitive.
33
+ * @param providerName Provider name for the parent resource.
34
+ * @param resourceType Resource type for the parent resource
35
+ * @param resourceName Parent resource name.
36
+ * @param managementAssociationName User ManagementAssociation Name.
37
+ * @param options The options parameters.
38
+ */
39
+ get(resourceGroupName: string, providerName: string, resourceType: string, resourceName: string, managementAssociationName: string, options?: ManagementAssociationsGetOptionalParams): Promise<ManagementAssociationsGetResponse>;
40
+ }
41
+ //# sourceMappingURL=managementAssociations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"managementAssociations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/managementAssociations.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,sDAAsD,EACtD,gDAAgD,EAChD,qBAAqB,EACrB,kDAAkD,EAClD,4CAA4C,EAC5C,0CAA0C,EAC1C,uCAAuC,EACvC,iCAAiC,EAClC,MAAM,oBAAoB,CAAC;AAE5B,uDAAuD;AACvD,MAAM,WAAW,sBAAsB;IACrC;;;OAGG;IACH,kBAAkB,CAChB,OAAO,CAAC,EAAE,sDAAsD,GAC/D,OAAO,CAAC,gDAAgD,CAAC,CAAC;IAC7D;;;;;;;;;OASG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,YAAY,EAAE,MAAM,EACpB,YAAY,EAAE,MAAM,EACpB,yBAAyB,EAAE,MAAM,EACjC,UAAU,EAAE,qBAAqB,EACjC,OAAO,CAAC,EAAE,kDAAkD,GAC3D,OAAO,CAAC,4CAA4C,CAAC,CAAC;IACzD;;;;;;;;OAQG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,YAAY,EAAE,MAAM,EACpB,YAAY,EAAE,MAAM,EACpB,yBAAyB,EAAE,MAAM,EACjC,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;;OAQG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,YAAY,EAAE,MAAM,EACpB,YAAY,EAAE,MAAM,EACpB,yBAAyB,EAAE,MAAM,EACjC,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,iCAAiC,CAAC,CAAC;CAC/C"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=managementAssociations.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"managementAssociations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/managementAssociations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n ManagementAssociationsListBySubscriptionOptionalParams,\n ManagementAssociationsListBySubscriptionResponse,\n ManagementAssociation,\n ManagementAssociationsCreateOrUpdateOptionalParams,\n ManagementAssociationsCreateOrUpdateResponse,\n ManagementAssociationsDeleteOptionalParams,\n ManagementAssociationsGetOptionalParams,\n ManagementAssociationsGetResponse\n} from \"../models/index.js\";\n\n/** Interface representing a ManagementAssociations. */\nexport interface ManagementAssociations {\n /**\n * Retrieves the ManagementAssociations list.\n * @param options The options parameters.\n */\n listBySubscription(\n options?: ManagementAssociationsListBySubscriptionOptionalParams\n ): Promise<ManagementAssociationsListBySubscriptionResponse>;\n /**\n * Creates or updates the ManagementAssociation.\n * @param resourceGroupName The name of the resource group to get. The name is case insensitive.\n * @param providerName Provider name for the parent resource.\n * @param resourceType Resource type for the parent resource\n * @param resourceName Parent resource name.\n * @param managementAssociationName User ManagementAssociation Name.\n * @param parameters The parameters required to create ManagementAssociation extension.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n providerName: string,\n resourceType: string,\n resourceName: string,\n managementAssociationName: string,\n parameters: ManagementAssociation,\n options?: ManagementAssociationsCreateOrUpdateOptionalParams\n ): Promise<ManagementAssociationsCreateOrUpdateResponse>;\n /**\n * Deletes the ManagementAssociation in the subscription.\n * @param resourceGroupName The name of the resource group to get. The name is case insensitive.\n * @param providerName Provider name for the parent resource.\n * @param resourceType Resource type for the parent resource\n * @param resourceName Parent resource name.\n * @param managementAssociationName User ManagementAssociation Name.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n providerName: string,\n resourceType: string,\n resourceName: string,\n managementAssociationName: string,\n options?: ManagementAssociationsDeleteOptionalParams\n ): Promise<void>;\n /**\n * Retrieves the user ManagementAssociation.\n * @param resourceGroupName The name of the resource group to get. The name is case insensitive.\n * @param providerName Provider name for the parent resource.\n * @param resourceType Resource type for the parent resource\n * @param resourceName Parent resource name.\n * @param managementAssociationName User ManagementAssociation Name.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n providerName: string,\n resourceType: string,\n resourceName: string,\n managementAssociationName: string,\n options?: ManagementAssociationsGetOptionalParams\n ): Promise<ManagementAssociationsGetResponse>;\n}\n"]}
@@ -0,0 +1,32 @@
1
+ import { ManagementConfigurationsListBySubscriptionOptionalParams, ManagementConfigurationsListBySubscriptionResponse, ManagementConfiguration, ManagementConfigurationsCreateOrUpdateOptionalParams, ManagementConfigurationsCreateOrUpdateResponse, ManagementConfigurationsDeleteOptionalParams, ManagementConfigurationsGetOptionalParams, ManagementConfigurationsGetResponse } from "../models/index.js";
2
+ /** Interface representing a ManagementConfigurations. */
3
+ export interface ManagementConfigurations {
4
+ /**
5
+ * Retrieves the ManagementConfigurations list.
6
+ * @param options The options parameters.
7
+ */
8
+ listBySubscription(options?: ManagementConfigurationsListBySubscriptionOptionalParams): Promise<ManagementConfigurationsListBySubscriptionResponse>;
9
+ /**
10
+ * Creates or updates the ManagementConfiguration.
11
+ * @param resourceGroupName The name of the resource group to get. The name is case insensitive.
12
+ * @param managementConfigurationName User Management Configuration Name.
13
+ * @param parameters The parameters required to create OMS Solution.
14
+ * @param options The options parameters.
15
+ */
16
+ createOrUpdate(resourceGroupName: string, managementConfigurationName: string, parameters: ManagementConfiguration, options?: ManagementConfigurationsCreateOrUpdateOptionalParams): Promise<ManagementConfigurationsCreateOrUpdateResponse>;
17
+ /**
18
+ * Deletes the ManagementConfiguration in the subscription.
19
+ * @param resourceGroupName The name of the resource group to get. The name is case insensitive.
20
+ * @param managementConfigurationName User Management Configuration Name.
21
+ * @param options The options parameters.
22
+ */
23
+ delete(resourceGroupName: string, managementConfigurationName: string, options?: ManagementConfigurationsDeleteOptionalParams): Promise<void>;
24
+ /**
25
+ * Retrieves the user ManagementConfiguration.
26
+ * @param resourceGroupName The name of the resource group to get. The name is case insensitive.
27
+ * @param managementConfigurationName User Management Configuration Name.
28
+ * @param options The options parameters.
29
+ */
30
+ get(resourceGroupName: string, managementConfigurationName: string, options?: ManagementConfigurationsGetOptionalParams): Promise<ManagementConfigurationsGetResponse>;
31
+ }
32
+ //# sourceMappingURL=managementConfigurations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"managementConfigurations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/managementConfigurations.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,wDAAwD,EACxD,kDAAkD,EAClD,uBAAuB,EACvB,oDAAoD,EACpD,8CAA8C,EAC9C,4CAA4C,EAC5C,yCAAyC,EACzC,mCAAmC,EACpC,MAAM,oBAAoB,CAAC;AAE5B,yDAAyD;AACzD,MAAM,WAAW,wBAAwB;IACvC;;;OAGG;IACH,kBAAkB,CAChB,OAAO,CAAC,EAAE,wDAAwD,GACjE,OAAO,CAAC,kDAAkD,CAAC,CAAC;IAC/D;;;;;;OAMG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,2BAA2B,EAAE,MAAM,EACnC,UAAU,EAAE,uBAAuB,EACnC,OAAO,CAAC,EAAE,oDAAoD,GAC7D,OAAO,CAAC,8CAA8C,CAAC,CAAC;IAC3D;;;;;OAKG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,2BAA2B,EAAE,MAAM,EACnC,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,2BAA2B,EAAE,MAAM,EACnC,OAAO,CAAC,EAAE,yCAAyC,GAClD,OAAO,CAAC,mCAAmC,CAAC,CAAC;CACjD"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=managementConfigurations.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"managementConfigurations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/managementConfigurations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n ManagementConfigurationsListBySubscriptionOptionalParams,\n ManagementConfigurationsListBySubscriptionResponse,\n ManagementConfiguration,\n ManagementConfigurationsCreateOrUpdateOptionalParams,\n ManagementConfigurationsCreateOrUpdateResponse,\n ManagementConfigurationsDeleteOptionalParams,\n ManagementConfigurationsGetOptionalParams,\n ManagementConfigurationsGetResponse\n} from \"../models/index.js\";\n\n/** Interface representing a ManagementConfigurations. */\nexport interface ManagementConfigurations {\n /**\n * Retrieves the ManagementConfigurations list.\n * @param options The options parameters.\n */\n listBySubscription(\n options?: ManagementConfigurationsListBySubscriptionOptionalParams\n ): Promise<ManagementConfigurationsListBySubscriptionResponse>;\n /**\n * Creates or updates the ManagementConfiguration.\n * @param resourceGroupName The name of the resource group to get. The name is case insensitive.\n * @param managementConfigurationName User Management Configuration Name.\n * @param parameters The parameters required to create OMS Solution.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n managementConfigurationName: string,\n parameters: ManagementConfiguration,\n options?: ManagementConfigurationsCreateOrUpdateOptionalParams\n ): Promise<ManagementConfigurationsCreateOrUpdateResponse>;\n /**\n * Deletes the ManagementConfiguration in the subscription.\n * @param resourceGroupName The name of the resource group to get. The name is case insensitive.\n * @param managementConfigurationName User Management Configuration Name.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n managementConfigurationName: string,\n options?: ManagementConfigurationsDeleteOptionalParams\n ): Promise<void>;\n /**\n * Retrieves the user ManagementConfiguration.\n * @param resourceGroupName The name of the resource group to get. The name is case insensitive.\n * @param managementConfigurationName User Management Configuration Name.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n managementConfigurationName: string,\n options?: ManagementConfigurationsGetOptionalParams\n ): Promise<ManagementConfigurationsGetResponse>;\n}\n"]}