@azure/arm-extendedlocation 1.0.0-beta.2 → 1.0.0-beta.4

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 (314) hide show
  1. package/CHANGELOG.md +23 -3
  2. package/LICENSE +4 -4
  3. package/README.md +27 -18
  4. package/{dist-esm/src → dist/browser}/customLocationsManagementClient.d.ts +2 -2
  5. package/dist/browser/customLocationsManagementClient.d.ts.map +1 -0
  6. package/{dist-esm/src → dist/browser}/customLocationsManagementClient.js +47 -38
  7. package/dist/browser/customLocationsManagementClient.js.map +1 -0
  8. package/dist/browser/index.d.ts +5 -0
  9. package/dist/browser/index.d.ts.map +1 -0
  10. package/{dist-esm/src → dist/browser}/index.js +4 -3
  11. package/dist/browser/index.js.map +1 -0
  12. package/{dist-esm/src → dist/browser}/lroImpl.js +13 -9
  13. package/dist/browser/lroImpl.js.map +1 -0
  14. package/{dist-esm/src → dist/browser}/models/index.d.ts +20 -20
  15. package/{dist-esm/src → dist/browser}/models/index.d.ts.map +1 -1
  16. package/dist/browser/models/index.js.map +1 -0
  17. package/{dist-esm/src → dist/browser}/models/mappers.js +55 -25
  18. package/dist/browser/models/mappers.js.map +1 -0
  19. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  20. package/dist/browser/models/parameters.js.map +1 -0
  21. package/{dist-esm/src → dist/browser}/operations/customLocations.d.ts +3 -3
  22. package/dist/browser/operations/customLocations.d.ts.map +1 -0
  23. package/{dist-esm/src → dist/browser}/operations/customLocations.js +186 -203
  24. package/dist/browser/operations/customLocations.js.map +1 -0
  25. package/dist/browser/operations/index.d.ts +3 -0
  26. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  27. package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +2 -2
  28. package/dist/browser/operations/index.js.map +1 -0
  29. package/{dist-esm/src → dist/browser}/operations/resourceSyncRules.d.ts +3 -3
  30. package/dist/browser/operations/resourceSyncRules.d.ts.map +1 -0
  31. package/{dist-esm/src → dist/browser}/operations/resourceSyncRules.js +114 -116
  32. package/dist/browser/operations/resourceSyncRules.js.map +1 -0
  33. package/{dist-esm/src → dist/browser}/operationsInterfaces/customLocations.d.ts +1 -1
  34. package/dist/browser/operationsInterfaces/customLocations.d.ts.map +1 -0
  35. package/dist/browser/operationsInterfaces/customLocations.js.map +1 -0
  36. package/dist/browser/operationsInterfaces/index.d.ts +3 -0
  37. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  38. package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +2 -2
  39. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  40. package/{dist-esm/src → dist/browser}/operationsInterfaces/resourceSyncRules.d.ts +1 -1
  41. package/dist/browser/operationsInterfaces/resourceSyncRules.d.ts.map +1 -0
  42. package/dist/browser/operationsInterfaces/resourceSyncRules.js.map +1 -0
  43. package/dist/browser/package.json +3 -0
  44. package/dist/browser/pagingHelper.d.ts +13 -0
  45. package/dist/browser/pagingHelper.d.ts.map +1 -0
  46. package/dist/browser/pagingHelper.js +30 -0
  47. package/dist/browser/pagingHelper.js.map +1 -0
  48. package/dist/commonjs/customLocationsManagementClient.d.ts +21 -0
  49. package/dist/commonjs/customLocationsManagementClient.d.ts.map +1 -0
  50. package/dist/commonjs/customLocationsManagementClient.js +113 -0
  51. package/dist/commonjs/customLocationsManagementClient.js.map +1 -0
  52. package/dist/commonjs/index.d.ts +5 -0
  53. package/dist/commonjs/index.d.ts.map +1 -0
  54. package/dist/commonjs/index.js +19 -0
  55. package/dist/commonjs/index.js.map +1 -0
  56. package/dist/commonjs/lroImpl.d.ts +16 -0
  57. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  58. package/dist/commonjs/lroImpl.js +37 -0
  59. package/dist/commonjs/lroImpl.js.map +1 -0
  60. package/{types/arm-extendedlocation.d.ts → dist/commonjs/models/index.d.ts} +541 -781
  61. package/dist/commonjs/models/index.d.ts.map +1 -0
  62. package/dist/commonjs/models/index.js +37 -0
  63. package/dist/commonjs/models/index.js.map +1 -0
  64. package/dist/commonjs/models/mappers.d.ts +26 -0
  65. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  66. package/dist/commonjs/models/mappers.js +810 -0
  67. package/dist/commonjs/models/mappers.js.map +1 -0
  68. package/dist/commonjs/models/parameters.d.ts +27 -0
  69. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  70. package/dist/commonjs/models/parameters.js +188 -0
  71. package/dist/commonjs/models/parameters.js.map +1 -0
  72. package/dist/commonjs/operations/customLocations.d.ts +155 -0
  73. package/dist/commonjs/operations/customLocations.d.ts.map +1 -0
  74. package/dist/commonjs/operations/customLocations.js +704 -0
  75. package/dist/commonjs/operations/customLocations.js.map +1 -0
  76. package/dist/commonjs/operations/index.d.ts +3 -0
  77. package/dist/commonjs/operations/index.d.ts.map +1 -0
  78. package/dist/commonjs/operations/index.js +13 -0
  79. package/dist/commonjs/operations/index.js.map +1 -0
  80. package/dist/commonjs/operations/resourceSyncRules.d.ts +97 -0
  81. package/dist/commonjs/operations/resourceSyncRules.d.ts.map +1 -0
  82. package/dist/commonjs/operations/resourceSyncRules.js +403 -0
  83. package/dist/commonjs/operations/resourceSyncRules.js.map +1 -0
  84. package/dist/commonjs/operationsInterfaces/customLocations.d.ts +86 -0
  85. package/dist/commonjs/operationsInterfaces/customLocations.d.ts.map +1 -0
  86. package/dist/commonjs/operationsInterfaces/customLocations.js +10 -0
  87. package/dist/commonjs/operationsInterfaces/customLocations.js.map +1 -0
  88. package/dist/commonjs/operationsInterfaces/index.d.ts +3 -0
  89. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  90. package/dist/commonjs/operationsInterfaces/index.js +13 -0
  91. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  92. package/dist/commonjs/operationsInterfaces/resourceSyncRules.d.ts +71 -0
  93. package/dist/commonjs/operationsInterfaces/resourceSyncRules.d.ts.map +1 -0
  94. package/dist/commonjs/operationsInterfaces/resourceSyncRules.js +10 -0
  95. package/dist/commonjs/operationsInterfaces/resourceSyncRules.js.map +1 -0
  96. package/dist/commonjs/package.json +3 -0
  97. package/dist/commonjs/pagingHelper.d.ts +13 -0
  98. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  99. package/dist/commonjs/pagingHelper.js +34 -0
  100. package/dist/commonjs/pagingHelper.js.map +1 -0
  101. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  102. package/dist/esm/customLocationsManagementClient.d.ts +21 -0
  103. package/dist/esm/customLocationsManagementClient.d.ts.map +1 -0
  104. package/dist/esm/customLocationsManagementClient.js +108 -0
  105. package/dist/esm/customLocationsManagementClient.js.map +1 -0
  106. package/dist/esm/index.d.ts +5 -0
  107. package/dist/esm/index.d.ts.map +1 -0
  108. package/{src/index.ts → dist/esm/index.js} +5 -4
  109. package/dist/esm/index.js.map +1 -0
  110. package/dist/esm/lroImpl.d.ts +16 -0
  111. package/dist/esm/lroImpl.d.ts.map +1 -0
  112. package/dist/esm/lroImpl.js +33 -0
  113. package/dist/esm/lroImpl.js.map +1 -0
  114. package/dist/esm/models/index.d.ts +541 -0
  115. package/dist/esm/models/index.d.ts.map +1 -0
  116. package/dist/esm/models/index.js +34 -0
  117. package/dist/esm/models/index.js.map +1 -0
  118. package/dist/esm/models/mappers.d.ts +26 -0
  119. package/dist/esm/models/mappers.d.ts.map +1 -0
  120. package/dist/esm/models/mappers.js +807 -0
  121. package/dist/esm/models/mappers.js.map +1 -0
  122. package/dist/esm/models/parameters.d.ts +27 -0
  123. package/dist/esm/models/parameters.d.ts.map +1 -0
  124. package/dist/esm/models/parameters.js +185 -0
  125. package/dist/esm/models/parameters.js.map +1 -0
  126. package/dist/esm/operations/customLocations.d.ts +155 -0
  127. package/dist/esm/operations/customLocations.d.ts.map +1 -0
  128. package/dist/esm/operations/customLocations.js +699 -0
  129. package/dist/esm/operations/customLocations.js.map +1 -0
  130. package/dist/esm/operations/index.d.ts +3 -0
  131. package/dist/esm/operations/index.d.ts.map +1 -0
  132. package/dist/esm/operations/index.js +10 -0
  133. package/dist/esm/operations/index.js.map +1 -0
  134. package/dist/esm/operations/resourceSyncRules.d.ts +97 -0
  135. package/dist/esm/operations/resourceSyncRules.d.ts.map +1 -0
  136. package/dist/esm/operations/resourceSyncRules.js +398 -0
  137. package/dist/esm/operations/resourceSyncRules.js.map +1 -0
  138. package/dist/esm/operationsInterfaces/customLocations.d.ts +86 -0
  139. package/dist/esm/operationsInterfaces/customLocations.d.ts.map +1 -0
  140. package/{src/operations/index.ts → dist/esm/operationsInterfaces/customLocations.js} +2 -3
  141. package/dist/esm/operationsInterfaces/customLocations.js.map +1 -0
  142. package/dist/esm/operationsInterfaces/index.d.ts +3 -0
  143. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  144. package/dist/esm/operationsInterfaces/index.js +10 -0
  145. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  146. package/dist/esm/operationsInterfaces/resourceSyncRules.d.ts +71 -0
  147. package/dist/esm/operationsInterfaces/resourceSyncRules.d.ts.map +1 -0
  148. package/{src/operationsInterfaces/index.ts → dist/esm/operationsInterfaces/resourceSyncRules.js} +2 -3
  149. package/dist/esm/operationsInterfaces/resourceSyncRules.js.map +1 -0
  150. package/dist/esm/package.json +3 -0
  151. package/dist/esm/pagingHelper.d.ts +13 -0
  152. package/dist/esm/pagingHelper.d.ts.map +1 -0
  153. package/dist/esm/pagingHelper.js +30 -0
  154. package/dist/esm/pagingHelper.js.map +1 -0
  155. package/dist/react-native/customLocationsManagementClient.d.ts +21 -0
  156. package/dist/react-native/customLocationsManagementClient.d.ts.map +1 -0
  157. package/dist/react-native/customLocationsManagementClient.js +108 -0
  158. package/dist/react-native/customLocationsManagementClient.js.map +1 -0
  159. package/dist/react-native/index.d.ts +5 -0
  160. package/dist/react-native/index.d.ts.map +1 -0
  161. package/dist/react-native/index.js +13 -0
  162. package/dist/react-native/index.js.map +1 -0
  163. package/dist/react-native/lroImpl.d.ts +16 -0
  164. package/dist/react-native/lroImpl.d.ts.map +1 -0
  165. package/dist/react-native/lroImpl.js +33 -0
  166. package/dist/react-native/lroImpl.js.map +1 -0
  167. package/dist/react-native/models/index.d.ts +541 -0
  168. package/dist/react-native/models/index.d.ts.map +1 -0
  169. package/dist/react-native/models/index.js +34 -0
  170. package/dist/react-native/models/index.js.map +1 -0
  171. package/dist/react-native/models/mappers.d.ts +26 -0
  172. package/dist/react-native/models/mappers.d.ts.map +1 -0
  173. package/dist/react-native/models/mappers.js +807 -0
  174. package/dist/react-native/models/mappers.js.map +1 -0
  175. package/dist/react-native/models/parameters.d.ts +27 -0
  176. package/dist/react-native/models/parameters.d.ts.map +1 -0
  177. package/dist/react-native/models/parameters.js +185 -0
  178. package/dist/react-native/models/parameters.js.map +1 -0
  179. package/dist/react-native/operations/customLocations.d.ts +155 -0
  180. package/dist/react-native/operations/customLocations.d.ts.map +1 -0
  181. package/dist/react-native/operations/customLocations.js +699 -0
  182. package/dist/react-native/operations/customLocations.js.map +1 -0
  183. package/dist/react-native/operations/index.d.ts +3 -0
  184. package/dist/react-native/operations/index.d.ts.map +1 -0
  185. package/dist/react-native/operations/index.js +10 -0
  186. package/dist/react-native/operations/index.js.map +1 -0
  187. package/dist/react-native/operations/resourceSyncRules.d.ts +97 -0
  188. package/dist/react-native/operations/resourceSyncRules.d.ts.map +1 -0
  189. package/dist/react-native/operations/resourceSyncRules.js +398 -0
  190. package/dist/react-native/operations/resourceSyncRules.js.map +1 -0
  191. package/dist/react-native/operationsInterfaces/customLocations.d.ts +86 -0
  192. package/dist/react-native/operationsInterfaces/customLocations.d.ts.map +1 -0
  193. package/dist/react-native/operationsInterfaces/customLocations.js +9 -0
  194. package/dist/react-native/operationsInterfaces/customLocations.js.map +1 -0
  195. package/dist/react-native/operationsInterfaces/index.d.ts +3 -0
  196. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  197. package/dist/react-native/operationsInterfaces/index.js +10 -0
  198. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  199. package/dist/react-native/operationsInterfaces/resourceSyncRules.d.ts +71 -0
  200. package/dist/react-native/operationsInterfaces/resourceSyncRules.d.ts.map +1 -0
  201. package/dist/react-native/operationsInterfaces/resourceSyncRules.js +9 -0
  202. package/dist/react-native/operationsInterfaces/resourceSyncRules.js.map +1 -0
  203. package/dist/react-native/package.json +3 -0
  204. package/dist/react-native/pagingHelper.d.ts +13 -0
  205. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  206. package/dist/react-native/pagingHelper.js +30 -0
  207. package/dist/react-native/pagingHelper.js.map +1 -0
  208. package/package.json +88 -77
  209. package/review/{arm-extendedlocation.api.md → arm-extendedlocation-node.api.md} +3 -0
  210. package/dist/index.js +0 -2230
  211. package/dist/index.js.map +0 -1
  212. package/dist/index.min.js +0 -1
  213. package/dist/index.min.js.map +0 -1
  214. package/dist-esm/samples-dev/customLocationsCreateOrUpdateSample.d.ts +0 -2
  215. package/dist-esm/samples-dev/customLocationsCreateOrUpdateSample.d.ts.map +0 -1
  216. package/dist-esm/samples-dev/customLocationsCreateOrUpdateSample.js +0 -42
  217. package/dist-esm/samples-dev/customLocationsCreateOrUpdateSample.js.map +0 -1
  218. package/dist-esm/samples-dev/customLocationsDeleteSample.d.ts +0 -2
  219. package/dist-esm/samples-dev/customLocationsDeleteSample.d.ts.map +0 -1
  220. package/dist-esm/samples-dev/customLocationsDeleteSample.js +0 -31
  221. package/dist-esm/samples-dev/customLocationsDeleteSample.js.map +0 -1
  222. package/dist-esm/samples-dev/customLocationsFindTargetResourceGroupSample.d.ts +0 -2
  223. package/dist-esm/samples-dev/customLocationsFindTargetResourceGroupSample.d.ts.map +0 -1
  224. package/dist-esm/samples-dev/customLocationsFindTargetResourceGroupSample.js +0 -34
  225. package/dist-esm/samples-dev/customLocationsFindTargetResourceGroupSample.js.map +0 -1
  226. package/dist-esm/samples-dev/customLocationsGetSample.d.ts +0 -2
  227. package/dist-esm/samples-dev/customLocationsGetSample.d.ts.map +0 -1
  228. package/dist-esm/samples-dev/customLocationsGetSample.js +0 -31
  229. package/dist-esm/samples-dev/customLocationsGetSample.js.map +0 -1
  230. package/dist-esm/samples-dev/customLocationsListByResourceGroupSample.d.ts +0 -2
  231. package/dist-esm/samples-dev/customLocationsListByResourceGroupSample.d.ts.map +0 -1
  232. package/dist-esm/samples-dev/customLocationsListByResourceGroupSample.js +0 -44
  233. package/dist-esm/samples-dev/customLocationsListByResourceGroupSample.js.map +0 -1
  234. package/dist-esm/samples-dev/customLocationsListBySubscriptionSample.d.ts +0 -2
  235. package/dist-esm/samples-dev/customLocationsListBySubscriptionSample.d.ts.map +0 -1
  236. package/dist-esm/samples-dev/customLocationsListBySubscriptionSample.js +0 -43
  237. package/dist-esm/samples-dev/customLocationsListBySubscriptionSample.js.map +0 -1
  238. package/dist-esm/samples-dev/customLocationsListEnabledResourceTypesSample.d.ts +0 -2
  239. package/dist-esm/samples-dev/customLocationsListEnabledResourceTypesSample.d.ts.map +0 -1
  240. package/dist-esm/samples-dev/customLocationsListEnabledResourceTypesSample.js +0 -45
  241. package/dist-esm/samples-dev/customLocationsListEnabledResourceTypesSample.js.map +0 -1
  242. package/dist-esm/samples-dev/customLocationsListOperationsSample.d.ts +0 -2
  243. package/dist-esm/samples-dev/customLocationsListOperationsSample.d.ts.map +0 -1
  244. package/dist-esm/samples-dev/customLocationsListOperationsSample.js +0 -43
  245. package/dist-esm/samples-dev/customLocationsListOperationsSample.js.map +0 -1
  246. package/dist-esm/samples-dev/customLocationsUpdateSample.d.ts +0 -2
  247. package/dist-esm/samples-dev/customLocationsUpdateSample.d.ts.map +0 -1
  248. package/dist-esm/samples-dev/customLocationsUpdateSample.js +0 -34
  249. package/dist-esm/samples-dev/customLocationsUpdateSample.js.map +0 -1
  250. package/dist-esm/samples-dev/resourceSyncRulesCreateOrUpdateSample.d.ts +0 -2
  251. package/dist-esm/samples-dev/resourceSyncRulesCreateOrUpdateSample.d.ts.map +0 -1
  252. package/dist-esm/samples-dev/resourceSyncRulesCreateOrUpdateSample.js +0 -41
  253. package/dist-esm/samples-dev/resourceSyncRulesCreateOrUpdateSample.js.map +0 -1
  254. package/dist-esm/samples-dev/resourceSyncRulesDeleteSample.d.ts +0 -2
  255. package/dist-esm/samples-dev/resourceSyncRulesDeleteSample.d.ts.map +0 -1
  256. package/dist-esm/samples-dev/resourceSyncRulesDeleteSample.js +0 -32
  257. package/dist-esm/samples-dev/resourceSyncRulesDeleteSample.js.map +0 -1
  258. package/dist-esm/samples-dev/resourceSyncRulesGetSample.d.ts +0 -2
  259. package/dist-esm/samples-dev/resourceSyncRulesGetSample.d.ts.map +0 -1
  260. package/dist-esm/samples-dev/resourceSyncRulesGetSample.js +0 -32
  261. package/dist-esm/samples-dev/resourceSyncRulesGetSample.js.map +0 -1
  262. package/dist-esm/samples-dev/resourceSyncRulesListByCustomLocationIdSample.d.ts +0 -2
  263. package/dist-esm/samples-dev/resourceSyncRulesListByCustomLocationIdSample.d.ts.map +0 -1
  264. package/dist-esm/samples-dev/resourceSyncRulesListByCustomLocationIdSample.js +0 -45
  265. package/dist-esm/samples-dev/resourceSyncRulesListByCustomLocationIdSample.js.map +0 -1
  266. package/dist-esm/samples-dev/resourceSyncRulesUpdateSample.d.ts +0 -2
  267. package/dist-esm/samples-dev/resourceSyncRulesUpdateSample.d.ts.map +0 -1
  268. package/dist-esm/samples-dev/resourceSyncRulesUpdateSample.js +0 -34
  269. package/dist-esm/samples-dev/resourceSyncRulesUpdateSample.js.map +0 -1
  270. package/dist-esm/src/customLocationsManagementClient.d.ts.map +0 -1
  271. package/dist-esm/src/customLocationsManagementClient.js.map +0 -1
  272. package/dist-esm/src/index.d.ts +0 -5
  273. package/dist-esm/src/index.d.ts.map +0 -1
  274. package/dist-esm/src/index.js.map +0 -1
  275. package/dist-esm/src/lroImpl.js.map +0 -1
  276. package/dist-esm/src/models/index.js.map +0 -1
  277. package/dist-esm/src/models/mappers.js.map +0 -1
  278. package/dist-esm/src/models/parameters.js.map +0 -1
  279. package/dist-esm/src/operations/customLocations.d.ts.map +0 -1
  280. package/dist-esm/src/operations/customLocations.js.map +0 -1
  281. package/dist-esm/src/operations/index.d.ts +0 -3
  282. package/dist-esm/src/operations/index.js.map +0 -1
  283. package/dist-esm/src/operations/resourceSyncRules.d.ts.map +0 -1
  284. package/dist-esm/src/operations/resourceSyncRules.js.map +0 -1
  285. package/dist-esm/src/operationsInterfaces/customLocations.d.ts.map +0 -1
  286. package/dist-esm/src/operationsInterfaces/customLocations.js.map +0 -1
  287. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -3
  288. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  289. package/dist-esm/src/operationsInterfaces/resourceSyncRules.d.ts.map +0 -1
  290. package/dist-esm/src/operationsInterfaces/resourceSyncRules.js.map +0 -1
  291. package/dist-esm/test/sampleTest.d.ts +0 -2
  292. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  293. package/dist-esm/test/sampleTest.js +0 -38
  294. package/dist-esm/test/sampleTest.js.map +0 -1
  295. package/rollup.config.js +0 -122
  296. package/src/customLocationsManagementClient.ts +0 -136
  297. package/src/lroImpl.ts +0 -34
  298. package/src/models/index.ts +0 -606
  299. package/src/models/mappers.ts +0 -832
  300. package/src/models/parameters.ts +0 -225
  301. package/src/operations/customLocations.ts +0 -927
  302. package/src/operations/resourceSyncRules.ts +0 -562
  303. package/src/operationsInterfaces/customLocations.ts +0 -160
  304. package/src/operationsInterfaces/resourceSyncRules.ts +0 -136
  305. package/tsconfig.json +0 -33
  306. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  307. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  308. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  309. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  310. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  311. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  312. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  313. /package/{dist-esm/src → dist/browser}/operationsInterfaces/customLocations.js +0 -0
  314. /package/{dist-esm/src → dist/browser}/operationsInterfaces/resourceSyncRules.js +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resourceSyncRules.js","sourceRoot":"","sources":["../../../src/operations/resourceSyncRules.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 { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { ResourceSyncRules } 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 { CustomLocationsManagementClient } from \"../customLocationsManagementClient.js\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl.js\";\nimport {\n ResourceSyncRule,\n ResourceSyncRulesListByCustomLocationIDNextOptionalParams,\n ResourceSyncRulesListByCustomLocationIDOptionalParams,\n ResourceSyncRulesListByCustomLocationIDResponse,\n ResourceSyncRulesGetOptionalParams,\n ResourceSyncRulesGetResponse,\n ResourceSyncRulesCreateOrUpdateOptionalParams,\n ResourceSyncRulesCreateOrUpdateResponse,\n ResourceSyncRulesDeleteOptionalParams,\n ResourceSyncRulesUpdateOptionalParams,\n ResourceSyncRulesUpdateResponse,\n ResourceSyncRulesListByCustomLocationIDNextResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing ResourceSyncRules operations. */\nexport class ResourceSyncRulesImpl implements ResourceSyncRules {\n private readonly client: CustomLocationsManagementClient;\n\n /**\n * Initialize a new instance of the class ResourceSyncRules class.\n * @param client Reference to the service client\n */\n constructor(client: CustomLocationsManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets a list of Resource Sync Rules in the specified subscription. The operation returns properties\n * of each Resource Sync Rule\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName Custom Locations name.\n * @param options The options parameters.\n */\n public listByCustomLocationID(\n resourceGroupName: string,\n resourceName: string,\n options?: ResourceSyncRulesListByCustomLocationIDOptionalParams\n ): PagedAsyncIterableIterator<ResourceSyncRule> {\n const iter = this.listByCustomLocationIDPagingAll(\n resourceGroupName,\n resourceName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByCustomLocationIDPagingPage(\n resourceGroupName,\n resourceName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listByCustomLocationIDPagingPage(\n resourceGroupName: string,\n resourceName: string,\n options?: ResourceSyncRulesListByCustomLocationIDOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<ResourceSyncRule[]> {\n let result: ResourceSyncRulesListByCustomLocationIDResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByCustomLocationID(\n resourceGroupName,\n resourceName,\n options\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByCustomLocationIDNext(\n resourceGroupName,\n resourceName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByCustomLocationIDPagingAll(\n resourceGroupName: string,\n resourceName: string,\n options?: ResourceSyncRulesListByCustomLocationIDOptionalParams\n ): AsyncIterableIterator<ResourceSyncRule> {\n for await (const page of this.listByCustomLocationIDPagingPage(\n resourceGroupName,\n resourceName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Gets a list of Resource Sync Rules in the specified subscription. The operation returns properties\n * of each Resource Sync Rule\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName Custom Locations name.\n * @param options The options parameters.\n */\n private _listByCustomLocationID(\n resourceGroupName: string,\n resourceName: string,\n options?: ResourceSyncRulesListByCustomLocationIDOptionalParams\n ): Promise<ResourceSyncRulesListByCustomLocationIDResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, resourceName, options },\n listByCustomLocationIDOperationSpec\n );\n }\n\n /**\n * Gets the details of the resourceSyncRule with a specified resource group, subscription id Custom\n * Location resource name and Resource Sync Rule name.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName Custom Locations name.\n * @param childResourceName Resource Sync Rule name.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n resourceName: string,\n childResourceName: string,\n options?: ResourceSyncRulesGetOptionalParams\n ): Promise<ResourceSyncRulesGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, resourceName, childResourceName, options },\n getOperationSpec\n );\n }\n\n /**\n * Creates or updates a Resource Sync Rule in the parent Custom Location, Subscription Id and Resource\n * Group\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName Custom Locations name.\n * @param childResourceName Resource Sync Rule name.\n * @param parameters Parameters supplied to create or update a Resource Sync Rule.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n resourceName: string,\n childResourceName: string,\n parameters: ResourceSyncRule,\n options?: ResourceSyncRulesCreateOrUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<ResourceSyncRulesCreateOrUpdateResponse>,\n ResourceSyncRulesCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<ResourceSyncRulesCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n {\n resourceGroupName,\n resourceName,\n childResourceName,\n parameters,\n options\n },\n createOrUpdateOperationSpec\n );\n const poller = new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n lroResourceLocationConfig: \"azure-async-operation\"\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Creates or updates a Resource Sync Rule in the parent Custom Location, Subscription Id and Resource\n * Group\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName Custom Locations name.\n * @param childResourceName Resource Sync Rule name.\n * @param parameters Parameters supplied to create or update a Resource Sync Rule.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n resourceName: string,\n childResourceName: string,\n parameters: ResourceSyncRule,\n options?: ResourceSyncRulesCreateOrUpdateOptionalParams\n ): Promise<ResourceSyncRulesCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n resourceName,\n childResourceName,\n parameters,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Deletes the Resource Sync Rule with the specified Resource Sync Rule Name, Custom Location Resource\n * Name, Resource Group, and Subscription Id.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName Custom Locations name.\n * @param childResourceName Resource Sync Rule name.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n resourceName: string,\n childResourceName: string,\n options?: ResourceSyncRulesDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, resourceName, childResourceName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Updates a Resource Sync Rule with the specified Resource Sync Rule name in the specified Resource\n * Group, Subscription and Custom Location name.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName Custom Locations name.\n * @param childResourceName Resource Sync Rule name.\n * @param options The options parameters.\n */\n async beginUpdate(\n resourceGroupName: string,\n resourceName: string,\n childResourceName: string,\n options?: ResourceSyncRulesUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<ResourceSyncRulesUpdateResponse>,\n ResourceSyncRulesUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<ResourceSyncRulesUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, resourceName, childResourceName, options },\n updateOperationSpec\n );\n const poller = new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n lroResourceLocationConfig: \"azure-async-operation\"\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Updates a Resource Sync Rule with the specified Resource Sync Rule name in the specified Resource\n * Group, Subscription and Custom Location name.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName Custom Locations name.\n * @param childResourceName Resource Sync Rule name.\n * @param options The options parameters.\n */\n async beginUpdateAndWait(\n resourceGroupName: string,\n resourceName: string,\n childResourceName: string,\n options?: ResourceSyncRulesUpdateOptionalParams\n ): Promise<ResourceSyncRulesUpdateResponse> {\n const poller = await this.beginUpdate(\n resourceGroupName,\n resourceName,\n childResourceName,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * ListByCustomLocationIDNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName Custom Locations name.\n * @param nextLink The nextLink from the previous successful call to the ListByCustomLocationID method.\n * @param options The options parameters.\n */\n private _listByCustomLocationIDNext(\n resourceGroupName: string,\n resourceName: string,\n nextLink: string,\n options?: ResourceSyncRulesListByCustomLocationIDNextOptionalParams\n ): Promise<ResourceSyncRulesListByCustomLocationIDNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, resourceName, nextLink, options },\n listByCustomLocationIDNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByCustomLocationIDOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ExtendedLocation/customLocations/{resourceName}/resourceSyncRules\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ResourceSyncRuleListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ExtendedLocation/customLocations/{resourceName}/resourceSyncRules/{childResourceName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ResourceSyncRule\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.childResourceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ExtendedLocation/customLocations/{resourceName}/resourceSyncRules/{childResourceName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.ResourceSyncRule\n },\n 201: {\n bodyMapper: Mappers.ResourceSyncRule\n },\n 202: {\n bodyMapper: Mappers.ResourceSyncRule\n },\n 204: {\n bodyMapper: Mappers.ResourceSyncRule\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters3,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.childResourceName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ExtendedLocation/customLocations/{resourceName}/resourceSyncRules/{childResourceName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.childResourceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ExtendedLocation/customLocations/{resourceName}/resourceSyncRules/{childResourceName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.ResourceSyncRule\n },\n 201: {\n bodyMapper: Mappers.ResourceSyncRule\n },\n 202: {\n bodyMapper: Mappers.ResourceSyncRule\n },\n 204: {\n bodyMapper: Mappers.ResourceSyncRule\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: {\n parameterPath: {\n tags: [\"options\", \"tags\"],\n priority: [\"options\", \"priority\"],\n selector: [\"options\", \"selector\"],\n targetResourceGroup: [\"options\", \"targetResourceGroup\"]\n },\n mapper: { ...Mappers.PatchableResourceSyncRule, required: true }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.childResourceName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listByCustomLocationIDNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ResourceSyncRuleListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
@@ -0,0 +1,86 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { PollerLike, PollOperationState } from "@azure/core-lro";
3
+ import { CustomLocationOperation, CustomLocationsListOperationsOptionalParams, CustomLocation, CustomLocationsListBySubscriptionOptionalParams, CustomLocationsListByResourceGroupOptionalParams, EnabledResourceType, CustomLocationsListEnabledResourceTypesOptionalParams, CustomLocationsGetOptionalParams, CustomLocationsGetResponse, CustomLocationsCreateOrUpdateOptionalParams, CustomLocationsCreateOrUpdateResponse, CustomLocationsDeleteOptionalParams, CustomLocationsUpdateOptionalParams, CustomLocationsUpdateResponse, CustomLocationFindTargetResourceGroupProperties, CustomLocationsFindTargetResourceGroupOptionalParams, CustomLocationsFindTargetResourceGroupResponse } from "../models/index.js";
4
+ /** Interface representing a CustomLocations. */
5
+ export interface CustomLocations {
6
+ /**
7
+ * Lists all available Custom Locations operations.
8
+ * @param options The options parameters.
9
+ */
10
+ listOperations(options?: CustomLocationsListOperationsOptionalParams): PagedAsyncIterableIterator<CustomLocationOperation>;
11
+ /**
12
+ * Gets a list of Custom Locations in the specified subscription. The operation returns properties of
13
+ * each Custom Location
14
+ * @param options The options parameters.
15
+ */
16
+ listBySubscription(options?: CustomLocationsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<CustomLocation>;
17
+ /**
18
+ * Gets a list of Custom Locations in the specified subscription and resource group. The operation
19
+ * returns properties of each Custom Location.
20
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
21
+ * @param options The options parameters.
22
+ */
23
+ listByResourceGroup(resourceGroupName: string, options?: CustomLocationsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<CustomLocation>;
24
+ /**
25
+ * Gets the list of the Enabled Resource Types.
26
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
27
+ * @param resourceName Custom Locations name.
28
+ * @param options The options parameters.
29
+ */
30
+ listEnabledResourceTypes(resourceGroupName: string, resourceName: string, options?: CustomLocationsListEnabledResourceTypesOptionalParams): PagedAsyncIterableIterator<EnabledResourceType>;
31
+ /**
32
+ * Gets the details of the customLocation with a specified resource group and name.
33
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
34
+ * @param resourceName Custom Locations name.
35
+ * @param options The options parameters.
36
+ */
37
+ get(resourceGroupName: string, resourceName: string, options?: CustomLocationsGetOptionalParams): Promise<CustomLocationsGetResponse>;
38
+ /**
39
+ * Creates or updates a Custom Location in the specified Subscription and Resource Group
40
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
41
+ * @param resourceName Custom Locations name.
42
+ * @param parameters Parameters supplied to create or update a Custom Location.
43
+ * @param options The options parameters.
44
+ */
45
+ beginCreateOrUpdate(resourceGroupName: string, resourceName: string, parameters: CustomLocation, options?: CustomLocationsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<CustomLocationsCreateOrUpdateResponse>, CustomLocationsCreateOrUpdateResponse>>;
46
+ /**
47
+ * Creates or updates a Custom Location in the specified Subscription and Resource Group
48
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
49
+ * @param resourceName Custom Locations name.
50
+ * @param parameters Parameters supplied to create or update a Custom Location.
51
+ * @param options The options parameters.
52
+ */
53
+ beginCreateOrUpdateAndWait(resourceGroupName: string, resourceName: string, parameters: CustomLocation, options?: CustomLocationsCreateOrUpdateOptionalParams): Promise<CustomLocationsCreateOrUpdateResponse>;
54
+ /**
55
+ * Deletes the Custom Location with the specified Resource Name, Resource Group, and Subscription Id.
56
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
57
+ * @param resourceName Custom Locations name.
58
+ * @param options The options parameters.
59
+ */
60
+ beginDelete(resourceGroupName: string, resourceName: string, options?: CustomLocationsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
61
+ /**
62
+ * Deletes the Custom Location with the specified Resource Name, Resource Group, and Subscription Id.
63
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
64
+ * @param resourceName Custom Locations name.
65
+ * @param options The options parameters.
66
+ */
67
+ beginDeleteAndWait(resourceGroupName: string, resourceName: string, options?: CustomLocationsDeleteOptionalParams): Promise<void>;
68
+ /**
69
+ * Updates a Custom Location with the specified Resource Name in the specified Resource Group and
70
+ * Subscription.
71
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
72
+ * @param resourceName Custom Locations name.
73
+ * @param options The options parameters.
74
+ */
75
+ update(resourceGroupName: string, resourceName: string, options?: CustomLocationsUpdateOptionalParams): Promise<CustomLocationsUpdateResponse>;
76
+ /**
77
+ * Returns the target resource group associated with the resource sync rules of the Custom Location
78
+ * that match the rules passed in with the Find Target Resource Group Request.
79
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
80
+ * @param resourceName Custom Locations name.
81
+ * @param parameters Parameters of the find target resource group request.
82
+ * @param options The options parameters.
83
+ */
84
+ findTargetResourceGroup(resourceGroupName: string, resourceName: string, parameters: CustomLocationFindTargetResourceGroupProperties, options?: CustomLocationsFindTargetResourceGroupOptionalParams): Promise<CustomLocationsFindTargetResourceGroupResponse>;
85
+ }
86
+ //# sourceMappingURL=customLocations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"customLocations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/customLocations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACjE,OAAO,EACL,uBAAuB,EACvB,2CAA2C,EAC3C,cAAc,EACd,+CAA+C,EAC/C,gDAAgD,EAChD,mBAAmB,EACnB,qDAAqD,EACrD,gCAAgC,EAChC,0BAA0B,EAC1B,2CAA2C,EAC3C,qCAAqC,EACrC,mCAAmC,EACnC,mCAAmC,EACnC,6BAA6B,EAC7B,+CAA+C,EAC/C,oDAAoD,EACpD,8CAA8C,EAC/C,MAAM,oBAAoB,CAAC;AAG5B,gDAAgD;AAChD,MAAM,WAAW,eAAe;IAC9B;;;OAGG;IACH,cAAc,CACZ,OAAO,CAAC,EAAE,2CAA2C,GACpD,0BAA0B,CAAC,uBAAuB,CAAC,CAAC;IACvD;;;;OAIG;IACH,kBAAkB,CAChB,OAAO,CAAC,EAAE,+CAA+C,GACxD,0BAA0B,CAAC,cAAc,CAAC,CAAC;IAC9C;;;;;OAKG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,gDAAgD,GACzD,0BAA0B,CAAC,cAAc,CAAC,CAAC;IAC9C;;;;;OAKG;IACH,wBAAwB,CACtB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,qDAAqD,GAC9D,0BAA0B,CAAC,mBAAmB,CAAC,CAAC;IACnD;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC,CAAC;IACvC;;;;;;OAMG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,cAAc,EAC1B,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CACR,UAAU,CACR,kBAAkB,CAAC,qCAAqC,CAAC,EACzD,qCAAqC,CACtC,CACF,CAAC;IACF;;;;;;OAMG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,cAAc,EAC1B,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC,CAAC;IAClD;;;;;OAKG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,UAAU,CAAC,kBAAkB,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACvD;;;;;OAKG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,6BAA6B,CAAC,CAAC;IAC1C;;;;;;;OAOG;IACH,uBAAuB,CACrB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,+CAA+C,EAC3D,OAAO,CAAC,EAAE,oDAAoD,GAC7D,OAAO,CAAC,8CAA8C,CAAC,CAAC;CAC5D"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=customLocations.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"customLocations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/customLocations.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 { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { PollerLike, PollOperationState } from \"@azure/core-lro\";\nimport {\n CustomLocationOperation,\n CustomLocationsListOperationsOptionalParams,\n CustomLocation,\n CustomLocationsListBySubscriptionOptionalParams,\n CustomLocationsListByResourceGroupOptionalParams,\n EnabledResourceType,\n CustomLocationsListEnabledResourceTypesOptionalParams,\n CustomLocationsGetOptionalParams,\n CustomLocationsGetResponse,\n CustomLocationsCreateOrUpdateOptionalParams,\n CustomLocationsCreateOrUpdateResponse,\n CustomLocationsDeleteOptionalParams,\n CustomLocationsUpdateOptionalParams,\n CustomLocationsUpdateResponse,\n CustomLocationFindTargetResourceGroupProperties,\n CustomLocationsFindTargetResourceGroupOptionalParams,\n CustomLocationsFindTargetResourceGroupResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a CustomLocations. */\nexport interface CustomLocations {\n /**\n * Lists all available Custom Locations operations.\n * @param options The options parameters.\n */\n listOperations(\n options?: CustomLocationsListOperationsOptionalParams\n ): PagedAsyncIterableIterator<CustomLocationOperation>;\n /**\n * Gets a list of Custom Locations in the specified subscription. The operation returns properties of\n * each Custom Location\n * @param options The options parameters.\n */\n listBySubscription(\n options?: CustomLocationsListBySubscriptionOptionalParams\n ): PagedAsyncIterableIterator<CustomLocation>;\n /**\n * Gets a list of Custom Locations in the specified subscription and resource group. The operation\n * returns properties of each Custom Location.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: CustomLocationsListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<CustomLocation>;\n /**\n * Gets the list of the Enabled Resource Types.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName Custom Locations name.\n * @param options The options parameters.\n */\n listEnabledResourceTypes(\n resourceGroupName: string,\n resourceName: string,\n options?: CustomLocationsListEnabledResourceTypesOptionalParams\n ): PagedAsyncIterableIterator<EnabledResourceType>;\n /**\n * Gets the details of the customLocation with a specified resource group and name.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName Custom Locations name.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n resourceName: string,\n options?: CustomLocationsGetOptionalParams\n ): Promise<CustomLocationsGetResponse>;\n /**\n * Creates or updates a Custom Location in the specified Subscription and Resource Group\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName Custom Locations name.\n * @param parameters Parameters supplied to create or update a Custom Location.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n resourceName: string,\n parameters: CustomLocation,\n options?: CustomLocationsCreateOrUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<CustomLocationsCreateOrUpdateResponse>,\n CustomLocationsCreateOrUpdateResponse\n >\n >;\n /**\n * Creates or updates a Custom Location in the specified Subscription and Resource Group\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName Custom Locations name.\n * @param parameters Parameters supplied to create or update a Custom Location.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n resourceName: string,\n parameters: CustomLocation,\n options?: CustomLocationsCreateOrUpdateOptionalParams\n ): Promise<CustomLocationsCreateOrUpdateResponse>;\n /**\n * Deletes the Custom Location with the specified Resource Name, Resource Group, and Subscription Id.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName Custom Locations name.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n resourceName: string,\n options?: CustomLocationsDeleteOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>>;\n /**\n * Deletes the Custom Location with the specified Resource Name, Resource Group, and Subscription Id.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName Custom Locations name.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n resourceName: string,\n options?: CustomLocationsDeleteOptionalParams\n ): Promise<void>;\n /**\n * Updates a Custom Location with the specified Resource Name in the specified Resource Group and\n * Subscription.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName Custom Locations name.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n resourceName: string,\n options?: CustomLocationsUpdateOptionalParams\n ): Promise<CustomLocationsUpdateResponse>;\n /**\n * Returns the target resource group associated with the resource sync rules of the Custom Location\n * that match the rules passed in with the Find Target Resource Group Request.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName Custom Locations name.\n * @param parameters Parameters of the find target resource group request.\n * @param options The options parameters.\n */\n findTargetResourceGroup(\n resourceGroupName: string,\n resourceName: string,\n parameters: CustomLocationFindTargetResourceGroupProperties,\n options?: CustomLocationsFindTargetResourceGroupOptionalParams\n ): Promise<CustomLocationsFindTargetResourceGroupResponse>;\n}\n"]}
@@ -0,0 +1,3 @@
1
+ export * from "./customLocations.js";
2
+ export * from "./resourceSyncRules.js";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,sBAAsB,CAAC;AACrC,cAAc,wBAAwB,CAAC"}
@@ -0,0 +1,10 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export * from "./customLocations.js";
9
+ export * from "./resourceSyncRules.js";
10
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,sBAAsB,CAAC;AACrC,cAAc,wBAAwB,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 \"./customLocations.js\";\nexport * from \"./resourceSyncRules.js\";\n"]}
@@ -0,0 +1,71 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { PollerLike, PollOperationState } from "@azure/core-lro";
3
+ import { ResourceSyncRule, ResourceSyncRulesListByCustomLocationIDOptionalParams, ResourceSyncRulesGetOptionalParams, ResourceSyncRulesGetResponse, ResourceSyncRulesCreateOrUpdateOptionalParams, ResourceSyncRulesCreateOrUpdateResponse, ResourceSyncRulesDeleteOptionalParams, ResourceSyncRulesUpdateOptionalParams, ResourceSyncRulesUpdateResponse } from "../models/index.js";
4
+ /** Interface representing a ResourceSyncRules. */
5
+ export interface ResourceSyncRules {
6
+ /**
7
+ * Gets a list of Resource Sync Rules in the specified subscription. The operation returns properties
8
+ * of each Resource Sync Rule
9
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
10
+ * @param resourceName Custom Locations name.
11
+ * @param options The options parameters.
12
+ */
13
+ listByCustomLocationID(resourceGroupName: string, resourceName: string, options?: ResourceSyncRulesListByCustomLocationIDOptionalParams): PagedAsyncIterableIterator<ResourceSyncRule>;
14
+ /**
15
+ * Gets the details of the resourceSyncRule with a specified resource group, subscription id Custom
16
+ * Location resource name and Resource Sync Rule name.
17
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
18
+ * @param resourceName Custom Locations name.
19
+ * @param childResourceName Resource Sync Rule name.
20
+ * @param options The options parameters.
21
+ */
22
+ get(resourceGroupName: string, resourceName: string, childResourceName: string, options?: ResourceSyncRulesGetOptionalParams): Promise<ResourceSyncRulesGetResponse>;
23
+ /**
24
+ * Creates or updates a Resource Sync Rule in the parent Custom Location, Subscription Id and Resource
25
+ * Group
26
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
27
+ * @param resourceName Custom Locations name.
28
+ * @param childResourceName Resource Sync Rule name.
29
+ * @param parameters Parameters supplied to create or update a Resource Sync Rule.
30
+ * @param options The options parameters.
31
+ */
32
+ beginCreateOrUpdate(resourceGroupName: string, resourceName: string, childResourceName: string, parameters: ResourceSyncRule, options?: ResourceSyncRulesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<ResourceSyncRulesCreateOrUpdateResponse>, ResourceSyncRulesCreateOrUpdateResponse>>;
33
+ /**
34
+ * Creates or updates a Resource Sync Rule in the parent Custom Location, Subscription Id and Resource
35
+ * Group
36
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
37
+ * @param resourceName Custom Locations name.
38
+ * @param childResourceName Resource Sync Rule name.
39
+ * @param parameters Parameters supplied to create or update a Resource Sync Rule.
40
+ * @param options The options parameters.
41
+ */
42
+ beginCreateOrUpdateAndWait(resourceGroupName: string, resourceName: string, childResourceName: string, parameters: ResourceSyncRule, options?: ResourceSyncRulesCreateOrUpdateOptionalParams): Promise<ResourceSyncRulesCreateOrUpdateResponse>;
43
+ /**
44
+ * Deletes the Resource Sync Rule with the specified Resource Sync Rule Name, Custom Location Resource
45
+ * Name, Resource Group, and Subscription Id.
46
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
47
+ * @param resourceName Custom Locations name.
48
+ * @param childResourceName Resource Sync Rule name.
49
+ * @param options The options parameters.
50
+ */
51
+ delete(resourceGroupName: string, resourceName: string, childResourceName: string, options?: ResourceSyncRulesDeleteOptionalParams): Promise<void>;
52
+ /**
53
+ * Updates a Resource Sync Rule with the specified Resource Sync Rule name in the specified Resource
54
+ * Group, Subscription and Custom Location name.
55
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
56
+ * @param resourceName Custom Locations name.
57
+ * @param childResourceName Resource Sync Rule name.
58
+ * @param options The options parameters.
59
+ */
60
+ beginUpdate(resourceGroupName: string, resourceName: string, childResourceName: string, options?: ResourceSyncRulesUpdateOptionalParams): Promise<PollerLike<PollOperationState<ResourceSyncRulesUpdateResponse>, ResourceSyncRulesUpdateResponse>>;
61
+ /**
62
+ * Updates a Resource Sync Rule with the specified Resource Sync Rule name in the specified Resource
63
+ * Group, Subscription and Custom Location name.
64
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
65
+ * @param resourceName Custom Locations name.
66
+ * @param childResourceName Resource Sync Rule name.
67
+ * @param options The options parameters.
68
+ */
69
+ beginUpdateAndWait(resourceGroupName: string, resourceName: string, childResourceName: string, options?: ResourceSyncRulesUpdateOptionalParams): Promise<ResourceSyncRulesUpdateResponse>;
70
+ }
71
+ //# sourceMappingURL=resourceSyncRules.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resourceSyncRules.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/resourceSyncRules.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACjE,OAAO,EACL,gBAAgB,EAChB,qDAAqD,EACrD,kCAAkC,EAClC,4BAA4B,EAC5B,6CAA6C,EAC7C,uCAAuC,EACvC,qCAAqC,EACrC,qCAAqC,EACrC,+BAA+B,EAChC,MAAM,oBAAoB,CAAC;AAG5B,kDAAkD;AAClD,MAAM,WAAW,iBAAiB;IAChC;;;;;;OAMG;IACH,sBAAsB,CACpB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,qDAAqD,GAC9D,0BAA0B,CAAC,gBAAgB,CAAC,CAAC;IAChD;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC,CAAC;IACzC;;;;;;;;OAQG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,gBAAgB,EAC5B,OAAO,CAAC,EAAE,6CAA6C,GACtD,OAAO,CACR,UAAU,CACR,kBAAkB,CAAC,uCAAuC,CAAC,EAC3D,uCAAuC,CACxC,CACF,CAAC;IACF;;;;;;;;OAQG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,gBAAgB,EAC5B,OAAO,CAAC,EAAE,6CAA6C,GACtD,OAAO,CAAC,uCAAuC,CAAC,CAAC;IACpD;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CACR,UAAU,CACR,kBAAkB,CAAC,+BAA+B,CAAC,EACnD,+BAA+B,CAChC,CACF,CAAC;IACF;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC,CAAC;CAC7C"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=resourceSyncRules.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resourceSyncRules.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/resourceSyncRules.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 { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { PollerLike, PollOperationState } from \"@azure/core-lro\";\nimport {\n ResourceSyncRule,\n ResourceSyncRulesListByCustomLocationIDOptionalParams,\n ResourceSyncRulesGetOptionalParams,\n ResourceSyncRulesGetResponse,\n ResourceSyncRulesCreateOrUpdateOptionalParams,\n ResourceSyncRulesCreateOrUpdateResponse,\n ResourceSyncRulesDeleteOptionalParams,\n ResourceSyncRulesUpdateOptionalParams,\n ResourceSyncRulesUpdateResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a ResourceSyncRules. */\nexport interface ResourceSyncRules {\n /**\n * Gets a list of Resource Sync Rules in the specified subscription. The operation returns properties\n * of each Resource Sync Rule\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName Custom Locations name.\n * @param options The options parameters.\n */\n listByCustomLocationID(\n resourceGroupName: string,\n resourceName: string,\n options?: ResourceSyncRulesListByCustomLocationIDOptionalParams\n ): PagedAsyncIterableIterator<ResourceSyncRule>;\n /**\n * Gets the details of the resourceSyncRule with a specified resource group, subscription id Custom\n * Location resource name and Resource Sync Rule name.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName Custom Locations name.\n * @param childResourceName Resource Sync Rule name.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n resourceName: string,\n childResourceName: string,\n options?: ResourceSyncRulesGetOptionalParams\n ): Promise<ResourceSyncRulesGetResponse>;\n /**\n * Creates or updates a Resource Sync Rule in the parent Custom Location, Subscription Id and Resource\n * Group\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName Custom Locations name.\n * @param childResourceName Resource Sync Rule name.\n * @param parameters Parameters supplied to create or update a Resource Sync Rule.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n resourceName: string,\n childResourceName: string,\n parameters: ResourceSyncRule,\n options?: ResourceSyncRulesCreateOrUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<ResourceSyncRulesCreateOrUpdateResponse>,\n ResourceSyncRulesCreateOrUpdateResponse\n >\n >;\n /**\n * Creates or updates a Resource Sync Rule in the parent Custom Location, Subscription Id and Resource\n * Group\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName Custom Locations name.\n * @param childResourceName Resource Sync Rule name.\n * @param parameters Parameters supplied to create or update a Resource Sync Rule.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n resourceName: string,\n childResourceName: string,\n parameters: ResourceSyncRule,\n options?: ResourceSyncRulesCreateOrUpdateOptionalParams\n ): Promise<ResourceSyncRulesCreateOrUpdateResponse>;\n /**\n * Deletes the Resource Sync Rule with the specified Resource Sync Rule Name, Custom Location Resource\n * Name, Resource Group, and Subscription Id.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName Custom Locations name.\n * @param childResourceName Resource Sync Rule name.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n resourceName: string,\n childResourceName: string,\n options?: ResourceSyncRulesDeleteOptionalParams\n ): Promise<void>;\n /**\n * Updates a Resource Sync Rule with the specified Resource Sync Rule name in the specified Resource\n * Group, Subscription and Custom Location name.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName Custom Locations name.\n * @param childResourceName Resource Sync Rule name.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n resourceName: string,\n childResourceName: string,\n options?: ResourceSyncRulesUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<ResourceSyncRulesUpdateResponse>,\n ResourceSyncRulesUpdateResponse\n >\n >;\n /**\n * Updates a Resource Sync Rule with the specified Resource Sync Rule name in the specified Resource\n * Group, Subscription and Custom Location name.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName Custom Locations name.\n * @param childResourceName Resource Sync Rule name.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n resourceName: string,\n childResourceName: string,\n options?: ResourceSyncRulesUpdateOptionalParams\n ): Promise<ResourceSyncRulesUpdateResponse>;\n}\n"]}
@@ -0,0 +1,3 @@
1
+ {
2
+ "type": "module"
3
+ }
@@ -0,0 +1,13 @@
1
+ export interface PageInfo {
2
+ continuationToken?: string;
3
+ }
4
+ /**
5
+ * Given the last `.value` produced by the `byPage` iterator,
6
+ * returns a continuation token that can be used to begin paging from
7
+ * that point later.
8
+ * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
9
+ * @returns The continuation token that can be passed into byPage() during future calls.
10
+ */
11
+ export declare function getContinuationToken(page: unknown): string | undefined;
12
+ export declare function setContinuationToken(page: unknown, continuationToken: string | undefined): void;
13
+ //# sourceMappingURL=pagingHelper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pagingHelper.d.ts","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":"AAQA,MAAM,WAAW,QAAQ;IACvB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAID;;;;;;GAMG;AACH,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,CAKtE;AAED,wBAAgB,oBAAoB,CAClC,IAAI,EAAE,OAAO,EACb,iBAAiB,EAAE,MAAM,GAAG,SAAS,GACpC,IAAI,CAON"}
@@ -0,0 +1,30 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ const pageMap = new WeakMap();
9
+ /**
10
+ * Given the last `.value` produced by the `byPage` iterator,
11
+ * returns a continuation token that can be used to begin paging from
12
+ * that point later.
13
+ * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
14
+ * @returns The continuation token that can be passed into byPage() during future calls.
15
+ */
16
+ export function getContinuationToken(page) {
17
+ if (typeof page !== "object" || page === null) {
18
+ return undefined;
19
+ }
20
+ return pageMap.get(page)?.continuationToken;
21
+ }
22
+ export function setContinuationToken(page, continuationToken) {
23
+ if (typeof page !== "object" || page === null || !continuationToken) {
24
+ return;
25
+ }
26
+ const pageInfo = pageMap.get(page) ?? {};
27
+ pageInfo.continuationToken = continuationToken;
28
+ pageMap.set(page, pageInfo);
29
+ }
30
+ //# sourceMappingURL=pagingHelper.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pagingHelper.js","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAMH,MAAM,OAAO,GAAG,IAAI,OAAO,EAAoB,CAAC;AAEhD;;;;;;GAMG;AACH,MAAM,UAAU,oBAAoB,CAAC,IAAa;IAChD,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,EAAE,CAAC;QAC9C,OAAO,SAAS,CAAC;IACnB,CAAC;IACD,OAAO,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE,iBAAiB,CAAC;AAC9C,CAAC;AAED,MAAM,UAAU,oBAAoB,CAClC,IAAa,EACb,iBAAqC;IAErC,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,IAAI,CAAC,iBAAiB,EAAE,CAAC;QACpE,OAAO;IACT,CAAC;IACD,MAAM,QAAQ,GAAG,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC;IACzC,QAAQ,CAAC,iBAAiB,GAAG,iBAAiB,CAAC;IAC/C,OAAO,CAAC,GAAG,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC;AAC9B,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 interface PageInfo {\n continuationToken?: string;\n}\n\nconst pageMap = new WeakMap<object, PageInfo>();\n\n/**\n * Given the last `.value` produced by the `byPage` iterator,\n * returns a continuation token that can be used to begin paging from\n * that point later.\n * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.\n * @returns The continuation token that can be passed into byPage() during future calls.\n */\nexport function getContinuationToken(page: unknown): string | undefined {\n if (typeof page !== \"object\" || page === null) {\n return undefined;\n }\n return pageMap.get(page)?.continuationToken;\n}\n\nexport function setContinuationToken(\n page: unknown,\n continuationToken: string | undefined\n): void {\n if (typeof page !== \"object\" || page === null || !continuationToken) {\n return;\n }\n const pageInfo = pageMap.get(page) ?? {};\n pageInfo.continuationToken = continuationToken;\n pageMap.set(page, pageInfo);\n}\n"]}
package/package.json CHANGED
@@ -3,103 +3,57 @@
3
3
  "sdk-type": "mgmt",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "A generated SDK for CustomLocationsManagementClient.",
6
- "version": "1.0.0-beta.2",
6
+ "version": "1.0.0-beta.4",
7
7
  "engines": {
8
- "node": ">=12.0.0"
8
+ "node": ">=20.0.0"
9
9
  },
10
10
  "dependencies": {
11
+ "@azure/abort-controller": "^2.1.2",
12
+ "@azure/core-auth": "^1.9.0",
13
+ "@azure/core-client": "^1.9.2",
11
14
  "@azure/core-lro": "^2.2.0",
12
- "@azure/abort-controller": "^1.0.0",
13
- "@azure/core-paging": "^1.2.0",
14
- "@azure/core-client": "^1.5.0",
15
- "@azure/core-auth": "^1.3.0",
16
- "@azure/core-rest-pipeline": "^1.8.0",
17
- "tslib": "^2.2.0"
15
+ "@azure/core-paging": "^1.6.2",
16
+ "@azure/core-rest-pipeline": "^1.18.2",
17
+ "tslib": "^2.8.1"
18
18
  },
19
19
  "keywords": [
20
20
  "node",
21
21
  "azure",
22
22
  "typescript",
23
23
  "browser",
24
- "isomorphic"
24
+ "isomorphic",
25
+ "cloud"
25
26
  ],
26
27
  "license": "MIT",
27
- "main": "./dist/index.js",
28
- "module": "./dist-esm/src/index.js",
29
- "types": "./types/arm-extendedlocation.d.ts",
28
+ "main": "./dist/commonjs/index.js",
29
+ "module": "./dist/esm/index.js",
30
+ "types": "./dist/commonjs/index.d.ts",
30
31
  "devDependencies": {
31
- "@microsoft/api-extractor": "7.18.11",
32
- "@rollup/plugin-commonjs": "^21.0.1",
33
- "@rollup/plugin-json": "^4.1.0",
34
- "@rollup/plugin-multi-entry": "^4.1.0",
35
- "@rollup/plugin-node-resolve": "^13.1.3",
36
- "mkdirp": "^1.0.4",
37
- "rollup": "^2.66.1",
38
- "rollup-plugin-sourcemaps": "^0.6.3",
39
- "typescript": "~4.2.0",
40
- "uglify-js": "^3.4.9",
41
- "rimraf": "^3.0.0",
42
- "@azure/identity": "^2.0.1",
43
- "@azure-tools/test-recorder": "^2.0.0",
44
- "@azure-tools/test-credential": "^1.0.0",
45
- "mocha": "^7.1.1",
46
- "@types/chai": "^4.2.8",
47
- "chai": "^4.2.0",
48
- "cross-env": "^7.0.2",
49
- "@azure/dev-tool": "^1.0.0"
50
- },
51
- "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/extendedlocation/arm-extendedlocation",
52
- "repository": {
53
- "type": "git",
54
- "url": "https://github.com/Azure/azure-sdk-for-js.git"
32
+ "@azure/identity": "4.11.1",
33
+ "@azure/logger": "^1.1.4",
34
+ "@types/node": "^20.19.0",
35
+ "@vitest/browser": "^3.2.3",
36
+ "@vitest/coverage-istanbul": "^3.2.3",
37
+ "dotenv": "^16.0.0",
38
+ "playwright": "^1.50.1",
39
+ "typescript": "~5.8.3",
40
+ "vitest": "^3.2.3",
41
+ "@azure-tools/test-credential": "^2.1.1",
42
+ "@azure-tools/test-utils-vitest": "^1.0.0",
43
+ "@azure/dev-tool": "^1.0.0",
44
+ "@azure-tools/test-recorder": "^4.1.0"
55
45
  },
46
+ "repository": "github:Azure/azure-sdk-for-js",
56
47
  "bugs": {
57
48
  "url": "https://github.com/Azure/azure-sdk-for-js/issues"
58
49
  },
59
50
  "files": [
60
- "dist/**/*.js",
61
- "dist/**/*.js.map",
62
- "dist/**/*.d.ts",
63
- "dist/**/*.d.ts.map",
64
- "dist-esm/**/*.js",
65
- "dist-esm/**/*.js.map",
66
- "dist-esm/**/*.d.ts",
67
- "dist-esm/**/*.d.ts.map",
68
- "src/**/*.ts",
51
+ "dist/",
69
52
  "README.md",
70
53
  "LICENSE",
71
- "rollup.config.js",
72
- "tsconfig.json",
73
- "review/*",
74
- "CHANGELOG.md",
75
- "types/*"
54
+ "review/",
55
+ "CHANGELOG.md"
76
56
  ],
77
- "scripts": {
78
- "build": "npm run clean && tsc && rollup -c 2>&1 && npm run minify && mkdirp ./review && npm run extract-api",
79
- "minify": "uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
80
- "prepack": "npm run build",
81
- "pack": "npm pack 2>&1",
82
- "extract-api": "api-extractor run --local",
83
- "lint": "echo skipped",
84
- "audit": "echo skipped",
85
- "clean": "rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log",
86
- "build:node": "echo skipped",
87
- "build:browser": "echo skipped",
88
- "build:test": "echo skipped",
89
- "build:samples": "echo skipped.",
90
- "check-format": "echo skipped",
91
- "execute:samples": "echo skipped",
92
- "format": "echo skipped",
93
- "test": "npm run integration-test",
94
- "test:node": "echo skipped",
95
- "test:browser": "echo skipped",
96
- "unit-test": "npm run unit-test:node && npm run unit-test:browser",
97
- "unit-test:node": "cross-env TEST_MODE=playback npm run integration-test:node",
98
- "unit-test:browser": "echo skipped",
99
- "integration-test": "npm run integration-test:node && npm run integration-test:browser",
100
- "integration-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 'test/*.ts'",
101
- "integration-test:browser": "echo skipped"
102
- },
103
57
  "sideEffects": false,
104
58
  "//metadata": {
105
59
  "constantPaths": [
@@ -110,12 +64,69 @@
110
64
  ]
111
65
  },
112
66
  "autoPublish": true,
67
+ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/extendedlocation/arm-extendedlocation",
113
68
  "//sampleConfiguration": {
114
69
  "productName": "",
115
70
  "productSlugs": [
116
71
  "azure"
117
72
  ],
118
73
  "disableDocsMs": true,
119
- "apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-extendedlocation?view=azure-node-preview"
74
+ "apiRefLink": "https://learn.microsoft.com/javascript/api/@azure/arm-extendedlocation?view=azure-node-preview"
75
+ },
76
+ "type": "module",
77
+ "tshy": {
78
+ "project": "../../../tsconfig.src.build.json",
79
+ "exports": {
80
+ "./package.json": "./package.json",
81
+ ".": "./src/index.ts"
82
+ },
83
+ "dialects": [
84
+ "esm",
85
+ "commonjs"
86
+ ],
87
+ "esmDialects": [
88
+ "browser",
89
+ "react-native"
90
+ ],
91
+ "selfLink": false
92
+ },
93
+ "browser": "./dist/browser/index.js",
94
+ "react-native": "./dist/react-native/index.js",
95
+ "exports": {
96
+ "./package.json": "./package.json",
97
+ ".": {
98
+ "browser": {
99
+ "types": "./dist/browser/index.d.ts",
100
+ "default": "./dist/browser/index.js"
101
+ },
102
+ "react-native": {
103
+ "types": "./dist/react-native/index.d.ts",
104
+ "default": "./dist/react-native/index.js"
105
+ },
106
+ "import": {
107
+ "types": "./dist/esm/index.d.ts",
108
+ "default": "./dist/esm/index.js"
109
+ },
110
+ "require": {
111
+ "types": "./dist/commonjs/index.d.ts",
112
+ "default": "./dist/commonjs/index.js"
113
+ }
114
+ }
115
+ },
116
+ "scripts": {
117
+ "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
118
+ "build:samples": "tsc -p tsconfig.samples.json",
119
+ "check-format": "echo skipped",
120
+ "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
121
+ "execute:samples": "echo skipped",
122
+ "extract-api": "dev-tool run extract-api",
123
+ "format": "echo skipped",
124
+ "lint": "echo skipped",
125
+ "pack": "pnpm pack 2>&1",
126
+ "test": "npm run test:node && npm run test:browser",
127
+ "test:browser": "echo skipped",
128
+ "test:node": "dev-tool run test:vitest",
129
+ "test:node:esm": "dev-tool run test:vitest --esm",
130
+ "update-snippets": "dev-tool run update-snippets"
120
131
  }
121
132
  }
@@ -249,6 +249,9 @@ export interface ErrorResponse {
249
249
  error?: ErrorDetail;
250
250
  }
251
251
 
252
+ // @public
253
+ export function getContinuationToken(page: unknown): string | undefined;
254
+
252
255
  // @public
253
256
  export type HostType = string;
254
257