@azure/arm-appconfiguration 5.0.0 → 6.0.0-alpha.20260205.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 (853) hide show
  1. package/README.md +9 -9
  2. package/dist/browser/api/appConfigurationManagementContext.d.ts +22 -0
  3. package/dist/browser/api/appConfigurationManagementContext.js +37 -0
  4. package/dist/browser/api/appConfigurationManagementContext.js.map +1 -0
  5. package/dist/browser/api/configurationStores/index.d.ts +3 -0
  6. package/dist/browser/api/configurationStores/index.js +4 -0
  7. package/dist/browser/api/configurationStores/index.js.map +1 -0
  8. package/dist/browser/api/configurationStores/operations.d.ts +56 -0
  9. package/dist/browser/api/configurationStores/operations.js +331 -0
  10. package/dist/browser/api/configurationStores/operations.js.map +1 -0
  11. package/dist/browser/api/configurationStores/options.d.ts +49 -0
  12. package/dist/browser/api/configurationStores/options.js +4 -0
  13. package/dist/browser/api/configurationStores/options.js.map +1 -0
  14. package/dist/browser/api/index.d.ts +2 -0
  15. package/dist/browser/api/index.js +4 -0
  16. package/dist/browser/api/index.js.map +1 -0
  17. package/dist/browser/api/keyValues/index.d.ts +3 -0
  18. package/dist/browser/api/keyValues/index.js +4 -0
  19. package/dist/browser/api/keyValues/index.js.map +1 -0
  20. package/dist/browser/api/keyValues/operations.d.ts +23 -0
  21. package/dist/browser/api/keyValues/operations.js +102 -0
  22. package/dist/browser/api/keyValues/operations.js.map +1 -0
  23. package/dist/browser/api/keyValues/options.d.ts +13 -0
  24. package/dist/browser/api/keyValues/options.js +4 -0
  25. package/dist/browser/api/keyValues/options.js.map +1 -0
  26. package/dist/browser/api/operations/index.d.ts +3 -0
  27. package/dist/browser/api/operations/index.js +4 -0
  28. package/dist/browser/api/operations/index.js.map +1 -0
  29. package/dist/browser/api/operations/operations.d.ts +18 -0
  30. package/dist/browser/api/operations/operations.js +89 -0
  31. package/dist/browser/api/operations/operations.js.map +1 -0
  32. package/dist/browser/api/operations/options.d.ts +13 -0
  33. package/dist/browser/api/operations/options.js +4 -0
  34. package/dist/browser/api/operations/options.js.map +1 -0
  35. package/dist/browser/api/privateEndpointConnections/index.d.ts +3 -0
  36. package/dist/browser/api/privateEndpointConnections/index.js +4 -0
  37. package/dist/browser/api/privateEndpointConnections/index.js.map +1 -0
  38. package/dist/browser/api/privateEndpointConnections/operations.d.ts +28 -0
  39. package/dist/browser/api/privateEndpointConnections/operations.js +138 -0
  40. package/dist/browser/api/privateEndpointConnections/operations.js.map +1 -0
  41. package/dist/browser/api/privateEndpointConnections/options.d.ts +18 -0
  42. package/dist/browser/api/privateEndpointConnections/options.js +4 -0
  43. package/dist/browser/api/privateEndpointConnections/options.js.map +1 -0
  44. package/dist/browser/api/privateLinkResources/index.d.ts +3 -0
  45. package/dist/browser/api/privateLinkResources/index.js +4 -0
  46. package/dist/browser/api/privateLinkResources/index.js.map +1 -0
  47. package/dist/browser/api/privateLinkResources/operations.d.ts +14 -0
  48. package/dist/browser/api/privateLinkResources/operations.js +63 -0
  49. package/dist/browser/api/privateLinkResources/operations.js.map +1 -0
  50. package/dist/browser/api/privateLinkResources/options.d.ts +8 -0
  51. package/dist/browser/api/privateLinkResources/options.js +4 -0
  52. package/dist/browser/api/privateLinkResources/options.js.map +1 -0
  53. package/dist/browser/api/replicas/index.d.ts +3 -0
  54. package/dist/browser/api/replicas/index.js +4 -0
  55. package/dist/browser/api/replicas/index.js.map +1 -0
  56. package/dist/browser/api/replicas/operations.d.ts +28 -0
  57. package/dist/browser/api/replicas/operations.js +135 -0
  58. package/dist/browser/api/replicas/operations.js.map +1 -0
  59. package/dist/browser/api/replicas/options.d.ts +20 -0
  60. package/dist/browser/api/replicas/options.js +4 -0
  61. package/dist/browser/api/replicas/options.js.map +1 -0
  62. package/dist/browser/api/snapshots/index.d.ts +3 -0
  63. package/dist/browser/api/snapshots/index.js +4 -0
  64. package/dist/browser/api/snapshots/index.js.map +1 -0
  65. package/dist/browser/api/snapshots/operations.d.ts +14 -0
  66. package/dist/browser/api/snapshots/operations.js +71 -0
  67. package/dist/browser/api/snapshots/operations.js.map +1 -0
  68. package/dist/browser/api/snapshots/options.d.ts +10 -0
  69. package/dist/browser/api/snapshots/options.js +4 -0
  70. package/dist/browser/api/snapshots/options.js.map +1 -0
  71. package/dist/browser/appConfigurationManagementClient.d.ts +31 -24
  72. package/dist/browser/appConfigurationManagementClient.js +52 -98
  73. package/dist/browser/appConfigurationManagementClient.js.map +1 -1
  74. package/dist/browser/classic/configurationStores/index.d.ts +54 -0
  75. package/dist/browser/classic/configurationStores/index.js +57 -0
  76. package/dist/browser/classic/configurationStores/index.js.map +1 -0
  77. package/dist/browser/classic/index.d.ts +8 -0
  78. package/dist/browser/classic/index.js +4 -0
  79. package/dist/browser/classic/index.js.map +1 -0
  80. package/dist/browser/classic/keyValues/index.d.ts +25 -0
  81. package/dist/browser/classic/keyValues/index.js +25 -0
  82. package/dist/browser/classic/keyValues/index.js.map +1 -0
  83. package/dist/browser/classic/operations/index.d.ts +15 -0
  84. package/dist/browser/classic/operations/index.js +16 -0
  85. package/dist/browser/classic/operations/index.js.map +1 -0
  86. package/dist/browser/classic/privateEndpointConnections/index.d.ts +32 -0
  87. package/dist/browser/classic/privateEndpointConnections/index.js +34 -0
  88. package/dist/browser/classic/privateEndpointConnections/index.js.map +1 -0
  89. package/dist/browser/classic/privateLinkResources/index.d.ts +13 -0
  90. package/dist/browser/classic/privateLinkResources/index.js +15 -0
  91. package/dist/browser/classic/privateLinkResources/index.js.map +1 -0
  92. package/dist/browser/classic/replicas/index.d.ts +32 -0
  93. package/dist/browser/classic/replicas/index.js +34 -0
  94. package/dist/browser/classic/replicas/index.js.map +1 -0
  95. package/dist/browser/classic/snapshots/index.d.ts +18 -0
  96. package/dist/browser/classic/snapshots/index.js +24 -0
  97. package/dist/browser/classic/snapshots/index.js.map +1 -0
  98. package/dist/browser/index.d.ts +16 -3
  99. package/dist/browser/index.js +6 -11
  100. package/dist/browser/index.js.map +1 -1
  101. package/dist/browser/logger.d.ts +2 -0
  102. package/dist/browser/logger.js +5 -0
  103. package/dist/browser/logger.js.map +1 -0
  104. package/dist/browser/models/index.d.ts +1 -1234
  105. package/dist/browser/models/index.js +3 -131
  106. package/dist/browser/models/index.js.map +1 -1
  107. package/dist/browser/models/models.d.ts +1047 -0
  108. package/dist/browser/models/models.js +1121 -0
  109. package/dist/browser/models/models.js.map +1 -0
  110. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  111. package/dist/browser/restorePollerHelpers.js +110 -0
  112. package/dist/browser/restorePollerHelpers.js.map +1 -0
  113. package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
  114. package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
  115. package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
  116. package/dist/browser/static-helpers/pagingHelpers.d.ts +73 -0
  117. package/dist/browser/static-helpers/pagingHelpers.js +121 -0
  118. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  119. package/dist/browser/static-helpers/pollingHelpers.d.ts +30 -0
  120. package/dist/browser/static-helpers/pollingHelpers.js +79 -0
  121. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  122. package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  123. package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
  124. package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  125. package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
  126. package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
  127. package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
  128. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  129. package/dist/browser/static-helpers/urlTemplate.js +200 -0
  130. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  131. package/dist/commonjs/api/appConfigurationManagementContext.d.ts +22 -0
  132. package/dist/commonjs/api/appConfigurationManagementContext.js +40 -0
  133. package/dist/commonjs/api/appConfigurationManagementContext.js.map +1 -0
  134. package/dist/commonjs/api/configurationStores/index.d.ts +3 -0
  135. package/dist/commonjs/api/configurationStores/index.js +18 -0
  136. package/dist/commonjs/api/configurationStores/index.js.map +1 -0
  137. package/dist/commonjs/api/configurationStores/operations.d.ts +56 -0
  138. package/dist/commonjs/api/configurationStores/operations.js +366 -0
  139. package/dist/commonjs/api/configurationStores/operations.js.map +1 -0
  140. package/dist/commonjs/api/configurationStores/options.d.ts +49 -0
  141. package/dist/commonjs/api/configurationStores/options.js +5 -0
  142. package/dist/commonjs/api/configurationStores/options.js.map +1 -0
  143. package/dist/commonjs/api/index.d.ts +2 -0
  144. package/dist/commonjs/api/index.js +8 -0
  145. package/dist/commonjs/api/index.js.map +1 -0
  146. package/dist/commonjs/api/keyValues/index.d.ts +3 -0
  147. package/dist/commonjs/api/keyValues/index.js +10 -0
  148. package/dist/commonjs/api/keyValues/index.js.map +1 -0
  149. package/dist/commonjs/api/keyValues/operations.d.ts +23 -0
  150. package/dist/commonjs/api/keyValues/operations.js +113 -0
  151. package/dist/commonjs/api/keyValues/operations.js.map +1 -0
  152. package/dist/commonjs/api/keyValues/options.d.ts +13 -0
  153. package/dist/commonjs/api/keyValues/options.js +5 -0
  154. package/dist/commonjs/api/keyValues/options.js.map +1 -0
  155. package/dist/commonjs/api/operations/index.d.ts +3 -0
  156. package/dist/commonjs/api/operations/index.js +10 -0
  157. package/dist/commonjs/api/operations/index.js.map +1 -0
  158. package/dist/commonjs/api/operations/operations.d.ts +18 -0
  159. package/dist/commonjs/api/operations/operations.js +100 -0
  160. package/dist/commonjs/api/operations/operations.js.map +1 -0
  161. package/dist/commonjs/api/operations/options.d.ts +13 -0
  162. package/dist/commonjs/api/operations/options.js +5 -0
  163. package/dist/commonjs/api/operations/options.js.map +1 -0
  164. package/dist/commonjs/api/privateEndpointConnections/index.d.ts +3 -0
  165. package/dist/commonjs/api/privateEndpointConnections/index.js +11 -0
  166. package/dist/commonjs/api/privateEndpointConnections/index.js.map +1 -0
  167. package/dist/commonjs/api/privateEndpointConnections/operations.d.ts +28 -0
  168. package/dist/commonjs/api/privateEndpointConnections/operations.js +152 -0
  169. package/dist/commonjs/api/privateEndpointConnections/operations.js.map +1 -0
  170. package/dist/commonjs/api/privateEndpointConnections/options.d.ts +18 -0
  171. package/dist/commonjs/api/privateEndpointConnections/options.js +5 -0
  172. package/dist/commonjs/api/privateEndpointConnections/options.js.map +1 -0
  173. package/dist/commonjs/api/privateLinkResources/index.d.ts +3 -0
  174. package/dist/commonjs/api/privateLinkResources/index.js +9 -0
  175. package/dist/commonjs/api/privateLinkResources/index.js.map +1 -0
  176. package/dist/commonjs/api/privateLinkResources/operations.d.ts +14 -0
  177. package/dist/commonjs/api/privateLinkResources/operations.js +71 -0
  178. package/dist/commonjs/api/privateLinkResources/operations.js.map +1 -0
  179. package/dist/commonjs/api/privateLinkResources/options.d.ts +8 -0
  180. package/dist/commonjs/api/privateLinkResources/options.js +5 -0
  181. package/dist/commonjs/api/privateLinkResources/options.js.map +1 -0
  182. package/dist/commonjs/api/replicas/index.d.ts +3 -0
  183. package/dist/commonjs/api/replicas/index.js +11 -0
  184. package/dist/commonjs/api/replicas/index.js.map +1 -0
  185. package/dist/commonjs/api/replicas/operations.d.ts +28 -0
  186. package/dist/commonjs/api/replicas/operations.js +149 -0
  187. package/dist/commonjs/api/replicas/operations.js.map +1 -0
  188. package/dist/commonjs/api/replicas/options.d.ts +20 -0
  189. package/dist/commonjs/api/replicas/options.js +5 -0
  190. package/dist/commonjs/api/replicas/options.js.map +1 -0
  191. package/dist/commonjs/api/snapshots/index.d.ts +3 -0
  192. package/dist/commonjs/api/snapshots/index.js +9 -0
  193. package/dist/commonjs/api/snapshots/index.js.map +1 -0
  194. package/dist/commonjs/api/snapshots/operations.d.ts +14 -0
  195. package/dist/commonjs/api/snapshots/operations.js +79 -0
  196. package/dist/commonjs/api/snapshots/operations.js.map +1 -0
  197. package/dist/commonjs/api/snapshots/options.d.ts +10 -0
  198. package/dist/commonjs/api/snapshots/options.js +5 -0
  199. package/dist/commonjs/api/snapshots/options.js.map +1 -0
  200. package/dist/commonjs/appConfigurationManagementClient.d.ts +31 -24
  201. package/dist/commonjs/appConfigurationManagementClient.js +52 -99
  202. package/dist/commonjs/appConfigurationManagementClient.js.map +1 -1
  203. package/dist/commonjs/classic/configurationStores/index.d.ts +54 -0
  204. package/dist/commonjs/classic/configurationStores/index.js +60 -0
  205. package/dist/commonjs/classic/configurationStores/index.js.map +1 -0
  206. package/dist/commonjs/classic/index.d.ts +8 -0
  207. package/dist/commonjs/classic/index.js +5 -0
  208. package/dist/commonjs/classic/index.js.map +1 -0
  209. package/dist/commonjs/classic/keyValues/index.d.ts +25 -0
  210. package/dist/commonjs/classic/keyValues/index.js +28 -0
  211. package/dist/commonjs/classic/keyValues/index.js.map +1 -0
  212. package/dist/commonjs/classic/operations/index.d.ts +15 -0
  213. package/dist/commonjs/classic/operations/index.js +19 -0
  214. package/dist/commonjs/classic/operations/index.js.map +1 -0
  215. package/dist/commonjs/classic/privateEndpointConnections/index.d.ts +32 -0
  216. package/dist/commonjs/classic/privateEndpointConnections/index.js +37 -0
  217. package/dist/commonjs/classic/privateEndpointConnections/index.js.map +1 -0
  218. package/dist/commonjs/classic/privateLinkResources/index.d.ts +13 -0
  219. package/dist/commonjs/classic/privateLinkResources/index.js +18 -0
  220. package/dist/commonjs/classic/privateLinkResources/index.js.map +1 -0
  221. package/dist/commonjs/classic/replicas/index.d.ts +32 -0
  222. package/dist/commonjs/classic/replicas/index.js +37 -0
  223. package/dist/commonjs/classic/replicas/index.js.map +1 -0
  224. package/dist/commonjs/classic/snapshots/index.d.ts +18 -0
  225. package/dist/commonjs/classic/snapshots/index.js +27 -0
  226. package/dist/commonjs/classic/snapshots/index.js.map +1 -0
  227. package/dist/commonjs/index.d.ts +16 -3
  228. package/dist/commonjs/index.js +21 -14
  229. package/dist/commonjs/index.js.map +1 -1
  230. package/dist/commonjs/logger.d.ts +2 -0
  231. package/dist/commonjs/logger.js +8 -0
  232. package/dist/commonjs/logger.js.map +1 -0
  233. package/dist/commonjs/models/index.d.ts +1 -1234
  234. package/dist/commonjs/models/index.js +17 -132
  235. package/dist/commonjs/models/index.js.map +1 -1
  236. package/dist/commonjs/models/models.d.ts +1047 -0
  237. package/dist/commonjs/models/models.js +1239 -0
  238. package/dist/commonjs/models/models.js.map +1 -0
  239. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  240. package/dist/commonjs/restorePollerHelpers.js +113 -0
  241. package/dist/commonjs/restorePollerHelpers.js.map +1 -0
  242. package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
  243. package/dist/commonjs/static-helpers/cloudSettingHelpers.js +42 -0
  244. package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +1 -0
  245. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +73 -0
  246. package/dist/commonjs/static-helpers/pagingHelpers.js +124 -0
  247. package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
  248. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +30 -0
  249. package/dist/commonjs/static-helpers/pollingHelpers.js +82 -0
  250. package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -0
  251. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  252. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +20 -0
  253. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  254. package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
  255. package/dist/commonjs/static-helpers/simplePollerHelpers.js +47 -0
  256. package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +1 -0
  257. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  258. package/dist/commonjs/static-helpers/urlTemplate.js +203 -0
  259. package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -0
  260. package/dist/commonjs/tsdoc-metadata.json +11 -11
  261. package/dist/esm/api/appConfigurationManagementContext.d.ts +22 -0
  262. package/dist/esm/api/appConfigurationManagementContext.js +37 -0
  263. package/dist/esm/api/appConfigurationManagementContext.js.map +1 -0
  264. package/dist/esm/api/configurationStores/index.d.ts +3 -0
  265. package/dist/esm/api/configurationStores/index.js +4 -0
  266. package/dist/esm/api/configurationStores/index.js.map +1 -0
  267. package/dist/esm/api/configurationStores/operations.d.ts +56 -0
  268. package/dist/esm/api/configurationStores/operations.js +331 -0
  269. package/dist/esm/api/configurationStores/operations.js.map +1 -0
  270. package/dist/esm/api/configurationStores/options.d.ts +49 -0
  271. package/dist/esm/api/configurationStores/options.js +4 -0
  272. package/dist/esm/api/configurationStores/options.js.map +1 -0
  273. package/dist/esm/api/index.d.ts +2 -0
  274. package/dist/esm/api/index.js +4 -0
  275. package/dist/esm/api/index.js.map +1 -0
  276. package/dist/esm/api/keyValues/index.d.ts +3 -0
  277. package/dist/esm/api/keyValues/index.js +4 -0
  278. package/dist/esm/api/keyValues/index.js.map +1 -0
  279. package/dist/esm/api/keyValues/operations.d.ts +23 -0
  280. package/dist/esm/api/keyValues/operations.js +102 -0
  281. package/dist/esm/api/keyValues/operations.js.map +1 -0
  282. package/dist/esm/api/keyValues/options.d.ts +13 -0
  283. package/dist/esm/api/keyValues/options.js +4 -0
  284. package/dist/esm/api/keyValues/options.js.map +1 -0
  285. package/dist/esm/api/operations/index.d.ts +3 -0
  286. package/dist/esm/api/operations/index.js +4 -0
  287. package/dist/esm/api/operations/index.js.map +1 -0
  288. package/dist/esm/api/operations/operations.d.ts +18 -0
  289. package/dist/esm/api/operations/operations.js +89 -0
  290. package/dist/esm/api/operations/operations.js.map +1 -0
  291. package/dist/esm/api/operations/options.d.ts +13 -0
  292. package/dist/esm/api/operations/options.js +4 -0
  293. package/dist/esm/api/operations/options.js.map +1 -0
  294. package/dist/esm/api/privateEndpointConnections/index.d.ts +3 -0
  295. package/dist/esm/api/privateEndpointConnections/index.js +4 -0
  296. package/dist/esm/api/privateEndpointConnections/index.js.map +1 -0
  297. package/dist/esm/api/privateEndpointConnections/operations.d.ts +28 -0
  298. package/dist/esm/api/privateEndpointConnections/operations.js +138 -0
  299. package/dist/esm/api/privateEndpointConnections/operations.js.map +1 -0
  300. package/dist/esm/api/privateEndpointConnections/options.d.ts +18 -0
  301. package/dist/esm/api/privateEndpointConnections/options.js +4 -0
  302. package/dist/esm/api/privateEndpointConnections/options.js.map +1 -0
  303. package/dist/esm/api/privateLinkResources/index.d.ts +3 -0
  304. package/dist/esm/api/privateLinkResources/index.js +4 -0
  305. package/dist/esm/api/privateLinkResources/index.js.map +1 -0
  306. package/dist/esm/api/privateLinkResources/operations.d.ts +14 -0
  307. package/dist/esm/api/privateLinkResources/operations.js +63 -0
  308. package/dist/esm/api/privateLinkResources/operations.js.map +1 -0
  309. package/dist/esm/api/privateLinkResources/options.d.ts +8 -0
  310. package/dist/esm/api/privateLinkResources/options.js +4 -0
  311. package/dist/esm/api/privateLinkResources/options.js.map +1 -0
  312. package/dist/esm/api/replicas/index.d.ts +3 -0
  313. package/dist/esm/api/replicas/index.js +4 -0
  314. package/dist/esm/api/replicas/index.js.map +1 -0
  315. package/dist/esm/api/replicas/operations.d.ts +28 -0
  316. package/dist/esm/api/replicas/operations.js +135 -0
  317. package/dist/esm/api/replicas/operations.js.map +1 -0
  318. package/dist/esm/api/replicas/options.d.ts +20 -0
  319. package/dist/esm/api/replicas/options.js +4 -0
  320. package/dist/esm/api/replicas/options.js.map +1 -0
  321. package/dist/esm/api/snapshots/index.d.ts +3 -0
  322. package/dist/esm/api/snapshots/index.js +4 -0
  323. package/dist/esm/api/snapshots/index.js.map +1 -0
  324. package/dist/esm/api/snapshots/operations.d.ts +14 -0
  325. package/dist/esm/api/snapshots/operations.js +71 -0
  326. package/dist/esm/api/snapshots/operations.js.map +1 -0
  327. package/dist/esm/api/snapshots/options.d.ts +10 -0
  328. package/dist/esm/api/snapshots/options.js +4 -0
  329. package/dist/esm/api/snapshots/options.js.map +1 -0
  330. package/dist/esm/appConfigurationManagementClient.d.ts +31 -24
  331. package/dist/esm/appConfigurationManagementClient.js +52 -98
  332. package/dist/esm/appConfigurationManagementClient.js.map +1 -1
  333. package/dist/esm/classic/configurationStores/index.d.ts +54 -0
  334. package/dist/esm/classic/configurationStores/index.js +57 -0
  335. package/dist/esm/classic/configurationStores/index.js.map +1 -0
  336. package/dist/esm/classic/index.d.ts +8 -0
  337. package/dist/esm/classic/index.js +4 -0
  338. package/dist/esm/classic/index.js.map +1 -0
  339. package/dist/esm/classic/keyValues/index.d.ts +25 -0
  340. package/dist/esm/classic/keyValues/index.js +25 -0
  341. package/dist/esm/classic/keyValues/index.js.map +1 -0
  342. package/dist/esm/classic/operations/index.d.ts +15 -0
  343. package/dist/esm/classic/operations/index.js +16 -0
  344. package/dist/esm/classic/operations/index.js.map +1 -0
  345. package/dist/esm/classic/privateEndpointConnections/index.d.ts +32 -0
  346. package/dist/esm/classic/privateEndpointConnections/index.js +34 -0
  347. package/dist/esm/classic/privateEndpointConnections/index.js.map +1 -0
  348. package/dist/esm/classic/privateLinkResources/index.d.ts +13 -0
  349. package/dist/esm/classic/privateLinkResources/index.js +15 -0
  350. package/dist/esm/classic/privateLinkResources/index.js.map +1 -0
  351. package/dist/esm/classic/replicas/index.d.ts +32 -0
  352. package/dist/esm/classic/replicas/index.js +34 -0
  353. package/dist/esm/classic/replicas/index.js.map +1 -0
  354. package/dist/esm/classic/snapshots/index.d.ts +18 -0
  355. package/dist/esm/classic/snapshots/index.js +24 -0
  356. package/dist/esm/classic/snapshots/index.js.map +1 -0
  357. package/dist/esm/index.d.ts +16 -3
  358. package/dist/esm/index.js +6 -11
  359. package/dist/esm/index.js.map +1 -1
  360. package/dist/esm/logger.d.ts +2 -0
  361. package/dist/esm/logger.js +5 -0
  362. package/dist/esm/logger.js.map +1 -0
  363. package/dist/esm/models/index.d.ts +1 -1234
  364. package/dist/esm/models/index.js +3 -131
  365. package/dist/esm/models/index.js.map +1 -1
  366. package/dist/esm/models/models.d.ts +1047 -0
  367. package/dist/esm/models/models.js +1121 -0
  368. package/dist/esm/models/models.js.map +1 -0
  369. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  370. package/dist/esm/restorePollerHelpers.js +110 -0
  371. package/dist/esm/restorePollerHelpers.js.map +1 -0
  372. package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
  373. package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
  374. package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
  375. package/dist/esm/static-helpers/pagingHelpers.d.ts +73 -0
  376. package/dist/esm/static-helpers/pagingHelpers.js +121 -0
  377. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  378. package/dist/esm/static-helpers/pollingHelpers.d.ts +30 -0
  379. package/dist/esm/static-helpers/pollingHelpers.js +79 -0
  380. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
  381. package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  382. package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
  383. package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  384. package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
  385. package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
  386. package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
  387. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  388. package/dist/esm/static-helpers/urlTemplate.js +200 -0
  389. package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
  390. package/dist/react-native/api/appConfigurationManagementContext.d.ts +22 -0
  391. package/dist/react-native/api/appConfigurationManagementContext.js +37 -0
  392. package/dist/react-native/api/appConfigurationManagementContext.js.map +1 -0
  393. package/dist/react-native/api/configurationStores/index.d.ts +3 -0
  394. package/dist/react-native/api/configurationStores/index.js +4 -0
  395. package/dist/react-native/api/configurationStores/index.js.map +1 -0
  396. package/dist/react-native/api/configurationStores/operations.d.ts +56 -0
  397. package/dist/react-native/api/configurationStores/operations.js +331 -0
  398. package/dist/react-native/api/configurationStores/operations.js.map +1 -0
  399. package/dist/react-native/api/configurationStores/options.d.ts +49 -0
  400. package/dist/react-native/api/configurationStores/options.js +4 -0
  401. package/dist/react-native/api/configurationStores/options.js.map +1 -0
  402. package/dist/react-native/api/index.d.ts +2 -0
  403. package/dist/react-native/api/index.js +4 -0
  404. package/dist/react-native/api/index.js.map +1 -0
  405. package/dist/react-native/api/keyValues/index.d.ts +3 -0
  406. package/dist/react-native/api/keyValues/index.js +4 -0
  407. package/dist/react-native/api/keyValues/index.js.map +1 -0
  408. package/dist/react-native/api/keyValues/operations.d.ts +23 -0
  409. package/dist/react-native/api/keyValues/operations.js +102 -0
  410. package/dist/react-native/api/keyValues/operations.js.map +1 -0
  411. package/dist/react-native/api/keyValues/options.d.ts +13 -0
  412. package/dist/react-native/api/keyValues/options.js +4 -0
  413. package/dist/react-native/api/keyValues/options.js.map +1 -0
  414. package/dist/react-native/api/operations/index.d.ts +3 -0
  415. package/dist/react-native/api/operations/index.js +4 -0
  416. package/dist/react-native/api/operations/index.js.map +1 -0
  417. package/dist/react-native/api/operations/operations.d.ts +18 -0
  418. package/dist/react-native/api/operations/operations.js +89 -0
  419. package/dist/react-native/api/operations/operations.js.map +1 -0
  420. package/dist/react-native/api/operations/options.d.ts +13 -0
  421. package/dist/react-native/api/operations/options.js +4 -0
  422. package/dist/react-native/api/operations/options.js.map +1 -0
  423. package/dist/react-native/api/privateEndpointConnections/index.d.ts +3 -0
  424. package/dist/react-native/api/privateEndpointConnections/index.js +4 -0
  425. package/dist/react-native/api/privateEndpointConnections/index.js.map +1 -0
  426. package/dist/react-native/api/privateEndpointConnections/operations.d.ts +28 -0
  427. package/dist/react-native/api/privateEndpointConnections/operations.js +138 -0
  428. package/dist/react-native/api/privateEndpointConnections/operations.js.map +1 -0
  429. package/dist/react-native/api/privateEndpointConnections/options.d.ts +18 -0
  430. package/dist/react-native/api/privateEndpointConnections/options.js +4 -0
  431. package/dist/react-native/api/privateEndpointConnections/options.js.map +1 -0
  432. package/dist/react-native/api/privateLinkResources/index.d.ts +3 -0
  433. package/dist/react-native/api/privateLinkResources/index.js +4 -0
  434. package/dist/react-native/api/privateLinkResources/index.js.map +1 -0
  435. package/dist/react-native/api/privateLinkResources/operations.d.ts +14 -0
  436. package/dist/react-native/api/privateLinkResources/operations.js +63 -0
  437. package/dist/react-native/api/privateLinkResources/operations.js.map +1 -0
  438. package/dist/react-native/api/privateLinkResources/options.d.ts +8 -0
  439. package/dist/react-native/api/privateLinkResources/options.js +4 -0
  440. package/dist/react-native/api/privateLinkResources/options.js.map +1 -0
  441. package/dist/react-native/api/replicas/index.d.ts +3 -0
  442. package/dist/react-native/api/replicas/index.js +4 -0
  443. package/dist/react-native/api/replicas/index.js.map +1 -0
  444. package/dist/react-native/api/replicas/operations.d.ts +28 -0
  445. package/dist/react-native/api/replicas/operations.js +135 -0
  446. package/dist/react-native/api/replicas/operations.js.map +1 -0
  447. package/dist/react-native/api/replicas/options.d.ts +20 -0
  448. package/dist/react-native/api/replicas/options.js +4 -0
  449. package/dist/react-native/api/replicas/options.js.map +1 -0
  450. package/dist/react-native/api/snapshots/index.d.ts +3 -0
  451. package/dist/react-native/api/snapshots/index.js +4 -0
  452. package/dist/react-native/api/snapshots/index.js.map +1 -0
  453. package/dist/react-native/api/snapshots/operations.d.ts +14 -0
  454. package/dist/react-native/api/snapshots/operations.js +71 -0
  455. package/dist/react-native/api/snapshots/operations.js.map +1 -0
  456. package/dist/react-native/api/snapshots/options.d.ts +10 -0
  457. package/dist/react-native/api/snapshots/options.js +4 -0
  458. package/dist/react-native/api/snapshots/options.js.map +1 -0
  459. package/dist/react-native/appConfigurationManagementClient.d.ts +31 -24
  460. package/dist/react-native/appConfigurationManagementClient.js +52 -98
  461. package/dist/react-native/appConfigurationManagementClient.js.map +1 -1
  462. package/dist/react-native/classic/configurationStores/index.d.ts +54 -0
  463. package/dist/react-native/classic/configurationStores/index.js +57 -0
  464. package/dist/react-native/classic/configurationStores/index.js.map +1 -0
  465. package/dist/react-native/classic/index.d.ts +8 -0
  466. package/dist/react-native/classic/index.js +4 -0
  467. package/dist/react-native/classic/index.js.map +1 -0
  468. package/dist/react-native/classic/keyValues/index.d.ts +25 -0
  469. package/dist/react-native/classic/keyValues/index.js +25 -0
  470. package/dist/react-native/classic/keyValues/index.js.map +1 -0
  471. package/dist/react-native/classic/operations/index.d.ts +15 -0
  472. package/dist/react-native/classic/operations/index.js +16 -0
  473. package/dist/react-native/classic/operations/index.js.map +1 -0
  474. package/dist/react-native/classic/privateEndpointConnections/index.d.ts +32 -0
  475. package/dist/react-native/classic/privateEndpointConnections/index.js +34 -0
  476. package/dist/react-native/classic/privateEndpointConnections/index.js.map +1 -0
  477. package/dist/react-native/classic/privateLinkResources/index.d.ts +13 -0
  478. package/dist/react-native/classic/privateLinkResources/index.js +15 -0
  479. package/dist/react-native/classic/privateLinkResources/index.js.map +1 -0
  480. package/dist/react-native/classic/replicas/index.d.ts +32 -0
  481. package/dist/react-native/classic/replicas/index.js +34 -0
  482. package/dist/react-native/classic/replicas/index.js.map +1 -0
  483. package/dist/react-native/classic/snapshots/index.d.ts +18 -0
  484. package/dist/react-native/classic/snapshots/index.js +24 -0
  485. package/dist/react-native/classic/snapshots/index.js.map +1 -0
  486. package/dist/react-native/index.d.ts +16 -3
  487. package/dist/react-native/index.js +6 -11
  488. package/dist/react-native/index.js.map +1 -1
  489. package/dist/react-native/logger.d.ts +2 -0
  490. package/dist/react-native/logger.js +5 -0
  491. package/dist/react-native/logger.js.map +1 -0
  492. package/dist/react-native/models/index.d.ts +1 -1234
  493. package/dist/react-native/models/index.js +3 -131
  494. package/dist/react-native/models/index.js.map +1 -1
  495. package/dist/react-native/models/models.d.ts +1047 -0
  496. package/dist/react-native/models/models.js +1121 -0
  497. package/dist/react-native/models/models.js.map +1 -0
  498. package/dist/react-native/restorePollerHelpers.d.ts +21 -0
  499. package/dist/react-native/restorePollerHelpers.js +110 -0
  500. package/dist/react-native/restorePollerHelpers.js.map +1 -0
  501. package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts +22 -0
  502. package/dist/react-native/static-helpers/cloudSettingHelpers.js +38 -0
  503. package/dist/react-native/static-helpers/cloudSettingHelpers.js.map +1 -0
  504. package/dist/react-native/static-helpers/pagingHelpers.d.ts +73 -0
  505. package/dist/react-native/static-helpers/pagingHelpers.js +121 -0
  506. package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
  507. package/dist/react-native/static-helpers/pollingHelpers.d.ts +30 -0
  508. package/dist/react-native/static-helpers/pollingHelpers.js +79 -0
  509. package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
  510. package/dist/react-native/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  511. package/dist/react-native/static-helpers/serialization/check-prop-undefined.js +17 -0
  512. package/dist/react-native/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  513. package/dist/react-native/static-helpers/simplePollerHelpers.d.ts +73 -0
  514. package/dist/react-native/static-helpers/simplePollerHelpers.js +44 -0
  515. package/dist/react-native/static-helpers/simplePollerHelpers.js.map +1 -0
  516. package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
  517. package/dist/react-native/static-helpers/urlTemplate.js +200 -0
  518. package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
  519. package/package.json +257 -79
  520. package/CHANGELOG.md +0 -99
  521. package/dist/browser/appConfigurationManagementClient.d.ts.map +0 -1
  522. package/dist/browser/index.d.ts.map +0 -1
  523. package/dist/browser/lroImpl.d.ts +0 -11
  524. package/dist/browser/lroImpl.d.ts.map +0 -1
  525. package/dist/browser/lroImpl.js +0 -21
  526. package/dist/browser/lroImpl.js.map +0 -1
  527. package/dist/browser/models/index.d.ts.map +0 -1
  528. package/dist/browser/models/mappers.d.ts +0 -49
  529. package/dist/browser/models/mappers.d.ts.map +0 -1
  530. package/dist/browser/models/mappers.js +0 -1685
  531. package/dist/browser/models/mappers.js.map +0 -1
  532. package/dist/browser/models/parameters.d.ts +0 -27
  533. package/dist/browser/models/parameters.d.ts.map +0 -1
  534. package/dist/browser/models/parameters.js +0 -230
  535. package/dist/browser/models/parameters.js.map +0 -1
  536. package/dist/browser/operations/configurationStores.d.ts +0 -178
  537. package/dist/browser/operations/configurationStores.d.ts.map +0 -1
  538. package/dist/browser/operations/configurationStores.js +0 -912
  539. package/dist/browser/operations/configurationStores.js.map +0 -1
  540. package/dist/browser/operations/index.d.ts +0 -8
  541. package/dist/browser/operations/index.d.ts.map +0 -1
  542. package/dist/browser/operations/index.js +0 -15
  543. package/dist/browser/operations/index.js.map +0 -1
  544. package/dist/browser/operations/keyValues.d.ts +0 -56
  545. package/dist/browser/operations/keyValues.d.ts.map +0 -1
  546. package/dist/browser/operations/keyValues.js +0 -183
  547. package/dist/browser/operations/keyValues.js.map +0 -1
  548. package/dist/browser/operations/operations.d.ts +0 -47
  549. package/dist/browser/operations/operations.d.ts.map +0 -1
  550. package/dist/browser/operations/operations.js +0 -192
  551. package/dist/browser/operations/operations.js.map +0 -1
  552. package/dist/browser/operations/privateEndpointConnections.d.ts +0 -86
  553. package/dist/browser/operations/privateEndpointConnections.d.ts.map +0 -1
  554. package/dist/browser/operations/privateEndpointConnections.js +0 -369
  555. package/dist/browser/operations/privateEndpointConnections.js.map +0 -1
  556. package/dist/browser/operations/privateLinkResources.d.ts +0 -47
  557. package/dist/browser/operations/privateLinkResources.d.ts.map +0 -1
  558. package/dist/browser/operations/privateLinkResources.js +0 -183
  559. package/dist/browser/operations/privateLinkResources.js.map +0 -1
  560. package/dist/browser/operations/replicas.d.ts +0 -82
  561. package/dist/browser/operations/replicas.d.ts.map +0 -1
  562. package/dist/browser/operations/replicas.js +0 -357
  563. package/dist/browser/operations/replicas.js.map +0 -1
  564. package/dist/browser/operations/snapshots.d.ts +0 -46
  565. package/dist/browser/operations/snapshots.d.ts.map +0 -1
  566. package/dist/browser/operations/snapshots.js +0 -152
  567. package/dist/browser/operations/snapshots.js.map +0 -1
  568. package/dist/browser/operationsInterfaces/configurationStores.d.ts +0 -112
  569. package/dist/browser/operationsInterfaces/configurationStores.d.ts.map +0 -1
  570. package/dist/browser/operationsInterfaces/configurationStores.js +0 -9
  571. package/dist/browser/operationsInterfaces/configurationStores.js.map +0 -1
  572. package/dist/browser/operationsInterfaces/index.d.ts +0 -8
  573. package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
  574. package/dist/browser/operationsInterfaces/index.js +0 -15
  575. package/dist/browser/operationsInterfaces/index.js.map +0 -1
  576. package/dist/browser/operationsInterfaces/keyValues.d.ts +0 -48
  577. package/dist/browser/operationsInterfaces/keyValues.d.ts.map +0 -1
  578. package/dist/browser/operationsInterfaces/keyValues.js +0 -9
  579. package/dist/browser/operationsInterfaces/keyValues.js.map +0 -1
  580. package/dist/browser/operationsInterfaces/operations.d.ts +0 -26
  581. package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
  582. package/dist/browser/operationsInterfaces/operations.js +0 -9
  583. package/dist/browser/operationsInterfaces/operations.js.map +0 -1
  584. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +0 -60
  585. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  586. package/dist/browser/operationsInterfaces/privateEndpointConnections.js +0 -9
  587. package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  588. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +0 -21
  589. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  590. package/dist/browser/operationsInterfaces/privateLinkResources.js +0 -9
  591. package/dist/browser/operationsInterfaces/privateLinkResources.js.map +0 -1
  592. package/dist/browser/operationsInterfaces/replicas.d.ts +0 -56
  593. package/dist/browser/operationsInterfaces/replicas.d.ts.map +0 -1
  594. package/dist/browser/operationsInterfaces/replicas.js +0 -9
  595. package/dist/browser/operationsInterfaces/replicas.js.map +0 -1
  596. package/dist/browser/operationsInterfaces/snapshots.d.ts +0 -38
  597. package/dist/browser/operationsInterfaces/snapshots.d.ts.map +0 -1
  598. package/dist/browser/operationsInterfaces/snapshots.js +0 -9
  599. package/dist/browser/operationsInterfaces/snapshots.js.map +0 -1
  600. package/dist/browser/pagingHelper.d.ts +0 -13
  601. package/dist/browser/pagingHelper.d.ts.map +0 -1
  602. package/dist/browser/pagingHelper.js +0 -32
  603. package/dist/browser/pagingHelper.js.map +0 -1
  604. package/dist/commonjs/appConfigurationManagementClient.d.ts.map +0 -1
  605. package/dist/commonjs/index.d.ts.map +0 -1
  606. package/dist/commonjs/lroImpl.d.ts +0 -11
  607. package/dist/commonjs/lroImpl.d.ts.map +0 -1
  608. package/dist/commonjs/lroImpl.js +0 -24
  609. package/dist/commonjs/lroImpl.js.map +0 -1
  610. package/dist/commonjs/models/index.d.ts.map +0 -1
  611. package/dist/commonjs/models/mappers.d.ts +0 -49
  612. package/dist/commonjs/models/mappers.d.ts.map +0 -1
  613. package/dist/commonjs/models/mappers.js +0 -1688
  614. package/dist/commonjs/models/mappers.js.map +0 -1
  615. package/dist/commonjs/models/parameters.d.ts +0 -27
  616. package/dist/commonjs/models/parameters.d.ts.map +0 -1
  617. package/dist/commonjs/models/parameters.js +0 -233
  618. package/dist/commonjs/models/parameters.js.map +0 -1
  619. package/dist/commonjs/operations/configurationStores.d.ts +0 -178
  620. package/dist/commonjs/operations/configurationStores.d.ts.map +0 -1
  621. package/dist/commonjs/operations/configurationStores.js +0 -916
  622. package/dist/commonjs/operations/configurationStores.js.map +0 -1
  623. package/dist/commonjs/operations/index.d.ts +0 -8
  624. package/dist/commonjs/operations/index.d.ts.map +0 -1
  625. package/dist/commonjs/operations/index.js +0 -18
  626. package/dist/commonjs/operations/index.js.map +0 -1
  627. package/dist/commonjs/operations/keyValues.d.ts +0 -56
  628. package/dist/commonjs/operations/keyValues.d.ts.map +0 -1
  629. package/dist/commonjs/operations/keyValues.js +0 -188
  630. package/dist/commonjs/operations/keyValues.js.map +0 -1
  631. package/dist/commonjs/operations/operations.d.ts +0 -47
  632. package/dist/commonjs/operations/operations.d.ts.map +0 -1
  633. package/dist/commonjs/operations/operations.js +0 -196
  634. package/dist/commonjs/operations/operations.js.map +0 -1
  635. package/dist/commonjs/operations/privateEndpointConnections.d.ts +0 -86
  636. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +0 -1
  637. package/dist/commonjs/operations/privateEndpointConnections.js +0 -373
  638. package/dist/commonjs/operations/privateEndpointConnections.js.map +0 -1
  639. package/dist/commonjs/operations/privateLinkResources.d.ts +0 -47
  640. package/dist/commonjs/operations/privateLinkResources.d.ts.map +0 -1
  641. package/dist/commonjs/operations/privateLinkResources.js +0 -187
  642. package/dist/commonjs/operations/privateLinkResources.js.map +0 -1
  643. package/dist/commonjs/operations/replicas.d.ts +0 -82
  644. package/dist/commonjs/operations/replicas.d.ts.map +0 -1
  645. package/dist/commonjs/operations/replicas.js +0 -361
  646. package/dist/commonjs/operations/replicas.js.map +0 -1
  647. package/dist/commonjs/operations/snapshots.d.ts +0 -46
  648. package/dist/commonjs/operations/snapshots.d.ts.map +0 -1
  649. package/dist/commonjs/operations/snapshots.js +0 -157
  650. package/dist/commonjs/operations/snapshots.js.map +0 -1
  651. package/dist/commonjs/operationsInterfaces/configurationStores.d.ts +0 -112
  652. package/dist/commonjs/operationsInterfaces/configurationStores.d.ts.map +0 -1
  653. package/dist/commonjs/operationsInterfaces/configurationStores.js +0 -10
  654. package/dist/commonjs/operationsInterfaces/configurationStores.js.map +0 -1
  655. package/dist/commonjs/operationsInterfaces/index.d.ts +0 -8
  656. package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
  657. package/dist/commonjs/operationsInterfaces/index.js +0 -18
  658. package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
  659. package/dist/commonjs/operationsInterfaces/keyValues.d.ts +0 -48
  660. package/dist/commonjs/operationsInterfaces/keyValues.d.ts.map +0 -1
  661. package/dist/commonjs/operationsInterfaces/keyValues.js +0 -10
  662. package/dist/commonjs/operationsInterfaces/keyValues.js.map +0 -1
  663. package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -26
  664. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
  665. package/dist/commonjs/operationsInterfaces/operations.js +0 -10
  666. package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
  667. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +0 -60
  668. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  669. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +0 -10
  670. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  671. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +0 -21
  672. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  673. package/dist/commonjs/operationsInterfaces/privateLinkResources.js +0 -10
  674. package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +0 -1
  675. package/dist/commonjs/operationsInterfaces/replicas.d.ts +0 -56
  676. package/dist/commonjs/operationsInterfaces/replicas.d.ts.map +0 -1
  677. package/dist/commonjs/operationsInterfaces/replicas.js +0 -10
  678. package/dist/commonjs/operationsInterfaces/replicas.js.map +0 -1
  679. package/dist/commonjs/operationsInterfaces/snapshots.d.ts +0 -38
  680. package/dist/commonjs/operationsInterfaces/snapshots.d.ts.map +0 -1
  681. package/dist/commonjs/operationsInterfaces/snapshots.js +0 -10
  682. package/dist/commonjs/operationsInterfaces/snapshots.js.map +0 -1
  683. package/dist/commonjs/pagingHelper.d.ts +0 -13
  684. package/dist/commonjs/pagingHelper.d.ts.map +0 -1
  685. package/dist/commonjs/pagingHelper.js +0 -36
  686. package/dist/commonjs/pagingHelper.js.map +0 -1
  687. package/dist/esm/appConfigurationManagementClient.d.ts.map +0 -1
  688. package/dist/esm/index.d.ts.map +0 -1
  689. package/dist/esm/lroImpl.d.ts +0 -11
  690. package/dist/esm/lroImpl.d.ts.map +0 -1
  691. package/dist/esm/lroImpl.js +0 -21
  692. package/dist/esm/lroImpl.js.map +0 -1
  693. package/dist/esm/models/index.d.ts.map +0 -1
  694. package/dist/esm/models/mappers.d.ts +0 -49
  695. package/dist/esm/models/mappers.d.ts.map +0 -1
  696. package/dist/esm/models/mappers.js +0 -1685
  697. package/dist/esm/models/mappers.js.map +0 -1
  698. package/dist/esm/models/parameters.d.ts +0 -27
  699. package/dist/esm/models/parameters.d.ts.map +0 -1
  700. package/dist/esm/models/parameters.js +0 -230
  701. package/dist/esm/models/parameters.js.map +0 -1
  702. package/dist/esm/operations/configurationStores.d.ts +0 -178
  703. package/dist/esm/operations/configurationStores.d.ts.map +0 -1
  704. package/dist/esm/operations/configurationStores.js +0 -912
  705. package/dist/esm/operations/configurationStores.js.map +0 -1
  706. package/dist/esm/operations/index.d.ts +0 -8
  707. package/dist/esm/operations/index.d.ts.map +0 -1
  708. package/dist/esm/operations/index.js +0 -15
  709. package/dist/esm/operations/index.js.map +0 -1
  710. package/dist/esm/operations/keyValues.d.ts +0 -56
  711. package/dist/esm/operations/keyValues.d.ts.map +0 -1
  712. package/dist/esm/operations/keyValues.js +0 -183
  713. package/dist/esm/operations/keyValues.js.map +0 -1
  714. package/dist/esm/operations/operations.d.ts +0 -47
  715. package/dist/esm/operations/operations.d.ts.map +0 -1
  716. package/dist/esm/operations/operations.js +0 -192
  717. package/dist/esm/operations/operations.js.map +0 -1
  718. package/dist/esm/operations/privateEndpointConnections.d.ts +0 -86
  719. package/dist/esm/operations/privateEndpointConnections.d.ts.map +0 -1
  720. package/dist/esm/operations/privateEndpointConnections.js +0 -369
  721. package/dist/esm/operations/privateEndpointConnections.js.map +0 -1
  722. package/dist/esm/operations/privateLinkResources.d.ts +0 -47
  723. package/dist/esm/operations/privateLinkResources.d.ts.map +0 -1
  724. package/dist/esm/operations/privateLinkResources.js +0 -183
  725. package/dist/esm/operations/privateLinkResources.js.map +0 -1
  726. package/dist/esm/operations/replicas.d.ts +0 -82
  727. package/dist/esm/operations/replicas.d.ts.map +0 -1
  728. package/dist/esm/operations/replicas.js +0 -357
  729. package/dist/esm/operations/replicas.js.map +0 -1
  730. package/dist/esm/operations/snapshots.d.ts +0 -46
  731. package/dist/esm/operations/snapshots.d.ts.map +0 -1
  732. package/dist/esm/operations/snapshots.js +0 -152
  733. package/dist/esm/operations/snapshots.js.map +0 -1
  734. package/dist/esm/operationsInterfaces/configurationStores.d.ts +0 -112
  735. package/dist/esm/operationsInterfaces/configurationStores.d.ts.map +0 -1
  736. package/dist/esm/operationsInterfaces/configurationStores.js +0 -9
  737. package/dist/esm/operationsInterfaces/configurationStores.js.map +0 -1
  738. package/dist/esm/operationsInterfaces/index.d.ts +0 -8
  739. package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
  740. package/dist/esm/operationsInterfaces/index.js +0 -15
  741. package/dist/esm/operationsInterfaces/index.js.map +0 -1
  742. package/dist/esm/operationsInterfaces/keyValues.d.ts +0 -48
  743. package/dist/esm/operationsInterfaces/keyValues.d.ts.map +0 -1
  744. package/dist/esm/operationsInterfaces/keyValues.js +0 -9
  745. package/dist/esm/operationsInterfaces/keyValues.js.map +0 -1
  746. package/dist/esm/operationsInterfaces/operations.d.ts +0 -26
  747. package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
  748. package/dist/esm/operationsInterfaces/operations.js +0 -9
  749. package/dist/esm/operationsInterfaces/operations.js.map +0 -1
  750. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +0 -60
  751. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  752. package/dist/esm/operationsInterfaces/privateEndpointConnections.js +0 -9
  753. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  754. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +0 -21
  755. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  756. package/dist/esm/operationsInterfaces/privateLinkResources.js +0 -9
  757. package/dist/esm/operationsInterfaces/privateLinkResources.js.map +0 -1
  758. package/dist/esm/operationsInterfaces/replicas.d.ts +0 -56
  759. package/dist/esm/operationsInterfaces/replicas.d.ts.map +0 -1
  760. package/dist/esm/operationsInterfaces/replicas.js +0 -9
  761. package/dist/esm/operationsInterfaces/replicas.js.map +0 -1
  762. package/dist/esm/operationsInterfaces/snapshots.d.ts +0 -38
  763. package/dist/esm/operationsInterfaces/snapshots.d.ts.map +0 -1
  764. package/dist/esm/operationsInterfaces/snapshots.js +0 -9
  765. package/dist/esm/operationsInterfaces/snapshots.js.map +0 -1
  766. package/dist/esm/pagingHelper.d.ts +0 -13
  767. package/dist/esm/pagingHelper.d.ts.map +0 -1
  768. package/dist/esm/pagingHelper.js +0 -32
  769. package/dist/esm/pagingHelper.js.map +0 -1
  770. package/dist/react-native/appConfigurationManagementClient.d.ts.map +0 -1
  771. package/dist/react-native/index.d.ts.map +0 -1
  772. package/dist/react-native/lroImpl.d.ts +0 -11
  773. package/dist/react-native/lroImpl.d.ts.map +0 -1
  774. package/dist/react-native/lroImpl.js +0 -21
  775. package/dist/react-native/lroImpl.js.map +0 -1
  776. package/dist/react-native/models/index.d.ts.map +0 -1
  777. package/dist/react-native/models/mappers.d.ts +0 -49
  778. package/dist/react-native/models/mappers.d.ts.map +0 -1
  779. package/dist/react-native/models/mappers.js +0 -1685
  780. package/dist/react-native/models/mappers.js.map +0 -1
  781. package/dist/react-native/models/parameters.d.ts +0 -27
  782. package/dist/react-native/models/parameters.d.ts.map +0 -1
  783. package/dist/react-native/models/parameters.js +0 -230
  784. package/dist/react-native/models/parameters.js.map +0 -1
  785. package/dist/react-native/operations/configurationStores.d.ts +0 -178
  786. package/dist/react-native/operations/configurationStores.d.ts.map +0 -1
  787. package/dist/react-native/operations/configurationStores.js +0 -912
  788. package/dist/react-native/operations/configurationStores.js.map +0 -1
  789. package/dist/react-native/operations/index.d.ts +0 -8
  790. package/dist/react-native/operations/index.d.ts.map +0 -1
  791. package/dist/react-native/operations/index.js +0 -15
  792. package/dist/react-native/operations/index.js.map +0 -1
  793. package/dist/react-native/operations/keyValues.d.ts +0 -56
  794. package/dist/react-native/operations/keyValues.d.ts.map +0 -1
  795. package/dist/react-native/operations/keyValues.js +0 -183
  796. package/dist/react-native/operations/keyValues.js.map +0 -1
  797. package/dist/react-native/operations/operations.d.ts +0 -47
  798. package/dist/react-native/operations/operations.d.ts.map +0 -1
  799. package/dist/react-native/operations/operations.js +0 -192
  800. package/dist/react-native/operations/operations.js.map +0 -1
  801. package/dist/react-native/operations/privateEndpointConnections.d.ts +0 -86
  802. package/dist/react-native/operations/privateEndpointConnections.d.ts.map +0 -1
  803. package/dist/react-native/operations/privateEndpointConnections.js +0 -369
  804. package/dist/react-native/operations/privateEndpointConnections.js.map +0 -1
  805. package/dist/react-native/operations/privateLinkResources.d.ts +0 -47
  806. package/dist/react-native/operations/privateLinkResources.d.ts.map +0 -1
  807. package/dist/react-native/operations/privateLinkResources.js +0 -183
  808. package/dist/react-native/operations/privateLinkResources.js.map +0 -1
  809. package/dist/react-native/operations/replicas.d.ts +0 -82
  810. package/dist/react-native/operations/replicas.d.ts.map +0 -1
  811. package/dist/react-native/operations/replicas.js +0 -357
  812. package/dist/react-native/operations/replicas.js.map +0 -1
  813. package/dist/react-native/operations/snapshots.d.ts +0 -46
  814. package/dist/react-native/operations/snapshots.d.ts.map +0 -1
  815. package/dist/react-native/operations/snapshots.js +0 -152
  816. package/dist/react-native/operations/snapshots.js.map +0 -1
  817. package/dist/react-native/operationsInterfaces/configurationStores.d.ts +0 -112
  818. package/dist/react-native/operationsInterfaces/configurationStores.d.ts.map +0 -1
  819. package/dist/react-native/operationsInterfaces/configurationStores.js +0 -9
  820. package/dist/react-native/operationsInterfaces/configurationStores.js.map +0 -1
  821. package/dist/react-native/operationsInterfaces/index.d.ts +0 -8
  822. package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
  823. package/dist/react-native/operationsInterfaces/index.js +0 -15
  824. package/dist/react-native/operationsInterfaces/index.js.map +0 -1
  825. package/dist/react-native/operationsInterfaces/keyValues.d.ts +0 -48
  826. package/dist/react-native/operationsInterfaces/keyValues.d.ts.map +0 -1
  827. package/dist/react-native/operationsInterfaces/keyValues.js +0 -9
  828. package/dist/react-native/operationsInterfaces/keyValues.js.map +0 -1
  829. package/dist/react-native/operationsInterfaces/operations.d.ts +0 -26
  830. package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
  831. package/dist/react-native/operationsInterfaces/operations.js +0 -9
  832. package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
  833. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +0 -60
  834. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  835. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +0 -9
  836. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  837. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +0 -21
  838. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  839. package/dist/react-native/operationsInterfaces/privateLinkResources.js +0 -9
  840. package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +0 -1
  841. package/dist/react-native/operationsInterfaces/replicas.d.ts +0 -56
  842. package/dist/react-native/operationsInterfaces/replicas.d.ts.map +0 -1
  843. package/dist/react-native/operationsInterfaces/replicas.js +0 -9
  844. package/dist/react-native/operationsInterfaces/replicas.js.map +0 -1
  845. package/dist/react-native/operationsInterfaces/snapshots.d.ts +0 -38
  846. package/dist/react-native/operationsInterfaces/snapshots.d.ts.map +0 -1
  847. package/dist/react-native/operationsInterfaces/snapshots.js +0 -9
  848. package/dist/react-native/operationsInterfaces/snapshots.js.map +0 -1
  849. package/dist/react-native/pagingHelper.d.ts +0 -13
  850. package/dist/react-native/pagingHelper.d.ts.map +0 -1
  851. package/dist/react-native/pagingHelper.js +0 -32
  852. package/dist/react-native/pagingHelper.js.map +0 -1
  853. package/review/arm-appconfiguration.api.md +0 -893
