@azure/arm-resourcesdeployments 1.0.0-beta.1 → 1.0.0-beta.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 (385) hide show
  1. package/README.md +11 -11
  2. package/dist/browser/api/deploymentOperations/index.d.ts +3 -0
  3. package/dist/browser/api/deploymentOperations/index.js +4 -0
  4. package/dist/browser/api/deploymentOperations/index.js.map +1 -0
  5. package/dist/browser/api/deploymentOperations/operations.d.ts +46 -0
  6. package/dist/browser/api/deploymentOperations/operations.js +282 -0
  7. package/dist/browser/api/deploymentOperations/operations.js.map +1 -0
  8. package/dist/browser/api/deploymentOperations/options.d.ts +42 -0
  9. package/dist/browser/api/deploymentOperations/options.js +4 -0
  10. package/dist/browser/api/deploymentOperations/options.js.map +1 -0
  11. package/dist/browser/api/deployments/index.d.ts +3 -0
  12. package/dist/browser/api/deployments/index.js +4 -0
  13. package/dist/browser/api/deployments/index.js.map +1 -0
  14. package/dist/browser/api/deployments/operations.d.ts +187 -0
  15. package/dist/browser/api/deployments/operations.js +1301 -0
  16. package/dist/browser/api/deployments/operations.js.map +1 -0
  17. package/dist/browser/api/deployments/options.d.ts +195 -0
  18. package/dist/browser/api/deployments/options.js +4 -0
  19. package/dist/browser/api/deployments/options.js.map +1 -0
  20. package/dist/browser/api/deploymentsContext.d.ts +22 -0
  21. package/dist/browser/api/deploymentsContext.js +26 -0
  22. package/dist/browser/api/deploymentsContext.js.map +1 -0
  23. package/dist/browser/api/index.d.ts +3 -0
  24. package/dist/browser/api/index.js +4 -0
  25. package/dist/browser/api/index.js.map +1 -0
  26. package/dist/browser/classic/deploymentOperations/index.d.ts +29 -0
  27. package/dist/browser/classic/deploymentOperations/index.js +23 -0
  28. package/dist/browser/classic/deploymentOperations/index.js.map +1 -0
  29. package/dist/browser/classic/deployments/index.d.ts +177 -0
  30. package/dist/browser/classic/deployments/index.js +211 -0
  31. package/dist/browser/classic/deployments/index.js.map +1 -0
  32. package/dist/browser/classic/index.d.ts +3 -0
  33. package/dist/browser/classic/index.js +4 -0
  34. package/dist/browser/classic/index.js.map +1 -0
  35. package/dist/browser/deploymentsClient.d.ts +16 -20
  36. package/dist/browser/deploymentsClient.js +27 -86
  37. package/dist/browser/deploymentsClient.js.map +1 -1
  38. package/dist/browser/index.d.ts +16 -3
  39. package/dist/browser/index.js +7 -11
  40. package/dist/browser/index.js.map +1 -1
  41. package/dist/browser/logger.d.ts +2 -0
  42. package/dist/browser/logger.js +5 -0
  43. package/dist/browser/logger.js.map +1 -0
  44. package/dist/browser/models/index.d.ts +2 -1540
  45. package/dist/browser/models/index.js +3 -131
  46. package/dist/browser/models/index.js.map +1 -1
  47. package/dist/browser/models/models.d.ts +966 -0
  48. package/dist/browser/models/models.js +925 -0
  49. package/dist/browser/models/models.js.map +1 -0
  50. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  51. package/dist/browser/restorePollerHelpers.js +157 -0
  52. package/dist/browser/restorePollerHelpers.js.map +1 -0
  53. package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
  54. package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
  55. package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
  56. package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
  57. package/dist/browser/static-helpers/pagingHelpers.js +143 -0
  58. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  59. package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
  60. package/dist/browser/static-helpers/pollingHelpers.js +95 -0
  61. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  62. package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
  63. package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
  64. package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
  65. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  66. package/dist/browser/static-helpers/urlTemplate.js +200 -0
  67. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  68. package/dist/commonjs/api/deploymentOperations/index.d.ts +3 -0
  69. package/dist/commonjs/api/deploymentOperations/index.js +46 -0
  70. package/dist/commonjs/api/deploymentOperations/index.js.map +7 -0
  71. package/dist/commonjs/api/deploymentOperations/operations.d.ts +46 -0
  72. package/dist/commonjs/api/deploymentOperations/operations.js +430 -0
  73. package/dist/commonjs/api/deploymentOperations/operations.js.map +7 -0
  74. package/dist/commonjs/api/deploymentOperations/options.d.ts +42 -0
  75. package/dist/commonjs/api/deploymentOperations/options.js +16 -0
  76. package/dist/commonjs/api/deploymentOperations/options.js.map +7 -0
  77. package/dist/commonjs/api/deployments/index.d.ts +3 -0
  78. package/dist/commonjs/api/deployments/index.js +116 -0
  79. package/dist/commonjs/api/deployments/index.js.map +7 -0
  80. package/dist/commonjs/api/deployments/operations.d.ts +187 -0
  81. package/dist/commonjs/api/deployments/operations.js +1824 -0
  82. package/dist/commonjs/api/deployments/operations.js.map +7 -0
  83. package/dist/commonjs/api/deployments/options.d.ts +195 -0
  84. package/dist/commonjs/api/deployments/options.js +16 -0
  85. package/dist/commonjs/api/deployments/options.js.map +7 -0
  86. package/dist/commonjs/api/deploymentsContext.d.ts +22 -0
  87. package/dist/commonjs/api/deploymentsContext.js +47 -0
  88. package/dist/commonjs/api/deploymentsContext.js.map +7 -0
  89. package/dist/commonjs/api/index.d.ts +3 -0
  90. package/dist/commonjs/api/index.js +28 -0
  91. package/dist/commonjs/api/index.js.map +7 -0
  92. package/dist/commonjs/classic/deploymentOperations/index.d.ts +29 -0
  93. package/dist/commonjs/classic/deploymentOperations/index.js +47 -0
  94. package/dist/commonjs/classic/deploymentOperations/index.js.map +7 -0
  95. package/dist/commonjs/classic/deployments/index.d.ts +177 -0
  96. package/dist/commonjs/classic/deployments/index.js +282 -0
  97. package/dist/commonjs/classic/deployments/index.js.map +7 -0
  98. package/dist/commonjs/classic/index.d.ts +3 -0
  99. package/dist/commonjs/classic/index.js +16 -0
  100. package/dist/commonjs/classic/index.js.map +7 -0
  101. package/dist/commonjs/deploymentsClient.d.ts +16 -20
  102. package/dist/commonjs/deploymentsClient.js +56 -99
  103. package/dist/commonjs/deploymentsClient.js.map +7 -1
  104. package/dist/commonjs/index.d.ts +16 -3
  105. package/dist/commonjs/index.js +62 -19
  106. package/dist/commonjs/index.js.map +7 -1
  107. package/dist/commonjs/logger.d.ts +2 -0
  108. package/dist/commonjs/logger.js +29 -0
  109. package/dist/commonjs/logger.js.map +7 -0
  110. package/dist/commonjs/models/index.d.ts +2 -1540
  111. package/dist/commonjs/models/index.js +48 -135
  112. package/dist/commonjs/models/index.js.map +7 -1
  113. package/dist/commonjs/models/models.d.ts +966 -0
  114. package/dist/commonjs/models/models.js +951 -0
  115. package/dist/commonjs/models/models.js.map +7 -0
  116. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  117. package/dist/commonjs/restorePollerHelpers.js +170 -0
  118. package/dist/commonjs/restorePollerHelpers.js.map +7 -0
  119. package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
  120. package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
  121. package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
  122. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
  123. package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
  124. package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
  125. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
  126. package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
  127. package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
  128. package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
  129. package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
  130. package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
  131. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  132. package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
  133. package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
  134. package/dist/commonjs/tsdoc-metadata.json +11 -11
  135. package/dist/esm/api/deploymentOperations/index.d.ts +3 -0
  136. package/dist/esm/api/deploymentOperations/index.js +4 -0
  137. package/dist/esm/api/deploymentOperations/index.js.map +1 -0
  138. package/dist/esm/api/deploymentOperations/operations.d.ts +46 -0
  139. package/dist/esm/api/deploymentOperations/operations.js +282 -0
  140. package/dist/esm/api/deploymentOperations/operations.js.map +1 -0
  141. package/dist/esm/api/deploymentOperations/options.d.ts +42 -0
  142. package/dist/esm/api/deploymentOperations/options.js +4 -0
  143. package/dist/esm/api/deploymentOperations/options.js.map +1 -0
  144. package/dist/esm/api/deployments/index.d.ts +3 -0
  145. package/dist/esm/api/deployments/index.js +4 -0
  146. package/dist/esm/api/deployments/index.js.map +1 -0
  147. package/dist/esm/api/deployments/operations.d.ts +187 -0
  148. package/dist/esm/api/deployments/operations.js +1301 -0
  149. package/dist/esm/api/deployments/operations.js.map +1 -0
  150. package/dist/esm/api/deployments/options.d.ts +195 -0
  151. package/dist/esm/api/deployments/options.js +4 -0
  152. package/dist/esm/api/deployments/options.js.map +1 -0
  153. package/dist/esm/api/deploymentsContext.d.ts +22 -0
  154. package/dist/esm/api/deploymentsContext.js +26 -0
  155. package/dist/esm/api/deploymentsContext.js.map +1 -0
  156. package/dist/esm/api/index.d.ts +3 -0
  157. package/dist/esm/api/index.js +4 -0
  158. package/dist/esm/api/index.js.map +1 -0
  159. package/dist/esm/classic/deploymentOperations/index.d.ts +29 -0
  160. package/dist/esm/classic/deploymentOperations/index.js +23 -0
  161. package/dist/esm/classic/deploymentOperations/index.js.map +1 -0
  162. package/dist/esm/classic/deployments/index.d.ts +177 -0
  163. package/dist/esm/classic/deployments/index.js +211 -0
  164. package/dist/esm/classic/deployments/index.js.map +1 -0
  165. package/dist/esm/classic/index.d.ts +3 -0
  166. package/dist/esm/classic/index.js +4 -0
  167. package/dist/esm/classic/index.js.map +1 -0
  168. package/dist/esm/deploymentsClient.d.ts +16 -20
  169. package/dist/esm/deploymentsClient.js +27 -86
  170. package/dist/esm/deploymentsClient.js.map +1 -1
  171. package/dist/esm/index.d.ts +16 -3
  172. package/dist/esm/index.js +7 -11
  173. package/dist/esm/index.js.map +1 -1
  174. package/dist/esm/logger.d.ts +2 -0
  175. package/dist/esm/logger.js +5 -0
  176. package/dist/esm/logger.js.map +1 -0
  177. package/dist/esm/models/index.d.ts +2 -1540
  178. package/dist/esm/models/index.js +3 -131
  179. package/dist/esm/models/index.js.map +1 -1
  180. package/dist/esm/models/models.d.ts +966 -0
  181. package/dist/esm/models/models.js +925 -0
  182. package/dist/esm/models/models.js.map +1 -0
  183. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  184. package/dist/esm/restorePollerHelpers.js +157 -0
  185. package/dist/esm/restorePollerHelpers.js.map +1 -0
  186. package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
  187. package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
  188. package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
  189. package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
  190. package/dist/esm/static-helpers/pagingHelpers.js +143 -0
  191. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  192. package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
  193. package/dist/esm/static-helpers/pollingHelpers.js +95 -0
  194. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
  195. package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
  196. package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
  197. package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
  198. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  199. package/dist/esm/static-helpers/urlTemplate.js +200 -0
  200. package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
  201. package/package.json +150 -99
  202. package/CHANGELOG.md +0 -7
  203. package/dist/browser/deploymentsClient.d.ts.map +0 -1
  204. package/dist/browser/index.d.ts.map +0 -1
  205. package/dist/browser/lroImpl.d.ts +0 -11
  206. package/dist/browser/lroImpl.d.ts.map +0 -1
  207. package/dist/browser/lroImpl.js +0 -21
  208. package/dist/browser/lroImpl.js.map +0 -1
  209. package/dist/browser/models/index.d.ts.map +0 -1
  210. package/dist/browser/models/mappers.d.ts +0 -62
  211. package/dist/browser/models/mappers.d.ts.map +0 -1
  212. package/dist/browser/models/mappers.js +0 -2165
  213. package/dist/browser/models/mappers.js.map +0 -1
  214. package/dist/browser/models/parameters.d.ts +0 -20
  215. package/dist/browser/models/parameters.d.ts.map +0 -1
  216. package/dist/browser/models/parameters.js +0 -184
  217. package/dist/browser/models/parameters.js.map +0 -1
  218. package/dist/browser/operations/deploymentOperations.d.ts +0 -168
  219. package/dist/browser/operations/deploymentOperations.d.ts.map +0 -1
  220. package/dist/browser/operations/deploymentOperations.js +0 -782
  221. package/dist/browser/operations/deploymentOperations.js.map +0 -1
  222. package/dist/browser/operations/deployments.d.ts +0 -628
  223. package/dist/browser/operations/deployments.d.ts.map +0 -1
  224. package/dist/browser/operations/deployments.js +0 -2766
  225. package/dist/browser/operations/deployments.js.map +0 -1
  226. package/dist/browser/operations/index.d.ts +0 -3
  227. package/dist/browser/operations/index.d.ts.map +0 -1
  228. package/dist/browser/operations/index.js +0 -10
  229. package/dist/browser/operations/index.js.map +0 -1
  230. package/dist/browser/operationsInterfaces/deploymentOperations.d.ts +0 -77
  231. package/dist/browser/operationsInterfaces/deploymentOperations.d.ts.map +0 -1
  232. package/dist/browser/operationsInterfaces/deploymentOperations.js +0 -9
  233. package/dist/browser/operationsInterfaces/deploymentOperations.js.map +0 -1
  234. package/dist/browser/operationsInterfaces/deployments.d.ts +0 -545
  235. package/dist/browser/operationsInterfaces/deployments.d.ts.map +0 -1
  236. package/dist/browser/operationsInterfaces/deployments.js +0 -9
  237. package/dist/browser/operationsInterfaces/deployments.js.map +0 -1
  238. package/dist/browser/operationsInterfaces/index.d.ts +0 -3
  239. package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
  240. package/dist/browser/operationsInterfaces/index.js +0 -10
  241. package/dist/browser/operationsInterfaces/index.js.map +0 -1
  242. package/dist/browser/pagingHelper.d.ts +0 -13
  243. package/dist/browser/pagingHelper.d.ts.map +0 -1
  244. package/dist/browser/pagingHelper.js +0 -32
  245. package/dist/browser/pagingHelper.js.map +0 -1
  246. package/dist/commonjs/deploymentsClient.d.ts.map +0 -1
  247. package/dist/commonjs/index.d.ts.map +0 -1
  248. package/dist/commonjs/lroImpl.d.ts +0 -11
  249. package/dist/commonjs/lroImpl.d.ts.map +0 -1
  250. package/dist/commonjs/lroImpl.js +0 -24
  251. package/dist/commonjs/lroImpl.js.map +0 -1
  252. package/dist/commonjs/models/index.d.ts.map +0 -1
  253. package/dist/commonjs/models/mappers.d.ts +0 -62
  254. package/dist/commonjs/models/mappers.d.ts.map +0 -1
  255. package/dist/commonjs/models/mappers.js +0 -2169
  256. package/dist/commonjs/models/mappers.js.map +0 -1
  257. package/dist/commonjs/models/parameters.d.ts +0 -20
  258. package/dist/commonjs/models/parameters.d.ts.map +0 -1
  259. package/dist/commonjs/models/parameters.js +0 -187
  260. package/dist/commonjs/models/parameters.js.map +0 -1
  261. package/dist/commonjs/operations/deploymentOperations.d.ts +0 -168
  262. package/dist/commonjs/operations/deploymentOperations.d.ts.map +0 -1
  263. package/dist/commonjs/operations/deploymentOperations.js +0 -786
  264. package/dist/commonjs/operations/deploymentOperations.js.map +0 -1
  265. package/dist/commonjs/operations/deployments.d.ts +0 -628
  266. package/dist/commonjs/operations/deployments.d.ts.map +0 -1
  267. package/dist/commonjs/operations/deployments.js +0 -2770
  268. package/dist/commonjs/operations/deployments.js.map +0 -1
  269. package/dist/commonjs/operations/index.d.ts +0 -3
  270. package/dist/commonjs/operations/index.d.ts.map +0 -1
  271. package/dist/commonjs/operations/index.js +0 -13
  272. package/dist/commonjs/operations/index.js.map +0 -1
  273. package/dist/commonjs/operationsInterfaces/deploymentOperations.d.ts +0 -77
  274. package/dist/commonjs/operationsInterfaces/deploymentOperations.d.ts.map +0 -1
  275. package/dist/commonjs/operationsInterfaces/deploymentOperations.js +0 -10
  276. package/dist/commonjs/operationsInterfaces/deploymentOperations.js.map +0 -1
  277. package/dist/commonjs/operationsInterfaces/deployments.d.ts +0 -545
  278. package/dist/commonjs/operationsInterfaces/deployments.d.ts.map +0 -1
  279. package/dist/commonjs/operationsInterfaces/deployments.js +0 -10
  280. package/dist/commonjs/operationsInterfaces/deployments.js.map +0 -1
  281. package/dist/commonjs/operationsInterfaces/index.d.ts +0 -3
  282. package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
  283. package/dist/commonjs/operationsInterfaces/index.js +0 -13
  284. package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
  285. package/dist/commonjs/pagingHelper.d.ts +0 -13
  286. package/dist/commonjs/pagingHelper.d.ts.map +0 -1
  287. package/dist/commonjs/pagingHelper.js +0 -36
  288. package/dist/commonjs/pagingHelper.js.map +0 -1
  289. package/dist/esm/deploymentsClient.d.ts.map +0 -1
  290. package/dist/esm/index.d.ts.map +0 -1
  291. package/dist/esm/lroImpl.d.ts +0 -11
  292. package/dist/esm/lroImpl.d.ts.map +0 -1
  293. package/dist/esm/lroImpl.js +0 -21
  294. package/dist/esm/lroImpl.js.map +0 -1
  295. package/dist/esm/models/index.d.ts.map +0 -1
  296. package/dist/esm/models/mappers.d.ts +0 -62
  297. package/dist/esm/models/mappers.d.ts.map +0 -1
  298. package/dist/esm/models/mappers.js +0 -2165
  299. package/dist/esm/models/mappers.js.map +0 -1
  300. package/dist/esm/models/parameters.d.ts +0 -20
  301. package/dist/esm/models/parameters.d.ts.map +0 -1
  302. package/dist/esm/models/parameters.js +0 -184
  303. package/dist/esm/models/parameters.js.map +0 -1
  304. package/dist/esm/operations/deploymentOperations.d.ts +0 -168
  305. package/dist/esm/operations/deploymentOperations.d.ts.map +0 -1
  306. package/dist/esm/operations/deploymentOperations.js +0 -782
  307. package/dist/esm/operations/deploymentOperations.js.map +0 -1
  308. package/dist/esm/operations/deployments.d.ts +0 -628
  309. package/dist/esm/operations/deployments.d.ts.map +0 -1
  310. package/dist/esm/operations/deployments.js +0 -2766
  311. package/dist/esm/operations/deployments.js.map +0 -1
  312. package/dist/esm/operations/index.d.ts +0 -3
  313. package/dist/esm/operations/index.d.ts.map +0 -1
  314. package/dist/esm/operations/index.js +0 -10
  315. package/dist/esm/operations/index.js.map +0 -1
  316. package/dist/esm/operationsInterfaces/deploymentOperations.d.ts +0 -77
  317. package/dist/esm/operationsInterfaces/deploymentOperations.d.ts.map +0 -1
  318. package/dist/esm/operationsInterfaces/deploymentOperations.js +0 -9
  319. package/dist/esm/operationsInterfaces/deploymentOperations.js.map +0 -1
  320. package/dist/esm/operationsInterfaces/deployments.d.ts +0 -545
  321. package/dist/esm/operationsInterfaces/deployments.d.ts.map +0 -1
  322. package/dist/esm/operationsInterfaces/deployments.js +0 -9
  323. package/dist/esm/operationsInterfaces/deployments.js.map +0 -1
  324. package/dist/esm/operationsInterfaces/index.d.ts +0 -3
  325. package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
  326. package/dist/esm/operationsInterfaces/index.js +0 -10
  327. package/dist/esm/operationsInterfaces/index.js.map +0 -1
  328. package/dist/esm/pagingHelper.d.ts +0 -13
  329. package/dist/esm/pagingHelper.d.ts.map +0 -1
  330. package/dist/esm/pagingHelper.js +0 -32
  331. package/dist/esm/pagingHelper.js.map +0 -1
  332. package/dist/react-native/deploymentsClient.d.ts +0 -22
  333. package/dist/react-native/deploymentsClient.d.ts.map +0 -1
  334. package/dist/react-native/deploymentsClient.js +0 -96
  335. package/dist/react-native/deploymentsClient.js.map +0 -1
  336. package/dist/react-native/index.d.ts +0 -5
  337. package/dist/react-native/index.d.ts.map +0 -1
  338. package/dist/react-native/index.js +0 -13
  339. package/dist/react-native/index.js.map +0 -1
  340. package/dist/react-native/lroImpl.d.ts +0 -11
  341. package/dist/react-native/lroImpl.d.ts.map +0 -1
  342. package/dist/react-native/lroImpl.js +0 -21
  343. package/dist/react-native/lroImpl.js.map +0 -1
  344. package/dist/react-native/models/index.d.ts +0 -1541
  345. package/dist/react-native/models/index.d.ts.map +0 -1
  346. package/dist/react-native/models/index.js +0 -132
  347. package/dist/react-native/models/index.js.map +0 -1
  348. package/dist/react-native/models/mappers.d.ts +0 -62
  349. package/dist/react-native/models/mappers.d.ts.map +0 -1
  350. package/dist/react-native/models/mappers.js +0 -2165
  351. package/dist/react-native/models/mappers.js.map +0 -1
  352. package/dist/react-native/models/parameters.d.ts +0 -20
  353. package/dist/react-native/models/parameters.d.ts.map +0 -1
  354. package/dist/react-native/models/parameters.js +0 -184
  355. package/dist/react-native/models/parameters.js.map +0 -1
  356. package/dist/react-native/operations/deploymentOperations.d.ts +0 -168
  357. package/dist/react-native/operations/deploymentOperations.d.ts.map +0 -1
  358. package/dist/react-native/operations/deploymentOperations.js +0 -782
  359. package/dist/react-native/operations/deploymentOperations.js.map +0 -1
  360. package/dist/react-native/operations/deployments.d.ts +0 -628
  361. package/dist/react-native/operations/deployments.d.ts.map +0 -1
  362. package/dist/react-native/operations/deployments.js +0 -2766
  363. package/dist/react-native/operations/deployments.js.map +0 -1
  364. package/dist/react-native/operations/index.d.ts +0 -3
  365. package/dist/react-native/operations/index.d.ts.map +0 -1
  366. package/dist/react-native/operations/index.js +0 -10
  367. package/dist/react-native/operations/index.js.map +0 -1
  368. package/dist/react-native/operationsInterfaces/deploymentOperations.d.ts +0 -77
  369. package/dist/react-native/operationsInterfaces/deploymentOperations.d.ts.map +0 -1
  370. package/dist/react-native/operationsInterfaces/deploymentOperations.js +0 -9
  371. package/dist/react-native/operationsInterfaces/deploymentOperations.js.map +0 -1
  372. package/dist/react-native/operationsInterfaces/deployments.d.ts +0 -545
  373. package/dist/react-native/operationsInterfaces/deployments.d.ts.map +0 -1
  374. package/dist/react-native/operationsInterfaces/deployments.js +0 -9
  375. package/dist/react-native/operationsInterfaces/deployments.js.map +0 -1
  376. package/dist/react-native/operationsInterfaces/index.d.ts +0 -3
  377. package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
  378. package/dist/react-native/operationsInterfaces/index.js +0 -10
  379. package/dist/react-native/operationsInterfaces/index.js.map +0 -1
  380. package/dist/react-native/package.json +0 -3
  381. package/dist/react-native/pagingHelper.d.ts +0 -13
  382. package/dist/react-native/pagingHelper.d.ts.map +0 -1
  383. package/dist/react-native/pagingHelper.js +0 -32
  384. package/dist/react-native/pagingHelper.js.map +0 -1
  385. package/review/arm-resourcesdeployments-node.api.md +0 -1226
