@azure/arm-purview 1.1.1-alpha.20250214.1 → 1.1.1-alpha.20250218.2

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 (447) hide show
  1. package/README.md +21 -12
  2. package/dist/browser/index.d.ts +5 -0
  3. package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
  4. package/{dist-esm/src → dist/browser}/index.js +4 -4
  5. package/dist/browser/index.js.map +1 -0
  6. package/dist/browser/lroImpl.js +25 -0
  7. package/dist/browser/lroImpl.js.map +1 -0
  8. package/dist/browser/models/index.js.map +1 -0
  9. package/dist/browser/models/mappers.js.map +1 -0
  10. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  11. package/dist/browser/models/parameters.js.map +1 -0
  12. package/{dist-esm/src → dist/browser}/operations/accounts.d.ts +3 -3
  13. package/dist/browser/operations/accounts.d.ts.map +1 -0
  14. package/{dist-esm/src → dist/browser}/operations/accounts.js +101 -113
  15. package/dist/browser/operations/accounts.js.map +1 -0
  16. package/{dist-esm/src → dist/browser}/operations/defaultAccounts.d.ts +3 -3
  17. package/dist/browser/operations/defaultAccounts.d.ts.map +1 -0
  18. package/{dist-esm/src → dist/browser}/operations/defaultAccounts.js +2 -2
  19. package/dist/browser/operations/defaultAccounts.js.map +1 -0
  20. package/dist/browser/operations/index.d.ts +6 -0
  21. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  22. package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +5 -5
  23. package/dist/browser/operations/index.js.map +1 -0
  24. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  25. package/dist/browser/operations/operations.d.ts.map +1 -0
  26. package/{dist-esm/src → dist/browser}/operations/operations.js +3 -3
  27. package/dist/browser/operations/operations.js.map +1 -0
  28. package/{dist-esm/src → dist/browser}/operations/privateEndpointConnections.d.ts +3 -3
  29. package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
  30. package/{dist-esm/src → dist/browser}/operations/privateEndpointConnections.js +80 -88
  31. package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
  32. package/{dist-esm/src → dist/browser}/operations/privateLinkResources.d.ts +3 -3
  33. package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
  34. package/{dist-esm/src → dist/browser}/operations/privateLinkResources.js +3 -3
  35. package/dist/browser/operations/privateLinkResources.js.map +1 -0
  36. package/{dist-esm/src → dist/browser}/operationsInterfaces/accounts.d.ts +1 -1
  37. package/dist/browser/operationsInterfaces/accounts.d.ts.map +1 -0
  38. package/dist/browser/operationsInterfaces/accounts.js.map +1 -0
  39. package/{dist-esm/src → dist/browser}/operationsInterfaces/defaultAccounts.d.ts +1 -1
  40. package/dist/browser/operationsInterfaces/defaultAccounts.d.ts.map +1 -0
  41. package/dist/browser/operationsInterfaces/defaultAccounts.js.map +1 -0
  42. package/dist/browser/operationsInterfaces/index.d.ts +6 -0
  43. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  44. package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +5 -5
  45. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  46. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  47. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  48. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  49. package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.d.ts +1 -1
  50. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  51. package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  52. package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.d.ts +1 -1
  53. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  54. package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
  55. package/dist/browser/package.json +3 -0
  56. package/dist/browser/pagingHelper.js.map +1 -0
  57. package/{dist-esm/src → dist/browser}/purviewManagementClient.d.ts +2 -2
  58. package/dist/browser/purviewManagementClient.d.ts.map +1 -0
  59. package/{dist-esm/src → dist/browser}/purviewManagementClient.js +15 -18
  60. package/dist/browser/purviewManagementClient.js.map +1 -0
  61. package/dist/commonjs/index.d.ts +5 -0
  62. package/dist/commonjs/index.d.ts.map +1 -0
  63. package/dist/commonjs/index.js +19 -0
  64. package/dist/commonjs/index.js.map +1 -0
  65. package/dist/commonjs/lroImpl.d.ts +16 -0
  66. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  67. package/dist/commonjs/lroImpl.js +29 -0
  68. package/dist/commonjs/lroImpl.js.map +1 -0
  69. package/{types/arm-purview.d.ts → dist/commonjs/models/index.d.ts} +906 -1236
  70. package/dist/commonjs/models/index.d.ts.map +1 -0
  71. package/dist/commonjs/models/index.js +113 -0
  72. package/dist/commonjs/models/index.js.map +1 -0
  73. package/dist/commonjs/models/mappers.d.ts +41 -0
  74. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  75. package/dist/commonjs/models/mappers.js +1241 -0
  76. package/dist/commonjs/models/mappers.js.map +1 -0
  77. package/dist/commonjs/models/parameters.d.ts +22 -0
  78. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  79. package/dist/commonjs/models/parameters.js +179 -0
  80. package/dist/commonjs/models/parameters.js.map +1 -0
  81. package/dist/commonjs/operations/accounts.d.ts +128 -0
  82. package/dist/commonjs/operations/accounts.d.ts.map +1 -0
  83. package/dist/commonjs/operations/accounts.js +612 -0
  84. package/dist/commonjs/operations/accounts.js.map +1 -0
  85. package/dist/commonjs/operations/defaultAccounts.d.ts +33 -0
  86. package/dist/commonjs/operations/defaultAccounts.d.ts.map +1 -0
  87. package/dist/commonjs/operations/defaultAccounts.js +113 -0
  88. package/dist/commonjs/operations/defaultAccounts.js.map +1 -0
  89. package/dist/commonjs/operations/index.d.ts +6 -0
  90. package/dist/commonjs/operations/index.d.ts.map +1 -0
  91. package/dist/commonjs/operations/index.js +16 -0
  92. package/dist/commonjs/operations/index.js.map +1 -0
  93. package/dist/commonjs/operations/operations.d.ts +32 -0
  94. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  95. package/dist/commonjs/operations/operations.js +138 -0
  96. package/dist/commonjs/operations/operations.js.map +1 -0
  97. package/dist/commonjs/operations/privateEndpointConnections.d.ts +81 -0
  98. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
  99. package/dist/commonjs/operations/privateEndpointConnections.js +361 -0
  100. package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
  101. package/dist/commonjs/operations/privateLinkResources.d.ts +46 -0
  102. package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
  103. package/dist/commonjs/operations/privateLinkResources.js +187 -0
  104. package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
  105. package/dist/commonjs/operationsInterfaces/accounts.d.ts +92 -0
  106. package/dist/commonjs/operationsInterfaces/accounts.d.ts.map +1 -0
  107. package/dist/commonjs/operationsInterfaces/accounts.js +10 -0
  108. package/dist/commonjs/operationsInterfaces/accounts.js.map +1 -0
  109. package/dist/commonjs/operationsInterfaces/defaultAccounts.d.ts +25 -0
  110. package/dist/commonjs/operationsInterfaces/defaultAccounts.d.ts.map +1 -0
  111. package/dist/commonjs/operationsInterfaces/defaultAccounts.js +10 -0
  112. package/dist/commonjs/operationsInterfaces/defaultAccounts.js.map +1 -0
  113. package/dist/commonjs/operationsInterfaces/index.d.ts +6 -0
  114. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  115. package/dist/commonjs/operationsInterfaces/index.js +16 -0
  116. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  117. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  118. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  119. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  120. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  121. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  122. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  123. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
  124. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  125. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +21 -0
  126. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  127. package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
  128. package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
  129. package/dist/commonjs/package.json +3 -0
  130. package/dist/commonjs/pagingHelper.d.ts +13 -0
  131. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  132. package/dist/commonjs/pagingHelper.js +36 -0
  133. package/dist/commonjs/pagingHelper.js.map +1 -0
  134. package/dist/commonjs/purviewManagementClient.d.ts +24 -0
  135. package/dist/commonjs/purviewManagementClient.d.ts.map +1 -0
  136. package/dist/commonjs/purviewManagementClient.js +106 -0
  137. package/dist/commonjs/purviewManagementClient.js.map +1 -0
  138. package/{types → dist/commonjs}/tsdoc-metadata.json +1 -1
  139. package/dist/esm/index.d.ts +5 -0
  140. package/dist/esm/index.d.ts.map +1 -0
  141. package/{src/index.ts → dist/esm/index.js} +5 -5
  142. package/dist/esm/index.js.map +1 -0
  143. package/dist/esm/lroImpl.d.ts +16 -0
  144. package/dist/esm/lroImpl.d.ts.map +1 -0
  145. package/dist/esm/lroImpl.js +25 -0
  146. package/dist/esm/lroImpl.js.map +1 -0
  147. package/dist/esm/models/index.d.ts +906 -0
  148. package/dist/esm/models/index.d.ts.map +1 -0
  149. package/dist/esm/models/index.js +110 -0
  150. package/dist/esm/models/index.js.map +1 -0
  151. package/dist/esm/models/mappers.d.ts +41 -0
  152. package/dist/esm/models/mappers.d.ts.map +1 -0
  153. package/dist/esm/models/mappers.js +1238 -0
  154. package/dist/esm/models/mappers.js.map +1 -0
  155. package/dist/esm/models/parameters.d.ts +22 -0
  156. package/dist/esm/models/parameters.d.ts.map +1 -0
  157. package/dist/esm/models/parameters.js +176 -0
  158. package/dist/esm/models/parameters.js.map +1 -0
  159. package/dist/esm/operations/accounts.d.ts +128 -0
  160. package/dist/esm/operations/accounts.d.ts.map +1 -0
  161. package/dist/esm/operations/accounts.js +608 -0
  162. package/dist/esm/operations/accounts.js.map +1 -0
  163. package/dist/esm/operations/defaultAccounts.d.ts +33 -0
  164. package/dist/esm/operations/defaultAccounts.d.ts.map +1 -0
  165. package/dist/esm/operations/defaultAccounts.js +108 -0
  166. package/dist/esm/operations/defaultAccounts.js.map +1 -0
  167. package/dist/esm/operations/index.d.ts +6 -0
  168. package/dist/esm/operations/index.d.ts.map +1 -0
  169. package/dist/esm/operations/index.js +13 -0
  170. package/dist/esm/operations/index.js.map +1 -0
  171. package/dist/esm/operations/operations.d.ts +32 -0
  172. package/dist/esm/operations/operations.d.ts.map +1 -0
  173. package/dist/esm/operations/operations.js +134 -0
  174. package/dist/esm/operations/operations.js.map +1 -0
  175. package/dist/esm/operations/privateEndpointConnections.d.ts +81 -0
  176. package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
  177. package/dist/esm/operations/privateEndpointConnections.js +357 -0
  178. package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
  179. package/dist/esm/operations/privateLinkResources.d.ts +46 -0
  180. package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
  181. package/dist/esm/operations/privateLinkResources.js +183 -0
  182. package/dist/esm/operations/privateLinkResources.js.map +1 -0
  183. package/dist/esm/operationsInterfaces/accounts.d.ts +92 -0
  184. package/dist/esm/operationsInterfaces/accounts.d.ts.map +1 -0
  185. package/dist/esm/operationsInterfaces/accounts.js +9 -0
  186. package/dist/esm/operationsInterfaces/accounts.js.map +1 -0
  187. package/dist/esm/operationsInterfaces/defaultAccounts.d.ts +25 -0
  188. package/dist/esm/operationsInterfaces/defaultAccounts.d.ts.map +1 -0
  189. package/dist/esm/operationsInterfaces/defaultAccounts.js +9 -0
  190. package/dist/esm/operationsInterfaces/defaultAccounts.js.map +1 -0
  191. package/dist/esm/operationsInterfaces/index.d.ts +6 -0
  192. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  193. package/dist/esm/operationsInterfaces/index.js +13 -0
  194. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  195. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  196. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  197. package/dist/esm/operationsInterfaces/operations.js +9 -0
  198. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  199. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  200. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  201. package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
  202. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  203. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +21 -0
  204. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  205. package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
  206. package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
  207. package/dist/esm/package.json +3 -0
  208. package/dist/esm/pagingHelper.d.ts +13 -0
  209. package/dist/esm/pagingHelper.d.ts.map +1 -0
  210. package/dist/esm/pagingHelper.js +32 -0
  211. package/dist/esm/pagingHelper.js.map +1 -0
  212. package/dist/esm/purviewManagementClient.d.ts +24 -0
  213. package/dist/esm/purviewManagementClient.d.ts.map +1 -0
  214. package/dist/esm/purviewManagementClient.js +101 -0
  215. package/dist/esm/purviewManagementClient.js.map +1 -0
  216. package/dist/react-native/index.d.ts +5 -0
  217. package/dist/react-native/index.d.ts.map +1 -0
  218. package/dist/react-native/index.js +13 -0
  219. package/dist/react-native/index.js.map +1 -0
  220. package/dist/react-native/lroImpl.d.ts +16 -0
  221. package/dist/react-native/lroImpl.d.ts.map +1 -0
  222. package/dist/react-native/lroImpl.js +25 -0
  223. package/dist/react-native/lroImpl.js.map +1 -0
  224. package/dist/react-native/models/index.d.ts +906 -0
  225. package/dist/react-native/models/index.d.ts.map +1 -0
  226. package/dist/react-native/models/index.js +110 -0
  227. package/dist/react-native/models/index.js.map +1 -0
  228. package/dist/react-native/models/mappers.d.ts +41 -0
  229. package/dist/react-native/models/mappers.d.ts.map +1 -0
  230. package/dist/react-native/models/mappers.js +1238 -0
  231. package/dist/react-native/models/mappers.js.map +1 -0
  232. package/dist/react-native/models/parameters.d.ts +22 -0
  233. package/dist/react-native/models/parameters.d.ts.map +1 -0
  234. package/dist/react-native/models/parameters.js +176 -0
  235. package/dist/react-native/models/parameters.js.map +1 -0
  236. package/dist/react-native/operations/accounts.d.ts +128 -0
  237. package/dist/react-native/operations/accounts.d.ts.map +1 -0
  238. package/dist/react-native/operations/accounts.js +608 -0
  239. package/dist/react-native/operations/accounts.js.map +1 -0
  240. package/dist/react-native/operations/defaultAccounts.d.ts +33 -0
  241. package/dist/react-native/operations/defaultAccounts.d.ts.map +1 -0
  242. package/dist/react-native/operations/defaultAccounts.js +108 -0
  243. package/dist/react-native/operations/defaultAccounts.js.map +1 -0
  244. package/dist/react-native/operations/index.d.ts +6 -0
  245. package/dist/react-native/operations/index.d.ts.map +1 -0
  246. package/dist/react-native/operations/index.js +13 -0
  247. package/dist/react-native/operations/index.js.map +1 -0
  248. package/dist/react-native/operations/operations.d.ts +32 -0
  249. package/dist/react-native/operations/operations.d.ts.map +1 -0
  250. package/dist/react-native/operations/operations.js +134 -0
  251. package/dist/react-native/operations/operations.js.map +1 -0
  252. package/dist/react-native/operations/privateEndpointConnections.d.ts +81 -0
  253. package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
  254. package/dist/react-native/operations/privateEndpointConnections.js +357 -0
  255. package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
  256. package/dist/react-native/operations/privateLinkResources.d.ts +46 -0
  257. package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
  258. package/dist/react-native/operations/privateLinkResources.js +183 -0
  259. package/dist/react-native/operations/privateLinkResources.js.map +1 -0
  260. package/dist/react-native/operationsInterfaces/accounts.d.ts +92 -0
  261. package/dist/react-native/operationsInterfaces/accounts.d.ts.map +1 -0
  262. package/dist/react-native/operationsInterfaces/accounts.js +9 -0
  263. package/dist/react-native/operationsInterfaces/accounts.js.map +1 -0
  264. package/dist/react-native/operationsInterfaces/defaultAccounts.d.ts +25 -0
  265. package/dist/react-native/operationsInterfaces/defaultAccounts.d.ts.map +1 -0
  266. package/dist/react-native/operationsInterfaces/defaultAccounts.js +9 -0
  267. package/dist/react-native/operationsInterfaces/defaultAccounts.js.map +1 -0
  268. package/dist/react-native/operationsInterfaces/index.d.ts +6 -0
  269. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  270. package/dist/react-native/operationsInterfaces/index.js +13 -0
  271. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  272. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  273. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  274. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  275. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  276. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  277. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  278. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
  279. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  280. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +21 -0
  281. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  282. package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
  283. package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
  284. package/dist/react-native/package.json +3 -0
  285. package/dist/react-native/pagingHelper.d.ts +13 -0
  286. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  287. package/dist/react-native/pagingHelper.js +32 -0
  288. package/dist/react-native/pagingHelper.js.map +1 -0
  289. package/dist/react-native/purviewManagementClient.d.ts +24 -0
  290. package/dist/react-native/purviewManagementClient.d.ts.map +1 -0
  291. package/dist/react-native/purviewManagementClient.js +101 -0
  292. package/dist/react-native/purviewManagementClient.js.map +1 -0
  293. package/package.json +67 -36
  294. package/dist/index.js +0 -3141
  295. package/dist/index.js.map +0 -1
  296. package/dist/index.min.js +0 -1
  297. package/dist/index.min.js.map +0 -1
  298. package/dist-esm/samples-dev/accountsAddRootCollectionAdminSample.d.ts +0 -2
  299. package/dist-esm/samples-dev/accountsAddRootCollectionAdminSample.d.ts.map +0 -1
  300. package/dist-esm/samples-dev/accountsAddRootCollectionAdminSample.js +0 -25
  301. package/dist-esm/samples-dev/accountsAddRootCollectionAdminSample.js.map +0 -1
  302. package/dist-esm/samples-dev/accountsCheckNameAvailabilitySample.d.ts +0 -2
  303. package/dist-esm/samples-dev/accountsCheckNameAvailabilitySample.d.ts.map +0 -1
  304. package/dist-esm/samples-dev/accountsCheckNameAvailabilitySample.js +0 -24
  305. package/dist-esm/samples-dev/accountsCheckNameAvailabilitySample.js.map +0 -1
  306. package/dist-esm/samples-dev/accountsCreateOrUpdateSample.d.ts +0 -2
  307. package/dist-esm/samples-dev/accountsCreateOrUpdateSample.d.ts.map +0 -1
  308. package/dist-esm/samples-dev/accountsCreateOrUpdateSample.js +0 -26
  309. package/dist-esm/samples-dev/accountsCreateOrUpdateSample.js.map +0 -1
  310. package/dist-esm/samples-dev/accountsDeleteSample.d.ts +0 -2
  311. package/dist-esm/samples-dev/accountsDeleteSample.d.ts.map +0 -1
  312. package/dist-esm/samples-dev/accountsDeleteSample.js +0 -29
  313. package/dist-esm/samples-dev/accountsDeleteSample.js.map +0 -1
  314. package/dist-esm/samples-dev/accountsGetSample.d.ts +0 -2
  315. package/dist-esm/samples-dev/accountsGetSample.d.ts.map +0 -1
  316. package/dist-esm/samples-dev/accountsGetSample.js +0 -29
  317. package/dist-esm/samples-dev/accountsGetSample.js.map +0 -1
  318. package/dist-esm/samples-dev/accountsListByResourceGroupSample.d.ts +0 -2
  319. package/dist-esm/samples-dev/accountsListByResourceGroupSample.d.ts.map +0 -1
  320. package/dist-esm/samples-dev/accountsListByResourceGroupSample.js +0 -44
  321. package/dist-esm/samples-dev/accountsListByResourceGroupSample.js.map +0 -1
  322. package/dist-esm/samples-dev/accountsListBySubscriptionSample.d.ts +0 -2
  323. package/dist-esm/samples-dev/accountsListBySubscriptionSample.d.ts.map +0 -1
  324. package/dist-esm/samples-dev/accountsListBySubscriptionSample.js +0 -43
  325. package/dist-esm/samples-dev/accountsListBySubscriptionSample.js.map +0 -1
  326. package/dist-esm/samples-dev/accountsListKeysSample.d.ts +0 -2
  327. package/dist-esm/samples-dev/accountsListKeysSample.d.ts.map +0 -1
  328. package/dist-esm/samples-dev/accountsListKeysSample.js +0 -29
  329. package/dist-esm/samples-dev/accountsListKeysSample.js.map +0 -1
  330. package/dist-esm/samples-dev/accountsUpdateSample.d.ts +0 -2
  331. package/dist-esm/samples-dev/accountsUpdateSample.d.ts.map +0 -1
  332. package/dist-esm/samples-dev/accountsUpdateSample.js +0 -25
  333. package/dist-esm/samples-dev/accountsUpdateSample.js.map +0 -1
  334. package/dist-esm/samples-dev/defaultAccountsGetSample.d.ts +0 -2
  335. package/dist-esm/samples-dev/defaultAccountsGetSample.d.ts.map +0 -1
  336. package/dist-esm/samples-dev/defaultAccountsGetSample.js +0 -24
  337. package/dist-esm/samples-dev/defaultAccountsGetSample.js.map +0 -1
  338. package/dist-esm/samples-dev/defaultAccountsRemoveSample.d.ts +0 -2
  339. package/dist-esm/samples-dev/defaultAccountsRemoveSample.d.ts.map +0 -1
  340. package/dist-esm/samples-dev/defaultAccountsRemoveSample.js +0 -24
  341. package/dist-esm/samples-dev/defaultAccountsRemoveSample.js.map +0 -1
  342. package/dist-esm/samples-dev/defaultAccountsSetSample.d.ts +0 -2
  343. package/dist-esm/samples-dev/defaultAccountsSetSample.d.ts.map +0 -1
  344. package/dist-esm/samples-dev/defaultAccountsSetSample.js +0 -28
  345. package/dist-esm/samples-dev/defaultAccountsSetSample.js.map +0 -1
  346. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  347. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  348. package/dist-esm/samples-dev/operationsListSample.js +0 -43
  349. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  350. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts +0 -2
  351. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts.map +0 -1
  352. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +0 -29
  353. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js.map +0 -1
  354. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
  355. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
  356. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -30
  357. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
  358. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
  359. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
  360. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -30
  361. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
  362. package/dist-esm/samples-dev/privateEndpointConnectionsListByAccountSample.d.ts +0 -2
  363. package/dist-esm/samples-dev/privateEndpointConnectionsListByAccountSample.d.ts.map +0 -1
  364. package/dist-esm/samples-dev/privateEndpointConnectionsListByAccountSample.js +0 -45
  365. package/dist-esm/samples-dev/privateEndpointConnectionsListByAccountSample.js.map +0 -1
  366. package/dist-esm/samples-dev/privateLinkResourcesGetByGroupIdSample.d.ts +0 -2
  367. package/dist-esm/samples-dev/privateLinkResourcesGetByGroupIdSample.d.ts.map +0 -1
  368. package/dist-esm/samples-dev/privateLinkResourcesGetByGroupIdSample.js +0 -30
  369. package/dist-esm/samples-dev/privateLinkResourcesGetByGroupIdSample.js.map +0 -1
  370. package/dist-esm/samples-dev/privateLinkResourcesListByAccountSample.d.ts +0 -2
  371. package/dist-esm/samples-dev/privateLinkResourcesListByAccountSample.d.ts.map +0 -1
  372. package/dist-esm/samples-dev/privateLinkResourcesListByAccountSample.js +0 -45
  373. package/dist-esm/samples-dev/privateLinkResourcesListByAccountSample.js.map +0 -1
  374. package/dist-esm/src/index.d.ts +0 -5
  375. package/dist-esm/src/index.js.map +0 -1
  376. package/dist-esm/src/lroImpl.js +0 -29
  377. package/dist-esm/src/lroImpl.js.map +0 -1
  378. package/dist-esm/src/models/index.js.map +0 -1
  379. package/dist-esm/src/models/mappers.js.map +0 -1
  380. package/dist-esm/src/models/parameters.js.map +0 -1
  381. package/dist-esm/src/operations/accounts.d.ts.map +0 -1
  382. package/dist-esm/src/operations/accounts.js.map +0 -1
  383. package/dist-esm/src/operations/defaultAccounts.d.ts.map +0 -1
  384. package/dist-esm/src/operations/defaultAccounts.js.map +0 -1
  385. package/dist-esm/src/operations/index.d.ts +0 -6
  386. package/dist-esm/src/operations/index.js.map +0 -1
  387. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  388. package/dist-esm/src/operations/operations.js.map +0 -1
  389. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
  390. package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
  391. package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
  392. package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
  393. package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +0 -1
  394. package/dist-esm/src/operationsInterfaces/accounts.js.map +0 -1
  395. package/dist-esm/src/operationsInterfaces/defaultAccounts.d.ts.map +0 -1
  396. package/dist-esm/src/operationsInterfaces/defaultAccounts.js.map +0 -1
  397. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -6
  398. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  399. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  400. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  401. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  402. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  403. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
  404. package/dist-esm/src/pagingHelper.js.map +0 -1
  405. package/dist-esm/src/purviewManagementClient.d.ts.map +0 -1
  406. package/dist-esm/src/purviewManagementClient.js.map +0 -1
  407. package/dist-esm/test/sampleTest.d.ts +0 -2
  408. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  409. package/dist-esm/test/sampleTest.js +0 -42
  410. package/dist-esm/test/sampleTest.js.map +0 -1
  411. package/src/lroImpl.ts +0 -34
  412. package/src/models/index.ts +0 -1018
  413. package/src/models/mappers.ts +0 -1307
  414. package/src/models/parameters.ts +0 -208
  415. package/src/operations/accounts.ts +0 -829
  416. package/src/operations/defaultAccounts.ts +0 -146
  417. package/src/operations/index.ts +0 -13
  418. package/src/operations/operations.ts +0 -150
  419. package/src/operations/privateEndpointConnections.ts +0 -511
  420. package/src/operations/privateLinkResources.ts +0 -247
  421. package/src/operationsInterfaces/accounts.ts +0 -179
  422. package/src/operationsInterfaces/defaultAccounts.ts +0 -52
  423. package/src/operationsInterfaces/index.ts +0 -13
  424. package/src/operationsInterfaces/operations.ts +0 -22
  425. package/src/operationsInterfaces/privateEndpointConnections.ts +0 -109
  426. package/src/operationsInterfaces/privateLinkResources.ts +0 -44
  427. package/src/pagingHelper.ts +0 -39
  428. package/src/purviewManagementClient.ts +0 -160
  429. package/tsconfig.json +0 -33
  430. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  431. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  432. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  433. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  434. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  435. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  436. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  437. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  438. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  439. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  440. /package/{dist-esm/src → dist/browser}/operationsInterfaces/accounts.js +0 -0
  441. /package/{dist-esm/src → dist/browser}/operationsInterfaces/defaultAccounts.js +0 -0
  442. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  443. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
  444. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
  445. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  446. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  447. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
