@azure/arm-keyvault-profile-2020-09-01-hybrid 2.1.1-alpha.20250207.1 → 2.1.1-alpha.20250211.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 (455) hide show
  1. package/README.md +21 -14
  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-esm/src → dist/browser}/keyVaultManagementClient.d.ts +2 -2
  7. package/dist/browser/keyVaultManagementClient.d.ts.map +1 -0
  8. package/{dist-esm/src → dist/browser}/keyVaultManagementClient.js +15 -18
  9. package/dist/browser/keyVaultManagementClient.js.map +1 -0
  10. package/dist/browser/lroImpl.js +25 -0
  11. package/dist/browser/lroImpl.js.map +1 -0
  12. package/dist/browser/models/index.js.map +1 -0
  13. package/dist/browser/models/mappers.js.map +1 -0
  14. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  15. package/dist/browser/models/parameters.js.map +1 -0
  16. package/dist/browser/operations/index.d.ts +6 -0
  17. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  18. package/{dist-esm/src → dist/browser}/operations/index.js +5 -5
  19. package/dist/browser/operations/index.js.map +1 -0
  20. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  21. package/dist/browser/operations/operations.d.ts.map +1 -0
  22. package/{dist-esm/src → dist/browser}/operations/operations.js +3 -3
  23. package/dist/browser/operations/operations.js.map +1 -0
  24. package/{dist-esm/src → dist/browser}/operations/privateEndpointConnections.d.ts +3 -3
  25. package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
  26. package/{dist-esm/src → dist/browser}/operations/privateEndpointConnections.js +35 -40
  27. package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
  28. package/{dist-esm/src → dist/browser}/operations/privateLinkResources.d.ts +3 -3
  29. package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
  30. package/{dist-esm/src → dist/browser}/operations/privateLinkResources.js +2 -2
  31. package/dist/browser/operations/privateLinkResources.js.map +1 -0
  32. package/{dist-esm/src → dist/browser}/operations/secrets.d.ts +3 -3
  33. package/dist/browser/operations/secrets.d.ts.map +1 -0
  34. package/{dist-esm/src → dist/browser}/operations/secrets.js +3 -3
  35. package/dist/browser/operations/secrets.js.map +1 -0
  36. package/{dist-esm/src → dist/browser}/operations/vaults.d.ts +3 -3
  37. package/dist/browser/operations/vaults.d.ts.map +1 -0
  38. package/{dist-esm/src → dist/browser}/operations/vaults.js +69 -77
  39. package/dist/browser/operations/vaults.js.map +1 -0
  40. package/dist/browser/operationsInterfaces/index.d.ts +6 -0
  41. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  42. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.js +5 -5
  43. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  44. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  45. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  46. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  47. package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.d.ts +1 -1
  48. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  49. package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  50. package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.d.ts +1 -1
  51. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  52. package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
  53. package/{dist-esm/src → dist/browser}/operationsInterfaces/secrets.d.ts +1 -1
  54. package/dist/browser/operationsInterfaces/secrets.d.ts.map +1 -0
  55. package/dist/browser/operationsInterfaces/secrets.js.map +1 -0
  56. package/{dist-esm/src → dist/browser}/operationsInterfaces/vaults.d.ts +1 -1
  57. package/dist/browser/operationsInterfaces/vaults.d.ts.map +1 -0
  58. package/dist/browser/operationsInterfaces/vaults.js.map +1 -0
  59. package/dist/browser/package.json +3 -0
  60. package/dist/browser/pagingHelper.js.map +1 -0
  61. package/dist/commonjs/index.d.ts +5 -0
  62. package/dist/commonjs/index.d.ts.map +1 -0
  63. package/dist/commonjs/index.js +19 -0
  64. package/dist/commonjs/index.js.map +1 -0
  65. package/dist/commonjs/keyVaultManagementClient.d.ts +25 -0
  66. package/dist/commonjs/keyVaultManagementClient.d.ts.map +1 -0
  67. package/dist/commonjs/keyVaultManagementClient.js +107 -0
  68. package/dist/commonjs/keyVaultManagementClient.js.map +1 -0
  69. package/dist/commonjs/lroImpl.d.ts +16 -0
  70. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  71. package/dist/commonjs/lroImpl.js +29 -0
  72. package/dist/commonjs/lroImpl.js.map +1 -0
  73. package/{types/arm-keyvault-profile-2020-09-01-hybrid.d.ts → dist/commonjs/models/index.d.ts} +1076 -1439
  74. package/dist/commonjs/models/index.d.ts.map +1 -0
  75. package/dist/commonjs/models/index.js +201 -0
  76. package/dist/commonjs/models/index.js.map +1 -0
  77. package/dist/commonjs/models/mappers.d.ts +48 -0
  78. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  79. package/dist/commonjs/models/mappers.js +1552 -0
  80. package/dist/commonjs/models/mappers.js.map +1 -0
  81. package/dist/commonjs/models/parameters.d.ts +26 -0
  82. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  83. package/dist/commonjs/models/parameters.js +223 -0
  84. package/dist/commonjs/models/parameters.js.map +1 -0
  85. package/dist/commonjs/operations/index.d.ts +6 -0
  86. package/dist/commonjs/operations/index.d.ts.map +1 -0
  87. package/dist/commonjs/operations/index.js +16 -0
  88. package/dist/commonjs/operations/index.js.map +1 -0
  89. package/dist/commonjs/operations/operations.d.ts +32 -0
  90. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  91. package/dist/commonjs/operations/operations.js +137 -0
  92. package/dist/commonjs/operations/operations.js.map +1 -0
  93. package/dist/commonjs/operations/privateEndpointConnections.d.ts +51 -0
  94. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
  95. package/dist/commonjs/operations/privateEndpointConnections.js +189 -0
  96. package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
  97. package/dist/commonjs/operations/privateLinkResources.d.ts +20 -0
  98. package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
  99. package/dist/commonjs/operations/privateLinkResources.js +58 -0
  100. package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
  101. package/dist/commonjs/operations/secrets.d.ts +72 -0
  102. package/dist/commonjs/operations/secrets.d.ts.map +1 -0
  103. package/dist/commonjs/operations/secrets.js +264 -0
  104. package/dist/commonjs/operations/secrets.js.map +1 -0
  105. package/dist/commonjs/operations/vaults.d.ts +166 -0
  106. package/dist/commonjs/operations/vaults.d.ts.map +1 -0
  107. package/dist/commonjs/operations/vaults.js +865 -0
  108. package/dist/commonjs/operations/vaults.js.map +1 -0
  109. package/dist/commonjs/operationsInterfaces/index.d.ts +6 -0
  110. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  111. package/dist/commonjs/operationsInterfaces/index.js +16 -0
  112. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  113. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  114. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  115. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  116. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  117. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +43 -0
  118. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  119. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
  120. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  121. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +12 -0
  122. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  123. package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
  124. package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
  125. package/dist/commonjs/operationsInterfaces/secrets.d.ts +45 -0
  126. package/dist/commonjs/operationsInterfaces/secrets.d.ts.map +1 -0
  127. package/dist/commonjs/operationsInterfaces/secrets.js +10 -0
  128. package/dist/commonjs/operationsInterfaces/secrets.js.map +1 -0
  129. package/dist/commonjs/operationsInterfaces/vaults.d.ts +103 -0
  130. package/dist/commonjs/operationsInterfaces/vaults.d.ts.map +1 -0
  131. package/dist/commonjs/operationsInterfaces/vaults.js +10 -0
  132. package/dist/commonjs/operationsInterfaces/vaults.js.map +1 -0
  133. package/dist/commonjs/package.json +3 -0
  134. package/dist/commonjs/pagingHelper.d.ts +13 -0
  135. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  136. package/dist/commonjs/pagingHelper.js +36 -0
  137. package/dist/commonjs/pagingHelper.js.map +1 -0
  138. package/dist/esm/index.d.ts +5 -0
  139. package/dist/esm/index.d.ts.map +1 -0
  140. package/{src/index.ts → dist/esm/index.js} +5 -5
  141. package/dist/esm/index.js.map +1 -0
  142. package/dist/esm/keyVaultManagementClient.d.ts +25 -0
  143. package/dist/esm/keyVaultManagementClient.d.ts.map +1 -0
  144. package/dist/esm/keyVaultManagementClient.js +102 -0
  145. package/dist/esm/keyVaultManagementClient.js.map +1 -0
  146. package/dist/esm/lroImpl.d.ts +16 -0
  147. package/dist/esm/lroImpl.d.ts.map +1 -0
  148. package/dist/esm/lroImpl.js +25 -0
  149. package/dist/esm/lroImpl.js.map +1 -0
  150. package/dist/esm/models/index.d.ts +1076 -0
  151. package/dist/esm/models/index.d.ts.map +1 -0
  152. package/dist/esm/models/index.js +198 -0
  153. package/dist/esm/models/index.js.map +1 -0
  154. package/dist/esm/models/mappers.d.ts +48 -0
  155. package/dist/esm/models/mappers.d.ts.map +1 -0
  156. package/dist/esm/models/mappers.js +1549 -0
  157. package/dist/esm/models/mappers.js.map +1 -0
  158. package/dist/esm/models/parameters.d.ts +26 -0
  159. package/dist/esm/models/parameters.d.ts.map +1 -0
  160. package/dist/esm/models/parameters.js +220 -0
  161. package/dist/esm/models/parameters.js.map +1 -0
  162. package/dist/esm/operations/index.d.ts +6 -0
  163. package/dist/esm/operations/index.d.ts.map +1 -0
  164. package/dist/esm/operations/index.js +13 -0
  165. package/dist/esm/operations/index.js.map +1 -0
  166. package/dist/esm/operations/operations.d.ts +32 -0
  167. package/dist/esm/operations/operations.d.ts.map +1 -0
  168. package/dist/esm/operations/operations.js +133 -0
  169. package/dist/esm/operations/operations.js.map +1 -0
  170. package/dist/esm/operations/privateEndpointConnections.d.ts +51 -0
  171. package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
  172. package/dist/esm/operations/privateEndpointConnections.js +184 -0
  173. package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
  174. package/dist/esm/operations/privateLinkResources.d.ts +20 -0
  175. package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
  176. package/dist/esm/operations/privateLinkResources.js +53 -0
  177. package/dist/esm/operations/privateLinkResources.js.map +1 -0
  178. package/dist/esm/operations/secrets.d.ts +72 -0
  179. package/dist/esm/operations/secrets.d.ts.map +1 -0
  180. package/dist/esm/operations/secrets.js +260 -0
  181. package/dist/esm/operations/secrets.js.map +1 -0
  182. package/dist/esm/operations/vaults.d.ts +166 -0
  183. package/dist/esm/operations/vaults.d.ts.map +1 -0
  184. package/dist/esm/operations/vaults.js +861 -0
  185. package/dist/esm/operations/vaults.js.map +1 -0
  186. package/dist/esm/operationsInterfaces/index.d.ts +6 -0
  187. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  188. package/dist/esm/operationsInterfaces/index.js +13 -0
  189. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  190. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  191. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  192. package/dist/esm/operationsInterfaces/operations.js +9 -0
  193. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  194. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +43 -0
  195. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  196. package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
  197. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  198. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +12 -0
  199. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  200. package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
  201. package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
  202. package/dist/esm/operationsInterfaces/secrets.d.ts +45 -0
  203. package/dist/esm/operationsInterfaces/secrets.d.ts.map +1 -0
  204. package/dist/esm/operationsInterfaces/secrets.js +9 -0
  205. package/dist/esm/operationsInterfaces/secrets.js.map +1 -0
  206. package/dist/esm/operationsInterfaces/vaults.d.ts +103 -0
  207. package/dist/esm/operationsInterfaces/vaults.d.ts.map +1 -0
  208. package/dist/esm/operationsInterfaces/vaults.js +9 -0
  209. package/dist/esm/operationsInterfaces/vaults.js.map +1 -0
  210. package/dist/esm/package.json +3 -0
  211. package/dist/esm/pagingHelper.d.ts +13 -0
  212. package/dist/esm/pagingHelper.d.ts.map +1 -0
  213. package/dist/esm/pagingHelper.js +32 -0
  214. package/dist/esm/pagingHelper.js.map +1 -0
  215. package/dist/react-native/index.d.ts +5 -0
  216. package/dist/react-native/index.d.ts.map +1 -0
  217. package/dist/react-native/index.js +13 -0
  218. package/dist/react-native/index.js.map +1 -0
  219. package/dist/react-native/keyVaultManagementClient.d.ts +25 -0
  220. package/dist/react-native/keyVaultManagementClient.d.ts.map +1 -0
  221. package/dist/react-native/keyVaultManagementClient.js +102 -0
  222. package/dist/react-native/keyVaultManagementClient.js.map +1 -0
  223. package/dist/react-native/lroImpl.d.ts +16 -0
  224. package/dist/react-native/lroImpl.d.ts.map +1 -0
  225. package/dist/react-native/lroImpl.js +25 -0
  226. package/dist/react-native/lroImpl.js.map +1 -0
  227. package/dist/react-native/models/index.d.ts +1076 -0
  228. package/dist/react-native/models/index.d.ts.map +1 -0
  229. package/dist/react-native/models/index.js +198 -0
  230. package/dist/react-native/models/index.js.map +1 -0
  231. package/dist/react-native/models/mappers.d.ts +48 -0
  232. package/dist/react-native/models/mappers.d.ts.map +1 -0
  233. package/dist/react-native/models/mappers.js +1549 -0
  234. package/dist/react-native/models/mappers.js.map +1 -0
  235. package/dist/react-native/models/parameters.d.ts +26 -0
  236. package/dist/react-native/models/parameters.d.ts.map +1 -0
  237. package/dist/react-native/models/parameters.js +220 -0
  238. package/dist/react-native/models/parameters.js.map +1 -0
  239. package/dist/react-native/operations/index.d.ts +6 -0
  240. package/dist/react-native/operations/index.d.ts.map +1 -0
  241. package/dist/react-native/operations/index.js +13 -0
  242. package/dist/react-native/operations/index.js.map +1 -0
  243. package/dist/react-native/operations/operations.d.ts +32 -0
  244. package/dist/react-native/operations/operations.d.ts.map +1 -0
  245. package/dist/react-native/operations/operations.js +133 -0
  246. package/dist/react-native/operations/operations.js.map +1 -0
  247. package/dist/react-native/operations/privateEndpointConnections.d.ts +51 -0
  248. package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
  249. package/dist/react-native/operations/privateEndpointConnections.js +184 -0
  250. package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
  251. package/dist/react-native/operations/privateLinkResources.d.ts +20 -0
  252. package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
  253. package/dist/react-native/operations/privateLinkResources.js +53 -0
  254. package/dist/react-native/operations/privateLinkResources.js.map +1 -0
  255. package/dist/react-native/operations/secrets.d.ts +72 -0
  256. package/dist/react-native/operations/secrets.d.ts.map +1 -0
  257. package/dist/react-native/operations/secrets.js +260 -0
  258. package/dist/react-native/operations/secrets.js.map +1 -0
  259. package/dist/react-native/operations/vaults.d.ts +166 -0
  260. package/dist/react-native/operations/vaults.d.ts.map +1 -0
  261. package/dist/react-native/operations/vaults.js +861 -0
  262. package/dist/react-native/operations/vaults.js.map +1 -0
  263. package/dist/react-native/operationsInterfaces/index.d.ts +6 -0
  264. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  265. package/dist/react-native/operationsInterfaces/index.js +13 -0
  266. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  267. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  268. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  269. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  270. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  271. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +43 -0
  272. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  273. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
  274. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  275. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +12 -0
  276. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  277. package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
  278. package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
  279. package/dist/react-native/operationsInterfaces/secrets.d.ts +45 -0
  280. package/dist/react-native/operationsInterfaces/secrets.d.ts.map +1 -0
  281. package/dist/react-native/operationsInterfaces/secrets.js +9 -0
  282. package/dist/react-native/operationsInterfaces/secrets.js.map +1 -0
  283. package/dist/react-native/operationsInterfaces/vaults.d.ts +103 -0
  284. package/dist/react-native/operationsInterfaces/vaults.d.ts.map +1 -0
  285. package/dist/react-native/operationsInterfaces/vaults.js +9 -0
  286. package/dist/react-native/operationsInterfaces/vaults.js.map +1 -0
  287. package/dist/react-native/package.json +3 -0
  288. package/dist/react-native/pagingHelper.d.ts +13 -0
  289. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  290. package/dist/react-native/pagingHelper.js +32 -0
  291. package/dist/react-native/pagingHelper.js.map +1 -0
  292. package/package.json +70 -41
  293. package/dist/index.js +0 -3687
  294. package/dist/index.js.map +0 -1
  295. package/dist/index.min.js +0 -1
  296. package/dist/index.min.js.map +0 -1
  297. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  298. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  299. package/dist-esm/samples-dev/operationsListSample.js +0 -50
  300. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  301. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
  302. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
  303. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -37
  304. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
  305. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
  306. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
  307. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -37
  308. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
  309. package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.d.ts +0 -2
  310. package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.d.ts.map +0 -1
  311. package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.js +0 -37
  312. package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.js.map +0 -1
  313. package/dist-esm/samples-dev/privateLinkResourcesListByVaultSample.d.ts +0 -2
  314. package/dist-esm/samples-dev/privateLinkResourcesListByVaultSample.d.ts.map +0 -1
  315. package/dist-esm/samples-dev/privateLinkResourcesListByVaultSample.js +0 -36
  316. package/dist-esm/samples-dev/privateLinkResourcesListByVaultSample.js.map +0 -1
  317. package/dist-esm/samples-dev/secretsCreateOrUpdateSample.d.ts +0 -2
  318. package/dist-esm/samples-dev/secretsCreateOrUpdateSample.d.ts.map +0 -1
  319. package/dist-esm/samples-dev/secretsCreateOrUpdateSample.js +0 -33
  320. package/dist-esm/samples-dev/secretsCreateOrUpdateSample.js.map +0 -1
  321. package/dist-esm/samples-dev/secretsGetSample.d.ts +0 -2
  322. package/dist-esm/samples-dev/secretsGetSample.d.ts.map +0 -1
  323. package/dist-esm/samples-dev/secretsGetSample.js +0 -37
  324. package/dist-esm/samples-dev/secretsGetSample.js.map +0 -1
  325. package/dist-esm/samples-dev/secretsListSample.d.ts +0 -2
  326. package/dist-esm/samples-dev/secretsListSample.d.ts.map +0 -1
  327. package/dist-esm/samples-dev/secretsListSample.js +0 -52
  328. package/dist-esm/samples-dev/secretsListSample.js.map +0 -1
  329. package/dist-esm/samples-dev/secretsUpdateSample.d.ts +0 -2
  330. package/dist-esm/samples-dev/secretsUpdateSample.d.ts.map +0 -1
  331. package/dist-esm/samples-dev/secretsUpdateSample.js +0 -33
  332. package/dist-esm/samples-dev/secretsUpdateSample.js.map +0 -1
  333. package/dist-esm/samples-dev/vaultsCheckNameAvailabilitySample.d.ts +0 -2
  334. package/dist-esm/samples-dev/vaultsCheckNameAvailabilitySample.d.ts.map +0 -1
  335. package/dist-esm/samples-dev/vaultsCheckNameAvailabilitySample.js +0 -31
  336. package/dist-esm/samples-dev/vaultsCheckNameAvailabilitySample.js.map +0 -1
  337. package/dist-esm/samples-dev/vaultsCreateOrUpdateSample.d.ts +0 -2
  338. package/dist-esm/samples-dev/vaultsCreateOrUpdateSample.d.ts.map +0 -1
  339. package/dist-esm/samples-dev/vaultsCreateOrUpdateSample.js +0 -120
  340. package/dist-esm/samples-dev/vaultsCreateOrUpdateSample.js.map +0 -1
  341. package/dist-esm/samples-dev/vaultsDeleteSample.d.ts +0 -2
  342. package/dist-esm/samples-dev/vaultsDeleteSample.d.ts.map +0 -1
  343. package/dist-esm/samples-dev/vaultsDeleteSample.js +0 -36
  344. package/dist-esm/samples-dev/vaultsDeleteSample.js.map +0 -1
  345. package/dist-esm/samples-dev/vaultsGetDeletedSample.d.ts +0 -2
  346. package/dist-esm/samples-dev/vaultsGetDeletedSample.d.ts.map +0 -1
  347. package/dist-esm/samples-dev/vaultsGetDeletedSample.js +0 -36
  348. package/dist-esm/samples-dev/vaultsGetDeletedSample.js.map +0 -1
  349. package/dist-esm/samples-dev/vaultsGetSample.d.ts +0 -2
  350. package/dist-esm/samples-dev/vaultsGetSample.d.ts.map +0 -1
  351. package/dist-esm/samples-dev/vaultsGetSample.js +0 -36
  352. package/dist-esm/samples-dev/vaultsGetSample.js.map +0 -1
  353. package/dist-esm/samples-dev/vaultsListByResourceGroupSample.d.ts +0 -2
  354. package/dist-esm/samples-dev/vaultsListByResourceGroupSample.d.ts.map +0 -1
  355. package/dist-esm/samples-dev/vaultsListByResourceGroupSample.js +0 -46
  356. package/dist-esm/samples-dev/vaultsListByResourceGroupSample.js.map +0 -1
  357. package/dist-esm/samples-dev/vaultsListBySubscriptionSample.d.ts +0 -2
  358. package/dist-esm/samples-dev/vaultsListBySubscriptionSample.d.ts.map +0 -1
  359. package/dist-esm/samples-dev/vaultsListBySubscriptionSample.js +0 -45
  360. package/dist-esm/samples-dev/vaultsListBySubscriptionSample.js.map +0 -1
  361. package/dist-esm/samples-dev/vaultsListDeletedSample.d.ts +0 -2
  362. package/dist-esm/samples-dev/vaultsListDeletedSample.d.ts.map +0 -1
  363. package/dist-esm/samples-dev/vaultsListDeletedSample.js +0 -50
  364. package/dist-esm/samples-dev/vaultsListDeletedSample.js.map +0 -1
  365. package/dist-esm/samples-dev/vaultsListSample.d.ts +0 -2
  366. package/dist-esm/samples-dev/vaultsListSample.d.ts.map +0 -1
  367. package/dist-esm/samples-dev/vaultsListSample.js +0 -45
  368. package/dist-esm/samples-dev/vaultsListSample.js.map +0 -1
  369. package/dist-esm/samples-dev/vaultsPurgeDeletedSample.d.ts +0 -2
  370. package/dist-esm/samples-dev/vaultsPurgeDeletedSample.d.ts.map +0 -1
  371. package/dist-esm/samples-dev/vaultsPurgeDeletedSample.js +0 -36
  372. package/dist-esm/samples-dev/vaultsPurgeDeletedSample.js.map +0 -1
  373. package/dist-esm/samples-dev/vaultsUpdateAccessPolicySample.d.ts +0 -2
  374. package/dist-esm/samples-dev/vaultsUpdateAccessPolicySample.d.ts.map +0 -1
  375. package/dist-esm/samples-dev/vaultsUpdateAccessPolicySample.js +0 -45
  376. package/dist-esm/samples-dev/vaultsUpdateAccessPolicySample.js.map +0 -1
  377. package/dist-esm/samples-dev/vaultsUpdateSample.d.ts +0 -2
  378. package/dist-esm/samples-dev/vaultsUpdateSample.d.ts.map +0 -1
  379. package/dist-esm/samples-dev/vaultsUpdateSample.js +0 -81
  380. package/dist-esm/samples-dev/vaultsUpdateSample.js.map +0 -1
  381. package/dist-esm/src/index.d.ts +0 -5
  382. package/dist-esm/src/index.js.map +0 -1
  383. package/dist-esm/src/keyVaultManagementClient.d.ts.map +0 -1
  384. package/dist-esm/src/keyVaultManagementClient.js.map +0 -1
  385. package/dist-esm/src/lroImpl.js +0 -29
  386. package/dist-esm/src/lroImpl.js.map +0 -1
  387. package/dist-esm/src/models/index.js.map +0 -1
  388. package/dist-esm/src/models/mappers.js.map +0 -1
  389. package/dist-esm/src/models/parameters.js.map +0 -1
  390. package/dist-esm/src/operations/index.d.ts +0 -6
  391. package/dist-esm/src/operations/index.js.map +0 -1
  392. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  393. package/dist-esm/src/operations/operations.js.map +0 -1
  394. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
  395. package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
  396. package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
  397. package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
  398. package/dist-esm/src/operations/secrets.d.ts.map +0 -1
  399. package/dist-esm/src/operations/secrets.js.map +0 -1
  400. package/dist-esm/src/operations/vaults.d.ts.map +0 -1
  401. package/dist-esm/src/operations/vaults.js.map +0 -1
  402. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -6
  403. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  404. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  405. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  406. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  407. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  408. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
  409. package/dist-esm/src/operationsInterfaces/secrets.d.ts.map +0 -1
  410. package/dist-esm/src/operationsInterfaces/secrets.js.map +0 -1
  411. package/dist-esm/src/operationsInterfaces/vaults.d.ts.map +0 -1
  412. package/dist-esm/src/operationsInterfaces/vaults.js.map +0 -1
  413. package/dist-esm/src/pagingHelper.js.map +0 -1
  414. package/dist-esm/test/sampleTest.d.ts +0 -2
  415. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  416. package/dist-esm/test/sampleTest.js +0 -42
  417. package/dist-esm/test/sampleTest.js.map +0 -1
  418. package/src/keyVaultManagementClient.ts +0 -161
  419. package/src/lroImpl.ts +0 -34
  420. package/src/models/index.ts +0 -1192
  421. package/src/models/mappers.ts +0 -1612
  422. package/src/models/parameters.ts +0 -257
  423. package/src/operations/index.ts +0 -13
  424. package/src/operations/operations.ts +0 -149
  425. package/src/operations/privateEndpointConnections.ts +0 -265
  426. package/src/operations/privateLinkResources.ts +0 -72
  427. package/src/operations/secrets.ts +0 -344
  428. package/src/operations/vaults.ts +0 -1078
  429. package/src/operationsInterfaces/index.ts +0 -13
  430. package/src/operationsInterfaces/operations.ts +0 -22
  431. package/src/operationsInterfaces/privateEndpointConnections.ts +0 -85
  432. package/src/operationsInterfaces/privateLinkResources.ts +0 -27
  433. package/src/operationsInterfaces/secrets.ts +0 -86
  434. package/src/operationsInterfaces/vaults.ts +0 -197
  435. package/src/pagingHelper.ts +0 -39
  436. package/tsconfig.json +0 -33
  437. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  438. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  439. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  440. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  441. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  442. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  443. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  444. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  445. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  446. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  447. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  448. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
  449. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
  450. /package/{dist-esm/src → dist/browser}/operationsInterfaces/secrets.js +0 -0
  451. /package/{dist-esm/src → dist/browser}/operationsInterfaces/vaults.js +0 -0
  452. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  453. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  454. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
  455. /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vaults.js","sourceRoot":"","sources":["../../../src/operations/vaults.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { Vaults } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { KeyVaultManagementClient } from \"../keyVaultManagementClient.js\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl.js\";\nimport {\n Vault,\n VaultsListByResourceGroupNextOptionalParams,\n VaultsListByResourceGroupOptionalParams,\n VaultsListByResourceGroupResponse,\n VaultsListBySubscriptionNextOptionalParams,\n VaultsListBySubscriptionOptionalParams,\n VaultsListBySubscriptionResponse,\n DeletedVault,\n VaultsListDeletedNextOptionalParams,\n VaultsListDeletedOptionalParams,\n VaultsListDeletedResponse,\n Resource,\n VaultsListNextOptionalParams,\n VaultsListOptionalParams,\n VaultsListResponse,\n VaultCreateOrUpdateParameters,\n VaultsCreateOrUpdateOptionalParams,\n VaultsCreateOrUpdateResponse,\n VaultPatchParameters,\n VaultsUpdateOptionalParams,\n VaultsUpdateResponse,\n VaultsDeleteOptionalParams,\n VaultsGetOptionalParams,\n VaultsGetResponse,\n VaultAccessPolicyParameters,\n AccessPolicyUpdateKind,\n VaultsUpdateAccessPolicyOptionalParams,\n VaultsUpdateAccessPolicyResponse,\n VaultsGetDeletedOptionalParams,\n VaultsGetDeletedResponse,\n VaultsPurgeDeletedOptionalParams,\n VaultCheckNameAvailabilityParameters,\n VaultsCheckNameAvailabilityOptionalParams,\n VaultsCheckNameAvailabilityResponse,\n VaultsListByResourceGroupNextResponse,\n VaultsListBySubscriptionNextResponse,\n VaultsListDeletedNextResponse,\n VaultsListNextResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Vaults operations. */\nexport class VaultsImpl implements Vaults {\n private readonly client: KeyVaultManagementClient;\n\n /**\n * Initialize a new instance of the class Vaults class.\n * @param client Reference to the service client\n */\n constructor(client: KeyVaultManagementClient) {\n this.client = client;\n }\n\n /**\n * The List operation gets information about the vaults associated with the subscription and within the\n * specified resource group.\n * @param resourceGroupName The name of the Resource Group to which the vault belongs.\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroupName: string,\n options?: VaultsListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<Vault> {\n const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByResourceGroupPagingPage(\n resourceGroupName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: VaultsListByResourceGroupOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<Vault[]> {\n let result: VaultsListByResourceGroupResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByResourceGroup(resourceGroupName, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByResourceGroupNext(\n resourceGroupName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByResourceGroupPagingAll(\n resourceGroupName: string,\n options?: VaultsListByResourceGroupOptionalParams\n ): AsyncIterableIterator<Vault> {\n for await (const page of this.listByResourceGroupPagingPage(\n resourceGroupName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * The List operation gets information about the vaults associated with the subscription.\n * @param options The options parameters.\n */\n public listBySubscription(\n options?: VaultsListBySubscriptionOptionalParams\n ): PagedAsyncIterableIterator<Vault> {\n const iter = this.listBySubscriptionPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listBySubscriptionPagingPage(options, settings);\n }\n };\n }\n\n private async *listBySubscriptionPagingPage(\n options?: VaultsListBySubscriptionOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<Vault[]> {\n let result: VaultsListBySubscriptionResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listBySubscription(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listBySubscriptionNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listBySubscriptionPagingAll(\n options?: VaultsListBySubscriptionOptionalParams\n ): AsyncIterableIterator<Vault> {\n for await (const page of this.listBySubscriptionPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Gets information about the deleted vaults in a subscription.\n * @param options The options parameters.\n */\n public listDeleted(\n options?: VaultsListDeletedOptionalParams\n ): PagedAsyncIterableIterator<DeletedVault> {\n const iter = this.listDeletedPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listDeletedPagingPage(options, settings);\n }\n };\n }\n\n private async *listDeletedPagingPage(\n options?: VaultsListDeletedOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<DeletedVault[]> {\n let result: VaultsListDeletedResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listDeleted(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listDeletedNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listDeletedPagingAll(\n options?: VaultsListDeletedOptionalParams\n ): AsyncIterableIterator<DeletedVault> {\n for await (const page of this.listDeletedPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * The List operation gets information about the vaults associated with the subscription.\n * @param options The options parameters.\n */\n public list(\n options?: VaultsListOptionalParams\n ): PagedAsyncIterableIterator<Resource> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: VaultsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<Resource[]> {\n let result: VaultsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n options?: VaultsListOptionalParams\n ): AsyncIterableIterator<Resource> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Create or update a key vault in the specified subscription.\n * @param resourceGroupName The name of the Resource Group to which the server belongs.\n * @param vaultName Name of the vault\n * @param parameters Parameters to create or update the vault\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n vaultName: string,\n parameters: VaultCreateOrUpdateParameters,\n options?: VaultsCreateOrUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<VaultsCreateOrUpdateResponse>,\n VaultsCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<VaultsCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, vaultName, parameters, options },\n createOrUpdateOperationSpec\n );\n const poller = new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Create or update a key vault in the specified subscription.\n * @param resourceGroupName The name of the Resource Group to which the server belongs.\n * @param vaultName Name of the vault\n * @param parameters Parameters to create or update the vault\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n vaultName: string,\n parameters: VaultCreateOrUpdateParameters,\n options?: VaultsCreateOrUpdateOptionalParams\n ): Promise<VaultsCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n vaultName,\n parameters,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Update a key vault in the specified subscription.\n * @param resourceGroupName The name of the Resource Group to which the server belongs.\n * @param vaultName Name of the vault\n * @param parameters Parameters to patch the vault\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n vaultName: string,\n parameters: VaultPatchParameters,\n options?: VaultsUpdateOptionalParams\n ): Promise<VaultsUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, vaultName, parameters, options },\n updateOperationSpec\n );\n }\n\n /**\n * Deletes the specified Azure key vault.\n * @param resourceGroupName The name of the Resource Group to which the vault belongs.\n * @param vaultName The name of the vault to delete\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n vaultName: string,\n options?: VaultsDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, vaultName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Gets the specified Azure key vault.\n * @param resourceGroupName The name of the Resource Group to which the vault belongs.\n * @param vaultName The name of the vault.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n vaultName: string,\n options?: VaultsGetOptionalParams\n ): Promise<VaultsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, vaultName, options },\n getOperationSpec\n );\n }\n\n /**\n * Update access policies in a key vault in the specified subscription.\n * @param resourceGroupName The name of the Resource Group to which the vault belongs.\n * @param vaultName Name of the vault\n * @param operationKind Name of the operation\n * @param parameters Access policy to merge into the vault\n * @param options The options parameters.\n */\n updateAccessPolicy(\n resourceGroupName: string,\n vaultName: string,\n operationKind: AccessPolicyUpdateKind,\n parameters: VaultAccessPolicyParameters,\n options?: VaultsUpdateAccessPolicyOptionalParams\n ): Promise<VaultsUpdateAccessPolicyResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, vaultName, operationKind, parameters, options },\n updateAccessPolicyOperationSpec\n );\n }\n\n /**\n * The List operation gets information about the vaults associated with the subscription and within the\n * specified resource group.\n * @param resourceGroupName The name of the Resource Group to which the vault belongs.\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroupName: string,\n options?: VaultsListByResourceGroupOptionalParams\n ): Promise<VaultsListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec\n );\n }\n\n /**\n * The List operation gets information about the vaults associated with the subscription.\n * @param options The options parameters.\n */\n private _listBySubscription(\n options?: VaultsListBySubscriptionOptionalParams\n ): Promise<VaultsListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n { options },\n listBySubscriptionOperationSpec\n );\n }\n\n /**\n * Gets information about the deleted vaults in a subscription.\n * @param options The options parameters.\n */\n private _listDeleted(\n options?: VaultsListDeletedOptionalParams\n ): Promise<VaultsListDeletedResponse> {\n return this.client.sendOperationRequest(\n { options },\n listDeletedOperationSpec\n );\n }\n\n /**\n * Gets the deleted Azure key vault.\n * @param vaultName The name of the vault.\n * @param location The location of the deleted vault.\n * @param options The options parameters.\n */\n getDeleted(\n vaultName: string,\n location: string,\n options?: VaultsGetDeletedOptionalParams\n ): Promise<VaultsGetDeletedResponse> {\n return this.client.sendOperationRequest(\n { vaultName, location, options },\n getDeletedOperationSpec\n );\n }\n\n /**\n * Permanently deletes the specified vault. aka Purges the deleted Azure key vault.\n * @param vaultName The name of the soft-deleted vault.\n * @param location The location of the soft-deleted vault.\n * @param options The options parameters.\n */\n async beginPurgeDeleted(\n vaultName: string,\n location: string,\n options?: VaultsPurgeDeletedOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { vaultName, location, options },\n purgeDeletedOperationSpec\n );\n const poller = new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Permanently deletes the specified vault. aka Purges the deleted Azure key vault.\n * @param vaultName The name of the soft-deleted vault.\n * @param location The location of the soft-deleted vault.\n * @param options The options parameters.\n */\n async beginPurgeDeletedAndWait(\n vaultName: string,\n location: string,\n options?: VaultsPurgeDeletedOptionalParams\n ): Promise<void> {\n const poller = await this.beginPurgeDeleted(vaultName, location, options);\n return poller.pollUntilDone();\n }\n\n /**\n * The List operation gets information about the vaults associated with the subscription.\n * @param options The options parameters.\n */\n private _list(\n options?: VaultsListOptionalParams\n ): Promise<VaultsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * Checks that the vault name is valid and is not already in use.\n * @param vaultName The name of the vault.\n * @param options The options parameters.\n */\n checkNameAvailability(\n vaultName: VaultCheckNameAvailabilityParameters,\n options?: VaultsCheckNameAvailabilityOptionalParams\n ): Promise<VaultsCheckNameAvailabilityResponse> {\n return this.client.sendOperationRequest(\n { vaultName, options },\n checkNameAvailabilityOperationSpec\n );\n }\n\n /**\n * ListByResourceGroupNext\n * @param resourceGroupName The name of the Resource Group to which the vault belongs.\n * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.\n * @param options The options parameters.\n */\n private _listByResourceGroupNext(\n resourceGroupName: string,\n nextLink: string,\n options?: VaultsListByResourceGroupNextOptionalParams\n ): Promise<VaultsListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listByResourceGroupNextOperationSpec\n );\n }\n\n /**\n * ListBySubscriptionNext\n * @param nextLink The nextLink from the previous successful call to the ListBySubscription method.\n * @param options The options parameters.\n */\n private _listBySubscriptionNext(\n nextLink: string,\n options?: VaultsListBySubscriptionNextOptionalParams\n ): Promise<VaultsListBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listBySubscriptionNextOperationSpec\n );\n }\n\n /**\n * ListDeletedNext\n * @param nextLink The nextLink from the previous successful call to the ListDeleted method.\n * @param options The options parameters.\n */\n private _listDeletedNext(\n nextLink: string,\n options?: VaultsListDeletedNextOptionalParams\n ): Promise<VaultsListDeletedNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listDeletedNextOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: VaultsListNextOptionalParams\n ): Promise<VaultsListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Vault\n },\n 201: {\n bodyMapper: Mappers.Vault\n },\n 202: {\n bodyMapper: Mappers.Vault\n },\n 204: {\n bodyMapper: Mappers.Vault\n },\n 400: {\n bodyMapper: Mappers.CloudError,\n isError: true\n },\n 409: {\n bodyMapper: Mappers.CloudError,\n isError: true\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.parameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.vaultName,\n Parameters.subscriptionId\n ],\n headerParameters: [Parameters.contentType, Parameters.accept],\n mediaType: \"json\",\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.Vault\n },\n 201: {\n bodyMapper: Mappers.Vault\n },\n 400: {\n bodyMapper: Mappers.CloudError,\n isError: true\n },\n 409: {\n bodyMapper: Mappers.CloudError,\n isError: true\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.parameters1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.vaultName,\n Parameters.subscriptionId\n ],\n headerParameters: [Parameters.contentType, Parameters.accept],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n 400: {\n bodyMapper: Mappers.CloudError,\n isError: true\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.vaultName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Vault\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.vaultName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateAccessPolicyOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/accessPolicies/{operationKind}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.VaultAccessPolicyParameters\n },\n 201: {\n bodyMapper: Mappers.VaultAccessPolicyParameters\n },\n 400: {\n bodyMapper: Mappers.CloudError,\n isError: true\n },\n 404: {\n bodyMapper: Mappers.CloudError,\n isError: true\n },\n 409: {\n bodyMapper: Mappers.CloudError,\n isError: true\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.parameters2,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.vaultName,\n Parameters.subscriptionId,\n Parameters.operationKind\n ],\n headerParameters: [Parameters.contentType, Parameters.accept],\n mediaType: \"json\",\n serializer\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.VaultListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.top],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySubscriptionOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.KeyVault/vaults\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.VaultListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.top],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listDeletedOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.KeyVault/deletedVaults\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DeletedVaultListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getDeletedOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.KeyVault/locations/{location}/deletedVaults/{vaultName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DeletedVault\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.vaultName1,\n Parameters.location\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst purgeDeletedOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.KeyVault/locations/{location}/deletedVaults/{vaultName}/purge\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n 400: {\n bodyMapper: Mappers.CloudError,\n isError: true\n },\n 404: {\n bodyMapper: Mappers.CloudError,\n isError: true\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.vaultName1,\n Parameters.location\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resources\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ResourceListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.top, Parameters.filter, Parameters.apiVersion1],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst checkNameAvailabilityOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.KeyVault/checkNameAvailability\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.CheckNameAvailabilityResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.vaultName2,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.contentType, Parameters.accept],\n mediaType: \"json\",\n serializer\n};\nconst listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.VaultListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySubscriptionNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.VaultListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listDeletedNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DeletedVaultListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ResourceListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
