@azure/arm-operations 4.0.0-beta.3 → 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 (397) hide show
  1. package/CHANGELOG.md +14 -4
  2. package/LICENSE +4 -4
  3. package/README.md +26 -19
  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 -3
  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 +16 -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 +4 -2
  53. package/dist/browser/operationsManagementClient.d.ts.map +1 -0
  54. package/dist/browser/operationsManagementClient.js +113 -0
  55. package/dist/browser/operationsManagementClient.js.map +1 -0
  56. package/dist/browser/package.json +3 -0
  57. package/dist/browser/pagingHelper.d.ts +13 -0
  58. package/dist/browser/pagingHelper.d.ts.map +1 -0
  59. package/dist/browser/pagingHelper.js +30 -0
  60. package/dist/browser/pagingHelper.js.map +1 -0
  61. package/dist/commonjs/index.d.ts +5 -0
  62. package/dist/commonjs/index.d.ts.map +1 -0
  63. package/dist/commonjs/index.js +19 -0
  64. package/dist/commonjs/index.js.map +1 -0
  65. package/dist/commonjs/lroImpl.d.ts +16 -0
  66. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  67. package/dist/commonjs/lroImpl.js +37 -0
  68. package/dist/commonjs/lroImpl.js.map +1 -0
  69. package/dist/commonjs/models/index.d.ts +272 -0
  70. package/dist/commonjs/models/index.d.ts.map +1 -0
  71. package/dist/commonjs/models/index.js +10 -0
  72. package/dist/commonjs/models/index.js.map +1 -0
  73. package/dist/commonjs/models/mappers.d.ts +19 -0
  74. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  75. package/dist/commonjs/models/mappers.js +488 -0
  76. package/dist/commonjs/models/mappers.js.map +1 -0
  77. package/dist/commonjs/models/parameters.d.ts +18 -0
  78. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  79. package/dist/commonjs/models/parameters.js +157 -0
  80. package/dist/commonjs/models/parameters.js.map +1 -0
  81. package/dist/commonjs/operations/index.d.ts +5 -0
  82. package/dist/commonjs/operations/index.d.ts.map +1 -0
  83. package/dist/commonjs/operations/index.js +15 -0
  84. package/dist/commonjs/operations/index.js.map +1 -0
  85. package/dist/commonjs/operations/managementAssociations.d.ts +49 -0
  86. package/dist/commonjs/operations/managementAssociations.d.ts.map +1 -0
  87. package/dist/commonjs/operations/managementAssociations.js +183 -0
  88. package/dist/commonjs/operations/managementAssociations.js.map +1 -0
  89. package/dist/commonjs/operations/managementConfigurations.d.ts +40 -0
  90. package/dist/commonjs/operations/managementConfigurations.d.ts.map +1 -0
  91. package/dist/commonjs/operations/managementConfigurations.js +143 -0
  92. package/dist/commonjs/operations/managementConfigurations.js.map +1 -0
  93. package/dist/commonjs/operations/operations.d.ts +26 -0
  94. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  95. package/dist/commonjs/operations/operations.js +81 -0
  96. package/dist/commonjs/operations/operations.js.map +1 -0
  97. package/dist/commonjs/operations/solutions.d.ts +78 -0
  98. package/dist/commonjs/operations/solutions.d.ts.map +1 -0
  99. package/dist/commonjs/operations/solutions.js +358 -0
  100. package/dist/commonjs/operations/solutions.js.map +1 -0
  101. package/dist/commonjs/operationsInterfaces/index.d.ts +5 -0
  102. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  103. package/dist/commonjs/operationsInterfaces/index.js +15 -0
  104. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  105. package/dist/commonjs/operationsInterfaces/managementAssociations.d.ts +41 -0
  106. package/dist/commonjs/operationsInterfaces/managementAssociations.d.ts.map +1 -0
  107. package/dist/commonjs/operationsInterfaces/managementAssociations.js +10 -0
  108. package/dist/commonjs/operationsInterfaces/managementAssociations.js.map +1 -0
  109. package/dist/commonjs/operationsInterfaces/managementConfigurations.d.ts +32 -0
  110. package/dist/commonjs/operationsInterfaces/managementConfigurations.d.ts.map +1 -0
  111. package/dist/commonjs/operationsInterfaces/managementConfigurations.js +10 -0
  112. package/dist/commonjs/operationsInterfaces/managementConfigurations.js.map +1 -0
  113. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  114. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  115. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  116. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  117. package/dist/commonjs/operationsInterfaces/solutions.d.ts +70 -0
  118. package/dist/commonjs/operationsInterfaces/solutions.d.ts.map +1 -0
  119. package/dist/commonjs/operationsInterfaces/solutions.js +10 -0
  120. package/dist/commonjs/operationsInterfaces/solutions.js.map +1 -0
  121. package/dist/commonjs/operationsManagementClient.d.ts +24 -0
  122. package/dist/commonjs/operationsManagementClient.d.ts.map +1 -0
  123. package/dist/commonjs/operationsManagementClient.js +118 -0
  124. package/dist/commonjs/operationsManagementClient.js.map +1 -0
  125. package/dist/commonjs/package.json +3 -0
  126. package/dist/commonjs/pagingHelper.d.ts +13 -0
  127. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  128. package/dist/commonjs/pagingHelper.js +34 -0
  129. package/dist/commonjs/pagingHelper.js.map +1 -0
  130. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  131. package/dist/esm/index.d.ts +5 -0
  132. package/dist/esm/index.d.ts.map +1 -0
  133. package/{src/index.ts → dist/esm/index.js} +5 -4
  134. package/dist/esm/index.js.map +1 -0
  135. package/dist/esm/lroImpl.d.ts +16 -0
  136. package/dist/esm/lroImpl.d.ts.map +1 -0
  137. package/dist/esm/lroImpl.js +33 -0
  138. package/dist/esm/lroImpl.js.map +1 -0
  139. package/dist/esm/models/index.d.ts +272 -0
  140. package/dist/esm/models/index.d.ts.map +1 -0
  141. package/dist/esm/models/index.js +9 -0
  142. package/dist/esm/models/index.js.map +1 -0
  143. package/dist/esm/models/mappers.d.ts +19 -0
  144. package/dist/esm/models/mappers.d.ts.map +1 -0
  145. package/dist/esm/models/mappers.js +485 -0
  146. package/dist/esm/models/mappers.js.map +1 -0
  147. package/dist/esm/models/parameters.d.ts +18 -0
  148. package/dist/esm/models/parameters.d.ts.map +1 -0
  149. package/dist/esm/models/parameters.js +154 -0
  150. package/dist/esm/models/parameters.js.map +1 -0
  151. package/dist/esm/operations/index.d.ts +5 -0
  152. package/dist/esm/operations/index.d.ts.map +1 -0
  153. package/dist/esm/operations/index.js +12 -0
  154. package/dist/esm/operations/index.js.map +1 -0
  155. package/dist/esm/operations/managementAssociations.d.ts +49 -0
  156. package/dist/esm/operations/managementAssociations.d.ts.map +1 -0
  157. package/dist/esm/operations/managementAssociations.js +178 -0
  158. package/dist/esm/operations/managementAssociations.js.map +1 -0
  159. package/dist/esm/operations/managementConfigurations.d.ts +40 -0
  160. package/dist/esm/operations/managementConfigurations.d.ts.map +1 -0
  161. package/dist/esm/operations/managementConfigurations.js +138 -0
  162. package/dist/esm/operations/managementConfigurations.js.map +1 -0
  163. package/dist/esm/operations/operations.d.ts +26 -0
  164. package/dist/esm/operations/operations.d.ts.map +1 -0
  165. package/dist/esm/operations/operations.js +76 -0
  166. package/dist/esm/operations/operations.js.map +1 -0
  167. package/dist/esm/operations/solutions.d.ts +78 -0
  168. package/dist/esm/operations/solutions.d.ts.map +1 -0
  169. package/dist/esm/operations/solutions.js +353 -0
  170. package/dist/esm/operations/solutions.js.map +1 -0
  171. package/dist/esm/operationsInterfaces/index.d.ts +5 -0
  172. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  173. package/dist/esm/operationsInterfaces/index.js +12 -0
  174. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  175. package/dist/esm/operationsInterfaces/managementAssociations.d.ts +41 -0
  176. package/dist/esm/operationsInterfaces/managementAssociations.d.ts.map +1 -0
  177. package/dist/esm/operationsInterfaces/managementAssociations.js +9 -0
  178. package/dist/esm/operationsInterfaces/managementAssociations.js.map +1 -0
  179. package/dist/esm/operationsInterfaces/managementConfigurations.d.ts +32 -0
  180. package/dist/esm/operationsInterfaces/managementConfigurations.d.ts.map +1 -0
  181. package/dist/esm/operationsInterfaces/managementConfigurations.js +9 -0
  182. package/dist/esm/operationsInterfaces/managementConfigurations.js.map +1 -0
  183. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  184. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  185. package/dist/esm/operationsInterfaces/operations.js +9 -0
  186. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  187. package/dist/esm/operationsInterfaces/solutions.d.ts +70 -0
  188. package/dist/esm/operationsInterfaces/solutions.d.ts.map +1 -0
  189. package/dist/esm/operationsInterfaces/solutions.js +9 -0
  190. package/dist/esm/operationsInterfaces/solutions.js.map +1 -0
  191. package/dist/esm/operationsManagementClient.d.ts +24 -0
  192. package/dist/esm/operationsManagementClient.d.ts.map +1 -0
  193. package/dist/esm/operationsManagementClient.js +113 -0
  194. package/dist/esm/operationsManagementClient.js.map +1 -0
  195. package/dist/esm/package.json +3 -0
  196. package/dist/esm/pagingHelper.d.ts +13 -0
  197. package/dist/esm/pagingHelper.d.ts.map +1 -0
  198. package/dist/esm/pagingHelper.js +30 -0
  199. package/dist/esm/pagingHelper.js.map +1 -0
  200. package/dist/react-native/index.d.ts +5 -0
  201. package/dist/react-native/index.d.ts.map +1 -0
  202. package/dist/react-native/index.js +13 -0
  203. package/dist/react-native/index.js.map +1 -0
  204. package/dist/react-native/lroImpl.d.ts +16 -0
  205. package/dist/react-native/lroImpl.d.ts.map +1 -0
  206. package/dist/react-native/lroImpl.js +33 -0
  207. package/dist/react-native/lroImpl.js.map +1 -0
  208. package/dist/react-native/models/index.d.ts +272 -0
  209. package/dist/react-native/models/index.d.ts.map +1 -0
  210. package/dist/react-native/models/index.js +9 -0
  211. package/dist/react-native/models/index.js.map +1 -0
  212. package/dist/react-native/models/mappers.d.ts +19 -0
  213. package/dist/react-native/models/mappers.d.ts.map +1 -0
  214. package/dist/react-native/models/mappers.js +485 -0
  215. package/dist/react-native/models/mappers.js.map +1 -0
  216. package/dist/react-native/models/parameters.d.ts +18 -0
  217. package/dist/react-native/models/parameters.d.ts.map +1 -0
  218. package/dist/react-native/models/parameters.js +154 -0
  219. package/dist/react-native/models/parameters.js.map +1 -0
  220. package/dist/react-native/operations/index.d.ts +5 -0
  221. package/dist/react-native/operations/index.d.ts.map +1 -0
  222. package/dist/react-native/operations/index.js +12 -0
  223. package/dist/react-native/operations/index.js.map +1 -0
  224. package/dist/react-native/operations/managementAssociations.d.ts +49 -0
  225. package/dist/react-native/operations/managementAssociations.d.ts.map +1 -0
  226. package/dist/react-native/operations/managementAssociations.js +178 -0
  227. package/dist/react-native/operations/managementAssociations.js.map +1 -0
  228. package/dist/react-native/operations/managementConfigurations.d.ts +40 -0
  229. package/dist/react-native/operations/managementConfigurations.d.ts.map +1 -0
  230. package/dist/react-native/operations/managementConfigurations.js +138 -0
  231. package/dist/react-native/operations/managementConfigurations.js.map +1 -0
  232. package/dist/react-native/operations/operations.d.ts +26 -0
  233. package/dist/react-native/operations/operations.d.ts.map +1 -0
  234. package/dist/react-native/operations/operations.js +76 -0
  235. package/dist/react-native/operations/operations.js.map +1 -0
  236. package/dist/react-native/operations/solutions.d.ts +78 -0
  237. package/dist/react-native/operations/solutions.d.ts.map +1 -0
  238. package/dist/react-native/operations/solutions.js +353 -0
  239. package/dist/react-native/operations/solutions.js.map +1 -0
  240. package/dist/react-native/operationsInterfaces/index.d.ts +5 -0
  241. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  242. package/dist/react-native/operationsInterfaces/index.js +12 -0
  243. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  244. package/dist/react-native/operationsInterfaces/managementAssociations.d.ts +41 -0
  245. package/dist/react-native/operationsInterfaces/managementAssociations.d.ts.map +1 -0
  246. package/dist/react-native/operationsInterfaces/managementAssociations.js +9 -0
  247. package/dist/react-native/operationsInterfaces/managementAssociations.js.map +1 -0
  248. package/dist/react-native/operationsInterfaces/managementConfigurations.d.ts +32 -0
  249. package/dist/react-native/operationsInterfaces/managementConfigurations.d.ts.map +1 -0
  250. package/dist/react-native/operationsInterfaces/managementConfigurations.js +9 -0
  251. package/dist/react-native/operationsInterfaces/managementConfigurations.js.map +1 -0
  252. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  253. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  254. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  255. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  256. package/dist/react-native/operationsInterfaces/solutions.d.ts +70 -0
  257. package/dist/react-native/operationsInterfaces/solutions.d.ts.map +1 -0
  258. package/dist/react-native/operationsInterfaces/solutions.js +9 -0
  259. package/dist/react-native/operationsInterfaces/solutions.js.map +1 -0
  260. package/dist/react-native/operationsManagementClient.d.ts +24 -0
  261. package/dist/react-native/operationsManagementClient.d.ts.map +1 -0
  262. package/dist/react-native/operationsManagementClient.js +113 -0
  263. package/dist/react-native/operationsManagementClient.js.map +1 -0
  264. package/dist/react-native/package.json +3 -0
  265. package/dist/react-native/pagingHelper.d.ts +13 -0
  266. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  267. package/dist/react-native/pagingHelper.js +30 -0
  268. package/dist/react-native/pagingHelper.js.map +1 -0
  269. package/package.json +87 -74
  270. package/review/{arm-operations.api.md → arm-operations-node.api.md} +3 -0
  271. package/dist/index.js +0 -1524
  272. package/dist/index.js.map +0 -1
  273. package/dist/index.min.js +0 -1
  274. package/dist/index.min.js.map +0 -1
  275. package/dist-esm/samples-dev/managementAssociationsCreateOrUpdateSample.d.ts +0 -2
  276. package/dist-esm/samples-dev/managementAssociationsCreateOrUpdateSample.d.ts.map +0 -1
  277. package/dist-esm/samples-dev/managementAssociationsCreateOrUpdateSample.js +0 -40
  278. package/dist-esm/samples-dev/managementAssociationsCreateOrUpdateSample.js.map +0 -1
  279. package/dist-esm/samples-dev/managementAssociationsDeleteSample.d.ts +0 -2
  280. package/dist-esm/samples-dev/managementAssociationsDeleteSample.d.ts.map +0 -1
  281. package/dist-esm/samples-dev/managementAssociationsDeleteSample.js +0 -34
  282. package/dist-esm/samples-dev/managementAssociationsDeleteSample.js.map +0 -1
  283. package/dist-esm/samples-dev/managementAssociationsGetSample.d.ts +0 -2
  284. package/dist-esm/samples-dev/managementAssociationsGetSample.d.ts.map +0 -1
  285. package/dist-esm/samples-dev/managementAssociationsGetSample.js +0 -34
  286. package/dist-esm/samples-dev/managementAssociationsGetSample.js.map +0 -1
  287. package/dist-esm/samples-dev/managementAssociationsListBySubscriptionSample.d.ts +0 -2
  288. package/dist-esm/samples-dev/managementAssociationsListBySubscriptionSample.d.ts.map +0 -1
  289. package/dist-esm/samples-dev/managementAssociationsListBySubscriptionSample.js +0 -29
  290. package/dist-esm/samples-dev/managementAssociationsListBySubscriptionSample.js.map +0 -1
  291. package/dist-esm/samples-dev/managementConfigurationsCreateOrUpdateSample.d.ts +0 -2
  292. package/dist-esm/samples-dev/managementConfigurationsCreateOrUpdateSample.d.ts.map +0 -1
  293. package/dist-esm/samples-dev/managementConfigurationsCreateOrUpdateSample.js +0 -32
  294. package/dist-esm/samples-dev/managementConfigurationsCreateOrUpdateSample.js.map +0 -1
  295. package/dist-esm/samples-dev/managementConfigurationsDeleteSample.d.ts +0 -2
  296. package/dist-esm/samples-dev/managementConfigurationsDeleteSample.d.ts.map +0 -1
  297. package/dist-esm/samples-dev/managementConfigurationsDeleteSample.js +0 -31
  298. package/dist-esm/samples-dev/managementConfigurationsDeleteSample.js.map +0 -1
  299. package/dist-esm/samples-dev/managementConfigurationsGetSample.d.ts +0 -2
  300. package/dist-esm/samples-dev/managementConfigurationsGetSample.d.ts.map +0 -1
  301. package/dist-esm/samples-dev/managementConfigurationsGetSample.js +0 -31
  302. package/dist-esm/samples-dev/managementConfigurationsGetSample.js.map +0 -1
  303. package/dist-esm/samples-dev/managementConfigurationsListBySubscriptionSample.d.ts +0 -2
  304. package/dist-esm/samples-dev/managementConfigurationsListBySubscriptionSample.d.ts.map +0 -1
  305. package/dist-esm/samples-dev/managementConfigurationsListBySubscriptionSample.js +0 -29
  306. package/dist-esm/samples-dev/managementConfigurationsListBySubscriptionSample.js.map +0 -1
  307. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  308. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  309. package/dist-esm/samples-dev/operationsListSample.js +0 -43
  310. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  311. package/dist-esm/samples-dev/solutionsCreateOrUpdateSample.d.ts +0 -2
  312. package/dist-esm/samples-dev/solutionsCreateOrUpdateSample.d.ts.map +0 -1
  313. package/dist-esm/samples-dev/solutionsCreateOrUpdateSample.js +0 -51
  314. package/dist-esm/samples-dev/solutionsCreateOrUpdateSample.js.map +0 -1
  315. package/dist-esm/samples-dev/solutionsDeleteSample.d.ts +0 -2
  316. package/dist-esm/samples-dev/solutionsDeleteSample.d.ts.map +0 -1
  317. package/dist-esm/samples-dev/solutionsDeleteSample.js +0 -31
  318. package/dist-esm/samples-dev/solutionsDeleteSample.js.map +0 -1
  319. package/dist-esm/samples-dev/solutionsGetSample.d.ts +0 -2
  320. package/dist-esm/samples-dev/solutionsGetSample.d.ts.map +0 -1
  321. package/dist-esm/samples-dev/solutionsGetSample.js +0 -31
  322. package/dist-esm/samples-dev/solutionsGetSample.js.map +0 -1
  323. package/dist-esm/samples-dev/solutionsListByResourceGroupSample.d.ts +0 -2
  324. package/dist-esm/samples-dev/solutionsListByResourceGroupSample.d.ts.map +0 -1
  325. package/dist-esm/samples-dev/solutionsListByResourceGroupSample.js +0 -30
  326. package/dist-esm/samples-dev/solutionsListByResourceGroupSample.js.map +0 -1
  327. package/dist-esm/samples-dev/solutionsListBySubscriptionSample.d.ts +0 -2
  328. package/dist-esm/samples-dev/solutionsListBySubscriptionSample.d.ts.map +0 -1
  329. package/dist-esm/samples-dev/solutionsListBySubscriptionSample.js +0 -29
  330. package/dist-esm/samples-dev/solutionsListBySubscriptionSample.js.map +0 -1
  331. package/dist-esm/samples-dev/solutionsUpdateSample.d.ts +0 -2
  332. package/dist-esm/samples-dev/solutionsUpdateSample.d.ts.map +0 -1
  333. package/dist-esm/samples-dev/solutionsUpdateSample.js +0 -34
  334. package/dist-esm/samples-dev/solutionsUpdateSample.js.map +0 -1
  335. package/dist-esm/src/index.d.ts +0 -5
  336. package/dist-esm/src/index.d.ts.map +0 -1
  337. package/dist-esm/src/index.js.map +0 -1
  338. package/dist-esm/src/lroImpl.js.map +0 -1
  339. package/dist-esm/src/models/index.js.map +0 -1
  340. package/dist-esm/src/models/mappers.js.map +0 -1
  341. package/dist-esm/src/models/parameters.js.map +0 -1
  342. package/dist-esm/src/operations/index.d.ts +0 -5
  343. package/dist-esm/src/operations/index.js.map +0 -1
  344. package/dist-esm/src/operations/managementAssociations.d.ts.map +0 -1
  345. package/dist-esm/src/operations/managementAssociations.js.map +0 -1
  346. package/dist-esm/src/operations/managementConfigurations.d.ts.map +0 -1
  347. package/dist-esm/src/operations/managementConfigurations.js.map +0 -1
  348. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  349. package/dist-esm/src/operations/operations.js.map +0 -1
  350. package/dist-esm/src/operations/solutions.d.ts.map +0 -1
  351. package/dist-esm/src/operations/solutions.js.map +0 -1
  352. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -5
  353. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  354. package/dist-esm/src/operationsInterfaces/managementAssociations.d.ts.map +0 -1
  355. package/dist-esm/src/operationsInterfaces/managementAssociations.js.map +0 -1
  356. package/dist-esm/src/operationsInterfaces/managementConfigurations.d.ts.map +0 -1
  357. package/dist-esm/src/operationsInterfaces/managementConfigurations.js.map +0 -1
  358. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  359. package/dist-esm/src/operationsInterfaces/solutions.d.ts.map +0 -1
  360. package/dist-esm/src/operationsInterfaces/solutions.js.map +0 -1
  361. package/dist-esm/src/operationsManagementClient.d.ts.map +0 -1
  362. package/dist-esm/src/operationsManagementClient.js +0 -73
  363. package/dist-esm/src/operationsManagementClient.js.map +0 -1
  364. package/dist-esm/test/sampleTest.d.ts +0 -2
  365. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  366. package/dist-esm/test/sampleTest.js +0 -40
  367. package/dist-esm/test/sampleTest.js.map +0 -1
  368. package/rollup.config.js +0 -122
  369. package/src/lroImpl.ts +0 -34
  370. package/src/models/index.ts +0 -324
  371. package/src/models/mappers.ts +0 -503
  372. package/src/models/parameters.ts +0 -180
  373. package/src/operations/index.ts +0 -12
  374. package/src/operations/managementAssociations.ts +0 -237
  375. package/src/operations/managementConfigurations.ts +0 -188
  376. package/src/operations/operations.ts +0 -95
  377. package/src/operations/solutions.ts +0 -506
  378. package/src/operationsInterfaces/index.ts +0 -12
  379. package/src/operationsInterfaces/managementAssociations.ts +0 -82
  380. package/src/operationsInterfaces/managementConfigurations.ts +0 -64
  381. package/src/operationsInterfaces/operations.ts +0 -22
  382. package/src/operationsInterfaces/solutions.ts +0 -139
  383. package/src/operationsManagementClient.ts +0 -117
  384. package/tsconfig.json +0 -33
  385. package/types/arm-operations.d.ts +0 -488
  386. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  387. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  388. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  389. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  390. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  391. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  392. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  393. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  394. /package/{dist-esm/src → dist/browser}/operationsInterfaces/managementAssociations.js +0 -0
  395. /package/{dist-esm/src → dist/browser}/operationsInterfaces/managementConfigurations.js +0 -0
  396. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  397. /package/{dist-esm/src → dist/browser}/operationsInterfaces/solutions.js +0 -0
