@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
@@ -1,42 +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
- // Copyright (c) Microsoft Corporation.
10
- // Licensed under the MIT License.
11
- import { CustomLocationsManagementClient } from "@azure/arm-extendedlocation";
12
- import { DefaultAzureCredential } from "@azure/identity";
13
- /**
14
- * This sample demonstrates how to Creates or updates a Custom Location in the specified Subscription and Resource Group
15
- *
16
- * @summary Creates or updates a Custom Location in the specified Subscription and Resource Group
17
- * x-ms-original-file: specification/extendedlocation/resource-manager/Microsoft.ExtendedLocation/preview/2021-08-31-preview/examples/CustomLocationsCreate_Update.json
18
- */
19
- function createOrUpdateCustomLocation() {
20
- return __awaiter(this, void 0, void 0, function* () {
21
- const subscriptionId = "11111111-2222-3333-4444-555555555555";
22
- const resourceGroupName = "testresourcegroup";
23
- const resourceName = "customLocation01";
24
- const parameters = {
25
- authentication: { type: "KubeConfig", value: "<base64 KubeConfig>" },
26
- clusterExtensionIds: [
27
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kubernetes/connectedCluster/someCluster/Microsoft.KubernetesConfiguration/clusterExtensions/fooExtension"
28
- ],
29
- displayName: "customLocationLocation01",
30
- hostResourceId: "/subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/testresourcegroup/providers/Microsoft.ContainerService/managedClusters/cluster01",
31
- identity: { type: "SystemAssigned" },
32
- location: "West US",
33
- namespace: "namespace01"
34
- };
35
- const credential = new DefaultAzureCredential();
36
- const client = new CustomLocationsManagementClient(credential, subscriptionId);
37
- const result = yield client.customLocations.beginCreateOrUpdateAndWait(resourceGroupName, resourceName, parameters);
38
- console.log(result);
39
- });
40
- }
41
- createOrUpdateCustomLocation().catch(console.error);
42
- //# sourceMappingURL=customLocationsCreateOrUpdateSample.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"customLocationsCreateOrUpdateSample.js","sourceRoot":"","sources":["../../samples-dev/customLocationsCreateOrUpdateSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAEL,+BAA+B,EAChC,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,4BAA4B;;QACzC,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,mBAAmB,CAAC;QAC9C,MAAM,YAAY,GAAG,kBAAkB,CAAC;QACxC,MAAM,UAAU,GAAmB;YACjC,cAAc,EAAE,EAAE,IAAI,EAAE,YAAY,EAAE,KAAK,EAAE,qBAAqB,EAAE;YACpE,mBAAmB,EAAE;gBACnB,iMAAiM;aAClM;YACD,WAAW,EAAE,0BAA0B;YACvC,cAAc,EACZ,qJAAqJ;YACvJ,QAAQ,EAAE,EAAE,IAAI,EAAE,gBAAgB,EAAE;YACpC,QAAQ,EAAE,SAAS;YACnB,SAAS,EAAE,aAAa;SACzB,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,+BAA+B,CAChD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,eAAe,CAAC,0BAA0B,CACpE,iBAAiB,EACjB,YAAY,EACZ,UAAU,CACX,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,4BAA4B,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=customLocationsDeleteSample.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"customLocationsDeleteSample.d.ts","sourceRoot":"","sources":["../../samples-dev/customLocationsDeleteSample.ts"],"names":[],"mappings":""}
@@ -1,31 +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
- // Copyright (c) Microsoft Corporation.
10
- // Licensed under the MIT License.
11
- import { CustomLocationsManagementClient } from "@azure/arm-extendedlocation";
12
- import { DefaultAzureCredential } from "@azure/identity";
13
- /**
14
- * This sample demonstrates how to Deletes the Custom Location with the specified Resource Name, Resource Group, and Subscription Id.
15
- *
16
- * @summary Deletes the Custom Location with the specified Resource Name, Resource Group, and Subscription Id.
17
- * x-ms-original-file: specification/extendedlocation/resource-manager/Microsoft.ExtendedLocation/preview/2021-08-31-preview/examples/CustomLocationsDelete.json
18
- */
19
- function deleteCustomLocation() {
20
- return __awaiter(this, void 0, void 0, function* () {
21
- const subscriptionId = "11111111-2222-3333-4444-555555555555";
22
- const resourceGroupName = "testresourcegroup";
23
- const resourceName = "customLocation01";
24
- const credential = new DefaultAzureCredential();
25
- const client = new CustomLocationsManagementClient(credential, subscriptionId);
26
- const result = yield client.customLocations.beginDeleteAndWait(resourceGroupName, resourceName);
27
- console.log(result);
28
- });
29
- }
30
- deleteCustomLocation().catch(console.error);
31
- //# sourceMappingURL=customLocationsDeleteSample.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"customLocationsDeleteSample.js","sourceRoot":"","sources":["../../samples-dev/customLocationsDeleteSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,+BAA+B,EAAE,MAAM,6BAA6B,CAAC;AAC9E,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,oBAAoB;;QACjC,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,mBAAmB,CAAC;QAC9C,MAAM,YAAY,GAAG,kBAAkB,CAAC;QACxC,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,+BAA+B,CAChD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,eAAe,CAAC,kBAAkB,CAC5D,iBAAiB,EACjB,YAAY,CACb,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,oBAAoB,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=customLocationsFindTargetResourceGroupSample.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"customLocationsFindTargetResourceGroupSample.d.ts","sourceRoot":"","sources":["../../samples-dev/customLocationsFindTargetResourceGroupSample.ts"],"names":[],"mappings":""}
@@ -1,34 +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
- // Copyright (c) Microsoft Corporation.
10
- // Licensed under the MIT License.
11
- import { CustomLocationsManagementClient } from "@azure/arm-extendedlocation";
12
- import { DefaultAzureCredential } from "@azure/identity";
13
- /**
14
- * This sample demonstrates how to Returns the target resource group associated with the resource sync rules of the Custom Location that match the rules passed in with the Find Target Resource Group Request.
15
- *
16
- * @summary Returns the target resource group associated with the resource sync rules of the Custom Location that match the rules passed in with the Find Target Resource Group Request.
17
- * x-ms-original-file: specification/extendedlocation/resource-manager/Microsoft.ExtendedLocation/preview/2021-08-31-preview/examples/CustomLocationsFindTargetResourceGroup.json
18
- */
19
- function postCustomLocationFindTargetResourceGroup() {
20
- return __awaiter(this, void 0, void 0, function* () {
21
- const subscriptionId = "11111111-2222-3333-4444-555555555555";
22
- const resourceGroupName = "testresourcegroup";
23
- const resourceName = "customLocation01";
24
- const parameters = {
25
- labels: { key1: "value1", key2: "value2" }
26
- };
27
- const credential = new DefaultAzureCredential();
28
- const client = new CustomLocationsManagementClient(credential, subscriptionId);
29
- const result = yield client.customLocations.findTargetResourceGroup(resourceGroupName, resourceName, parameters);
30
- console.log(result);
31
- });
32
- }
33
- postCustomLocationFindTargetResourceGroup().catch(console.error);
34
- //# sourceMappingURL=customLocationsFindTargetResourceGroupSample.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"customLocationsFindTargetResourceGroupSample.js","sourceRoot":"","sources":["../../samples-dev/customLocationsFindTargetResourceGroupSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAEL,+BAA+B,EAChC,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,yCAAyC;;QACtD,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,mBAAmB,CAAC;QAC9C,MAAM,YAAY,GAAG,kBAAkB,CAAC;QACxC,MAAM,UAAU,GAAoD;YAClE,MAAM,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,QAAQ,EAAE;SAC3C,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,+BAA+B,CAChD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,eAAe,CAAC,uBAAuB,CACjE,iBAAiB,EACjB,YAAY,EACZ,UAAU,CACX,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,yCAAyC,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=customLocationsGetSample.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"customLocationsGetSample.d.ts","sourceRoot":"","sources":["../../samples-dev/customLocationsGetSample.ts"],"names":[],"mappings":""}
@@ -1,31 +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
- // Copyright (c) Microsoft Corporation.
10
- // Licensed under the MIT License.
11
- import { CustomLocationsManagementClient } from "@azure/arm-extendedlocation";
12
- import { DefaultAzureCredential } from "@azure/identity";
13
- /**
14
- * This sample demonstrates how to Gets the details of the customLocation with a specified resource group and name.
15
- *
16
- * @summary Gets the details of the customLocation with a specified resource group and name.
17
- * x-ms-original-file: specification/extendedlocation/resource-manager/Microsoft.ExtendedLocation/preview/2021-08-31-preview/examples/CustomLocationsGet.json
18
- */
19
- function getCustomLocation() {
20
- return __awaiter(this, void 0, void 0, function* () {
21
- const subscriptionId = "11111111-2222-3333-4444-555555555555";
22
- const resourceGroupName = "testresourcegroup";
23
- const resourceName = "customLocation01";
24
- const credential = new DefaultAzureCredential();
25
- const client = new CustomLocationsManagementClient(credential, subscriptionId);
26
- const result = yield client.customLocations.get(resourceGroupName, resourceName);
27
- console.log(result);
28
- });
29
- }
30
- getCustomLocation().catch(console.error);
31
- //# sourceMappingURL=customLocationsGetSample.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"customLocationsGetSample.js","sourceRoot":"","sources":["../../samples-dev/customLocationsGetSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,+BAA+B,EAAE,MAAM,6BAA6B,CAAC;AAC9E,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,iBAAiB;;QAC9B,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,mBAAmB,CAAC;QAC9C,MAAM,YAAY,GAAG,kBAAkB,CAAC;QACxC,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,+BAA+B,CAChD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,eAAe,CAAC,GAAG,CAC7C,iBAAiB,EACjB,YAAY,CACb,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,iBAAiB,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=customLocationsListByResourceGroupSample.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"customLocationsListByResourceGroupSample.d.ts","sourceRoot":"","sources":["../../samples-dev/customLocationsListByResourceGroupSample.ts"],"names":[],"mappings":""}
@@ -1,44 +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 { __asyncValues, __awaiter } from "tslib";
9
- // Copyright (c) Microsoft Corporation.
10
- // Licensed under the MIT License.
11
- import { CustomLocationsManagementClient } from "@azure/arm-extendedlocation";
12
- import { DefaultAzureCredential } from "@azure/identity";
13
- /**
14
- * This sample demonstrates how to Gets a list of Custom Locations in the specified subscription and resource group. The operation returns properties of each Custom Location.
15
- *
16
- * @summary Gets a list of Custom Locations in the specified subscription and resource group. The operation returns properties of each Custom Location.
17
- * x-ms-original-file: specification/extendedlocation/resource-manager/Microsoft.ExtendedLocation/preview/2021-08-31-preview/examples/CustomLocationsListByResourceGroup.json
18
- */
19
- function listCustomLocationsByResourceGroup() {
20
- var e_1, _a;
21
- return __awaiter(this, void 0, void 0, function* () {
22
- const subscriptionId = "11111111-2222-3333-4444-555555555555";
23
- const resourceGroupName = "testresourcegroup";
24
- const credential = new DefaultAzureCredential();
25
- const client = new CustomLocationsManagementClient(credential, subscriptionId);
26
- const resArray = new Array();
27
- try {
28
- for (var _b = __asyncValues(client.customLocations.listByResourceGroup(resourceGroupName)), _c; _c = yield _b.next(), !_c.done;) {
29
- let item = _c.value;
30
- resArray.push(item);
31
- }
32
- }
33
- catch (e_1_1) { e_1 = { error: e_1_1 }; }
34
- finally {
35
- try {
36
- if (_c && !_c.done && (_a = _b.return)) yield _a.call(_b);
37
- }
38
- finally { if (e_1) throw e_1.error; }
39
- }
40
- console.log(resArray);
41
- });
42
- }
43
- listCustomLocationsByResourceGroup().catch(console.error);
44
- //# sourceMappingURL=customLocationsListByResourceGroupSample.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"customLocationsListByResourceGroupSample.js","sourceRoot":"","sources":["../../samples-dev/customLocationsListByResourceGroupSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,+BAA+B,EAAE,MAAM,6BAA6B,CAAC;AAC9E,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,kCAAkC;;;QAC/C,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,mBAAmB,CAAC;QAC9C,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,+BAA+B,CAChD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,QAAQ,GAAG,IAAI,KAAK,EAAE,CAAC;;YAC7B,KAAuB,IAAA,KAAA,cAAA,MAAM,CAAC,eAAe,CAAC,mBAAmB,CAC/D,iBAAiB,CAClB,CAAA,IAAA;gBAFU,IAAI,IAAI,WAAA,CAAA;gBAGjB,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;aACrB;;;;;;;;;QACD,OAAO,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;;CACvB;AAED,kCAAkC,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=customLocationsListBySubscriptionSample.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"customLocationsListBySubscriptionSample.d.ts","sourceRoot":"","sources":["../../samples-dev/customLocationsListBySubscriptionSample.ts"],"names":[],"mappings":""}
@@ -1,43 +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 { __asyncValues, __awaiter } from "tslib";
9
- // Copyright (c) Microsoft Corporation.
10
- // Licensed under the MIT License.
11
- import { CustomLocationsManagementClient } from "@azure/arm-extendedlocation";
12
- import { DefaultAzureCredential } from "@azure/identity";
13
- /**
14
- * This sample demonstrates how to Gets a list of Custom Locations in the specified subscription. The operation returns properties of each Custom Location
15
- *
16
- * @summary Gets a list of Custom Locations in the specified subscription. The operation returns properties of each Custom Location
17
- * x-ms-original-file: specification/extendedlocation/resource-manager/Microsoft.ExtendedLocation/preview/2021-08-31-preview/examples/CustomLocationsListBySubscription.json
18
- */
19
- function listCustomLocationsBySubscription() {
20
- var e_1, _a;
21
- return __awaiter(this, void 0, void 0, function* () {
22
- const subscriptionId = "11111111-2222-3333-4444-555555555555";
23
- const credential = new DefaultAzureCredential();
24
- const client = new CustomLocationsManagementClient(credential, subscriptionId);
25
- const resArray = new Array();
26
- try {
27
- for (var _b = __asyncValues(client.customLocations.listBySubscription()), _c; _c = yield _b.next(), !_c.done;) {
28
- let item = _c.value;
29
- resArray.push(item);
30
- }
31
- }
32
- catch (e_1_1) { e_1 = { error: e_1_1 }; }
33
- finally {
34
- try {
35
- if (_c && !_c.done && (_a = _b.return)) yield _a.call(_b);
36
- }
37
- finally { if (e_1) throw e_1.error; }
38
- }
39
- console.log(resArray);
40
- });
41
- }
42
- listCustomLocationsBySubscription().catch(console.error);
43
- //# sourceMappingURL=customLocationsListBySubscriptionSample.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"customLocationsListBySubscriptionSample.js","sourceRoot":"","sources":["../../samples-dev/customLocationsListBySubscriptionSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,+BAA+B,EAAE,MAAM,6BAA6B,CAAC;AAC9E,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,iCAAiC;;;QAC9C,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,+BAA+B,CAChD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,QAAQ,GAAG,IAAI,KAAK,EAAE,CAAC;;YAC7B,KAAuB,IAAA,KAAA,cAAA,MAAM,CAAC,eAAe,CAAC,kBAAkB,EAAE,CAAA,IAAA;gBAAvD,IAAI,IAAI,WAAA,CAAA;gBACjB,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;aACrB;;;;;;;;;QACD,OAAO,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;;CACvB;AAED,iCAAiC,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=customLocationsListEnabledResourceTypesSample.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"customLocationsListEnabledResourceTypesSample.d.ts","sourceRoot":"","sources":["../../samples-dev/customLocationsListEnabledResourceTypesSample.ts"],"names":[],"mappings":""}
@@ -1,45 +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 { __asyncValues, __awaiter } from "tslib";
9
- // Copyright (c) Microsoft Corporation.
10
- // Licensed under the MIT License.
11
- import { CustomLocationsManagementClient } from "@azure/arm-extendedlocation";
12
- import { DefaultAzureCredential } from "@azure/identity";
13
- /**
14
- * This sample demonstrates how to Gets the list of the Enabled Resource Types.
15
- *
16
- * @summary Gets the list of the Enabled Resource Types.
17
- * x-ms-original-file: specification/extendedlocation/resource-manager/Microsoft.ExtendedLocation/preview/2021-08-31-preview/examples/CustomLocationsListEnabledResourceTypes.json
18
- */
19
- function getCustomLocation() {
20
- var e_1, _a;
21
- return __awaiter(this, void 0, void 0, function* () {
22
- const subscriptionId = "11111111-2222-3333-4444-555555555555";
23
- const resourceGroupName = "testresourcegroup";
24
- const resourceName = "customLocation01";
25
- const credential = new DefaultAzureCredential();
26
- const client = new CustomLocationsManagementClient(credential, subscriptionId);
27
- const resArray = new Array();
28
- try {
29
- for (var _b = __asyncValues(client.customLocations.listEnabledResourceTypes(resourceGroupName, resourceName)), _c; _c = yield _b.next(), !_c.done;) {
30
- let item = _c.value;
31
- resArray.push(item);
32
- }
33
- }
34
- catch (e_1_1) { e_1 = { error: e_1_1 }; }
35
- finally {
36
- try {
37
- if (_c && !_c.done && (_a = _b.return)) yield _a.call(_b);
38
- }
39
- finally { if (e_1) throw e_1.error; }
40
- }
41
- console.log(resArray);
42
- });
43
- }
44
- getCustomLocation().catch(console.error);
45
- //# sourceMappingURL=customLocationsListEnabledResourceTypesSample.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"customLocationsListEnabledResourceTypesSample.js","sourceRoot":"","sources":["../../samples-dev/customLocationsListEnabledResourceTypesSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,+BAA+B,EAAE,MAAM,6BAA6B,CAAC;AAC9E,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,iBAAiB;;;QAC9B,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,mBAAmB,CAAC;QAC9C,MAAM,YAAY,GAAG,kBAAkB,CAAC;QACxC,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,+BAA+B,CAChD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,QAAQ,GAAG,IAAI,KAAK,EAAE,CAAC;;YAC7B,KAAuB,IAAA,KAAA,cAAA,MAAM,CAAC,eAAe,CAAC,wBAAwB,CACpE,iBAAiB,EACjB,YAAY,CACb,CAAA,IAAA;gBAHU,IAAI,IAAI,WAAA,CAAA;gBAIjB,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;aACrB;;;;;;;;;QACD,OAAO,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;;CACvB;AAED,iBAAiB,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=customLocationsListOperationsSample.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"customLocationsListOperationsSample.d.ts","sourceRoot":"","sources":["../../samples-dev/customLocationsListOperationsSample.ts"],"names":[],"mappings":""}
@@ -1,43 +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 { __asyncValues, __awaiter } from "tslib";
9
- // Copyright (c) Microsoft Corporation.
10
- // Licensed under the MIT License.
11
- import { CustomLocationsManagementClient } from "@azure/arm-extendedlocation";
12
- import { DefaultAzureCredential } from "@azure/identity";
13
- /**
14
- * This sample demonstrates how to Lists all available Custom Locations operations.
15
- *
16
- * @summary Lists all available Custom Locations operations.
17
- * x-ms-original-file: specification/extendedlocation/resource-manager/Microsoft.ExtendedLocation/preview/2021-08-31-preview/examples/CustomLocationsListOperations.json
18
- */
19
- function listCustomLocationsOperations() {
20
- var e_1, _a;
21
- return __awaiter(this, void 0, void 0, function* () {
22
- const subscriptionId = "00000000-0000-0000-0000-000000000000";
23
- const credential = new DefaultAzureCredential();
24
- const client = new CustomLocationsManagementClient(credential, subscriptionId);
25
- const resArray = new Array();
26
- try {
27
- for (var _b = __asyncValues(client.customLocations.listOperations()), _c; _c = yield _b.next(), !_c.done;) {
28
- let item = _c.value;
29
- resArray.push(item);
30
- }
31
- }
32
- catch (e_1_1) { e_1 = { error: e_1_1 }; }
33
- finally {
34
- try {
35
- if (_c && !_c.done && (_a = _b.return)) yield _a.call(_b);
36
- }
37
- finally { if (e_1) throw e_1.error; }
38
- }
39
- console.log(resArray);
40
- });
41
- }
42
- listCustomLocationsOperations().catch(console.error);
43
- //# sourceMappingURL=customLocationsListOperationsSample.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"customLocationsListOperationsSample.js","sourceRoot":"","sources":["../../samples-dev/customLocationsListOperationsSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,+BAA+B,EAAE,MAAM,6BAA6B,CAAC;AAC9E,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,6BAA6B;;;QAC1C,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,+BAA+B,CAChD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,QAAQ,GAAG,IAAI,KAAK,EAAE,CAAC;;YAC7B,KAAuB,IAAA,KAAA,cAAA,MAAM,CAAC,eAAe,CAAC,cAAc,EAAE,CAAA,IAAA;gBAAnD,IAAI,IAAI,WAAA,CAAA;gBACjB,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;aACrB;;;;;;;;;QACD,OAAO,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;;CACvB;AAED,6BAA6B,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=customLocationsUpdateSample.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"customLocationsUpdateSample.d.ts","sourceRoot":"","sources":["../../samples-dev/customLocationsUpdateSample.ts"],"names":[],"mappings":""}
@@ -1,34 +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
- // Copyright (c) Microsoft Corporation.
10
- // Licensed under the MIT License.
11
- import { CustomLocationsManagementClient } from "@azure/arm-extendedlocation";
12
- import { DefaultAzureCredential } from "@azure/identity";
13
- /**
14
- * This sample demonstrates how to Updates a Custom Location with the specified Resource Name in the specified Resource Group and Subscription.
15
- *
16
- * @summary Updates a Custom Location with the specified Resource Name in the specified Resource Group and Subscription.
17
- * x-ms-original-file: specification/extendedlocation/resource-manager/Microsoft.ExtendedLocation/preview/2021-08-31-preview/examples/CustomLocationsPatch.json
18
- */
19
- function updateCustomLocation() {
20
- return __awaiter(this, void 0, void 0, function* () {
21
- const subscriptionId = "11111111-2222-3333-4444-555555555555";
22
- const resourceGroupName = "testresourcegroup";
23
- const resourceName = "customLocation01";
24
- const identity = { type: "SystemAssigned" };
25
- const tags = { archv3: "", tier: "testing" };
26
- const options = { identity, tags };
27
- const credential = new DefaultAzureCredential();
28
- const client = new CustomLocationsManagementClient(credential, subscriptionId);
29
- const result = yield client.customLocations.update(resourceGroupName, resourceName, options);
30
- console.log(result);
31
- });
32
- }
33
- updateCustomLocation().catch(console.error);
34
- //# sourceMappingURL=customLocationsUpdateSample.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"customLocationsUpdateSample.js","sourceRoot":"","sources":["../../samples-dev/customLocationsUpdateSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAEL,+BAA+B,EAChC,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,oBAAoB;;QACjC,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,mBAAmB,CAAC;QAC9C,MAAM,YAAY,GAAG,kBAAkB,CAAC;QACxC,MAAM,QAAQ,GAAG,EAAE,IAAI,EAAE,gBAAgB,EAAE,CAAC;QAC5C,MAAM,IAAI,GAAG,EAAE,MAAM,EAAE,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;QAC7C,MAAM,OAAO,GAAwC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;QACxE,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,+BAA+B,CAChD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,eAAe,CAAC,MAAM,CAChD,iBAAiB,EACjB,YAAY,EACZ,OAAO,CACR,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,oBAAoB,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=resourceSyncRulesCreateOrUpdateSample.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"resourceSyncRulesCreateOrUpdateSample.d.ts","sourceRoot":"","sources":["../../samples-dev/resourceSyncRulesCreateOrUpdateSample.ts"],"names":[],"mappings":""}
@@ -1,41 +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
- // Copyright (c) Microsoft Corporation.
10
- // Licensed under the MIT License.
11
- import { CustomLocationsManagementClient } from "@azure/arm-extendedlocation";
12
- import { DefaultAzureCredential } from "@azure/identity";
13
- /**
14
- * This sample demonstrates how to Creates or updates a Resource Sync Rule in the parent Custom Location, Subscription Id and Resource Group
15
- *
16
- * @summary Creates or updates a Resource Sync Rule in the parent Custom Location, Subscription Id and Resource Group
17
- * x-ms-original-file: specification/extendedlocation/resource-manager/Microsoft.ExtendedLocation/preview/2021-08-31-preview/examples/ResourceSyncRulesCreate_Update.json
18
- */
19
- function createOrUpdateResourceSyncRule() {
20
- return __awaiter(this, void 0, void 0, function* () {
21
- const subscriptionId = "11111111-2222-3333-4444-555555555555";
22
- const resourceGroupName = "testresourcegroup";
23
- const resourceName = "customLocation01";
24
- const childResourceName = "resourceSyncRule01";
25
- const parameters = {
26
- location: "West US",
27
- priority: 999,
28
- selector: {
29
- matchExpressions: [{ key: "key4", operator: "In", values: ["value4"] }],
30
- matchLabels: { key1: "value1" }
31
- },
32
- targetResourceGroup: "/subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/testresourcegroup"
33
- };
34
- const credential = new DefaultAzureCredential();
35
- const client = new CustomLocationsManagementClient(credential, subscriptionId);
36
- const result = yield client.resourceSyncRules.beginCreateOrUpdateAndWait(resourceGroupName, resourceName, childResourceName, parameters);
37
- console.log(result);
38
- });
39
- }
40
- createOrUpdateResourceSyncRule().catch(console.error);
41
- //# sourceMappingURL=resourceSyncRulesCreateOrUpdateSample.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"resourceSyncRulesCreateOrUpdateSample.js","sourceRoot":"","sources":["../../samples-dev/resourceSyncRulesCreateOrUpdateSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAEL,+BAA+B,EAChC,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,8BAA8B;;QAC3C,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,mBAAmB,CAAC;QAC9C,MAAM,YAAY,GAAG,kBAAkB,CAAC;QACxC,MAAM,iBAAiB,GAAG,oBAAoB,CAAC;QAC/C,MAAM,UAAU,GAAqB;YACnC,QAAQ,EAAE,SAAS;YACnB,QAAQ,EAAE,GAAG;YACb,QAAQ,EAAE;gBACR,gBAAgB,EAAE,CAAC,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;gBACvE,WAAW,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE;aAChC;YACD,mBAAmB,EACjB,sFAAsF;SACzF,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,+BAA+B,CAChD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,iBAAiB,CAAC,0BAA0B,CACtE,iBAAiB,EACjB,YAAY,EACZ,iBAAiB,EACjB,UAAU,CACX,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,8BAA8B,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=resourceSyncRulesDeleteSample.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"resourceSyncRulesDeleteSample.d.ts","sourceRoot":"","sources":["../../samples-dev/resourceSyncRulesDeleteSample.ts"],"names":[],"mappings":""}
@@ -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
- import { __awaiter } from "tslib";
9
- // Copyright (c) Microsoft Corporation.
10
- // Licensed under the MIT License.
11
- import { CustomLocationsManagementClient } from "@azure/arm-extendedlocation";
12
- import { DefaultAzureCredential } from "@azure/identity";
13
- /**
14
- * This sample demonstrates how to Deletes the Resource Sync Rule with the specified Resource Sync Rule Name, Custom Location Resource Name, Resource Group, and Subscription Id.
15
- *
16
- * @summary Deletes the Resource Sync Rule with the specified Resource Sync Rule Name, Custom Location Resource Name, Resource Group, and Subscription Id.
17
- * x-ms-original-file: specification/extendedlocation/resource-manager/Microsoft.ExtendedLocation/preview/2021-08-31-preview/examples/ResourceSyncRulesDelete.json
18
- */
19
- function deleteResourceSyncRule() {
20
- return __awaiter(this, void 0, void 0, function* () {
21
- const subscriptionId = "11111111-2222-3333-4444-555555555555";
22
- const resourceGroupName = "testresourcegroup";
23
- const resourceName = "customLocation01";
24
- const childResourceName = "resourceSyncRule01";
25
- const credential = new DefaultAzureCredential();
26
- const client = new CustomLocationsManagementClient(credential, subscriptionId);
27
- const result = yield client.resourceSyncRules.delete(resourceGroupName, resourceName, childResourceName);
28
- console.log(result);
29
- });
30
- }
31
- deleteResourceSyncRule().catch(console.error);
32
- //# sourceMappingURL=resourceSyncRulesDeleteSample.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"resourceSyncRulesDeleteSample.js","sourceRoot":"","sources":["../../samples-dev/resourceSyncRulesDeleteSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,+BAA+B,EAAE,MAAM,6BAA6B,CAAC;AAC9E,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,sBAAsB;;QACnC,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,mBAAmB,CAAC;QAC9C,MAAM,YAAY,GAAG,kBAAkB,CAAC;QACxC,MAAM,iBAAiB,GAAG,oBAAoB,CAAC;QAC/C,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,+BAA+B,CAChD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,iBAAiB,CAAC,MAAM,CAClD,iBAAiB,EACjB,YAAY,EACZ,iBAAiB,CAClB,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,sBAAsB,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=resourceSyncRulesGetSample.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"resourceSyncRulesGetSample.d.ts","sourceRoot":"","sources":["../../samples-dev/resourceSyncRulesGetSample.ts"],"names":[],"mappings":""}
@@ -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
- import { __awaiter } from "tslib";
9
- // Copyright (c) Microsoft Corporation.
10
- // Licensed under the MIT License.
11
- import { CustomLocationsManagementClient } from "@azure/arm-extendedlocation";
12
- import { DefaultAzureCredential } from "@azure/identity";
13
- /**
14
- * This sample demonstrates how to Gets the details of the resourceSyncRule with a specified resource group, subscription id Custom Location resource name and Resource Sync Rule name.
15
- *
16
- * @summary Gets the details of the resourceSyncRule with a specified resource group, subscription id Custom Location resource name and Resource Sync Rule name.
17
- * x-ms-original-file: specification/extendedlocation/resource-manager/Microsoft.ExtendedLocation/preview/2021-08-31-preview/examples/ResourceSyncRulesGet.json
18
- */
19
- function getCustomLocation() {
20
- return __awaiter(this, void 0, void 0, function* () {
21
- const subscriptionId = "11111111-2222-3333-4444-555555555555";
22
- const resourceGroupName = "testresourcegroup";
23
- const resourceName = "customLocation01";
24
- const childResourceName = "resourceSyncRule01";
25
- const credential = new DefaultAzureCredential();
26
- const client = new CustomLocationsManagementClient(credential, subscriptionId);
27
- const result = yield client.resourceSyncRules.get(resourceGroupName, resourceName, childResourceName);
28
- console.log(result);
29
- });
30
- }
31
- getCustomLocation().catch(console.error);
32
- //# sourceMappingURL=resourceSyncRulesGetSample.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"resourceSyncRulesGetSample.js","sourceRoot":"","sources":["../../samples-dev/resourceSyncRulesGetSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,+BAA+B,EAAE,MAAM,6BAA6B,CAAC;AAC9E,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,iBAAiB;;QAC9B,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,mBAAmB,CAAC;QAC9C,MAAM,YAAY,GAAG,kBAAkB,CAAC;QACxC,MAAM,iBAAiB,GAAG,oBAAoB,CAAC;QAC/C,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,+BAA+B,CAChD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,iBAAiB,CAAC,GAAG,CAC/C,iBAAiB,EACjB,YAAY,EACZ,iBAAiB,CAClB,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,iBAAiB,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=resourceSyncRulesListByCustomLocationIdSample.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"resourceSyncRulesListByCustomLocationIdSample.d.ts","sourceRoot":"","sources":["../../samples-dev/resourceSyncRulesListByCustomLocationIdSample.ts"],"names":[],"mappings":""}