package/README.md CHANGED
@@ -48,20 +48,28 @@ Set the values of the client ID, tenant ID, and client secret of the AAD applica
48
48
 
49
49
  For more information about how to create an Azure AD Application check out [this guide](https://learn.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal).
50
50
 
51
- ```javascript
52
- const { PurviewManagementClient } = require("@azure/arm-purview");
53
- const { DefaultAzureCredential } = require("@azure/identity");
54
- // For client-side applications running in the browser, use InteractiveBrowserCredential instead of DefaultAzureCredential. See https://aka.ms/azsdk/js/identity/examples for more details.
51
+ Using Node.js and Node-like environments, you can use the `DefaultAzureCredential` class to authenticate the client.
52
+
53
+ ```ts snippet:ReadmeSampleCreateClient_Node
54
+ import { PurviewManagementClient } from "@azure/arm-purview";
55
+ import { DefaultAzureCredential } from "@azure/identity";
55
56
 
56
57
  const subscriptionId = "00000000-0000-0000-0000-000000000000";
57
58
  const client = new PurviewManagementClient(new DefaultAzureCredential(), subscriptionId);
59
+ ```
60
+
61
+ For browser environments, use the `InteractiveBrowserCredential` from the `@azure/identity` package to authenticate.
58
62
 
59
- // For client-side applications running in the browser, use this code instead:
60
- // const credential = new InteractiveBrowserCredential({
61
- // tenantId: "<YOUR_TENANT_ID>",
62
- // clientId: "<YOUR_CLIENT_ID>"
63
- // });
64
- // const client = new PurviewManagementClient(credential, subscriptionId);
63
+ ```ts snippet:ReadmeSampleCreateClient_Browser
64
+ import { InteractiveBrowserCredential } from "@azure/identity";
65
+ import { PurviewManagementClient } from "@azure/arm-purview";
66
+
67
+ const subscriptionId = "00000000-0000-0000-0000-000000000000";
68
+ const credential = new InteractiveBrowserCredential({
69
+ tenantId: "<YOUR_TENANT_ID>",
70
+ clientId: "<YOUR_CLIENT_ID>",
71
+ });
72
+ const client = new PurviewManagementClient(credential, subscriptionId);
65
73
  ```
66
74
 
67
75
  ### JavaScript Bundle
@@ -80,8 +88,9 @@ To use this client library in the browser, first you need to use a bundler. For
80
88
 
81
89
  Enabling logging may help uncover useful information about failures. In order to see a log of HTTP requests and responses, set the `AZURE_LOG_LEVEL` environment variable to `info`. Alternatively, logging can be enabled at runtime by calling `setLogLevel` in the `@azure/logger`:
82
90
 
83
- ```javascript
84
- const { setLogLevel } = require("@azure/logger");
91
+ ```ts snippet:SetLogLevel
92
+ import { setLogLevel } from "@azure/logger";
93
+
85
94
  setLogLevel("info");
86
95
  ```
87
96
 
@@ -0,0 +1,5 @@
1
+ export { getContinuationToken } from "./pagingHelper.js";
2
+ export * from "./models/index.js";
3
+ export { PurviewManagementClient } from "./purviewManagementClient.js";
4
+ export * from "./operationsInterfaces/index.js";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AACtD,cAAc,UAAU,CAAC;AACzB,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,cAAc,wBAAwB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AACvE,cAAc,iCAAiC,CAAC"}
@@ -6,8 +6,8 @@
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
8
  /// <reference lib="esnext.asynciterable" />
9
- export { getContinuationToken } from "./pagingHelper";
10
- export * from "./models";
11
- export { PurviewManagementClient } from "./purviewManagementClient";
12
- export * from "./operationsInterfaces";
9
+ export { getContinuationToken } from "./pagingHelper.js";
10
+ export * from "./models/index.js";
11
+ export { PurviewManagementClient } from "./purviewManagementClient.js";
12
+ export * from "./operationsInterfaces/index.js";
13
13
  //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,4CAA4C;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AACvE,cAAc,iCAAiC,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/// <reference lib=\"esnext.asynciterable\" />\nexport { getContinuationToken } from \"./pagingHelper.js\";\nexport * from \"./models/index.js\";\nexport { PurviewManagementClient } from \"./purviewManagementClient.js\";\nexport * from \"./operationsInterfaces/index.js\";\n"]}
@@ -0,0 +1,25 @@
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 { __rest } from "tslib";
9
+ export class LroImpl {
10
+ constructor(sendOperationFn, args, spec, requestPath = spec.path, requestMethod = spec.httpMethod) {
11
+ this.sendOperationFn = sendOperationFn;
12
+ this.args = args;
13
+ this.spec = spec;
14
+ this.requestPath = requestPath;
15
+ this.requestMethod = requestMethod;
16
+ }
17
+ async sendInitialRequest() {
18
+ return this.sendOperationFn(this.args, this.spec);
19
+ }
20
+ async sendPollRequest(path) {
21
+ const _a = this.spec, { requestBody } = _a, restSpec = __rest(_a, ["requestBody"]);
22
+ return this.sendOperationFn(this.args, Object.assign(Object.assign({}, restSpec), { path, httpMethod: "GET" }));
23
+ }
24
+ }
25
+ //# sourceMappingURL=lroImpl.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAIH,MAAM,OAAO,OAAO;IAClB,YACU,eAAkE,EAClE,IAA6B,EAC7B,IAIe,EAChB,cAAsB,IAAI,CAAC,IAAK,EAChC,gBAAwB,IAAI,CAAC,UAAU;QARtC,oBAAe,GAAf,eAAe,CAAmD;QAClE,SAAI,GAAJ,IAAI,CAAyB;QAC7B,SAAI,GAAJ,IAAI,CAIW;QAChB,gBAAW,GAAX,WAAW,CAAqB;QAChC,kBAAa,GAAb,aAAa,CAA0B;IAC7C,CAAC;IACG,KAAK,CAAC,kBAAkB;QAC7B,OAAO,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC;IACpD,CAAC;IACM,KAAK,CAAC,eAAe,CAAC,IAAY;QACvC,MAAM,KAA+B,IAAI,CAAC,IAAI,EAAxC,EAAE,WAAW,OAA2B,EAAtB,QAAQ,cAA1B,eAA4B,CAAY,CAAC;QAC/C,OAAO,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,IAAI,kCAChC,QAAQ,KACX,IAAI,EACJ,UAAU,EAAE,KAAK,IACjB,CAAC;IACL,CAAC;CACF","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport class LroImpl<T> implements LongRunningOperation<T> {\n constructor(\n private sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>,\n private args: Record<string, unknown>,\n private spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>,\n public requestPath: string = spec.path!,\n public requestMethod: string = spec.httpMethod\n ) {}\n public async sendInitialRequest(): Promise<LroResponse<T>> {\n return this.sendOperationFn(this.args, this.spec);\n }\n public async sendPollRequest(path: string): Promise<LroResponse<T>> {\n const { requestBody, ...restSpec } = this.spec;\n return this.sendOperationFn(this.args, {\n ...restSpec,\n path,\n httpMethod: \"GET\"\n });\n }\n}\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AA8kBH,+DAA+D;AAC/D,MAAM,CAAN,IAAY,WAWX;AAXD,WAAY,WAAW;IACrB,cAAc;IACd,kCAAmB,CAAA;IACnB,cAAc;IACd,kCAAmB,CAAA;IACnB,eAAe;IACf,oCAAqB,CAAA;IACrB,eAAe;IACf,oCAAqB,CAAA;IACrB,mBAAmB;IACnB,4CAA6B,CAAA;AAC/B,CAAC,EAXW,WAAW,KAAX,WAAW,QAWtB;AAeD,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBAmBX;AAnBD,WAAY,sBAAsB;IAChC,cAAc;IACd,6CAAmB,CAAA;IACnB,eAAe;IACf,+CAAqB,CAAA;IACrB,aAAa;IACb,2CAAiB,CAAA;IACjB,eAAe;IACf,+CAAqB,CAAA;IACrB,mBAAmB;IACnB,uDAA6B,CAAA;IAC7B,kBAAkB;IAClB,qDAA2B,CAAA;IAC3B,aAAa;IACb,2CAAiB,CAAA;IACjB,gBAAgB;IAChB,iDAAuB,CAAA;IACvB,eAAe;IACf,+CAAqB,CAAA;AACvB,CAAC,EAnBW,sBAAsB,KAAtB,sBAAsB,QAmBjC;AAmBD,4EAA4E;AAC5E,MAAM,CAAN,IAAY,wBAOX;AAPD,WAAY,wBAAwB;IAClC,mBAAmB;IACnB,yDAA6B,CAAA;IAC7B,cAAc;IACd,+CAAmB,CAAA;IACnB,eAAe;IACf,iDAAqB,CAAA;AACvB,CAAC,EAPW,wBAAwB,KAAxB,wBAAwB,QAOnC;AAaD,6DAA6D;AAC7D,MAAM,CAAN,IAAY,SAGX;AAHD,WAAY,SAAS;IACnB,eAAe;IACf,kCAAqB,CAAA;AACvB,CAAC,EAHW,SAAS,KAAT,SAAS,QAGpB;AAWD,6DAA6D;AAC7D,MAAM,CAAN,IAAY,SAOX;AAPD,WAAY,SAAS;IACnB,WAAW;IACX,0BAAa,CAAA;IACb,qBAAqB;IACrB,8CAAiC,CAAA;IACjC,mBAAmB;IACnB,0CAA6B,CAAA;AAC/B,CAAC,EAPW,SAAS,KAAT,SAAS,QAOpB;AAaD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,kBAAkB;IAClB,iDAA2B,CAAA;IAC3B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,UAAU;IACV,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,KAAlB,kBAAkB,QAS7B;AAcD,2EAA2E;AAC3E,MAAM,CAAN,IAAY,uBASX;AATD,WAAY,uBAAuB;IACjC,WAAW;IACX,wCAAa,CAAA;IACb,kBAAkB;IAClB,sDAA2B,CAAA;IAC3B,sBAAsB;IACtB,8DAAmC,CAAA;IACnC,UAAU;IACV,sCAAW,CAAA;AACb,CAAC,EATW,uBAAuB,KAAvB,uBAAuB,QASlC;AAcD,kEAAkE;AAClE,MAAM,CAAN,IAAY,cAKX;AALD,WAAY,cAAc;IACxB,aAAa;IACb,mCAAiB,CAAA;IACjB,mBAAmB;IACnB,+CAA6B,CAAA;AAC/B,CAAC,EALW,cAAc,KAAd,cAAc,QAKzB;AAYD,+DAA+D;AAC/D,MAAM,CAAN,IAAY,WAKX;AALD,WAAY,WAAW;IACrB,cAAc;IACd,kCAAmB,CAAA;IACnB,oBAAoB;IACpB,8CAA+B,CAAA;AACjC,CAAC,EALW,WAAW,KAAX,WAAW,QAKtB","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** Paged list of account resources */\nexport interface AccountList {\n /** Total item count. */\n count?: number;\n /** The Url of next result page. */\n nextLink?: string;\n /** Collection of items of type results. */\n value: Account[];\n}\n\n/** The account properties */\nexport interface AccountProperties {\n /**\n * Cloud connectors.\n * External cloud identifier used as part of scanning configuration.\n */\n cloudConnectors?: CloudConnectors;\n /**\n * Gets the time at which the entity was created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdAt?: Date;\n /**\n * Gets the creator of the entity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdBy?: string;\n /**\n * Gets the creators of the entity's object id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdByObjectId?: string;\n /**\n * The URIs that are the public endpoints of the account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endpoints?: AccountPropertiesEndpoints;\n /**\n * Gets or sets the friendly name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly friendlyName?: string;\n /** Gets or sets the managed resource group name */\n managedResourceGroupName?: string;\n /**\n * Gets the resource identifiers of the managed resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly managedResources?: AccountPropertiesManagedResources;\n /**\n * Gets the private endpoint connections information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateEndpointConnections?: PrivateEndpointConnection[];\n /**\n * Gets or sets the state of the provisioning.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /** Gets or sets the public network access. */\n publicNetworkAccess?: PublicNetworkAccess;\n}\n\n/** External Cloud Service connectors */\nexport interface CloudConnectors {\n /**\n * AWS external identifier.\n * Configured in AWS to allow use of the role arn used for scanning\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly awsExternalId?: string;\n}\n\n/** The account endpoints */\nexport interface AccountEndpoints {\n /**\n * Gets the catalog endpoint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly catalog?: string;\n /**\n * Gets the guardian endpoint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly guardian?: string;\n /**\n * Gets the scan endpoint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly scan?: string;\n}\n\n/** The managed resources in customer subscription. */\nexport interface ManagedResources {\n /**\n * Gets the managed event hub namespace resource identifier.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly eventHubNamespace?: string;\n /**\n * Gets the managed resource group resource identifier. This resource group will host resource dependencies for the account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceGroup?: string;\n /**\n * Gets the managed storage account resource identifier.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly storageAccount?: string;\n}\n\n/** A private endpoint class. */\nexport interface PrivateEndpoint {\n /** The private endpoint identifier. */\n id?: string;\n}\n\n/** The private link service connection state. */\nexport interface PrivateLinkServiceConnectionState {\n /** The required actions. */\n actionsRequired?: string;\n /** The description. */\n description?: string;\n /** The status. */\n status?: Status;\n}\n\n/** Proxy Azure Resource */\nexport interface ProxyResource {\n /**\n * Gets or sets the identifier.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Gets or sets the name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Gets or sets the type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** The Sku */\nexport interface AccountSkuAutoGenerated {\n /** Gets or sets the sku capacity. */\n capacity?: number;\n /** Gets or sets the sku name. */\n name?: Name;\n}\n\n/** Azure ARM Tracked Resource */\nexport interface TrackedResource {\n /**\n * Gets or sets the identifier.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /** Identity Info on the tracked resource */\n identity?: Identity;\n /** Gets or sets the location. */\n location?: string;\n /**\n * Gets or sets the name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Metadata pertaining to creation and last modification of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: TrackedResourceSystemData;\n /** Tags on the azure resource. */\n tags?: { [propertyName: string]: string };\n /**\n * Gets or sets the type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** The Managed Identity of the resource */\nexport interface Identity {\n /**\n * Service principal object Id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * Tenant Id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** Identity Type */\n type?: Type;\n /** User Assigned Identities */\n userAssignedIdentities?: { [propertyName: string]: UserAssignedIdentity };\n}\n\n/** Uses client ID and Principal ID */\nexport interface UserAssignedIdentity {\n /**\n * Gets or Sets Client ID\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clientId?: string;\n /**\n * Gets or Sets Principal ID\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /**\n * The timestamp of resource creation (UTC).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdAt?: Date;\n /**\n * The identity that created the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdBy?: string;\n /**\n * The type of identity that created the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdByType?: CreatedByType;\n /**\n * The timestamp of the last modification the resource (UTC).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedAt?: Date;\n /**\n * The identity that last modified the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedBy?: string;\n /**\n * The type of identity that last modified the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedByType?: LastModifiedByType;\n}\n\n/** Default error response model */\nexport interface ErrorResponseModel {\n /**\n * Gets or sets the error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly error?: ErrorResponseModelError;\n}\n\n/** Default error model */\nexport interface ErrorModel {\n /**\n * Gets or sets the code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * Gets or sets the details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorModel[];\n /**\n * Gets or sets the messages.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * Gets or sets the target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n}\n\n/** The account update properties. */\nexport interface AccountUpdateParameters {\n /** Identity related info to add/remove userAssignedIdentities. */\n identity?: Identity;\n /** The account properties. */\n properties?: AccountProperties;\n /** Tags on the azure resource. */\n tags?: { [propertyName: string]: string };\n}\n\n/** The Account access keys. */\nexport interface AccessKeys {\n /** Gets or sets the primary connection string. */\n atlasKafkaPrimaryEndpoint?: string;\n /** Gets or sets the secondary connection string. */\n atlasKafkaSecondaryEndpoint?: string;\n}\n\n/** Collection administrator update. */\nexport interface CollectionAdminUpdate {\n /** Gets or sets the object identifier of the admin. */\n objectId?: string;\n}\n\n/** Payload to get and set the default account in the given scope */\nexport interface DefaultAccountPayload {\n /** The name of the account that is set as the default. */\n accountName?: string;\n /** The resource group name of the account that is set as the default. */\n resourceGroupName?: string;\n /** The scope object ID. For example, sub ID or tenant ID. */\n scope?: string;\n /** The scope tenant in which the default account is set. */\n scopeTenantId?: string;\n /** The scope where the default account is set. */\n scopeType?: ScopeType;\n /** The subscription ID of the account that is set as the default. */\n subscriptionId?: string;\n}\n\n/** Paged list of operation resources */\nexport interface OperationList {\n /** Total item count. */\n count?: number;\n /** The Url of next result page. */\n nextLink?: string;\n /** Collection of items of type results. */\n value: Operation[];\n}\n\n/** Operation resource */\nexport interface Operation {\n /** Properties on the operation */\n display?: OperationDisplay;\n /** Whether operation is a data action */\n isDataAction?: boolean;\n /** Operation name for display purposes */\n name?: string;\n /** origin of the operation */\n origin?: string;\n /** meta service specification */\n serviceSpecification?: OperationMetaServiceSpecification;\n}\n\n/** The response model for get operation properties */\nexport interface OperationDisplay {\n /** Description of the operation for display purposes */\n description?: string;\n /** Name of the operation for display purposes */\n operation?: string;\n /** Name of the provider for display purposes */\n provider?: string;\n /** Name of the resource type for display purposes */\n resource?: string;\n}\n\n/** The operation meta service specification */\nexport interface OperationMetaServiceSpecification {\n /** log specifications for the operation */\n logSpecifications?: OperationMetaLogSpecification[];\n /** metric specifications for the operation */\n metricSpecifications?: OperationMetaMetricSpecification[];\n}\n\n/** log specifications for operation api */\nexport interface OperationMetaLogSpecification {\n /** blob duration of the log */\n blobDuration?: string;\n /** localized name of the log category */\n displayName?: string;\n /** name of the log category */\n name?: string;\n}\n\n/** metric specifications for the operation */\nexport interface OperationMetaMetricSpecification {\n /** aggregation type of metric */\n aggregationType?: string;\n /** properties for dimension */\n dimensions?: DimensionProperties[];\n /** description of the metric */\n displayDescription?: string;\n /** localized name of the metric */\n displayName?: string;\n /** enable regional mdm account */\n enableRegionalMdmAccount?: string;\n /** internal metric name */\n internalMetricName?: string;\n /** name of the metric */\n name?: string;\n /** dimension name use to replace resource id if specified */\n resourceIdDimensionNameOverride?: string;\n /**\n * Metric namespace.\n * Only set the namespace if different from the default value,\n * leaving it empty makes it use the value from the ARM manifest.\n */\n sourceMdmNamespace?: string;\n /** supported aggregation types */\n supportedAggregationTypes?: string[];\n /** supported time grain types */\n supportedTimeGrainTypes?: string[];\n /** units for the metric */\n unit?: string;\n}\n\n/** properties for dimension */\nexport interface DimensionProperties {\n /** localized display name of the dimension to customer */\n displayName?: string;\n /** dimension name */\n name?: string;\n /** flag indicating whether this dimension should be included to the customer in Azure Monitor logs (aka Shoebox) */\n toBeExportedForCustomer?: boolean;\n}\n\n/** Paged list of private endpoint connections */\nexport interface PrivateEndpointConnectionList {\n /** Total item count. */\n count?: number;\n /** The Url of next result page. */\n nextLink?: string;\n /** Collection of items of type results. */\n value: PrivateEndpointConnection[];\n}\n\n/** Paged list of private link resources */\nexport interface PrivateLinkResourceList {\n /** Total item count. */\n count?: number;\n /** The Url of next result page. */\n nextLink?: string;\n /** Collection of items of type results. */\n value: PrivateLinkResource[];\n}\n\n/** A privately linkable resource. */\nexport interface PrivateLinkResource {\n /**\n * The private link resource identifier.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The private link resource name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The private link resource properties.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly properties?: PrivateLinkResourceProperties;\n /**\n * The private link resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** A privately linkable resource properties. */\nexport interface PrivateLinkResourceProperties {\n /**\n * The private link resource group identifier.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groupId?: string;\n /**\n * This translates to how many Private IPs should be created for each privately linkable resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requiredMembers?: string[];\n /**\n * The required zone names for private link resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requiredZoneNames?: string[];\n}\n\n/** The request payload for CheckNameAvailability API */\nexport interface CheckNameAvailabilityRequest {\n /** Resource name to verify for availability */\n name?: string;\n /** Fully qualified resource type which includes provider namespace */\n type?: string;\n}\n\n/** The response payload for CheckNameAvailability API */\nexport interface CheckNameAvailabilityResult {\n /** Error message */\n message?: string;\n /** Indicates if name is valid and available. */\n nameAvailable?: boolean;\n /** The reason the name is not available. */\n reason?: Reason;\n}\n\n/** The URIs that are the public endpoints of the account. */\nexport interface AccountPropertiesEndpoints extends AccountEndpoints {}\n\n/** Gets the resource identifiers of the managed resources. */\nexport interface AccountPropertiesManagedResources extends ManagedResources {}\n\n/** A private endpoint connection class. */\nexport interface PrivateEndpointConnection extends ProxyResource {\n /** The private endpoint information. */\n privateEndpoint?: PrivateEndpoint;\n /** The private link service connection state. */\n privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;\n /**\n * The provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n}\n\n/** Gets or sets the Sku. */\nexport interface AccountSku extends AccountSkuAutoGenerated {}\n\n/** Account resource */\nexport interface Account extends TrackedResource {\n /**\n * Gets or sets the Sku.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sku?: AccountSku;\n /**\n * Cloud connectors.\n * External cloud identifier used as part of scanning configuration.\n */\n cloudConnectors?: CloudConnectors;\n /**\n * Gets the time at which the entity was created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdAt?: Date;\n /**\n * Gets the creator of the entity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdBy?: string;\n /**\n * Gets the creators of the entity's object id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdByObjectId?: string;\n /**\n * The URIs that are the public endpoints of the account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endpoints?: AccountPropertiesEndpoints;\n /**\n * Gets or sets the friendly name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly friendlyName?: string;\n /** Gets or sets the managed resource group name */\n managedResourceGroupName?: string;\n /**\n * Gets the resource identifiers of the managed resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly managedResources?: AccountPropertiesManagedResources;\n /**\n * Gets the private endpoint connections information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateEndpointConnections?: PrivateEndpointConnection[];\n /**\n * Gets or sets the state of the provisioning.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /** Gets or sets the public network access. */\n publicNetworkAccess?: PublicNetworkAccess;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface TrackedResourceSystemData extends SystemData {}\n\n/** Gets or sets the error. */\nexport interface ErrorResponseModelError extends ErrorModel {}\n\n/** Known values of {@link Status} that the service accepts. */\nexport enum KnownStatus {\n /** Unknown */\n Unknown = \"Unknown\",\n /** Pending */\n Pending = \"Pending\",\n /** Approved */\n Approved = \"Approved\",\n /** Rejected */\n Rejected = \"Rejected\",\n /** Disconnected */\n Disconnected = \"Disconnected\"\n}\n\n/**\n * Defines values for Status. \\\n * {@link KnownStatus} can be used interchangeably with Status,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **Pending** \\\n * **Approved** \\\n * **Rejected** \\\n * **Disconnected**\n */\nexport type Status = string;\n\n/** Known values of {@link ProvisioningState} that the service accepts. */\nexport enum KnownProvisioningState {\n /** Unknown */\n Unknown = \"Unknown\",\n /** Creating */\n Creating = \"Creating\",\n /** Moving */\n Moving = \"Moving\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** SoftDeleting */\n SoftDeleting = \"SoftDeleting\",\n /** SoftDeleted */\n SoftDeleted = \"SoftDeleted\",\n /** Failed */\n Failed = \"Failed\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\"\n}\n\n/**\n * Defines values for ProvisioningState. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **Creating** \\\n * **Moving** \\\n * **Deleting** \\\n * **SoftDeleting** \\\n * **SoftDeleted** \\\n * **Failed** \\\n * **Succeeded** \\\n * **Canceled**\n */\nexport type ProvisioningState = string;\n\n/** Known values of {@link PublicNetworkAccess} that the service accepts. */\nexport enum KnownPublicNetworkAccess {\n /** NotSpecified */\n NotSpecified = \"NotSpecified\",\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\"\n}\n\n/**\n * Defines values for PublicNetworkAccess. \\\n * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotSpecified** \\\n * **Enabled** \\\n * **Disabled**\n */\nexport type PublicNetworkAccess = string;\n\n/** Known values of {@link Name} that the service accepts. */\nexport enum KnownName {\n /** Standard */\n Standard = \"Standard\"\n}\n\n/**\n * Defines values for Name. \\\n * {@link KnownName} can be used interchangeably with Name,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Standard**\n */\nexport type Name = string;\n\n/** Known values of {@link Type} that the service accepts. */\nexport enum KnownType {\n /** None */\n None = \"None\",\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\",\n /** UserAssigned */\n UserAssigned = \"UserAssigned\"\n}\n\n/**\n * Defines values for Type. \\\n * {@link KnownType} can be used interchangeably with Type,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **SystemAssigned** \\\n * **UserAssigned**\n */\nexport type Type = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\"\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link LastModifiedByType} that the service accepts. */\nexport enum KnownLastModifiedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\"\n}\n\n/**\n * Defines values for LastModifiedByType. \\\n * {@link KnownLastModifiedByType} can be used interchangeably with LastModifiedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type LastModifiedByType = string;\n\n/** Known values of {@link ScopeType} that the service accepts. */\nexport enum KnownScopeType {\n /** Tenant */\n Tenant = \"Tenant\",\n /** Subscription */\n Subscription = \"Subscription\"\n}\n\n/**\n * Defines values for ScopeType. \\\n * {@link KnownScopeType} can be used interchangeably with ScopeType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Tenant** \\\n * **Subscription**\n */\nexport type ScopeType = string;\n\n/** Known values of {@link Reason} that the service accepts. */\nexport enum KnownReason {\n /** Invalid */\n Invalid = \"Invalid\",\n /** AlreadyExists */\n AlreadyExists = \"AlreadyExists\"\n}\n\n/**\n * Defines values for Reason. \\\n * {@link KnownReason} can be used interchangeably with Reason,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **AlreadyExists**\n */\nexport type Reason = string;\n\n/** Optional parameters. */\nexport interface AccountsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** The skip token. */\n skipToken?: string;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type AccountsListByResourceGroupResponse = AccountList;\n\n/** Optional parameters. */\nexport interface AccountsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** The skip token. */\n skipToken?: string;\n}\n\n/** Contains response data for the listBySubscription operation. */\nexport type AccountsListBySubscriptionResponse = AccountList;\n\n/** Optional parameters. */\nexport interface AccountsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AccountsGetResponse = Account;\n\n/** Optional parameters. */\nexport interface AccountsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type AccountsCreateOrUpdateResponse = Account;\n\n/** Optional parameters. */\nexport interface AccountsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface AccountsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type AccountsUpdateResponse = Account;\n\n/** Optional parameters. */\nexport interface AccountsListKeysOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listKeys operation. */\nexport type AccountsListKeysResponse = AccessKeys;\n\n/** Optional parameters. */\nexport interface AccountsAddRootCollectionAdminOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AccountsCheckNameAvailabilityOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkNameAvailability operation. */\nexport type AccountsCheckNameAvailabilityResponse = CheckNameAvailabilityResult;\n\n/** Optional parameters. */\nexport interface AccountsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {\n /** The skip token. */\n skipToken?: string;\n}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type AccountsListByResourceGroupNextResponse = AccountList;\n\n/** Optional parameters. */\nexport interface AccountsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {\n /** The skip token. */\n skipToken?: string;\n}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type AccountsListBySubscriptionNextResponse = AccountList;\n\n/** Optional parameters. */\nexport interface DefaultAccountsGetOptionalParams\n extends coreClient.OperationOptions {\n /** The Id of the scope object, for example if the scope is \"Subscription\" then it is the ID of that subscription. */\n scope?: string;\n}\n\n/** Contains response data for the get operation. */\nexport type DefaultAccountsGetResponse = DefaultAccountPayload;\n\n/** Optional parameters. */\nexport interface DefaultAccountsSetModelOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the set operation. */\nexport type DefaultAccountsSetModelResponse = DefaultAccountPayload;\n\n/** Optional parameters. */\nexport interface DefaultAccountsRemoveOptionalParams\n extends coreClient.OperationOptions {\n /** The Id of the scope object, for example if the scope is \"Subscription\" then it is the ID of that subscription. */\n scope?: string;\n}\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationList;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationList;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsListByAccountOptionalParams\n extends coreClient.OperationOptions {\n /** The skip token. */\n skipToken?: string;\n}\n\n/** Contains response data for the listByAccount operation. */\nexport type PrivateEndpointConnectionsListByAccountResponse = PrivateEndpointConnectionList;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsListByAccountNextOptionalParams\n extends coreClient.OperationOptions {\n /** The skip token. */\n skipToken?: string;\n}\n\n/** Contains response data for the listByAccountNext operation. */\nexport type PrivateEndpointConnectionsListByAccountNextResponse = PrivateEndpointConnectionList;\n\n/** Optional parameters. */\nexport interface PrivateLinkResourcesListByAccountOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAccount operation. */\nexport type PrivateLinkResourcesListByAccountResponse = PrivateLinkResourceList;\n\n/** Optional parameters. */\nexport interface PrivateLinkResourcesGetByGroupIdOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getByGroupId operation. */\nexport type PrivateLinkResourcesGetByGroupIdResponse = PrivateLinkResource;\n\n/** Optional parameters. */\nexport interface PrivateLinkResourcesListByAccountNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAccountNext operation. */\nexport type PrivateLinkResourcesListByAccountNextResponse = PrivateLinkResourceList;\n\n/** Optional parameters. */\nexport interface PurviewManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const AccountList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccountList\",\n modelProperties: {\n count: {\n serializedName: \"count\",\n type: {\n name: \"Number\"\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Account\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AccountProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccountProperties\",\n modelProperties: {\n cloudConnectors: {\n serializedName: \"cloudConnectors\",\n type: {\n name: \"Composite\",\n className: \"CloudConnectors\"\n }\n },\n createdAt: {\n serializedName: \"createdAt\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n createdBy: {\n serializedName: \"createdBy\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n createdByObjectId: {\n serializedName: \"createdByObjectId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n endpoints: {\n serializedName: \"endpoints\",\n type: {\n name: \"Composite\",\n className: \"AccountPropertiesEndpoints\"\n }\n },\n friendlyName: {\n serializedName: \"friendlyName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n managedResourceGroupName: {\n serializedName: \"managedResourceGroupName\",\n type: {\n name: \"String\"\n }\n },\n managedResources: {\n serializedName: \"managedResources\",\n type: {\n name: \"Composite\",\n className: \"AccountPropertiesManagedResources\"\n }\n },\n privateEndpointConnections: {\n serializedName: \"privateEndpointConnections\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\"\n }\n }\n }\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n publicNetworkAccess: {\n defaultValue: \"Enabled\",\n serializedName: \"publicNetworkAccess\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CloudConnectors: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudConnectors\",\n modelProperties: {\n awsExternalId: {\n serializedName: \"awsExternalId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AccountEndpoints: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccountEndpoints\",\n modelProperties: {\n catalog: {\n serializedName: \"catalog\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n guardian: {\n serializedName: \"guardian\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n scan: {\n serializedName: \"scan\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ManagedResources: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedResources\",\n modelProperties: {\n eventHubNamespace: {\n serializedName: \"eventHubNamespace\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n resourceGroup: {\n serializedName: \"resourceGroup\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n storageAccount: {\n serializedName: \"storageAccount\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateEndpoint: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateLinkServiceConnectionState: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\",\n modelProperties: {\n actionsRequired: {\n serializedName: \"actionsRequired\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AccountSkuAutoGenerated: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccountSkuAutoGenerated\",\n modelProperties: {\n capacity: {\n serializedName: \"capacity\",\n type: {\n name: \"Number\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TrackedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"Identity\"\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"TrackedResourceSystemData\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Identity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Identity\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n userAssignedIdentities: {\n serializedName: \"userAssignedIdentities\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"UserAssignedIdentity\" }\n }\n }\n }\n }\n }\n};\n\nexport const UserAssignedIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentity\",\n modelProperties: {\n clientId: {\n serializedName: \"clientId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdAt: {\n serializedName: \"createdAt\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n createdBy: {\n serializedName: \"createdBy\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n createdByType: {\n serializedName: \"createdByType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ErrorResponseModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponseModel\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorResponseModelError\"\n }\n }\n }\n }\n};\n\nexport const ErrorModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorModel\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorModel\"\n }\n }\n }\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AccountUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccountUpdateParameters\",\n modelProperties: {\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"Identity\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"AccountProperties\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const AccessKeys: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccessKeys\",\n modelProperties: {\n atlasKafkaPrimaryEndpoint: {\n serializedName: \"atlasKafkaPrimaryEndpoint\",\n type: {\n name: \"String\"\n }\n },\n atlasKafkaSecondaryEndpoint: {\n serializedName: \"atlasKafkaSecondaryEndpoint\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CollectionAdminUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CollectionAdminUpdate\",\n modelProperties: {\n objectId: {\n serializedName: \"objectId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DefaultAccountPayload: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DefaultAccountPayload\",\n modelProperties: {\n accountName: {\n serializedName: \"accountName\",\n type: {\n name: \"String\"\n }\n },\n resourceGroupName: {\n serializedName: \"resourceGroupName\",\n type: {\n name: \"String\"\n }\n },\n scope: {\n serializedName: \"scope\",\n type: {\n name: \"String\"\n }\n },\n scopeTenantId: {\n serializedName: \"scopeTenantId\",\n type: {\n name: \"String\"\n }\n },\n scopeType: {\n serializedName: \"scopeType\",\n type: {\n name: \"String\"\n }\n },\n subscriptionId: {\n serializedName: \"subscriptionId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationList\",\n modelProperties: {\n count: {\n serializedName: \"count\",\n type: {\n name: \"Number\"\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Operation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\"\n }\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n type: {\n name: \"Boolean\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n origin: {\n serializedName: \"origin\",\n type: {\n name: \"String\"\n }\n },\n serviceSpecification: {\n serializedName: \"properties.serviceSpecification\",\n type: {\n name: \"Composite\",\n className: \"OperationMetaServiceSpecification\"\n }\n }\n }\n }\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n },\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationMetaServiceSpecification: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationMetaServiceSpecification\",\n modelProperties: {\n logSpecifications: {\n serializedName: \"logSpecifications\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationMetaLogSpecification\"\n }\n }\n }\n },\n metricSpecifications: {\n serializedName: \"metricSpecifications\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationMetaMetricSpecification\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const OperationMetaLogSpecification: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationMetaLogSpecification\",\n modelProperties: {\n blobDuration: {\n serializedName: \"blobDuration\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationMetaMetricSpecification: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationMetaMetricSpecification\",\n modelProperties: {\n aggregationType: {\n serializedName: \"aggregationType\",\n type: {\n name: \"String\"\n }\n },\n dimensions: {\n serializedName: \"dimensions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DimensionProperties\"\n }\n }\n }\n },\n displayDescription: {\n serializedName: \"displayDescription\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n },\n enableRegionalMdmAccount: {\n serializedName: \"enableRegionalMdmAccount\",\n type: {\n name: \"String\"\n }\n },\n internalMetricName: {\n serializedName: \"internalMetricName\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n resourceIdDimensionNameOverride: {\n serializedName: \"resourceIdDimensionNameOverride\",\n type: {\n name: \"String\"\n }\n },\n sourceMdmNamespace: {\n serializedName: \"sourceMdmNamespace\",\n type: {\n name: \"String\"\n }\n },\n supportedAggregationTypes: {\n serializedName: \"supportedAggregationTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n supportedTimeGrainTypes: {\n serializedName: \"supportedTimeGrainTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n unit: {\n serializedName: \"unit\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DimensionProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DimensionProperties\",\n modelProperties: {\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n toBeExportedForCustomer: {\n serializedName: \"toBeExportedForCustomer\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const PrivateEndpointConnectionList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionList\",\n modelProperties: {\n count: {\n serializedName: \"count\",\n type: {\n name: \"Number\"\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PrivateLinkResourceList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourceList\",\n modelProperties: {\n count: {\n serializedName: \"count\",\n type: {\n name: \"Number\"\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PrivateLinkResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourceProperties\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateLinkResourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourceProperties\",\n modelProperties: {\n groupId: {\n serializedName: \"groupId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n requiredMembers: {\n serializedName: \"requiredMembers\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n requiredZoneNames: {\n serializedName: \"requiredZoneNames\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const CheckNameAvailabilityRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CheckNameAvailabilityRequest\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CheckNameAvailabilityResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CheckNameAvailabilityResult\",\n modelProperties: {\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n nameAvailable: {\n serializedName: \"nameAvailable\",\n type: {\n name: \"Boolean\"\n }\n },\n reason: {\n serializedName: \"reason\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AccountPropertiesEndpoints: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccountPropertiesEndpoints\",\n modelProperties: {\n ...AccountEndpoints.type.modelProperties\n }\n }\n};\n\nexport const AccountPropertiesManagedResources: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccountPropertiesManagedResources\",\n modelProperties: {\n ...ManagedResources.type.modelProperties\n }\n }\n};\n\nexport const PrivateEndpointConnection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n privateEndpoint: {\n serializedName: \"properties.privateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\"\n }\n },\n privateLinkServiceConnectionState: {\n serializedName: \"properties.privateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AccountSku: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccountSku\",\n modelProperties: {\n ...AccountSkuAutoGenerated.type.modelProperties\n }\n }\n};\n\nexport const Account: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Account\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"AccountSku\"\n }\n },\n cloudConnectors: {\n serializedName: \"properties.cloudConnectors\",\n type: {\n name: \"Composite\",\n className: \"CloudConnectors\"\n }\n },\n createdAt: {\n serializedName: \"properties.createdAt\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n createdBy: {\n serializedName: \"properties.createdBy\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n createdByObjectId: {\n serializedName: \"properties.createdByObjectId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n endpoints: {\n serializedName: \"properties.endpoints\",\n type: {\n name: \"Composite\",\n className: \"AccountPropertiesEndpoints\"\n }\n },\n friendlyName: {\n serializedName: \"properties.friendlyName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n managedResourceGroupName: {\n serializedName: \"properties.managedResourceGroupName\",\n type: {\n name: \"String\"\n }\n },\n managedResources: {\n serializedName: \"properties.managedResources\",\n type: {\n name: \"Composite\",\n className: \"AccountPropertiesManagedResources\"\n }\n },\n privateEndpointConnections: {\n serializedName: \"properties.privateEndpointConnections\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\"\n }\n }\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n publicNetworkAccess: {\n defaultValue: \"Enabled\",\n serializedName: \"properties.publicNetworkAccess\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TrackedResourceSystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrackedResourceSystemData\",\n modelProperties: {\n ...SystemData.type.modelProperties\n }\n }\n};\n\nexport const ErrorResponseModelError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponseModelError\",\n modelProperties: {\n ...ErrorModel.type.modelProperties\n }\n }\n};\n"]}
@@ -5,7 +5,7 @@
5
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
- import { Account as AccountMapper, AccountUpdateParameters as AccountUpdateParametersMapper, CollectionAdminUpdate as CollectionAdminUpdateMapper, CheckNameAvailabilityRequest as CheckNameAvailabilityRequestMapper, DefaultAccountPayload as DefaultAccountPayloadMapper, PrivateEndpointConnection as PrivateEndpointConnectionMapper } from "../models/mappers";
8
+ import { Account as AccountMapper, AccountUpdateParameters as AccountUpdateParametersMapper, CollectionAdminUpdate as CollectionAdminUpdateMapper, CheckNameAvailabilityRequest as CheckNameAvailabilityRequestMapper, DefaultAccountPayload as DefaultAccountPayloadMapper, PrivateEndpointConnection as PrivateEndpointConnectionMapper } from "../models/mappers.js";
9
9
  export const accept = {
10
10
  parameterPath: "accept",
11
11
  mapper: {
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter\n} from \"@azure/core-client\";\nimport {\n Account as AccountMapper,\n AccountUpdateParameters as AccountUpdateParametersMapper,\n CollectionAdminUpdate as CollectionAdminUpdateMapper,\n CheckNameAvailabilityRequest as CheckNameAvailabilityRequestMapper,\n DefaultAccountPayload as DefaultAccountPayloadMapper,\n PrivateEndpointConnection as PrivateEndpointConnectionMapper\n} from \"../models/mappers.js\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2021-07-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const skipToken: OperationQueryParameter = {\n parameterPath: [\"options\", \"skipToken\"],\n mapper: {\n serializedName: \"$skipToken\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const accountName: OperationURLParameter = {\n parameterPath: \"accountName\",\n mapper: {\n serializedName: \"accountName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const account: OperationParameter = {\n parameterPath: \"account\",\n mapper: AccountMapper\n};\n\nexport const accountUpdateParameters: OperationParameter = {\n parameterPath: \"accountUpdateParameters\",\n mapper: AccountUpdateParametersMapper\n};\n\nexport const collectionAdminUpdate: OperationParameter = {\n parameterPath: \"collectionAdminUpdate\",\n mapper: CollectionAdminUpdateMapper\n};\n\nexport const checkNameAvailabilityRequest: OperationParameter = {\n parameterPath: \"checkNameAvailabilityRequest\",\n mapper: CheckNameAvailabilityRequestMapper\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const scopeTenantId: OperationQueryParameter = {\n parameterPath: \"scopeTenantId\",\n mapper: {\n serializedName: \"scopeTenantId\",\n required: true,\n type: {\n name: \"Uuid\"\n }\n }\n};\n\nexport const scopeType: OperationQueryParameter = {\n parameterPath: \"scopeType\",\n mapper: {\n serializedName: \"scopeType\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const scope: OperationQueryParameter = {\n parameterPath: [\"options\", \"scope\"],\n mapper: {\n serializedName: \"scope\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const defaultAccountPayload: OperationParameter = {\n parameterPath: \"defaultAccountPayload\",\n mapper: DefaultAccountPayloadMapper\n};\n\nexport const privateEndpointConnectionName: OperationURLParameter = {\n parameterPath: \"privateEndpointConnectionName\",\n mapper: {\n serializedName: \"privateEndpointConnectionName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const request: OperationParameter = {\n parameterPath: \"request\",\n mapper: PrivateEndpointConnectionMapper\n};\n\nexport const groupId: OperationURLParameter = {\n parameterPath: \"groupId\",\n mapper: {\n serializedName: \"groupId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n"]}
@@ -1,8 +1,8 @@
1
1
  import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { Accounts } from "../operationsInterfaces";