package/CHANGELOG.md CHANGED
@@ -1,11 +1,21 @@
1
1
  # Release History
2
-
3
- ## 4.0.0-beta.3 (2022-05-11)
4
2
 
5
- The package of @azure/arm-operations is using our next generation design principles since version 4.0.0-beta.3, which contains breaking changes.
3
+ ## 4.0.0-beta.5 (Unreleased)
4
+
5
+ ### Features Added
6
+
7
+ ### Breaking Changes
8
+
9
+ ### Bugs Fixed
10
+
11
+ ### Other Changes
12
+
13
+ ## 4.0.0-beta.4 (2022-12-02)
14
+
15
+ The package of @azure/arm-operations is using our next generation design principles since version 4.0.0-beta.4, which contains breaking changes.
6
16
 
7
17
  To understand the detail of the change, please refer to [Changelog](https://aka.ms/js-track2-changelog).
8
18
 
9
19
  To migrate the existing applications to the latest version, please refer to [Migration Guide](https://aka.ms/js-track2-migration-guide).
10
20
 
11
- To learn more, please refer to our documentation [Quick Start](https://aka.ms/js-track2-quickstart).
21
+ To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart ).
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
- The MIT License (MIT)
1
+ Copyright (c) Microsoft Corporation.
2
2
 
3
- Copyright (c) 2022 Microsoft
3
+ MIT License
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -12,10 +12,10 @@ furnished to do so, subject to the following conditions:
12
12
  The above copyright notice and this permission notice shall be included in all
13
13
  copies or substantial portions of the Software.
14
14
 
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15
+ THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
16
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
17
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
18
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
19
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
20
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
21
+ SOFTWARE.
package/README.md CHANGED
@@ -6,14 +6,14 @@ Operations Management Client
6
6
 
7
7
  [Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/operationsmanagement/arm-operations) |
8
8
  [Package (NPM)](https://www.npmjs.com/package/@azure/arm-operations) |
9
- [API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-operations?view=azure-node-preview) |
9
+ [API reference documentation](https://learn.microsoft.com/javascript/api/@azure/arm-operations?view=azure-node-preview) |
10
10
  [Samples](https://github.com/Azure-Samples/azure-samples-js-management)
11
11
 
12
12
  ## Getting started
13
13
 
14
14
  ### Currently supported environments
15
15
 
16
- - [LTS versions of Node.js](https://nodejs.org/about/releases/)
16
+ - [LTS versions of Node.js](https://github.com/nodejs/release#release-schedule)
17
17
  - Latest versions of Safari, Chrome, Edge and Firefox.
18
18
 
19
19
  See our [support policy](https://github.com/Azure/azure-sdk-for-js/blob/main/SUPPORT.md) for more details.
@@ -46,26 +46,34 @@ npm install @azure/identity
46
46
  You will also need to **register a new AAD application and grant access to Azure OperationsManagement** by assigning the suitable role to your service principal (note: roles such as `"Owner"` will not grant the necessary permissions).
47
47
  Set the values of the client ID, tenant ID, and client secret of the AAD application as environment variables: `AZURE_CLIENT_ID`, `AZURE_TENANT_ID`, `AZURE_CLIENT_SECRET`.
48
48
 
49
- For more information about how to create an Azure AD Application check out [this guide](https://docs.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal).
49
+ For more information about how to create an Azure AD Application check out [this guide](https://learn.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal).
50
50
 
51
- ```javascript
52
- const { OperationsManagementClient } = require("@azure/arm-operations");
53
- const { DefaultAzureCredential } = require("@azure/identity");
54
- // For client-side applications running in the browser, use InteractiveBrowserCredential instead of DefaultAzureCredential. See https://aka.ms/azsdk/js/identity/examples for more details.
51
+ Using Node.js and Node-like environments, you can use the `DefaultAzureCredential` class to authenticate the client.
52
+
53
+ ```ts snippet:ReadmeSampleCreateClient_Node
54
+ import { OperationsManagementClient } from "@azure/arm-operations";
55
+ import { DefaultAzureCredential } from "@azure/identity";
55
56
 
56
57
  const subscriptionId = "00000000-0000-0000-0000-000000000000";
57
58
  const client = new OperationsManagementClient(new DefaultAzureCredential(), subscriptionId);
58
-
59
- // For client-side applications running in the browser, use this code instead:
60
- // const credential = new InteractiveBrowserCredential({
61
- // tenantId: "<YOUR_TENANT_ID>",
62
- // clientId: "<YOUR_CLIENT_ID>"
63
- // });
64
- // const client = new OperationsManagementClient(credential, subscriptionId);
65
59
  ```
66
60
 
61
+ For browser environments, use the `InteractiveBrowserCredential` from the `@azure/identity` package to authenticate.
62
+
63
+ ```ts snippet:ReadmeSampleCreateClient_Browser
64
+ import { InteractiveBrowserCredential } from "@azure/identity";
65
+ import { OperationsManagementClient } from "@azure/arm-operations";
66
+
67
+ const subscriptionId = "00000000-0000-0000-0000-000000000000";
68
+ const credential = new InteractiveBrowserCredential({
69
+ tenantId: "<YOUR_TENANT_ID>",
70
+ clientId: "<YOUR_CLIENT_ID>",
71
+ });
72
+ const client = new OperationsManagementClient(credential, subscriptionId);
73
+ ```
67
74
 
68
75
  ### JavaScript Bundle
76
+
69
77
  To use this client library in the browser, first you need to use a bundler. For details on how to do this, please refer to our [bundling documentation](https://aka.ms/AzureSDKBundling).
70
78
 
71
79
  ## Key concepts
@@ -80,8 +88,9 @@ To use this client library in the browser, first you need to use a bundler. For
80
88
 
81
89
  Enabling logging may help uncover useful information about failures. In order to see a log of HTTP requests and responses, set the `AZURE_LOG_LEVEL` environment variable to `info`. Alternatively, logging can be enabled at runtime by calling `setLogLevel` in the `@azure/logger`:
82
90
 
83
- ```javascript
84
- const { setLogLevel } = require("@azure/logger");
91
+ ```ts snippet:SetLogLevel
92
+ import { setLogLevel } from "@azure/logger";
93
+
85
94
  setLogLevel("info");
86
95
  ```
87
96
 
@@ -99,9 +108,7 @@ If you'd like to contribute to this library, please read the [contributing guide
99
108
 
100
109
  - [Microsoft Azure SDK for JavaScript](https://github.com/Azure/azure-sdk-for-js)
101
110
 
102
- ![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-js%2Fsdk%2Foperationsmanagement%2Farm-operations%2FREADME.png)
103
-
104
- [azure_cli]: https://docs.microsoft.com/cli/azure
111
+ [azure_cli]: https://learn.microsoft.com/cli/azure
105
112
  [azure_sub]: https://azure.microsoft.com/free/
106
113
  [azure_sub]: https://azure.microsoft.com/free/
107
114
  [azure_portal]: https://portal.azure.com
@@ -0,0 +1,5 @@
1
+ export { getContinuationToken } from "./pagingHelper.js";
2
+ export * from "./models/index.js";
3
+ export { OperationsManagementClient } from "./operationsManagementClient.js";
4
+ export * from "./operationsInterfaces/index.js";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAC7E,cAAc,iCAAiC,CAAC"}
@@ -6,7 +6,8 @@
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
8
  /// <reference lib="esnext.asynciterable" />
9
- export * from "./models";
10
- export { OperationsManagementClient } from "./operationsManagementClient";
11
- export * from "./operationsInterfaces";
9
+ export { getContinuationToken } from "./pagingHelper.js";
10
+ export * from "./models/index.js";
11
+ export { OperationsManagementClient } from "./operationsManagementClient.js";
12
+ export * from "./operationsInterfaces/index.js";
12
13
  //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,4CAA4C;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAC7E,cAAc,iCAAiC,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\n/// <reference lib=\"esnext.asynciterable\" />\nexport { getContinuationToken } from \"./pagingHelper.js\";\nexport * from \"./models/index.js\";\nexport { OperationsManagementClient } from \"./operationsManagementClient.js\";\nexport * from \"./operationsInterfaces/index.js\";\n"]}
@@ -5,8 +5,12 @@
5
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
- import { __awaiter, __rest } from "tslib";
9
8
  export class LroImpl {
9
+ sendOperationFn;
10
+ args;
11
+ spec;
12
+ requestPath;
13
+ requestMethod;
10
14
  constructor(sendOperationFn, args, spec, requestPath = spec.path, requestMethod = spec.httpMethod) {
11
15
  this.sendOperationFn = sendOperationFn;
12
16
  this.args = args;
@@ -14,15 +18,15 @@ export class LroImpl {
14
18
  this.requestPath = requestPath;
15
19
  this.requestMethod = requestMethod;
16
20
  }
17
- sendInitialRequest() {
18
- return __awaiter(this, void 0, void 0, function* () {
19
- return this.sendOperationFn(this.args, this.spec);
20
- });
21
+ async sendInitialRequest() {
22
+ return this.sendOperationFn(this.args, this.spec);
21
23
  }
22
- sendPollRequest(path) {
23
- return __awaiter(this, void 0, void 0, function* () {
24
- const _a = this.spec, { requestBody } = _a, restSpec = __rest(_a, ["requestBody"]);
25
- return this.sendOperationFn(this.args, Object.assign(Object.assign({}, restSpec), { path, httpMethod: "GET" }));
24
+ async sendPollRequest(path) {
25
+ const { requestBody, ...restSpec } = this.spec;
26
+ return this.sendOperationFn(this.args, {
27
+ ...restSpec,
28
+ path,
29
+ httpMethod: "GET"
26
30
  });
27
31
  }
28
32
  }
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAIH,MAAM,OAAO,OAAO;IAER;IACA;IACA;IAKD;IACA;IATT,YACU,eAAkE,EAClE,IAA6B,EAC7B,IAIe,EAChB,cAAsB,IAAI,CAAC,IAAK,EAChC,gBAAwB,IAAI,CAAC,UAAU;QARtC,oBAAe,GAAf,eAAe,CAAmD;QAClE,SAAI,GAAJ,IAAI,CAAyB;QAC7B,SAAI,GAAJ,IAAI,CAIW;QAChB,gBAAW,GAAX,WAAW,CAAqB;QAChC,kBAAa,GAAb,aAAa,CAA0B;IAC7C,CAAC;IACG,KAAK,CAAC,kBAAkB;QAC7B,OAAO,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC;IACpD,CAAC;IACM,KAAK,CAAC,eAAe,CAAC,IAAY;QACvC,MAAM,EAAE,WAAW,EAAE,GAAG,QAAQ,EAAE,GAAG,IAAI,CAAC,IAAI,CAAC;QAC/C,OAAO,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,IAAI,EAAE;YACrC,GAAG,QAAQ;YACX,IAAI;YACJ,UAAU,EAAE,KAAK;SAClB,CAAC,CAAC;IACL,CAAC;CACF","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 { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport class LroImpl<T> implements LongRunningOperation<T> {\n constructor(\n private sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>,\n private args: Record<string, unknown>,\n private spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>,\n public requestPath: string = spec.path!,\n public requestMethod: string = spec.httpMethod\n ) {}\n public async sendInitialRequest(): Promise<LroResponse<T>> {\n return this.sendOperationFn(this.args, this.spec);\n }\n public async sendPollRequest(path: string): Promise<LroResponse<T>> {\n const { requestBody, ...restSpec } = this.spec;\n return this.sendOperationFn(this.args, {\n ...restSpec,\n path,\n httpMethod: \"GET\"\n });\n }\n}\n"]}
@@ -187,7 +187,7 @@ export interface SolutionsCreateOrUpdateOptionalParams extends coreClient.Operat
187
187
  resumeFrom?: string;
188
188
  }
189
189
  /** Contains response data for the createOrUpdate operation. */
190
- export declare type SolutionsCreateOrUpdateResponse = Solution;
190
+ export type SolutionsCreateOrUpdateResponse = Solution;
191
191
  /** Optional parameters. */
192
192
  export interface SolutionsUpdateOptionalParams extends coreClient.OperationOptions {
193
193
  /** Delay to wait until next poll, in milliseconds. */
@@ -196,7 +196,7 @@ export interface SolutionsUpdateOptionalParams extends coreClient.OperationOptio
196
196
  resumeFrom?: string;
197
197
  }
198
198
  /** Contains response data for the update operation. */
199
- export declare type SolutionsUpdateResponse = Solution;
199
+ export type SolutionsUpdateResponse = Solution;
200
200
  /** Optional parameters. */
201
201
  export interface SolutionsDeleteOptionalParams extends coreClient.OperationOptions {
202
202
  /** Delay to wait until next poll, in milliseconds. */
@@ -208,27 +208,27 @@ export interface SolutionsDeleteOptionalParams extends coreClient.OperationOptio
208
208
  export interface SolutionsGetOptionalParams extends coreClient.OperationOptions {
209
209
  }
210
210
  /** Contains response data for the get operation. */
211
- export declare type SolutionsGetResponse = Solution;
211
+ export type SolutionsGetResponse = Solution;
212
212
  /** Optional parameters. */
213
213
  export interface SolutionsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
214
214
  }
215
215
  /** Contains response data for the listByResourceGroup operation. */
216
- export declare type SolutionsListByResourceGroupResponse = SolutionPropertiesList;
216
+ export type SolutionsListByResourceGroupResponse = SolutionPropertiesList;
217
217
  /** Optional parameters. */
218
218
  export interface SolutionsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
219
219
  }
220
220
  /** Contains response data for the listBySubscription operation. */
221
- export declare type SolutionsListBySubscriptionResponse = SolutionPropertiesList;
221
+ export type SolutionsListBySubscriptionResponse = SolutionPropertiesList;
222
222
  /** Optional parameters. */
223
223
  export interface ManagementAssociationsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
224
224
  }
225
225
  /** Contains response data for the listBySubscription operation. */
226
- export declare type ManagementAssociationsListBySubscriptionResponse = ManagementAssociationPropertiesList;
226
+ export type ManagementAssociationsListBySubscriptionResponse = ManagementAssociationPropertiesList;
227
227
  /** Optional parameters. */
228
228
  export interface ManagementAssociationsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
229
229
  }
230
230
  /** Contains response data for the createOrUpdate operation. */
231
- export declare type ManagementAssociationsCreateOrUpdateResponse = ManagementAssociation;
231
+ export type ManagementAssociationsCreateOrUpdateResponse = ManagementAssociation;
232
232
  /** Optional parameters. */
233
233
  export interface ManagementAssociationsDeleteOptionalParams extends coreClient.OperationOptions {
234
234
  }
@@ -236,17 +236,17 @@ export interface ManagementAssociationsDeleteOptionalParams extends coreClient.O
236
236
  export interface ManagementAssociationsGetOptionalParams extends coreClient.OperationOptions {
237
237
  }
238
238
  /** Contains response data for the get operation. */
239
- export declare type ManagementAssociationsGetResponse = ManagementAssociation;
239
+ export type ManagementAssociationsGetResponse = ManagementAssociation;
240
240
  /** Optional parameters. */
241
241
  export interface ManagementConfigurationsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
242
242
  }
243
243
  /** Contains response data for the listBySubscription operation. */
244
- export declare type ManagementConfigurationsListBySubscriptionResponse = ManagementConfigurationPropertiesList;
244
+ export type ManagementConfigurationsListBySubscriptionResponse = ManagementConfigurationPropertiesList;
245
245
  /** Optional parameters. */
246
246
  export interface ManagementConfigurationsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
247
247
  }
248
248
  /** Contains response data for the createOrUpdate operation. */
249
- export declare type ManagementConfigurationsCreateOrUpdateResponse = ManagementConfiguration;
249
+ export type ManagementConfigurationsCreateOrUpdateResponse = ManagementConfiguration;
250
250
  /** Optional parameters. */
251
251
  export interface ManagementConfigurationsDeleteOptionalParams extends coreClient.OperationOptions {
252
252
  }
@@ -254,12 +254,12 @@ export interface ManagementConfigurationsDeleteOptionalParams extends coreClient
254
254
  export interface ManagementConfigurationsGetOptionalParams extends coreClient.OperationOptions {
255
255
  }
256
256
  /** Contains response data for the get operation. */
257
- export declare type ManagementConfigurationsGetResponse = ManagementConfiguration;
257
+ export type ManagementConfigurationsGetResponse = ManagementConfiguration;
258
258
  /** Optional parameters. */
259
259
  export interface OperationsListOptionalParams extends coreClient.OperationOptions {
260
260
  }
261
261
  /** Contains response data for the list operation. */
262
- export declare type OperationsListResponse = OperationListResult;
262
+ export type OperationsListResponse = OperationListResult;
263
263
  /** Optional parameters. */
264
264
  export interface OperationsManagementClientOptionalParams extends coreClient.ServiceClientOptions {
265
265
  /** server parameter */
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,kCAAkC;AAClC,MAAM,WAAW,QAAQ;IACvB;;;OAGG;IACH,QAAQ,CAAC,EAAE,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB,wBAAwB;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,oBAAoB;IACpB,IAAI,CAAC,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAC1C,wFAAwF;IACxF,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB,8FAA8F;IAC9F,UAAU,CAAC,EAAE,kBAAkB,CAAC;CACjC;AAED,wFAAwF;AACxF,MAAM,WAAW,YAAY;IAC3B,yNAAyN;IACzN,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,6DAA6D;IAC7D,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,gEAAgE;IAChE,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,oKAAoK;IACpK,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,mFAAmF;AACnF,MAAM,WAAW,kBAAkB;IACjC,0FAA0F;IAC1F,mBAAmB,EAAE,MAAM,CAAC;IAC5B;;;OAGG;IACH,QAAQ,CAAC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IACpC,wJAAwJ;IACxJ,kBAAkB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC9B,oIAAoI;IACpI,mBAAmB,CAAC,EAAE,MAAM,EAAE,CAAC;CAChC;AAED,+BAA+B;AAC/B,MAAM,WAAW,gBAAgB;IAC/B,8CAA8C;IAC9C,KAAK,CAAC,EAAE,qBAAqB,CAAC;CAC/B;AAED,8CAA8C;AAC9C,MAAM,WAAW,qBAAqB;IACpC,sBAAsB;IACtB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,yBAAyB;IACzB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,wDAAwD;AACxD,MAAM,WAAW,aAAa;IAC5B,oBAAoB;IACpB,IAAI,CAAC,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;CAC3C;AAED,oCAAoC;AACpC,MAAM,WAAW,sBAAsB;IACrC,2DAA2D;IAC3D,KAAK,CAAC,EAAE,QAAQ,EAAE,CAAC;CACpB;AAED,iDAAiD;AACjD,MAAM,WAAW,mCAAmC;IAClD,yEAAyE;IACzE,KAAK,CAAC,EAAE,qBAAqB,EAAE,CAAC;CACjC;AAED,kCAAkC;AAClC,MAAM,WAAW,qBAAqB;IACpC;;;OAGG;IACH,QAAQ,CAAC,EAAE,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB,wBAAwB;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,2GAA2G;IAC3G,UAAU,CAAC,EAAE,+BAA+B,CAAC;CAC9C;AAED,gGAAgG;AAChG,MAAM,WAAW,+BAA+B;IAC9C,+DAA+D;IAC/D,aAAa,EAAE,MAAM,CAAC;CACvB;AAED,mDAAmD;AACnD,MAAM,WAAW,qCAAqC;IACpD,2EAA2E;IAC3E,KAAK,CAAC,EAAE,uBAAuB,EAAE,CAAC;CACnC;AAED,kCAAkC;AAClC,MAAM,WAAW,uBAAuB;IACtC;;;OAGG;IACH,QAAQ,CAAC,EAAE,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB,wBAAwB;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,6GAA6G;IAC7G,UAAU,CAAC,EAAE,iCAAiC,CAAC;CAChD;AAED,kGAAkG;AAClG,MAAM,WAAW,iCAAiC;IAChD,8DAA8D;IAC9D,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,uCAAuC;IACvC,kBAAkB,EAAE,MAAM,CAAC;IAC3B,yCAAyC;IACzC,UAAU,EAAE,oBAAoB,EAAE,CAAC;IACnC;;;OAGG;IACH,QAAQ,CAAC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IACpC,4DAA4D;IAC5D,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CACnC;AAED,wCAAwC;AACxC,MAAM,WAAW,oBAAoB;IACnC,6BAA6B;IAC7B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,yCAAyC;IACzC,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,yDAAyD;AACzD,MAAM,WAAW,mBAAmB;IAClC,2FAA2F;IAC3F,KAAK,CAAC,EAAE,SAAS,EAAE,CAAC;CACrB;AAED,qEAAqE;AACrE,MAAM,WAAW,SAAS;IACxB,wDAAwD;IACxD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,sDAAsD;IACtD,OAAO,CAAC,EAAE,gBAAgB,CAAC;CAC5B;AAED,sDAAsD;AACtD,MAAM,WAAW,gBAAgB;IAC/B,wDAAwD;IACxD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,wDAAwD;IACxD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,iDAAiD;IACjD,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,2BAA2B;AAC3B,MAAM,WAAW,qCACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iGAAiG;IACjG,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,+DAA+D;AAC/D,oBAAY,+BAA+B,GAAG,QAAQ,CAAC;AAEvD,2BAA2B;AAC3B,MAAM,WAAW,6BACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iGAAiG;IACjG,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,uDAAuD;AACvD,oBAAY,uBAAuB,GAAG,QAAQ,CAAC;AAE/C,2BAA2B;AAC3B,MAAM,WAAW,6BACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iGAAiG;IACjG,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,2BAA2B;AAC3B,MAAM,WAAW,0BACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oDAAoD;AACpD,oBAAY,oBAAoB,GAAG,QAAQ,CAAC;AAE5C,2BAA2B;AAC3B,MAAM,WAAW,0CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oEAAoE;AACpE,oBAAY,oCAAoC,GAAG,sBAAsB,CAAC;AAE1E,2BAA2B;AAC3B,MAAM,WAAW,yCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,mEAAmE;AACnE,oBAAY,mCAAmC,GAAG,sBAAsB,CAAC;AAEzE,2BAA2B;AAC3B,MAAM,WAAW,sDACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,mEAAmE;AACnE,oBAAY,gDAAgD,GAAG,mCAAmC,CAAC;AAEnG,2BAA2B;AAC3B,MAAM,WAAW,kDACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,+DAA+D;AAC/D,oBAAY,4CAA4C,GAAG,qBAAqB,CAAC;AAEjF,2BAA2B;AAC3B,MAAM,WAAW,0CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,2BAA2B;AAC3B,MAAM,WAAW,uCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oDAAoD;AACpD,oBAAY,iCAAiC,GAAG,qBAAqB,CAAC;AAEtE,2BAA2B;AAC3B,MAAM,WAAW,wDACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,mEAAmE;AACnE,oBAAY,kDAAkD,GAAG,qCAAqC,CAAC;AAEvG,2BAA2B;AAC3B,MAAM,WAAW,oDACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,+DAA+D;AAC/D,oBAAY,8CAA8C,GAAG,uBAAuB,CAAC;AAErF,2BAA2B;AAC3B,MAAM,WAAW,4CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,2BAA2B;AAC3B,MAAM,WAAW,yCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oDAAoD;AACpD,oBAAY,mCAAmC,GAAG,uBAAuB,CAAC;AAE1E,2BAA2B;AAC3B,MAAM,WAAW,4BACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,qDAAqD;AACrD,oBAAY,sBAAsB,GAAG,mBAAmB,CAAC;AAEzD,2BAA2B;AAC3B,MAAM,WAAW,wCACf,SAAQ,UAAU,CAAC,oBAAoB;IACvC,uBAAuB;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,kBAAkB;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,iCAAiC;IACjC,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.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 * as coreClient from \"@azure/core-client\";\n\n/** The container for solution. */\nexport interface Solution {\n /**\n * Resource ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Resource name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Resource location */\n location?: string;\n /** Resource tags */\n tags?: { [propertyName: string]: string };\n /** Plan for solution object supported by the OperationsManagement resource provider. */\n plan?: SolutionPlan;\n /** Properties for solution object supported by the OperationsManagement resource provider. */\n properties?: SolutionProperties;\n}\n\n/** Plan for solution object supported by the OperationsManagement resource provider. */\nexport interface SolutionPlan {\n /** name of the solution to be created. For Microsoft published solution it should be in the format of solutionType(workspaceName). SolutionType part is case sensitive. For third party solution, it can be anything. */\n name?: string;\n /** Publisher name. For gallery solution, it is Microsoft. */\n publisher?: string;\n /** promotionCode, Not really used now, can you left as empty */\n promotionCode?: string;\n /** name of the solution to enabled/add. For Microsoft published gallery solution it should be in the format of OMSGallery/<solutionType>. This is case sensitive */\n product?: string;\n}\n\n/** Solution properties supported by the OperationsManagement resource provider. */\nexport interface SolutionProperties {\n /** The azure resourceId for the workspace where the solution will be deployed/enabled. */\n workspaceResourceId: string;\n /**\n * The provisioning state for the solution.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /** The azure resources that will be contained within the solutions. They will be locked and gets deleted automatically when the solution is deleted. */\n containedResources?: string[];\n /** The resources that will be referenced from this solution. Deleting any of those solution out of band will break the solution. */\n referencedResources?: string[];\n}\n\n/** The error body contract. */\nexport interface CodeMessageError {\n /** The error details for a failed request. */\n error?: CodeMessageErrorError;\n}\n\n/** The error details for a failed request. */\nexport interface CodeMessageErrorError {\n /** The error type. */\n code?: string;\n /** The error message. */\n message?: string;\n}\n\n/** The properties of a Solution that can be patched. */\nexport interface SolutionPatch {\n /** Resource tags */\n tags?: { [propertyName: string]: string };\n}\n\n/** the list of solution response */\nexport interface SolutionPropertiesList {\n /** List of solution properties within the subscription. */\n value?: Solution[];\n}\n\n/** the list of ManagementAssociation response */\nexport interface ManagementAssociationPropertiesList {\n /** List of Management Association properties within the subscription. */\n value?: ManagementAssociation[];\n}\n\n/** The container for solution. */\nexport interface ManagementAssociation {\n /**\n * Resource ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Resource name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Resource location */\n location?: string;\n /** Properties for ManagementAssociation object supported by the OperationsManagement resource provider. */\n properties?: ManagementAssociationProperties;\n}\n\n/** ManagementAssociation properties supported by the OperationsManagement resource provider. */\nexport interface ManagementAssociationProperties {\n /** The applicationId of the appliance for this association. */\n applicationId: string;\n}\n\n/** the list of ManagementConfiguration response */\nexport interface ManagementConfigurationPropertiesList {\n /** List of Management Configuration properties within the subscription. */\n value?: ManagementConfiguration[];\n}\n\n/** The container for solution. */\nexport interface ManagementConfiguration {\n /**\n * Resource ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Resource name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Resource location */\n location?: string;\n /** Properties for ManagementConfiguration object supported by the OperationsManagement resource provider. */\n properties?: ManagementConfigurationProperties;\n}\n\n/** ManagementConfiguration properties supported by the OperationsManagement resource provider. */\nexport interface ManagementConfigurationProperties {\n /** The applicationId of the appliance for this Management. */\n applicationId?: string;\n /** The type of the parent resource. */\n parentResourceType: string;\n /** Parameters to run the ARM template */\n parameters: ArmTemplateParameter[];\n /**\n * The provisioning state for the ManagementConfiguration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /** The Json object containing the ARM template to deploy */\n template: Record<string, unknown>;\n}\n\n/** Parameter to pass to ARM template */\nexport interface ArmTemplateParameter {\n /** name of the parameter. */\n name?: string;\n /** value for the parameter. In Jtoken */\n value?: string;\n}\n\n/** Result of the request to list solution operations. */\nexport interface OperationListResult {\n /** List of solution operations supported by the OperationsManagement resource provider. */\n value?: Operation[];\n}\n\n/** Supported operation of OperationsManagement resource provider. */\nexport interface Operation {\n /** Operation name: {provider}/{resource}/{operation} */\n name?: string;\n /** Display metadata associated with the operation. */\n display?: OperationDisplay;\n}\n\n/** Display metadata associated with the operation. */\nexport interface OperationDisplay {\n /** Service provider: Microsoft OperationsManagement. */\n provider?: string;\n /** Resource on which the operation is performed etc. */\n resource?: string;\n /** Type of operation: get, read, delete, etc. */\n operation?: string;\n}\n\n/** Optional parameters. */\nexport interface SolutionsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type SolutionsCreateOrUpdateResponse = Solution;\n\n/** Optional parameters. */\nexport interface SolutionsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type SolutionsUpdateResponse = Solution;\n\n/** Optional parameters. */\nexport interface SolutionsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface SolutionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SolutionsGetResponse = Solution;\n\n/** Optional parameters. */\nexport interface SolutionsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type SolutionsListByResourceGroupResponse = SolutionPropertiesList;\n\n/** Optional parameters. */\nexport interface SolutionsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type SolutionsListBySubscriptionResponse = SolutionPropertiesList;\n\n/** Optional parameters. */\nexport interface ManagementAssociationsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type ManagementAssociationsListBySubscriptionResponse = ManagementAssociationPropertiesList;\n\n/** Optional parameters. */\nexport interface ManagementAssociationsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ManagementAssociationsCreateOrUpdateResponse = ManagementAssociation;\n\n/** Optional parameters. */\nexport interface ManagementAssociationsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ManagementAssociationsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ManagementAssociationsGetResponse = ManagementAssociation;\n\n/** Optional parameters. */\nexport interface ManagementConfigurationsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type ManagementConfigurationsListBySubscriptionResponse = ManagementConfigurationPropertiesList;\n\n/** Optional parameters. */\nexport interface ManagementConfigurationsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ManagementConfigurationsCreateOrUpdateResponse = ManagementConfiguration;\n\n/** Optional parameters. */\nexport interface ManagementConfigurationsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ManagementConfigurationsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ManagementConfigurationsGetResponse = ManagementConfiguration;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAIH,MAAM,CAAC,MAAM,QAAQ,GAA+B;IAClD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,UAAU;QACrB,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,cAAc;iBAC1B;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,oBAAoB;iBAChC;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAA+B;IACtD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,cAAc;QACzB,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,kBAAkB,GAA+B;IAC5D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oBAAoB;QAC/B,eAAe,EAAE;YACf,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uBAAuB;iBACnC;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAA+B;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,aAAa,GAA+B;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,sBAAsB,GAA+B;IAChE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,UAAU;yBACtB;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,mCAAmC,GAA+B;IAC7E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qCAAqC;QAChD,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,uBAAuB;yBACnC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAA+B;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iCAAiC;iBAC7C;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,+BAA+B,GAA+B;IACzE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,eAAe,EAAE;YACf,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,qCAAqC,GAA+B;IAC/E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uCAAuC;QAClD,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,yBAAyB;yBACrC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,uBAAuB,GAA+B;IACjE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mCAAmC;iBAC/C;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iCAAiC,GAA+B;IAC3E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mCAAmC;QAC9C,eAAe,EAAE;YACf,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,sBAAsB;yBAClC;qBACF;iBACF;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE;iBACjC;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,WAAW;yBACvB;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,SAAS,GAA+B;IACnD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,WAAW;QACtB,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,kBAAkB;iBAC9B;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,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\nimport * as coreClient from \"@azure/core-client\";\n\nexport const Solution: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Solution\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n plan: {\n serializedName: \"plan\",\n type: {\n name: \"Composite\",\n className: \"SolutionPlan\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"SolutionProperties\"\n }\n }\n }\n }\n};\n\nexport const SolutionPlan: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SolutionPlan\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n publisher: {\n serializedName: \"publisher\",\n type: {\n name: \"String\"\n }\n },\n promotionCode: {\n serializedName: \"promotionCode\",\n type: {\n name: \"String\"\n }\n },\n product: {\n serializedName: \"product\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SolutionProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SolutionProperties\",\n modelProperties: {\n workspaceResourceId: {\n serializedName: \"workspaceResourceId\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n containedResources: {\n serializedName: \"containedResources\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n referencedResources: {\n serializedName: \"referencedResources\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const CodeMessageError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CodeMessageError\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"CodeMessageErrorError\"\n }\n }\n }\n }\n};\n\nexport const CodeMessageErrorError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CodeMessageErrorError\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SolutionPatch: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SolutionPatch\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const SolutionPropertiesList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SolutionPropertiesList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Solution\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ManagementAssociationPropertiesList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagementAssociationPropertiesList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagementAssociation\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ManagementAssociation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagementAssociation\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ManagementAssociationProperties\"\n }\n }\n }\n }\n};\n\nexport const ManagementAssociationProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagementAssociationProperties\",\n modelProperties: {\n applicationId: {\n serializedName: \"applicationId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ManagementConfigurationPropertiesList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagementConfigurationPropertiesList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagementConfiguration\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ManagementConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagementConfiguration\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ManagementConfigurationProperties\"\n }\n }\n }\n }\n};\n\nexport const ManagementConfigurationProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagementConfigurationProperties\",\n modelProperties: {\n applicationId: {\n serializedName: \"applicationId\",\n type: {\n name: \"String\"\n }\n },\n parentResourceType: {\n serializedName: \"parentResourceType\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n parameters: {\n serializedName: \"parameters\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ArmTemplateParameter\"\n }\n }\n }\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n template: {\n serializedName: \"template\",\n required: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n }\n }\n }\n};\n\nexport const ArmTemplateParameter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ArmTemplateParameter\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Operation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\"\n }\n }\n }\n }\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n"]}
@@ -5,7 +5,7 @@
5
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
- import { Solution as SolutionMapper, SolutionPatch as SolutionPatchMapper, ManagementAssociation as ManagementAssociationMapper, ManagementConfiguration as ManagementConfigurationMapper } from "../models/mappers";
8
+ import { Solution as SolutionMapper, SolutionPatch as SolutionPatchMapper, ManagementAssociation as ManagementAssociationMapper, ManagementConfiguration as ManagementConfigurationMapper } from "../models/mappers.js";
9
9
  export const contentType = {
10
10
  parameterPath: ["options", "contentType"],
11
11
  mapper: {
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.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 {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter\n} from \"@azure/core-client\";\nimport {\n Solution as SolutionMapper,\n SolutionPatch as SolutionPatchMapper,\n ManagementAssociation as ManagementAssociationMapper,\n ManagementConfiguration as ManagementConfigurationMapper\n} from \"../models/mappers.js\";\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: SolutionMapper\n};\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[-\\\\w\\\\._\\\\(\\\\)]+$\"),\n MaxLength: 90,\n MinLength: 1\n },\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2015-11-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const solutionName: OperationURLParameter = {\n parameterPath: \"solutionName\",\n mapper: {\n serializedName: \"solutionName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters1: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: SolutionPatchMapper\n};\n\nexport const parameters2: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: ManagementAssociationMapper\n};\n\nexport const providerName: OperationURLParameter = {\n parameterPath: \"providerName\",\n mapper: {\n serializedName: \"providerName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resourceType: OperationURLParameter = {\n parameterPath: \"resourceType\",\n mapper: {\n serializedName: \"resourceType\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resourceName: OperationURLParameter = {\n parameterPath: \"resourceName\",\n mapper: {\n serializedName: \"resourceName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const managementAssociationName: OperationURLParameter = {\n parameterPath: \"managementAssociationName\",\n mapper: {\n serializedName: \"managementAssociationName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters3: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: ManagementConfigurationMapper\n};\n\nexport const managementConfigurationName: OperationURLParameter = {\n parameterPath: \"managementConfigurationName\",\n mapper: {\n serializedName: \"managementConfigurationName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\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
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,aAAa,CAAC;AAC5B,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,cAAc,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,6BAA6B,CAAC;AAC5C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,iBAAiB,CAAC"}
@@ -5,8 +5,8 @@
5
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
- export * from "./solutions";
9
- export * from "./managementAssociations";
10
- export * from "./managementConfigurations";
11
- export * from "./operations";
8
+ export * from "./solutions.js";
9
+ export * from "./managementAssociations.js";
10
+ export * from "./managementConfigurations.js";
11
+ export * from "./operations.js";
12
12
  //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operations/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"]}
@@ -1,6 +1,6 @@
1
- import { ManagementAssociations } from "../operationsInterfaces";
2
- import { OperationsManagementClient } from "../operationsManagementClient";
3
- import { ManagementAssociationsListBySubscriptionOptionalParams, ManagementAssociationsListBySubscriptionResponse, ManagementAssociation, ManagementAssociationsCreateOrUpdateOptionalParams, ManagementAssociationsCreateOrUpdateResponse, ManagementAssociationsDeleteOptionalParams, ManagementAssociationsGetOptionalParams, ManagementAssociationsGetResponse } from "../models";
1
+ import { ManagementAssociations } from "../operationsInterfaces/index.js";
2
+ import { OperationsManagementClient } from "../operationsManagementClient.js";
3
+ import { ManagementAssociationsListBySubscriptionOptionalParams, ManagementAssociationsListBySubscriptionResponse, ManagementAssociation, ManagementAssociationsCreateOrUpdateOptionalParams, ManagementAssociationsCreateOrUpdateResponse, ManagementAssociationsDeleteOptionalParams, ManagementAssociationsGetOptionalParams, ManagementAssociationsGetResponse } from "../models/index.js";
4
4
  /** Class containing ManagementAssociations operations. */
5
5
  export declare class ManagementAssociationsImpl implements ManagementAssociations {
6
6
  private readonly client;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"managementAssociations.d.ts","sourceRoot":"","sources":["../../../src/operations/managementAssociations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,sBAAsB,EAAE,MAAM,kCAAkC,CAAC;AAI1E,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAC9E,OAAO,EACL,sDAAsD,EACtD,gDAAgD,EAChD,qBAAqB,EACrB,kDAAkD,EAClD,4CAA4C,EAC5C,0CAA0C,EAC1C,uCAAuC,EACvC,iCAAiC,EAClC,MAAM,oBAAoB,CAAC;AAE5B,0DAA0D;AAC1D,qBAAa,0BAA2B,YAAW,sBAAsB;IACvE,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA6B;IAEpD;;;OAGG;gBACS,MAAM,EAAE,0BAA0B;IAI9C;;;OAGG;IACH,kBAAkB,CAChB,OAAO,CAAC,EAAE,sDAAsD,GAC/D,OAAO,CAAC,gDAAgD,CAAC;IAO5D;;;;;;;;;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;IAexD;;;;;;;;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;IAchB;;;;;;;;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;CAa9C"}
@@ -6,10 +6,11 @@
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
8
  import * as coreClient from "@azure/core-client";
9
- import * as Mappers from "../models/mappers";
10
- import * as Parameters from "../models/parameters";
9
+ import * as Mappers from "../models/mappers.js";
10
+ import * as Parameters from "../models/parameters.js";
11
11
  /** Class containing ManagementAssociations operations. */
12
12
  export class ManagementAssociationsImpl {
13
+ client;
13
14
  /**
14
15
  * Initialize a new instance of the class ManagementAssociations class.
15
16
  * @param client Reference to the service client
@@ -0,0 +1 @@
1
+ {"version":3,"file":"managementAssociations.js","sourceRoot":"","sources":["../../../src/operations/managementAssociations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,UAAU,MAAM,yBAAyB,CAAC;AAatD,0DAA0D;AAC1D,MAAM,OAAO,0BAA0B;IACpB,MAAM,CAA6B;IAEpD;;;OAGG;IACH,YAAY,MAAkC;QAC5C,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;OAGG;IACH,kBAAkB,CAChB,OAAgE;QAEhE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,OAAO,EAAE,EACX,+BAA+B,CAChC,CAAC;IACJ,CAAC;IAED;;;;;;;;;OASG;IACH,cAAc,CACZ,iBAAyB,EACzB,YAAoB,EACpB,YAAoB,EACpB,YAAoB,EACpB,yBAAiC,EACjC,UAAiC,EACjC,OAA4D;QAE5D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB;YACjB,YAAY;YACZ,YAAY;YACZ,YAAY;YACZ,yBAAyB;YACzB,UAAU;YACV,OAAO;SACR,EACD,2BAA2B,CAC5B,CAAC;IACJ,CAAC;IAED;;;;;;;;OAQG;IACH,MAAM,CACJ,iBAAyB,EACzB,YAAoB,EACpB,YAAoB,EACpB,YAAoB,EACpB,yBAAiC,EACjC,OAAoD;QAEpD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB;YACjB,YAAY;YACZ,YAAY;YACZ,YAAY;YACZ,yBAAyB;YACzB,OAAO;SACR,EACD,mBAAmB,CACpB,CAAC;IACJ,CAAC;IAED;;;;;;;;OAQG;IACH,GAAG,CACD,iBAAyB,EACzB,YAAoB,EACpB,YAAoB,EACpB,YAAoB,EACpB,yBAAiC,EACjC,OAAiD;QAEjD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB;YACjB,YAAY;YACZ,YAAY;YACZ,YAAY;YACZ,yBAAyB;YACzB,OAAO;SACR,EACD,gBAAgB,CACjB,CAAC;IACJ,CAAC;CACF;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,+BAA+B,GAA6B;IAChE,IAAI,EACF,iGAAiG;IACnG,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,mCAAmC;SACxD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,gBAAgB;SACrC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,CAAC,cAAc,CAAC;IAC5D,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,2BAA2B,GAA6B;IAC5D,IAAI,EACF,uNAAuN;IACzN,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,qBAAqB;SAC1C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,gBAAgB;SACrC;KACF;IACD,WAAW,EAAE,UAAU,CAAC,WAAW;IACnC,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,YAAY;QACvB,UAAU,CAAC,YAAY;QACvB,UAAU,CAAC,YAAY;QACvB,UAAU,CAAC,yBAAyB;KACrC;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,WAAW,EAAE,UAAU,CAAC,MAAM,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC;AACF,MAAM,mBAAmB,GAA6B;IACpD,IAAI,EACF,uNAAuN;IACzN,UAAU,EAAE,QAAQ;IACpB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,gBAAgB;SACrC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,YAAY;QACvB,UAAU,CAAC,YAAY;QACvB,UAAU,CAAC,YAAY;QACvB,UAAU,CAAC,yBAAyB;KACrC;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,gBAAgB,GAA6B;IACjD,IAAI,EACF,uNAAuN;IACzN,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,qBAAqB;SAC1C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,gBAAgB;SACrC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,YAAY;QACvB,UAAU,CAAC,YAAY;QACvB,UAAU,CAAC,YAAY;QACvB,UAAU,CAAC,yBAAyB;KACrC;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,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\nimport { ManagementAssociations } 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 {\n ManagementAssociationsListBySubscriptionOptionalParams,\n ManagementAssociationsListBySubscriptionResponse,\n ManagementAssociation,\n ManagementAssociationsCreateOrUpdateOptionalParams,\n ManagementAssociationsCreateOrUpdateResponse,\n ManagementAssociationsDeleteOptionalParams,\n ManagementAssociationsGetOptionalParams,\n ManagementAssociationsGetResponse\n} from \"../models/index.js\";\n\n/** Class containing ManagementAssociations operations. */\nexport class ManagementAssociationsImpl implements ManagementAssociations {\n private readonly client: OperationsManagementClient;\n\n /**\n * Initialize a new instance of the class ManagementAssociations class.\n * @param client Reference to the service client\n */\n constructor(client: OperationsManagementClient) {\n this.client = client;\n }\n\n /**\n * Retrieves the ManagementAssociations list.\n * @param options The options parameters.\n */\n listBySubscription(\n options?: ManagementAssociationsListBySubscriptionOptionalParams\n ): Promise<ManagementAssociationsListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n { options },\n listBySubscriptionOperationSpec\n );\n }\n\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 return this.client.sendOperationRequest(\n {\n resourceGroupName,\n providerName,\n resourceType,\n resourceName,\n managementAssociationName,\n parameters,\n options\n },\n createOrUpdateOperationSpec\n );\n }\n\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 return this.client.sendOperationRequest(\n {\n resourceGroupName,\n providerName,\n resourceType,\n resourceName,\n managementAssociationName,\n options\n },\n deleteOperationSpec\n );\n }\n\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 return this.client.sendOperationRequest(\n {\n resourceGroupName,\n providerName,\n resourceType,\n resourceName,\n managementAssociationName,\n options\n },\n getOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listBySubscriptionOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.OperationsManagement/ManagementAssociations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ManagementAssociationPropertiesList\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};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{providerName}/{resourceType}/{resourceName}/providers/Microsoft.OperationsManagement/ManagementAssociations/{managementAssociationName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.ManagementAssociation\n },\n default: {\n bodyMapper: Mappers.CodeMessageError\n }\n },\n requestBody: Parameters.parameters2,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.providerName,\n Parameters.resourceType,\n Parameters.resourceName,\n Parameters.managementAssociationName\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/{providerName}/{resourceType}/{resourceName}/providers/Microsoft.OperationsManagement/ManagementAssociations/{managementAssociationName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\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.providerName,\n Parameters.resourceType,\n Parameters.resourceName,\n Parameters.managementAssociationName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{providerName}/{resourceType}/{resourceName}/providers/Microsoft.OperationsManagement/ManagementAssociations/{managementAssociationName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ManagementAssociation\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.providerName,\n Parameters.resourceType,\n Parameters.resourceName,\n Parameters.managementAssociationName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
@@ -1,6 +1,6 @@
1
- import { ManagementConfigurations } from "../operationsInterfaces";
2
- import { OperationsManagementClient } from "../operationsManagementClient";
3
- import { ManagementConfigurationsListBySubscriptionOptionalParams, ManagementConfigurationsListBySubscriptionResponse, ManagementConfiguration, ManagementConfigurationsCreateOrUpdateOptionalParams, ManagementConfigurationsCreateOrUpdateResponse, ManagementConfigurationsDeleteOptionalParams, ManagementConfigurationsGetOptionalParams, ManagementConfigurationsGetResponse } from "../models";
1
+ import { ManagementConfigurations } from "../operationsInterfaces/index.js";
2
+ import { OperationsManagementClient } from "../operationsManagementClient.js";
3
+ import { ManagementConfigurationsListBySubscriptionOptionalParams, ManagementConfigurationsListBySubscriptionResponse, ManagementConfiguration, ManagementConfigurationsCreateOrUpdateOptionalParams, ManagementConfigurationsCreateOrUpdateResponse, ManagementConfigurationsDeleteOptionalParams, ManagementConfigurationsGetOptionalParams, ManagementConfigurationsGetResponse } from "../models/index.js";
4
4
  /** Class containing ManagementConfigurations operations. */
5
5
  export declare class ManagementConfigurationsImpl implements ManagementConfigurations {
6
6
  private readonly client;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"managementConfigurations.d.ts","sourceRoot":"","sources":["../../../src/operations/managementConfigurations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,wBAAwB,EAAE,MAAM,kCAAkC,CAAC;AAI5E,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAC9E,OAAO,EACL,wDAAwD,EACxD,kDAAkD,EAClD,uBAAuB,EACvB,oDAAoD,EACpD,8CAA8C,EAC9C,4CAA4C,EAC5C,yCAAyC,EACzC,mCAAmC,EACpC,MAAM,oBAAoB,CAAC;AAE5B,4DAA4D;AAC5D,qBAAa,4BAA6B,YAAW,wBAAwB;IAC3E,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA6B;IAEpD;;;OAGG;gBACS,MAAM,EAAE,0BAA0B;IAI9C;;;OAGG;IACH,kBAAkB,CAChB,OAAO,CAAC,EAAE,wDAAwD,GACjE,OAAO,CAAC,kDAAkD,CAAC;IAO9D;;;;;;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;IAO1D;;;;;OAKG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,2BAA2B,EAAE,MAAM,EACnC,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,IAAI,CAAC;IAOhB;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,2BAA2B,EAAE,MAAM,EACnC,OAAO,CAAC,EAAE,yCAAyC,GAClD,OAAO,CAAC,mCAAmC,CAAC;CAMhD"}
@@ -6,10 +6,11 @@
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
8
  import * as coreClient from "@azure/core-client";
9
- import * as Mappers from "../models/mappers";
10
- import * as Parameters from "../models/parameters";
9
+ import * as Mappers from "../models/mappers.js";
10
+ import * as Parameters from "../models/parameters.js";
11
11
  /** Class containing ManagementConfigurations operations. */
12
12
  export class ManagementConfigurationsImpl {
13
+ client;
13
14
  /**
14
15
  * Initialize a new instance of the class ManagementConfigurations class.
15
16
  * @param client Reference to the service client
@@ -0,0 +1 @@
1
+ {"version":3,"file":"managementConfigurations.js","sourceRoot":"","sources":["../../../src/operations/managementConfigurations.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 { ManagementConfigurations } 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 {\n ManagementConfigurationsListBySubscriptionOptionalParams,\n ManagementConfigurationsListBySubscriptionResponse,\n ManagementConfiguration,\n ManagementConfigurationsCreateOrUpdateOptionalParams,\n ManagementConfigurationsCreateOrUpdateResponse,\n ManagementConfigurationsDeleteOptionalParams,\n ManagementConfigurationsGetOptionalParams,\n ManagementConfigurationsGetResponse\n} from \"../models/index.js\";\n\n/** Class containing ManagementConfigurations operations. */\nexport class ManagementConfigurationsImpl implements ManagementConfigurations {\n private readonly client: OperationsManagementClient;\n\n /**\n * Initialize a new instance of the class ManagementConfigurations class.\n * @param client Reference to the service client\n */\n constructor(client: OperationsManagementClient) {\n this.client = client;\n }\n\n /**\n * Retrieves the ManagementConfigurations list.\n * @param options The options parameters.\n */\n listBySubscription(\n options?: ManagementConfigurationsListBySubscriptionOptionalParams\n ): Promise<ManagementConfigurationsListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n { options },\n listBySubscriptionOperationSpec\n );\n }\n\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 return this.client.sendOperationRequest(\n { resourceGroupName, managementConfigurationName, parameters, options },\n createOrUpdateOperationSpec\n );\n }\n\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 return this.client.sendOperationRequest(\n { resourceGroupName, managementConfigurationName, options },\n deleteOperationSpec\n );\n }\n\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 return this.client.sendOperationRequest(\n { resourceGroupName, managementConfigurationName, options },\n getOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listBySubscriptionOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.OperationsManagement/ManagementConfigurations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ManagementConfigurationPropertiesList\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};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationsManagement/ManagementConfigurations/{managementConfigurationName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.ManagementConfiguration\n },\n default: {\n bodyMapper: Mappers.CodeMessageError\n }\n },\n requestBody: Parameters.parameters3,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.managementConfigurationName\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/ManagementConfigurations/{managementConfigurationName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\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.managementConfigurationName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationsManagement/ManagementConfigurations/{managementConfigurationName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ManagementConfiguration\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.managementConfigurationName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
@@ -1,7 +1,7 @@
1
1
  import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { Operations } from "../operationsInterfaces";
3
- import { OperationsManagementClient } from "../operationsManagementClient";
4
- import { Operation, OperationsListOptionalParams } from "../models";
2
+ import { Operations } from "../operationsInterfaces/index.js";
3
+ import { OperationsManagementClient } from "../operationsManagementClient.js";
4
+ import { Operation, OperationsListOptionalParams } from "../models/index.js";
5
5
  /** Class containing Operations operations. */
6
6
  export declare class OperationsImpl implements Operations {
7
7
  private readonly client;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAC9E,OAAO,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAI9D,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAC9E,OAAO,EACL,SAAS,EACT,4BAA4B,EAE7B,MAAM,oBAAoB,CAAC;AAG5B,8CAA8C;AAC9C,qBAAa,cAAe,YAAW,UAAU;IAC/C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA6B;IAEpD;;;OAGG;gBACS,MAAM,EAAE,0BAA0B;IAI9C;;;OAGG;IACI,IAAI,CACT,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,SAAS,CAAC;YAkBzB,cAAc;YASd,aAAa;IAQ5B;;;OAGG;IACH,OAAO,CAAC,KAAK;CAKd"}