@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
@@ -1,506 +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 { Solutions } from "../operationsInterfaces";
10
- import * as coreClient from "@azure/core-client";
11
- import * as Mappers from "../models/mappers";
12
- import * as Parameters from "../models/parameters";
13
- import { OperationsManagementClient } from "../operationsManagementClient";
14
- import { PollerLike, PollOperationState, LroEngine } from "@azure/core-lro";
15
- import { LroImpl } from "../lroImpl";
16
- import {
17
- Solution,
18
- SolutionsCreateOrUpdateOptionalParams,
19
- SolutionsCreateOrUpdateResponse,
20
- SolutionPatch,
21
- SolutionsUpdateOptionalParams,
22
- SolutionsUpdateResponse,
23
- SolutionsDeleteOptionalParams,
24
- SolutionsGetOptionalParams,
25
- SolutionsGetResponse,
26
- SolutionsListByResourceGroupOptionalParams,
27
- SolutionsListByResourceGroupResponse,
28
- SolutionsListBySubscriptionOptionalParams,
29
- SolutionsListBySubscriptionResponse
30
- } from "../models";
31
-
32
- /** Class containing Solutions operations. */
33
- export class SolutionsImpl implements Solutions {
34
- private readonly client: OperationsManagementClient;
35
-
36
- /**
37
- * Initialize a new instance of the class Solutions class.
38
- * @param client Reference to the service client
39
- */
40
- constructor(client: OperationsManagementClient) {
41
- this.client = client;
42
- }
43
-
44
- /**
45
- * Creates or updates the Solution.
46
- * @param resourceGroupName The name of the resource group to get. The name is case insensitive.
47
- * @param solutionName User Solution Name.
48
- * @param parameters The parameters required to create OMS Solution.
49
- * @param options The options parameters.
50
- */
51
- async beginCreateOrUpdate(
52
- resourceGroupName: string,
53
- solutionName: string,
54
- parameters: Solution,
55
- options?: SolutionsCreateOrUpdateOptionalParams
56
- ): Promise<
57
- PollerLike<
58
- PollOperationState<SolutionsCreateOrUpdateResponse>,
59
- SolutionsCreateOrUpdateResponse
60
- >
61
- > {
62
- const directSendOperation = async (
63
- args: coreClient.OperationArguments,
64
- spec: coreClient.OperationSpec
65
- ): Promise<SolutionsCreateOrUpdateResponse> => {
66
- return this.client.sendOperationRequest(args, spec);
67
- };
68
- const sendOperation = async (
69
- args: coreClient.OperationArguments,
70
- spec: coreClient.OperationSpec
71
- ) => {
72
- let currentRawResponse:
73
- | coreClient.FullOperationResponse
74
- | undefined = undefined;
75
- const providedCallback = args.options?.onResponse;
76
- const callback: coreClient.RawResponseCallback = (
77
- rawResponse: coreClient.FullOperationResponse,
78
- flatResponse: unknown
79
- ) => {
80
- currentRawResponse = rawResponse;
81
- providedCallback?.(rawResponse, flatResponse);
82
- };
83
- const updatedArgs = {
84
- ...args,
85
- options: {
86
- ...args.options,
87
- onResponse: callback
88
- }
89
- };
90
- const flatResponse = await directSendOperation(updatedArgs, spec);
91
- return {
92
- flatResponse,
93
- rawResponse: {
94
- statusCode: currentRawResponse!.status,
95
- body: currentRawResponse!.parsedBody,
96
- headers: currentRawResponse!.headers.toJSON()
97
- }
98
- };
99
- };
100
-
101
- const lro = new LroImpl(
102
- sendOperation,
103
- { resourceGroupName, solutionName, parameters, options },
104
- createOrUpdateOperationSpec
105
- );
106
- const poller = new LroEngine(lro, {
107
- resumeFrom: options?.resumeFrom,
108
- intervalInMs: options?.updateIntervalInMs
109
- });
110
- await poller.poll();
111
- return poller;
112
- }
113
-
114
- /**
115
- * Creates or updates the Solution.
116
- * @param resourceGroupName The name of the resource group to get. The name is case insensitive.
117
- * @param solutionName User Solution Name.
118
- * @param parameters The parameters required to create OMS Solution.
119
- * @param options The options parameters.
120
- */
121
- async beginCreateOrUpdateAndWait(
122
- resourceGroupName: string,
123
- solutionName: string,
124
- parameters: Solution,
125
- options?: SolutionsCreateOrUpdateOptionalParams
126
- ): Promise<SolutionsCreateOrUpdateResponse> {
127
- const poller = await this.beginCreateOrUpdate(
128
- resourceGroupName,
129
- solutionName,
130
- parameters,
131
- options
132
- );
133
- return poller.pollUntilDone();
134
- }
135
-
136
- /**
137
- * Patch a Solution. Only updating tags supported.
138
- * @param resourceGroupName The name of the resource group to get. The name is case insensitive.
139
- * @param solutionName User Solution Name.
140
- * @param parameters The parameters required to patch a Solution.
141
- * @param options The options parameters.
142
- */
143
- async beginUpdate(
144
- resourceGroupName: string,
145
- solutionName: string,
146
- parameters: SolutionPatch,
147
- options?: SolutionsUpdateOptionalParams
148
- ): Promise<
149
- PollerLike<
150
- PollOperationState<SolutionsUpdateResponse>,
151
- SolutionsUpdateResponse
152
- >
153
- > {
154
- const directSendOperation = async (
155
- args: coreClient.OperationArguments,
156
- spec: coreClient.OperationSpec
157
- ): Promise<SolutionsUpdateResponse> => {
158
- return this.client.sendOperationRequest(args, spec);
159
- };
160
- const sendOperation = async (
161
- args: coreClient.OperationArguments,
162
- spec: coreClient.OperationSpec
163
- ) => {
164
- let currentRawResponse:
165
- | coreClient.FullOperationResponse
166
- | undefined = undefined;
167
- const providedCallback = args.options?.onResponse;
168
- const callback: coreClient.RawResponseCallback = (
169
- rawResponse: coreClient.FullOperationResponse,
170
- flatResponse: unknown
171
- ) => {
172
- currentRawResponse = rawResponse;
173
- providedCallback?.(rawResponse, flatResponse);
174
- };
175
- const updatedArgs = {
176
- ...args,
177
- options: {
178
- ...args.options,
179
- onResponse: callback
180
- }
181
- };
182
- const flatResponse = await directSendOperation(updatedArgs, spec);
183
- return {
184
- flatResponse,
185
- rawResponse: {
186
- statusCode: currentRawResponse!.status,
187
- body: currentRawResponse!.parsedBody,
188
- headers: currentRawResponse!.headers.toJSON()
189
- }
190
- };
191
- };
192
-
193
- const lro = new LroImpl(
194
- sendOperation,
195
- { resourceGroupName, solutionName, parameters, options },
196
- updateOperationSpec
197
- );
198
- const poller = new LroEngine(lro, {
199
- resumeFrom: options?.resumeFrom,
200
- intervalInMs: options?.updateIntervalInMs
201
- });
202
- await poller.poll();
203
- return poller;
204
- }
205
-
206
- /**
207
- * Patch a Solution. Only updating tags supported.
208
- * @param resourceGroupName The name of the resource group to get. The name is case insensitive.
209
- * @param solutionName User Solution Name.
210
- * @param parameters The parameters required to patch a Solution.
211
- * @param options The options parameters.
212
- */
213
- async beginUpdateAndWait(
214
- resourceGroupName: string,
215
- solutionName: string,
216
- parameters: SolutionPatch,
217
- options?: SolutionsUpdateOptionalParams
218
- ): Promise<SolutionsUpdateResponse> {
219
- const poller = await this.beginUpdate(
220
- resourceGroupName,
221
- solutionName,
222
- parameters,
223
- options
224
- );
225
- return poller.pollUntilDone();
226
- }
227
-
228
- /**
229
- * Deletes the solution in the subscription.
230
- * @param resourceGroupName The name of the resource group to get. The name is case insensitive.
231
- * @param solutionName User Solution Name.
232
- * @param options The options parameters.
233
- */
234
- async beginDelete(
235
- resourceGroupName: string,
236
- solutionName: string,
237
- options?: SolutionsDeleteOptionalParams
238
- ): Promise<PollerLike<PollOperationState<void>, void>> {
239
- const directSendOperation = async (
240
- args: coreClient.OperationArguments,
241
- spec: coreClient.OperationSpec
242
- ): Promise<void> => {
243
- return this.client.sendOperationRequest(args, spec);
244
- };
245
- const sendOperation = async (
246
- args: coreClient.OperationArguments,
247
- spec: coreClient.OperationSpec
248
- ) => {
249
- let currentRawResponse:
250
- | coreClient.FullOperationResponse
251
- | undefined = undefined;
252
- const providedCallback = args.options?.onResponse;
253
- const callback: coreClient.RawResponseCallback = (
254
- rawResponse: coreClient.FullOperationResponse,
255
- flatResponse: unknown
256
- ) => {
257
- currentRawResponse = rawResponse;
258
- providedCallback?.(rawResponse, flatResponse);
259
- };
260
- const updatedArgs = {
261
- ...args,
262
- options: {
263
- ...args.options,
264
- onResponse: callback
265
- }
266
- };
267
- const flatResponse = await directSendOperation(updatedArgs, spec);
268
- return {
269
- flatResponse,
270
- rawResponse: {
271
- statusCode: currentRawResponse!.status,
272
- body: currentRawResponse!.parsedBody,
273
- headers: currentRawResponse!.headers.toJSON()
274
- }
275
- };
276
- };
277
-
278
- const lro = new LroImpl(
279
- sendOperation,
280
- { resourceGroupName, solutionName, options },
281
- deleteOperationSpec
282
- );
283
- const poller = new LroEngine(lro, {
284
- resumeFrom: options?.resumeFrom,
285
- intervalInMs: options?.updateIntervalInMs
286
- });
287
- await poller.poll();
288
- return poller;
289
- }
290
-
291
- /**
292
- * Deletes the solution in the subscription.
293
- * @param resourceGroupName The name of the resource group to get. The name is case insensitive.
294
- * @param solutionName User Solution Name.
295
- * @param options The options parameters.
296
- */
297
- async beginDeleteAndWait(
298
- resourceGroupName: string,
299
- solutionName: string,
300
- options?: SolutionsDeleteOptionalParams
301
- ): Promise<void> {
302
- const poller = await this.beginDelete(
303
- resourceGroupName,
304
- solutionName,
305
- options
306
- );
307
- return poller.pollUntilDone();
308
- }
309
-
310
- /**
311
- * Retrieves the user solution.
312
- * @param resourceGroupName The name of the resource group to get. The name is case insensitive.
313
- * @param solutionName User Solution Name.
314
- * @param options The options parameters.
315
- */
316
- get(
317
- resourceGroupName: string,
318
- solutionName: string,
319
- options?: SolutionsGetOptionalParams
320
- ): Promise<SolutionsGetResponse> {
321
- return this.client.sendOperationRequest(
322
- { resourceGroupName, solutionName, options },
323
- getOperationSpec
324
- );
325
- }
326
-
327
- /**
328
- * Retrieves the solution list. It will retrieve both first party and third party solutions
329
- * @param resourceGroupName The name of the resource group to get. The name is case insensitive.
330
- * @param options The options parameters.
331
- */
332
- listByResourceGroup(
333
- resourceGroupName: string,
334
- options?: SolutionsListByResourceGroupOptionalParams
335
- ): Promise<SolutionsListByResourceGroupResponse> {
336
- return this.client.sendOperationRequest(
337
- { resourceGroupName, options },
338
- listByResourceGroupOperationSpec
339
- );
340
- }
341
-
342
- /**
343
- * Retrieves the solution list. It will retrieve both first party and third party solutions
344
- * @param options The options parameters.
345
- */
346
- listBySubscription(
347
- options?: SolutionsListBySubscriptionOptionalParams
348
- ): Promise<SolutionsListBySubscriptionResponse> {
349
- return this.client.sendOperationRequest(
350
- { options },
351
- listBySubscriptionOperationSpec
352
- );
353
- }
354
- }
355
- // Operation Specifications
356
- const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
357
-
358
- const createOrUpdateOperationSpec: coreClient.OperationSpec = {
359
- path:
360
- "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationsManagement/solutions/{solutionName}",
361
- httpMethod: "PUT",
362
- responses: {
363
- 200: {
364
- bodyMapper: Mappers.Solution
365
- },
366
- 201: {
367
- bodyMapper: Mappers.Solution
368
- },
369
- 202: {
370
- bodyMapper: Mappers.Solution
371
- },
372
- 204: {
373
- bodyMapper: Mappers.Solution
374
- },
375
- default: {
376
- bodyMapper: Mappers.CodeMessageError
377
- }
378
- },
379
- requestBody: Parameters.parameters,
380
- queryParameters: [Parameters.apiVersion],
381
- urlParameters: [
382
- Parameters.$host,
383
- Parameters.subscriptionId,
384
- Parameters.resourceGroupName,
385
- Parameters.solutionName
386
- ],
387
- headerParameters: [Parameters.contentType, Parameters.accept],
388
- mediaType: "json",
389
- serializer
390
- };
391
- const updateOperationSpec: coreClient.OperationSpec = {
392
- path:
393
- "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationsManagement/solutions/{solutionName}",
394
- httpMethod: "PATCH",
395
- responses: {
396
- 200: {
397
- bodyMapper: Mappers.Solution
398
- },
399
- 201: {
400
- bodyMapper: Mappers.Solution
401
- },
402
- 202: {
403
- bodyMapper: Mappers.Solution
404
- },
405
- 204: {
406
- bodyMapper: Mappers.Solution
407
- },
408
- default: {
409
- bodyMapper: Mappers.CodeMessageError
410
- }
411
- },
412
- requestBody: Parameters.parameters1,
413
- queryParameters: [Parameters.apiVersion],
414
- urlParameters: [
415
- Parameters.$host,
416
- Parameters.subscriptionId,
417
- Parameters.resourceGroupName,
418
- Parameters.solutionName
419
- ],
420
- headerParameters: [Parameters.contentType, Parameters.accept],
421
- mediaType: "json",
422
- serializer
423
- };
424
- const deleteOperationSpec: coreClient.OperationSpec = {
425
- path:
426
- "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationsManagement/solutions/{solutionName}",
427
- httpMethod: "DELETE",
428
- responses: {
429
- 200: {},
430
- 201: {},
431
- 202: {},
432
- 204: {},
433
- default: {
434
- bodyMapper: Mappers.CodeMessageError
435
- }
436
- },
437
- queryParameters: [Parameters.apiVersion],
438
- urlParameters: [
439
- Parameters.$host,
440
- Parameters.subscriptionId,
441
- Parameters.resourceGroupName,
442
- Parameters.solutionName
443
- ],
444
- headerParameters: [Parameters.accept],
445
- serializer
446
- };
447
- const getOperationSpec: coreClient.OperationSpec = {
448
- path:
449
- "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationsManagement/solutions/{solutionName}",
450
- httpMethod: "GET",
451
- responses: {
452
- 200: {
453
- bodyMapper: Mappers.Solution
454
- },
455
- default: {
456
- bodyMapper: Mappers.CodeMessageError
457
- }
458
- },
459
- queryParameters: [Parameters.apiVersion],
460
- urlParameters: [
461
- Parameters.$host,
462
- Parameters.subscriptionId,
463
- Parameters.resourceGroupName,
464
- Parameters.solutionName
465
- ],
466
- headerParameters: [Parameters.accept],
467
- serializer
468
- };
469
- const listByResourceGroupOperationSpec: coreClient.OperationSpec = {
470
- path:
471
- "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationsManagement/solutions",
472
- httpMethod: "GET",
473
- responses: {
474
- 200: {
475
- bodyMapper: Mappers.SolutionPropertiesList
476
- },
477
- default: {
478
- bodyMapper: Mappers.CodeMessageError
479
- }
480
- },
481
- queryParameters: [Parameters.apiVersion],
482
- urlParameters: [
483
- Parameters.$host,
484
- Parameters.subscriptionId,
485
- Parameters.resourceGroupName
486
- ],
487
- headerParameters: [Parameters.accept],
488
- serializer
489
- };
490
- const listBySubscriptionOperationSpec: coreClient.OperationSpec = {
491
- path:
492
- "/subscriptions/{subscriptionId}/providers/Microsoft.OperationsManagement/solutions",
493
- httpMethod: "GET",
494
- responses: {
495
- 200: {
496
- bodyMapper: Mappers.SolutionPropertiesList
497
- },
498
- default: {
499
- bodyMapper: Mappers.CodeMessageError
500
- }
501
- },
502
- queryParameters: [Parameters.apiVersion],
503
- urlParameters: [Parameters.$host, Parameters.subscriptionId],
504
- headerParameters: [Parameters.accept],
505
- serializer
506
- };
@@ -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 "./solutions";
10
- export * from "./managementAssociations";
11
- export * from "./managementConfigurations";
12
- export * from "./operations";
@@ -1,82 +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 {
10
- ManagementAssociationsListBySubscriptionOptionalParams,
11
- ManagementAssociationsListBySubscriptionResponse,
12
- ManagementAssociation,
13
- ManagementAssociationsCreateOrUpdateOptionalParams,
14
- ManagementAssociationsCreateOrUpdateResponse,
15
- ManagementAssociationsDeleteOptionalParams,
16
- ManagementAssociationsGetOptionalParams,
17
- ManagementAssociationsGetResponse
18
- } from "../models";
19
-
20
- /** Interface representing a ManagementAssociations. */
21
- export interface ManagementAssociations {
22
- /**
23
- * Retrieves the ManagementAssociations list.
24
- * @param options The options parameters.
25
- */
26
- listBySubscription(
27
- options?: ManagementAssociationsListBySubscriptionOptionalParams
28
- ): Promise<ManagementAssociationsListBySubscriptionResponse>;
29
- /**
30
- * Creates or updates the ManagementAssociation.
31
- * @param resourceGroupName The name of the resource group to get. The name is case insensitive.
32
- * @param providerName Provider name for the parent resource.
33
- * @param resourceType Resource type for the parent resource
34
- * @param resourceName Parent resource name.
35
- * @param managementAssociationName User ManagementAssociation Name.
36
- * @param parameters The parameters required to create ManagementAssociation extension.
37
- * @param options The options parameters.
38
- */
39
- createOrUpdate(
40
- resourceGroupName: string,
41
- providerName: string,
42
- resourceType: string,
43
- resourceName: string,
44
- managementAssociationName: string,
45
- parameters: ManagementAssociation,
46
- options?: ManagementAssociationsCreateOrUpdateOptionalParams
47
- ): Promise<ManagementAssociationsCreateOrUpdateResponse>;
48
- /**
49
- * Deletes the ManagementAssociation in the subscription.
50
- * @param resourceGroupName The name of the resource group to get. The name is case insensitive.
51
- * @param providerName Provider name for the parent resource.
52
- * @param resourceType Resource type for the parent resource
53
- * @param resourceName Parent resource name.
54
- * @param managementAssociationName User ManagementAssociation Name.
55
- * @param options The options parameters.
56
- */
57
- delete(
58
- resourceGroupName: string,
59
- providerName: string,
60
- resourceType: string,
61
- resourceName: string,
62
- managementAssociationName: string,
63
- options?: ManagementAssociationsDeleteOptionalParams
64
- ): Promise<void>;
65
- /**
66
- * Retrieves the user ManagementAssociation.
67
- * @param resourceGroupName The name of the resource group to get. The name is case insensitive.
68
- * @param providerName Provider name for the parent resource.
69
- * @param resourceType Resource type for the parent resource
70
- * @param resourceName Parent resource name.
71
- * @param managementAssociationName User ManagementAssociation Name.
72
- * @param options The options parameters.
73
- */
74
- get(
75
- resourceGroupName: string,
76
- providerName: string,
77
- resourceType: string,
78
- resourceName: string,
79
- managementAssociationName: string,
80
- options?: ManagementAssociationsGetOptionalParams
81
- ): Promise<ManagementAssociationsGetResponse>;
82
- }
@@ -1,64 +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 {
10
- ManagementConfigurationsListBySubscriptionOptionalParams,
11
- ManagementConfigurationsListBySubscriptionResponse,
12
- ManagementConfiguration,
13
- ManagementConfigurationsCreateOrUpdateOptionalParams,
14
- ManagementConfigurationsCreateOrUpdateResponse,
15
- ManagementConfigurationsDeleteOptionalParams,
16
- ManagementConfigurationsGetOptionalParams,
17
- ManagementConfigurationsGetResponse
18
- } from "../models";
19
-
20
- /** Interface representing a ManagementConfigurations. */
21
- export interface ManagementConfigurations {
22
- /**
23
- * Retrieves the ManagementConfigurations list.
24
- * @param options The options parameters.
25
- */
26
- listBySubscription(
27
- options?: ManagementConfigurationsListBySubscriptionOptionalParams
28
- ): Promise<ManagementConfigurationsListBySubscriptionResponse>;
29
- /**
30
- * Creates or updates the ManagementConfiguration.
31
- * @param resourceGroupName The name of the resource group to get. The name is case insensitive.
32
- * @param managementConfigurationName User Management Configuration Name.
33
- * @param parameters The parameters required to create OMS Solution.
34
- * @param options The options parameters.
35
- */
36
- createOrUpdate(
37
- resourceGroupName: string,
38
- managementConfigurationName: string,
39
- parameters: ManagementConfiguration,
40
- options?: ManagementConfigurationsCreateOrUpdateOptionalParams
41
- ): Promise<ManagementConfigurationsCreateOrUpdateResponse>;
42
- /**
43
- * Deletes the ManagementConfiguration in the subscription.
44
- * @param resourceGroupName The name of the resource group to get. The name is case insensitive.
45
- * @param managementConfigurationName User Management Configuration Name.
46
- * @param options The options parameters.
47
- */
48
- delete(
49
- resourceGroupName: string,
50
- managementConfigurationName: string,
51
- options?: ManagementConfigurationsDeleteOptionalParams
52
- ): Promise<void>;
53
- /**
54
- * Retrieves the user ManagementConfiguration.
55
- * @param resourceGroupName The name of the resource group to get. The name is case insensitive.
56
- * @param managementConfigurationName User Management Configuration Name.
57
- * @param options The options parameters.
58
- */
59
- get(
60
- resourceGroupName: string,
61
- managementConfigurationName: string,
62
- options?: ManagementConfigurationsGetOptionalParams
63
- ): Promise<ManagementConfigurationsGetResponse>;
64
- }
@@ -1,22 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- import { PagedAsyncIterableIterator } from "@azure/core-paging";
10
- import { Operation, OperationsListOptionalParams } from "../models";
11
-
12
- /// <reference lib="esnext.asynciterable" />
13
- /** Interface representing a Operations. */
14
- export interface Operations {
15
- /**
16
- * Lists all of the available OperationsManagement Rest API operations.
17
- * @param options The options parameters.
18
- */
19
- list(
20
- options?: OperationsListOptionalParams
21
- ): PagedAsyncIterableIterator<Operation>;
22
- }