@@ -0,0 +1,6 @@
1
+ export * from "./vaults.js";
2
+ export * from "./privateEndpointConnections.js";
3
+ export * from "./privateLinkResources.js";
4
+ export * from "./operations.js";
5
+ export * from "./secrets.js";
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,aAAa,CAAC;AAC5B,cAAc,iCAAiC,CAAC;AAChD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC"}
@@ -0,0 +1,13 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export * from "./vaults.js";
9
+ export * from "./privateEndpointConnections.js";
10
+ export * from "./privateLinkResources.js";
11
+ export * from "./operations.js";
12
+ export * from "./secrets.js";
13
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,aAAa,CAAC;AAC5B,cAAc,iCAAiC,CAAC;AAChD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./vaults.js\";\nexport * from \"./privateEndpointConnections.js\";\nexport * from \"./privateLinkResources.js\";\nexport * from \"./operations.js\";\nexport * from \"./secrets.js\";\n"]}
@@ -0,0 +1,11 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { Operation, OperationsListOptionalParams } from "../models/index.js";
3
+ /** Interface representing a Operations. */
4
+ export interface Operations {
5
+ /**
6
+ * Lists all of the available Key Vault Rest API operations.
7
+ * @param options The options parameters.
8
+ */
9
+ list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
10
+ }
11
+ //# sourceMappingURL=operations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAG7E,2CAA2C;AAC3C,MAAM,WAAW,UAAU;IACzB;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,SAAS,CAAC,CAAC;CAC1C"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=operations.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Operation, OperationsListOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Operations. */\nexport interface Operations {\n /**\n * Lists all of the available Key Vault Rest API operations.\n * @param options The options parameters.\n */\n list(\n options?: OperationsListOptionalParams\n ): PagedAsyncIterableIterator<Operation>;\n}\n"]}
@@ -0,0 +1,43 @@
1
+ import { PollerLike, PollOperationState } from "@azure/core-lro";
2
+ import { PrivateEndpointConnectionsGetOptionalParams, PrivateEndpointConnectionsGetResponse, PrivateEndpointConnection, PrivateEndpointConnectionsPutOptionalParams, PrivateEndpointConnectionsPutResponse, PrivateEndpointConnectionsDeleteOptionalParams, PrivateEndpointConnectionsDeleteResponse } from "../models/index.js";
3
+ /** Interface representing a PrivateEndpointConnections. */
4
+ export interface PrivateEndpointConnections {
5
+ /**
6
+ * Gets the specified private endpoint connection associated with the key vault.
7
+ * @param resourceGroupName Name of the resource group that contains the key vault.
8
+ * @param vaultName The name of the key vault.
9
+ * @param privateEndpointConnectionName Name of the private endpoint connection associated with the key
10
+ * vault.
11
+ * @param options The options parameters.
12
+ */
13
+ get(resourceGroupName: string, vaultName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionsGetResponse>;
14
+ /**
15
+ * Updates the specified private endpoint connection associated with the key vault.
16
+ * @param resourceGroupName Name of the resource group that contains the key vault.
17
+ * @param vaultName The name of the key vault.
18
+ * @param privateEndpointConnectionName Name of the private endpoint connection associated with the key
19
+ * vault.
20
+ * @param properties The intended state of private endpoint connection.
21
+ * @param options The options parameters.
22
+ */
23
+ put(resourceGroupName: string, vaultName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnection, options?: PrivateEndpointConnectionsPutOptionalParams): Promise<PrivateEndpointConnectionsPutResponse>;
24
+ /**
25
+ * Deletes the specified private endpoint connection associated with the key vault.
26
+ * @param resourceGroupName Name of the resource group that contains the key vault.
27
+ * @param vaultName The name of the key vault.
28
+ * @param privateEndpointConnectionName Name of the private endpoint connection associated with the key
29
+ * vault.
30
+ * @param options The options parameters.
31
+ */
32
+ beginDelete(resourceGroupName: string, vaultName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<PrivateEndpointConnectionsDeleteResponse>, PrivateEndpointConnectionsDeleteResponse>>;
33
+ /**
34
+ * Deletes the specified private endpoint connection associated with the key vault.
35
+ * @param resourceGroupName Name of the resource group that contains the key vault.
36
+ * @param vaultName The name of the key vault.
37
+ * @param privateEndpointConnectionName Name of the private endpoint connection associated with the key
38
+ * vault.
39
+ * @param options The options parameters.
40
+ */
41
+ beginDeleteAndWait(resourceGroupName: string, vaultName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PrivateEndpointConnectionsDeleteResponse>;
42
+ }
43
+ //# sourceMappingURL=privateEndpointConnections.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"privateEndpointConnections.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateEndpointConnections.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACjE,OAAO,EACL,2CAA2C,EAC3C,qCAAqC,EACrC,yBAAyB,EACzB,2CAA2C,EAC3C,qCAAqC,EACrC,8CAA8C,EAC9C,wCAAwC,EACzC,MAAM,oBAAoB,CAAC;AAE5B,2DAA2D;AAC3D,MAAM,WAAW,0BAA0B;IACzC;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC,CAAC;IAClD;;;;;;;;OAQG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,6BAA6B,EAAE,MAAM,EACrC,UAAU,EAAE,yBAAyB,EACrC,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC,CAAC;IAClD;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CACR,UAAU,CACR,kBAAkB,CAAC,wCAAwC,CAAC,EAC5D,wCAAwC,CACzC,CACF,CAAC;IACF;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,wCAAwC,CAAC,CAAC;CACtD"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=privateEndpointConnections.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"privateEndpointConnections.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateEndpointConnections.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PollerLike, PollOperationState } from \"@azure/core-lro\";\nimport {\n PrivateEndpointConnectionsGetOptionalParams,\n PrivateEndpointConnectionsGetResponse,\n PrivateEndpointConnection,\n PrivateEndpointConnectionsPutOptionalParams,\n PrivateEndpointConnectionsPutResponse,\n PrivateEndpointConnectionsDeleteOptionalParams,\n PrivateEndpointConnectionsDeleteResponse\n} from \"../models/index.js\";\n\n/** Interface representing a PrivateEndpointConnections. */\nexport interface PrivateEndpointConnections {\n /**\n * Gets the specified private endpoint connection associated with the key vault.\n * @param resourceGroupName Name of the resource group that contains the key vault.\n * @param vaultName The name of the key vault.\n * @param privateEndpointConnectionName Name of the private endpoint connection associated with the key\n * vault.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n vaultName: string,\n privateEndpointConnectionName: string,\n options?: PrivateEndpointConnectionsGetOptionalParams\n ): Promise<PrivateEndpointConnectionsGetResponse>;\n /**\n * Updates the specified private endpoint connection associated with the key vault.\n * @param resourceGroupName Name of the resource group that contains the key vault.\n * @param vaultName The name of the key vault.\n * @param privateEndpointConnectionName Name of the private endpoint connection associated with the key\n * vault.\n * @param properties The intended state of private endpoint connection.\n * @param options The options parameters.\n */\n put(\n resourceGroupName: string,\n vaultName: string,\n privateEndpointConnectionName: string,\n properties: PrivateEndpointConnection,\n options?: PrivateEndpointConnectionsPutOptionalParams\n ): Promise<PrivateEndpointConnectionsPutResponse>;\n /**\n * Deletes the specified private endpoint connection associated with the key vault.\n * @param resourceGroupName Name of the resource group that contains the key vault.\n * @param vaultName The name of the key vault.\n * @param privateEndpointConnectionName Name of the private endpoint connection associated with the key\n * vault.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n vaultName: string,\n privateEndpointConnectionName: string,\n options?: PrivateEndpointConnectionsDeleteOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<PrivateEndpointConnectionsDeleteResponse>,\n PrivateEndpointConnectionsDeleteResponse\n >\n >;\n /**\n * Deletes the specified private endpoint connection associated with the key vault.\n * @param resourceGroupName Name of the resource group that contains the key vault.\n * @param vaultName The name of the key vault.\n * @param privateEndpointConnectionName Name of the private endpoint connection associated with the key\n * vault.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n vaultName: string,\n privateEndpointConnectionName: string,\n options?: PrivateEndpointConnectionsDeleteOptionalParams\n ): Promise<PrivateEndpointConnectionsDeleteResponse>;\n}\n"]}
@@ -0,0 +1,12 @@
1
+ import { PrivateLinkResourcesListByVaultOptionalParams, PrivateLinkResourcesListByVaultResponse } from "../models/index.js";
2
+ /** Interface representing a PrivateLinkResources. */
3
+ export interface PrivateLinkResources {
4
+ /**
5
+ * Gets the private link resources supported for the key vault.
6
+ * @param resourceGroupName Name of the resource group that contains the key vault.
7
+ * @param vaultName The name of the key vault.
8
+ * @param options The options parameters.
9
+ */
10
+ listByVault(resourceGroupName: string, vaultName: string, options?: PrivateLinkResourcesListByVaultOptionalParams): Promise<PrivateLinkResourcesListByVaultResponse>;
11
+ }
12
+ //# sourceMappingURL=privateLinkResources.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"privateLinkResources.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateLinkResources.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,6CAA6C,EAC7C,uCAAuC,EACxC,MAAM,oBAAoB,CAAC;AAE5B,qDAAqD;AACrD,MAAM,WAAW,oBAAoB;IACnC;;;;;OAKG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,6CAA6C,GACtD,OAAO,CAAC,uCAAuC,CAAC,CAAC;CACrD"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=privateLinkResources.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"privateLinkResources.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateLinkResources.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n PrivateLinkResourcesListByVaultOptionalParams,\n PrivateLinkResourcesListByVaultResponse\n} from \"../models/index.js\";\n\n/** Interface representing a PrivateLinkResources. */\nexport interface PrivateLinkResources {\n /**\n * Gets the private link resources supported for the key vault.\n * @param resourceGroupName Name of the resource group that contains the key vault.\n * @param vaultName The name of the key vault.\n * @param options The options parameters.\n */\n listByVault(\n resourceGroupName: string,\n vaultName: string,\n options?: PrivateLinkResourcesListByVaultOptionalParams\n ): Promise<PrivateLinkResourcesListByVaultResponse>;\n}\n"]}
@@ -0,0 +1,45 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { Secret, SecretsListOptionalParams, SecretCreateOrUpdateParameters, SecretsCreateOrUpdateOptionalParams, SecretsCreateOrUpdateResponse, SecretPatchParameters, SecretsUpdateOptionalParams, SecretsUpdateResponse, SecretsGetOptionalParams, SecretsGetResponse } from "../models/index.js";
3
+ /** Interface representing a Secrets. */
4
+ export interface Secrets {
5
+ /**
6
+ * The List operation gets information about the secrets in a vault. NOTE: This API is intended for
7
+ * internal use in ARM deployments. Users should use the data-plane REST service for interaction with
8
+ * vault secrets.
9
+ * @param resourceGroupName The name of the Resource Group to which the vault belongs.
10
+ * @param vaultName The name of the vault.
11
+ * @param options The options parameters.
12
+ */
13
+ list(resourceGroupName: string, vaultName: string, options?: SecretsListOptionalParams): PagedAsyncIterableIterator<Secret>;
14
+ /**
15
+ * Create or update a secret in a key vault in the specified subscription. NOTE: This API is intended
16
+ * for internal use in ARM deployments. Users should use the data-plane REST service for interaction
17
+ * with vault secrets.
18
+ * @param resourceGroupName The name of the Resource Group to which the vault belongs.
19
+ * @param vaultName Name of the vault
20
+ * @param secretName Name of the secret
21
+ * @param parameters Parameters to create or update the secret
22
+ * @param options The options parameters.
23
+ */
24
+ createOrUpdate(resourceGroupName: string, vaultName: string, secretName: string, parameters: SecretCreateOrUpdateParameters, options?: SecretsCreateOrUpdateOptionalParams): Promise<SecretsCreateOrUpdateResponse>;
25
+ /**
26
+ * Update a secret in the specified subscription. NOTE: This API is intended for internal use in ARM
27
+ * deployments. Users should use the data-plane REST service for interaction with vault secrets.
28
+ * @param resourceGroupName The name of the Resource Group to which the vault belongs.
29
+ * @param vaultName Name of the vault
30
+ * @param secretName Name of the secret
31
+ * @param parameters Parameters to patch the secret
32
+ * @param options The options parameters.
33
+ */
34
+ update(resourceGroupName: string, vaultName: string, secretName: string, parameters: SecretPatchParameters, options?: SecretsUpdateOptionalParams): Promise<SecretsUpdateResponse>;
35
+ /**
36
+ * Gets the specified secret. NOTE: This API is intended for internal use in ARM deployments. Users
37
+ * should use the data-plane REST service for interaction with vault secrets.
38
+ * @param resourceGroupName The name of the Resource Group to which the vault belongs.
39
+ * @param vaultName The name of the vault.
40
+ * @param secretName The name of the secret.
41
+ * @param options The options parameters.
42
+ */
43
+ get(resourceGroupName: string, vaultName: string, secretName: string, options?: SecretsGetOptionalParams): Promise<SecretsGetResponse>;
44
+ }
45
+ //# sourceMappingURL=secrets.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"secrets.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/secrets.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,MAAM,EACN,yBAAyB,EACzB,8BAA8B,EAC9B,mCAAmC,EACnC,6BAA6B,EAC7B,qBAAqB,EACrB,2BAA2B,EAC3B,qBAAqB,EACrB,wBAAwB,EACxB,kBAAkB,EACnB,MAAM,oBAAoB,CAAC;AAG5B,wCAAwC;AACxC,MAAM,WAAW,OAAO;IACtB;;;;;;;OAOG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,yBAAyB,GAClC,0BAA0B,CAAC,MAAM,CAAC,CAAC;IACtC;;;;;;;;;OASG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,8BAA8B,EAC1C,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,6BAA6B,CAAC,CAAC;IAC1C;;;;;;;;OAQG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,qBAAqB,EACjC,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,qBAAqB,CAAC,CAAC;IAClC;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,wBAAwB,GACjC,OAAO,CAAC,kBAAkB,CAAC,CAAC;CAChC"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=secrets.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"secrets.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/secrets.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {\n Secret,\n SecretsListOptionalParams,\n SecretCreateOrUpdateParameters,\n SecretsCreateOrUpdateOptionalParams,\n SecretsCreateOrUpdateResponse,\n SecretPatchParameters,\n SecretsUpdateOptionalParams,\n SecretsUpdateResponse,\n SecretsGetOptionalParams,\n SecretsGetResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Secrets. */\nexport interface Secrets {\n /**\n * The List operation gets information about the secrets in a vault. NOTE: This API is intended for\n * internal use in ARM deployments. Users should use the data-plane REST service for interaction with\n * vault secrets.\n * @param resourceGroupName The name of the Resource Group to which the vault belongs.\n * @param vaultName The name of the vault.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n vaultName: string,\n options?: SecretsListOptionalParams\n ): PagedAsyncIterableIterator<Secret>;\n /**\n * Create or update a secret in a key vault in the specified subscription. NOTE: This API is intended\n * for internal use in ARM deployments. Users should use the data-plane REST service for interaction\n * with vault secrets.\n * @param resourceGroupName The name of the Resource Group to which the vault belongs.\n * @param vaultName Name of the vault\n * @param secretName Name of the secret\n * @param parameters Parameters to create or update the secret\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n vaultName: string,\n secretName: string,\n parameters: SecretCreateOrUpdateParameters,\n options?: SecretsCreateOrUpdateOptionalParams\n ): Promise<SecretsCreateOrUpdateResponse>;\n /**\n * Update a secret in the specified subscription. NOTE: This API is intended for internal use in ARM\n * deployments. Users should use the data-plane REST service for interaction with vault secrets.\n * @param resourceGroupName The name of the Resource Group to which the vault belongs.\n * @param vaultName Name of the vault\n * @param secretName Name of the secret\n * @param parameters Parameters to patch the secret\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n vaultName: string,\n secretName: string,\n parameters: SecretPatchParameters,\n options?: SecretsUpdateOptionalParams\n ): Promise<SecretsUpdateResponse>;\n /**\n * Gets the specified secret. NOTE: This API is intended for internal use in ARM deployments. Users\n * should use the data-plane REST service for interaction with vault secrets.\n * @param resourceGroupName The name of the Resource Group to which the vault belongs.\n * @param vaultName The name of the vault.\n * @param secretName The name of the secret.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n vaultName: string,\n secretName: string,\n options?: SecretsGetOptionalParams\n ): Promise<SecretsGetResponse>;\n}\n"]}
@@ -0,0 +1,103 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { PollerLike, PollOperationState } from "@azure/core-lro";
3
+ import { Vault, VaultsListByResourceGroupOptionalParams, VaultsListBySubscriptionOptionalParams, DeletedVault, VaultsListDeletedOptionalParams, Resource, VaultsListOptionalParams, VaultCreateOrUpdateParameters, VaultsCreateOrUpdateOptionalParams, VaultsCreateOrUpdateResponse, VaultPatchParameters, VaultsUpdateOptionalParams, VaultsUpdateResponse, VaultsDeleteOptionalParams, VaultsGetOptionalParams, VaultsGetResponse, VaultAccessPolicyParameters, AccessPolicyUpdateKind, VaultsUpdateAccessPolicyOptionalParams, VaultsUpdateAccessPolicyResponse, VaultsGetDeletedOptionalParams, VaultsGetDeletedResponse, VaultsPurgeDeletedOptionalParams, VaultCheckNameAvailabilityParameters, VaultsCheckNameAvailabilityOptionalParams, VaultsCheckNameAvailabilityResponse } from "../models/index.js";
4
+ /** Interface representing a Vaults. */
5
+ export interface Vaults {
6
+ /**
7
+ * The List operation gets information about the vaults associated with the subscription and within the
8
+ * specified resource group.
9
+ * @param resourceGroupName The name of the Resource Group to which the vault belongs.
10
+ * @param options The options parameters.
11
+ */
12
+ listByResourceGroup(resourceGroupName: string, options?: VaultsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Vault>;
13
+ /**
14
+ * The List operation gets information about the vaults associated with the subscription.
15
+ * @param options The options parameters.
16
+ */
17
+ listBySubscription(options?: VaultsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Vault>;
18
+ /**
19
+ * Gets information about the deleted vaults in a subscription.
20
+ * @param options The options parameters.
21
+ */
22
+ listDeleted(options?: VaultsListDeletedOptionalParams): PagedAsyncIterableIterator<DeletedVault>;
23
+ /**
24
+ * The List operation gets information about the vaults associated with the subscription.
25
+ * @param options The options parameters.
26
+ */
27
+ list(options?: VaultsListOptionalParams): PagedAsyncIterableIterator<Resource>;
28
+ /**
29
+ * Create or update a key vault in the specified subscription.
30
+ * @param resourceGroupName The name of the Resource Group to which the server belongs.
31
+ * @param vaultName Name of the vault
32
+ * @param parameters Parameters to create or update the vault
33
+ * @param options The options parameters.
34
+ */
35
+ beginCreateOrUpdate(resourceGroupName: string, vaultName: string, parameters: VaultCreateOrUpdateParameters, options?: VaultsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<VaultsCreateOrUpdateResponse>, VaultsCreateOrUpdateResponse>>;
36
+ /**
37
+ * Create or update a key vault in the specified subscription.
38
+ * @param resourceGroupName The name of the Resource Group to which the server belongs.
39
+ * @param vaultName Name of the vault
40
+ * @param parameters Parameters to create or update the vault
41
+ * @param options The options parameters.
42
+ */
43
+ beginCreateOrUpdateAndWait(resourceGroupName: string, vaultName: string, parameters: VaultCreateOrUpdateParameters, options?: VaultsCreateOrUpdateOptionalParams): Promise<VaultsCreateOrUpdateResponse>;
44
+ /**
45
+ * Update a key vault in the specified subscription.
46
+ * @param resourceGroupName The name of the Resource Group to which the server belongs.
47
+ * @param vaultName Name of the vault
48
+ * @param parameters Parameters to patch the vault
49
+ * @param options The options parameters.
50
+ */
51
+ update(resourceGroupName: string, vaultName: string, parameters: VaultPatchParameters, options?: VaultsUpdateOptionalParams): Promise<VaultsUpdateResponse>;
52
+ /**
53
+ * Deletes the specified Azure key vault.
54
+ * @param resourceGroupName The name of the Resource Group to which the vault belongs.
55
+ * @param vaultName The name of the vault to delete
56
+ * @param options The options parameters.
57
+ */
58
+ delete(resourceGroupName: string, vaultName: string, options?: VaultsDeleteOptionalParams): Promise<void>;
59
+ /**
60
+ * Gets the specified Azure key vault.
61
+ * @param resourceGroupName The name of the Resource Group to which the vault belongs.
62
+ * @param vaultName The name of the vault.
63
+ * @param options The options parameters.
64
+ */
65
+ get(resourceGroupName: string, vaultName: string, options?: VaultsGetOptionalParams): Promise<VaultsGetResponse>;
66
+ /**
67
+ * Update access policies in a key vault in the specified subscription.
68
+ * @param resourceGroupName The name of the Resource Group to which the vault belongs.
69
+ * @param vaultName Name of the vault
70
+ * @param operationKind Name of the operation
71
+ * @param parameters Access policy to merge into the vault
72
+ * @param options The options parameters.
73
+ */
74
+ updateAccessPolicy(resourceGroupName: string, vaultName: string, operationKind: AccessPolicyUpdateKind, parameters: VaultAccessPolicyParameters, options?: VaultsUpdateAccessPolicyOptionalParams): Promise<VaultsUpdateAccessPolicyResponse>;
75
+ /**
76
+ * Gets the deleted Azure key vault.
77
+ * @param vaultName The name of the vault.
78
+ * @param location The location of the deleted vault.
79
+ * @param options The options parameters.
80
+ */
81
+ getDeleted(vaultName: string, location: string, options?: VaultsGetDeletedOptionalParams): Promise<VaultsGetDeletedResponse>;
82
+ /**
83
+ * Permanently deletes the specified vault. aka Purges the deleted Azure key vault.
84
+ * @param vaultName The name of the soft-deleted vault.
85
+ * @param location The location of the soft-deleted vault.
86
+ * @param options The options parameters.
87
+ */
88
+ beginPurgeDeleted(vaultName: string, location: string, options?: VaultsPurgeDeletedOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
89
+ /**
90
+ * Permanently deletes the specified vault. aka Purges the deleted Azure key vault.
91
+ * @param vaultName The name of the soft-deleted vault.
92
+ * @param location The location of the soft-deleted vault.
93
+ * @param options The options parameters.
94
+ */
95
+ beginPurgeDeletedAndWait(vaultName: string, location: string, options?: VaultsPurgeDeletedOptionalParams): Promise<void>;
96
+ /**
97
+ * Checks that the vault name is valid and is not already in use.
98
+ * @param vaultName The name of the vault.
99
+ * @param options The options parameters.
100
+ */
101
+ checkNameAvailability(vaultName: VaultCheckNameAvailabilityParameters, options?: VaultsCheckNameAvailabilityOptionalParams): Promise<VaultsCheckNameAvailabilityResponse>;
102
+ }
103
+ //# sourceMappingURL=vaults.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vaults.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/vaults.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=vaults.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vaults.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/vaults.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { PollerLike, PollOperationState } from \"@azure/core-lro\";\nimport {\n Vault,\n VaultsListByResourceGroupOptionalParams,\n VaultsListBySubscriptionOptionalParams,\n DeletedVault,\n VaultsListDeletedOptionalParams,\n Resource,\n VaultsListOptionalParams,\n VaultCreateOrUpdateParameters,\n VaultsCreateOrUpdateOptionalParams,\n VaultsCreateOrUpdateResponse,\n VaultPatchParameters,\n VaultsUpdateOptionalParams,\n VaultsUpdateResponse,\n VaultsDeleteOptionalParams,\n VaultsGetOptionalParams,\n VaultsGetResponse,\n VaultAccessPolicyParameters,\n AccessPolicyUpdateKind,\n VaultsUpdateAccessPolicyOptionalParams,\n VaultsUpdateAccessPolicyResponse,\n VaultsGetDeletedOptionalParams,\n VaultsGetDeletedResponse,\n VaultsPurgeDeletedOptionalParams,\n VaultCheckNameAvailabilityParameters,\n VaultsCheckNameAvailabilityOptionalParams,\n VaultsCheckNameAvailabilityResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Vaults. */\nexport interface Vaults {\n /**\n * The List operation gets information about the vaults associated with the subscription and within the\n * specified resource group.\n * @param resourceGroupName The name of the Resource Group to which the vault belongs.\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: VaultsListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<Vault>;\n /**\n * The List operation gets information about the vaults associated with the subscription.\n * @param options The options parameters.\n */\n listBySubscription(\n options?: VaultsListBySubscriptionOptionalParams\n ): PagedAsyncIterableIterator<Vault>;\n /**\n * Gets information about the deleted vaults in a subscription.\n * @param options The options parameters.\n */\n listDeleted(\n options?: VaultsListDeletedOptionalParams\n ): PagedAsyncIterableIterator<DeletedVault>;\n /**\n * The List operation gets information about the vaults associated with the subscription.\n * @param options The options parameters.\n */\n list(\n options?: VaultsListOptionalParams\n ): PagedAsyncIterableIterator<Resource>;\n /**\n * Create or update a key vault in the specified subscription.\n * @param resourceGroupName The name of the Resource Group to which the server belongs.\n * @param vaultName Name of the vault\n * @param parameters Parameters to create or update the vault\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n vaultName: string,\n parameters: VaultCreateOrUpdateParameters,\n options?: VaultsCreateOrUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<VaultsCreateOrUpdateResponse>,\n VaultsCreateOrUpdateResponse\n >\n >;\n /**\n * Create or update a key vault in the specified subscription.\n * @param resourceGroupName The name of the Resource Group to which the server belongs.\n * @param vaultName Name of the vault\n * @param parameters Parameters to create or update the vault\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n vaultName: string,\n parameters: VaultCreateOrUpdateParameters,\n options?: VaultsCreateOrUpdateOptionalParams\n ): Promise<VaultsCreateOrUpdateResponse>;\n /**\n * Update a key vault in the specified subscription.\n * @param resourceGroupName The name of the Resource Group to which the server belongs.\n * @param vaultName Name of the vault\n * @param parameters Parameters to patch the vault\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n vaultName: string,\n parameters: VaultPatchParameters,\n options?: VaultsUpdateOptionalParams\n ): Promise<VaultsUpdateResponse>;\n /**\n * Deletes the specified Azure key vault.\n * @param resourceGroupName The name of the Resource Group to which the vault belongs.\n * @param vaultName The name of the vault to delete\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n vaultName: string,\n options?: VaultsDeleteOptionalParams\n ): Promise<void>;\n /**\n * Gets the specified Azure key vault.\n * @param resourceGroupName The name of the Resource Group to which the vault belongs.\n * @param vaultName The name of the vault.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n vaultName: string,\n options?: VaultsGetOptionalParams\n ): Promise<VaultsGetResponse>;\n /**\n * Update access policies in a key vault in the specified subscription.\n * @param resourceGroupName The name of the Resource Group to which the vault belongs.\n * @param vaultName Name of the vault\n * @param operationKind Name of the operation\n * @param parameters Access policy to merge into the vault\n * @param options The options parameters.\n */\n updateAccessPolicy(\n resourceGroupName: string,\n vaultName: string,\n operationKind: AccessPolicyUpdateKind,\n parameters: VaultAccessPolicyParameters,\n options?: VaultsUpdateAccessPolicyOptionalParams\n ): Promise<VaultsUpdateAccessPolicyResponse>;\n /**\n * Gets the deleted Azure key vault.\n * @param vaultName The name of the vault.\n * @param location The location of the deleted vault.\n * @param options The options parameters.\n */\n getDeleted(\n vaultName: string,\n location: string,\n options?: VaultsGetDeletedOptionalParams\n ): Promise<VaultsGetDeletedResponse>;\n /**\n * Permanently deletes the specified vault. aka Purges the deleted Azure key vault.\n * @param vaultName The name of the soft-deleted vault.\n * @param location The location of the soft-deleted vault.\n * @param options The options parameters.\n */\n beginPurgeDeleted(\n vaultName: string,\n location: string,\n options?: VaultsPurgeDeletedOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>>;\n /**\n * Permanently deletes the specified vault. aka Purges the deleted Azure key vault.\n * @param vaultName The name of the soft-deleted vault.\n * @param location The location of the soft-deleted vault.\n * @param options The options parameters.\n */\n beginPurgeDeletedAndWait(\n vaultName: string,\n location: string,\n options?: VaultsPurgeDeletedOptionalParams\n ): Promise<void>;\n /**\n * Checks that the vault name is valid and is not already in use.\n * @param vaultName The name of the vault.\n * @param options The options parameters.\n */\n checkNameAvailability(\n vaultName: VaultCheckNameAvailabilityParameters,\n options?: VaultsCheckNameAvailabilityOptionalParams\n ): Promise<VaultsCheckNameAvailabilityResponse>;\n}\n"]}
@@ -0,0 +1,3 @@
1
+ {
2
+ "type": "module"
3
+ }
@@ -0,0 +1,13 @@
1
+ export interface PageInfo {
2
+ continuationToken?: string;
3
+ }
4
+ /**
5
+ * Given the last `.value` produced by the `byPage` iterator,
6
+ * returns a continuation token that can be used to begin paging from
7
+ * that point later.
8
+ * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
9
+ * @returns The continuation token that can be passed into byPage() during future calls.
10
+ */
11
+ export declare function getContinuationToken(page: unknown): string | undefined;
12
+ export declare function setContinuationToken(page: unknown, continuationToken: string | undefined): void;
13
+ //# sourceMappingURL=pagingHelper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pagingHelper.d.ts","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":"AAQA,MAAM,WAAW,QAAQ;IACvB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAID;;;;;;GAMG;AACH,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,CAKtE;AAED,wBAAgB,oBAAoB,CAClC,IAAI,EAAE,OAAO,EACb,iBAAiB,EAAE,MAAM,GAAG,SAAS,GACpC,IAAI,CAON"}
@@ -0,0 +1,32 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ const pageMap = new WeakMap();
9
+ /**
10
+ * Given the last `.value` produced by the `byPage` iterator,
11
+ * returns a continuation token that can be used to begin paging from
12
+ * that point later.
13
+ * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
14
+ * @returns The continuation token that can be passed into byPage() during future calls.
15
+ */
16
+ export function getContinuationToken(page) {
17
+ var _a;
18
+ if (typeof page !== "object" || page === null) {
19
+ return undefined;
20
+ }
21
+ return (_a = pageMap.get(page)) === null || _a === void 0 ? void 0 : _a.continuationToken;
22
+ }
23
+ export function setContinuationToken(page, continuationToken) {
24
+ var _a;
25
+ if (typeof page !== "object" || page === null || !continuationToken) {
26
+ return;
27
+ }
28
+ const pageInfo = (_a = pageMap.get(page)) !== null && _a !== void 0 ? _a : {};
29
+ pageInfo.continuationToken = continuationToken;
30
+ pageMap.set(page, pageInfo);
31
+ }
32
+ //# sourceMappingURL=pagingHelper.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pagingHelper.js","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAMH,MAAM,OAAO,GAAG,IAAI,OAAO,EAAoB,CAAC;AAEhD;;;;;;GAMG;AACH,MAAM,UAAU,oBAAoB,CAAC,IAAa;;IAChD,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,EAAE,CAAC;QAC9C,OAAO,SAAS,CAAC;IACnB,CAAC;IACD,OAAO,MAAA,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,0CAAE,iBAAiB,CAAC;AAC9C,CAAC;AAED,MAAM,UAAU,oBAAoB,CAClC,IAAa,EACb,iBAAqC;;IAErC,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,IAAI,CAAC,iBAAiB,EAAE,CAAC;QACpE,OAAO;IACT,CAAC;IACD,MAAM,QAAQ,GAAG,MAAA,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,mCAAI,EAAE,CAAC;IACzC,QAAQ,CAAC,iBAAiB,GAAG,iBAAiB,CAAC;IAC/C,OAAO,CAAC,GAAG,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC;AAC9B,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport interface PageInfo {\n continuationToken?: string;\n}\n\nconst pageMap = new WeakMap<object, PageInfo>();\n\n/**\n * Given the last `.value` produced by the `byPage` iterator,\n * returns a continuation token that can be used to begin paging from\n * that point later.\n * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.\n * @returns The continuation token that can be passed into byPage() during future calls.\n */\nexport function getContinuationToken(page: unknown): string | undefined {\n if (typeof page !== \"object\" || page === null) {\n return undefined;\n }\n return pageMap.get(page)?.continuationToken;\n}\n\nexport function setContinuationToken(\n page: unknown,\n continuationToken: string | undefined\n): void {\n if (typeof page !== \"object\" || page === null || !continuationToken) {\n return;\n }\n const pageInfo = pageMap.get(page) ?? {};\n pageInfo.continuationToken = continuationToken;\n pageMap.set(page, pageInfo);\n}\n"]}