@azure/arm-servicefabricmanagedclusters 1.0.0-beta.6 → 1.0.0

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 (497) hide show
  1. package/README.md +1 -1
  2. package/dist/browser/api/applicationTypeVersions/operations.js +18 -36
  3. package/dist/browser/api/applicationTypeVersions/operations.js.map +1 -1
  4. package/dist/browser/api/applicationTypeVersions/options.js.map +1 -1
  5. package/dist/browser/api/applicationTypes/operations.js +15 -30
  6. package/dist/browser/api/applicationTypes/operations.js.map +1 -1
  7. package/dist/browser/api/applications/operations.js +29 -36
  8. package/dist/browser/api/applications/operations.js.map +1 -1
  9. package/dist/browser/api/index.d.ts +1 -1
  10. package/dist/browser/api/index.js.map +1 -1
  11. package/dist/browser/api/managedApplyMaintenanceWindow/operations.js +3 -7
  12. package/dist/browser/api/managedApplyMaintenanceWindow/operations.js.map +1 -1
  13. package/dist/browser/api/managedAzResiliencyStatus/operations.js +2 -5
  14. package/dist/browser/api/managedAzResiliencyStatus/operations.js.map +1 -1
  15. package/dist/browser/api/managedClusterVersion/operations.js +12 -32
  16. package/dist/browser/api/managedClusterVersion/operations.js.map +1 -1
  17. package/dist/browser/api/managedClusters/index.d.ts +2 -2
  18. package/dist/browser/api/managedClusters/index.js +1 -1
  19. package/dist/browser/api/managedClusters/index.js.map +1 -1
  20. package/dist/browser/api/managedClusters/operations.d.ts +2 -18
  21. package/dist/browser/api/managedClusters/operations.js +23 -188
  22. package/dist/browser/api/managedClusters/operations.js.map +1 -1
  23. package/dist/browser/api/managedClusters/options.d.ts +0 -16
  24. package/dist/browser/api/managedClusters/options.js.map +1 -1
  25. package/dist/browser/api/managedMaintenanceWindowStatus/operations.js +4 -11
  26. package/dist/browser/api/managedMaintenanceWindowStatus/operations.js.map +1 -1
  27. package/dist/browser/api/managedUnsupportedVMSizes/operations.js +5 -11
  28. package/dist/browser/api/managedUnsupportedVMSizes/operations.js.map +1 -1
  29. package/dist/browser/api/nodeTypeSkus/operations.js +3 -6
  30. package/dist/browser/api/nodeTypeSkus/operations.js.map +1 -1
  31. package/dist/browser/api/nodeTypes/index.d.ts +2 -2
  32. package/dist/browser/api/nodeTypes/index.js +1 -1
  33. package/dist/browser/api/nodeTypes/index.js.map +1 -1
  34. package/dist/browser/api/nodeTypes/operations.d.ts +2 -18
  35. package/dist/browser/api/nodeTypes/operations.js +30 -170
  36. package/dist/browser/api/nodeTypes/operations.js.map +1 -1
  37. package/dist/browser/api/nodeTypes/options.d.ts +0 -16
  38. package/dist/browser/api/nodeTypes/options.js.map +1 -1
  39. package/dist/browser/api/operationResults/operations.js +1 -1
  40. package/dist/browser/api/operationResults/operations.js.map +1 -1
  41. package/dist/browser/api/operationStatus/operations.js +2 -5
  42. package/dist/browser/api/operationStatus/operations.js.map +1 -1
  43. package/dist/browser/api/operations/operations.js +3 -6
  44. package/dist/browser/api/operations/operations.js.map +1 -1
  45. package/dist/browser/api/serviceFabricManagedClustersManagementContext.d.ts +3 -3
  46. package/dist/browser/api/serviceFabricManagedClustersManagementContext.js +3 -18
  47. package/dist/browser/api/serviceFabricManagedClustersManagementContext.js.map +1 -1
  48. package/dist/browser/api/services/operations.js +16 -25
  49. package/dist/browser/api/services/operations.js.map +1 -1
  50. package/dist/browser/classic/index.d.ts +15 -15
  51. package/dist/browser/classic/index.js.map +1 -1
  52. package/dist/browser/classic/managedClusters/index.d.ts +2 -10
  53. package/dist/browser/classic/managedClusters/index.js +1 -5
  54. package/dist/browser/classic/managedClusters/index.js.map +1 -1
  55. package/dist/browser/classic/nodeTypes/index.d.ts +2 -10
  56. package/dist/browser/classic/nodeTypes/index.js +1 -5
  57. package/dist/browser/classic/nodeTypes/index.js.map +1 -1
  58. package/dist/browser/index.d.ts +3 -3
  59. package/dist/browser/index.js +1 -1
  60. package/dist/browser/index.js.map +1 -1
  61. package/dist/browser/models/index.d.ts +1 -1
  62. package/dist/browser/models/index.js +1 -1
  63. package/dist/browser/models/index.js.map +1 -1
  64. package/dist/browser/models/models.d.ts +391 -185
  65. package/dist/browser/models/models.js +585 -228
  66. package/dist/browser/models/models.js.map +1 -1
  67. package/dist/browser/restorePollerHelpers.js +31 -107
  68. package/dist/browser/restorePollerHelpers.js.map +1 -1
  69. package/dist/browser/serviceFabricManagedClustersManagementClient.d.ts +1 -1
  70. package/dist/browser/serviceFabricManagedClustersManagementClient.js +10 -2
  71. package/dist/browser/serviceFabricManagedClustersManagementClient.js.map +1 -1
  72. package/dist/browser/static-helpers/pagingHelpers.d.ts +2 -0
  73. package/dist/browser/static-helpers/pagingHelpers.js +28 -3
  74. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -1
  75. package/dist/browser/static-helpers/pollingHelpers.d.ts +4 -0
  76. package/dist/browser/static-helpers/pollingHelpers.js +18 -2
  77. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -1
  78. package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  79. package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
  80. package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  81. package/dist/browser/static-helpers/urlTemplate.js +20 -5
  82. package/dist/browser/static-helpers/urlTemplate.js.map +1 -1
  83. package/dist/commonjs/api/applicationTypeVersions/index.js +46 -12
  84. package/dist/commonjs/api/applicationTypeVersions/index.js.map +7 -1
  85. package/dist/commonjs/api/applicationTypeVersions/operations.js +242 -181
  86. package/dist/commonjs/api/applicationTypeVersions/operations.js.map +7 -1
  87. package/dist/commonjs/api/applicationTypeVersions/options.js +15 -5
  88. package/dist/commonjs/api/applicationTypeVersions/options.js.map +7 -1
  89. package/dist/commonjs/api/applicationTypes/index.js +46 -12
  90. package/dist/commonjs/api/applicationTypes/index.js.map +7 -1
  91. package/dist/commonjs/api/applicationTypes/operations.js +221 -166
  92. package/dist/commonjs/api/applicationTypes/operations.js.map +7 -1
  93. package/dist/commonjs/api/applicationTypes/options.js +15 -5
  94. package/dist/commonjs/api/applicationTypes/options.js.map +7 -1
  95. package/dist/commonjs/api/applications/index.js +70 -18
  96. package/dist/commonjs/api/applications/index.js.map +7 -1
  97. package/dist/commonjs/api/applications/operations.js +473 -354
  98. package/dist/commonjs/api/applications/operations.js.map +7 -1
  99. package/dist/commonjs/api/applications/options.js +15 -5
  100. package/dist/commonjs/api/applications/options.js.map +7 -1
  101. package/dist/commonjs/api/index.d.ts +1 -1
  102. package/dist/commonjs/api/index.js +27 -8
  103. package/dist/commonjs/api/index.js.map +7 -1
  104. package/dist/commonjs/api/managedApplyMaintenanceWindow/index.js +30 -8
  105. package/dist/commonjs/api/managedApplyMaintenanceWindow/index.js.map +7 -1
  106. package/dist/commonjs/api/managedApplyMaintenanceWindow/operations.js +57 -36
  107. package/dist/commonjs/api/managedApplyMaintenanceWindow/operations.js.map +7 -1
  108. package/dist/commonjs/api/managedApplyMaintenanceWindow/options.js +15 -5
  109. package/dist/commonjs/api/managedApplyMaintenanceWindow/options.js.map +7 -1
  110. package/dist/commonjs/api/managedAzResiliencyStatus/index.js +30 -8
  111. package/dist/commonjs/api/managedAzResiliencyStatus/index.js.map +7 -1
  112. package/dist/commonjs/api/managedAzResiliencyStatus/operations.js +58 -36
  113. package/dist/commonjs/api/managedAzResiliencyStatus/operations.js.map +7 -1
  114. package/dist/commonjs/api/managedAzResiliencyStatus/options.js +15 -5
  115. package/dist/commonjs/api/managedAzResiliencyStatus/options.js.map +7 -1
  116. package/dist/commonjs/api/managedClusterVersion/index.js +42 -11
  117. package/dist/commonjs/api/managedClusterVersion/index.js.map +7 -1
  118. package/dist/commonjs/api/managedClusterVersion/operations.js +161 -132
  119. package/dist/commonjs/api/managedClusterVersion/operations.js.map +7 -1
  120. package/dist/commonjs/api/managedClusterVersion/options.js +15 -5
  121. package/dist/commonjs/api/managedClusterVersion/options.js.map +7 -1
  122. package/dist/commonjs/api/managedClusters/index.d.ts +2 -2
  123. package/dist/commonjs/api/managedClusters/index.js +50 -17
  124. package/dist/commonjs/api/managedClusters/index.js.map +7 -1
  125. package/dist/commonjs/api/managedClusters/operations.d.ts +2 -18
  126. package/dist/commonjs/api/managedClusters/operations.js +241 -356
  127. package/dist/commonjs/api/managedClusters/operations.js.map +7 -1
  128. package/dist/commonjs/api/managedClusters/options.d.ts +0 -16
  129. package/dist/commonjs/api/managedClusters/options.js +15 -5
  130. package/dist/commonjs/api/managedClusters/options.js.map +7 -1
  131. package/dist/commonjs/api/managedMaintenanceWindowStatus/index.js +30 -8
  132. package/dist/commonjs/api/managedMaintenanceWindowStatus/index.js.map +7 -1
  133. package/dist/commonjs/api/managedMaintenanceWindowStatus/operations.js +60 -42
  134. package/dist/commonjs/api/managedMaintenanceWindowStatus/operations.js.map +7 -1
  135. package/dist/commonjs/api/managedMaintenanceWindowStatus/options.js +15 -5
  136. package/dist/commonjs/api/managedMaintenanceWindowStatus/options.js.map +7 -1
  137. package/dist/commonjs/api/managedUnsupportedVMSizes/index.js +34 -9
  138. package/dist/commonjs/api/managedUnsupportedVMSizes/index.js.map +7 -1
  139. package/dist/commonjs/api/managedUnsupportedVMSizes/operations.js +94 -63
  140. package/dist/commonjs/api/managedUnsupportedVMSizes/operations.js.map +7 -1
  141. package/dist/commonjs/api/managedUnsupportedVMSizes/options.js +15 -5
  142. package/dist/commonjs/api/managedUnsupportedVMSizes/options.js.map +7 -1
  143. package/dist/commonjs/api/nodeTypeSkus/index.js +30 -8
  144. package/dist/commonjs/api/nodeTypeSkus/index.js.map +7 -1
  145. package/dist/commonjs/api/nodeTypeSkus/operations.js +65 -37
  146. package/dist/commonjs/api/nodeTypeSkus/operations.js.map +7 -1
  147. package/dist/commonjs/api/nodeTypeSkus/options.js +15 -5
  148. package/dist/commonjs/api/nodeTypeSkus/options.js.map +7 -1
  149. package/dist/commonjs/api/nodeTypes/index.d.ts +2 -2
  150. package/dist/commonjs/api/nodeTypes/index.js +70 -22
  151. package/dist/commonjs/api/nodeTypes/index.js.map +7 -1
  152. package/dist/commonjs/api/nodeTypes/operations.d.ts +2 -18
  153. package/dist/commonjs/api/nodeTypes/operations.js +450 -509
  154. package/dist/commonjs/api/nodeTypes/operations.js.map +7 -1
  155. package/dist/commonjs/api/nodeTypes/options.d.ts +0 -16
  156. package/dist/commonjs/api/nodeTypes/options.js +15 -5
  157. package/dist/commonjs/api/nodeTypes/options.js.map +7 -1
  158. package/dist/commonjs/api/operationResults/index.js +30 -8
  159. package/dist/commonjs/api/operationResults/index.js.map +7 -1
  160. package/dist/commonjs/api/operationResults/operations.js +55 -30
  161. package/dist/commonjs/api/operationResults/operations.js.map +7 -1
  162. package/dist/commonjs/api/operationResults/options.js +15 -5
  163. package/dist/commonjs/api/operationResults/options.js.map +7 -1
  164. package/dist/commonjs/api/operationStatus/index.js +30 -8
  165. package/dist/commonjs/api/operationStatus/index.js.map +7 -1
  166. package/dist/commonjs/api/operationStatus/operations.js +58 -36
  167. package/dist/commonjs/api/operationStatus/operations.js.map +7 -1
  168. package/dist/commonjs/api/operationStatus/options.js +15 -5
  169. package/dist/commonjs/api/operationStatus/options.js.map +7 -1
  170. package/dist/commonjs/api/operations/index.js +30 -8
  171. package/dist/commonjs/api/operations/index.js.map +7 -1
  172. package/dist/commonjs/api/operations/operations.js +61 -33
  173. package/dist/commonjs/api/operations/operations.js.map +7 -1
  174. package/dist/commonjs/api/operations/options.js +15 -5
  175. package/dist/commonjs/api/operations/options.js.map +7 -1
  176. package/dist/commonjs/api/serviceFabricManagedClustersManagementContext.d.ts +3 -3
  177. package/dist/commonjs/api/serviceFabricManagedClustersManagementContext.js +46 -44
  178. package/dist/commonjs/api/serviceFabricManagedClustersManagementContext.js.map +7 -1
  179. package/dist/commonjs/api/services/index.js +50 -13
  180. package/dist/commonjs/api/services/index.js.map +7 -1
  181. package/dist/commonjs/api/services/operations.js +280 -202
  182. package/dist/commonjs/api/services/operations.js.map +7 -1
  183. package/dist/commonjs/api/services/options.js +15 -5
  184. package/dist/commonjs/api/services/options.js.map +7 -1
  185. package/dist/commonjs/classic/applicationTypeVersions/index.js +53 -17
  186. package/dist/commonjs/classic/applicationTypeVersions/index.js.map +7 -1
  187. package/dist/commonjs/classic/applicationTypes/index.js +44 -17
  188. package/dist/commonjs/classic/applicationTypes/index.js.map +7 -1
  189. package/dist/commonjs/classic/applications/index.js +50 -23
  190. package/dist/commonjs/classic/applications/index.js.map +7 -1
  191. package/dist/commonjs/classic/index.d.ts +15 -15
  192. package/dist/commonjs/classic/index.js +15 -5
  193. package/dist/commonjs/classic/index.js.map +7 -1
  194. package/dist/commonjs/classic/managedApplyMaintenanceWindow/index.js +33 -13
  195. package/dist/commonjs/classic/managedApplyMaintenanceWindow/index.js.map +7 -1
  196. package/dist/commonjs/classic/managedAzResiliencyStatus/index.js +33 -13
  197. package/dist/commonjs/classic/managedAzResiliencyStatus/index.js.map +7 -1
  198. package/dist/commonjs/classic/managedClusterVersion/index.js +36 -16
  199. package/dist/commonjs/classic/managedClusterVersion/index.js.map +7 -1
  200. package/dist/commonjs/classic/managedClusters/index.d.ts +2 -10
  201. package/dist/commonjs/classic/managedClusters/index.js +38 -22
  202. package/dist/commonjs/classic/managedClusters/index.js.map +7 -1
  203. package/dist/commonjs/classic/managedMaintenanceWindowStatus/index.js +33 -13
  204. package/dist/commonjs/classic/managedMaintenanceWindowStatus/index.js.map +7 -1
  205. package/dist/commonjs/classic/managedUnsupportedVMSizes/index.js +34 -14
  206. package/dist/commonjs/classic/managedUnsupportedVMSizes/index.js.map +7 -1
  207. package/dist/commonjs/classic/nodeTypeSkus/index.js +33 -13
  208. package/dist/commonjs/classic/nodeTypeSkus/index.js.map +7 -1
  209. package/dist/commonjs/classic/nodeTypes/index.d.ts +2 -10
  210. package/dist/commonjs/classic/nodeTypes/index.js +43 -27
  211. package/dist/commonjs/classic/nodeTypes/index.js.map +7 -1
  212. package/dist/commonjs/classic/operationResults/index.js +33 -13
  213. package/dist/commonjs/classic/operationResults/index.js.map +7 -1
  214. package/dist/commonjs/classic/operationStatus/index.js +33 -13
  215. package/dist/commonjs/classic/operationStatus/index.js.map +7 -1
  216. package/dist/commonjs/classic/operations/index.js +33 -13
  217. package/dist/commonjs/classic/operations/index.js.map +7 -1
  218. package/dist/commonjs/classic/services/index.js +62 -18
  219. package/dist/commonjs/classic/services/index.js.map +7 -1
  220. package/dist/commonjs/index.d.ts +3 -3
  221. package/dist/commonjs/index.js +620 -63
  222. package/dist/commonjs/index.js.map +7 -1
  223. package/dist/commonjs/logger.js +28 -8
  224. package/dist/commonjs/logger.js.map +7 -1
  225. package/dist/commonjs/models/index.d.ts +1 -1
  226. package/dist/commonjs/models/index.js +117 -56
  227. package/dist/commonjs/models/index.js.map +7 -1
  228. package/dist/commonjs/models/models.d.ts +391 -185
  229. package/dist/commonjs/models/models.js +3023 -2857
  230. package/dist/commonjs/models/models.js.map +7 -1
  231. package/dist/commonjs/restorePollerHelpers.js +141 -208
  232. package/dist/commonjs/restorePollerHelpers.js.map +7 -1
  233. package/dist/commonjs/serviceFabricManagedClustersManagementClient.d.ts +1 -1
  234. package/dist/commonjs/serviceFabricManagedClustersManagementClient.js +111 -82
  235. package/dist/commonjs/serviceFabricManagedClustersManagementClient.js.map +7 -1
  236. package/dist/commonjs/static-helpers/cloudSettingHelpers.js +49 -40
  237. package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -1
  238. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +2 -0
  239. package/dist/commonjs/static-helpers/pagingHelpers.js +124 -103
  240. package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -1
  241. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +4 -0
  242. package/dist/commonjs/static-helpers/pollingHelpers.js +94 -76
  243. package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -1
  244. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  245. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +34 -0
  246. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
  247. package/dist/commonjs/static-helpers/urlTemplate.js +166 -158
  248. package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -1
  249. package/dist/commonjs/tsdoc-metadata.json +1 -1
  250. package/dist/esm/api/applicationTypeVersions/index.js +20 -4
  251. package/dist/esm/api/applicationTypeVersions/index.js.map +7 -1
  252. package/dist/esm/api/applicationTypeVersions/operations.js +214 -167
  253. package/dist/esm/api/applicationTypeVersions/operations.js.map +7 -1
  254. package/dist/esm/api/applicationTypeVersions/options.js +0 -4
  255. package/dist/esm/api/applicationTypeVersions/options.js.map +7 -1
  256. package/dist/esm/api/applicationTypes/index.js +20 -4
  257. package/dist/esm/api/applicationTypes/index.js.map +7 -1
  258. package/dist/esm/api/applicationTypes/operations.js +195 -154
  259. package/dist/esm/api/applicationTypes/operations.js.map +7 -1
  260. package/dist/esm/api/applicationTypes/options.js +0 -4
  261. package/dist/esm/api/applicationTypes/options.js.map +7 -1
  262. package/dist/esm/api/applications/index.js +50 -4
  263. package/dist/esm/api/applications/index.js.map +7 -1
  264. package/dist/esm/api/applications/operations.js +475 -366
  265. package/dist/esm/api/applications/operations.js.map +7 -1
  266. package/dist/esm/api/applications/options.js +0 -4
  267. package/dist/esm/api/applications/options.js.map +7 -1
  268. package/dist/esm/api/index.d.ts +1 -1
  269. package/dist/esm/api/index.js +6 -4
  270. package/dist/esm/api/index.js.map +7 -1
  271. package/dist/esm/api/managedApplyMaintenanceWindow/index.js +6 -4
  272. package/dist/esm/api/managedApplyMaintenanceWindow/index.js.map +7 -1
  273. package/dist/esm/api/managedApplyMaintenanceWindow/operations.js +30 -29
  274. package/dist/esm/api/managedApplyMaintenanceWindow/operations.js.map +7 -1
  275. package/dist/esm/api/managedApplyMaintenanceWindow/options.js +0 -4
  276. package/dist/esm/api/managedApplyMaintenanceWindow/options.js.map +7 -1
  277. package/dist/esm/api/managedAzResiliencyStatus/index.js +6 -4
  278. package/dist/esm/api/managedAzResiliencyStatus/index.js.map +7 -1
  279. package/dist/esm/api/managedAzResiliencyStatus/operations.js +37 -32
  280. package/dist/esm/api/managedAzResiliencyStatus/operations.js.map +7 -1
  281. package/dist/esm/api/managedAzResiliencyStatus/options.js +0 -4
  282. package/dist/esm/api/managedAzResiliencyStatus/options.js.map +7 -1
  283. package/dist/esm/api/managedClusterVersion/index.js +17 -4
  284. package/dist/esm/api/managedClusterVersion/index.js.map +7 -1
  285. package/dist/esm/api/managedClusterVersion/operations.js +134 -121
  286. package/dist/esm/api/managedClusterVersion/operations.js.map +7 -1
  287. package/dist/esm/api/managedClusterVersion/options.js +0 -4
  288. package/dist/esm/api/managedClusterVersion/options.js.map +7 -1
  289. package/dist/esm/api/managedClusters/index.d.ts +2 -2
  290. package/dist/esm/api/managedClusters/index.js +30 -4
  291. package/dist/esm/api/managedClusters/index.js.map +7 -1
  292. package/dist/esm/api/managedClusters/operations.d.ts +2 -18
  293. package/dist/esm/api/managedClusters/operations.js +230 -347
  294. package/dist/esm/api/managedClusters/operations.js.map +7 -1
  295. package/dist/esm/api/managedClusters/options.d.ts +0 -16
  296. package/dist/esm/api/managedClusters/options.js +0 -4
  297. package/dist/esm/api/managedClusters/options.js.map +7 -1
  298. package/dist/esm/api/managedMaintenanceWindowStatus/index.js +6 -4
  299. package/dist/esm/api/managedMaintenanceWindowStatus/index.js.map +7 -1
  300. package/dist/esm/api/managedMaintenanceWindowStatus/operations.js +37 -36
  301. package/dist/esm/api/managedMaintenanceWindowStatus/operations.js.map +7 -1
  302. package/dist/esm/api/managedMaintenanceWindowStatus/options.js +0 -4
  303. package/dist/esm/api/managedMaintenanceWindowStatus/options.js.map +7 -1
  304. package/dist/esm/api/managedUnsupportedVMSizes/index.js +11 -4
  305. package/dist/esm/api/managedUnsupportedVMSizes/index.js.map +7 -1
  306. package/dist/esm/api/managedUnsupportedVMSizes/operations.js +72 -57
  307. package/dist/esm/api/managedUnsupportedVMSizes/operations.js.map +7 -1
  308. package/dist/esm/api/managedUnsupportedVMSizes/options.js +0 -4
  309. package/dist/esm/api/managedUnsupportedVMSizes/options.js.map +7 -1
  310. package/dist/esm/api/nodeTypeSkus/index.js +6 -4
  311. package/dist/esm/api/nodeTypeSkus/index.js.map +7 -1
  312. package/dist/esm/api/nodeTypeSkus/operations.js +43 -32
  313. package/dist/esm/api/nodeTypeSkus/operations.js.map +7 -1
  314. package/dist/esm/api/nodeTypeSkus/options.js +0 -4
  315. package/dist/esm/api/nodeTypeSkus/options.js.map +7 -1
  316. package/dist/esm/api/nodeTypes/index.d.ts +2 -2
  317. package/dist/esm/api/nodeTypes/index.js +50 -4
  318. package/dist/esm/api/nodeTypes/index.js.map +7 -1
  319. package/dist/esm/api/nodeTypes/operations.d.ts +2 -18
  320. package/dist/esm/api/nodeTypes/operations.js +447 -507
  321. package/dist/esm/api/nodeTypes/operations.js.map +7 -1
  322. package/dist/esm/api/nodeTypes/options.d.ts +0 -16
  323. package/dist/esm/api/nodeTypes/options.js +0 -4
  324. package/dist/esm/api/nodeTypes/options.js.map +7 -1
  325. package/dist/esm/api/operationResults/index.js +6 -4
  326. package/dist/esm/api/operationResults/index.js.map +7 -1
  327. package/dist/esm/api/operationResults/operations.js +30 -25
  328. package/dist/esm/api/operationResults/operations.js.map +7 -1
  329. package/dist/esm/api/operationResults/options.js +0 -4
  330. package/dist/esm/api/operationResults/options.js.map +7 -1
  331. package/dist/esm/api/operationStatus/index.js +6 -4
  332. package/dist/esm/api/operationStatus/index.js.map +7 -1
  333. package/dist/esm/api/operationStatus/operations.js +37 -32
  334. package/dist/esm/api/operationStatus/operations.js.map +7 -1
  335. package/dist/esm/api/operationStatus/options.js +0 -4
  336. package/dist/esm/api/operationStatus/options.js.map +7 -1
  337. package/dist/esm/api/operations/index.js +6 -4
  338. package/dist/esm/api/operations/index.js.map +7 -1
  339. package/dist/esm/api/operations/operations.js +39 -28
  340. package/dist/esm/api/operations/operations.js.map +7 -1
  341. package/dist/esm/api/operations/options.js +0 -4
  342. package/dist/esm/api/operations/options.js.map +7 -1
  343. package/dist/esm/api/serviceFabricManagedClustersManagementContext.d.ts +3 -3
  344. package/dist/esm/api/serviceFabricManagedClustersManagementContext.js +21 -39
  345. package/dist/esm/api/serviceFabricManagedClustersManagementContext.js.map +7 -1
  346. package/dist/esm/api/services/index.js +30 -4
  347. package/dist/esm/api/services/index.js.map +7 -1
  348. package/dist/esm/api/services/operations.js +270 -205
  349. package/dist/esm/api/services/operations.js.map +7 -1
  350. package/dist/esm/api/services/options.js +0 -4
  351. package/dist/esm/api/services/options.js.map +7 -1
  352. package/dist/esm/classic/applicationTypeVersions/index.js +37 -15
  353. package/dist/esm/classic/applicationTypeVersions/index.js.map +7 -1
  354. package/dist/esm/classic/applicationTypes/index.js +28 -15
  355. package/dist/esm/classic/applicationTypes/index.js.map +7 -1
  356. package/dist/esm/classic/applications/index.js +40 -21
  357. package/dist/esm/classic/applications/index.js.map +7 -1
  358. package/dist/esm/classic/index.d.ts +15 -15
  359. package/dist/esm/classic/index.js +0 -4
  360. package/dist/esm/classic/index.js.map +7 -1
  361. package/dist/esm/classic/managedApplyMaintenanceWindow/index.js +10 -10
  362. package/dist/esm/classic/managedApplyMaintenanceWindow/index.js.map +7 -1
  363. package/dist/esm/classic/managedAzResiliencyStatus/index.js +10 -10
  364. package/dist/esm/classic/managedAzResiliencyStatus/index.js.map +7 -1
  365. package/dist/esm/classic/managedClusterVersion/index.js +19 -14
  366. package/dist/esm/classic/managedClusterVersion/index.js.map +7 -1
  367. package/dist/esm/classic/managedClusters/index.d.ts +2 -10
  368. package/dist/esm/classic/managedClusters/index.js +23 -20
  369. package/dist/esm/classic/managedClusters/index.js.map +7 -1
  370. package/dist/esm/classic/managedMaintenanceWindowStatus/index.js +10 -10
  371. package/dist/esm/classic/managedMaintenanceWindowStatus/index.js.map +7 -1
  372. package/dist/esm/classic/managedUnsupportedVMSizes/index.js +11 -11
  373. package/dist/esm/classic/managedUnsupportedVMSizes/index.js.map +7 -1
  374. package/dist/esm/classic/nodeTypeSkus/index.js +10 -10
  375. package/dist/esm/classic/nodeTypeSkus/index.js.map +7 -1
  376. package/dist/esm/classic/nodeTypes/index.d.ts +2 -10
  377. package/dist/esm/classic/nodeTypes/index.js +33 -25
  378. package/dist/esm/classic/nodeTypes/index.js.map +7 -1
  379. package/dist/esm/classic/operationResults/index.js +10 -10
  380. package/dist/esm/classic/operationResults/index.js.map +7 -1
  381. package/dist/esm/classic/operationStatus/index.js +10 -10
  382. package/dist/esm/classic/operationStatus/index.js.map +7 -1
  383. package/dist/esm/classic/operations/index.js +10 -10
  384. package/dist/esm/classic/operations/index.js.map +7 -1
  385. package/dist/esm/classic/services/index.js +47 -16
  386. package/dist/esm/classic/services/index.js.map +7 -1
  387. package/dist/esm/index.d.ts +3 -3
  388. package/dist/esm/index.js +596 -8
  389. package/dist/esm/index.js.map +7 -1
  390. package/dist/esm/logger.js +4 -4
  391. package/dist/esm/logger.js.map +7 -1
  392. package/dist/esm/models/index.d.ts +1 -1
  393. package/dist/esm/models/index.js +96 -4
  394. package/dist/esm/models/index.js.map +7 -1
  395. package/dist/esm/models/models.d.ts +391 -185
  396. package/dist/esm/models/models.js +3181 -3077
  397. package/dist/esm/models/models.js.map +7 -1
  398. package/dist/esm/restorePollerHelpers.js +147 -203
  399. package/dist/esm/restorePollerHelpers.js.map +7 -1
  400. package/dist/esm/serviceFabricManagedClustersManagementClient.d.ts +1 -1
  401. package/dist/esm/serviceFabricManagedClustersManagementClient.js +72 -63
  402. package/dist/esm/serviceFabricManagedClustersManagementClient.js.map +7 -1
  403. package/dist/esm/static-helpers/cloudSettingHelpers.js +26 -37
  404. package/dist/esm/static-helpers/cloudSettingHelpers.js.map +7 -1
  405. package/dist/esm/static-helpers/pagingHelpers.d.ts +2 -0
  406. package/dist/esm/static-helpers/pagingHelpers.js +100 -99
  407. package/dist/esm/static-helpers/pagingHelpers.js.map +7 -1
  408. package/dist/esm/static-helpers/pollingHelpers.d.ts +4 -0
  409. package/dist/esm/static-helpers/pollingHelpers.js +70 -72
  410. package/dist/esm/static-helpers/pollingHelpers.js.map +7 -1
  411. package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  412. package/dist/esm/static-helpers/serialization/check-prop-undefined.js +11 -0
  413. package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +7 -0
  414. package/dist/esm/static-helpers/urlTemplate.js +143 -155
  415. package/dist/esm/static-helpers/urlTemplate.js.map +7 -1
  416. package/dist/react-native/api/applicationTypeVersions/operations.js +18 -36
  417. package/dist/react-native/api/applicationTypeVersions/operations.js.map +1 -1
  418. package/dist/react-native/api/applicationTypeVersions/options.js.map +1 -1
  419. package/dist/react-native/api/applicationTypes/operations.js +15 -30
  420. package/dist/react-native/api/applicationTypes/operations.js.map +1 -1
  421. package/dist/react-native/api/applications/operations.js +29 -36
  422. package/dist/react-native/api/applications/operations.js.map +1 -1
  423. package/dist/react-native/api/index.d.ts +1 -1
  424. package/dist/react-native/api/index.js.map +1 -1
  425. package/dist/react-native/api/managedApplyMaintenanceWindow/operations.js +3 -7
  426. package/dist/react-native/api/managedApplyMaintenanceWindow/operations.js.map +1 -1
  427. package/dist/react-native/api/managedAzResiliencyStatus/operations.js +2 -5
  428. package/dist/react-native/api/managedAzResiliencyStatus/operations.js.map +1 -1
  429. package/dist/react-native/api/managedClusterVersion/operations.js +12 -32
  430. package/dist/react-native/api/managedClusterVersion/operations.js.map +1 -1
  431. package/dist/react-native/api/managedClusters/index.d.ts +2 -2
  432. package/dist/react-native/api/managedClusters/index.js +1 -1
  433. package/dist/react-native/api/managedClusters/index.js.map +1 -1
  434. package/dist/react-native/api/managedClusters/operations.d.ts +2 -18
  435. package/dist/react-native/api/managedClusters/operations.js +23 -188
  436. package/dist/react-native/api/managedClusters/operations.js.map +1 -1
  437. package/dist/react-native/api/managedClusters/options.d.ts +0 -16
  438. package/dist/react-native/api/managedClusters/options.js.map +1 -1
  439. package/dist/react-native/api/managedMaintenanceWindowStatus/operations.js +4 -11
  440. package/dist/react-native/api/managedMaintenanceWindowStatus/operations.js.map +1 -1
  441. package/dist/react-native/api/managedUnsupportedVMSizes/operations.js +5 -11
  442. package/dist/react-native/api/managedUnsupportedVMSizes/operations.js.map +1 -1
  443. package/dist/react-native/api/nodeTypeSkus/operations.js +3 -6
  444. package/dist/react-native/api/nodeTypeSkus/operations.js.map +1 -1
  445. package/dist/react-native/api/nodeTypes/index.d.ts +2 -2
  446. package/dist/react-native/api/nodeTypes/index.js +1 -1
  447. package/dist/react-native/api/nodeTypes/index.js.map +1 -1
  448. package/dist/react-native/api/nodeTypes/operations.d.ts +2 -18
  449. package/dist/react-native/api/nodeTypes/operations.js +30 -170
  450. package/dist/react-native/api/nodeTypes/operations.js.map +1 -1
  451. package/dist/react-native/api/nodeTypes/options.d.ts +0 -16
  452. package/dist/react-native/api/nodeTypes/options.js.map +1 -1
  453. package/dist/react-native/api/operationResults/operations.js +1 -1
  454. package/dist/react-native/api/operationResults/operations.js.map +1 -1
  455. package/dist/react-native/api/operationStatus/operations.js +2 -5
  456. package/dist/react-native/api/operationStatus/operations.js.map +1 -1
  457. package/dist/react-native/api/operations/operations.js +3 -6
  458. package/dist/react-native/api/operations/operations.js.map +1 -1
  459. package/dist/react-native/api/serviceFabricManagedClustersManagementContext.d.ts +3 -3
  460. package/dist/react-native/api/serviceFabricManagedClustersManagementContext.js +3 -18
  461. package/dist/react-native/api/serviceFabricManagedClustersManagementContext.js.map +1 -1
  462. package/dist/react-native/api/services/operations.js +16 -25
  463. package/dist/react-native/api/services/operations.js.map +1 -1
  464. package/dist/react-native/classic/index.d.ts +15 -15
  465. package/dist/react-native/classic/index.js.map +1 -1
  466. package/dist/react-native/classic/managedClusters/index.d.ts +2 -10
  467. package/dist/react-native/classic/managedClusters/index.js +1 -5
  468. package/dist/react-native/classic/managedClusters/index.js.map +1 -1
  469. package/dist/react-native/classic/nodeTypes/index.d.ts +2 -10
  470. package/dist/react-native/classic/nodeTypes/index.js +1 -5
  471. package/dist/react-native/classic/nodeTypes/index.js.map +1 -1
  472. package/dist/react-native/index.d.ts +3 -3
  473. package/dist/react-native/index.js +1 -1
  474. package/dist/react-native/index.js.map +1 -1
  475. package/dist/react-native/models/index.d.ts +1 -1
  476. package/dist/react-native/models/index.js +1 -1
  477. package/dist/react-native/models/index.js.map +1 -1
  478. package/dist/react-native/models/models.d.ts +391 -185
  479. package/dist/react-native/models/models.js +585 -228
  480. package/dist/react-native/models/models.js.map +1 -1
  481. package/dist/react-native/restorePollerHelpers.js +31 -107
  482. package/dist/react-native/restorePollerHelpers.js.map +1 -1
  483. package/dist/react-native/serviceFabricManagedClustersManagementClient.d.ts +1 -1
  484. package/dist/react-native/serviceFabricManagedClustersManagementClient.js +10 -2
  485. package/dist/react-native/serviceFabricManagedClustersManagementClient.js.map +1 -1
  486. package/dist/react-native/static-helpers/pagingHelpers.d.ts +2 -0
  487. package/dist/react-native/static-helpers/pagingHelpers.js +28 -3
  488. package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -1
  489. package/dist/react-native/static-helpers/pollingHelpers.d.ts +4 -0
  490. package/dist/react-native/static-helpers/pollingHelpers.js +18 -2
  491. package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -1
  492. package/dist/react-native/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  493. package/dist/react-native/static-helpers/serialization/check-prop-undefined.js +17 -0
  494. package/dist/react-native/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  495. package/dist/react-native/static-helpers/urlTemplate.js +20 -5
  496. package/dist/react-native/static-helpers/urlTemplate.js.map +1 -1
  497. package/package.json +8 -42