3
- import { PurviewManagementClient } from "../purviewManagementClient";
2
+ import { Accounts } from "../operationsInterfaces/index.js";
3
+ import { PurviewManagementClient } from "../purviewManagementClient.js";
4
4
  import { PollerLike, PollOperationState } from "@azure/core-lro";
5
- import { Account, AccountsListByResourceGroupOptionalParams, AccountsListBySubscriptionOptionalParams, AccountsGetOptionalParams, AccountsGetResponse, AccountsCreateOrUpdateOptionalParams, AccountsCreateOrUpdateResponse, AccountsDeleteOptionalParams, AccountUpdateParameters, AccountsUpdateOptionalParams, AccountsUpdateResponse, AccountsListKeysOptionalParams, AccountsListKeysResponse, CollectionAdminUpdate, AccountsAddRootCollectionAdminOptionalParams, CheckNameAvailabilityRequest, AccountsCheckNameAvailabilityOptionalParams, AccountsCheckNameAvailabilityResponse } from "../models";
5
+ import { Account, AccountsListByResourceGroupOptionalParams, AccountsListBySubscriptionOptionalParams, AccountsGetOptionalParams, AccountsGetResponse, AccountsCreateOrUpdateOptionalParams, AccountsCreateOrUpdateResponse, AccountsDeleteOptionalParams, AccountUpdateParameters, AccountsUpdateOptionalParams, AccountsUpdateResponse, AccountsListKeysOptionalParams, AccountsListKeysResponse, CollectionAdminUpdate, AccountsAddRootCollectionAdminOptionalParams, CheckNameAvailabilityRequest, AccountsCheckNameAvailabilityOptionalParams, AccountsCheckNameAvailabilityResponse } from "../models/index.js";
6
6
  /** Class containing Accounts operations. */
