@azure/arm-extendedlocation 1.0.0-beta.3 → 1.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 (348) hide show
  1. package/LICENSE +3 -3
  2. package/README.md +30 -24
  3. package/dist/browser/api/customLocations/index.d.ts +3 -0
  4. package/dist/browser/api/customLocations/index.js +4 -0
  5. package/dist/browser/api/customLocations/index.js.map +1 -0
  6. package/dist/browser/api/customLocations/operations.d.ts +43 -0
  7. package/dist/browser/api/customLocations/operations.js +305 -0
  8. package/dist/browser/api/customLocations/operations.js.map +1 -0
  9. package/dist/browser/api/customLocations/options.d.ts +39 -0
  10. package/dist/browser/api/customLocations/options.js +4 -0
  11. package/dist/browser/api/customLocations/options.js.map +1 -0
  12. package/dist/browser/api/customLocationsManagementContext.d.ts +22 -0
  13. package/dist/browser/api/customLocationsManagementContext.js +26 -0
  14. package/dist/browser/api/customLocationsManagementContext.js.map +1 -0
  15. package/dist/browser/api/index.d.ts +3 -0
  16. package/dist/browser/api/index.js +4 -0
  17. package/dist/browser/api/index.js.map +1 -0
  18. package/dist/browser/api/resourceSyncRules/index.d.ts +3 -0
  19. package/dist/browser/api/resourceSyncRules/index.js +4 -0
  20. package/dist/browser/api/resourceSyncRules/index.js.map +1 -0
  21. package/dist/browser/api/resourceSyncRules/operations.d.ts +27 -0
  22. package/dist/browser/api/resourceSyncRules/operations.js +181 -0
  23. package/dist/browser/api/resourceSyncRules/operations.js.map +1 -0
  24. package/dist/browser/api/resourceSyncRules/options.d.ts +25 -0
  25. package/dist/browser/api/resourceSyncRules/options.js +4 -0
  26. package/dist/browser/api/resourceSyncRules/options.js.map +1 -0
  27. package/dist/browser/classic/customLocations/index.d.ts +37 -0
  28. package/dist/browser/classic/customLocations/index.js +39 -0
  29. package/dist/browser/classic/customLocations/index.js.map +1 -0
  30. package/dist/browser/classic/index.d.ts +3 -0
  31. package/dist/browser/classic/index.js +4 -0
  32. package/dist/browser/classic/index.js.map +1 -0
  33. package/dist/browser/classic/resourceSyncRules/index.d.ts +29 -0
  34. package/dist/browser/classic/resourceSyncRules/index.js +35 -0
  35. package/dist/browser/classic/resourceSyncRules/index.js.map +1 -0
  36. package/dist/browser/customLocationsManagementClient.d.ts +18 -0
  37. package/dist/browser/customLocationsManagementClient.js +37 -0
  38. package/dist/browser/customLocationsManagementClient.js.map +1 -0
  39. package/dist/browser/index.d.ts +18 -0
  40. package/dist/browser/index.js +9 -0
  41. package/dist/browser/index.js.map +1 -0
  42. package/dist/browser/logger.d.ts +2 -0
  43. package/dist/browser/logger.js +5 -0
  44. package/dist/browser/logger.js.map +1 -0
  45. package/dist/browser/models/index.d.ts +3 -0
  46. package/dist/browser/models/index.js +4 -0
  47. package/dist/browser/models/index.js.map +1 -0
  48. package/dist/browser/models/models.d.ts +402 -0
  49. package/dist/browser/models/models.js +506 -0
  50. package/dist/browser/models/models.js.map +1 -0
  51. package/dist/browser/package.json +3 -0
  52. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  53. package/dist/browser/restorePollerHelpers.js +101 -0
  54. package/dist/browser/restorePollerHelpers.js.map +1 -0
  55. package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
  56. package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
  57. package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
  58. package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
  59. package/dist/browser/static-helpers/pagingHelpers.js +143 -0
  60. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  61. package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
  62. package/dist/browser/static-helpers/pollingHelpers.js +95 -0
  63. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  64. package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  65. package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
  66. package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  67. package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
  68. package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
  69. package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
  70. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  71. package/dist/browser/static-helpers/urlTemplate.js +200 -0
  72. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  73. package/dist/commonjs/api/customLocations/index.d.ts +3 -0
  74. package/dist/commonjs/api/customLocations/index.js +44 -0
  75. package/dist/commonjs/api/customLocations/index.js.map +7 -0
  76. package/dist/commonjs/api/customLocations/operations.d.ts +43 -0
  77. package/dist/commonjs/api/customLocations/operations.js +434 -0
  78. package/dist/commonjs/api/customLocations/operations.js.map +7 -0
  79. package/dist/commonjs/api/customLocations/options.d.ts +39 -0
  80. package/dist/commonjs/api/customLocations/options.js +16 -0
  81. package/dist/commonjs/api/customLocations/options.js.map +7 -0
  82. package/dist/commonjs/api/customLocationsManagementContext.d.ts +22 -0
  83. package/dist/commonjs/api/customLocationsManagementContext.js +47 -0
  84. package/dist/commonjs/api/customLocationsManagementContext.js.map +7 -0
  85. package/dist/commonjs/api/index.d.ts +3 -0
  86. package/dist/commonjs/api/index.js +28 -0
  87. package/dist/commonjs/api/index.js.map +7 -0
  88. package/dist/commonjs/api/resourceSyncRules/index.d.ts +3 -0
  89. package/dist/commonjs/api/resourceSyncRules/index.js +36 -0
  90. package/dist/commonjs/api/resourceSyncRules/index.js.map +7 -0
  91. package/dist/commonjs/api/resourceSyncRules/operations.d.ts +27 -0
  92. package/dist/commonjs/api/resourceSyncRules/operations.js +271 -0
  93. package/dist/commonjs/api/resourceSyncRules/operations.js.map +7 -0
  94. package/dist/commonjs/api/resourceSyncRules/options.d.ts +25 -0
  95. package/dist/commonjs/api/resourceSyncRules/options.js +16 -0
  96. package/dist/commonjs/api/resourceSyncRules/options.js.map +7 -0
  97. package/dist/commonjs/classic/customLocations/index.d.ts +37 -0
  98. package/dist/commonjs/classic/customLocations/index.js +63 -0
  99. package/dist/commonjs/classic/customLocations/index.js.map +7 -0
  100. package/dist/commonjs/classic/index.d.ts +3 -0
  101. package/dist/commonjs/classic/index.js +16 -0
  102. package/dist/commonjs/classic/index.js.map +7 -0
  103. package/dist/commonjs/classic/resourceSyncRules/index.d.ts +29 -0
  104. package/dist/commonjs/classic/resourceSyncRules/index.js +80 -0
  105. package/dist/commonjs/classic/resourceSyncRules/index.js.map +7 -0
  106. package/dist/commonjs/customLocationsManagementClient.d.ts +18 -0
  107. package/dist/commonjs/customLocationsManagementClient.js +58 -0
  108. package/dist/commonjs/customLocationsManagementClient.js.map +7 -0
  109. package/dist/commonjs/index.d.ts +18 -0
  110. package/dist/commonjs/index.js +48 -0
  111. package/dist/commonjs/index.js.map +7 -0
  112. package/dist/commonjs/logger.d.ts +2 -0
  113. package/dist/commonjs/logger.js +29 -0
  114. package/dist/commonjs/logger.js.map +7 -0
  115. package/dist/commonjs/models/index.d.ts +3 -0
  116. package/dist/commonjs/models/index.js +34 -0
  117. package/dist/commonjs/models/index.js.map +7 -0
  118. package/dist/commonjs/models/models.d.ts +402 -0
  119. package/dist/commonjs/models/models.js +560 -0
  120. package/dist/commonjs/models/models.js.map +7 -0
  121. package/dist/commonjs/package.json +3 -0
  122. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  123. package/dist/commonjs/restorePollerHelpers.js +114 -0
  124. package/dist/commonjs/restorePollerHelpers.js.map +7 -0
  125. package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
  126. package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
  127. package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
  128. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
  129. package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
  130. package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
  131. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
  132. package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
  133. package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
  134. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  135. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +35 -0
  136. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
  137. package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
  138. package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
  139. package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
  140. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  141. package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
  142. package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
  143. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  144. package/dist/esm/api/customLocations/index.d.ts +3 -0
  145. package/dist/esm/api/customLocations/index.js +4 -0
  146. package/dist/esm/api/customLocations/index.js.map +1 -0
  147. package/dist/esm/api/customLocations/operations.d.ts +43 -0
  148. package/dist/esm/api/customLocations/operations.js +305 -0
  149. package/dist/esm/api/customLocations/operations.js.map +1 -0
  150. package/dist/esm/api/customLocations/options.d.ts +39 -0
  151. package/dist/esm/api/customLocations/options.js +4 -0
  152. package/dist/esm/api/customLocations/options.js.map +1 -0
  153. package/dist/esm/api/customLocationsManagementContext.d.ts +22 -0
  154. package/dist/esm/api/customLocationsManagementContext.js +26 -0
  155. package/dist/esm/api/customLocationsManagementContext.js.map +1 -0
  156. package/dist/esm/api/index.d.ts +3 -0
  157. package/dist/esm/api/index.js +4 -0
  158. package/dist/esm/api/index.js.map +1 -0
  159. package/dist/esm/api/resourceSyncRules/index.d.ts +3 -0
  160. package/dist/esm/api/resourceSyncRules/index.js +4 -0
  161. package/dist/esm/api/resourceSyncRules/index.js.map +1 -0
  162. package/dist/esm/api/resourceSyncRules/operations.d.ts +27 -0
  163. package/dist/esm/api/resourceSyncRules/operations.js +181 -0
  164. package/dist/esm/api/resourceSyncRules/operations.js.map +1 -0
  165. package/dist/esm/api/resourceSyncRules/options.d.ts +25 -0
  166. package/dist/esm/api/resourceSyncRules/options.js +4 -0
  167. package/dist/esm/api/resourceSyncRules/options.js.map +1 -0
  168. package/dist/esm/classic/customLocations/index.d.ts +37 -0
  169. package/dist/esm/classic/customLocations/index.js +39 -0
  170. package/dist/esm/classic/customLocations/index.js.map +1 -0
  171. package/dist/esm/classic/index.d.ts +3 -0
  172. package/dist/esm/classic/index.js +4 -0
  173. package/dist/esm/classic/index.js.map +1 -0
  174. package/dist/esm/classic/resourceSyncRules/index.d.ts +29 -0
  175. package/dist/esm/classic/resourceSyncRules/index.js +35 -0
  176. package/dist/esm/classic/resourceSyncRules/index.js.map +1 -0
  177. package/dist/esm/customLocationsManagementClient.d.ts +18 -0
  178. package/dist/esm/customLocationsManagementClient.js +37 -0
  179. package/dist/esm/customLocationsManagementClient.js.map +1 -0
  180. package/dist/esm/index.d.ts +18 -0
  181. package/dist/esm/index.js +9 -0
  182. package/dist/esm/index.js.map +1 -0
  183. package/dist/esm/logger.d.ts +2 -0
  184. package/dist/esm/logger.js +5 -0
  185. package/dist/esm/logger.js.map +1 -0
  186. package/dist/esm/models/index.d.ts +3 -0
  187. package/dist/esm/models/index.js +4 -0
  188. package/dist/esm/models/index.js.map +1 -0
  189. package/dist/esm/models/models.d.ts +402 -0
  190. package/dist/esm/models/models.js +506 -0
  191. package/dist/esm/models/models.js.map +1 -0
  192. package/dist/esm/package.json +3 -0
  193. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  194. package/dist/esm/restorePollerHelpers.js +101 -0
  195. package/dist/esm/restorePollerHelpers.js.map +1 -0
  196. package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
  197. package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
  198. package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
  199. package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
  200. package/dist/esm/static-helpers/pagingHelpers.js +143 -0
  201. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  202. package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
  203. package/dist/esm/static-helpers/pollingHelpers.js +95 -0
  204. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
  205. package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  206. package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
  207. package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  208. package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
  209. package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
  210. package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
  211. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  212. package/dist/esm/static-helpers/urlTemplate.js +200 -0
  213. package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
  214. package/package.json +151 -90
  215. package/CHANGELOG.md +0 -54
  216. package/dist/index.js +0 -2315
  217. package/dist/index.js.map +0 -1
  218. package/dist/index.min.js +0 -1
  219. package/dist/index.min.js.map +0 -1
  220. package/dist-esm/samples-dev/customLocationsCreateOrUpdateSample.d.ts +0 -2
  221. package/dist-esm/samples-dev/customLocationsCreateOrUpdateSample.d.ts.map +0 -1
  222. package/dist-esm/samples-dev/customLocationsCreateOrUpdateSample.js +0 -50
  223. package/dist-esm/samples-dev/customLocationsCreateOrUpdateSample.js.map +0 -1
  224. package/dist-esm/samples-dev/customLocationsDeleteSample.d.ts +0 -2
  225. package/dist-esm/samples-dev/customLocationsDeleteSample.d.ts.map +0 -1
  226. package/dist-esm/samples-dev/customLocationsDeleteSample.js +0 -39
  227. package/dist-esm/samples-dev/customLocationsDeleteSample.js.map +0 -1
  228. package/dist-esm/samples-dev/customLocationsFindTargetResourceGroupSample.d.ts +0 -2
  229. package/dist-esm/samples-dev/customLocationsFindTargetResourceGroupSample.d.ts.map +0 -1
  230. package/dist-esm/samples-dev/customLocationsFindTargetResourceGroupSample.js +0 -42
  231. package/dist-esm/samples-dev/customLocationsFindTargetResourceGroupSample.js.map +0 -1
  232. package/dist-esm/samples-dev/customLocationsGetSample.d.ts +0 -2
  233. package/dist-esm/samples-dev/customLocationsGetSample.d.ts.map +0 -1
  234. package/dist-esm/samples-dev/customLocationsGetSample.js +0 -39
  235. package/dist-esm/samples-dev/customLocationsGetSample.js.map +0 -1
  236. package/dist-esm/samples-dev/customLocationsListByResourceGroupSample.d.ts +0 -2
  237. package/dist-esm/samples-dev/customLocationsListByResourceGroupSample.d.ts.map +0 -1
  238. package/dist-esm/samples-dev/customLocationsListByResourceGroupSample.js +0 -52
  239. package/dist-esm/samples-dev/customLocationsListByResourceGroupSample.js.map +0 -1
  240. package/dist-esm/samples-dev/customLocationsListBySubscriptionSample.d.ts +0 -2
  241. package/dist-esm/samples-dev/customLocationsListBySubscriptionSample.d.ts.map +0 -1
  242. package/dist-esm/samples-dev/customLocationsListBySubscriptionSample.js +0 -51
  243. package/dist-esm/samples-dev/customLocationsListBySubscriptionSample.js.map +0 -1
  244. package/dist-esm/samples-dev/customLocationsListEnabledResourceTypesSample.d.ts +0 -2
  245. package/dist-esm/samples-dev/customLocationsListEnabledResourceTypesSample.d.ts.map +0 -1
  246. package/dist-esm/samples-dev/customLocationsListEnabledResourceTypesSample.js +0 -53
  247. package/dist-esm/samples-dev/customLocationsListEnabledResourceTypesSample.js.map +0 -1
  248. package/dist-esm/samples-dev/customLocationsListOperationsSample.d.ts +0 -2
  249. package/dist-esm/samples-dev/customLocationsListOperationsSample.d.ts.map +0 -1
  250. package/dist-esm/samples-dev/customLocationsListOperationsSample.js +0 -51
  251. package/dist-esm/samples-dev/customLocationsListOperationsSample.js.map +0 -1
  252. package/dist-esm/samples-dev/customLocationsUpdateSample.d.ts +0 -2
  253. package/dist-esm/samples-dev/customLocationsUpdateSample.d.ts.map +0 -1
  254. package/dist-esm/samples-dev/customLocationsUpdateSample.js +0 -42
  255. package/dist-esm/samples-dev/customLocationsUpdateSample.js.map +0 -1
  256. package/dist-esm/samples-dev/resourceSyncRulesCreateOrUpdateSample.d.ts +0 -2
  257. package/dist-esm/samples-dev/resourceSyncRulesCreateOrUpdateSample.d.ts.map +0 -1
  258. package/dist-esm/samples-dev/resourceSyncRulesCreateOrUpdateSample.js +0 -49
  259. package/dist-esm/samples-dev/resourceSyncRulesCreateOrUpdateSample.js.map +0 -1
  260. package/dist-esm/samples-dev/resourceSyncRulesDeleteSample.d.ts +0 -2
  261. package/dist-esm/samples-dev/resourceSyncRulesDeleteSample.d.ts.map +0 -1
  262. package/dist-esm/samples-dev/resourceSyncRulesDeleteSample.js +0 -40
  263. package/dist-esm/samples-dev/resourceSyncRulesDeleteSample.js.map +0 -1
  264. package/dist-esm/samples-dev/resourceSyncRulesGetSample.d.ts +0 -2
  265. package/dist-esm/samples-dev/resourceSyncRulesGetSample.d.ts.map +0 -1
  266. package/dist-esm/samples-dev/resourceSyncRulesGetSample.js +0 -40
  267. package/dist-esm/samples-dev/resourceSyncRulesGetSample.js.map +0 -1
  268. package/dist-esm/samples-dev/resourceSyncRulesListByCustomLocationIdSample.d.ts +0 -2
  269. package/dist-esm/samples-dev/resourceSyncRulesListByCustomLocationIdSample.d.ts.map +0 -1
  270. package/dist-esm/samples-dev/resourceSyncRulesListByCustomLocationIdSample.js +0 -53
  271. package/dist-esm/samples-dev/resourceSyncRulesListByCustomLocationIdSample.js.map +0 -1
  272. package/dist-esm/samples-dev/resourceSyncRulesUpdateSample.d.ts +0 -2
  273. package/dist-esm/samples-dev/resourceSyncRulesUpdateSample.d.ts.map +0 -1
  274. package/dist-esm/samples-dev/resourceSyncRulesUpdateSample.js +0 -42
  275. package/dist-esm/samples-dev/resourceSyncRulesUpdateSample.js.map +0 -1
  276. package/dist-esm/src/customLocationsManagementClient.d.ts +0 -21
  277. package/dist-esm/src/customLocationsManagementClient.d.ts.map +0 -1
  278. package/dist-esm/src/customLocationsManagementClient.js +0 -101
  279. package/dist-esm/src/customLocationsManagementClient.js.map +0 -1
  280. package/dist-esm/src/index.d.ts +0 -6
  281. package/dist-esm/src/index.d.ts.map +0 -1
  282. package/dist-esm/src/index.js +0 -13
  283. package/dist-esm/src/index.js.map +0 -1
  284. package/dist-esm/src/lroImpl.d.ts +0 -16
  285. package/dist-esm/src/lroImpl.d.ts.map +0 -1
  286. package/dist-esm/src/lroImpl.js +0 -29
  287. package/dist-esm/src/lroImpl.js.map +0 -1
  288. package/dist-esm/src/models/index.d.ts +0 -541
  289. package/dist-esm/src/models/index.d.ts.map +0 -1
  290. package/dist-esm/src/models/index.js +0 -34
  291. package/dist-esm/src/models/index.js.map +0 -1
  292. package/dist-esm/src/models/mappers.d.ts +0 -26
  293. package/dist-esm/src/models/mappers.d.ts.map +0 -1
  294. package/dist-esm/src/models/mappers.js +0 -777
  295. package/dist-esm/src/models/mappers.js.map +0 -1
  296. package/dist-esm/src/models/parameters.d.ts +0 -27
  297. package/dist-esm/src/models/parameters.d.ts.map +0 -1
  298. package/dist-esm/src/models/parameters.js +0 -185
  299. package/dist-esm/src/models/parameters.js.map +0 -1
  300. package/dist-esm/src/operations/customLocations.d.ts +0 -155
  301. package/dist-esm/src/operations/customLocations.d.ts.map +0 -1
  302. package/dist-esm/src/operations/customLocations.js +0 -757
  303. package/dist-esm/src/operations/customLocations.js.map +0 -1
  304. package/dist-esm/src/operations/index.d.ts +0 -3
  305. package/dist-esm/src/operations/index.d.ts.map +0 -1
  306. package/dist-esm/src/operations/index.js +0 -10
  307. package/dist-esm/src/operations/index.js.map +0 -1
  308. package/dist-esm/src/operations/resourceSyncRules.d.ts +0 -97
  309. package/dist-esm/src/operations/resourceSyncRules.d.ts.map +0 -1
  310. package/dist-esm/src/operations/resourceSyncRules.js +0 -411
  311. package/dist-esm/src/operations/resourceSyncRules.js.map +0 -1
  312. package/dist-esm/src/operationsInterfaces/customLocations.d.ts +0 -86
  313. package/dist-esm/src/operationsInterfaces/customLocations.d.ts.map +0 -1
  314. package/dist-esm/src/operationsInterfaces/customLocations.js +0 -9
  315. package/dist-esm/src/operationsInterfaces/customLocations.js.map +0 -1
  316. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -3
  317. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  318. package/dist-esm/src/operationsInterfaces/index.js +0 -10
  319. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  320. package/dist-esm/src/operationsInterfaces/resourceSyncRules.d.ts +0 -71
  321. package/dist-esm/src/operationsInterfaces/resourceSyncRules.d.ts.map +0 -1
  322. package/dist-esm/src/operationsInterfaces/resourceSyncRules.js +0 -9
  323. package/dist-esm/src/operationsInterfaces/resourceSyncRules.js.map +0 -1
  324. package/dist-esm/src/pagingHelper.d.ts +0 -13
  325. package/dist-esm/src/pagingHelper.d.ts.map +0 -1
  326. package/dist-esm/src/pagingHelper.js +0 -32
  327. package/dist-esm/src/pagingHelper.js.map +0 -1
  328. package/dist-esm/test/sampleTest.d.ts +0 -2
  329. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  330. package/dist-esm/test/sampleTest.js +0 -38
  331. package/dist-esm/test/sampleTest.js.map +0 -1
  332. package/review/arm-extendedlocation.api.md +0 -434
  333. package/rollup.config.js +0 -122
  334. package/src/customLocationsManagementClient.ts +0 -142
  335. package/src/index.ts +0 -13
  336. package/src/lroImpl.ts +0 -34
  337. package/src/models/index.ts +0 -606
  338. package/src/models/mappers.ts +0 -832
  339. package/src/models/parameters.ts +0 -225
  340. package/src/operations/customLocations.ts +0 -977
  341. package/src/operations/index.ts +0 -10
  342. package/src/operations/resourceSyncRules.ts +0 -575
  343. package/src/operationsInterfaces/customLocations.ts +0 -160
  344. package/src/operationsInterfaces/index.ts +0 -10
  345. package/src/operationsInterfaces/resourceSyncRules.ts +0 -136
  346. package/src/pagingHelper.ts +0 -39
  347. package/tsconfig.json +0 -33
  348. package/types/arm-extendedlocation.d.ts +0 -790