@@ -1,6 +1,6 @@
1
1
  /**
2
- * This file contains only generated model types and (de)serializers.
3
- * Disable this rule for deserializer functions which require 'any' for raw JSON input.
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
4
  */
5
5
  /** Describes the result of the request to list Service Fabric resource provider operations. */
6
6
  export interface _OperationListResult {
@@ -69,14 +69,25 @@ export interface ErrorAdditionalInfo {
69
69
  export declare function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo;
70
70
  /** The application resource. */
71
71
  export interface ApplicationResource extends ProxyResource {
72
- /** The application resource properties. */
73
- properties?: ApplicationResourceProperties;
74
72
  /** Resource tags. */
75
73
  tags?: Record<string, string>;
76
74
  /** Describes the managed identities for an Azure resource. */
77
75
  identity?: ManagedIdentity;
78
76
  /** The geo-location where the resource lives */
79
77
  location?: string;
78
+ /** List of user assigned identities for the application, each mapped to a friendly name. */
79
+ managedIdentities?: ApplicationUserAssignedIdentity[];
80
+ /** The current deployment or provisioning state, which only appears in the response */
81
+ readonly provisioningState?: string;
82
+ /**
83
+ * The version of the application type as defined in the application manifest.
84
+ * This name must be the full Arm Resource ID for the referenced application type version.
85
+ */
86
+ version?: string;
87
+ /** List of application parameters with overridden values from their default values specified in the application manifest. */
88
+ parameters?: Record<string, string>;
89
+ /** Describes the policy for a monitored application upgrade. */
90
+ upgradePolicy?: ApplicationUpgradePolicy;
80
91
  }
81
92
  export declare function applicationResourceSerializer(item: ApplicationResource): any;
82
93
  export declare function applicationResourceDeserializer(item: any): ApplicationResource;
@@ -535,12 +546,12 @@ export interface RestartDeployedCodePackageRequest {
535
546
  export declare function restartDeployedCodePackageRequestSerializer(item: RestartDeployedCodePackageRequest): any;
536
547
  /** The application type name resource */
537
548
  export interface ApplicationTypeResource extends ProxyResource {
538
- /** The application type name properties */
539
- properties?: ApplicationTypeResourceProperties;
540
549
  /** Resource tags. */
541
550
  tags?: Record<string, string>;
542
551
  /** The geo-location where the resource lives */
543
552
  location?: string;
553
+ /** The current deployment or provisioning state, which only appears in the response. */
554
+ readonly provisioningState?: string;
544
555
  }
545
556
  export declare function applicationTypeResourceSerializer(item: ApplicationTypeResource): any;
546
557
  export declare function applicationTypeResourceDeserializer(item: any): ApplicationTypeResource;
@@ -569,12 +580,14 @@ export declare function applicationTypeResourceArraySerializer(result: Array<App
569
580
  export declare function applicationTypeResourceArrayDeserializer(result: Array<ApplicationTypeResource>): any[];
570
581
  /** An application type version resource for the specified application type name resource. */
571
582
  export interface ApplicationTypeVersionResource extends ProxyResource {
572
- /** The properties of the application type version resource. */
573
- properties?: ApplicationTypeVersionResourceProperties;
574
583
  /** Resource tags. */
575
584
  tags?: Record<string, string>;
576
585
  /** The geo-location where the resource lives */
577
586
  location?: string;
587
+ /** The current deployment or provisioning state, which only appears in the response */
588
+ readonly provisioningState?: string;
589
+ /** The URL to the application package */
590
+ appPackageUrl?: string;
578
591
  }
579
592
  export declare function applicationTypeVersionResourceSerializer(item: ApplicationTypeVersionResource): any;
580
593
  export declare function applicationTypeVersionResourceDeserializer(item: any): ApplicationTypeVersionResource;
@@ -1145,8 +1158,12 @@ export interface ManagedClusterCodeVersionResult {
1145
1158
  name?: string;
1146
1159
  /** The result resource type */
1147
1160
  type?: string;
1148
- /** The detail of the Service Fabric runtime version result */
1149
- properties?: ManagedClusterVersionDetails;
1161
+ /** The Service Fabric runtime version of the cluster. */
1162
+ clusterCodeVersion?: string;
1163
+ /** The date of expiry of support of the version. */
1164
+ supportExpiryUtc?: Date;
1165
+ /** Cluster operating system, the default will be Windows */
1166
+ osType?: OsType;
1150
1167
  }
1151
1168
  export declare function managedClusterCodeVersionResultDeserializer(item: any): ManagedClusterCodeVersionResult;
1152
1169
  /** The detail of the Service Fabric runtime version result */
@@ -1201,12 +1218,98 @@ export declare function _managedVMSizesResultDeserializer(item: any): _ManagedVM
1201
1218
  export declare function managedVMSizeArrayDeserializer(result: Array<ManagedVMSize>): any[];
1202
1219
  /** The managed cluster resource */
1203
1220
  export interface ManagedCluster extends TrackedResource {
1204
- /** The managed cluster resource properties */
1205
- properties?: ManagedClusterProperties;
1206
1221
  /** If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.", */
1207
1222
  readonly etag?: string;
1208
1223
  /** The sku of the managed cluster */
1209
1224
  sku: Sku;
1225
+ /** The cluster dns name. */
1226
+ dnsName?: string;
1227
+ /** The fully qualified domain name associated with the public load balancer of the cluster. */
1228
+ readonly fqdn?: string;
1229
+ /** The IPv4 address associated with the public load balancer of the cluster. */
1230
+ readonly ipv4Address?: string;
1231
+ /** A service generated unique identifier for the cluster resource. */
1232
+ readonly clusterId?: string;
1233
+ /** The current state of the cluster. */
1234
+ readonly clusterState?: ClusterState;
1235
+ /** List of thumbprints of the cluster certificates. */
1236
+ readonly clusterCertificateThumbprints?: string[];
1237
+ /** The port used for client connections to the cluster. */
1238
+ clientConnectionPort?: number;
1239
+ /** The port used for HTTP connections to the cluster. */
1240
+ httpGatewayConnectionPort?: number;
1241
+ /** VM admin user name. */
1242
+ adminUserName?: string;
1243
+ /** VM admin user password. */
1244
+ adminPassword?: string;
1245
+ /** Load balancing rules that are applied to the public load balancer of the cluster. */
1246
+ loadBalancingRules?: LoadBalancingRule[];
1247
+ /** Setting this to true enables RDP access to the VM. The default NSG rule opens RDP port to Internet which can be overridden with custom Network Security Rules. The default value for this setting is false. */
1248
+ allowRdpAccess?: boolean;
1249
+ /** Custom Network Security Rules that are applied to the Virtual Network of the cluster. */
1250
+ networkSecurityRules?: NetworkSecurityRule[];
1251
+ /** Client certificates that are allowed to manage the cluster. */
1252
+ clients?: ClientCertificate[];
1253
+ /** The AAD authentication settings of the cluster. */
1254
+ azureActiveDirectory?: AzureActiveDirectory;
1255
+ /** The list of custom fabric settings to configure the cluster. */
1256
+ fabricSettings?: SettingsSectionDescription[];
1257
+ /** The provisioning state of the managed cluster resource. */
1258
+ readonly provisioningState?: ManagedResourceProvisioningState;
1259
+ /** The Service Fabric runtime version of the cluster. This property is required when **clusterUpgradeMode** is set to 'Manual'. To get list of available Service Fabric versions for new clusters use [ClusterVersion API](./ClusterVersion.md). To get the list of available version for existing clusters use **availableClusterVersions**. */
1260
+ clusterCodeVersion?: string;
1261
+ /** The upgrade mode of the cluster when new Service Fabric runtime version is available. */
1262
+ clusterUpgradeMode?: ClusterUpgradeMode;
1263
+ /** Indicates when new cluster runtime version upgrades will be applied after they are released. By default is Wave0. Only applies when **clusterUpgradeMode** is set to 'Automatic'. */
1264
+ clusterUpgradeCadence?: ClusterUpgradeCadence;
1265
+ /** List of add-on features to enable on the cluster. */
1266
+ addonFeatures?: ManagedClusterAddOnFeature[];
1267
+ /** Enables automatic OS upgrade for node types created using OS images with version 'latest'. The default value for this setting is false. */
1268
+ enableAutoOSUpgrade?: boolean;
1269
+ /** Indicates if the cluster has zone resiliency. */
1270
+ zonalResiliency?: boolean;
1271
+ /** The policy used to clean up unused versions. */
1272
+ applicationTypeVersionsCleanupPolicy?: ApplicationTypeVersionsCleanupPolicy;
1273
+ /** Setting this to true creates IPv6 address space for the default VNet used by the cluster. This setting cannot be changed once the cluster is created. The default value for this setting is false. */
1274
+ enableIpv6?: boolean;
1275
+ /** If specified, the node types for the cluster are created in this subnet instead of the default VNet. The **networkSecurityRules** specified for the cluster are also applied to this subnet. This setting cannot be changed once the cluster is created. */
1276
+ subnetId?: string;
1277
+ /** The list of IP tags associated with the default public IP address of the cluster. */
1278
+ ipTags?: IpTag[];
1279
+ /** IPv6 address for the cluster if IPv6 is enabled. */
1280
+ readonly ipv6Address?: string;
1281
+ /** Setting this to true will link the IPv4 address as the ServicePublicIP of the IPv6 address. It can only be set to True if IPv6 is enabled on the cluster. */
1282
+ enableServicePublicIP?: boolean;
1283
+ /** Auxiliary subnets for the cluster. */
1284
+ auxiliarySubnets?: Subnet[];
1285
+ /** Service endpoints for subnets in the cluster. */
1286
+ serviceEndpoints?: ServiceEndpoint[];
1287
+ /** Indicates the update mode for Cross Az clusters. */
1288
+ zonalUpdateMode?: ZonalUpdateMode;
1289
+ /** For new clusters, this parameter indicates that it uses Bring your own VNet, but the subnet is specified at node type level; and for such clusters, the subnetId property is required for node types. */
1290
+ useCustomVnet?: boolean;
1291
+ /** Specify the resource id of a public IPv4 prefix that the load balancer will allocate a public IPv4 address from. This setting cannot be changed once the cluster is created. */
1292
+ publicIPPrefixId?: string;
1293
+ /** Specify the resource id of a public IPv6 prefix that the load balancer will allocate a public IPv6 address from. This setting cannot be changed once the cluster is created. */
1294
+ publicIPv6PrefixId?: string;
1295
+ /** Specify the resource id of a DDoS network protection plan that will be associated with the virtual network of the cluster. */
1296
+ ddosProtectionPlanId?: string;
1297
+ /** The policy to use when upgrading the cluster. */
1298
+ upgradeDescription?: ClusterUpgradePolicy;
1299
+ /** The port used for token-auth based HTTPS connections to the cluster. Cannot be set to the same port as HttpGatewayEndpoint. */
1300
+ httpGatewayTokenAuthConnectionPort?: number;
1301
+ /** If true, token-based authentication is not allowed on the HttpGatewayEndpoint. This is required to support TLS versions 1.3 and above. If token-based authentication is used, HttpGatewayTokenAuthConnectionPort must be defined. */
1302
+ enableHttpGatewayExclusiveAuthMode?: boolean;
1303
+ /** This property is the entry point to using a public CA cert for your cluster cert. It specifies the level of reuse allowed for the custom FQDN created, matching the subject of the public CA cert. */
1304
+ autoGeneratedDomainNameLabelScope?: AutoGeneratedDomainNameLabelScope;
1305
+ /** The number of outbound ports allocated for SNAT for each node in the backend pool of the default load balancer. The default value is 0 which provides dynamic port allocation based on pool size. */
1306
+ allocatedOutboundPorts?: number;
1307
+ /** The VM image the node types are configured with. This property controls the Service Fabric component packages to be used for the cluster. Allowed values are: 'Windows'. The default value is 'Windows'. */
1308
+ vmImage?: string;
1309
+ /** Enable the creation of node types with only outbound traffic enabled. If set, a separate load balancer backend pool will be created for node types with inbound traffic enabled. Can only be set at the time of cluster creation. */
1310
+ enableOutboundOnlyNodeTypes?: boolean;
1311
+ /** Determines whether to skip the assignment of the managed network security group (SF-NSG) to the cluster subnet when using a bring-your-own virtual network (BYOVNET) configuration. The default value is false. */
1312
+ skipManagedNsgAssignment?: boolean;
1210
1313
  }
1211
1314
  export declare function managedClusterSerializer(item: ManagedCluster): any;
1212
1315
  export declare function managedClusterDeserializer(item: any): ManagedCluster;
@@ -1298,6 +1401,8 @@ export interface ManagedClusterProperties {
1298
1401
  vmImage?: string;
1299
1402
  /** Enable the creation of node types with only outbound traffic enabled. If set, a separate load balancer backend pool will be created for node types with inbound traffic enabled. Can only be set at the time of cluster creation. */
1300
1403
  enableOutboundOnlyNodeTypes?: boolean;
1404
+ /** Determines whether to skip the assignment of the managed network security group (SF-NSG) to the cluster subnet when using a bring-your-own virtual network (BYOVNET) configuration. The default value is false. */
1405
+ skipManagedNsgAssignment?: boolean;
1301
1406
  }
1302
1407
  export declare function managedClusterPropertiesSerializer(item: ManagedClusterProperties): any;
1303
1408
  export declare function managedClusterPropertiesDeserializer(item: any): ManagedClusterProperties;
@@ -1883,167 +1988,6 @@ export interface _ManagedClusterListResult {
1883
1988
  export declare function _managedClusterListResultDeserializer(item: any): _ManagedClusterListResult;
1884
1989
  export declare function managedClusterArraySerializer(result: Array<ManagedCluster>): any[];
1885
1990
  export declare function managedClusterArrayDeserializer(result: Array<ManagedCluster>): any[];
1886
- /** Parameters for Fault Simulation id. */
1887
- export interface FaultSimulationIdContent {
1888
- /** unique identifier for the fault simulation. */
1889
- simulationId: string;
1890
- }
1891
- export declare function faultSimulationIdContentSerializer(item: FaultSimulationIdContent): any;
1892
- /** Fault simulation object with status. */
1893
- export interface FaultSimulation {
1894
- /** unique identifier for the fault simulation. */
1895
- simulationId?: string;
1896
- /** Fault simulation status */
1897
- status?: FaultSimulationStatus;
1898
- /** The start time of the fault simulation. */
1899
- startTime?: Date;
1900
- /** The end time of the fault simulation. */
1901
- endTime?: Date;
1902
- /** Fault simulation details */
1903
- details?: FaultSimulationDetails;
1904
- }
1905
- export declare function faultSimulationDeserializer(item: any): FaultSimulation;
1906
- /** Fault simulation status. */
1907
- export declare enum KnownFaultSimulationStatus {
1908
- /** Indicates the fault simulation is starting. The simulation will have this status while the start operation is in progress. */
1909
- Starting = "Starting",
1910
- /** Indicates the fault simulation is active. The simulation will have this status after the start operation has completed successfully. */
1911
- Active = "Active",
1912
- /** Indicates the fault simulation is stopping. The simulation will have this status while the stop operation is in progress. */
1913
- Stopping = "Stopping",
1914
- /** Indicates the fault simulation is done. The simulation will have this status after the stop operation has completed successfully. */
1915
- Done = "Done",
1916
- /** Indicates the fault simulation has failed on start. The simulation will have this status after the start operation fails. */
1917
- StartFailed = "StartFailed",
1918
- /** Indicates the fault simulation has failed on stop. The simulation will have this status after the stop operation fails. */
1919
- StopFailed = "StopFailed"
1920
- }
1921
- /**
1922
- * Fault simulation status. \
1923
- * {@link KnownFaultSimulationStatus} can be used interchangeably with FaultSimulationStatus,
1924
- * this enum contains the known values that the service supports.
1925
- * ### Known values supported by the service
1926
- * **Starting**: Indicates the fault simulation is starting. The simulation will have this status while the start operation is in progress. \
1927
- * **Active**: Indicates the fault simulation is active. The simulation will have this status after the start operation has completed successfully. \
1928
- * **Stopping**: Indicates the fault simulation is stopping. The simulation will have this status while the stop operation is in progress. \
1929
- * **Done**: Indicates the fault simulation is done. The simulation will have this status after the stop operation has completed successfully. \
1930
- * **StartFailed**: Indicates the fault simulation has failed on start. The simulation will have this status after the start operation fails. \
1931
- * **StopFailed**: Indicates the fault simulation has failed on stop. The simulation will have this status after the stop operation fails.
1932
- */
1933
- export type FaultSimulationStatus = string;
1934
- /** Details for Fault Simulation. */
1935
- export interface FaultSimulationDetails {
1936
- /** unique identifier for the cluster resource. */
1937
- clusterId?: string;
1938
- /** unique identifier for the operation associated with the fault simulation. */
1939
- operationId?: string;
1940
- /** List of node type simulations associated with the cluster fault simulation. */
1941
- nodeTypeFaultSimulation?: NodeTypeFaultSimulation[];
1942
- /** Fault simulation parameters. */
1943
- parameters?: FaultSimulationContentUnion;
1944
- }
1945
- export declare function faultSimulationDetailsDeserializer(item: any): FaultSimulationDetails;
1946
- export declare function nodeTypeFaultSimulationArrayDeserializer(result: Array<NodeTypeFaultSimulation>): any[];
1947
- /** Node type fault simulation object with status. */
1948
- export interface NodeTypeFaultSimulation {
1949
- /** Node type name. */
1950
- nodeTypeName?: string;
1951
- /** Fault simulation status */
1952
- status?: FaultSimulationStatus;
1953
- /** Current or latest asynchronous operation identifier on the node type. */
1954
- operationId?: string;
1955
- /** Current or latest asynchronous operation status on the node type */
1956
- operationStatus?: SfmcOperationStatus;
1957
- }
1958
- export declare function nodeTypeFaultSimulationDeserializer(item: any): NodeTypeFaultSimulation;
1959
- /** Sfmc operation status. */
1960
- export declare enum KnownSfmcOperationStatus {
1961
- /** Operation created. */
1962
- Created = "Created",
1963
- /** Operation started. */
1964
- Started = "Started",
1965
- /** Operation succeeded. */
1966
- Succeeded = "Succeeded",
1967
- /** Operation failed. */
1968
- Failed = "Failed",
1969
- /** Operation aborted. */
1970
- Aborted = "Aborted",
1971
- /** Operation canceled. */
1972
- Canceled = "Canceled"
1973
- }
1974
- /**
1975
- * Sfmc operation status. \
1976
- * {@link KnownSfmcOperationStatus} can be used interchangeably with SfmcOperationStatus,
1977
- * this enum contains the known values that the service supports.
1978
- * ### Known values supported by the service
1979
- * **Created**: Operation created. \
1980
- * **Started**: Operation started. \
1981
- * **Succeeded**: Operation succeeded. \
1982
- * **Failed**: Operation failed. \
1983
- * **Aborted**: Operation aborted. \
1984
- * **Canceled**: Operation canceled.
1985
- */
1986
- export type SfmcOperationStatus = string;
1987
- /** Parameters for Fault Simulation action. */
1988
- export interface FaultSimulationContent {
1989
- /** The kind of fault to be simulated. */
1990
- /** The discriminator possible values: Zone */
1991
- faultKind: FaultKind;
1992
- /** Force the action to go through without any check on the cluster. */
1993
- force?: boolean;
1994
- /** Constraints for Fault Simulation action. */
1995
- constraints?: FaultSimulationConstraints;
1996
- }
1997
- export declare function faultSimulationContentSerializer(item: FaultSimulationContent): any;
1998
- export declare function faultSimulationContentDeserializer(item: any): FaultSimulationContent;
1999
- /** Alias for FaultSimulationContentUnion */
2000
- export type FaultSimulationContentUnion = ZoneFaultSimulationContent | FaultSimulationContent;
2001
- export declare function faultSimulationContentUnionSerializer(item: FaultSimulationContentUnion): any;
2002
- export declare function faultSimulationContentUnionDeserializer(item: any): FaultSimulationContentUnion;
2003
- /** The kind of fault simulation. */
2004
- export declare enum KnownFaultKind {
2005
- /** Simulates an availability zone down. */
2006
- Zone = "Zone"
2007
- }
2008
- /**
2009
- * The kind of fault simulation. \
2010
- * {@link KnownFaultKind} can be used interchangeably with FaultKind,
2011
- * this enum contains the known values that the service supports.
2012
- * ### Known values supported by the service
2013
- * **Zone**: Simulates an availability zone down.
2014
- */
2015
- export type FaultKind = string;
2016
- /** Constraints for Fault Simulation action. */
2017
- export interface FaultSimulationConstraints {
2018
- /** The absolute expiration timestamp (UTC) after which this fault simulation should be stopped if it's still active. */
2019
- expirationTime?: Date;
2020
- }
2021
- export declare function faultSimulationConstraintsSerializer(item: FaultSimulationConstraints): any;
2022
- export declare function faultSimulationConstraintsDeserializer(item: any): FaultSimulationConstraints;
2023
- /** Parameters for Zone Fault Simulation action. */
2024
- export interface ZoneFaultSimulationContent extends FaultSimulationContent {
2025
- /** Indicates the zones of the fault simulation. */
2026
- zones?: string[];
2027
- /** The kind of fault simulation. */
2028
- faultKind: "Zone";
2029
- }
2030
- export declare function zoneFaultSimulationContentSerializer(item: ZoneFaultSimulationContent): any;
2031
- export declare function zoneFaultSimulationContentDeserializer(item: any): ZoneFaultSimulationContent;
2032
- /** Fault simulation list results */
2033
- export interface _FaultSimulationListResult {
2034
- /** The FaultSimulation items on this page */
2035
- value: FaultSimulation[];
2036
- /** The link to the next page of items */
2037
- nextLink?: string;
2038
- }
2039
- export declare function _faultSimulationListResultDeserializer(item: any): _FaultSimulationListResult;
2040
- export declare function faultSimulationArrayDeserializer(result: Array<FaultSimulation>): any[];
2041
- /** Fault Simulation Request for Start action. */
2042
- export interface FaultSimulationContentWrapper {
2043
- /** Parameters for Fault Simulation start action. */
2044
- parameters: FaultSimulationContentUnion;
2045
- }
2046
- export declare function faultSimulationContentWrapperSerializer(item: FaultSimulationContentWrapper): any;
2047
1991
  /** Describes the result of the request to list Managed VM Sizes for Service Fabric Managed Clusters. */
2048
1992
  export interface ManagedAzResiliencyStatus {
2049
1993
  /** List of Managed VM Sizes for Service Fabric Managed Clusters. */
@@ -2085,12 +2029,118 @@ export interface ManagedMaintenanceWindowStatus {
2085
2029
  export declare function managedMaintenanceWindowStatusDeserializer(item: any): ManagedMaintenanceWindowStatus;
2086
2030
  /** Describes a node type in the cluster, each node type represents sub set of nodes in the cluster. */
2087
2031
  export interface NodeType extends ProxyResource {
2088
- /** The node type properties */
2089
- properties?: NodeTypeProperties;
2090
2032
  /** Resource tags. */
2091
2033
  tags?: Record<string, string>;
2092
2034
  /** The node type sku. */
2093
2035
  sku?: NodeTypeSku;
2036
+ /** Indicates the Service Fabric system services for the cluster will run on this node type. This setting cannot be changed once the node type is created. */
2037
+ isPrimary?: boolean;
2038
+ /** The number of nodes in the node type. **Values:** -1 - Use when auto scale rules are configured or sku.capacity is defined 0 - Not supported >0 - Use for manual scale. */
2039
+ vmInstanceCount?: number;
2040
+ /** Disk size for the managed disk attached to the vms on the node type in GBs. */
2041
+ dataDiskSizeGB?: number;
2042
+ /** Managed data disk type. Specifies the storage account type for the managed disk */
2043
+ dataDiskType?: DiskType;
2044
+ /** Managed data disk letter. It can not use the reserved letter C or D and it can not change after created. */
2045
+ dataDiskLetter?: string;
2046
+ /** The placement tags applied to nodes in the node type, which can be used to indicate where certain services (workload) should run. */
2047
+ placementProperties?: Record<string, string>;
2048
+ /** The capacity tags applied to the nodes in the node type, the cluster resource manager uses these tags to understand how much resource a node has. */
2049
+ capacities?: Record<string, string>;
2050
+ /** The range of ports from which cluster assigned port to Service Fabric applications. */
2051
+ applicationPorts?: EndpointRangeDescription;
2052
+ /** The range of ephemeral ports that nodes in this node type should be configured with. */
2053
+ ephemeralPorts?: EndpointRangeDescription;
2054
+ /** The size of virtual machines in the pool. All virtual machines in a pool are the same size. For example, Standard_D3. */
2055
+ vmSize?: string;
2056
+ /** The publisher of the Azure Virtual Machines Marketplace image. For example, Canonical or MicrosoftWindowsServer. */
2057
+ vmImagePublisher?: string;
2058
+ /** The offer type of the Azure Virtual Machines Marketplace image. For example, UbuntuServer or WindowsServer. */
2059
+ vmImageOffer?: string;
2060
+ /** The SKU of the Azure Virtual Machines Marketplace image. For example, 14.04.0-LTS or 2012-R2-Datacenter. */
2061
+ vmImageSku?: string;
2062
+ /** The version of the Azure Virtual Machines Marketplace image. A value of 'latest' can be specified to select the latest version of an image. If omitted, the default is 'latest'. */
2063
+ vmImageVersion?: string;
2064
+ /** The secrets to install in the virtual machines. */
2065
+ vmSecrets?: VaultSecretGroup[];
2066
+ /** Set of extensions that should be installed onto the virtual machines. */
2067
+ vmExtensions?: VmssExtension[];
2068
+ /** Identities to assign to the virtual machine scale set under the node type. */
2069
+ vmManagedIdentity?: VmManagedIdentity;
2070
+ /** Indicates if the node type can only host Stateless workloads. */
2071
+ isStateless?: boolean;
2072
+ /** Indicates if scale set associated with the node type can be composed of multiple placement groups. */
2073
+ multiplePlacementGroups?: boolean;
2074
+ /** Indicates the node type uses its own frontend configurations instead of the default one for the cluster. This setting can only be specified for non-primary node types and can not be added or removed after the node type is created. */
2075
+ frontendConfigurations?: FrontendConfiguration[];
2076
+ /** The Network Security Rules for this node type. This setting can only be specified for node types that are configured with frontend configurations. */
2077
+ networkSecurityRules?: NetworkSecurityRule[];
2078
+ /** Additional managed data disks. */
2079
+ additionalDataDisks?: VmssDataDisk[];
2080
+ /** Enable or disable the Host Encryption for the virtual machines on the node type. This will enable the encryption for all the disks including Resource/Temp disk at host itself. Default: The Encryption at host will be disabled unless this property is set to true for the resource. */
2081
+ enableEncryptionAtHost?: boolean;
2082
+ /** The provisioning state of the node type resource. */
2083
+ readonly provisioningState?: ManagedResourceProvisioningState;
2084
+ /** Specifies whether the network interface is accelerated networking-enabled. */
2085
+ enableAcceleratedNetworking?: boolean;
2086
+ /** Specifies whether the use public load balancer. If not specified and the node type doesn't have its own frontend configuration, it will be attached to the default load balancer. If the node type uses its own Load balancer and useDefaultPublicLoadBalancer is true, then the frontend has to be an Internal Load Balancer. If the node type uses its own Load balancer and useDefaultPublicLoadBalancer is false or not set, then the custom load balancer must include a public load balancer to provide outbound connectivity. */
2087
+ useDefaultPublicLoadBalancer?: boolean;
2088
+ /** Specifies whether to use the temporary disk for the service fabric data root, in which case no managed data disk will be attached and the temporary disk will be used. It is only allowed for stateless node types. */
2089
+ useTempDataDisk?: boolean;
2090
+ /** Specifies whether the node type should be overprovisioned. It is only allowed for stateless node types. */
2091
+ enableOverProvisioning?: boolean;
2092
+ /** Specifies the availability zones where the node type would span across. If the cluster is not spanning across availability zones, initiates az migration for the cluster. */
2093
+ zones?: string[];
2094
+ /** Indicates whether the node type will be Spot Virtual Machines. Azure will allocate the VMs if there is capacity available and the VMs can be evicted at any time. */
2095
+ isSpotVM?: boolean;
2096
+ /** Specifies the full host group resource Id. This property is used for deploying on azure dedicated hosts. */
2097
+ hostGroupId?: string;
2098
+ /** Indicates whether to use ephemeral os disk. The sku selected on the vmSize property needs to support this feature. */
2099
+ useEphemeralOSDisk?: boolean;
2100
+ /** Indicates the time duration after which the platform will not try to restore the VMSS SPOT instances specified as ISO 8601. */
2101
+ spotRestoreTimeout?: string;
2102
+ /** Specifies the eviction policy for virtual machines in a SPOT node type. Default is Delete. */
2103
+ evictionPolicy?: EvictionPolicyType;
2104
+ /** Indicates the resource id of the vm image. This parameter is used for custom vm image. */
2105
+ vmImageResourceId?: string;
2106
+ /** Indicates the resource id of the subnet for the node type. */
2107
+ subnetId?: string;
2108
+ /** Specifies the actions to be performed on the vms before bootstrapping the service fabric runtime. */
2109
+ vmSetupActions?: VmSetupAction[];
2110
+ /** Specifies the security type of the nodeType. Supported values include Standard, TrustedLaunch and ConfidentialVM. */
2111
+ securityType?: SecurityType;
2112
+ /** Specifies the EncryptionType of the managed disk. It is set to DiskWithVMGuestState for encryption of the managed disk along with VMGuestState blob and VMGuestStateOnly for encryption of just the VMGuestState blob. Note: It can be set for only Confidential VMs. */
2113
+ securityEncryptionType?: SecurityEncryptionType;
2114
+ /** Specifies whether secure boot should be enabled on the nodeType. Can only be used with TrustedLaunch and ConfidentialVM SecurityType. */
2115
+ secureBootEnabled?: boolean;
2116
+ /** Specifies whether each node is allocated its own public IPv4 address. This is only supported on secondary node types with custom Load Balancers. */
2117
+ enableNodePublicIP?: boolean;
2118
+ /** Specifies whether each node is allocated its own public IPv6 address. This is only supported on secondary node types with custom Load Balancers. */
2119
+ enableNodePublicIPv6?: boolean;
2120
+ /** Indicates the resource id of the vm shared galleries image. This parameter is used for custom vm image. */
2121
+ vmSharedGalleryImageId?: string;
2122
+ /** Specifies the resource id of a NAT Gateway to attach to the subnet of this node type. Node type must use custom load balancer. */
2123
+ natGatewayId?: string;
2124
+ /** Specifies the NAT configuration on default public Load Balancer for the node type. This is only supported for node types use the default public Load Balancer. */
2125
+ natConfigurations?: NodeTypeNatConfig[];
2126
+ /** Specifies information about the marketplace image used to create the virtual machine. This element is only used for marketplace images. Before you can use a marketplace image from an API, you must enable the image for programmatic use. In the Azure portal, find the marketplace image that you want to use and then click Want to deploy programmatically, Get Started ->. Enter any required information and then click Save. */
2127
+ vmImagePlan?: VmImagePlan;
2128
+ /** Specifies the service artifact reference id used to set same image version for all virtual machines in the scale set when using 'latest' image version. */
2129
+ serviceArtifactReferenceId?: string;
2130
+ /** Specifies the resource id of the DSCP configuration to apply to the node type network interface. */
2131
+ dscpConfigurationId?: string;
2132
+ /** Specifies the settings for any additional secondary network interfaces to attach to the node type. */
2133
+ additionalNetworkInterfaceConfigurations?: AdditionalNetworkInterfaceConfiguration[];
2134
+ /** Specifies the computer name prefix. Limited to 9 characters. If specified, allows for a longer name to be specified for the node type name. */
2135
+ computerNamePrefix?: string;
2136
+ /** Specifies the gallery applications that should be made available to the underlying VMSS. */
2137
+ vmApplications?: VmApplication[];
2138
+ /** Setting this to true allows stateless node types to scale out without equal distribution across zones. */
2139
+ zoneBalance?: boolean;
2140
+ /** Specifies the node type should be configured for only outbound traffic and not inbound traffic. */
2141
+ isOutboundOnly?: boolean;
2142
+ /** Specifies whether the node type should use a resilient ephemeral OS disk when using a supported SKU size. A resilient ephemeral OS disk provides improved reliability for ephemeral OS disks by enabling full caching. */
2143
+ enableResilientEphemeralOsDisk?: boolean;
2094
2144
  }
2095
2145
  export declare function nodeTypeSerializer(item: NodeType): any;
2096
2146
  export declare function nodeTypeDeserializer(item: any): NodeType;
@@ -2202,6 +2252,8 @@ export interface NodeTypeProperties {
2202
2252
  zoneBalance?: boolean;
2203
2253
  /** Specifies the node type should be configured for only outbound traffic and not inbound traffic. */
2204
2254
  isOutboundOnly?: boolean;
2255
+ /** Specifies whether the node type should use a resilient ephemeral OS disk when using a supported SKU size. A resilient ephemeral OS disk provides improved reliability for ephemeral OS disks by enabling full caching. */
2256
+ enableResilientEphemeralOsDisk?: boolean;
2205
2257
  }
2206
2258
  export declare function nodeTypePropertiesSerializer(item: NodeTypeProperties): any;
2207
2259
  export declare function nodeTypePropertiesDeserializer(item: any): NodeTypeProperties;
@@ -2277,8 +2329,28 @@ export declare function vmssExtensionArrayDeserializer(result: Array<VmssExtensi
2277
2329
  export interface VmssExtension {
2278
2330
  /** The name of the extension. */
2279
2331
  name: string;
2280
- /** Describes the properties of a Virtual Machine Scale Set Extension. */
2281
- properties: VmssExtensionProperties;
2332
+ /** The name of the extension handler publisher. */
2333
+ publisher: string;
2334
+ /** Specifies the type of the extension; an example is "CustomScriptExtension". */
2335
+ type: string;
2336
+ /** Specifies the version of the script handler. */
2337
+ typeHandlerVersion: string;
2338
+ /** Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true. */
2339
+ autoUpgradeMinorVersion?: boolean;
2340
+ /** Json formatted public settings for the extension. */
2341
+ settings?: any;
2342
+ /** The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all. */
2343
+ protectedSettings?: any;
2344
+ /** If a value is provided and is different from the previous value, the extension handler will be forced to update even if the extension configuration has not changed. */
2345
+ forceUpdateTag?: string;
2346
+ /** Collection of extension names after which this extension needs to be provisioned. */
2347
+ provisionAfterExtensions?: string[];
2348
+ /** The provisioning state, which only appears in the response. */
2349
+ readonly provisioningState?: string;
2350
+ /** Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available. */
2351
+ enableAutomaticUpgrade?: boolean;
2352
+ /** Indicates the setup order for the extension. */
2353
+ setupOrder?: VmssExtensionSetupOrder[];
2282
2354
  }
2283
2355
  export declare function vmssExtensionSerializer(item: VmssExtension): any;
2284
2356
  export declare function vmssExtensionDeserializer(item: any): VmssExtension;
@@ -2720,14 +2792,148 @@ export declare enum KnownManagedClusterVersionEnvironment {
2720
2792
  export type ManagedClusterVersionEnvironment = string;
2721
2793
  /** The available API versions. */
2722
2794
  export declare enum KnownVersions {
2723
- /** The 2024-11-01-preview API version. */
2724
- V20241101Preview = "2024-11-01-preview",
2725
- /** 2025-03-01-preview */
2726
- V20250301Preview = "2025-03-01-preview",
2727
- /** 2025-06-01-preview */
2728
- V20250601Preview = "2025-06-01-preview",
2729
- /** 2025-10-01-preview */
2730
- V20251001Preview = "2025-10-01-preview"
2795
+ /** 2026-02-01 */
2796
+ V20260201 = "2026-02-01"
2731
2797
  }
2732
2798
  export declare function managedClusterCodeVersionResultArrayDeserializer(result: Array<ManagedClusterCodeVersionResult>): any[];
2799
+ export declare function _applicationResourcePropertiesSerializer(item: ApplicationResource): any;
2800
+ export declare function _applicationResourcePropertiesDeserializer(item: any): {
2801
+ managedIdentities: any;
2802
+ provisioningState: any;
2803
+ version: any;
2804
+ parameters: any;
2805
+ upgradePolicy: any;
2806
+ };
2807
+ export declare function _applicationTypeResourcePropertiesSerializer(item: ApplicationTypeResource): any;
2808
+ export declare function _applicationTypeResourcePropertiesDeserializer(item: any): {
2809
+ provisioningState: any;
2810
+ };
2811
+ export declare function _applicationTypeVersionResourcePropertiesSerializer(item: ApplicationTypeVersionResource): any;
2812
+ export declare function _applicationTypeVersionResourcePropertiesDeserializer(item: any): {
2813
+ provisioningState: any;
2814
+ appPackageUrl: any;
2815
+ };
2816
+ export declare function _managedClusterCodeVersionResultPropertiesDeserializer(item: any): {
2817
+ clusterCodeVersion: any;
2818
+ supportExpiryUtc: any;
2819
+ osType: any;
2820
+ };
2821
+ export declare function _managedClusterPropertiesSerializer(item: ManagedCluster): any;
2822
+ export declare function _managedClusterPropertiesDeserializer(item: any): {
2823
+ dnsName: any;
2824
+ fqdn: any;
2825
+ ipv4Address: any;
2826
+ clusterId: any;
2827
+ clusterState: any;
2828
+ clusterCertificateThumbprints: any;
2829
+ clientConnectionPort: any;
2830
+ httpGatewayConnectionPort: any;
2831
+ adminUserName: any;
2832
+ adminPassword: any;
2833
+ loadBalancingRules: any;
2834
+ allowRdpAccess: any;
2835
+ networkSecurityRules: any;
2836
+ clients: any;
2837
+ azureActiveDirectory: any;
2838
+ fabricSettings: any;
2839
+ provisioningState: any;
2840
+ clusterCodeVersion: any;
2841
+ clusterUpgradeMode: any;
2842
+ clusterUpgradeCadence: any;
2843
+ addonFeatures: any;
2844
+ enableAutoOSUpgrade: any;
2845
+ zonalResiliency: any;
2846
+ applicationTypeVersionsCleanupPolicy: any;
2847
+ enableIpv6: any;
2848
+ subnetId: any;
2849
+ ipTags: any;
2850
+ ipv6Address: any;
2851
+ enableServicePublicIP: any;
2852
+ auxiliarySubnets: any;
2853
+ serviceEndpoints: any;
2854
+ zonalUpdateMode: any;
2855
+ useCustomVnet: any;
2856
+ publicIPPrefixId: any;
2857
+ publicIPv6PrefixId: any;
2858
+ ddosProtectionPlanId: any;
2859
+ upgradeDescription: any;
2860
+ httpGatewayTokenAuthConnectionPort: any;
2861
+ enableHttpGatewayExclusiveAuthMode: any;
2862
+ autoGeneratedDomainNameLabelScope: any;
2863
+ allocatedOutboundPorts: any;
2864
+ vmImage: any;
2865
+ enableOutboundOnlyNodeTypes: any;
2866
+ skipManagedNsgAssignment: any;
2867
+ };
2868
+ export declare function _vmssExtensionPropertiesSerializer(item: VmssExtension): any;
2869
+ export declare function _vmssExtensionPropertiesDeserializer(item: any): {
2870
+ publisher: any;
2871
+ type: any;
2872
+ typeHandlerVersion: any;
2873
+ autoUpgradeMinorVersion: any;
2874
+ settings: any;
2875
+ protectedSettings: any;
2876
+ forceUpdateTag: any;
2877
+ provisionAfterExtensions: any;
2878
+ provisioningState: any;
2879
+ enableAutomaticUpgrade: any;
2880
+ setupOrder: any;
2881
+ };
2882
+ export declare function _nodeTypePropertiesSerializer(item: NodeType): any;
2883
+ export declare function _nodeTypePropertiesDeserializer(item: any): {
2884
+ isPrimary: any;
2885
+ vmInstanceCount: any;
2886
+ dataDiskSizeGB: any;
2887
+ dataDiskType: any;
2888
+ dataDiskLetter: any;
2889
+ placementProperties: any;
2890
+ capacities: any;
2891
+ applicationPorts: any;
2892
+ ephemeralPorts: any;
2893
+ vmSize: any;
2894
+ vmImagePublisher: any;
2895
+ vmImageOffer: any;
2896
+ vmImageSku: any;
2897
+ vmImageVersion: any;
2898
+ vmSecrets: any;
2899
+ vmExtensions: any;
2900
+ vmManagedIdentity: any;
2901
+ isStateless: any;
2902
+ multiplePlacementGroups: any;
2903
+ frontendConfigurations: any;
2904
+ networkSecurityRules: any;
2905
+ additionalDataDisks: any;
2906
+ enableEncryptionAtHost: any;
2907
+ provisioningState: any;
2908
+ enableAcceleratedNetworking: any;
2909
+ useDefaultPublicLoadBalancer: any;
2910
+ useTempDataDisk: any;
2911
+ enableOverProvisioning: any;
2912
+ zones: any;
2913
+ isSpotVM: any;
2914
+ hostGroupId: any;
2915
+ useEphemeralOSDisk: any;
2916
+ spotRestoreTimeout: any;
2917
+ evictionPolicy: any;
2918
+ vmImageResourceId: any;
2919
+ subnetId: any;
2920
+ vmSetupActions: any;
2921
+ securityType: any;
2922
+ securityEncryptionType: any;
2923
+ secureBootEnabled: any;
2924
+ enableNodePublicIP: any;
2925
+ enableNodePublicIPv6: any;
2926
+ vmSharedGalleryImageId: any;
2927
+ natGatewayId: any;
2928
+ natConfigurations: any;
2929
+ vmImagePlan: any;
2930
+ serviceArtifactReferenceId: any;
2931
+ dscpConfigurationId: any;
2932
+ additionalNetworkInterfaceConfigurations: any;
2933
+ computerNamePrefix: any;
2934
+ vmApplications: any;
2935
+ zoneBalance: any;
2936
+ isOutboundOnly: any;
2937
+ enableResilientEphemeralOsDisk: any;
2938
+ };
2733
2939
  //# sourceMappingURL=models.d.ts.map