7
7
  export declare class AccountsImpl implements Accounts {
8
8
  private readonly client;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accounts.d.ts","sourceRoot":"","sources":["../../../src/operations/accounts.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,QAAQ,EAAE,MAAM,kCAAkC,CAAC;AAI5D,OAAO,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAC;AACxE,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAa,MAAM,iBAAiB,CAAC;AAE5E,OAAO,EACL,OAAO,EAEP,yCAAyC,EAGzC,wCAAwC,EAExC,yBAAyB,EACzB,mBAAmB,EACnB,oCAAoC,EACpC,8BAA8B,EAC9B,4BAA4B,EAC5B,uBAAuB,EACvB,4BAA4B,EAC5B,sBAAsB,EACtB,8BAA8B,EAC9B,wBAAwB,EACxB,qBAAqB,EACrB,4CAA4C,EAC5C,4BAA4B,EAC5B,2CAA2C,EAC3C,qCAAqC,EAGtC,MAAM,oBAAoB,CAAC;AAG5B,4CAA4C;AAC5C,qBAAa,YAAa,YAAW,QAAQ;IAC3C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA0B;IAEjD;;;OAGG;gBACS,MAAM,EAAE,uBAAuB;IAI3C;;;;OAIG;IACI,mBAAmB,CACxB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,yCAAyC,GAClD,0BAA0B,CAAC,OAAO,CAAC;YAsBvB,6BAA6B;YA2B7B,4BAA4B;IAY3C;;;OAGG;IACI,kBAAkB,CACvB,OAAO,CAAC,EAAE,wCAAwC,GACjD,0BAA0B,CAAC,OAAO,CAAC;YAkBvB,4BAA4B;YAsB5B,2BAA2B;IAQ1C;;;;OAIG;IACH,OAAO,CAAC,oBAAoB;IAU5B;;;OAGG;IACH,OAAO,CAAC,mBAAmB;IAS3B;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,mBAAmB,CAAC;IAO/B;;;;;;OAMG;IACG,mBAAmB,CACvB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,EAAE,OAAO,EAChB,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CACR,UAAU,CACR,kBAAkB,CAAC,8BAA8B,CAAC,EAClD,8BAA8B,CAC/B,CACF;IAqDD;;;;;;OAMG;IACG,0BAA0B,CAC9B,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,EAAE,OAAO,EAChB,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC;IAU1C;;;;;OAKG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,UAAU,CAAC,kBAAkB,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;IAqDtD;;;;;OAKG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,IAAI,CAAC;IAShB;;;;;;OAMG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,uBAAuB,EAAE,uBAAuB,EAChD,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CACR,UAAU,CACR,kBAAkB,CAAC,sBAAsB,CAAC,EAC1C,sBAAsB,CACvB,CACF;IAqDD;;;;;;OAMG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,uBAAuB,EAAE,uBAAuB,EAChD,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC;IAUlC;;;;;OAKG;IACH,QAAQ,CACN,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,wBAAwB,CAAC;IAOpC;;;;;;OAMG;IACH,sBAAsB,CACpB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,qBAAqB,EAAE,qBAAqB,EAC5C,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,IAAI,CAAC;IAOhB;;;;OAIG;IACH,qBAAqB,CACnB,4BAA4B,EAAE,4BAA4B,EAC1D,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC;IAOjD;;;;;OAKG;IACH,OAAO,CAAC,wBAAwB;IAWhC;;;;OAIG;IACH,OAAO,CAAC,uBAAuB;CAShC"}