@@ -1,152 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- import * as coreClient from "@azure/core-client";
9
- import * as Mappers from "../models/mappers.js";
10
- import * as Parameters from "../models/parameters.js";
11
- import { createHttpPoller, } from "@azure/core-lro";
12
- import { createLroSpec } from "../lroImpl.js";
13
- /** Class containing Snapshots operations. */
14
- export class SnapshotsImpl {
15
- /**
16
- * Initialize a new instance of the class Snapshots class.
17
- * @param client Reference to the service client
18
- */
19
- constructor(client) {
20
- this.client = client;
21
- }
22
- /**
23
- * Gets the properties of the specified snapshot. NOTE: This operation is intended for use in Azure
24
- * Resource Manager (ARM) Template deployments. For all other scenarios involving App Configuration
25
- * snapshots the data plane API should be used instead.
26
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
27
- * @param configStoreName The name of the configuration store.
28
- * @param snapshotName The name of the snapshot.
29
- * @param options The options parameters.
30
- */
31
- get(resourceGroupName, configStoreName, snapshotName, options) {
32
- return this.client.sendOperationRequest({ resourceGroupName, configStoreName, snapshotName, options }, getOperationSpec);
33
- }
34
- /**
35
- * Creates a snapshot. NOTE: This operation is intended for use in Azure Resource Manager (ARM)
36
- * Template deployments. For all other scenarios involving App Configuration snapshots the data plane
37
- * API should be used instead.
38
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
39
- * @param configStoreName The name of the configuration store.
40
- * @param snapshotName The name of the snapshot.
41
- * @param body The parameters for creating a snapshot.
42
- * @param options The options parameters.
43
- */
44
- async beginCreate(resourceGroupName, configStoreName, snapshotName, body, options) {
45
- const directSendOperation = async (args, spec) => {
46
- return this.client.sendOperationRequest(args, spec);
47
- };
48
- const sendOperationFn = async (args, spec) => {
49
- var _a;
50
- let currentRawResponse = undefined;
51
- const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
52
- const callback = (rawResponse, flatResponse) => {
53
- currentRawResponse = rawResponse;
54
- providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
55
- };
56
- const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
57
- const flatResponse = await directSendOperation(updatedArgs, spec);
58
- return {
59
- flatResponse,
60
- rawResponse: {
61
- statusCode: currentRawResponse.status,
62
- body: currentRawResponse.parsedBody,
63
- headers: currentRawResponse.headers.toJSON(),
64
- },
65
- };
66
- };
67
- const lro = createLroSpec({
68
- sendOperationFn,
69
- args: { resourceGroupName, configStoreName, snapshotName, body, options },
70
- spec: createOperationSpec,
71
- });
72
- const poller = await createHttpPoller(lro, {
73
- restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
74
- intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
75
- resourceLocationConfig: "azure-async-operation",
76
- });
77
- await poller.poll();
78
- return poller;
79
- }
80
- /**
81
- * Creates a snapshot. NOTE: This operation is intended for use in Azure Resource Manager (ARM)
82
- * Template deployments. For all other scenarios involving App Configuration snapshots the data plane
83
- * API should be used instead.
84
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
85
- * @param configStoreName The name of the configuration store.
86
- * @param snapshotName The name of the snapshot.
87
- * @param body The parameters for creating a snapshot.
88
- * @param options The options parameters.
89
- */
90
- async beginCreateAndWait(resourceGroupName, configStoreName, snapshotName, body, options) {
91
- const poller = await this.beginCreate(resourceGroupName, configStoreName, snapshotName, body, options);
92
- return poller.pollUntilDone();
93
- }
94
- }
95
- // Operation Specifications
96
- const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
97
- const getOperationSpec = {
98
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/snapshots/{snapshotName}",
99
- httpMethod: "GET",
100
- responses: {
101
- 200: {
102
- bodyMapper: Mappers.Snapshot,
103
- },
104
- default: {
105
- bodyMapper: Mappers.ErrorResponseAutoGenerated,
106
- },
107
- },
108
- queryParameters: [Parameters.apiVersion],
109
- urlParameters: [
110
- Parameters.$host,
111
- Parameters.subscriptionId,
112
- Parameters.configStoreName,
113
- Parameters.resourceGroupName1,
114
- Parameters.snapshotName,
115
- ],
116
- headerParameters: [Parameters.accept],
117
- serializer,
118
- };
119
- const createOperationSpec = {
120
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/snapshots/{snapshotName}",
121
- httpMethod: "PUT",
122
- responses: {
123
- 200: {
124
- bodyMapper: Mappers.Snapshot,
125
- },
126
- 201: {
127
- bodyMapper: Mappers.Snapshot,
128
- },
129
- 202: {
130
- bodyMapper: Mappers.Snapshot,
131
- },
132
- 204: {
133
- bodyMapper: Mappers.Snapshot,
134
- },
135
- default: {
136
- bodyMapper: Mappers.ErrorResponseAutoGenerated,
137
- },
138
- },
139
- requestBody: Parameters.body,
140
- queryParameters: [Parameters.apiVersion],
141
- urlParameters: [
142
- Parameters.$host,
143
- Parameters.subscriptionId,
144
- Parameters.configStoreName,
145
- Parameters.resourceGroupName1,
146
- Parameters.snapshotName,
147
- ],
148
- headerParameters: [Parameters.accept, Parameters.contentType],
149
- mediaType: "json",
150
- serializer,
151
- };
152
- //# sourceMappingURL=snapshots.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"snapshots.js","sourceRoot":"","sources":["../../../src/operations/snapshots.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 { Snapshots } 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 { AppConfigurationManagementClient } from \"../appConfigurationManagementClient.js\";\nimport {\n SimplePollerLike,\n OperationState,\n createHttpPoller,\n} from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport {\n SnapshotsGetOptionalParams,\n SnapshotsGetResponse,\n Snapshot,\n SnapshotsCreateOptionalParams,\n SnapshotsCreateResponse,\n} from \"../models/index.js\";\n\n/** Class containing Snapshots operations. */\nexport class SnapshotsImpl implements Snapshots {\n private readonly client: AppConfigurationManagementClient;\n\n /**\n * Initialize a new instance of the class Snapshots class.\n * @param client Reference to the service client\n */\n constructor(client: AppConfigurationManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets the properties of the specified snapshot. NOTE: This operation is intended for use in Azure\n * Resource Manager (ARM) Template deployments. For all other scenarios involving App Configuration\n * snapshots the data plane API should be used instead.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param configStoreName The name of the configuration store.\n * @param snapshotName The name of the snapshot.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n configStoreName: string,\n snapshotName: string,\n options?: SnapshotsGetOptionalParams,\n ): Promise<SnapshotsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, configStoreName, snapshotName, options },\n getOperationSpec,\n );\n }\n\n /**\n * Creates a snapshot. NOTE: This operation is intended for use in Azure Resource Manager (ARM)\n * Template deployments. For all other scenarios involving App Configuration snapshots the data plane\n * API should be used instead.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param configStoreName The name of the configuration store.\n * @param snapshotName The name of the snapshot.\n * @param body The parameters for creating a snapshot.\n * @param options The options parameters.\n */\n async beginCreate(\n resourceGroupName: string,\n configStoreName: string,\n snapshotName: string,\n body: Snapshot,\n options?: SnapshotsCreateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<SnapshotsCreateResponse>,\n SnapshotsCreateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<SnapshotsCreateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n 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 = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, configStoreName, snapshotName, body, options },\n spec: createOperationSpec,\n });\n const poller = await createHttpPoller<\n SnapshotsCreateResponse,\n OperationState<SnapshotsCreateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"azure-async-operation\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Creates a snapshot. NOTE: This operation is intended for use in Azure Resource Manager (ARM)\n * Template deployments. For all other scenarios involving App Configuration snapshots the data plane\n * API should be used instead.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param configStoreName The name of the configuration store.\n * @param snapshotName The name of the snapshot.\n * @param body The parameters for creating a snapshot.\n * @param options The options parameters.\n */\n async beginCreateAndWait(\n resourceGroupName: string,\n configStoreName: string,\n snapshotName: string,\n body: Snapshot,\n options?: SnapshotsCreateOptionalParams,\n ): Promise<SnapshotsCreateResponse> {\n const poller = await this.beginCreate(\n resourceGroupName,\n configStoreName,\n snapshotName,\n body,\n options,\n );\n return poller.pollUntilDone();\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/snapshots/{snapshotName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Snapshot,\n },\n default: {\n bodyMapper: Mappers.ErrorResponseAutoGenerated,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.configStoreName,\n Parameters.resourceGroupName1,\n Parameters.snapshotName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/snapshots/{snapshotName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Snapshot,\n },\n 201: {\n bodyMapper: Mappers.Snapshot,\n },\n 202: {\n bodyMapper: Mappers.Snapshot,\n },\n 204: {\n bodyMapper: Mappers.Snapshot,\n },\n default: {\n bodyMapper: Mappers.ErrorResponseAutoGenerated,\n },\n },\n requestBody: Parameters.body,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.configStoreName,\n Parameters.resourceGroupName1,\n Parameters.snapshotName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\n"]}
@@ -1,112 +0,0 @@
1
- import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { SimplePollerLike, OperationState } from "@azure/core-lro";
3
- import { ConfigurationStore, ConfigurationStoresListOptionalParams, ConfigurationStoresListByResourceGroupOptionalParams, ApiKey, ConfigurationStoresListKeysOptionalParams, DeletedConfigurationStore, ConfigurationStoresListDeletedOptionalParams, ConfigurationStoresGetOptionalParams, ConfigurationStoresGetResponse, ConfigurationStoresCreateOptionalParams, ConfigurationStoresCreateResponse, ConfigurationStoresDeleteOptionalParams, ConfigurationStoreUpdateParameters, ConfigurationStoresUpdateOptionalParams, ConfigurationStoresUpdateResponse, RegenerateKeyParameters, ConfigurationStoresRegenerateKeyOptionalParams, ConfigurationStoresRegenerateKeyResponse, ConfigurationStoresGetDeletedOptionalParams, ConfigurationStoresGetDeletedResponse, ConfigurationStoresPurgeDeletedOptionalParams } from "../models/index.js";
4
- /** Interface representing a ConfigurationStores. */
5
- export interface ConfigurationStores {
6
- /**
7
- * Lists the configuration stores for a given subscription.
8
- * @param options The options parameters.
9
- */
10
- list(options?: ConfigurationStoresListOptionalParams): PagedAsyncIterableIterator<ConfigurationStore>;
11
- /**
12
- * Lists the configuration stores for a given resource group.
13
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
14
- * @param options The options parameters.
15
- */
16
- listByResourceGroup(resourceGroupName: string, options?: ConfigurationStoresListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ConfigurationStore>;
17
- /**
18
- * Lists the access key for the specified configuration store.
19
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
20
- * @param configStoreName The name of the configuration store.
21
- * @param options The options parameters.
22
- */
23
- listKeys(resourceGroupName: string, configStoreName: string, options?: ConfigurationStoresListKeysOptionalParams): PagedAsyncIterableIterator<ApiKey>;
24
- /**
25
- * Gets information about the deleted configuration stores in a subscription.
26
- * @param options The options parameters.
27
- */
28
- listDeleted(options?: ConfigurationStoresListDeletedOptionalParams): PagedAsyncIterableIterator<DeletedConfigurationStore>;
29
- /**
30
- * Gets the properties of the specified configuration store.
31
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
32
- * @param configStoreName The name of the configuration store.
33
- * @param options The options parameters.
34
- */
35
- get(resourceGroupName: string, configStoreName: string, options?: ConfigurationStoresGetOptionalParams): Promise<ConfigurationStoresGetResponse>;
36
- /**
37
- * Creates a configuration store with the specified parameters.
38
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
39
- * @param configStoreName The name of the configuration store.
40
- * @param configStoreCreationParameters The parameters for creating a configuration store.
41
- * @param options The options parameters.
42
- */
43
- beginCreate(resourceGroupName: string, configStoreName: string, configStoreCreationParameters: ConfigurationStore, options?: ConfigurationStoresCreateOptionalParams): Promise<SimplePollerLike<OperationState<ConfigurationStoresCreateResponse>, ConfigurationStoresCreateResponse>>;
44
- /**
45
- * Creates a configuration store with the specified parameters.
46
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
47
- * @param configStoreName The name of the configuration store.
48
- * @param configStoreCreationParameters The parameters for creating a configuration store.
49
- * @param options The options parameters.
50
- */
51
- beginCreateAndWait(resourceGroupName: string, configStoreName: string, configStoreCreationParameters: ConfigurationStore, options?: ConfigurationStoresCreateOptionalParams): Promise<ConfigurationStoresCreateResponse>;
52
- /**
53
- * Deletes a configuration store.
54
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
55
- * @param configStoreName The name of the configuration store.
56
- * @param options The options parameters.
57
- */
58
- beginDelete(resourceGroupName: string, configStoreName: string, options?: ConfigurationStoresDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
59
- /**
60
- * Deletes a configuration store.
61
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
62
- * @param configStoreName The name of the configuration store.
63
- * @param options The options parameters.
64
- */
65
- beginDeleteAndWait(resourceGroupName: string, configStoreName: string, options?: ConfigurationStoresDeleteOptionalParams): Promise<void>;
66
- /**
67
- * Updates a configuration store with the specified parameters.
68
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
69
- * @param configStoreName The name of the configuration store.
70
- * @param configStoreUpdateParameters The parameters for updating a configuration store.
71
- * @param options The options parameters.
72
- */
73
- beginUpdate(resourceGroupName: string, configStoreName: string, configStoreUpdateParameters: ConfigurationStoreUpdateParameters, options?: ConfigurationStoresUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ConfigurationStoresUpdateResponse>, ConfigurationStoresUpdateResponse>>;
74
- /**
75
- * Updates a configuration store with the specified parameters.
76
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
77
- * @param configStoreName The name of the configuration store.
78
- * @param configStoreUpdateParameters The parameters for updating a configuration store.
79
- * @param options The options parameters.
80
- */
81
- beginUpdateAndWait(resourceGroupName: string, configStoreName: string, configStoreUpdateParameters: ConfigurationStoreUpdateParameters, options?: ConfigurationStoresUpdateOptionalParams): Promise<ConfigurationStoresUpdateResponse>;
82
- /**
83
- * Regenerates an access key for the specified configuration store.
84
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
85
- * @param configStoreName The name of the configuration store.
86
- * @param regenerateKeyParameters The parameters for regenerating an access key.
87
- * @param options The options parameters.
88
- */
89
- regenerateKey(resourceGroupName: string, configStoreName: string, regenerateKeyParameters: RegenerateKeyParameters, options?: ConfigurationStoresRegenerateKeyOptionalParams): Promise<ConfigurationStoresRegenerateKeyResponse>;
90
- /**
91
- * Gets a deleted Azure app configuration store.
92
- * @param location The location in which uniqueness will be verified.
93
- * @param configStoreName The name of the configuration store.
94
- * @param options The options parameters.
95
- */
96
- getDeleted(location: string, configStoreName: string, options?: ConfigurationStoresGetDeletedOptionalParams): Promise<ConfigurationStoresGetDeletedResponse>;
97
- /**
98
- * Permanently deletes the specified configuration store.
99
- * @param location The location in which uniqueness will be verified.
100
- * @param configStoreName The name of the configuration store.
101
- * @param options The options parameters.
102
- */
103
- beginPurgeDeleted(location: string, configStoreName: string, options?: ConfigurationStoresPurgeDeletedOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
104
- /**
105
- * Permanently deletes the specified configuration store.
106
- * @param location The location in which uniqueness will be verified.
107
- * @param configStoreName The name of the configuration store.
108
- * @param options The options parameters.
109
- */
110
- beginPurgeDeletedAndWait(location: string, configStoreName: string, options?: ConfigurationStoresPurgeDeletedOptionalParams): Promise<void>;
111
- }
112
- //# sourceMappingURL=configurationStores.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"configurationStores.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/configurationStores.ts"],"names":[],"mappings":"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"}
@@ -1,9 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- export {};
9
- //# sourceMappingURL=configurationStores.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"configurationStores.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/configurationStores.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 { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n ConfigurationStore,\n ConfigurationStoresListOptionalParams,\n ConfigurationStoresListByResourceGroupOptionalParams,\n ApiKey,\n ConfigurationStoresListKeysOptionalParams,\n DeletedConfigurationStore,\n ConfigurationStoresListDeletedOptionalParams,\n ConfigurationStoresGetOptionalParams,\n ConfigurationStoresGetResponse,\n ConfigurationStoresCreateOptionalParams,\n ConfigurationStoresCreateResponse,\n ConfigurationStoresDeleteOptionalParams,\n ConfigurationStoreUpdateParameters,\n ConfigurationStoresUpdateOptionalParams,\n ConfigurationStoresUpdateResponse,\n RegenerateKeyParameters,\n ConfigurationStoresRegenerateKeyOptionalParams,\n ConfigurationStoresRegenerateKeyResponse,\n ConfigurationStoresGetDeletedOptionalParams,\n ConfigurationStoresGetDeletedResponse,\n ConfigurationStoresPurgeDeletedOptionalParams,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a ConfigurationStores. */\nexport interface ConfigurationStores {\n /**\n * Lists the configuration stores for a given subscription.\n * @param options The options parameters.\n */\n list(\n options?: ConfigurationStoresListOptionalParams,\n ): PagedAsyncIterableIterator<ConfigurationStore>;\n /**\n * Lists the configuration stores for a given resource group.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: ConfigurationStoresListByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<ConfigurationStore>;\n /**\n * Lists the access key for the specified configuration store.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param options The options parameters.\n */\n listKeys(\n resourceGroupName: string,\n configStoreName: string,\n options?: ConfigurationStoresListKeysOptionalParams,\n ): PagedAsyncIterableIterator<ApiKey>;\n /**\n * Gets information about the deleted configuration stores in a subscription.\n * @param options The options parameters.\n */\n listDeleted(\n options?: ConfigurationStoresListDeletedOptionalParams,\n ): PagedAsyncIterableIterator<DeletedConfigurationStore>;\n /**\n * Gets the properties of the specified configuration store.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n configStoreName: string,\n options?: ConfigurationStoresGetOptionalParams,\n ): Promise<ConfigurationStoresGetResponse>;\n /**\n * Creates a configuration store with the specified parameters.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param configStoreCreationParameters The parameters for creating a configuration store.\n * @param options The options parameters.\n */\n beginCreate(\n resourceGroupName: string,\n configStoreName: string,\n configStoreCreationParameters: ConfigurationStore,\n options?: ConfigurationStoresCreateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ConfigurationStoresCreateResponse>,\n ConfigurationStoresCreateResponse\n >\n >;\n /**\n * Creates a configuration store with the specified parameters.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param configStoreCreationParameters The parameters for creating a configuration store.\n * @param options The options parameters.\n */\n beginCreateAndWait(\n resourceGroupName: string,\n configStoreName: string,\n configStoreCreationParameters: ConfigurationStore,\n options?: ConfigurationStoresCreateOptionalParams,\n ): Promise<ConfigurationStoresCreateResponse>;\n /**\n * Deletes a configuration store.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n configStoreName: string,\n options?: ConfigurationStoresDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes a configuration store.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n configStoreName: string,\n options?: ConfigurationStoresDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Updates a configuration store with the specified parameters.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param configStoreUpdateParameters The parameters for updating a configuration store.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n configStoreName: string,\n configStoreUpdateParameters: ConfigurationStoreUpdateParameters,\n options?: ConfigurationStoresUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ConfigurationStoresUpdateResponse>,\n ConfigurationStoresUpdateResponse\n >\n >;\n /**\n * Updates a configuration store with the specified parameters.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param configStoreUpdateParameters The parameters for updating a configuration store.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n configStoreName: string,\n configStoreUpdateParameters: ConfigurationStoreUpdateParameters,\n options?: ConfigurationStoresUpdateOptionalParams,\n ): Promise<ConfigurationStoresUpdateResponse>;\n /**\n * Regenerates an access key for the specified configuration store.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param regenerateKeyParameters The parameters for regenerating an access key.\n * @param options The options parameters.\n */\n regenerateKey(\n resourceGroupName: string,\n configStoreName: string,\n regenerateKeyParameters: RegenerateKeyParameters,\n options?: ConfigurationStoresRegenerateKeyOptionalParams,\n ): Promise<ConfigurationStoresRegenerateKeyResponse>;\n /**\n * Gets a deleted Azure app configuration store.\n * @param location The location in which uniqueness will be verified.\n * @param configStoreName The name of the configuration store.\n * @param options The options parameters.\n */\n getDeleted(\n location: string,\n configStoreName: string,\n options?: ConfigurationStoresGetDeletedOptionalParams,\n ): Promise<ConfigurationStoresGetDeletedResponse>;\n /**\n * Permanently deletes the specified configuration store.\n * @param location The location in which uniqueness will be verified.\n * @param configStoreName The name of the configuration store.\n * @param options The options parameters.\n */\n beginPurgeDeleted(\n location: string,\n configStoreName: string,\n options?: ConfigurationStoresPurgeDeletedOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Permanently deletes the specified configuration store.\n * @param location The location in which uniqueness will be verified.\n * @param configStoreName The name of the configuration store.\n * @param options The options parameters.\n */\n beginPurgeDeletedAndWait(\n location: string,\n configStoreName: string,\n options?: ConfigurationStoresPurgeDeletedOptionalParams,\n ): Promise<void>;\n}\n"]}
@@ -1,8 +0,0 @@
1
- export * from "./configurationStores.js";
2
- export * from "./operations.js";
3
- export * from "./privateEndpointConnections.js";
4
- export * from "./privateLinkResources.js";
5
- export * from "./keyValues.js";
6
- export * from "./replicas.js";
7
- export * from "./snapshots.js";
8
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,0BAA0B,CAAC;AACzC,cAAc,iBAAiB,CAAC;AAChC,cAAc,iCAAiC,CAAC;AAChD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC"}
@@ -1,15 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- export * from "./configurationStores.js";
9
- export * from "./operations.js";
10
- export * from "./privateEndpointConnections.js";
11
- export * from "./privateLinkResources.js";
12
- export * from "./keyValues.js";
13
- export * from "./replicas.js";
14
- export * from "./snapshots.js";
15
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,0BAA0B,CAAC;AACzC,cAAc,iBAAiB,CAAC;AAChC,cAAc,iCAAiC,CAAC;AAChD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,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 \"./configurationStores.js\";\nexport * from \"./operations.js\";\nexport * from \"./privateEndpointConnections.js\";\nexport * from \"./privateLinkResources.js\";\nexport * from \"./keyValues.js\";\nexport * from \"./replicas.js\";\nexport * from \"./snapshots.js\";\n"]}
@@ -1,48 +0,0 @@
1
- import { SimplePollerLike, OperationState } from "@azure/core-lro";
2
- import { KeyValuesGetOptionalParams, KeyValuesGetResponse, KeyValue, KeyValuesCreateOrUpdateOptionalParams, KeyValuesCreateOrUpdateResponse, KeyValuesDeleteOptionalParams } from "../models/index.js";
3
- /** Interface representing a KeyValues. */
4
- export interface KeyValues {
5
- /**
6
- * Gets the properties of the specified key-value. NOTE: This operation is intended for use in ARM
7
- * Template deployments. For all other scenarios involving App Configuration key-values the data plane
8
- * API should be used instead.
9
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
10
- * @param configStoreName The name of the configuration store.
11
- * @param keyValueName Identifier of key and label combination. Key and label are joined by $
12
- * character. Label is optional.
13
- * @param options The options parameters.
14
- */
15
- get(resourceGroupName: string, configStoreName: string, keyValueName: string, options?: KeyValuesGetOptionalParams): Promise<KeyValuesGetResponse>;
16
- /**
17
- * Creates a key-value. NOTE: This operation is intended for use in ARM Template deployments. For all
18
- * other scenarios involving App Configuration key-values the data plane API should be used instead.
19
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
20
- * @param configStoreName The name of the configuration store.
21
- * @param keyValueName Identifier of key and label combination. Key and label are joined by $
22
- * character. Label is optional.
23
- * @param keyValueParameters The parameters for creating a key-value.
24
- * @param options The options parameters.
25
- */
26
- createOrUpdate(resourceGroupName: string, configStoreName: string, keyValueName: string, keyValueParameters: KeyValue, options?: KeyValuesCreateOrUpdateOptionalParams): Promise<KeyValuesCreateOrUpdateResponse>;
27
- /**
28
- * Deletes a key-value. NOTE: This operation is intended for use in ARM Template deployments. For all
29
- * other scenarios involving App Configuration key-values the data plane API should be used instead.
30
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
31
- * @param configStoreName The name of the configuration store.
32
- * @param keyValueName Identifier of key and label combination. Key and label are joined by $
33
- * character. Label is optional.
34
- * @param options The options parameters.
35
- */
36
- beginDelete(resourceGroupName: string, configStoreName: string, keyValueName: string, options?: KeyValuesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
37
- /**
38
- * Deletes a key-value. NOTE: This operation is intended for use in ARM Template deployments. For all
39
- * other scenarios involving App Configuration key-values the data plane API should be used instead.
40
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
41
- * @param configStoreName The name of the configuration store.
42
- * @param keyValueName Identifier of key and label combination. Key and label are joined by $
43
- * character. Label is optional.
44
- * @param options The options parameters.
45
- */
46
- beginDeleteAndWait(resourceGroupName: string, configStoreName: string, keyValueName: string, options?: KeyValuesDeleteOptionalParams): Promise<void>;
47
- }
48
- //# sourceMappingURL=keyValues.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"keyValues.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/keyValues.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,0BAA0B,EAC1B,oBAAoB,EACpB,QAAQ,EACR,qCAAqC,EACrC,+BAA+B,EAC/B,6BAA6B,EAC9B,MAAM,oBAAoB,CAAC;AAE5B,0CAA0C;AAC1C,MAAM,WAAW,SAAS;IACxB;;;;;;;;;OASG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,0BAA0B,GACnC,OAAO,CAAC,oBAAoB,CAAC,CAAC;IACjC;;;;;;;;;OASG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,YAAY,EAAE,MAAM,EACpB,kBAAkB,EAAE,QAAQ,EAC5B,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC,CAAC;IAC5C;;;;;;;;OAQG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;;;OAQG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
@@ -1,9 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- export {};
9
- //# sourceMappingURL=keyValues.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"keyValues.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/keyValues.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 { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n KeyValuesGetOptionalParams,\n KeyValuesGetResponse,\n KeyValue,\n KeyValuesCreateOrUpdateOptionalParams,\n KeyValuesCreateOrUpdateResponse,\n KeyValuesDeleteOptionalParams,\n} from \"../models/index.js\";\n\n/** Interface representing a KeyValues. */\nexport interface KeyValues {\n /**\n * Gets the properties of the specified key-value. NOTE: This operation is intended for use in ARM\n * Template deployments. For all other scenarios involving App Configuration key-values the data plane\n * API should be used instead.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param keyValueName Identifier of key and label combination. Key and label are joined by $\n * character. Label is optional.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n configStoreName: string,\n keyValueName: string,\n options?: KeyValuesGetOptionalParams,\n ): Promise<KeyValuesGetResponse>;\n /**\n * Creates a key-value. NOTE: This operation is intended for use in ARM Template deployments. For all\n * other scenarios involving App Configuration key-values the data plane API should be used instead.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param keyValueName Identifier of key and label combination. Key and label are joined by $\n * character. Label is optional.\n * @param keyValueParameters The parameters for creating a key-value.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n configStoreName: string,\n keyValueName: string,\n keyValueParameters: KeyValue,\n options?: KeyValuesCreateOrUpdateOptionalParams,\n ): Promise<KeyValuesCreateOrUpdateResponse>;\n /**\n * Deletes a key-value. NOTE: This operation is intended for use in ARM Template deployments. For all\n * other scenarios involving App Configuration key-values the data plane API should be used instead.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param keyValueName Identifier of key and label combination. Key and label are joined by $\n * character. Label is optional.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n configStoreName: string,\n keyValueName: string,\n options?: KeyValuesDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes a key-value. NOTE: This operation is intended for use in ARM Template deployments. For all\n * other scenarios involving App Configuration key-values the data plane API should be used instead.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param keyValueName Identifier of key and label combination. Key and label are joined by $\n * character. Label is optional.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n configStoreName: string,\n keyValueName: string,\n options?: KeyValuesDeleteOptionalParams,\n ): Promise<void>;\n}\n"]}
@@ -1,26 +0,0 @@
1
- import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { OperationDefinition, OperationsListOptionalParams, CheckNameAvailabilityParameters, OperationsCheckNameAvailabilityOptionalParams, OperationsCheckNameAvailabilityResponse, OperationsRegionalCheckNameAvailabilityOptionalParams, OperationsRegionalCheckNameAvailabilityResponse } from "../models/index.js";
3
- /** Interface representing a Operations. */
4
- export interface Operations {
5
- /**
6
- * Lists the operations available from this provider.
7
- * @param options The options parameters.
8
- */
9
- list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<OperationDefinition>;
10
- /**
11
- * Checks whether the configuration store name is available for use.
12
- * @param checkNameAvailabilityParameters The object containing information for the availability
13
- * request.
14
- * @param options The options parameters.
15
- */
16
- checkNameAvailability(checkNameAvailabilityParameters: CheckNameAvailabilityParameters, options?: OperationsCheckNameAvailabilityOptionalParams): Promise<OperationsCheckNameAvailabilityResponse>;
17
- /**
18
- * Checks whether the configuration store name is available for use.
19
- * @param location The location in which uniqueness will be verified.
20
- * @param checkNameAvailabilityParameters The object containing information for the availability
21
- * request.
22
- * @param options The options parameters.
23
- */
24
- regionalCheckNameAvailability(location: string, checkNameAvailabilityParameters: CheckNameAvailabilityParameters, options?: OperationsRegionalCheckNameAvailabilityOptionalParams): Promise<OperationsRegionalCheckNameAvailabilityResponse>;
25
- }
26
- //# sourceMappingURL=operations.d.ts.map
@@ -1 +0,0 @@
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,EACL,mBAAmB,EACnB,4BAA4B,EAC5B,+BAA+B,EAC/B,6CAA6C,EAC7C,uCAAuC,EACvC,qDAAqD,EACrD,+CAA+C,EAChD,MAAM,oBAAoB,CAAC;AAG5B,2CAA2C;AAC3C,MAAM,WAAW,UAAU;IACzB;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,mBAAmB,CAAC,CAAC;IACnD;;;;;OAKG;IACH,qBAAqB,CACnB,+BAA+B,EAAE,+BAA+B,EAChE,OAAO,CAAC,EAAE,6CAA6C,GACtD,OAAO,CAAC,uCAAuC,CAAC,CAAC;IACpD;;;;;;OAMG;IACH,6BAA6B,CAC3B,QAAQ,EAAE,MAAM,EAChB,+BAA+B,EAAE,+BAA+B,EAChE,OAAO,CAAC,EAAE,qDAAqD,GAC9D,OAAO,CAAC,+CAA+C,CAAC,CAAC;CAC7D"}
@@ -1,9 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- export {};
9
- //# sourceMappingURL=operations.js.map
@@ -1 +0,0 @@
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 {\n OperationDefinition,\n OperationsListOptionalParams,\n CheckNameAvailabilityParameters,\n OperationsCheckNameAvailabilityOptionalParams,\n OperationsCheckNameAvailabilityResponse,\n OperationsRegionalCheckNameAvailabilityOptionalParams,\n OperationsRegionalCheckNameAvailabilityResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Operations. */\nexport interface Operations {\n /**\n * Lists the operations available from this provider.\n * @param options The options parameters.\n */\n list(\n options?: OperationsListOptionalParams,\n ): PagedAsyncIterableIterator<OperationDefinition>;\n /**\n * Checks whether the configuration store name is available for use.\n * @param checkNameAvailabilityParameters The object containing information for the availability\n * request.\n * @param options The options parameters.\n */\n checkNameAvailability(\n checkNameAvailabilityParameters: CheckNameAvailabilityParameters,\n options?: OperationsCheckNameAvailabilityOptionalParams,\n ): Promise<OperationsCheckNameAvailabilityResponse>;\n /**\n * Checks whether the configuration store name is available for use.\n * @param location The location in which uniqueness will be verified.\n * @param checkNameAvailabilityParameters The object containing information for the availability\n * request.\n * @param options The options parameters.\n */\n regionalCheckNameAvailability(\n location: string,\n checkNameAvailabilityParameters: CheckNameAvailabilityParameters,\n options?: OperationsRegionalCheckNameAvailabilityOptionalParams,\n ): Promise<OperationsRegionalCheckNameAvailabilityResponse>;\n}\n"]}
@@ -1,60 +0,0 @@
1
- import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { SimplePollerLike, OperationState } from "@azure/core-lro";
3
- import { PrivateEndpointConnection, PrivateEndpointConnectionsListByConfigurationStoreOptionalParams, PrivateEndpointConnectionsGetOptionalParams, PrivateEndpointConnectionsGetResponse, PrivateEndpointConnectionsCreateOrUpdateOptionalParams, PrivateEndpointConnectionsCreateOrUpdateResponse, PrivateEndpointConnectionsDeleteOptionalParams } from "../models/index.js";
4
- /** Interface representing a PrivateEndpointConnections. */
5
- export interface PrivateEndpointConnections {
6
- /**
7
- * Lists all private endpoint connections for a configuration store.
8
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
9
- * @param configStoreName The name of the configuration store.
10
- * @param options The options parameters.
11
- */
12
- listByConfigurationStore(resourceGroupName: string, configStoreName: string, options?: PrivateEndpointConnectionsListByConfigurationStoreOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection>;
13
- /**
14
- * Gets the specified private endpoint connection associated with the configuration store.
15
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
16
- * @param configStoreName The name of the configuration store.
17
- * @param privateEndpointConnectionName Private endpoint connection name
18
- * @param options The options parameters.
19
- */
20
- get(resourceGroupName: string, configStoreName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionsGetResponse>;
21
- /**
22
- * Update the state of the specified private endpoint connection associated with the configuration
23
- * store. This operation cannot be used to create a private endpoint connection. Private endpoint
24
- * connections must be created with the Network resource provider.
25
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
26
- * @param configStoreName The name of the configuration store.
27
- * @param privateEndpointConnectionName Private endpoint connection name
28
- * @param privateEndpointConnection The private endpoint connection properties.
29
- * @param options The options parameters.
30
- */
31
- beginCreateOrUpdate(resourceGroupName: string, configStoreName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionsCreateOrUpdateResponse>, PrivateEndpointConnectionsCreateOrUpdateResponse>>;
32
- /**
33
- * Update the state of the specified private endpoint connection associated with the configuration
34
- * store. This operation cannot be used to create a private endpoint connection. Private endpoint
35
- * connections must be created with the Network resource provider.
36
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
37
- * @param configStoreName The name of the configuration store.
38
- * @param privateEndpointConnectionName Private endpoint connection name
39
- * @param privateEndpointConnection The private endpoint connection properties.
40
- * @param options The options parameters.
41
- */
42
- beginCreateOrUpdateAndWait(resourceGroupName: string, configStoreName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnectionsCreateOrUpdateResponse>;
43
- /**
44
- * Deletes a private endpoint connection.
45
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
46
- * @param configStoreName The name of the configuration store.
47
- * @param privateEndpointConnectionName Private endpoint connection name
48
- * @param options The options parameters.
49
- */
50
- beginDelete(resourceGroupName: string, configStoreName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
51
- /**
52
- * Deletes a private endpoint connection.
53
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
54
- * @param configStoreName The name of the configuration store.
55
- * @param privateEndpointConnectionName Private endpoint connection name
56
- * @param options The options parameters.
57
- */
58
- beginDeleteAndWait(resourceGroupName: string, configStoreName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>;
59
- }
60
- //# sourceMappingURL=privateEndpointConnections.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"privateEndpointConnections.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateEndpointConnections.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,yBAAyB,EACzB,gEAAgE,EAChE,2CAA2C,EAC3C,qCAAqC,EACrC,sDAAsD,EACtD,gDAAgD,EAChD,8CAA8C,EAC/C,MAAM,oBAAoB,CAAC;AAG5B,2DAA2D;AAC3D,MAAM,WAAW,0BAA0B;IACzC;;;;;OAKG;IACH,wBAAwB,CACtB,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,gEAAgE,GACzE,0BAA0B,CAAC,yBAAyB,CAAC,CAAC;IACzD;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC,CAAC;IAClD;;;;;;;;;OASG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,6BAA6B,EAAE,MAAM,EACrC,yBAAyB,EAAE,yBAAyB,EACpD,OAAO,CAAC,EAAE,sDAAsD,GAC/D,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,gDAAgD,CAAC,EAChE,gDAAgD,CACjD,CACF,CAAC;IACF;;;;;;;;;OASG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,6BAA6B,EAAE,MAAM,EACrC,yBAAyB,EAAE,yBAAyB,EACpD,OAAO,CAAC,EAAE,sDAAsD,GAC/D,OAAO,CAAC,gDAAgD,CAAC,CAAC;IAC7D;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
@@ -1,9 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- export {};
9
- //# sourceMappingURL=privateEndpointConnections.js.map
@@ -1 +0,0 @@
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 { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n PrivateEndpointConnection,\n PrivateEndpointConnectionsListByConfigurationStoreOptionalParams,\n PrivateEndpointConnectionsGetOptionalParams,\n PrivateEndpointConnectionsGetResponse,\n PrivateEndpointConnectionsCreateOrUpdateOptionalParams,\n PrivateEndpointConnectionsCreateOrUpdateResponse,\n PrivateEndpointConnectionsDeleteOptionalParams,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a PrivateEndpointConnections. */\nexport interface PrivateEndpointConnections {\n /**\n * Lists all private endpoint connections for a configuration store.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param options The options parameters.\n */\n listByConfigurationStore(\n resourceGroupName: string,\n configStoreName: string,\n options?: PrivateEndpointConnectionsListByConfigurationStoreOptionalParams,\n ): PagedAsyncIterableIterator<PrivateEndpointConnection>;\n /**\n * Gets the specified private endpoint connection associated with the configuration store.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param privateEndpointConnectionName Private endpoint connection name\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n configStoreName: string,\n privateEndpointConnectionName: string,\n options?: PrivateEndpointConnectionsGetOptionalParams,\n ): Promise<PrivateEndpointConnectionsGetResponse>;\n /**\n * Update the state of the specified private endpoint connection associated with the configuration\n * store. This operation cannot be used to create a private endpoint connection. Private endpoint\n * connections must be created with the Network resource provider.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param privateEndpointConnectionName Private endpoint connection name\n * @param privateEndpointConnection The private endpoint connection properties.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n configStoreName: string,\n privateEndpointConnectionName: string,\n privateEndpointConnection: PrivateEndpointConnection,\n options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<PrivateEndpointConnectionsCreateOrUpdateResponse>,\n PrivateEndpointConnectionsCreateOrUpdateResponse\n >\n >;\n /**\n * Update the state of the specified private endpoint connection associated with the configuration\n * store. This operation cannot be used to create a private endpoint connection. Private endpoint\n * connections must be created with the Network resource provider.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param privateEndpointConnectionName Private endpoint connection name\n * @param privateEndpointConnection The private endpoint connection properties.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n configStoreName: string,\n privateEndpointConnectionName: string,\n privateEndpointConnection: PrivateEndpointConnection,\n options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams,\n ): Promise<PrivateEndpointConnectionsCreateOrUpdateResponse>;\n /**\n * Deletes a private endpoint connection.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param privateEndpointConnectionName Private endpoint connection name\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n configStoreName: string,\n privateEndpointConnectionName: string,\n options?: PrivateEndpointConnectionsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes a private endpoint connection.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param configStoreName The name of the configuration store.\n * @param privateEndpointConnectionName Private endpoint connection name\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n configStoreName: string,\n privateEndpointConnectionName: string,\n options?: PrivateEndpointConnectionsDeleteOptionalParams,\n ): Promise<void>;\n}\n"]}
@@ -1,21 +0,0 @@
1
- import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { PrivateLinkResource, PrivateLinkResourcesListByConfigurationStoreOptionalParams, PrivateLinkResourcesGetOptionalParams, PrivateLinkResourcesGetResponse } from "../models/index.js";
3
- /** Interface representing a PrivateLinkResources. */
4
- export interface PrivateLinkResources {
5
- /**
6
- * Gets the private link resources that need to be created for a configuration store.
7
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
8
- * @param configStoreName The name of the configuration store.
9
- * @param options The options parameters.
10
- */
11
- listByConfigurationStore(resourceGroupName: string, configStoreName: string, options?: PrivateLinkResourcesListByConfigurationStoreOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource>;
12
- /**
13
- * Gets a private link resource that need to be created for a configuration store.
14
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
15
- * @param configStoreName The name of the configuration store.
16
- * @param groupName The name of the private link resource group.
17
- * @param options The options parameters.
18
- */
19
- get(resourceGroupName: string, configStoreName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResourcesGetResponse>;
20
- }
21
- //# sourceMappingURL=privateLinkResources.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"privateLinkResources.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateLinkResources.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,mBAAmB,EACnB,0DAA0D,EAC1D,qCAAqC,EACrC,+BAA+B,EAChC,MAAM,oBAAoB,CAAC;AAG5B,qDAAqD;AACrD,MAAM,WAAW,oBAAoB;IACnC;;;;;OAKG;IACH,wBAAwB,CACtB,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,0DAA0D,GACnE,0BAA0B,CAAC,mBAAmB,CAAC,CAAC;IACnD;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC,CAAC;CAC7C"}