@@ -0,0 +1,966 @@
1
+ /**
2
+ * This file contains only generated model types and their (de)serializers.
3
+ * Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.
4
+ */
5
+ /** Deployment information. */
6
+ export interface DeploymentExtended extends ExtensionResource {
7
+ /** Deployment properties. */
8
+ properties?: DeploymentPropertiesExtended;
9
+ /** the location of the deployment. */
10
+ location?: string;
11
+ /** Deployment tags */
12
+ tags?: Record<string, string>;
13
+ }
14
+ export declare function deploymentExtendedDeserializer(item: any): DeploymentExtended;
15
+ /** Deployment properties with additional details. */
16
+ export interface DeploymentPropertiesExtended {
17
+ /** Denotes the state of provisioning. */
18
+ readonly provisioningState?: ProvisioningState;
19
+ /** The correlation ID of the deployment. */
20
+ readonly correlationId?: string;
21
+ /** The timestamp of the template deployment. */
22
+ readonly timestamp?: Date;
23
+ /** The duration of the template deployment. */
24
+ readonly duration?: string;
25
+ /** Key/value pairs that represent deployment output. */
26
+ readonly outputs?: any;
27
+ /** The list of resource providers needed for the deployment. */
28
+ readonly providers?: Provider[];
29
+ /** The list of deployment dependencies. */
30
+ readonly dependencies?: Dependency[];
31
+ /** The URI referencing the template. */
32
+ readonly templateLink?: TemplateLink;
33
+ /** Deployment parameters. */
34
+ readonly parameters?: any;
35
+ /** The URI referencing the parameters. */
36
+ readonly parametersLink?: ParametersLink;
37
+ /** The extensions used in this deployment. */
38
+ readonly extensions?: DeploymentExtensionDefinition[];
39
+ /** The deployment mode. Possible values are Incremental and Complete. */
40
+ readonly mode?: DeploymentMode;
41
+ /** The debug setting of the deployment. */
42
+ readonly debugSetting?: DebugSetting;
43
+ /** The deployment on error behavior. */
44
+ readonly onErrorDeployment?: OnErrorDeploymentExtended;
45
+ /** The hash produced for the template. */
46
+ readonly templateHash?: string;
47
+ /** Array of provisioned resources. */
48
+ readonly outputResources?: ResourceReference[];
49
+ /** Array of validated resources. */
50
+ readonly validatedResources?: ResourceReference[];
51
+ /** The deployment error. */
52
+ readonly error?: ErrorResponse;
53
+ /** Contains diagnostic information collected during validation process. */
54
+ readonly diagnostics?: DeploymentDiagnosticsDefinition[];
55
+ /** The validation level of the deployment */
56
+ validationLevel?: ValidationLevel;
57
+ }
58
+ export declare function deploymentPropertiesExtendedDeserializer(item: any): DeploymentPropertiesExtended;
59
+ /** Denotes the state of provisioning. */
60
+ export declare enum KnownProvisioningState {
61
+ /** NotSpecified */
62
+ NotSpecified = "NotSpecified",
63
+ /** Accepted */
64
+ Accepted = "Accepted",
65
+ /** Running */
66
+ Running = "Running",
67
+ /** Ready */
68
+ Ready = "Ready",
69
+ /** Creating */
70
+ Creating = "Creating",
71
+ /** Created */
72
+ Created = "Created",
73
+ /** Deleting */
74
+ Deleting = "Deleting",
75
+ /** Deleted */
76
+ Deleted = "Deleted",
77
+ /** Canceled */
78
+ Canceled = "Canceled",
79
+ /** Failed */
80
+ Failed = "Failed",
81
+ /** Succeeded */
82
+ Succeeded = "Succeeded",
83
+ /** Updating */
84
+ Updating = "Updating"
85
+ }
86
+ /**
87
+ * Denotes the state of provisioning. \
88
+ * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
89
+ * this enum contains the known values that the service supports.
90
+ * ### Known values supported by the service
91
+ * **NotSpecified**: NotSpecified \
92
+ * **Accepted**: Accepted \
93
+ * **Running**: Running \
94
+ * **Ready**: Ready \
95
+ * **Creating**: Creating \
96
+ * **Created**: Created \
97
+ * **Deleting**: Deleting \
98
+ * **Deleted**: Deleted \
99
+ * **Canceled**: Canceled \
100
+ * **Failed**: Failed \
101
+ * **Succeeded**: Succeeded \
102
+ * **Updating**: Updating
103
+ */
104
+ export type ProvisioningState = string;
105
+ export declare function providerArrayDeserializer(result: Array<Provider>): any[];
106
+ /** Resource provider information. */
107
+ export interface Provider {
108
+ /** The provider ID. */
109
+ readonly id?: string;
110
+ /** The namespace of the resource provider. */
111
+ namespace?: string;
112
+ /** The registration state of the resource provider. */
113
+ readonly registrationState?: string;
114
+ /** The registration policy of the resource provider. */
115
+ readonly registrationPolicy?: string;
116
+ /** The collection of provider resource types. */
117
+ readonly resourceTypes?: ProviderResourceType[];
118
+ /** The provider authorization consent state. */
119
+ providerAuthorizationConsentState?: ProviderAuthorizationConsentState;
120
+ }
121
+ export declare function providerDeserializer(item: any): Provider;
122
+ export declare function providerResourceTypeArrayDeserializer(result: Array<ProviderResourceType>): any[];
123
+ /** Resource type managed by the resource provider. */
124
+ export interface ProviderResourceType {
125
+ /** The resource type. */
126
+ resourceType?: string;
127
+ /** The collection of locations where this resource type can be created. */
128
+ locations?: string[];
129
+ /** The location mappings that are supported by this resource type. */
130
+ locationMappings?: ProviderExtendedLocation[];
131
+ /** The aliases that are supported by this resource type. */
132
+ aliases?: Alias[];
133
+ /** The API version. */
134
+ apiVersions?: string[];
135
+ /** The default API version. */
136
+ readonly defaultApiVersion?: string;
137
+ zoneMappings?: ZoneMapping[];
138
+ /** The API profiles for the resource provider. */
139
+ readonly apiProfiles?: ApiProfile[];
140
+ /** The additional capabilities offered by this resource type. */
141
+ capabilities?: string;
142
+ /** The properties. */
143
+ properties?: Record<string, string>;
144
+ }
145
+ export declare function providerResourceTypeDeserializer(item: any): ProviderResourceType;
146
+ export declare function providerExtendedLocationArrayDeserializer(result: Array<ProviderExtendedLocation>): any[];
147
+ /** The provider extended location. */
148
+ export interface ProviderExtendedLocation {
149
+ /** The azure location. */
150
+ location?: string;
151
+ /** The extended location type. */
152
+ type?: string;
153
+ /** The extended locations for the azure location. */
154
+ extendedLocations?: string[];
155
+ }
156
+ export declare function providerExtendedLocationDeserializer(item: any): ProviderExtendedLocation;
157
+ export declare function aliasArrayDeserializer(result: Array<Alias>): any[];
158
+ /** The alias type. */
159
+ export interface Alias {
160
+ /** The alias name. */
161
+ name?: string;
162
+ /** The paths for an alias. */
163
+ paths?: AliasPath[];
164
+ /** The type of the alias. */
165
+ type?: AliasType;
166
+ /** The default path for an alias. */
167
+ defaultPath?: string;
168
+ /** The default pattern for an alias. */
169
+ defaultPattern?: AliasPattern;
170
+ /** The default alias path metadata. Applies to the default path and to any alias path that doesn't have metadata */
171
+ readonly defaultMetadata?: AliasPathMetadata;
172
+ }
173
+ export declare function aliasDeserializer(item: any): Alias;
174
+ export declare function aliasPathArrayDeserializer(result: Array<AliasPath>): any[];
175
+ /** The type of the paths for alias. */
176
+ export interface AliasPath {
177
+ /** The path of an alias. */
178
+ path?: string;
179
+ /** The API versions. */
180
+ apiVersions?: string[];
181
+ /** The pattern for an alias path. */
182
+ pattern?: AliasPattern;
183
+ /** The metadata of the alias path. If missing, fall back to the default metadata of the alias. */
184
+ readonly metadata?: AliasPathMetadata;
185
+ }
186
+ export declare function aliasPathDeserializer(item: any): AliasPath;
187
+ /** The type of the pattern for an alias path. */
188
+ export interface AliasPattern {
189
+ /** The alias pattern phrase. */
190
+ phrase?: string;
191
+ /** The alias pattern variable. */
192
+ variable?: string;
193
+ /** The type of alias pattern */
194
+ type?: AliasPatternType;
195
+ }
196
+ export declare function aliasPatternDeserializer(item: any): AliasPattern;
197
+ /** The type of alias pattern */
198
+ export type AliasPatternType = "NotSpecified" | "Extract";
199
+ /** model interface AliasPathMetadata */
200
+ export interface AliasPathMetadata {
201
+ /** The type of the token that the alias path is referring to. */
202
+ readonly type?: AliasPathTokenType;
203
+ /** The attributes of the token that the alias path is referring to. */
204
+ readonly attributes?: AliasPathAttributes;
205
+ }
206
+ export declare function aliasPathMetadataDeserializer(item: any): AliasPathMetadata;
207
+ /** The type of the token that the alias path is referring to. */
208
+ export declare enum KnownAliasPathTokenType {
209
+ /** The token type is not specified. */
210
+ NotSpecified = "NotSpecified",
211
+ /** The token type can be anything. */
212
+ Any = "Any",
213
+ /** The token type is string. */
214
+ String = "String",
215
+ /** The token type is object. */
216
+ Object = "Object",
217
+ /** The token type is array. */
218
+ Array = "Array",
219
+ /** The token type is integer. */
220
+ Integer = "Integer",
221
+ /** The token type is number. */
222
+ Number = "Number",
223
+ /** The token type is boolean. */
224
+ Boolean = "Boolean"
225
+ }
226
+ /**
227
+ * The type of the token that the alias path is referring to. \
228
+ * {@link KnownAliasPathTokenType} can be used interchangeably with AliasPathTokenType,
229
+ * this enum contains the known values that the service supports.
230
+ * ### Known values supported by the service
231
+ * **NotSpecified**: The token type is not specified. \
232
+ * **Any**: The token type can be anything. \
233
+ * **String**: The token type is string. \
234
+ * **Object**: The token type is object. \
235
+ * **Array**: The token type is array. \
236
+ * **Integer**: The token type is integer. \
237
+ * **Number**: The token type is number. \
238
+ * **Boolean**: The token type is boolean.
239
+ */
240
+ export type AliasPathTokenType = string;
241
+ /** The attributes of the token that the alias path is referring to. */
242
+ export declare enum KnownAliasPathAttributes {
243
+ /** The token that the alias path is referring to has no attributes. */
244
+ None = "None",
245
+ /** The token that the alias path is referring to is modifiable by policies with 'modify' effect. */
246
+ Modifiable = "Modifiable"
247
+ }
248
+ /**
249
+ * The attributes of the token that the alias path is referring to. \
250
+ * {@link KnownAliasPathAttributes} can be used interchangeably with AliasPathAttributes,
251
+ * this enum contains the known values that the service supports.
252
+ * ### Known values supported by the service
253
+ * **None**: The token that the alias path is referring to has no attributes. \
254
+ * **Modifiable**: The token that the alias path is referring to is modifiable by policies with 'modify' effect.
255
+ */
256
+ export type AliasPathAttributes = string;
257
+ /** The type of the alias. */
258
+ export type AliasType = "NotSpecified" | "PlainText" | "Mask";
259
+ export declare function zoneMappingArrayDeserializer(result: Array<ZoneMapping>): any[];
260
+ /** model interface ZoneMapping */
261
+ export interface ZoneMapping {
262
+ /** The location of the zone mapping. */
263
+ location?: string;
264
+ zones?: string[];
265
+ }
266
+ export declare function zoneMappingDeserializer(item: any): ZoneMapping;
267
+ export declare function apiProfileArrayDeserializer(result: Array<ApiProfile>): any[];
268
+ /** model interface ApiProfile */
269
+ export interface ApiProfile {
270
+ /** The profile version. */
271
+ readonly profileVersion?: string;
272
+ /** The API version. */
273
+ readonly apiVersion?: string;
274
+ }
275
+ export declare function apiProfileDeserializer(item: any): ApiProfile;
276
+ /** The provider authorization consent state. */
277
+ export declare enum KnownProviderAuthorizationConsentState {
278
+ /** NotSpecified */
279
+ NotSpecified = "NotSpecified",
280
+ /** Required */
281
+ Required = "Required",
282
+ /** NotRequired */
283
+ NotRequired = "NotRequired",
284
+ /** Consented */
285
+ Consented = "Consented"
286
+ }
287
+ /**
288
+ * The provider authorization consent state. \
289
+ * {@link KnownProviderAuthorizationConsentState} can be used interchangeably with ProviderAuthorizationConsentState,
290
+ * this enum contains the known values that the service supports.
291
+ * ### Known values supported by the service
292
+ * **NotSpecified**: NotSpecified \
293
+ * **Required**: Required \
294
+ * **NotRequired**: NotRequired \
295
+ * **Consented**: Consented
296
+ */
297
+ export type ProviderAuthorizationConsentState = string;
298
+ export declare function dependencyArrayDeserializer(result: Array<Dependency>): any[];
299
+ /** Deployment dependency information. */
300
+ export interface Dependency {
301
+ /** The list of dependencies. */
302
+ dependsOn?: BasicDependency[];
303
+ /** The ID of the dependency. */
304
+ id?: string;
305
+ /** The dependency resource type. */
306
+ resourceType?: string;
307
+ /** The dependency resource name. */
308
+ resourceName?: string;
309
+ }
310
+ export declare function dependencyDeserializer(item: any): Dependency;
311
+ export declare function basicDependencyArrayDeserializer(result: Array<BasicDependency>): any[];
312
+ /** Deployment dependency information. */
313
+ export interface BasicDependency {
314
+ /** The ID of the dependency. */
315
+ id?: string;
316
+ /** The dependency resource type. */
317
+ resourceType?: string;
318
+ /** The dependency resource name. */
319
+ resourceName?: string;
320
+ }
321
+ export declare function basicDependencyDeserializer(item: any): BasicDependency;
322
+ /** Entity representing the reference to the template. */
323
+ export interface TemplateLink {
324
+ /** The URI of the template to deploy. Use either the uri or id property, but not both. */
325
+ uri?: string;
326
+ /** The resource id of a Template Spec. Use either the id or uri property, but not both. */
327
+ id?: string;
328
+ /** The relativePath property can be used to deploy a linked template at a location relative to the parent. If the parent template was linked with a TemplateSpec, this will reference an artifact in the TemplateSpec. If the parent was linked with a URI, the child deployment will be a combination of the parent and relativePath URIs */
329
+ relativePath?: string;
330
+ /** If included, must match the ContentVersion in the template. */
331
+ contentVersion?: string;
332
+ /** The query string (for example, a SAS token) to be used with the templateLink URI. */
333
+ queryString?: string;
334
+ }
335
+ export declare function templateLinkSerializer(item: TemplateLink): any;
336
+ export declare function templateLinkDeserializer(item: any): TemplateLink;
337
+ /** Entity representing the reference to the deployment parameters. */
338
+ export interface ParametersLink {
339
+ /** The URI of the parameters file. */
340
+ uri: string;
341
+ /** If included, must match the ContentVersion in the template. */
342
+ contentVersion?: string;
343
+ }
344
+ export declare function parametersLinkSerializer(item: ParametersLink): any;
345
+ export declare function parametersLinkDeserializer(item: any): ParametersLink;
346
+ export declare function deploymentExtensionDefinitionArrayDeserializer(result: Array<DeploymentExtensionDefinition>): any[];
347
+ /** model interface DeploymentExtensionDefinition */
348
+ export interface DeploymentExtensionDefinition {
349
+ /** The alias of the extension as defined in the deployment template. */
350
+ readonly alias?: string;
351
+ /** The extension name. */
352
+ readonly name?: string;
353
+ /** The extension version. */
354
+ readonly version?: string;
355
+ /** The extension configuration ID. It uniquely identifies a deployment control plane within an extension. */
356
+ readonly configId?: string;
357
+ /** The extension configuration. */
358
+ readonly config?: Record<string, DeploymentExtensionConfigItem>;
359
+ }
360
+ export declare function deploymentExtensionDefinitionDeserializer(item: any): DeploymentExtensionDefinition;
361
+ export declare function deploymentExtensionConfigItemRecordSerializer(item: Record<string, DeploymentExtensionConfigItem>): Record<string, any>;
362
+ export declare function deploymentExtensionConfigItemRecordDeserializer(item: Record<string, any>): Record<string, DeploymentExtensionConfigItem>;
363
+ /** model interface DeploymentExtensionConfigItem */
364
+ export interface DeploymentExtensionConfigItem {
365
+ /** The value type of the extension config property. */
366
+ readonly type?: ExtensionConfigPropertyType;
367
+ /** The value of the extension config property. */
368
+ value?: any;
369
+ /** The Azure Key Vault reference used to retrieve the secret value of the extension config property. */
370
+ keyVaultReference?: KeyVaultParameterReference;
371
+ }
372
+ export declare function deploymentExtensionConfigItemSerializer(item: DeploymentExtensionConfigItem): any;
373
+ export declare function deploymentExtensionConfigItemDeserializer(item: any): DeploymentExtensionConfigItem;
374
+ /** Known values of {@link ExtensionConfigPropertyType} that the service accepts. */
375
+ export declare enum KnownExtensionConfigPropertyType {
376
+ /** Property type representing a string value. */
377
+ String = "String",
378
+ /** Property type representing an integer value. */
379
+ Int = "Int",
380
+ /** Property type representing a boolean value. */
381
+ Bool = "Bool",
382
+ /** Property type representing an array value. */
383
+ Array = "Array",
384
+ /** Property type representing an object value. */
385
+ Object = "Object",
386
+ /** Property type representing a secure string value. */
387
+ SecureString = "SecureString",
388
+ /** Property type representing a secure object value. */
389
+ SecureObject = "SecureObject"
390
+ }
391
+ /** Type of ExtensionConfigPropertyType */
392
+ export type ExtensionConfigPropertyType = string;
393
+ /** Azure Key Vault parameter reference. */
394
+ export interface KeyVaultParameterReference {
395
+ /** Azure Key Vault reference. */
396
+ keyVault: KeyVaultReference;
397
+ /** Azure Key Vault secret name. */
398
+ secretName: string;
399
+ /** Azure Key Vault secret version. */
400
+ secretVersion?: string;
401
+ }
402
+ export declare function keyVaultParameterReferenceSerializer(item: KeyVaultParameterReference): any;
403
+ export declare function keyVaultParameterReferenceDeserializer(item: any): KeyVaultParameterReference;
404
+ /** Azure Key Vault reference. */
405
+ export interface KeyVaultReference {
406
+ /** Azure Key Vault resource id. */
407
+ id: string;
408
+ }
409
+ export declare function keyVaultReferenceSerializer(item: KeyVaultReference): any;
410
+ export declare function keyVaultReferenceDeserializer(item: any): KeyVaultReference;
411
+ /** The mode that is used to deploy resources. This value can be either Incremental or Complete. In Incremental mode, resources are deployed without deleting existing resources that are not included in the template. In Complete mode, resources are deployed and existing resources in the resource group that are not included in the template are deleted. Be careful when using Complete mode as you may unintentionally delete resources. */
412
+ export type DeploymentMode = "Incremental" | "Complete";
413
+ /** The debug setting. */
414
+ export interface DebugSetting {
415
+ /** Specifies the type of information to log for debugging. The permitted values are none, requestContent, responseContent, or both requestContent and responseContent separated by a comma. The default is none. When setting this value, carefully consider the type of information you are passing in during deployment. By logging information about the request or response, you could potentially expose sensitive data that is retrieved through the deployment operations. */
416
+ detailLevel?: string;
417
+ }
418
+ export declare function debugSettingSerializer(item: DebugSetting): any;
419
+ export declare function debugSettingDeserializer(item: any): DebugSetting;
420
+ /** Deployment on error behavior with additional details. */
421
+ export interface OnErrorDeploymentExtended {
422
+ /** The state of the provisioning for the on error deployment. */
423
+ readonly provisioningState?: string;
424
+ /** The deployment on error behavior type. Possible values are LastSuccessful and SpecificDeployment. */
425
+ type?: OnErrorDeploymentType;
426
+ /** The deployment to be used on error case. */
427
+ deploymentName?: string;
428
+ }
429
+ export declare function onErrorDeploymentExtendedDeserializer(item: any): OnErrorDeploymentExtended;
430
+ /** The deployment on error behavior type. Possible values are LastSuccessful and SpecificDeployment. */
431
+ export type OnErrorDeploymentType = "LastSuccessful" | "SpecificDeployment";
432
+ export declare function resourceReferenceArrayDeserializer(result: Array<ResourceReference>): any[];
433
+ /** The resource Id model. */
434
+ export interface ResourceReference {
435
+ /** The fully qualified Azure resource ID. */
436
+ readonly id?: string;
437
+ /** The extension the resource was deployed with. */
438
+ readonly extension?: DeploymentExtensionDefinition;
439
+ /** The resource type. */
440
+ readonly resourceType?: string;
441
+ /** The extensible resource identifiers. */
442
+ readonly identifiers?: any;
443
+ /** The API version the resource was deployed with. */
444
+ readonly apiVersion?: string;
445
+ }
446
+ export declare function resourceReferenceDeserializer(item: any): ResourceReference;
447
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.) */
448
+ export interface ErrorResponse {
449
+ /** The error code. */
450
+ readonly code?: string;
451
+ /** The error message. */
452
+ readonly message?: string;
453
+ /** The error target. */
454
+ readonly target?: string;
455
+ /** The error details. */
456
+ readonly details?: ErrorResponse[];
457
+ /** The error additional info. */
458
+ readonly additionalInfo?: ErrorAdditionalInfo[];
459
+ }
460
+ export declare function errorResponseDeserializer(item: any): ErrorResponse;
461
+ export declare function errorResponseArrayDeserializer(result: Array<ErrorResponse>): any[];
462
+ export declare function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[];
463
+ /** The resource management error additional info. */
464
+ export interface ErrorAdditionalInfo {
465
+ /** The additional info type. */
466
+ readonly type?: string;
467
+ /** The additional info. */
468
+ readonly info?: any;
469
+ }
470
+ export declare function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo;
471
+ export declare function deploymentDiagnosticsDefinitionArrayDeserializer(result: Array<DeploymentDiagnosticsDefinition>): any[];
472
+ /** model interface DeploymentDiagnosticsDefinition */
473
+ export interface DeploymentDiagnosticsDefinition {
474
+ /** Denotes the additional response level. */
475
+ readonly level: Level;
476
+ /** The error code. */
477
+ readonly code: string;
478
+ /** The error message. */
479
+ readonly message: string;
480
+ /** The error target. */
481
+ readonly target?: string;
482
+ /** The error additional info. */
483
+ readonly additionalInfo?: ErrorAdditionalInfo[];
484
+ }
485
+ export declare function deploymentDiagnosticsDefinitionDeserializer(item: any): DeploymentDiagnosticsDefinition;
486
+ /** Denotes the additional response level. */
487
+ export declare enum KnownLevel {
488
+ /** Warning */
489
+ Warning = "Warning",
490
+ /** Info */
491
+ Info = "Info",
492
+ /** Error */
493
+ Error = "Error"
494
+ }
495
+ /**
496
+ * Denotes the additional response level. \
497
+ * {@link KnownLevel} can be used interchangeably with Level,
498
+ * this enum contains the known values that the service supports.
499
+ * ### Known values supported by the service
500
+ * **Warning**: Warning \
501
+ * **Info**: Info \
502
+ * **Error**: Error
503
+ */
504
+ export type Level = string;
505
+ /** The level of validation performed on the deployment. */
506
+ export declare enum KnownValidationLevel {
507
+ /** Static analysis of the template is performed. */
508
+ Template = "Template",
509
+ /** Static analysis of the template is performed and resource declarations are sent to resource providers for semantic validation. Validates that the caller has RBAC write permissions on each resource. */
510
+ Provider = "Provider",
511
+ /** Static analysis of the template is performed and resource declarations are sent to resource providers for semantic validation. Skips validating that the caller has RBAC write permissions on each resource. */
512
+ ProviderNoRbac = "ProviderNoRbac"
513
+ }
514
+ /**
515
+ * The level of validation performed on the deployment. \
516
+ * {@link KnownValidationLevel} can be used interchangeably with ValidationLevel,
517
+ * this enum contains the known values that the service supports.
518
+ * ### Known values supported by the service
519
+ * **Template**: Static analysis of the template is performed. \
520
+ * **Provider**: Static analysis of the template is performed and resource declarations are sent to resource providers for semantic validation. Validates that the caller has RBAC write permissions on each resource. \
521
+ * **ProviderNoRbac**: Static analysis of the template is performed and resource declarations are sent to resource providers for semantic validation. Skips validating that the caller has RBAC write permissions on each resource.
522
+ */
523
+ export type ValidationLevel = string;
524
+ /** The base extension resource. */
525
+ export interface ExtensionResource extends Resource {
526
+ }
527
+ export declare function extensionResourceDeserializer(item: any): ExtensionResource;
528
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
529
+ export interface Resource {
530
+ /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
531
+ readonly id?: string;
532
+ /** The name of the resource */
533
+ readonly name?: string;
534
+ /** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
535
+ readonly type?: string;
536
+ /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
537
+ readonly systemData?: SystemData;
538
+ }
539
+ export declare function resourceDeserializer(item: any): Resource;
540
+ /** Metadata pertaining to creation and last modification of the resource. */
541
+ export interface SystemData {
542
+ /** The identity that created the resource. */
543
+ createdBy?: string;
544
+ /** The type of identity that created the resource. */
545
+ createdByType?: CreatedByType;
546
+ /** The timestamp of resource creation (UTC). */
547
+ createdAt?: Date;
548
+ /** The identity that last modified the resource. */
549
+ lastModifiedBy?: string;
550
+ /** The type of identity that last modified the resource. */
551
+ lastModifiedByType?: CreatedByType;
552
+ /** The timestamp of resource last modification (UTC) */
553
+ lastModifiedAt?: Date;
554
+ }
555
+ export declare function systemDataDeserializer(item: any): SystemData;
556
+ /** The kind of entity that created the resource. */
557
+ export declare enum KnownCreatedByType {
558
+ /** The entity was created by a user. */
559
+ User = "User",
560
+ /** The entity was created by an application. */
561
+ Application = "Application",
562
+ /** The entity was created by a managed identity. */
563
+ ManagedIdentity = "ManagedIdentity",
564
+ /** The entity was created by a key. */
565
+ Key = "Key"
566
+ }
567
+ /**
568
+ * The kind of entity that created the resource. \
569
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
570
+ * this enum contains the known values that the service supports.
571
+ * ### Known values supported by the service
572
+ * **User**: The entity was created by a user. \
573
+ * **Application**: The entity was created by an application. \
574
+ * **ManagedIdentity**: The entity was created by a managed identity. \
575
+ * **Key**: The entity was created by a key.
576
+ */
577
+ export type CreatedByType = string;
578
+ /** An error response for a resource management request. */
579
+ export interface CloudError {
580
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.) */
581
+ error?: ErrorResponse;
582
+ }
583
+ export declare function cloudErrorDeserializer(item: any): CloudError;
584
+ /** Deployment operation parameters. */
585
+ export interface Deployment {
586
+ /** The location to store the deployment data. */
587
+ location?: string;
588
+ /** The deployment properties. */
589
+ properties: DeploymentProperties;
590
+ /** Deployment tags */
591
+ tags?: Record<string, string>;
592
+ /** The Managed Identity configuration for a deployment. */
593
+ identity?: DeploymentIdentity;
594
+ }
595
+ export declare function deploymentSerializer(item: Deployment): any;
596
+ /** Deployment properties. */
597
+ export interface DeploymentProperties {
598
+ /** The template content. You use this element when you want to pass the template syntax directly in the request rather than link to an existing template. It can be a JObject or well-formed JSON string. Use either the templateLink property or the template property, but not both. */
599
+ template?: any;
600
+ /** The URI of the template. Use either the templateLink property or the template property, but not both. */
601
+ templateLink?: TemplateLink;
602
+ /** Name and value pairs that define the deployment parameters for the template. You use this element when you want to provide the parameter values directly in the request rather than link to an existing parameter file. Use either the parametersLink property or the parameters property, but not both. It can be a JObject or a well formed JSON string. */
603
+ parameters?: Record<string, DeploymentParameter>;
604
+ /** External input values, used by external tooling for parameter evaluation. */
605
+ externalInputs?: Record<string, DeploymentExternalInput>;
606
+ /** External input definitions, used by external tooling to define expected external input values. */
607
+ externalInputDefinitions?: Record<string, DeploymentExternalInputDefinition>;
608
+ /** The URI of parameters file. You use this element to link to an existing parameters file. Use either the parametersLink property or the parameters property, but not both. */
609
+ parametersLink?: ParametersLink;
610
+ /** The configurations to use for deployment extensions. The keys of this object are deployment extension aliases as defined in the deployment template. */
611
+ extensionConfigs?: Record<string, Record<string, DeploymentExtensionConfigItem>>;
612
+ /** The mode that is used to deploy resources. This value can be either Incremental or Complete. In Incremental mode, resources are deployed without deleting existing resources that are not included in the template. In Complete mode, resources are deployed and existing resources in the resource group that are not included in the template are deleted. Be careful when using Complete mode as you may unintentionally delete resources. */
613
+ mode: DeploymentMode;
614
+ /** The debug setting of the deployment. */
615
+ debugSetting?: DebugSetting;
616
+ /** The deployment on error behavior. */
617
+ onErrorDeployment?: OnErrorDeployment;
618
+ /** Specifies whether template expressions are evaluated within the scope of the parent template or nested template. Only applicable to nested templates. If not specified, default value is outer. */
619
+ expressionEvaluationOptions?: ExpressionEvaluationOptions;
620
+ /** The validation level of the deployment */
621
+ validationLevel?: ValidationLevel;
622
+ }
623
+ export declare function deploymentPropertiesSerializer(item: DeploymentProperties): any;
624
+ export declare function deploymentParameterRecordSerializer(item: Record<string, DeploymentParameter>): Record<string, any>;
625
+ /** Deployment parameter for the template. */
626
+ export interface DeploymentParameter {
627
+ /** Input value to the parameter . */
628
+ value?: any;
629
+ /** Azure Key Vault parameter reference. */
630
+ reference?: KeyVaultParameterReference;
631
+ /** Input expression to the parameter. */
632
+ expression?: string;
633
+ }
634
+ export declare function deploymentParameterSerializer(item: DeploymentParameter): any;
635
+ export declare function deploymentExternalInputRecordSerializer(item: Record<string, DeploymentExternalInput>): Record<string, any>;
636
+ /** Deployment external input for parameterization. */
637
+ export interface DeploymentExternalInput {
638
+ /** External input value. */
639
+ value: any;
640
+ }
641
+ export declare function deploymentExternalInputSerializer(item: DeploymentExternalInput): any;
642
+ export declare function deploymentExternalInputDefinitionRecordSerializer(item: Record<string, DeploymentExternalInputDefinition>): Record<string, any>;
643
+ /** Deployment external input definition for parameterization. */
644
+ export interface DeploymentExternalInputDefinition {
645
+ /** The kind of external input. */
646
+ kind: string;
647
+ /** Configuration for the external input. */
648
+ config?: any;
649
+ }
650
+ export declare function deploymentExternalInputDefinitionSerializer(item: DeploymentExternalInputDefinition): any;
651
+ export declare function deploymentExtensionConfigItemRecordRecordSerializer(item: Record<string, Record<string, DeploymentExtensionConfigItem>>): Record<string, any>;
652
+ export declare function deploymentExtensionConfigItemRecordRecordDeserializer(item: Record<string, any>): Record<string, Record<string, DeploymentExtensionConfigItem>>;
653
+ /** Deployment on error behavior. */
654
+ export interface OnErrorDeployment {
655
+ /** The deployment on error behavior type. Possible values are LastSuccessful and SpecificDeployment. */
656
+ type?: OnErrorDeploymentType;
657
+ /** The deployment to be used on error case. */
658
+ deploymentName?: string;
659
+ }
660
+ export declare function onErrorDeploymentSerializer(item: OnErrorDeployment): any;
661
+ /** Specifies whether template expressions are evaluated within the scope of the parent template or nested template. */
662
+ export interface ExpressionEvaluationOptions {
663
+ /** The scope to be used for evaluation of parameters, variables and functions in a nested template. */
664
+ scope?: ExpressionEvaluationOptionsScopeType;
665
+ }
666
+ export declare function expressionEvaluationOptionsSerializer(item: ExpressionEvaluationOptions): any;
667
+ /** The scope to be used for evaluation of parameters, variables and functions in a nested template. */
668
+ export declare enum KnownExpressionEvaluationOptionsScopeType {
669
+ /** NotSpecified */
670
+ NotSpecified = "NotSpecified",
671
+ /** Outer */
672
+ Outer = "Outer",
673
+ /** Inner */
674
+ Inner = "Inner"
675
+ }
676
+ /**
677
+ * The scope to be used for evaluation of parameters, variables and functions in a nested template. \
678
+ * {@link KnownExpressionEvaluationOptionsScopeType} can be used interchangeably with ExpressionEvaluationOptionsScopeType,
679
+ * this enum contains the known values that the service supports.
680
+ * ### Known values supported by the service
681
+ * **NotSpecified**: NotSpecified \
682
+ * **Outer**: Outer \
683
+ * **Inner**: Inner
684
+ */
685
+ export type ExpressionEvaluationOptionsScopeType = string;
686
+ /** The Managed Identity configuration for a deployment. */
687
+ export interface DeploymentIdentity {
688
+ /** The identity type. */
689
+ type: DeploymentIdentityType;
690
+ /** The set of user assigned identities associated with the resource. */
691
+ userAssignedIdentities?: Record<string, UserAssignedIdentity>;
692
+ }
693
+ export declare function deploymentIdentitySerializer(item: DeploymentIdentity): any;
694
+ /** The identity type. */
695
+ export declare enum KnownDeploymentIdentityType {
696
+ /** None */
697
+ None = "None",
698
+ /** UserAssigned */
699
+ UserAssigned = "UserAssigned"
700
+ }
701
+ /**
702
+ * The identity type. \
703
+ * {@link KnownDeploymentIdentityType} can be used interchangeably with DeploymentIdentityType,
704
+ * this enum contains the known values that the service supports.
705
+ * ### Known values supported by the service
706
+ * **None**: None \
707
+ * **UserAssigned**: UserAssigned
708
+ */
709
+ export type DeploymentIdentityType = string;
710
+ export declare function userAssignedIdentityRecordSerializer(item: Record<string, UserAssignedIdentity>): Record<string, any>;
711
+ /** User assigned identity properties */
712
+ export interface UserAssignedIdentity {
713
+ /** The principal ID of the assigned identity. */
714
+ readonly principalId?: string;
715
+ /** The client ID of the assigned identity. */
716
+ readonly clientId?: string;
717
+ }
718
+ export declare function userAssignedIdentitySerializer(_item: UserAssignedIdentity): any;
719
+ /** Paged collection of DeploymentExtended items */
720
+ export interface _DeploymentListResult {
721
+ /** The DeploymentExtended items on this page */
722
+ value: DeploymentExtended[];
723
+ /** The link to the next page of items */
724
+ nextLink?: string;
725
+ }
726
+ export declare function _deploymentListResultDeserializer(item: any): _DeploymentListResult;
727
+ export declare function deploymentExtendedArrayDeserializer(result: Array<DeploymentExtended>): any[];
728
+ /** Information from validate template deployment response. */
729
+ export interface DeploymentValidateResult {
730
+ /** The deployment validation error. */
731
+ readonly error?: ErrorResponse;
732
+ /** The ID of the deployment. */
733
+ readonly id?: string;
734
+ /** The name of the deployment. */
735
+ readonly name?: string;
736
+ /** The type of the deployment. */
737
+ readonly type?: string;
738
+ /** The template deployment properties. */
739
+ properties?: DeploymentPropertiesExtended;
740
+ }
741
+ export declare function deploymentValidateResultDeserializer(item: any): DeploymentValidateResult;
742
+ /** The deployment export result. */
743
+ export interface DeploymentExportResult {
744
+ /** The template content. */
745
+ template?: any;
746
+ }
747
+ export declare function deploymentExportResultDeserializer(item: any): DeploymentExportResult;
748
+ /** Deployment operation parameters. */
749
+ export interface ScopedDeployment {
750
+ /** The location to store the deployment data. */
751
+ location: string;
752
+ /** The deployment properties. */
753
+ properties: DeploymentProperties;
754
+ /** Deployment tags */
755
+ tags?: Record<string, string>;
756
+ }
757
+ export declare function scopedDeploymentSerializer(item: ScopedDeployment): any;
758
+ /** Deployment What-if operation parameters. */
759
+ export interface ScopedDeploymentWhatIf {
760
+ /** The location to store the deployment data. */
761
+ location: string;
762
+ /** The deployment properties. */
763
+ properties: DeploymentWhatIfProperties;
764
+ }
765
+ export declare function scopedDeploymentWhatIfSerializer(item: ScopedDeploymentWhatIf): any;
766
+ /** Deployment What-if properties. */
767
+ export interface DeploymentWhatIfProperties extends DeploymentProperties {
768
+ /** Optional What-If operation settings. */
769
+ whatIfSettings?: DeploymentWhatIfSettings;
770
+ }
771
+ export declare function deploymentWhatIfPropertiesSerializer(item: DeploymentWhatIfProperties): any;
772
+ /** Deployment What-If operation settings. */
773
+ export interface DeploymentWhatIfSettings {
774
+ /** The format of the What-If results */
775
+ resultFormat?: WhatIfResultFormat;
776
+ }
777
+ export declare function deploymentWhatIfSettingsSerializer(item: DeploymentWhatIfSettings): any;
778
+ /** The format of the What-If results */
779
+ export type WhatIfResultFormat = "ResourceIdOnly" | "FullResourcePayloads";
780
+ /** Result of the What-If operation. Contains a list of predicted changes and a URL link to get to the next set of results. */
781
+ export interface WhatIfOperationResult {
782
+ /** Status of the What-If operation. */
783
+ status?: string;
784
+ /** Error when What-If operation fails. */
785
+ error?: ErrorResponse;
786
+ /** List of resource changes predicted by What-If operation. */
787
+ changes?: WhatIfChange[];
788
+ /** List of resource changes predicted by What-If operation. */
789
+ potentialChanges?: WhatIfChange[];
790
+ /** List of resource diagnostics detected by What-If operation. */
791
+ readonly diagnostics?: DeploymentDiagnosticsDefinition[];
792
+ }
793
+ export declare function whatIfOperationResultDeserializer(item: any): WhatIfOperationResult;
794
+ /** Deployment operation properties. */
795
+ export interface WhatIfOperationProperties {
796
+ /** List of resource changes predicted by What-If operation. */
797
+ changes?: WhatIfChange[];
798
+ /** List of resource changes predicted by What-If operation. */
799
+ potentialChanges?: WhatIfChange[];
800
+ /** List of resource diagnostics detected by What-If operation. */
801
+ readonly diagnostics?: DeploymentDiagnosticsDefinition[];
802
+ }
803
+ export declare function whatIfOperationPropertiesDeserializer(item: any): WhatIfOperationProperties;
804
+ export declare function whatIfChangeArrayDeserializer(result: Array<WhatIfChange>): any[];
805
+ /** Information about a single resource change predicted by What-If operation. */
806
+ export interface WhatIfChange {
807
+ /** Resource ID */
808
+ resourceId?: string;
809
+ /** The resource id of the Deployment responsible for this change. */
810
+ deploymentId?: string;
811
+ /** The symbolic name of the resource responsible for this change. */
812
+ symbolicName?: string;
813
+ /** A subset of properties that uniquely identify a Bicep extensible resource because it lacks a resource id like an Azure resource has. */
814
+ identifiers?: any;
815
+ /** The extension the resource was deployed with. */
816
+ extension?: DeploymentExtensionDefinition;
817
+ /** Type of change that will be made to the resource when the deployment is executed. */
818
+ changeType: ChangeType;
819
+ /** The explanation about why the resource is unsupported by What-If. */
820
+ unsupportedReason?: string;
821
+ /** The snapshot of the resource before the deployment is executed. */
822
+ before?: any;
823
+ /** The predicted snapshot of the resource after the deployment is executed. */
824
+ after?: any;
825
+ /** The predicted changes to resource properties. */
826
+ delta?: WhatIfPropertyChange[];
827
+ }
828
+ export declare function whatIfChangeDeserializer(item: any): WhatIfChange;
829
+ /** Type of change that will be made to the resource when the deployment is executed. */
830
+ export type ChangeType = "Create" | "Delete" | "Ignore" | "Deploy" | "NoChange" | "Modify" | "Unsupported";
831
+ export declare function whatIfPropertyChangeArrayDeserializer(result: Array<WhatIfPropertyChange>): any[];
832
+ /** The predicted change to the resource property. */
833
+ export interface WhatIfPropertyChange {
834
+ /** The path of the property. */
835
+ path: string;
836
+ /** The type of property change. */
837
+ propertyChangeType: PropertyChangeType;
838
+ /** The value of the property before the deployment is executed. */
839
+ before?: any;
840
+ /** The value of the property after the deployment is executed. */
841
+ after?: any;
842
+ /** Nested property changes. */
843
+ children?: WhatIfPropertyChange[];
844
+ }
845
+ export declare function whatIfPropertyChangeDeserializer(item: any): WhatIfPropertyChange;
846
+ /** The type of property change. */
847
+ export type PropertyChangeType = "Create" | "Delete" | "Modify" | "Array" | "NoEffect";
848
+ /** Deployment What-if operation parameters. */
849
+ export interface DeploymentWhatIf {
850
+ /** The location to store the deployment data. */
851
+ location?: string;
852
+ /** The deployment properties. */
853
+ properties: DeploymentWhatIfProperties;
854
+ }
855
+ export declare function deploymentWhatIfSerializer(item: DeploymentWhatIf): any;
856
+ /** Result of the request to calculate template hash. It contains a string of minified template and its hash. */
857
+ export interface TemplateHashResult {
858
+ /** The minified template string. */
859
+ minifiedTemplate?: string;
860
+ /** The template hash. */
861
+ templateHash?: string;
862
+ }
863
+ export declare function templateHashResultDeserializer(item: any): TemplateHashResult;
864
+ /** Deployment operation information. */
865
+ export interface DeploymentOperation {
866
+ /** Full deployment operation ID. */
867
+ readonly id?: string;
868
+ /** Deployment operation ID. */
869
+ readonly operationId?: string;
870
+ /** Deployment properties. */
871
+ properties?: DeploymentOperationProperties;
872
+ }
873
+ export declare function deploymentOperationDeserializer(item: any): DeploymentOperation;
874
+ /** Deployment operation properties. */
875
+ export interface DeploymentOperationProperties {
876
+ /** The name of the current provisioning operation. */
877
+ readonly provisioningOperation?: ProvisioningOperation;
878
+ /** The state of the provisioning. */
879
+ readonly provisioningState?: string;
880
+ /** The date and time of the operation. */
881
+ readonly timestamp?: Date;
882
+ /** The duration of the operation. */
883
+ readonly duration?: string;
884
+ /** Deployment operation service request id. */
885
+ readonly serviceRequestId?: string;
886
+ /** Operation status code from the resource provider. This property may not be set if a response has not yet been received. */
887
+ readonly statusCode?: string;
888
+ /** Operation status message from the resource provider. This property is optional. It will only be provided if an error was received from the resource provider. */
889
+ readonly statusMessage?: StatusMessage;
890
+ /** The target resource. */
891
+ readonly targetResource?: TargetResource;
892
+ /** The HTTP request message. */
893
+ readonly request?: HttpMessage;
894
+ /** The HTTP response message. */
895
+ readonly response?: HttpMessage;
896
+ }
897
+ export declare function deploymentOperationPropertiesDeserializer(item: any): DeploymentOperationProperties;
898
+ /** The name of the current provisioning operation. */
899
+ export type ProvisioningOperation = "NotSpecified" | "Create" | "Delete" | "Waiting" | "AzureAsyncOperationWaiting" | "ResourceCacheWaiting" | "Action" | "Read" | "EvaluateDeploymentOutput" | "DeploymentCleanup";
900
+ /** Operation status message object. */
901
+ export interface StatusMessage {
902
+ /** Status of the deployment operation. */
903
+ status?: string;
904
+ /** The error reported by the operation. */
905
+ error?: ErrorResponse;
906
+ }
907
+ export declare function statusMessageDeserializer(item: any): StatusMessage;
908
+ /** Target resource. */
909
+ export interface TargetResource {
910
+ /** The Azure resource ID of the resource. */
911
+ id?: string;
912
+ /** The name of the resource. */
913
+ resourceName?: string;
914
+ /** The type of the resource. */
915
+ resourceType?: string;
916
+ /** The extension the resource was deployed with. */
917
+ extension?: DeploymentExtensionDefinition;
918
+ /** The extensible resource identifiers. */
919
+ identifiers?: any;
920
+ /** The API version the resource was deployed with. */
921
+ apiVersion?: string;
922
+ /** The symbolic name of the resource as defined in the deployment template. */
923
+ symbolicName?: string;
924
+ }
925
+ export declare function targetResourceDeserializer(item: any): TargetResource;
926
+ /** HTTP message. */
927
+ export interface HttpMessage {
928
+ /** HTTP message content. */
929
+ content?: any;
930
+ }
931
+ export declare function httpMessageDeserializer(item: any): HttpMessage;
932
+ /** List of deployment operations. */
933
+ export interface _DeploymentOperationsListResult {
934
+ /** The DeploymentOperation items on this page */
935
+ value: DeploymentOperation[];
936
+ /** The link to the next page of items */
937
+ nextLink?: string;
938
+ }
939
+ export declare function _deploymentOperationsListResultDeserializer(item: any): _DeploymentOperationsListResult;
940
+ export declare function deploymentOperationArrayDeserializer(result: Array<DeploymentOperation>): any[];
941
+ /** The available API versions. */
942
+ export declare enum KnownVersions {
943
+ /** The 2025-04-01 API version. */
944
+ V20250401 = "2025-04-01"
945
+ }
946
+ export declare function _whatIfOperationResultPropertiesDeserializer(item: any): {
947
+ changes: any;
948
+ potentialChanges: any;
949
+ diagnostics: any;
950
+ };
951
+ export type DeploymentsCheckExistenceResponse = {
952
+ body: boolean;
953
+ };
954
+ export type DeploymentsCheckExistenceAtSubscriptionScopeResponse = {
955
+ body: boolean;
956
+ };
957
+ export type DeploymentsCheckExistenceAtManagementGroupScopeResponse = {
958
+ body: boolean;
959
+ };
960
+ export type DeploymentsCheckExistenceAtTenantScopeResponse = {
961
+ body: boolean;
962
+ };
963
+ export type DeploymentsCheckExistenceAtScopeResponse = {
964
+ body: boolean;
965
+ };
966
+ //# sourceMappingURL=models.d.ts.map