@@ -1,86 +0,0 @@
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";
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
@@ -1 +0,0 @@
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,WAAW,CAAC;AAGnB,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"}
@@ -1,9 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- export {};
9
- //# sourceMappingURL=customLocations.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"customLocations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/customLocations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
@@ -1,3 +0,0 @@
1
- export * from "./customLocations";
2
- export * from "./resourceSyncRules";
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC"}
@@ -1,10 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- export * from "./customLocations";
9
- export * from "./resourceSyncRules";
10
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC"}
@@ -1,71 +0,0 @@
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";
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
@@ -1 +0,0 @@
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,WAAW,CAAC;AAGnB,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"}
@@ -1,9 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- export {};
9
- //# sourceMappingURL=resourceSyncRules.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"resourceSyncRules.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/resourceSyncRules.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
@@ -1,13 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,32 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- 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
- var _a;
18
- if (typeof page !== "object" || page === null) {
19
- return undefined;
20
- }
21
- return (_a = pageMap.get(page)) === null || _a === void 0 ? void 0 : _a.continuationToken;
22
- }
23
- export function setContinuationToken(page, continuationToken) {
24
- var _a;
25
- if (typeof page !== "object" || page === null || !continuationToken) {
26
- return;
27
- }
28
- const pageInfo = (_a = pageMap.get(page)) !== null && _a !== void 0 ? _a : {};
29
- pageInfo.continuationToken = continuationToken;
30
- pageMap.set(page, pageInfo);
31
- }
32
- //# sourceMappingURL=pagingHelper.js.map
@@ -1 +0,0 @@
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;QAC7C,OAAO,SAAS,CAAC;KAClB;IACD,OAAO,MAAA,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,0CAAE,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;QACnE,OAAO;KACR;IACD,MAAM,QAAQ,GAAG,MAAA,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,mCAAI,EAAE,CAAC;IACzC,QAAQ,CAAC,iBAAiB,GAAG,iBAAiB,CAAC;IAC/C,OAAO,CAAC,GAAG,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC;AAC9B,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=sampleTest.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"sampleTest.d.ts","sourceRoot":"","sources":["../../test/sampleTest.ts"],"names":[],"mappings":""}
@@ -1,38 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- import { __awaiter } from "tslib";
9
- import { Recorder } from "@azure-tools/test-recorder";
10
- const replaceableVariables = {
11
- AZURE_CLIENT_ID: "azure_client_id",
12
- AZURE_CLIENT_SECRET: "azure_client_secret",
13
- AZURE_TENANT_ID: "88888888-8888-8888-8888-888888888888",
14
- SUBSCRIPTION_ID: "azure_subscription_id"
15
- };
16
- const recorderOptions = {
17
- envSetupForPlayback: replaceableVariables
18
- };
19
- describe("My test", () => {
20
- let recorder;
21
- beforeEach(function () {
22
- return __awaiter(this, void 0, void 0, function* () {
23
- recorder = new Recorder(this.currentTest);
24
- yield recorder.start(recorderOptions);
25
- });
26
- });
27
- afterEach(function () {
28
- return __awaiter(this, void 0, void 0, function* () {
29
- yield recorder.stop();
30
- });
31
- });
32
- it("sample test", function () {
33
- return __awaiter(this, void 0, void 0, function* () {
34
- console.log("Hi, I'm a test!");
35
- });
36
- });
37
- });
38
- //# sourceMappingURL=sampleTest.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"sampleTest.js","sourceRoot":"","sources":["../../test/sampleTest.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,OAAO,EACL,QAAQ,EAGT,MAAM,4BAA4B,CAAC;AAIpC,MAAM,oBAAoB,GAA2B;IACnD,eAAe,EAAE,iBAAiB;IAClC,mBAAmB,EAAE,qBAAqB;IAC1C,eAAe,EAAE,sCAAsC;IACvD,eAAe,EAAE,uBAAuB;CACzC,CAAC;AAEF,MAAM,eAAe,GAAyB;IAC5C,mBAAmB,EAAE,oBAAoB;CAC1C,CAAC;AAEF,QAAQ,CAAC,SAAS,EAAE,GAAG,EAAE;IACvB,IAAI,QAAkB,CAAC;IAEvB,UAAU,CAAC;;YACT,QAAQ,GAAG,IAAI,QAAQ,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;YAC1C,MAAM,QAAQ,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC;QACxC,CAAC;KAAA,CAAC,CAAC;IAEH,SAAS,CAAC;;YACR,MAAM,QAAQ,CAAC,IAAI,EAAE,CAAC;QACxB,CAAC;KAAA,CAAC,CAAC;IAEH,EAAE,CAAC,aAAa,EAAE;;YAChB,OAAO,CAAC,GAAG,CAAC,iBAAiB,CAAC,CAAC;QACjC,CAAC;KAAA,CAAC,CAAC;AACL,CAAC,CAAC,CAAC"}