@azure/arm-appcontainers 2.2.0 → 3.0.0-beta.1

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 (1125) hide show
  1. package/README.md +5 -4
  2. package/dist/browser/containerAppsAPIClient.d.ts +20 -2
  3. package/dist/browser/containerAppsAPIClient.d.ts.map +1 -1
  4. package/dist/browser/containerAppsAPIClient.js +84 -17
  5. package/dist/browser/containerAppsAPIClient.js.map +1 -1
  6. package/dist/browser/lroImpl.d.ts.map +1 -1
  7. package/dist/browser/lroImpl.js +7 -3
  8. package/dist/browser/lroImpl.js.map +1 -1
  9. package/dist/browser/models/index.d.ts +2695 -184
  10. package/dist/browser/models/index.d.ts.map +1 -1
  11. package/dist/browser/models/index.js +326 -12
  12. package/dist/browser/models/index.js.map +1 -1
  13. package/dist/browser/models/mappers.d.ts +146 -10
  14. package/dist/browser/models/mappers.d.ts.map +1 -1
  15. package/dist/browser/models/mappers.js +7495 -3204
  16. package/dist/browser/models/mappers.js.map +1 -1
  17. package/dist/browser/models/parameters.d.ts +41 -5
  18. package/dist/browser/models/parameters.d.ts.map +1 -1
  19. package/dist/browser/models/parameters.js +334 -30
  20. package/dist/browser/models/parameters.js.map +1 -1
  21. package/dist/browser/operations/appResiliencyOperations.d.ts +72 -0
  22. package/dist/browser/operations/appResiliencyOperations.d.ts.map +1 -0
  23. package/dist/browser/operations/appResiliencyOperations.js +269 -0
  24. package/dist/browser/operations/appResiliencyOperations.js.map +1 -0
  25. package/dist/browser/operations/availableWorkloadProfiles.d.ts.map +1 -1
  26. package/dist/browser/operations/availableWorkloadProfiles.js +24 -45
  27. package/dist/browser/operations/availableWorkloadProfiles.js.map +1 -1
  28. package/dist/browser/operations/billingMeters.d.ts.map +1 -1
  29. package/dist/browser/operations/billingMeters.js +2 -5
  30. package/dist/browser/operations/billingMeters.js.map +1 -1
  31. package/dist/browser/operations/buildAuthToken.d.ts +21 -0
  32. package/dist/browser/operations/buildAuthToken.d.ts.map +1 -0
  33. package/dist/browser/operations/buildAuthToken.js +56 -0
  34. package/dist/browser/operations/buildAuthToken.js.map +1 -0
  35. package/dist/browser/operations/builders.d.ts +107 -0
  36. package/dist/browser/operations/builders.d.ts.map +1 -0
  37. package/dist/browser/operations/builders.js +515 -0
  38. package/dist/browser/operations/builders.js.map +1 -0
  39. package/dist/browser/operations/builds.d.ts +56 -0
  40. package/dist/browser/operations/builds.d.ts.map +1 -0
  41. package/dist/browser/operations/builds.js +248 -0
  42. package/dist/browser/operations/builds.js.map +1 -0
  43. package/dist/browser/operations/buildsByBuilderResource.d.ts +38 -0
  44. package/dist/browser/operations/buildsByBuilderResource.d.ts.map +1 -0
  45. package/dist/browser/operations/buildsByBuilderResource.js +133 -0
  46. package/dist/browser/operations/buildsByBuilderResource.js.map +1 -0
  47. package/dist/browser/operations/certificates.d.ts.map +1 -1
  48. package/dist/browser/operations/certificates.js +25 -42
  49. package/dist/browser/operations/certificates.js.map +1 -1
  50. package/dist/browser/operations/connectedEnvironments.d.ts.map +1 -1
  51. package/dist/browser/operations/connectedEnvironments.js +75 -105
  52. package/dist/browser/operations/connectedEnvironments.js.map +1 -1
  53. package/dist/browser/operations/connectedEnvironmentsCertificates.d.ts +30 -4
  54. package/dist/browser/operations/connectedEnvironmentsCertificates.d.ts.map +1 -1
  55. package/dist/browser/operations/connectedEnvironmentsCertificates.js +230 -59
  56. package/dist/browser/operations/connectedEnvironmentsCertificates.js.map +1 -1
  57. package/dist/browser/operations/connectedEnvironmentsDaprComponents.d.ts +22 -4
  58. package/dist/browser/operations/connectedEnvironmentsDaprComponents.d.ts.map +1 -1
  59. package/dist/browser/operations/connectedEnvironmentsDaprComponents.js +167 -59
  60. package/dist/browser/operations/connectedEnvironmentsDaprComponents.js.map +1 -1
  61. package/dist/browser/operations/connectedEnvironmentsStorages.d.ts +21 -3
  62. package/dist/browser/operations/connectedEnvironmentsStorages.d.ts.map +1 -1
  63. package/dist/browser/operations/connectedEnvironmentsStorages.js +141 -15
  64. package/dist/browser/operations/connectedEnvironmentsStorages.js.map +1 -1
  65. package/dist/browser/operations/containerApps.d.ts.map +1 -1
  66. package/dist/browser/operations/containerApps.js +105 -122
  67. package/dist/browser/operations/containerApps.js.map +1 -1
  68. package/dist/browser/operations/containerAppsAuthConfigs.d.ts.map +1 -1
  69. package/dist/browser/operations/containerAppsAuthConfigs.js +25 -42
  70. package/dist/browser/operations/containerAppsAuthConfigs.js.map +1 -1
  71. package/dist/browser/operations/containerAppsBuilds.d.ts +38 -0
  72. package/dist/browser/operations/containerAppsBuilds.d.ts.map +1 -0
  73. package/dist/browser/operations/containerAppsBuilds.js +148 -0
  74. package/dist/browser/operations/containerAppsBuilds.js.map +1 -0
  75. package/dist/browser/operations/containerAppsBuildsByContainerApp.d.ts +38 -0
  76. package/dist/browser/operations/containerAppsBuildsByContainerApp.d.ts.map +1 -0
  77. package/dist/browser/operations/containerAppsBuildsByContainerApp.js +133 -0
  78. package/dist/browser/operations/containerAppsBuildsByContainerApp.js.map +1 -0
  79. package/dist/browser/operations/containerAppsDiagnostics.d.ts.map +1 -1
  80. package/dist/browser/operations/containerAppsDiagnostics.js +47 -81
  81. package/dist/browser/operations/containerAppsDiagnostics.js.map +1 -1
  82. package/dist/browser/operations/containerAppsLabelHistory.d.ts +54 -0
  83. package/dist/browser/operations/containerAppsLabelHistory.d.ts.map +1 -0
  84. package/dist/browser/operations/containerAppsLabelHistory.js +196 -0
  85. package/dist/browser/operations/containerAppsLabelHistory.js.map +1 -0
  86. package/dist/browser/operations/containerAppsPatches.d.ts +97 -0
  87. package/dist/browser/operations/containerAppsPatches.d.ts.map +1 -0
  88. package/dist/browser/operations/containerAppsPatches.js +447 -0
  89. package/dist/browser/operations/containerAppsPatches.js.map +1 -0
  90. package/dist/browser/operations/containerAppsRevisionReplicas.d.ts.map +1 -1
  91. package/dist/browser/operations/containerAppsRevisionReplicas.js +1 -0
  92. package/dist/browser/operations/containerAppsRevisionReplicas.js.map +1 -1
  93. package/dist/browser/operations/containerAppsRevisions.d.ts.map +1 -1
  94. package/dist/browser/operations/containerAppsRevisions.js +24 -41
  95. package/dist/browser/operations/containerAppsRevisions.js.map +1 -1
  96. package/dist/browser/operations/containerAppsSessionPools.d.ts.map +1 -1
  97. package/dist/browser/operations/containerAppsSessionPools.js +83 -110
  98. package/dist/browser/operations/containerAppsSessionPools.js.map +1 -1
  99. package/dist/browser/operations/containerAppsSourceControls.d.ts.map +1 -1
  100. package/dist/browser/operations/containerAppsSourceControls.js +54 -57
  101. package/dist/browser/operations/containerAppsSourceControls.js.map +1 -1
  102. package/dist/browser/operations/daprComponentResiliencyPolicies.d.ts +70 -0
  103. package/dist/browser/operations/daprComponentResiliencyPolicies.d.ts.map +1 -0
  104. package/dist/browser/operations/daprComponentResiliencyPolicies.js +253 -0
  105. package/dist/browser/operations/daprComponentResiliencyPolicies.js.map +1 -0
  106. package/dist/browser/operations/daprComponents.d.ts.map +1 -1
  107. package/dist/browser/operations/daprComponents.js +25 -42
  108. package/dist/browser/operations/daprComponents.js.map +1 -1
  109. package/dist/browser/operations/daprSubscriptions.d.ts +63 -0
  110. package/dist/browser/operations/daprSubscriptions.d.ts.map +1 -0
  111. package/dist/browser/operations/daprSubscriptions.js +240 -0
  112. package/dist/browser/operations/daprSubscriptions.js.map +1 -0
  113. package/dist/browser/operations/dotNetComponents.d.ts +99 -0
  114. package/dist/browser/operations/dotNetComponents.d.ts.map +1 -0
  115. package/dist/browser/operations/dotNetComponents.js +456 -0
  116. package/dist/browser/operations/dotNetComponents.js.map +1 -0
  117. package/dist/browser/operations/functionsExtension.d.ts +22 -0
  118. package/dist/browser/operations/functionsExtension.d.ts.map +1 -0
  119. package/dist/browser/operations/functionsExtension.js +64 -0
  120. package/dist/browser/operations/functionsExtension.js.map +1 -0
  121. package/dist/browser/operations/httpRouteConfigOperations.d.ts +71 -0
  122. package/dist/browser/operations/httpRouteConfigOperations.d.ts.map +1 -0
  123. package/dist/browser/operations/httpRouteConfigOperations.js +274 -0
  124. package/dist/browser/operations/httpRouteConfigOperations.js.map +1 -0
  125. package/dist/browser/operations/index.d.ts +18 -0
  126. package/dist/browser/operations/index.d.ts.map +1 -1
  127. package/dist/browser/operations/index.js +18 -0
  128. package/dist/browser/operations/index.js.map +1 -1
  129. package/dist/browser/operations/javaComponents.d.ts.map +1 -1
  130. package/dist/browser/operations/javaComponents.js +63 -65
  131. package/dist/browser/operations/javaComponents.js.map +1 -1
  132. package/dist/browser/operations/jobs.d.ts +29 -1
  133. package/dist/browser/operations/jobs.d.ts.map +1 -1
  134. package/dist/browser/operations/jobs.js +313 -168
  135. package/dist/browser/operations/jobs.js.map +1 -1
  136. package/dist/browser/operations/jobsExecutions.d.ts.map +1 -1
  137. package/dist/browser/operations/jobsExecutions.js +23 -40
  138. package/dist/browser/operations/jobsExecutions.js.map +1 -1
  139. package/dist/browser/operations/logicApps.d.ts +101 -0
  140. package/dist/browser/operations/logicApps.d.ts.map +1 -0
  141. package/dist/browser/operations/logicApps.js +390 -0
  142. package/dist/browser/operations/logicApps.js.map +1 -0
  143. package/dist/browser/operations/maintenanceConfigurations.d.ts +64 -0
  144. package/dist/browser/operations/maintenanceConfigurations.d.ts.map +1 -0
  145. package/dist/browser/operations/maintenanceConfigurations.js +241 -0
  146. package/dist/browser/operations/maintenanceConfigurations.js.map +1 -0
  147. package/dist/browser/operations/managedCertificates.d.ts.map +1 -1
  148. package/dist/browser/operations/managedCertificates.js +37 -49
  149. package/dist/browser/operations/managedCertificates.js.map +1 -1
  150. package/dist/browser/operations/managedEnvironmentDiagnostics.d.ts.map +1 -1
  151. package/dist/browser/operations/managedEnvironmentDiagnostics.js +1 -0
  152. package/dist/browser/operations/managedEnvironmentDiagnostics.js.map +1 -1
  153. package/dist/browser/operations/managedEnvironmentPrivateEndpointConnections.d.ts +86 -0
  154. package/dist/browser/operations/managedEnvironmentPrivateEndpointConnections.d.ts.map +1 -0
  155. package/dist/browser/operations/managedEnvironmentPrivateEndpointConnections.js +370 -0
  156. package/dist/browser/operations/managedEnvironmentPrivateEndpointConnections.js.map +1 -0
  157. package/dist/browser/operations/managedEnvironmentPrivateLinkResources.d.ts +38 -0
  158. package/dist/browser/operations/managedEnvironmentPrivateLinkResources.d.ts.map +1 -0
  159. package/dist/browser/operations/managedEnvironmentPrivateLinkResources.js +133 -0
  160. package/dist/browser/operations/managedEnvironmentPrivateLinkResources.js.map +1 -0
  161. package/dist/browser/operations/managedEnvironmentUsages.d.ts.map +1 -1
  162. package/dist/browser/operations/managedEnvironmentUsages.js +23 -40
  163. package/dist/browser/operations/managedEnvironmentUsages.js.map +1 -1
  164. package/dist/browser/operations/managedEnvironments.d.ts.map +1 -1
  165. package/dist/browser/operations/managedEnvironments.js +107 -151
  166. package/dist/browser/operations/managedEnvironments.js.map +1 -1
  167. package/dist/browser/operations/managedEnvironmentsDiagnostics.d.ts.map +1 -1
  168. package/dist/browser/operations/managedEnvironmentsDiagnostics.js +1 -0
  169. package/dist/browser/operations/managedEnvironmentsDiagnostics.js.map +1 -1
  170. package/dist/browser/operations/managedEnvironmentsStorages.d.ts.map +1 -1
  171. package/dist/browser/operations/managedEnvironmentsStorages.js +5 -1
  172. package/dist/browser/operations/managedEnvironmentsStorages.js.map +1 -1
  173. package/dist/browser/operations/namespaces.js +2 -1
  174. package/dist/browser/operations/namespaces.js.map +1 -1
  175. package/dist/browser/operations/operations.d.ts.map +1 -1
  176. package/dist/browser/operations/operations.js +23 -40
  177. package/dist/browser/operations/operations.js.map +1 -1
  178. package/dist/browser/operations/usages.d.ts.map +1 -1
  179. package/dist/browser/operations/usages.js +24 -45
  180. package/dist/browser/operations/usages.js.map +1 -1
  181. package/dist/browser/operationsInterfaces/appResiliencyOperations.d.ts +47 -0
  182. package/dist/browser/operationsInterfaces/appResiliencyOperations.d.ts.map +1 -0
  183. package/dist/browser/operationsInterfaces/appResiliencyOperations.js +9 -0
  184. package/dist/browser/operationsInterfaces/appResiliencyOperations.js.map +1 -0
  185. package/dist/browser/operationsInterfaces/billingMeters.d.ts.map +1 -1
  186. package/dist/browser/operationsInterfaces/billingMeters.js.map +1 -1
  187. package/dist/browser/operationsInterfaces/buildAuthToken.d.ts +13 -0
  188. package/dist/browser/operationsInterfaces/buildAuthToken.d.ts.map +1 -0
  189. package/dist/browser/operationsInterfaces/buildAuthToken.js +9 -0
  190. package/dist/browser/operationsInterfaces/buildAuthToken.js.map +1 -0
  191. package/dist/browser/operationsInterfaces/builders.d.ts +71 -0
  192. package/dist/browser/operationsInterfaces/builders.d.ts.map +1 -0
  193. package/dist/browser/operationsInterfaces/builders.js +9 -0
  194. package/dist/browser/operationsInterfaces/builders.js.map +1 -0
  195. package/dist/browser/operationsInterfaces/builds.d.ts +48 -0
  196. package/dist/browser/operationsInterfaces/builds.d.ts.map +1 -0
  197. package/dist/browser/operationsInterfaces/builds.js +9 -0
  198. package/dist/browser/operationsInterfaces/builds.js.map +1 -0
  199. package/dist/browser/operationsInterfaces/buildsByBuilderResource.d.ts +13 -0
  200. package/dist/browser/operationsInterfaces/buildsByBuilderResource.d.ts.map +1 -0
  201. package/dist/browser/operationsInterfaces/buildsByBuilderResource.js +9 -0
  202. package/dist/browser/operationsInterfaces/buildsByBuilderResource.js.map +1 -0
  203. package/dist/browser/operationsInterfaces/connectedEnvironmentsCertificates.d.ts +30 -4
  204. package/dist/browser/operationsInterfaces/connectedEnvironmentsCertificates.d.ts.map +1 -1
  205. package/dist/browser/operationsInterfaces/connectedEnvironmentsCertificates.js.map +1 -1
  206. package/dist/browser/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts +22 -4
  207. package/dist/browser/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts.map +1 -1
  208. package/dist/browser/operationsInterfaces/connectedEnvironmentsDaprComponents.js.map +1 -1
  209. package/dist/browser/operationsInterfaces/connectedEnvironmentsStorages.d.ts +21 -3
  210. package/dist/browser/operationsInterfaces/connectedEnvironmentsStorages.d.ts.map +1 -1
  211. package/dist/browser/operationsInterfaces/connectedEnvironmentsStorages.js.map +1 -1
  212. package/dist/browser/operationsInterfaces/containerApps.d.ts.map +1 -1
  213. package/dist/browser/operationsInterfaces/containerApps.js.map +1 -1
  214. package/dist/browser/operationsInterfaces/containerAppsBuilds.d.ts +30 -0
  215. package/dist/browser/operationsInterfaces/containerAppsBuilds.d.ts.map +1 -0
  216. package/dist/browser/operationsInterfaces/containerAppsBuilds.js +9 -0
  217. package/dist/browser/operationsInterfaces/containerAppsBuilds.js.map +1 -0
  218. package/dist/browser/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts +13 -0
  219. package/dist/browser/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts.map +1 -0
  220. package/dist/browser/operationsInterfaces/containerAppsBuildsByContainerApp.js +9 -0
  221. package/dist/browser/operationsInterfaces/containerAppsBuildsByContainerApp.js.map +1 -0
  222. package/dist/browser/operationsInterfaces/containerAppsLabelHistory.d.ts +29 -0
  223. package/dist/browser/operationsInterfaces/containerAppsLabelHistory.d.ts.map +1 -0
  224. package/dist/browser/operationsInterfaces/containerAppsLabelHistory.js +9 -0
  225. package/dist/browser/operationsInterfaces/containerAppsLabelHistory.js.map +1 -0
  226. package/dist/browser/operationsInterfaces/containerAppsPatches.d.ts +72 -0
  227. package/dist/browser/operationsInterfaces/containerAppsPatches.d.ts.map +1 -0
  228. package/dist/browser/operationsInterfaces/containerAppsPatches.js +9 -0
  229. package/dist/browser/operationsInterfaces/containerAppsPatches.js.map +1 -0
  230. package/dist/browser/operationsInterfaces/daprComponentResiliencyPolicies.d.ts +43 -0
  231. package/dist/browser/operationsInterfaces/daprComponentResiliencyPolicies.d.ts.map +1 -0
  232. package/dist/browser/operationsInterfaces/daprComponentResiliencyPolicies.js +9 -0
  233. package/dist/browser/operationsInterfaces/daprComponentResiliencyPolicies.js.map +1 -0
  234. package/dist/browser/operationsInterfaces/daprSubscriptions.d.ts +38 -0
  235. package/dist/browser/operationsInterfaces/daprSubscriptions.d.ts.map +1 -0
  236. package/dist/browser/operationsInterfaces/daprSubscriptions.js +9 -0
  237. package/dist/browser/operationsInterfaces/daprSubscriptions.js.map +1 -0
  238. package/dist/browser/operationsInterfaces/dotNetComponents.d.ts +74 -0
  239. package/dist/browser/operationsInterfaces/dotNetComponents.d.ts.map +1 -0
  240. package/dist/browser/operationsInterfaces/dotNetComponents.js +9 -0
  241. package/dist/browser/operationsInterfaces/dotNetComponents.js.map +1 -0
  242. package/dist/browser/operationsInterfaces/functionsExtension.d.ts +14 -0
  243. package/dist/browser/operationsInterfaces/functionsExtension.d.ts.map +1 -0
  244. package/dist/browser/operationsInterfaces/functionsExtension.js +9 -0
  245. package/dist/browser/operationsInterfaces/functionsExtension.js.map +1 -0
  246. package/dist/browser/operationsInterfaces/httpRouteConfigOperations.d.ts +46 -0
  247. package/dist/browser/operationsInterfaces/httpRouteConfigOperations.d.ts.map +1 -0
  248. package/dist/browser/operationsInterfaces/httpRouteConfigOperations.js +9 -0
  249. package/dist/browser/operationsInterfaces/httpRouteConfigOperations.js.map +1 -0
  250. package/dist/browser/operationsInterfaces/index.d.ts +18 -0
  251. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
  252. package/dist/browser/operationsInterfaces/index.js +18 -0
  253. package/dist/browser/operationsInterfaces/index.js.map +1 -1
  254. package/dist/browser/operationsInterfaces/javaComponents.d.ts.map +1 -1
  255. package/dist/browser/operationsInterfaces/javaComponents.js.map +1 -1
  256. package/dist/browser/operationsInterfaces/jobs.d.ts +29 -1
  257. package/dist/browser/operationsInterfaces/jobs.d.ts.map +1 -1
  258. package/dist/browser/operationsInterfaces/jobs.js.map +1 -1
  259. package/dist/browser/operationsInterfaces/logicApps.d.ts +74 -0
  260. package/dist/browser/operationsInterfaces/logicApps.d.ts.map +1 -0
  261. package/dist/browser/operationsInterfaces/logicApps.js +9 -0
  262. package/dist/browser/operationsInterfaces/logicApps.js.map +1 -0
  263. package/dist/browser/operationsInterfaces/maintenanceConfigurations.d.ts +39 -0
  264. package/dist/browser/operationsInterfaces/maintenanceConfigurations.d.ts.map +1 -0
  265. package/dist/browser/operationsInterfaces/maintenanceConfigurations.js +9 -0
  266. package/dist/browser/operationsInterfaces/maintenanceConfigurations.js.map +1 -0
  267. package/dist/browser/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts +61 -0
  268. package/dist/browser/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts.map +1 -0
  269. package/dist/browser/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js +9 -0
  270. package/dist/browser/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js.map +1 -0
  271. package/dist/browser/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts +13 -0
  272. package/dist/browser/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts.map +1 -0
  273. package/dist/browser/operationsInterfaces/managedEnvironmentPrivateLinkResources.js +9 -0
  274. package/dist/browser/operationsInterfaces/managedEnvironmentPrivateLinkResources.js.map +1 -0
  275. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -1
  276. package/dist/browser/operationsInterfaces/operations.js.map +1 -1
  277. package/dist/browser/operationsInterfaces/usages.d.ts.map +1 -1
  278. package/dist/browser/operationsInterfaces/usages.js.map +1 -1
  279. package/dist/browser/pagingHelper.d.ts.map +1 -1
  280. package/dist/browser/pagingHelper.js +2 -4
  281. package/dist/browser/pagingHelper.js.map +1 -1
  282. package/dist/commonjs/containerAppsAPIClient.d.ts +20 -2
  283. package/dist/commonjs/containerAppsAPIClient.d.ts.map +1 -1
  284. package/dist/commonjs/containerAppsAPIClient.js +83 -16
  285. package/dist/commonjs/containerAppsAPIClient.js.map +1 -1
  286. package/dist/commonjs/lroImpl.d.ts.map +1 -1
  287. package/dist/commonjs/lroImpl.js +7 -3
  288. package/dist/commonjs/lroImpl.js.map +1 -1
  289. package/dist/commonjs/models/index.d.ts +2695 -184
  290. package/dist/commonjs/models/index.d.ts.map +1 -1
  291. package/dist/commonjs/models/index.js +328 -13
  292. package/dist/commonjs/models/index.js.map +1 -1
  293. package/dist/commonjs/models/mappers.d.ts +146 -10
  294. package/dist/commonjs/models/mappers.d.ts.map +1 -1
  295. package/dist/commonjs/models/mappers.js +7503 -3209
  296. package/dist/commonjs/models/mappers.js.map +1 -1
  297. package/dist/commonjs/models/parameters.d.ts +41 -5
  298. package/dist/commonjs/models/parameters.d.ts.map +1 -1
  299. package/dist/commonjs/models/parameters.js +335 -31
  300. package/dist/commonjs/models/parameters.js.map +1 -1
  301. package/dist/commonjs/operations/appResiliencyOperations.d.ts +72 -0
  302. package/dist/commonjs/operations/appResiliencyOperations.d.ts.map +1 -0
  303. package/dist/commonjs/operations/appResiliencyOperations.js +274 -0
  304. package/dist/commonjs/operations/appResiliencyOperations.js.map +1 -0
  305. package/dist/commonjs/operations/availableWorkloadProfiles.d.ts.map +1 -1
  306. package/dist/commonjs/operations/availableWorkloadProfiles.js +24 -44
  307. package/dist/commonjs/operations/availableWorkloadProfiles.js.map +1 -1
  308. package/dist/commonjs/operations/billingMeters.d.ts.map +1 -1
  309. package/dist/commonjs/operations/billingMeters.js +2 -5
  310. package/dist/commonjs/operations/billingMeters.js.map +1 -1
  311. package/dist/commonjs/operations/buildAuthToken.d.ts +21 -0
  312. package/dist/commonjs/operations/buildAuthToken.d.ts.map +1 -0
  313. package/dist/commonjs/operations/buildAuthToken.js +61 -0
  314. package/dist/commonjs/operations/buildAuthToken.js.map +1 -0
  315. package/dist/commonjs/operations/builders.d.ts +107 -0
  316. package/dist/commonjs/operations/builders.d.ts.map +1 -0
  317. package/dist/commonjs/operations/builders.js +520 -0
  318. package/dist/commonjs/operations/builders.js.map +1 -0
  319. package/dist/commonjs/operations/builds.d.ts +56 -0
  320. package/dist/commonjs/operations/builds.d.ts.map +1 -0
  321. package/dist/commonjs/operations/builds.js +253 -0
  322. package/dist/commonjs/operations/builds.js.map +1 -0
  323. package/dist/commonjs/operations/buildsByBuilderResource.d.ts +38 -0
  324. package/dist/commonjs/operations/buildsByBuilderResource.d.ts.map +1 -0
  325. package/dist/commonjs/operations/buildsByBuilderResource.js +138 -0
  326. package/dist/commonjs/operations/buildsByBuilderResource.js.map +1 -0
  327. package/dist/commonjs/operations/certificates.d.ts.map +1 -1
  328. package/dist/commonjs/operations/certificates.js +25 -41
  329. package/dist/commonjs/operations/certificates.js.map +1 -1
  330. package/dist/commonjs/operations/connectedEnvironments.d.ts.map +1 -1
  331. package/dist/commonjs/operations/connectedEnvironments.js +74 -103
  332. package/dist/commonjs/operations/connectedEnvironments.js.map +1 -1
  333. package/dist/commonjs/operations/connectedEnvironmentsCertificates.d.ts +30 -4
  334. package/dist/commonjs/operations/connectedEnvironmentsCertificates.d.ts.map +1 -1
  335. package/dist/commonjs/operations/connectedEnvironmentsCertificates.js +230 -58
  336. package/dist/commonjs/operations/connectedEnvironmentsCertificates.js.map +1 -1
  337. package/dist/commonjs/operations/connectedEnvironmentsDaprComponents.d.ts +22 -4
  338. package/dist/commonjs/operations/connectedEnvironmentsDaprComponents.d.ts.map +1 -1
  339. package/dist/commonjs/operations/connectedEnvironmentsDaprComponents.js +167 -58
  340. package/dist/commonjs/operations/connectedEnvironmentsDaprComponents.js.map +1 -1
  341. package/dist/commonjs/operations/connectedEnvironmentsStorages.d.ts +21 -3
  342. package/dist/commonjs/operations/connectedEnvironmentsStorages.d.ts.map +1 -1
  343. package/dist/commonjs/operations/connectedEnvironmentsStorages.js +141 -15
  344. package/dist/commonjs/operations/connectedEnvironmentsStorages.js.map +1 -1
  345. package/dist/commonjs/operations/containerApps.d.ts.map +1 -1
  346. package/dist/commonjs/operations/containerApps.js +104 -120
  347. package/dist/commonjs/operations/containerApps.js.map +1 -1
  348. package/dist/commonjs/operations/containerAppsAuthConfigs.d.ts.map +1 -1
  349. package/dist/commonjs/operations/containerAppsAuthConfigs.js +25 -41
  350. package/dist/commonjs/operations/containerAppsAuthConfigs.js.map +1 -1
  351. package/dist/commonjs/operations/containerAppsBuilds.d.ts +38 -0
  352. package/dist/commonjs/operations/containerAppsBuilds.d.ts.map +1 -0
  353. package/dist/commonjs/operations/containerAppsBuilds.js +153 -0
  354. package/dist/commonjs/operations/containerAppsBuilds.js.map +1 -0
  355. package/dist/commonjs/operations/containerAppsBuildsByContainerApp.d.ts +38 -0
  356. package/dist/commonjs/operations/containerAppsBuildsByContainerApp.d.ts.map +1 -0
  357. package/dist/commonjs/operations/containerAppsBuildsByContainerApp.js +138 -0
  358. package/dist/commonjs/operations/containerAppsBuildsByContainerApp.js.map +1 -0
  359. package/dist/commonjs/operations/containerAppsDiagnostics.d.ts.map +1 -1
  360. package/dist/commonjs/operations/containerAppsDiagnostics.js +47 -80
  361. package/dist/commonjs/operations/containerAppsDiagnostics.js.map +1 -1
  362. package/dist/commonjs/operations/containerAppsLabelHistory.d.ts +54 -0
  363. package/dist/commonjs/operations/containerAppsLabelHistory.d.ts.map +1 -0
  364. package/dist/commonjs/operations/containerAppsLabelHistory.js +201 -0
  365. package/dist/commonjs/operations/containerAppsLabelHistory.js.map +1 -0
  366. package/dist/commonjs/operations/containerAppsPatches.d.ts +97 -0
  367. package/dist/commonjs/operations/containerAppsPatches.d.ts.map +1 -0
  368. package/dist/commonjs/operations/containerAppsPatches.js +452 -0
  369. package/dist/commonjs/operations/containerAppsPatches.js.map +1 -0
  370. package/dist/commonjs/operations/containerAppsRevisionReplicas.d.ts.map +1 -1
  371. package/dist/commonjs/operations/containerAppsRevisionReplicas.js +1 -0
  372. package/dist/commonjs/operations/containerAppsRevisionReplicas.js.map +1 -1
  373. package/dist/commonjs/operations/containerAppsRevisions.d.ts.map +1 -1
  374. package/dist/commonjs/operations/containerAppsRevisions.js +24 -40
  375. package/dist/commonjs/operations/containerAppsRevisions.js.map +1 -1
  376. package/dist/commonjs/operations/containerAppsSessionPools.d.ts.map +1 -1
  377. package/dist/commonjs/operations/containerAppsSessionPools.js +82 -108
  378. package/dist/commonjs/operations/containerAppsSessionPools.js.map +1 -1
  379. package/dist/commonjs/operations/containerAppsSourceControls.d.ts.map +1 -1
  380. package/dist/commonjs/operations/containerAppsSourceControls.js +53 -55
  381. package/dist/commonjs/operations/containerAppsSourceControls.js.map +1 -1
  382. package/dist/commonjs/operations/daprComponentResiliencyPolicies.d.ts +70 -0
  383. package/dist/commonjs/operations/daprComponentResiliencyPolicies.d.ts.map +1 -0
  384. package/dist/commonjs/operations/daprComponentResiliencyPolicies.js +258 -0
  385. package/dist/commonjs/operations/daprComponentResiliencyPolicies.js.map +1 -0
  386. package/dist/commonjs/operations/daprComponents.d.ts.map +1 -1
  387. package/dist/commonjs/operations/daprComponents.js +25 -41
  388. package/dist/commonjs/operations/daprComponents.js.map +1 -1
  389. package/dist/commonjs/operations/daprSubscriptions.d.ts +63 -0
  390. package/dist/commonjs/operations/daprSubscriptions.d.ts.map +1 -0
  391. package/dist/commonjs/operations/daprSubscriptions.js +245 -0
  392. package/dist/commonjs/operations/daprSubscriptions.js.map +1 -0
  393. package/dist/commonjs/operations/dotNetComponents.d.ts +99 -0
  394. package/dist/commonjs/operations/dotNetComponents.d.ts.map +1 -0
  395. package/dist/commonjs/operations/dotNetComponents.js +461 -0
  396. package/dist/commonjs/operations/dotNetComponents.js.map +1 -0
  397. package/dist/commonjs/operations/functionsExtension.d.ts +22 -0
  398. package/dist/commonjs/operations/functionsExtension.d.ts.map +1 -0
  399. package/dist/commonjs/operations/functionsExtension.js +69 -0
  400. package/dist/commonjs/operations/functionsExtension.js.map +1 -0
  401. package/dist/commonjs/operations/httpRouteConfigOperations.d.ts +71 -0
  402. package/dist/commonjs/operations/httpRouteConfigOperations.d.ts.map +1 -0
  403. package/dist/commonjs/operations/httpRouteConfigOperations.js +279 -0
  404. package/dist/commonjs/operations/httpRouteConfigOperations.js.map +1 -0
  405. package/dist/commonjs/operations/index.d.ts +18 -0
  406. package/dist/commonjs/operations/index.d.ts.map +1 -1
  407. package/dist/commonjs/operations/index.js +18 -0
  408. package/dist/commonjs/operations/index.js.map +1 -1
  409. package/dist/commonjs/operations/javaComponents.d.ts.map +1 -1
  410. package/dist/commonjs/operations/javaComponents.js +62 -63
  411. package/dist/commonjs/operations/javaComponents.js.map +1 -1
  412. package/dist/commonjs/operations/jobs.d.ts +29 -1
  413. package/dist/commonjs/operations/jobs.d.ts.map +1 -1
  414. package/dist/commonjs/operations/jobs.js +312 -166
  415. package/dist/commonjs/operations/jobs.js.map +1 -1
  416. package/dist/commonjs/operations/jobsExecutions.d.ts.map +1 -1
  417. package/dist/commonjs/operations/jobsExecutions.js +23 -39
  418. package/dist/commonjs/operations/jobsExecutions.js.map +1 -1
  419. package/dist/commonjs/operations/logicApps.d.ts +101 -0
  420. package/dist/commonjs/operations/logicApps.d.ts.map +1 -0
  421. package/dist/commonjs/operations/logicApps.js +395 -0
  422. package/dist/commonjs/operations/logicApps.js.map +1 -0
  423. package/dist/commonjs/operations/maintenanceConfigurations.d.ts +64 -0
  424. package/dist/commonjs/operations/maintenanceConfigurations.d.ts.map +1 -0
  425. package/dist/commonjs/operations/maintenanceConfigurations.js +246 -0
  426. package/dist/commonjs/operations/maintenanceConfigurations.js.map +1 -0
  427. package/dist/commonjs/operations/managedCertificates.d.ts.map +1 -1
  428. package/dist/commonjs/operations/managedCertificates.js +36 -47
  429. package/dist/commonjs/operations/managedCertificates.js.map +1 -1
  430. package/dist/commonjs/operations/managedEnvironmentDiagnostics.d.ts.map +1 -1
  431. package/dist/commonjs/operations/managedEnvironmentDiagnostics.js +1 -0
  432. package/dist/commonjs/operations/managedEnvironmentDiagnostics.js.map +1 -1
  433. package/dist/commonjs/operations/managedEnvironmentPrivateEndpointConnections.d.ts +86 -0
  434. package/dist/commonjs/operations/managedEnvironmentPrivateEndpointConnections.d.ts.map +1 -0
  435. package/dist/commonjs/operations/managedEnvironmentPrivateEndpointConnections.js +375 -0
  436. package/dist/commonjs/operations/managedEnvironmentPrivateEndpointConnections.js.map +1 -0
  437. package/dist/commonjs/operations/managedEnvironmentPrivateLinkResources.d.ts +38 -0
  438. package/dist/commonjs/operations/managedEnvironmentPrivateLinkResources.d.ts.map +1 -0
  439. package/dist/commonjs/operations/managedEnvironmentPrivateLinkResources.js +138 -0
  440. package/dist/commonjs/operations/managedEnvironmentPrivateLinkResources.js.map +1 -0
  441. package/dist/commonjs/operations/managedEnvironmentUsages.d.ts.map +1 -1
  442. package/dist/commonjs/operations/managedEnvironmentUsages.js +23 -39
  443. package/dist/commonjs/operations/managedEnvironmentUsages.js.map +1 -1
  444. package/dist/commonjs/operations/managedEnvironments.d.ts.map +1 -1
  445. package/dist/commonjs/operations/managedEnvironments.js +106 -149
  446. package/dist/commonjs/operations/managedEnvironments.js.map +1 -1
  447. package/dist/commonjs/operations/managedEnvironmentsDiagnostics.d.ts.map +1 -1
  448. package/dist/commonjs/operations/managedEnvironmentsDiagnostics.js +1 -0
  449. package/dist/commonjs/operations/managedEnvironmentsDiagnostics.js.map +1 -1
  450. package/dist/commonjs/operations/managedEnvironmentsStorages.d.ts.map +1 -1
  451. package/dist/commonjs/operations/managedEnvironmentsStorages.js +5 -1
  452. package/dist/commonjs/operations/managedEnvironmentsStorages.js.map +1 -1
  453. package/dist/commonjs/operations/namespaces.js +2 -1
  454. package/dist/commonjs/operations/namespaces.js.map +1 -1
  455. package/dist/commonjs/operations/operations.d.ts.map +1 -1
  456. package/dist/commonjs/operations/operations.js +23 -39
  457. package/dist/commonjs/operations/operations.js.map +1 -1
  458. package/dist/commonjs/operations/usages.d.ts.map +1 -1
  459. package/dist/commonjs/operations/usages.js +24 -44
  460. package/dist/commonjs/operations/usages.js.map +1 -1
  461. package/dist/commonjs/operationsInterfaces/appResiliencyOperations.d.ts +47 -0
  462. package/dist/commonjs/operationsInterfaces/appResiliencyOperations.d.ts.map +1 -0
  463. package/dist/commonjs/operationsInterfaces/appResiliencyOperations.js +10 -0
  464. package/dist/commonjs/operationsInterfaces/appResiliencyOperations.js.map +1 -0
  465. package/dist/commonjs/operationsInterfaces/billingMeters.d.ts.map +1 -1
  466. package/dist/commonjs/operationsInterfaces/billingMeters.js.map +1 -1
  467. package/dist/commonjs/operationsInterfaces/buildAuthToken.d.ts +13 -0
  468. package/dist/commonjs/operationsInterfaces/buildAuthToken.d.ts.map +1 -0
  469. package/dist/commonjs/operationsInterfaces/buildAuthToken.js +10 -0
  470. package/dist/commonjs/operationsInterfaces/buildAuthToken.js.map +1 -0
  471. package/dist/commonjs/operationsInterfaces/builders.d.ts +71 -0
  472. package/dist/commonjs/operationsInterfaces/builders.d.ts.map +1 -0
  473. package/dist/commonjs/operationsInterfaces/builders.js +10 -0
  474. package/dist/commonjs/operationsInterfaces/builders.js.map +1 -0
  475. package/dist/commonjs/operationsInterfaces/builds.d.ts +48 -0
  476. package/dist/commonjs/operationsInterfaces/builds.d.ts.map +1 -0
  477. package/dist/commonjs/operationsInterfaces/builds.js +10 -0
  478. package/dist/commonjs/operationsInterfaces/builds.js.map +1 -0
  479. package/dist/commonjs/operationsInterfaces/buildsByBuilderResource.d.ts +13 -0
  480. package/dist/commonjs/operationsInterfaces/buildsByBuilderResource.d.ts.map +1 -0
  481. package/dist/commonjs/operationsInterfaces/buildsByBuilderResource.js +10 -0
  482. package/dist/commonjs/operationsInterfaces/buildsByBuilderResource.js.map +1 -0
  483. package/dist/commonjs/operationsInterfaces/connectedEnvironmentsCertificates.d.ts +30 -4
  484. package/dist/commonjs/operationsInterfaces/connectedEnvironmentsCertificates.d.ts.map +1 -1
  485. package/dist/commonjs/operationsInterfaces/connectedEnvironmentsCertificates.js.map +1 -1
  486. package/dist/commonjs/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts +22 -4
  487. package/dist/commonjs/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts.map +1 -1
  488. package/dist/commonjs/operationsInterfaces/connectedEnvironmentsDaprComponents.js.map +1 -1
  489. package/dist/commonjs/operationsInterfaces/connectedEnvironmentsStorages.d.ts +21 -3
  490. package/dist/commonjs/operationsInterfaces/connectedEnvironmentsStorages.d.ts.map +1 -1
  491. package/dist/commonjs/operationsInterfaces/connectedEnvironmentsStorages.js.map +1 -1
  492. package/dist/commonjs/operationsInterfaces/containerApps.d.ts.map +1 -1
  493. package/dist/commonjs/operationsInterfaces/containerApps.js.map +1 -1
  494. package/dist/commonjs/operationsInterfaces/containerAppsBuilds.d.ts +30 -0
  495. package/dist/commonjs/operationsInterfaces/containerAppsBuilds.d.ts.map +1 -0
  496. package/dist/commonjs/operationsInterfaces/containerAppsBuilds.js +10 -0
  497. package/dist/commonjs/operationsInterfaces/containerAppsBuilds.js.map +1 -0
  498. package/dist/commonjs/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts +13 -0
  499. package/dist/commonjs/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts.map +1 -0
  500. package/dist/commonjs/operationsInterfaces/containerAppsBuildsByContainerApp.js +10 -0
  501. package/dist/commonjs/operationsInterfaces/containerAppsBuildsByContainerApp.js.map +1 -0
  502. package/dist/commonjs/operationsInterfaces/containerAppsLabelHistory.d.ts +29 -0
  503. package/dist/commonjs/operationsInterfaces/containerAppsLabelHistory.d.ts.map +1 -0
  504. package/dist/commonjs/operationsInterfaces/containerAppsLabelHistory.js +10 -0
  505. package/dist/commonjs/operationsInterfaces/containerAppsLabelHistory.js.map +1 -0
  506. package/dist/commonjs/operationsInterfaces/containerAppsPatches.d.ts +72 -0
  507. package/dist/commonjs/operationsInterfaces/containerAppsPatches.d.ts.map +1 -0
  508. package/dist/commonjs/operationsInterfaces/containerAppsPatches.js +10 -0
  509. package/dist/commonjs/operationsInterfaces/containerAppsPatches.js.map +1 -0
  510. package/dist/commonjs/operationsInterfaces/daprComponentResiliencyPolicies.d.ts +43 -0
  511. package/dist/commonjs/operationsInterfaces/daprComponentResiliencyPolicies.d.ts.map +1 -0
  512. package/dist/commonjs/operationsInterfaces/daprComponentResiliencyPolicies.js +10 -0
  513. package/dist/commonjs/operationsInterfaces/daprComponentResiliencyPolicies.js.map +1 -0
  514. package/dist/commonjs/operationsInterfaces/daprSubscriptions.d.ts +38 -0
  515. package/dist/commonjs/operationsInterfaces/daprSubscriptions.d.ts.map +1 -0
  516. package/dist/commonjs/operationsInterfaces/daprSubscriptions.js +10 -0
  517. package/dist/commonjs/operationsInterfaces/daprSubscriptions.js.map +1 -0
  518. package/dist/commonjs/operationsInterfaces/dotNetComponents.d.ts +74 -0
  519. package/dist/commonjs/operationsInterfaces/dotNetComponents.d.ts.map +1 -0
  520. package/dist/commonjs/operationsInterfaces/dotNetComponents.js +10 -0
  521. package/dist/commonjs/operationsInterfaces/dotNetComponents.js.map +1 -0
  522. package/dist/commonjs/operationsInterfaces/functionsExtension.d.ts +14 -0
  523. package/dist/commonjs/operationsInterfaces/functionsExtension.d.ts.map +1 -0
  524. package/dist/commonjs/operationsInterfaces/functionsExtension.js +10 -0
  525. package/dist/commonjs/operationsInterfaces/functionsExtension.js.map +1 -0
  526. package/dist/commonjs/operationsInterfaces/httpRouteConfigOperations.d.ts +46 -0
  527. package/dist/commonjs/operationsInterfaces/httpRouteConfigOperations.d.ts.map +1 -0
  528. package/dist/commonjs/operationsInterfaces/httpRouteConfigOperations.js +10 -0
  529. package/dist/commonjs/operationsInterfaces/httpRouteConfigOperations.js.map +1 -0
  530. package/dist/commonjs/operationsInterfaces/index.d.ts +18 -0
  531. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
  532. package/dist/commonjs/operationsInterfaces/index.js +18 -0
  533. package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
  534. package/dist/commonjs/operationsInterfaces/javaComponents.d.ts.map +1 -1
  535. package/dist/commonjs/operationsInterfaces/javaComponents.js.map +1 -1
  536. package/dist/commonjs/operationsInterfaces/jobs.d.ts +29 -1
  537. package/dist/commonjs/operationsInterfaces/jobs.d.ts.map +1 -1
  538. package/dist/commonjs/operationsInterfaces/jobs.js.map +1 -1
  539. package/dist/commonjs/operationsInterfaces/logicApps.d.ts +74 -0
  540. package/dist/commonjs/operationsInterfaces/logicApps.d.ts.map +1 -0
  541. package/dist/commonjs/operationsInterfaces/logicApps.js +10 -0
  542. package/dist/commonjs/operationsInterfaces/logicApps.js.map +1 -0
  543. package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.d.ts +39 -0
  544. package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.d.ts.map +1 -0
  545. package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.js +10 -0
  546. package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.js.map +1 -0
  547. package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts +61 -0
  548. package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts.map +1 -0
  549. package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js +10 -0
  550. package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js.map +1 -0
  551. package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts +13 -0
  552. package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts.map +1 -0
  553. package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateLinkResources.js +10 -0
  554. package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateLinkResources.js.map +1 -0
  555. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -1
  556. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -1
  557. package/dist/commonjs/operationsInterfaces/usages.d.ts.map +1 -1
  558. package/dist/commonjs/operationsInterfaces/usages.js.map +1 -1
  559. package/dist/commonjs/pagingHelper.d.ts.map +1 -1
  560. package/dist/commonjs/pagingHelper.js +2 -4
  561. package/dist/commonjs/pagingHelper.js.map +1 -1
  562. package/dist/commonjs/tsdoc-metadata.json +11 -11
  563. package/dist/esm/containerAppsAPIClient.d.ts +20 -2
  564. package/dist/esm/containerAppsAPIClient.d.ts.map +1 -1
  565. package/dist/esm/containerAppsAPIClient.js +84 -17
  566. package/dist/esm/containerAppsAPIClient.js.map +1 -1
  567. package/dist/esm/lroImpl.d.ts.map +1 -1
  568. package/dist/esm/lroImpl.js +7 -3
  569. package/dist/esm/lroImpl.js.map +1 -1
  570. package/dist/esm/models/index.d.ts +2695 -184
  571. package/dist/esm/models/index.d.ts.map +1 -1
  572. package/dist/esm/models/index.js +326 -12
  573. package/dist/esm/models/index.js.map +1 -1
  574. package/dist/esm/models/mappers.d.ts +146 -10
  575. package/dist/esm/models/mappers.d.ts.map +1 -1
  576. package/dist/esm/models/mappers.js +7495 -3204
  577. package/dist/esm/models/mappers.js.map +1 -1
  578. package/dist/esm/models/parameters.d.ts +41 -5
  579. package/dist/esm/models/parameters.d.ts.map +1 -1
  580. package/dist/esm/models/parameters.js +334 -30
  581. package/dist/esm/models/parameters.js.map +1 -1
  582. package/dist/esm/operations/appResiliencyOperations.d.ts +72 -0
  583. package/dist/esm/operations/appResiliencyOperations.d.ts.map +1 -0
  584. package/dist/esm/operations/appResiliencyOperations.js +269 -0
  585. package/dist/esm/operations/appResiliencyOperations.js.map +1 -0
  586. package/dist/esm/operations/availableWorkloadProfiles.d.ts.map +1 -1
  587. package/dist/esm/operations/availableWorkloadProfiles.js +24 -45
  588. package/dist/esm/operations/availableWorkloadProfiles.js.map +1 -1
  589. package/dist/esm/operations/billingMeters.d.ts.map +1 -1
  590. package/dist/esm/operations/billingMeters.js +2 -5
  591. package/dist/esm/operations/billingMeters.js.map +1 -1
  592. package/dist/esm/operations/buildAuthToken.d.ts +21 -0
  593. package/dist/esm/operations/buildAuthToken.d.ts.map +1 -0
  594. package/dist/esm/operations/buildAuthToken.js +56 -0
  595. package/dist/esm/operations/buildAuthToken.js.map +1 -0
  596. package/dist/esm/operations/builders.d.ts +107 -0
  597. package/dist/esm/operations/builders.d.ts.map +1 -0
  598. package/dist/esm/operations/builders.js +515 -0
  599. package/dist/esm/operations/builders.js.map +1 -0
  600. package/dist/esm/operations/builds.d.ts +56 -0
  601. package/dist/esm/operations/builds.d.ts.map +1 -0
  602. package/dist/esm/operations/builds.js +248 -0
  603. package/dist/esm/operations/builds.js.map +1 -0
  604. package/dist/esm/operations/buildsByBuilderResource.d.ts +38 -0
  605. package/dist/esm/operations/buildsByBuilderResource.d.ts.map +1 -0
  606. package/dist/esm/operations/buildsByBuilderResource.js +133 -0
  607. package/dist/esm/operations/buildsByBuilderResource.js.map +1 -0
  608. package/dist/esm/operations/certificates.d.ts.map +1 -1
  609. package/dist/esm/operations/certificates.js +25 -42
  610. package/dist/esm/operations/certificates.js.map +1 -1
  611. package/dist/esm/operations/connectedEnvironments.d.ts.map +1 -1
  612. package/dist/esm/operations/connectedEnvironments.js +75 -105
  613. package/dist/esm/operations/connectedEnvironments.js.map +1 -1
  614. package/dist/esm/operations/connectedEnvironmentsCertificates.d.ts +30 -4
  615. package/dist/esm/operations/connectedEnvironmentsCertificates.d.ts.map +1 -1
  616. package/dist/esm/operations/connectedEnvironmentsCertificates.js +230 -59
  617. package/dist/esm/operations/connectedEnvironmentsCertificates.js.map +1 -1
  618. package/dist/esm/operations/connectedEnvironmentsDaprComponents.d.ts +22 -4
  619. package/dist/esm/operations/connectedEnvironmentsDaprComponents.d.ts.map +1 -1
  620. package/dist/esm/operations/connectedEnvironmentsDaprComponents.js +167 -59
  621. package/dist/esm/operations/connectedEnvironmentsDaprComponents.js.map +1 -1
  622. package/dist/esm/operations/connectedEnvironmentsStorages.d.ts +21 -3
  623. package/dist/esm/operations/connectedEnvironmentsStorages.d.ts.map +1 -1
  624. package/dist/esm/operations/connectedEnvironmentsStorages.js +141 -15
  625. package/dist/esm/operations/connectedEnvironmentsStorages.js.map +1 -1
  626. package/dist/esm/operations/containerApps.d.ts.map +1 -1
  627. package/dist/esm/operations/containerApps.js +105 -122
  628. package/dist/esm/operations/containerApps.js.map +1 -1
  629. package/dist/esm/operations/containerAppsAuthConfigs.d.ts.map +1 -1
  630. package/dist/esm/operations/containerAppsAuthConfigs.js +25 -42
  631. package/dist/esm/operations/containerAppsAuthConfigs.js.map +1 -1
  632. package/dist/esm/operations/containerAppsBuilds.d.ts +38 -0
  633. package/dist/esm/operations/containerAppsBuilds.d.ts.map +1 -0
  634. package/dist/esm/operations/containerAppsBuilds.js +148 -0
  635. package/dist/esm/operations/containerAppsBuilds.js.map +1 -0
  636. package/dist/esm/operations/containerAppsBuildsByContainerApp.d.ts +38 -0
  637. package/dist/esm/operations/containerAppsBuildsByContainerApp.d.ts.map +1 -0
  638. package/dist/esm/operations/containerAppsBuildsByContainerApp.js +133 -0
  639. package/dist/esm/operations/containerAppsBuildsByContainerApp.js.map +1 -0
  640. package/dist/esm/operations/containerAppsDiagnostics.d.ts.map +1 -1
  641. package/dist/esm/operations/containerAppsDiagnostics.js +47 -81
  642. package/dist/esm/operations/containerAppsDiagnostics.js.map +1 -1
  643. package/dist/esm/operations/containerAppsLabelHistory.d.ts +54 -0
  644. package/dist/esm/operations/containerAppsLabelHistory.d.ts.map +1 -0
  645. package/dist/esm/operations/containerAppsLabelHistory.js +196 -0
  646. package/dist/esm/operations/containerAppsLabelHistory.js.map +1 -0
  647. package/dist/esm/operations/containerAppsPatches.d.ts +97 -0
  648. package/dist/esm/operations/containerAppsPatches.d.ts.map +1 -0
  649. package/dist/esm/operations/containerAppsPatches.js +447 -0
  650. package/dist/esm/operations/containerAppsPatches.js.map +1 -0
  651. package/dist/esm/operations/containerAppsRevisionReplicas.d.ts.map +1 -1
  652. package/dist/esm/operations/containerAppsRevisionReplicas.js +1 -0
  653. package/dist/esm/operations/containerAppsRevisionReplicas.js.map +1 -1
  654. package/dist/esm/operations/containerAppsRevisions.d.ts.map +1 -1
  655. package/dist/esm/operations/containerAppsRevisions.js +24 -41
  656. package/dist/esm/operations/containerAppsRevisions.js.map +1 -1
  657. package/dist/esm/operations/containerAppsSessionPools.d.ts.map +1 -1
  658. package/dist/esm/operations/containerAppsSessionPools.js +83 -110
  659. package/dist/esm/operations/containerAppsSessionPools.js.map +1 -1
  660. package/dist/esm/operations/containerAppsSourceControls.d.ts.map +1 -1
  661. package/dist/esm/operations/containerAppsSourceControls.js +54 -57
  662. package/dist/esm/operations/containerAppsSourceControls.js.map +1 -1
  663. package/dist/esm/operations/daprComponentResiliencyPolicies.d.ts +70 -0
  664. package/dist/esm/operations/daprComponentResiliencyPolicies.d.ts.map +1 -0
  665. package/dist/esm/operations/daprComponentResiliencyPolicies.js +253 -0
  666. package/dist/esm/operations/daprComponentResiliencyPolicies.js.map +1 -0
  667. package/dist/esm/operations/daprComponents.d.ts.map +1 -1
  668. package/dist/esm/operations/daprComponents.js +25 -42
  669. package/dist/esm/operations/daprComponents.js.map +1 -1
  670. package/dist/esm/operations/daprSubscriptions.d.ts +63 -0
  671. package/dist/esm/operations/daprSubscriptions.d.ts.map +1 -0
  672. package/dist/esm/operations/daprSubscriptions.js +240 -0
  673. package/dist/esm/operations/daprSubscriptions.js.map +1 -0
  674. package/dist/esm/operations/dotNetComponents.d.ts +99 -0
  675. package/dist/esm/operations/dotNetComponents.d.ts.map +1 -0
  676. package/dist/esm/operations/dotNetComponents.js +456 -0
  677. package/dist/esm/operations/dotNetComponents.js.map +1 -0
  678. package/dist/esm/operations/functionsExtension.d.ts +22 -0
  679. package/dist/esm/operations/functionsExtension.d.ts.map +1 -0
  680. package/dist/esm/operations/functionsExtension.js +64 -0
  681. package/dist/esm/operations/functionsExtension.js.map +1 -0
  682. package/dist/esm/operations/httpRouteConfigOperations.d.ts +71 -0
  683. package/dist/esm/operations/httpRouteConfigOperations.d.ts.map +1 -0
  684. package/dist/esm/operations/httpRouteConfigOperations.js +274 -0
  685. package/dist/esm/operations/httpRouteConfigOperations.js.map +1 -0
  686. package/dist/esm/operations/index.d.ts +18 -0
  687. package/dist/esm/operations/index.d.ts.map +1 -1
  688. package/dist/esm/operations/index.js +18 -0
  689. package/dist/esm/operations/index.js.map +1 -1
  690. package/dist/esm/operations/javaComponents.d.ts.map +1 -1
  691. package/dist/esm/operations/javaComponents.js +63 -65
  692. package/dist/esm/operations/javaComponents.js.map +1 -1
  693. package/dist/esm/operations/jobs.d.ts +29 -1
  694. package/dist/esm/operations/jobs.d.ts.map +1 -1
  695. package/dist/esm/operations/jobs.js +313 -168
  696. package/dist/esm/operations/jobs.js.map +1 -1
  697. package/dist/esm/operations/jobsExecutions.d.ts.map +1 -1
  698. package/dist/esm/operations/jobsExecutions.js +23 -40
  699. package/dist/esm/operations/jobsExecutions.js.map +1 -1
  700. package/dist/esm/operations/logicApps.d.ts +101 -0
  701. package/dist/esm/operations/logicApps.d.ts.map +1 -0
  702. package/dist/esm/operations/logicApps.js +390 -0
  703. package/dist/esm/operations/logicApps.js.map +1 -0
  704. package/dist/esm/operations/maintenanceConfigurations.d.ts +64 -0
  705. package/dist/esm/operations/maintenanceConfigurations.d.ts.map +1 -0
  706. package/dist/esm/operations/maintenanceConfigurations.js +241 -0
  707. package/dist/esm/operations/maintenanceConfigurations.js.map +1 -0
  708. package/dist/esm/operations/managedCertificates.d.ts.map +1 -1
  709. package/dist/esm/operations/managedCertificates.js +37 -49
  710. package/dist/esm/operations/managedCertificates.js.map +1 -1
  711. package/dist/esm/operations/managedEnvironmentDiagnostics.d.ts.map +1 -1
  712. package/dist/esm/operations/managedEnvironmentDiagnostics.js +1 -0
  713. package/dist/esm/operations/managedEnvironmentDiagnostics.js.map +1 -1
  714. package/dist/esm/operations/managedEnvironmentPrivateEndpointConnections.d.ts +86 -0
  715. package/dist/esm/operations/managedEnvironmentPrivateEndpointConnections.d.ts.map +1 -0
  716. package/dist/esm/operations/managedEnvironmentPrivateEndpointConnections.js +370 -0
  717. package/dist/esm/operations/managedEnvironmentPrivateEndpointConnections.js.map +1 -0
  718. package/dist/esm/operations/managedEnvironmentPrivateLinkResources.d.ts +38 -0
  719. package/dist/esm/operations/managedEnvironmentPrivateLinkResources.d.ts.map +1 -0
  720. package/dist/esm/operations/managedEnvironmentPrivateLinkResources.js +133 -0
  721. package/dist/esm/operations/managedEnvironmentPrivateLinkResources.js.map +1 -0
  722. package/dist/esm/operations/managedEnvironmentUsages.d.ts.map +1 -1
  723. package/dist/esm/operations/managedEnvironmentUsages.js +23 -40
  724. package/dist/esm/operations/managedEnvironmentUsages.js.map +1 -1
  725. package/dist/esm/operations/managedEnvironments.d.ts.map +1 -1
  726. package/dist/esm/operations/managedEnvironments.js +107 -151
  727. package/dist/esm/operations/managedEnvironments.js.map +1 -1
  728. package/dist/esm/operations/managedEnvironmentsDiagnostics.d.ts.map +1 -1
  729. package/dist/esm/operations/managedEnvironmentsDiagnostics.js +1 -0
  730. package/dist/esm/operations/managedEnvironmentsDiagnostics.js.map +1 -1
  731. package/dist/esm/operations/managedEnvironmentsStorages.d.ts.map +1 -1
  732. package/dist/esm/operations/managedEnvironmentsStorages.js +5 -1
  733. package/dist/esm/operations/managedEnvironmentsStorages.js.map +1 -1
  734. package/dist/esm/operations/namespaces.js +2 -1
  735. package/dist/esm/operations/namespaces.js.map +1 -1
  736. package/dist/esm/operations/operations.d.ts.map +1 -1
  737. package/dist/esm/operations/operations.js +23 -40
  738. package/dist/esm/operations/operations.js.map +1 -1
  739. package/dist/esm/operations/usages.d.ts.map +1 -1
  740. package/dist/esm/operations/usages.js +24 -45
  741. package/dist/esm/operations/usages.js.map +1 -1
  742. package/dist/esm/operationsInterfaces/appResiliencyOperations.d.ts +47 -0
  743. package/dist/esm/operationsInterfaces/appResiliencyOperations.d.ts.map +1 -0
  744. package/dist/esm/operationsInterfaces/appResiliencyOperations.js +9 -0
  745. package/dist/esm/operationsInterfaces/appResiliencyOperations.js.map +1 -0
  746. package/dist/esm/operationsInterfaces/billingMeters.d.ts.map +1 -1
  747. package/dist/esm/operationsInterfaces/billingMeters.js.map +1 -1
  748. package/dist/esm/operationsInterfaces/buildAuthToken.d.ts +13 -0
  749. package/dist/esm/operationsInterfaces/buildAuthToken.d.ts.map +1 -0
  750. package/dist/esm/operationsInterfaces/buildAuthToken.js +9 -0
  751. package/dist/esm/operationsInterfaces/buildAuthToken.js.map +1 -0
  752. package/dist/esm/operationsInterfaces/builders.d.ts +71 -0
  753. package/dist/esm/operationsInterfaces/builders.d.ts.map +1 -0
  754. package/dist/esm/operationsInterfaces/builders.js +9 -0
  755. package/dist/esm/operationsInterfaces/builders.js.map +1 -0
  756. package/dist/esm/operationsInterfaces/builds.d.ts +48 -0
  757. package/dist/esm/operationsInterfaces/builds.d.ts.map +1 -0
  758. package/dist/esm/operationsInterfaces/builds.js +9 -0
  759. package/dist/esm/operationsInterfaces/builds.js.map +1 -0
  760. package/dist/esm/operationsInterfaces/buildsByBuilderResource.d.ts +13 -0
  761. package/dist/esm/operationsInterfaces/buildsByBuilderResource.d.ts.map +1 -0
  762. package/dist/esm/operationsInterfaces/buildsByBuilderResource.js +9 -0
  763. package/dist/esm/operationsInterfaces/buildsByBuilderResource.js.map +1 -0
  764. package/dist/esm/operationsInterfaces/connectedEnvironmentsCertificates.d.ts +30 -4
  765. package/dist/esm/operationsInterfaces/connectedEnvironmentsCertificates.d.ts.map +1 -1
  766. package/dist/esm/operationsInterfaces/connectedEnvironmentsCertificates.js.map +1 -1
  767. package/dist/esm/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts +22 -4
  768. package/dist/esm/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts.map +1 -1
  769. package/dist/esm/operationsInterfaces/connectedEnvironmentsDaprComponents.js.map +1 -1
  770. package/dist/esm/operationsInterfaces/connectedEnvironmentsStorages.d.ts +21 -3
  771. package/dist/esm/operationsInterfaces/connectedEnvironmentsStorages.d.ts.map +1 -1
  772. package/dist/esm/operationsInterfaces/connectedEnvironmentsStorages.js.map +1 -1
  773. package/dist/esm/operationsInterfaces/containerApps.d.ts.map +1 -1
  774. package/dist/esm/operationsInterfaces/containerApps.js.map +1 -1
  775. package/dist/esm/operationsInterfaces/containerAppsBuilds.d.ts +30 -0
  776. package/dist/esm/operationsInterfaces/containerAppsBuilds.d.ts.map +1 -0
  777. package/dist/esm/operationsInterfaces/containerAppsBuilds.js +9 -0
  778. package/dist/esm/operationsInterfaces/containerAppsBuilds.js.map +1 -0
  779. package/dist/esm/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts +13 -0
  780. package/dist/esm/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts.map +1 -0
  781. package/dist/esm/operationsInterfaces/containerAppsBuildsByContainerApp.js +9 -0
  782. package/dist/esm/operationsInterfaces/containerAppsBuildsByContainerApp.js.map +1 -0
  783. package/dist/esm/operationsInterfaces/containerAppsLabelHistory.d.ts +29 -0
  784. package/dist/esm/operationsInterfaces/containerAppsLabelHistory.d.ts.map +1 -0
  785. package/dist/esm/operationsInterfaces/containerAppsLabelHistory.js +9 -0
  786. package/dist/esm/operationsInterfaces/containerAppsLabelHistory.js.map +1 -0
  787. package/dist/esm/operationsInterfaces/containerAppsPatches.d.ts +72 -0
  788. package/dist/esm/operationsInterfaces/containerAppsPatches.d.ts.map +1 -0
  789. package/dist/esm/operationsInterfaces/containerAppsPatches.js +9 -0
  790. package/dist/esm/operationsInterfaces/containerAppsPatches.js.map +1 -0
  791. package/dist/esm/operationsInterfaces/daprComponentResiliencyPolicies.d.ts +43 -0
  792. package/dist/esm/operationsInterfaces/daprComponentResiliencyPolicies.d.ts.map +1 -0
  793. package/dist/esm/operationsInterfaces/daprComponentResiliencyPolicies.js +9 -0
  794. package/dist/esm/operationsInterfaces/daprComponentResiliencyPolicies.js.map +1 -0
  795. package/dist/esm/operationsInterfaces/daprSubscriptions.d.ts +38 -0
  796. package/dist/esm/operationsInterfaces/daprSubscriptions.d.ts.map +1 -0
  797. package/dist/esm/operationsInterfaces/daprSubscriptions.js +9 -0
  798. package/dist/esm/operationsInterfaces/daprSubscriptions.js.map +1 -0
  799. package/dist/esm/operationsInterfaces/dotNetComponents.d.ts +74 -0
  800. package/dist/esm/operationsInterfaces/dotNetComponents.d.ts.map +1 -0
  801. package/dist/esm/operationsInterfaces/dotNetComponents.js +9 -0
  802. package/dist/esm/operationsInterfaces/dotNetComponents.js.map +1 -0
  803. package/dist/esm/operationsInterfaces/functionsExtension.d.ts +14 -0
  804. package/dist/esm/operationsInterfaces/functionsExtension.d.ts.map +1 -0
  805. package/dist/esm/operationsInterfaces/functionsExtension.js +9 -0
  806. package/dist/esm/operationsInterfaces/functionsExtension.js.map +1 -0
  807. package/dist/esm/operationsInterfaces/httpRouteConfigOperations.d.ts +46 -0
  808. package/dist/esm/operationsInterfaces/httpRouteConfigOperations.d.ts.map +1 -0
  809. package/dist/esm/operationsInterfaces/httpRouteConfigOperations.js +9 -0
  810. package/dist/esm/operationsInterfaces/httpRouteConfigOperations.js.map +1 -0
  811. package/dist/esm/operationsInterfaces/index.d.ts +18 -0
  812. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
  813. package/dist/esm/operationsInterfaces/index.js +18 -0
  814. package/dist/esm/operationsInterfaces/index.js.map +1 -1
  815. package/dist/esm/operationsInterfaces/javaComponents.d.ts.map +1 -1
  816. package/dist/esm/operationsInterfaces/javaComponents.js.map +1 -1
  817. package/dist/esm/operationsInterfaces/jobs.d.ts +29 -1
  818. package/dist/esm/operationsInterfaces/jobs.d.ts.map +1 -1
  819. package/dist/esm/operationsInterfaces/jobs.js.map +1 -1
  820. package/dist/esm/operationsInterfaces/logicApps.d.ts +74 -0
  821. package/dist/esm/operationsInterfaces/logicApps.d.ts.map +1 -0
  822. package/dist/esm/operationsInterfaces/logicApps.js +9 -0
  823. package/dist/esm/operationsInterfaces/logicApps.js.map +1 -0
  824. package/dist/esm/operationsInterfaces/maintenanceConfigurations.d.ts +39 -0
  825. package/dist/esm/operationsInterfaces/maintenanceConfigurations.d.ts.map +1 -0
  826. package/dist/esm/operationsInterfaces/maintenanceConfigurations.js +9 -0
  827. package/dist/esm/operationsInterfaces/maintenanceConfigurations.js.map +1 -0
  828. package/dist/esm/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts +61 -0
  829. package/dist/esm/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts.map +1 -0
  830. package/dist/esm/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js +9 -0
  831. package/dist/esm/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js.map +1 -0
  832. package/dist/esm/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts +13 -0
  833. package/dist/esm/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts.map +1 -0
  834. package/dist/esm/operationsInterfaces/managedEnvironmentPrivateLinkResources.js +9 -0
  835. package/dist/esm/operationsInterfaces/managedEnvironmentPrivateLinkResources.js.map +1 -0
  836. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -1
  837. package/dist/esm/operationsInterfaces/operations.js.map +1 -1
  838. package/dist/esm/operationsInterfaces/usages.d.ts.map +1 -1
  839. package/dist/esm/operationsInterfaces/usages.js.map +1 -1
  840. package/dist/esm/pagingHelper.d.ts.map +1 -1
  841. package/dist/esm/pagingHelper.js +2 -4
  842. package/dist/esm/pagingHelper.js.map +1 -1
  843. package/dist/react-native/containerAppsAPIClient.d.ts +20 -2
  844. package/dist/react-native/containerAppsAPIClient.d.ts.map +1 -1
  845. package/dist/react-native/containerAppsAPIClient.js +84 -17
  846. package/dist/react-native/containerAppsAPIClient.js.map +1 -1
  847. package/dist/react-native/lroImpl.d.ts.map +1 -1
  848. package/dist/react-native/lroImpl.js +7 -3
  849. package/dist/react-native/lroImpl.js.map +1 -1
  850. package/dist/react-native/models/index.d.ts +2695 -184
  851. package/dist/react-native/models/index.d.ts.map +1 -1
  852. package/dist/react-native/models/index.js +326 -12
  853. package/dist/react-native/models/index.js.map +1 -1
  854. package/dist/react-native/models/mappers.d.ts +146 -10
  855. package/dist/react-native/models/mappers.d.ts.map +1 -1
  856. package/dist/react-native/models/mappers.js +7495 -3204
  857. package/dist/react-native/models/mappers.js.map +1 -1
  858. package/dist/react-native/models/parameters.d.ts +41 -5
  859. package/dist/react-native/models/parameters.d.ts.map +1 -1
  860. package/dist/react-native/models/parameters.js +334 -30
  861. package/dist/react-native/models/parameters.js.map +1 -1
  862. package/dist/react-native/operations/appResiliencyOperations.d.ts +72 -0
  863. package/dist/react-native/operations/appResiliencyOperations.d.ts.map +1 -0
  864. package/dist/react-native/operations/appResiliencyOperations.js +269 -0
  865. package/dist/react-native/operations/appResiliencyOperations.js.map +1 -0
  866. package/dist/react-native/operations/availableWorkloadProfiles.d.ts.map +1 -1
  867. package/dist/react-native/operations/availableWorkloadProfiles.js +24 -45
  868. package/dist/react-native/operations/availableWorkloadProfiles.js.map +1 -1
  869. package/dist/react-native/operations/billingMeters.d.ts.map +1 -1
  870. package/dist/react-native/operations/billingMeters.js +2 -5
  871. package/dist/react-native/operations/billingMeters.js.map +1 -1
  872. package/dist/react-native/operations/buildAuthToken.d.ts +21 -0
  873. package/dist/react-native/operations/buildAuthToken.d.ts.map +1 -0
  874. package/dist/react-native/operations/buildAuthToken.js +56 -0
  875. package/dist/react-native/operations/buildAuthToken.js.map +1 -0
  876. package/dist/react-native/operations/builders.d.ts +107 -0
  877. package/dist/react-native/operations/builders.d.ts.map +1 -0
  878. package/dist/react-native/operations/builders.js +515 -0
  879. package/dist/react-native/operations/builders.js.map +1 -0
  880. package/dist/react-native/operations/builds.d.ts +56 -0
  881. package/dist/react-native/operations/builds.d.ts.map +1 -0
  882. package/dist/react-native/operations/builds.js +248 -0
  883. package/dist/react-native/operations/builds.js.map +1 -0
  884. package/dist/react-native/operations/buildsByBuilderResource.d.ts +38 -0
  885. package/dist/react-native/operations/buildsByBuilderResource.d.ts.map +1 -0
  886. package/dist/react-native/operations/buildsByBuilderResource.js +133 -0
  887. package/dist/react-native/operations/buildsByBuilderResource.js.map +1 -0
  888. package/dist/react-native/operations/certificates.d.ts.map +1 -1
  889. package/dist/react-native/operations/certificates.js +25 -42
  890. package/dist/react-native/operations/certificates.js.map +1 -1
  891. package/dist/react-native/operations/connectedEnvironments.d.ts.map +1 -1
  892. package/dist/react-native/operations/connectedEnvironments.js +75 -105
  893. package/dist/react-native/operations/connectedEnvironments.js.map +1 -1
  894. package/dist/react-native/operations/connectedEnvironmentsCertificates.d.ts +30 -4
  895. package/dist/react-native/operations/connectedEnvironmentsCertificates.d.ts.map +1 -1
  896. package/dist/react-native/operations/connectedEnvironmentsCertificates.js +230 -59
  897. package/dist/react-native/operations/connectedEnvironmentsCertificates.js.map +1 -1
  898. package/dist/react-native/operations/connectedEnvironmentsDaprComponents.d.ts +22 -4
  899. package/dist/react-native/operations/connectedEnvironmentsDaprComponents.d.ts.map +1 -1
  900. package/dist/react-native/operations/connectedEnvironmentsDaprComponents.js +167 -59
  901. package/dist/react-native/operations/connectedEnvironmentsDaprComponents.js.map +1 -1
  902. package/dist/react-native/operations/connectedEnvironmentsStorages.d.ts +21 -3
  903. package/dist/react-native/operations/connectedEnvironmentsStorages.d.ts.map +1 -1
  904. package/dist/react-native/operations/connectedEnvironmentsStorages.js +141 -15
  905. package/dist/react-native/operations/connectedEnvironmentsStorages.js.map +1 -1
  906. package/dist/react-native/operations/containerApps.d.ts.map +1 -1
  907. package/dist/react-native/operations/containerApps.js +105 -122
  908. package/dist/react-native/operations/containerApps.js.map +1 -1
  909. package/dist/react-native/operations/containerAppsAuthConfigs.d.ts.map +1 -1
  910. package/dist/react-native/operations/containerAppsAuthConfigs.js +25 -42
  911. package/dist/react-native/operations/containerAppsAuthConfigs.js.map +1 -1
  912. package/dist/react-native/operations/containerAppsBuilds.d.ts +38 -0
  913. package/dist/react-native/operations/containerAppsBuilds.d.ts.map +1 -0
  914. package/dist/react-native/operations/containerAppsBuilds.js +148 -0
  915. package/dist/react-native/operations/containerAppsBuilds.js.map +1 -0
  916. package/dist/react-native/operations/containerAppsBuildsByContainerApp.d.ts +38 -0
  917. package/dist/react-native/operations/containerAppsBuildsByContainerApp.d.ts.map +1 -0
  918. package/dist/react-native/operations/containerAppsBuildsByContainerApp.js +133 -0
  919. package/dist/react-native/operations/containerAppsBuildsByContainerApp.js.map +1 -0
  920. package/dist/react-native/operations/containerAppsDiagnostics.d.ts.map +1 -1
  921. package/dist/react-native/operations/containerAppsDiagnostics.js +47 -81
  922. package/dist/react-native/operations/containerAppsDiagnostics.js.map +1 -1
  923. package/dist/react-native/operations/containerAppsLabelHistory.d.ts +54 -0
  924. package/dist/react-native/operations/containerAppsLabelHistory.d.ts.map +1 -0
  925. package/dist/react-native/operations/containerAppsLabelHistory.js +196 -0
  926. package/dist/react-native/operations/containerAppsLabelHistory.js.map +1 -0
  927. package/dist/react-native/operations/containerAppsPatches.d.ts +97 -0
  928. package/dist/react-native/operations/containerAppsPatches.d.ts.map +1 -0
  929. package/dist/react-native/operations/containerAppsPatches.js +447 -0
  930. package/dist/react-native/operations/containerAppsPatches.js.map +1 -0
  931. package/dist/react-native/operations/containerAppsRevisionReplicas.d.ts.map +1 -1
  932. package/dist/react-native/operations/containerAppsRevisionReplicas.js +1 -0
  933. package/dist/react-native/operations/containerAppsRevisionReplicas.js.map +1 -1
  934. package/dist/react-native/operations/containerAppsRevisions.d.ts.map +1 -1
  935. package/dist/react-native/operations/containerAppsRevisions.js +24 -41
  936. package/dist/react-native/operations/containerAppsRevisions.js.map +1 -1
  937. package/dist/react-native/operations/containerAppsSessionPools.d.ts.map +1 -1
  938. package/dist/react-native/operations/containerAppsSessionPools.js +83 -110
  939. package/dist/react-native/operations/containerAppsSessionPools.js.map +1 -1
  940. package/dist/react-native/operations/containerAppsSourceControls.d.ts.map +1 -1
  941. package/dist/react-native/operations/containerAppsSourceControls.js +54 -57
  942. package/dist/react-native/operations/containerAppsSourceControls.js.map +1 -1
  943. package/dist/react-native/operations/daprComponentResiliencyPolicies.d.ts +70 -0
  944. package/dist/react-native/operations/daprComponentResiliencyPolicies.d.ts.map +1 -0
  945. package/dist/react-native/operations/daprComponentResiliencyPolicies.js +253 -0
  946. package/dist/react-native/operations/daprComponentResiliencyPolicies.js.map +1 -0
  947. package/dist/react-native/operations/daprComponents.d.ts.map +1 -1
  948. package/dist/react-native/operations/daprComponents.js +25 -42
  949. package/dist/react-native/operations/daprComponents.js.map +1 -1
  950. package/dist/react-native/operations/daprSubscriptions.d.ts +63 -0
  951. package/dist/react-native/operations/daprSubscriptions.d.ts.map +1 -0
  952. package/dist/react-native/operations/daprSubscriptions.js +240 -0
  953. package/dist/react-native/operations/daprSubscriptions.js.map +1 -0
  954. package/dist/react-native/operations/dotNetComponents.d.ts +99 -0
  955. package/dist/react-native/operations/dotNetComponents.d.ts.map +1 -0
  956. package/dist/react-native/operations/dotNetComponents.js +456 -0
  957. package/dist/react-native/operations/dotNetComponents.js.map +1 -0
  958. package/dist/react-native/operations/functionsExtension.d.ts +22 -0
  959. package/dist/react-native/operations/functionsExtension.d.ts.map +1 -0
  960. package/dist/react-native/operations/functionsExtension.js +64 -0
  961. package/dist/react-native/operations/functionsExtension.js.map +1 -0
  962. package/dist/react-native/operations/httpRouteConfigOperations.d.ts +71 -0
  963. package/dist/react-native/operations/httpRouteConfigOperations.d.ts.map +1 -0
  964. package/dist/react-native/operations/httpRouteConfigOperations.js +274 -0
  965. package/dist/react-native/operations/httpRouteConfigOperations.js.map +1 -0
  966. package/dist/react-native/operations/index.d.ts +18 -0
  967. package/dist/react-native/operations/index.d.ts.map +1 -1
  968. package/dist/react-native/operations/index.js +18 -0
  969. package/dist/react-native/operations/index.js.map +1 -1
  970. package/dist/react-native/operations/javaComponents.d.ts.map +1 -1
  971. package/dist/react-native/operations/javaComponents.js +63 -65
  972. package/dist/react-native/operations/javaComponents.js.map +1 -1
  973. package/dist/react-native/operations/jobs.d.ts +29 -1
  974. package/dist/react-native/operations/jobs.d.ts.map +1 -1
  975. package/dist/react-native/operations/jobs.js +313 -168
  976. package/dist/react-native/operations/jobs.js.map +1 -1
  977. package/dist/react-native/operations/jobsExecutions.d.ts.map +1 -1
  978. package/dist/react-native/operations/jobsExecutions.js +23 -40
  979. package/dist/react-native/operations/jobsExecutions.js.map +1 -1
  980. package/dist/react-native/operations/logicApps.d.ts +101 -0
  981. package/dist/react-native/operations/logicApps.d.ts.map +1 -0
  982. package/dist/react-native/operations/logicApps.js +390 -0
  983. package/dist/react-native/operations/logicApps.js.map +1 -0
  984. package/dist/react-native/operations/maintenanceConfigurations.d.ts +64 -0
  985. package/dist/react-native/operations/maintenanceConfigurations.d.ts.map +1 -0
  986. package/dist/react-native/operations/maintenanceConfigurations.js +241 -0
  987. package/dist/react-native/operations/maintenanceConfigurations.js.map +1 -0
  988. package/dist/react-native/operations/managedCertificates.d.ts.map +1 -1
  989. package/dist/react-native/operations/managedCertificates.js +37 -49
  990. package/dist/react-native/operations/managedCertificates.js.map +1 -1
  991. package/dist/react-native/operations/managedEnvironmentDiagnostics.d.ts.map +1 -1
  992. package/dist/react-native/operations/managedEnvironmentDiagnostics.js +1 -0
  993. package/dist/react-native/operations/managedEnvironmentDiagnostics.js.map +1 -1
  994. package/dist/react-native/operations/managedEnvironmentPrivateEndpointConnections.d.ts +86 -0
  995. package/dist/react-native/operations/managedEnvironmentPrivateEndpointConnections.d.ts.map +1 -0
  996. package/dist/react-native/operations/managedEnvironmentPrivateEndpointConnections.js +370 -0
  997. package/dist/react-native/operations/managedEnvironmentPrivateEndpointConnections.js.map +1 -0
  998. package/dist/react-native/operations/managedEnvironmentPrivateLinkResources.d.ts +38 -0
  999. package/dist/react-native/operations/managedEnvironmentPrivateLinkResources.d.ts.map +1 -0
  1000. package/dist/react-native/operations/managedEnvironmentPrivateLinkResources.js +133 -0
  1001. package/dist/react-native/operations/managedEnvironmentPrivateLinkResources.js.map +1 -0
  1002. package/dist/react-native/operations/managedEnvironmentUsages.d.ts.map +1 -1
  1003. package/dist/react-native/operations/managedEnvironmentUsages.js +23 -40
  1004. package/dist/react-native/operations/managedEnvironmentUsages.js.map +1 -1
  1005. package/dist/react-native/operations/managedEnvironments.d.ts.map +1 -1
  1006. package/dist/react-native/operations/managedEnvironments.js +107 -151
  1007. package/dist/react-native/operations/managedEnvironments.js.map +1 -1
  1008. package/dist/react-native/operations/managedEnvironmentsDiagnostics.d.ts.map +1 -1
  1009. package/dist/react-native/operations/managedEnvironmentsDiagnostics.js +1 -0
  1010. package/dist/react-native/operations/managedEnvironmentsDiagnostics.js.map +1 -1
  1011. package/dist/react-native/operations/managedEnvironmentsStorages.d.ts.map +1 -1
  1012. package/dist/react-native/operations/managedEnvironmentsStorages.js +5 -1
  1013. package/dist/react-native/operations/managedEnvironmentsStorages.js.map +1 -1
  1014. package/dist/react-native/operations/namespaces.js +2 -1
  1015. package/dist/react-native/operations/namespaces.js.map +1 -1
  1016. package/dist/react-native/operations/operations.d.ts.map +1 -1
  1017. package/dist/react-native/operations/operations.js +23 -40
  1018. package/dist/react-native/operations/operations.js.map +1 -1
  1019. package/dist/react-native/operations/usages.d.ts.map +1 -1
  1020. package/dist/react-native/operations/usages.js +24 -45
  1021. package/dist/react-native/operations/usages.js.map +1 -1
  1022. package/dist/react-native/operationsInterfaces/appResiliencyOperations.d.ts +47 -0
  1023. package/dist/react-native/operationsInterfaces/appResiliencyOperations.d.ts.map +1 -0
  1024. package/dist/react-native/operationsInterfaces/appResiliencyOperations.js +9 -0
  1025. package/dist/react-native/operationsInterfaces/appResiliencyOperations.js.map +1 -0
  1026. package/dist/react-native/operationsInterfaces/billingMeters.d.ts.map +1 -1
  1027. package/dist/react-native/operationsInterfaces/billingMeters.js.map +1 -1
  1028. package/dist/react-native/operationsInterfaces/buildAuthToken.d.ts +13 -0
  1029. package/dist/react-native/operationsInterfaces/buildAuthToken.d.ts.map +1 -0
  1030. package/dist/react-native/operationsInterfaces/buildAuthToken.js +9 -0
  1031. package/dist/react-native/operationsInterfaces/buildAuthToken.js.map +1 -0
  1032. package/dist/react-native/operationsInterfaces/builders.d.ts +71 -0
  1033. package/dist/react-native/operationsInterfaces/builders.d.ts.map +1 -0
  1034. package/dist/react-native/operationsInterfaces/builders.js +9 -0
  1035. package/dist/react-native/operationsInterfaces/builders.js.map +1 -0
  1036. package/dist/react-native/operationsInterfaces/builds.d.ts +48 -0
  1037. package/dist/react-native/operationsInterfaces/builds.d.ts.map +1 -0
  1038. package/dist/react-native/operationsInterfaces/builds.js +9 -0
  1039. package/dist/react-native/operationsInterfaces/builds.js.map +1 -0
  1040. package/dist/react-native/operationsInterfaces/buildsByBuilderResource.d.ts +13 -0
  1041. package/dist/react-native/operationsInterfaces/buildsByBuilderResource.d.ts.map +1 -0
  1042. package/dist/react-native/operationsInterfaces/buildsByBuilderResource.js +9 -0
  1043. package/dist/react-native/operationsInterfaces/buildsByBuilderResource.js.map +1 -0
  1044. package/dist/react-native/operationsInterfaces/connectedEnvironmentsCertificates.d.ts +30 -4
  1045. package/dist/react-native/operationsInterfaces/connectedEnvironmentsCertificates.d.ts.map +1 -1
  1046. package/dist/react-native/operationsInterfaces/connectedEnvironmentsCertificates.js.map +1 -1
  1047. package/dist/react-native/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts +22 -4
  1048. package/dist/react-native/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts.map +1 -1
  1049. package/dist/react-native/operationsInterfaces/connectedEnvironmentsDaprComponents.js.map +1 -1
  1050. package/dist/react-native/operationsInterfaces/connectedEnvironmentsStorages.d.ts +21 -3
  1051. package/dist/react-native/operationsInterfaces/connectedEnvironmentsStorages.d.ts.map +1 -1
  1052. package/dist/react-native/operationsInterfaces/connectedEnvironmentsStorages.js.map +1 -1
  1053. package/dist/react-native/operationsInterfaces/containerApps.d.ts.map +1 -1
  1054. package/dist/react-native/operationsInterfaces/containerApps.js.map +1 -1
  1055. package/dist/react-native/operationsInterfaces/containerAppsBuilds.d.ts +30 -0
  1056. package/dist/react-native/operationsInterfaces/containerAppsBuilds.d.ts.map +1 -0
  1057. package/dist/react-native/operationsInterfaces/containerAppsBuilds.js +9 -0
  1058. package/dist/react-native/operationsInterfaces/containerAppsBuilds.js.map +1 -0
  1059. package/dist/react-native/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts +13 -0
  1060. package/dist/react-native/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts.map +1 -0
  1061. package/dist/react-native/operationsInterfaces/containerAppsBuildsByContainerApp.js +9 -0
  1062. package/dist/react-native/operationsInterfaces/containerAppsBuildsByContainerApp.js.map +1 -0
  1063. package/dist/react-native/operationsInterfaces/containerAppsLabelHistory.d.ts +29 -0
  1064. package/dist/react-native/operationsInterfaces/containerAppsLabelHistory.d.ts.map +1 -0
  1065. package/dist/react-native/operationsInterfaces/containerAppsLabelHistory.js +9 -0
  1066. package/dist/react-native/operationsInterfaces/containerAppsLabelHistory.js.map +1 -0
  1067. package/dist/react-native/operationsInterfaces/containerAppsPatches.d.ts +72 -0
  1068. package/dist/react-native/operationsInterfaces/containerAppsPatches.d.ts.map +1 -0
  1069. package/dist/react-native/operationsInterfaces/containerAppsPatches.js +9 -0
  1070. package/dist/react-native/operationsInterfaces/containerAppsPatches.js.map +1 -0
  1071. package/dist/react-native/operationsInterfaces/daprComponentResiliencyPolicies.d.ts +43 -0
  1072. package/dist/react-native/operationsInterfaces/daprComponentResiliencyPolicies.d.ts.map +1 -0
  1073. package/dist/react-native/operationsInterfaces/daprComponentResiliencyPolicies.js +9 -0
  1074. package/dist/react-native/operationsInterfaces/daprComponentResiliencyPolicies.js.map +1 -0
  1075. package/dist/react-native/operationsInterfaces/daprSubscriptions.d.ts +38 -0
  1076. package/dist/react-native/operationsInterfaces/daprSubscriptions.d.ts.map +1 -0
  1077. package/dist/react-native/operationsInterfaces/daprSubscriptions.js +9 -0
  1078. package/dist/react-native/operationsInterfaces/daprSubscriptions.js.map +1 -0
  1079. package/dist/react-native/operationsInterfaces/dotNetComponents.d.ts +74 -0
  1080. package/dist/react-native/operationsInterfaces/dotNetComponents.d.ts.map +1 -0
  1081. package/dist/react-native/operationsInterfaces/dotNetComponents.js +9 -0
  1082. package/dist/react-native/operationsInterfaces/dotNetComponents.js.map +1 -0
  1083. package/dist/react-native/operationsInterfaces/functionsExtension.d.ts +14 -0
  1084. package/dist/react-native/operationsInterfaces/functionsExtension.d.ts.map +1 -0
  1085. package/dist/react-native/operationsInterfaces/functionsExtension.js +9 -0
  1086. package/dist/react-native/operationsInterfaces/functionsExtension.js.map +1 -0
  1087. package/dist/react-native/operationsInterfaces/httpRouteConfigOperations.d.ts +46 -0
  1088. package/dist/react-native/operationsInterfaces/httpRouteConfigOperations.d.ts.map +1 -0
  1089. package/dist/react-native/operationsInterfaces/httpRouteConfigOperations.js +9 -0
  1090. package/dist/react-native/operationsInterfaces/httpRouteConfigOperations.js.map +1 -0
  1091. package/dist/react-native/operationsInterfaces/index.d.ts +18 -0
  1092. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
  1093. package/dist/react-native/operationsInterfaces/index.js +18 -0
  1094. package/dist/react-native/operationsInterfaces/index.js.map +1 -1
  1095. package/dist/react-native/operationsInterfaces/javaComponents.d.ts.map +1 -1
  1096. package/dist/react-native/operationsInterfaces/javaComponents.js.map +1 -1
  1097. package/dist/react-native/operationsInterfaces/jobs.d.ts +29 -1
  1098. package/dist/react-native/operationsInterfaces/jobs.d.ts.map +1 -1
  1099. package/dist/react-native/operationsInterfaces/jobs.js.map +1 -1
  1100. package/dist/react-native/operationsInterfaces/logicApps.d.ts +74 -0
  1101. package/dist/react-native/operationsInterfaces/logicApps.d.ts.map +1 -0
  1102. package/dist/react-native/operationsInterfaces/logicApps.js +9 -0
  1103. package/dist/react-native/operationsInterfaces/logicApps.js.map +1 -0
  1104. package/dist/react-native/operationsInterfaces/maintenanceConfigurations.d.ts +39 -0
  1105. package/dist/react-native/operationsInterfaces/maintenanceConfigurations.d.ts.map +1 -0
  1106. package/dist/react-native/operationsInterfaces/maintenanceConfigurations.js +9 -0
  1107. package/dist/react-native/operationsInterfaces/maintenanceConfigurations.js.map +1 -0
  1108. package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts +61 -0
  1109. package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts.map +1 -0
  1110. package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js +9 -0
  1111. package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js.map +1 -0
  1112. package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts +13 -0
  1113. package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts.map +1 -0
  1114. package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateLinkResources.js +9 -0
  1115. package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateLinkResources.js.map +1 -0
  1116. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -1
  1117. package/dist/react-native/operationsInterfaces/operations.js.map +1 -1
  1118. package/dist/react-native/operationsInterfaces/usages.d.ts.map +1 -1
  1119. package/dist/react-native/operationsInterfaces/usages.js.map +1 -1
  1120. package/dist/react-native/pagingHelper.d.ts.map +1 -1
  1121. package/dist/react-native/pagingHelper.js +2 -4
  1122. package/dist/react-native/pagingHelper.js.map +1 -1
  1123. package/package.json +46 -57
  1124. package/CHANGELOG.md +0 -1141
  1125. package/review/arm-appcontainers.api.md +0 -3476
@@ -1,5 +1,165 @@
1
1
  import * as coreClient from "@azure/core-client";
2
- export type JavaComponentPropertiesUnion = JavaComponentProperties | SpringBootAdminComponent | SpringCloudEurekaComponent | SpringCloudConfigComponent;
2
+ export type JavaComponentPropertiesUnion = JavaComponentProperties | SpringCloudGatewayComponent | SpringBootAdminComponent | NacosComponent | SpringCloudEurekaComponent | SpringCloudConfigComponent;
3
+ /** Policy to set request timeouts */
4
+ export interface TimeoutPolicy {
5
+ /** Timeout, in seconds, for a request to respond */
6
+ responseTimeoutInSeconds?: number;
7
+ /** Timeout, in seconds, for a request to initiate a connection */
8
+ connectionTimeoutInSeconds?: number;
9
+ }
10
+ /** Policy that defines http request retry conditions */
11
+ export interface HttpRetryPolicy {
12
+ /** Maximum number of times a request will retry */
13
+ maxRetries?: number;
14
+ /** Headers that must be present for a request to be retried */
15
+ headers?: HeaderMatch[];
16
+ /** Additional http status codes that can trigger a retry */
17
+ httpStatusCodes?: number[];
18
+ /** Errors that can trigger a retry */
19
+ errors?: string[];
20
+ /** Initial delay, in milliseconds, before retrying a request */
21
+ initialDelayInMilliseconds?: number;
22
+ /** Maximum interval, in milliseconds, between retries */
23
+ maxIntervalInMilliseconds?: number;
24
+ }
25
+ /** Conditions required to match a header */
26
+ export interface HeaderMatch {
27
+ /** Name of the header */
28
+ header?: string;
29
+ /** Exact value of the header */
30
+ exactMatch?: string;
31
+ /** Prefix value of the header */
32
+ prefixMatch?: string;
33
+ /** Suffix value of the header */
34
+ suffixMatch?: string;
35
+ /** Regex value of the header */
36
+ regexMatch?: string;
37
+ }
38
+ /** Policy that defines tcp request retry conditions */
39
+ export interface TcpRetryPolicy {
40
+ /** Maximum number of attempts to connect to the tcp service */
41
+ maxConnectAttempts?: number;
42
+ }
43
+ /** Policy that defines circuit breaker conditions */
44
+ export interface CircuitBreakerPolicy {
45
+ /** Number of consecutive errors before the circuit breaker opens */
46
+ consecutiveErrors?: number;
47
+ /** The time interval, in seconds, between endpoint checks. This can result in opening the circuit breaker if the check fails as well as closing the circuit breaker if the check succeeds. Defaults to 10s. */
48
+ intervalInSeconds?: number;
49
+ /** Maximum percentage of hosts that will be ejected after failure threshold has been met */
50
+ maxEjectionPercent?: number;
51
+ }
52
+ /** Defines parameters for http connection pooling */
53
+ export interface HttpConnectionPool {
54
+ /** Maximum number of pending http1 requests allowed */
55
+ http1MaxPendingRequests?: number;
56
+ /** Maximum number of http2 requests allowed */
57
+ http2MaxRequests?: number;
58
+ }
59
+ /** Defines parameters for tcp connection pooling */
60
+ export interface TcpConnectionPool {
61
+ /** Maximum number of tcp connections allowed */
62
+ maxConnections?: number;
63
+ }
64
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
65
+ export interface Resource {
66
+ /**
67
+ * Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
68
+ * NOTE: This property will not be serialized. It can only be populated by the server.
69
+ */
70
+ readonly id?: string;
71
+ /**
72
+ * The name of the resource
73
+ * NOTE: This property will not be serialized. It can only be populated by the server.
74
+ */
75
+ readonly name?: string;
76
+ /**
77
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
78
+ * NOTE: This property will not be serialized. It can only be populated by the server.
79
+ */
80
+ readonly type?: string;
81
+ /**
82
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
83
+ * NOTE: This property will not be serialized. It can only be populated by the server.
84
+ */
85
+ readonly systemData?: SystemData;
86
+ }
87
+ /** Metadata pertaining to creation and last modification of the resource. */
88
+ export interface SystemData {
89
+ /** The identity that created the resource. */
90
+ createdBy?: string;
91
+ /** The type of identity that created the resource. */
92
+ createdByType?: CreatedByType;
93
+ /** The timestamp of resource creation (UTC). */
94
+ createdAt?: Date;
95
+ /** The identity that last modified the resource. */
96
+ lastModifiedBy?: string;
97
+ /** The type of identity that last modified the resource. */
98
+ lastModifiedByType?: CreatedByType;
99
+ /** The timestamp of resource last modification (UTC) */
100
+ lastModifiedAt?: Date;
101
+ }
102
+ /** App Service error response. */
103
+ export interface DefaultErrorResponse {
104
+ /**
105
+ * Error model.
106
+ * NOTE: This property will not be serialized. It can only be populated by the server.
107
+ */
108
+ readonly error?: DefaultErrorResponseError;
109
+ }
110
+ /** Error model. */
111
+ export interface DefaultErrorResponseError {
112
+ /**
113
+ * Standardized string to programmatically identify the error.
114
+ * NOTE: This property will not be serialized. It can only be populated by the server.
115
+ */
116
+ readonly code?: string;
117
+ /**
118
+ * Detailed error description and debugging information.
119
+ * NOTE: This property will not be serialized. It can only be populated by the server.
120
+ */
121
+ readonly message?: string;
122
+ /**
123
+ * Detailed error description and debugging information.
124
+ * NOTE: This property will not be serialized. It can only be populated by the server.
125
+ */
126
+ readonly target?: string;
127
+ /** Details or the error */
128
+ details?: DefaultErrorResponseErrorDetailsItem[];
129
+ /**
130
+ * More information to debug error.
131
+ * NOTE: This property will not be serialized. It can only be populated by the server.
132
+ */
133
+ readonly innererror?: string;
134
+ }
135
+ /** Detailed errors. */
136
+ export interface DefaultErrorResponseErrorDetailsItem {
137
+ /**
138
+ * Standardized string to programmatically identify the error.
139
+ * NOTE: This property will not be serialized. It can only be populated by the server.
140
+ */
141
+ readonly code?: string;
142
+ /**
143
+ * Detailed error description and debugging information.
144
+ * NOTE: This property will not be serialized. It can only be populated by the server.
145
+ */
146
+ readonly message?: string;
147
+ /**
148
+ * Detailed error description and debugging information.
149
+ * NOTE: This property will not be serialized. It can only be populated by the server.
150
+ */
151
+ readonly target?: string;
152
+ }
153
+ /** Collection of AppResiliency policies */
154
+ export interface AppResiliencyCollection {
155
+ /** Collection of resources. */
156
+ value: AppResiliency[];
157
+ /**
158
+ * Link to next page of resources.
159
+ * NOTE: This property will not be serialized. It can only be populated by the server.
160
+ */
161
+ readonly nextLink?: string;
162
+ }
3
163
  /** AuthConfig collection ARM resource. */
4
164
  export interface AuthConfigCollection {
5
165
  /** Collection of resources. */
@@ -338,8 +498,14 @@ export interface TokenStore {
338
498
  }
339
499
  /** The configuration settings of the storage of the tokens if blob storage is used. */
340
500
  export interface BlobStorageTokenStore {
341
- /** The name of the app secrets containing the SAS URL of the blob storage containing the tokens. */
342
- sasUrlSettingName: string;
501
+ /** The name of the app secrets containing the SAS URL of the blob storage containing the tokens. Should not be used along with blobContainerUri. */
502
+ sasUrlSettingName?: string;
503
+ /** The URI of the blob storage containing the tokens. Should not be used along with sasUrlSettingName. */
504
+ blobContainerUri?: string;
505
+ /** The Client ID of a User-Assigned Managed Identity. Should not be used along with managedIdentityResourceId. */
506
+ clientId?: string;
507
+ /** The Resource ID of a User-Assigned Managed Identity. Should not be used along with clientId. */
508
+ managedIdentityResourceId?: string;
343
509
  }
344
510
  /** The configuration settings of the session cookie's expiration. */
345
511
  export interface CookieExpiration {
@@ -385,95 +551,6 @@ export interface EncryptionSettings {
385
551
  /** The secret name which is referenced for SigningKey. */
386
552
  containerAppAuthSigningSecretName?: string;
387
553
  }
388
- /** Common fields that are returned in the response for all Azure Resource Manager resources */
389
- export interface Resource {
390
- /**
391
- * Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
392
- * NOTE: This property will not be serialized. It can only be populated by the server.
393
- */
394
- readonly id?: string;
395
- /**
396
- * The name of the resource
397
- * NOTE: This property will not be serialized. It can only be populated by the server.
398
- */
399
- readonly name?: string;
400
- /**
401
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
402
- * NOTE: This property will not be serialized. It can only be populated by the server.
403
- */
404
- readonly type?: string;
405
- /**
406
- * Azure Resource Manager metadata containing createdBy and modifiedBy information.
407
- * NOTE: This property will not be serialized. It can only be populated by the server.
408
- */
409
- readonly systemData?: SystemData;
410
- }
411
- /** Metadata pertaining to creation and last modification of the resource. */
412
- export interface SystemData {
413
- /** The identity that created the resource. */
414
- createdBy?: string;
415
- /** The type of identity that created the resource. */
416
- createdByType?: CreatedByType;
417
- /** The timestamp of resource creation (UTC). */
418
- createdAt?: Date;
419
- /** The identity that last modified the resource. */
420
- lastModifiedBy?: string;
421
- /** The type of identity that last modified the resource. */
422
- lastModifiedByType?: CreatedByType;
423
- /** The timestamp of resource last modification (UTC) */
424
- lastModifiedAt?: Date;
425
- }
426
- /** App Service error response. */
427
- export interface DefaultErrorResponse {
428
- /**
429
- * Error model.
430
- * NOTE: This property will not be serialized. It can only be populated by the server.
431
- */
432
- readonly error?: DefaultErrorResponseError;
433
- }
434
- /** Error model. */
435
- export interface DefaultErrorResponseError {
436
- /**
437
- * Standardized string to programmatically identify the error.
438
- * NOTE: This property will not be serialized. It can only be populated by the server.
439
- */
440
- readonly code?: string;
441
- /**
442
- * Detailed error description and debugging information.
443
- * NOTE: This property will not be serialized. It can only be populated by the server.
444
- */
445
- readonly message?: string;
446
- /**
447
- * Detailed error description and debugging information.
448
- * NOTE: This property will not be serialized. It can only be populated by the server.
449
- */
450
- readonly target?: string;
451
- /** Details or the error */
452
- details?: DefaultErrorResponseErrorDetailsItem[];
453
- /**
454
- * More information to debug error.
455
- * NOTE: This property will not be serialized. It can only be populated by the server.
456
- */
457
- readonly innererror?: string;
458
- }
459
- /** Detailed errors. */
460
- export interface DefaultErrorResponseErrorDetailsItem {
461
- /**
462
- * Standardized string to programmatically identify the error.
463
- * NOTE: This property will not be serialized. It can only be populated by the server.
464
- */
465
- readonly code?: string;
466
- /**
467
- * Detailed error description and debugging information.
468
- * NOTE: This property will not be serialized. It can only be populated by the server.
469
- */
470
- readonly message?: string;
471
- /**
472
- * Detailed error description and debugging information.
473
- * NOTE: This property will not be serialized. It can only be populated by the server.
474
- */
475
- readonly target?: string;
476
- }
477
554
  /** Collection of available workload profiles in the location. */
478
555
  export interface AvailableWorkloadProfilesCollection {
479
556
  /** Collection of workload profiles. */
@@ -550,6 +627,33 @@ export interface BillingMeterCollection {
550
627
  /** Collection of billing meters. */
551
628
  value: BillingMeter[];
552
629
  }
630
+ /** Billing meter. */
631
+ export interface BillingMeter {
632
+ /**
633
+ * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
634
+ * NOTE: This property will not be serialized. It can only be populated by the server.
635
+ */
636
+ readonly id?: string;
637
+ /**
638
+ * The name of the resource
639
+ * NOTE: This property will not be serialized. It can only be populated by the server.
640
+ */
641
+ readonly name?: string;
642
+ /**
643
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
644
+ * NOTE: This property will not be serialized. It can only be populated by the server.
645
+ */
646
+ readonly type?: string;
647
+ /**
648
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
649
+ * NOTE: This property will not be serialized. It can only be populated by the server.
650
+ */
651
+ readonly systemData?: SystemData;
652
+ /** Region for the billing meter. */
653
+ location?: string;
654
+ /** Revision resource specific properties */
655
+ properties?: BillingMeterProperties;
656
+ }
553
657
  /** Revision resource specific properties */
554
658
  export interface BillingMeterProperties {
555
659
  /** Used to categorize billing meters. */
@@ -559,6 +663,128 @@ export interface BillingMeterProperties {
559
663
  /** The everyday name of the billing meter. */
560
664
  displayName?: string;
561
665
  }
666
+ /** The response of a BuilderResource list operation. */
667
+ export interface BuilderCollection {
668
+ /** The BuilderResource items on this page */
669
+ value: BuilderResource[];
670
+ /** The link to the next page of items */
671
+ nextLink?: string;
672
+ }
673
+ /** Model representing a mapping from a container registry to the identity used to connect to it. */
674
+ export interface ContainerRegistry {
675
+ /** Login server of the container registry. */
676
+ containerRegistryServer: string;
677
+ /** Resource ID of the managed identity. */
678
+ identityResourceId: string;
679
+ }
680
+ /** Managed service identity (system assigned and/or user assigned identities) */
681
+ export interface ManagedServiceIdentity {
682
+ /**
683
+ * The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
684
+ * NOTE: This property will not be serialized. It can only be populated by the server.
685
+ */
686
+ readonly principalId?: string;
687
+ /**
688
+ * The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
689
+ * NOTE: This property will not be serialized. It can only be populated by the server.
690
+ */
691
+ readonly tenantId?: string;
692
+ /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
693
+ type: ManagedServiceIdentityType;
694
+ /** The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. */
695
+ userAssignedIdentities?: {
696
+ [propertyName: string]: UserAssignedIdentity | null;
697
+ };
698
+ }
699
+ /** User assigned identity properties */
700
+ export interface UserAssignedIdentity {
701
+ /**
702
+ * The principal ID of the assigned identity.
703
+ * NOTE: This property will not be serialized. It can only be populated by the server.
704
+ */
705
+ readonly principalId?: string;
706
+ /**
707
+ * The client ID of the assigned identity.
708
+ * NOTE: This property will not be serialized. It can only be populated by the server.
709
+ */
710
+ readonly clientId?: string;
711
+ }
712
+ /** The type used for update operations of the BuilderResource. */
713
+ export interface BuilderResourceUpdate {
714
+ /** The managed service identities assigned to this resource. */
715
+ identity?: ManagedServiceIdentity;
716
+ /** Resource tags. */
717
+ tags?: {
718
+ [propertyName: string]: string;
719
+ };
720
+ /** Resource ID of the container apps environment that the builder is associated with. */
721
+ environmentId?: string;
722
+ }
723
+ /** The response of a BuildResource list operation. */
724
+ export interface BuildCollection {
725
+ /** The BuildResource items on this page */
726
+ value: BuildResource[];
727
+ /** The link to the next page of items */
728
+ nextLink?: string;
729
+ }
730
+ /** Container registry that the final image will be uploaded to. */
731
+ export interface ContainerRegistryWithCustomImage {
732
+ /** Login server of the container registry that the final image should be uploaded to. Builder resource needs to have this container registry defined along with an identity to use to access it. */
733
+ server: string;
734
+ /** Full name that the final image should be uploaded as, including both image name and tag. */
735
+ image?: string;
736
+ }
737
+ /** Configuration of the build. */
738
+ export interface BuildConfiguration {
739
+ /** Base OS used to build and run the app. */
740
+ baseOs?: string;
741
+ /** Platform to be used to build and run the app. */
742
+ platform?: string;
743
+ /** Platform version to be used to build and run the app. */
744
+ platformVersion?: string;
745
+ /** List of environment variables to be passed to the build, secrets should not be used in environment variable. */
746
+ environmentVariables?: EnvironmentVariable[];
747
+ /** List of steps to perform before the build. */
748
+ preBuildSteps?: PreBuildStep[];
749
+ }
750
+ /** Model representing an environment variable. */
751
+ export interface EnvironmentVariable {
752
+ /** Environment variable name. */
753
+ name: string;
754
+ /** Environment variable value. */
755
+ value: string;
756
+ }
757
+ /** Model representing a pre-build step. */
758
+ export interface PreBuildStep {
759
+ /** Description of the pre-build step. */
760
+ description?: string;
761
+ /** List of custom commands to run. */
762
+ scripts?: string[];
763
+ /** Http get request to send before the build. */
764
+ httpGet?: HttpGet;
765
+ }
766
+ /** Model representing a http get request. */
767
+ export interface HttpGet {
768
+ /** URL to make HTTP GET request against. */
769
+ url: string;
770
+ /** Name of the file that the request should be saved to. */
771
+ fileName?: string;
772
+ /** List of headers to send with the request. */
773
+ headers?: string[];
774
+ }
775
+ /** Build Auth Token. */
776
+ export interface BuildToken {
777
+ /**
778
+ * Authentication token.
779
+ * NOTE: This property will not be serialized. It can only be populated by the server.
780
+ */
781
+ readonly token?: string;
782
+ /**
783
+ * Token expiration date.
784
+ * NOTE: This property will not be serialized. It can only be populated by the server.
785
+ */
786
+ readonly expires?: Date;
787
+ }
562
788
  /** Collection of connectedEnvironments */
563
789
  export interface ConnectedEnvironmentCollection {
564
790
  /** Collection of resources. */
@@ -614,6 +840,13 @@ export interface CertificateKeyVaultProperties {
614
840
  /** URL pointing to the Azure Key Vault secret that holds the certificate. */
615
841
  keyVaultUrl?: string;
616
842
  }
843
+ /** List of key value pairs that describe the resource. This will overwrite the existing tags. */
844
+ export interface ResourceTags {
845
+ /** Resource tags. */
846
+ tags?: {
847
+ [propertyName: string]: string;
848
+ };
849
+ }
617
850
  /** The check availability request body. */
618
851
  export interface CheckNameAvailabilityRequest {
619
852
  /** The name of the resource for which availability needs to be checked. */
@@ -647,6 +880,11 @@ export interface CertificateProperties {
647
880
  * NOTE: This property will not be serialized. It can only be populated by the server.
648
881
  */
649
882
  readonly provisioningState?: CertificateProvisioningState;
883
+ /**
884
+ * Any errors that occurred during deployment or deployment validation
885
+ * NOTE: This property will not be serialized. It can only be populated by the server.
886
+ */
887
+ readonly deploymentErrors?: string;
650
888
  /** Properties for a certificate stored in a Key Vault. */
651
889
  certificateKeyVaultProperties?: CertificateKeyVaultProperties;
652
890
  /** Certificate password. */
@@ -693,6 +931,8 @@ export interface CertificateProperties {
693
931
  * NOTE: This property will not be serialized. It can only be populated by the server.
694
932
  */
695
933
  readonly publicKeyHash?: string;
934
+ /** The type of the certificate. Allowed values are `ServerSSLCertificate` and `ImagePullTrustedCA` */
935
+ certificateType?: CertificateType;
696
936
  }
697
937
  /** A certificate to update */
698
938
  export interface CertificatePatch {
@@ -701,16 +941,37 @@ export interface CertificatePatch {
701
941
  [propertyName: string]: string;
702
942
  };
703
943
  }
704
- /** Dapr Components ARM resource. */
705
- export interface DaprComponentsCollection {
706
- /** Collection of resources. */
707
- value: DaprComponent[];
944
+ /** Collection of Dapr Components for Environments */
945
+ export interface ConnectedEnvironmentDaprComponentsCollection {
946
+ /** Collection of Dapr component resources. */
947
+ value: ConnectedEnvironmentDaprComponent[];
708
948
  /**
709
949
  * Link to next page of resources.
710
950
  * NOTE: This property will not be serialized. It can only be populated by the server.
711
951
  */
712
952
  readonly nextLink?: string;
713
953
  }
954
+ /** Dapr Component resource specific properties */
955
+ export interface DaprComponentProperties {
956
+ /** Component type */
957
+ componentType?: string;
958
+ /** Component version */
959
+ version?: string;
960
+ /** Boolean describing if the component errors are ignores */
961
+ ignoreErrors?: boolean;
962
+ /** Initialization timeout */
963
+ initTimeout?: string;
964
+ /** Collection of secrets used by a Dapr component */
965
+ secrets?: Secret[];
966
+ /** Name of a Dapr component to retrieve component secrets from */
967
+ secretStoreComponent?: string;
968
+ /** Component metadata */
969
+ metadata?: DaprMetadata[];
970
+ /** Names of container apps that can use this Dapr component */
971
+ scopes?: string[];
972
+ /** List of container app services that are bound to the Dapr component */
973
+ serviceComponentBind?: DaprComponentServiceBinding[];
974
+ }
714
975
  /** Secret definition. */
715
976
  export interface Secret {
716
977
  /** Secret Name. */
@@ -731,6 +992,22 @@ export interface DaprMetadata {
731
992
  /** Name of the Dapr Component secret from which to pull the metadata property value. */
732
993
  secretRef?: string;
733
994
  }
995
+ /** Configuration to bind a Dapr Component to a dev ContainerApp Service */
996
+ export interface DaprComponentServiceBinding {
997
+ /** Name of the service bind */
998
+ name?: string;
999
+ /** Resource id of the target service */
1000
+ serviceId?: string;
1001
+ /** Service bind metadata */
1002
+ metadata?: DaprServiceBindMetadata;
1003
+ }
1004
+ /** Dapr component metadata. */
1005
+ export interface DaprServiceBindMetadata {
1006
+ /** Service bind metadata property name. */
1007
+ name?: string;
1008
+ /** Service bind metadata property value. */
1009
+ value?: string;
1010
+ }
734
1011
  /** Dapr component Secrets Collection for ListSecrets Action. */
735
1012
  export interface DaprSecretsCollection {
736
1013
  /** Collection of secrets used by a Dapr component */
@@ -756,8 +1033,20 @@ export interface ConnectedEnvironmentStoragesCollection {
756
1033
  }
757
1034
  /** Storage properties */
758
1035
  export interface ConnectedEnvironmentStorageProperties {
1036
+ /**
1037
+ * Provisioning state of the storage.
1038
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1039
+ */
1040
+ readonly provisioningState?: ConnectedEnvironmentStorageProvisioningState;
1041
+ /**
1042
+ * Any errors that occurred during deployment or deployment validation
1043
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1044
+ */
1045
+ readonly deploymentErrors?: string;
759
1046
  /** Azure file properties */
760
1047
  azureFile?: AzureFileProperties;
1048
+ /** SMB storage properties */
1049
+ smb?: SmbStorage;
761
1050
  }
762
1051
  /** Azure File Properties. */
763
1052
  export interface AzureFileProperties {
@@ -765,11 +1054,35 @@ export interface AzureFileProperties {
765
1054
  accountName?: string;
766
1055
  /** Storage account key for azure file. */
767
1056
  accountKey?: string;
1057
+ /** Storage account key stored as an Azure Key Vault secret. */
1058
+ accountKeyVaultProperties?: SecretKeyVaultProperties;
768
1059
  /** Access mode for storage */
769
1060
  accessMode?: AccessMode;
770
1061
  /** Azure file share name. */
771
1062
  shareName?: string;
772
1063
  }
1064
+ /** Properties for a secret stored in a Key Vault. */
1065
+ export interface SecretKeyVaultProperties {
1066
+ /** Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity. */
1067
+ identity?: string;
1068
+ /** URL pointing to the Azure Key Vault secret. */
1069
+ keyVaultUrl?: string;
1070
+ }
1071
+ /** SMB storage properties */
1072
+ export interface SmbStorage {
1073
+ /** The host name or IP address of the SMB server. */
1074
+ host?: string;
1075
+ /** The path to the SMB shared folder. */
1076
+ shareName?: string;
1077
+ /** The user to log on to the SMB server. */
1078
+ username?: string;
1079
+ /** The domain name for the user. */
1080
+ domain?: string;
1081
+ /** The password for the user. */
1082
+ password?: string;
1083
+ /** Access mode for storage */
1084
+ accessMode?: AccessMode;
1085
+ }
773
1086
  /** Container App collection ARM resource. */
774
1087
  export interface ContainerAppCollection {
775
1088
  /** Collection of resources. */
@@ -780,37 +1093,10 @@ export interface ContainerAppCollection {
780
1093
  */
781
1094
  readonly nextLink?: string;
782
1095
  }
783
- /** Managed service identity (system assigned and/or user assigned identities) */
784
- export interface ManagedServiceIdentity {
785
- /**
786
- * The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
787
- * NOTE: This property will not be serialized. It can only be populated by the server.
788
- */
789
- readonly principalId?: string;
790
- /**
791
- * The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
792
- * NOTE: This property will not be serialized. It can only be populated by the server.
793
- */
794
- readonly tenantId?: string;
795
- /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
796
- type: ManagedServiceIdentityType;
797
- /** The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. */
798
- userAssignedIdentities?: {
799
- [propertyName: string]: UserAssignedIdentity;
800
- };
801
- }
802
- /** User assigned identity properties */
803
- export interface UserAssignedIdentity {
804
- /**
805
- * The principal ID of the assigned identity.
806
- * NOTE: This property will not be serialized. It can only be populated by the server.
807
- */
808
- readonly principalId?: string;
809
- /**
810
- * The client ID of the assigned identity.
811
- * NOTE: This property will not be serialized. It can only be populated by the server.
812
- */
813
- readonly clientId?: string;
1096
+ /** Container App auto patch configuration. */
1097
+ export interface ContainerAppPropertiesPatchingConfiguration {
1098
+ /** Patching mode for the container app. Null or default in this field will be interpreted as Automatic by RP. Automatic mode will automatically apply available patches. Manual mode will require the user to manually apply patches. Disabled mode will stop patch detection and auto patching. */
1099
+ patchingMode?: PatchingMode;
814
1100
  }
815
1101
  /** Non versioned Container App configuration properties that define the mutable settings of a Container app */
816
1102
  export interface Configuration {
@@ -818,9 +1104,11 @@ export interface Configuration {
818
1104
  secrets?: Secret[];
819
1105
  /**
820
1106
  * ActiveRevisionsMode controls how active revisions are handled for the Container app:
821
- * <list><item>Multiple: multiple revisions can be active.</item><item>Single: Only one revision can be active at a time. Revision weights can not be used in this mode. If no value if provided, this is the default.</item></list>
1107
+ * <list><item>Single: Only one revision can be active at a time. Traffic weights cannot be used. This is the default.</item><item>Multiple: Multiple revisions can be active, including optional traffic weights and labels.</item><item>Labels: Only revisions with labels are active. Traffic weights can be applied to labels.</item></list>
822
1108
  */
823
1109
  activeRevisionsMode?: ActiveRevisionsMode;
1110
+ /** Required in labels revisions mode. Label to apply to newly created revision. */
1111
+ targetLabel?: string;
824
1112
  /** Ingress configurations. */
825
1113
  ingress?: Ingress;
826
1114
  /** Collection of private container registry credentials for containers used by the Container app */
@@ -831,6 +1119,8 @@ export interface Configuration {
831
1119
  runtime?: Runtime;
832
1120
  /** Optional. Max inactive revisions a Container App can have. */
833
1121
  maxInactiveRevisions?: number;
1122
+ /** Optional. The percent of the total number of replicas that must be brought up before revision transition occurs. Defaults to 100 when none is given. Value must be greater than 0 and less than or equal to 100. */
1123
+ revisionTransitionThreshold?: number;
834
1124
  /** Container App to be a dev Container App Service */
835
1125
  service?: Service;
836
1126
  /** Optional settings for Managed Identities that are assigned to the Container App. If a Managed Identity is not specified here, default settings will be used. */
@@ -867,6 +1157,8 @@ export interface Ingress {
867
1157
  corsPolicy?: CorsPolicy;
868
1158
  /** Settings to expose additional ports on container app */
869
1159
  additionalPortMappings?: IngressPortMapping[];
1160
+ /** Whether an http app listens on http or https */
1161
+ targetPortHttpScheme?: IngressTargetPortHttpScheme;
870
1162
  }
871
1163
  /** Traffic weight assigned to a revision */
872
1164
  export interface TrafficWeight {
@@ -957,16 +1249,61 @@ export interface Dapr {
957
1249
  logLevel?: LogLevel;
958
1250
  /** Enables API logging for the Dapr sidecar */
959
1251
  enableApiLogging?: boolean;
1252
+ /** Dapr application health check configuration */
1253
+ appHealth?: DaprAppHealth;
1254
+ /** Maximum number of concurrent requests, events handled by the Dapr sidecar */
1255
+ maxConcurrency?: number;
1256
+ }
1257
+ /** Dapr application health check configuration */
1258
+ export interface DaprAppHealth {
1259
+ /** Boolean indicating if the health probe is enabled */
1260
+ enabled?: boolean;
1261
+ /** Path for the health probe */
1262
+ path?: string;
1263
+ /** Interval for the health probe in seconds */
1264
+ probeIntervalSeconds?: number;
1265
+ /** Timeout for the health probe in milliseconds */
1266
+ probeTimeoutMilliseconds?: number;
1267
+ /** Threshold for the health probe */
1268
+ threshold?: number;
960
1269
  }
961
1270
  /** Container App Runtime configuration. */
962
1271
  export interface Runtime {
963
1272
  /** Java app configuration */
964
1273
  java?: RuntimeJava;
1274
+ /** .NET app configuration */
1275
+ dotnet?: RuntimeDotnet;
965
1276
  }
966
1277
  /** Java app configuration */
967
1278
  export interface RuntimeJava {
968
1279
  /** Enable jmx core metrics for the java app */
969
1280
  enableMetrics?: boolean;
1281
+ /** Diagnostic capabilities achieved by java agent */
1282
+ javaAgent?: RuntimeJavaAgent;
1283
+ }
1284
+ /** Diagnostic capabilities achieved by java agent */
1285
+ export interface RuntimeJavaAgent {
1286
+ /** Enable java agent injection for the java app. */
1287
+ enabled?: boolean;
1288
+ /** Capabilities on the java logging scenario. */
1289
+ logging?: RuntimeJavaAgentLogging;
1290
+ }
1291
+ /** Capabilities on the java logging scenario. */
1292
+ export interface RuntimeJavaAgentLogging {
1293
+ /** Settings of the logger for the java app. */
1294
+ loggerSettings?: LoggerSetting[];
1295
+ }
1296
+ /** Logger settings for java workloads. */
1297
+ export interface LoggerSetting {
1298
+ /** Logger name. */
1299
+ logger: string;
1300
+ /** The specified logger's log level. */
1301
+ level: Level;
1302
+ }
1303
+ /** .NET app configuration */
1304
+ export interface RuntimeDotnet {
1305
+ /** Auto configure the ASP.NET Core Data Protection feature */
1306
+ autoConfigureDataProtection?: boolean;
970
1307
  }
971
1308
  /** Container App to be a dev service */
972
1309
  export interface Service {
@@ -1005,6 +1342,8 @@ export interface Template {
1005
1342
  export interface BaseContainer {
1006
1343
  /** Container image tag. */
1007
1344
  image?: string;
1345
+ /** The type of the image. Set to CloudBuild to let the system manages the image, where user will not be able to update image through image field. Set to ContainerImage for user provided image. */
1346
+ imageType?: ImageType;
1008
1347
  /** Custom container name. */
1009
1348
  name?: string;
1010
1349
  /** Container start command. */
@@ -1038,6 +1377,8 @@ export interface ContainerResources {
1038
1377
  * NOTE: This property will not be serialized. It can only be populated by the server.
1039
1378
  */
1040
1379
  readonly ephemeralStorage?: string;
1380
+ /** Required GPU in cores for GPU based app, e.g. 1.0 */
1381
+ gpu?: number;
1041
1382
  }
1042
1383
  /** Volume mount for the Container App. */
1043
1384
  export interface VolumeMount {
@@ -1102,9 +1443,9 @@ export interface Scale {
1102
1443
  minReplicas?: number;
1103
1444
  /** Optional. Maximum number of container replicas. Defaults to 10 if not set. */
1104
1445
  maxReplicas?: number;
1105
- /** Optional. KEDA Cooldown Period in seconds. Defaults to 300 seconds if not set. */
1446
+ /** Optional. KEDA Cooldown Period. Defaults to 300 seconds if not set. */
1106
1447
  cooldownPeriod?: number;
1107
- /** Optional. KEDA Polling Interval in seconds. Defaults to 30 seconds if not set. */
1448
+ /** Optional. KEDA Polling Interval. Defaults to 30 seconds if not set. */
1108
1449
  pollingInterval?: number;
1109
1450
  /** Scaling rules. */
1110
1451
  rules?: ScaleRule[];
@@ -1206,6 +1547,12 @@ export interface ServiceBind {
1206
1547
  serviceId?: string;
1207
1548
  /** Name of the service bind */
1208
1549
  name?: string;
1550
+ /** Type of the client to be used to connect to the service */
1551
+ clientType?: string;
1552
+ /** Customized keys for customizing injected values to the app */
1553
+ customizedKeys?: {
1554
+ [propertyName: string]: string;
1555
+ };
1209
1556
  }
1210
1557
  /** Custom domain analysis. */
1211
1558
  export interface CustomHostnameAnalysisResult {
@@ -1321,6 +1668,184 @@ export interface ContainerAppSecret {
1321
1668
  */
1322
1669
  readonly keyVaultUrl?: string;
1323
1670
  }
1671
+ /** The response of a Container Apps Build Resource list operation. */
1672
+ export interface ContainerAppsBuildCollection {
1673
+ /** The Container Apps Build Resource items on this page */
1674
+ value: ContainerAppsBuildResource[];
1675
+ /** The link to the next page of items */
1676
+ nextLink?: string;
1677
+ }
1678
+ /** Configuration of the build. */
1679
+ export interface ContainerAppsBuildConfiguration {
1680
+ /**
1681
+ * Base OS used to build and run the app.
1682
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1683
+ */
1684
+ readonly baseOs?: string;
1685
+ /**
1686
+ * Platform to be used to build and run the app.
1687
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1688
+ */
1689
+ readonly platform?: string;
1690
+ /**
1691
+ * Platform version to be used to build and run the app.
1692
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1693
+ */
1694
+ readonly platformVersion?: string;
1695
+ /**
1696
+ * List of environment variables to be passed to the build, secrets should not be used in environment variable.
1697
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1698
+ */
1699
+ readonly environmentVariables?: EnvironmentVariable[];
1700
+ /**
1701
+ * List of steps to perform before the build.
1702
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1703
+ */
1704
+ readonly preBuildSteps?: PreBuildStep[];
1705
+ }
1706
+ /** Container App Label History collection ARM resource. */
1707
+ export interface LabelHistoryCollection {
1708
+ /** Collection of resources. */
1709
+ value: LabelHistory[];
1710
+ /**
1711
+ * Link to next page of resources.
1712
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1713
+ */
1714
+ readonly nextLink?: string;
1715
+ }
1716
+ /** Container App Label History resource specific properties */
1717
+ export interface LabelHistoryProperties {
1718
+ /**
1719
+ * List of label history records.
1720
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1721
+ */
1722
+ readonly records?: LabelHistoryRecordItem[];
1723
+ }
1724
+ /** Container App Label History Item resource specific properties */
1725
+ export interface LabelHistoryRecordItem {
1726
+ /**
1727
+ * Container App revision name that label was applied to.
1728
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1729
+ */
1730
+ readonly revision?: string;
1731
+ /**
1732
+ * Timestamp describing when the label was applied to the revision.
1733
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1734
+ */
1735
+ readonly start?: Date;
1736
+ /**
1737
+ * Timestamp describing when the label was removed from the revision. Only meaningful when the label is currently applied to the revision.
1738
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1739
+ */
1740
+ readonly stop?: Date;
1741
+ /**
1742
+ * Status of the label history record.
1743
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1744
+ */
1745
+ readonly status?: Status;
1746
+ }
1747
+ /** Container App patch collection */
1748
+ export interface PatchCollection {
1749
+ /** Collection of patch resources. */
1750
+ value: ContainerAppsPatchResource[];
1751
+ /** the link to the next page of items */
1752
+ nextLink?: string;
1753
+ }
1754
+ /** Top level properties that describes current states of the patch resource */
1755
+ export interface PatchProperties {
1756
+ /** The Azure resource id of the target environment for the patch. */
1757
+ targetEnvironmentId?: string;
1758
+ /** The Azure resource id of the target container app for the patch. */
1759
+ targetContainerAppId?: string;
1760
+ /** The Azure resource id of the target revision for the patch. */
1761
+ targetRevisionId?: string;
1762
+ /**
1763
+ * The status of the patch operation.
1764
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1765
+ */
1766
+ readonly patchApplyStatus?: PatchApplyStatus;
1767
+ /**
1768
+ * The UTC timestamp that describes when the patch object was created.
1769
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1770
+ */
1771
+ readonly createdAt?: Date;
1772
+ /**
1773
+ * The UTC timestamp that describes when the patch object was last updated.
1774
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1775
+ */
1776
+ readonly lastModifiedAt?: Date;
1777
+ /**
1778
+ * Detailed info describes the patch operation for the target container app.
1779
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1780
+ */
1781
+ readonly patchDetails?: PatchDetails[];
1782
+ }
1783
+ /** The detailed info of patch operation performing when applying a patch. */
1784
+ export interface PatchDetails {
1785
+ /**
1786
+ * The name of the target container for the patch.
1787
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1788
+ */
1789
+ readonly targetContainerName: string;
1790
+ /**
1791
+ * The name of the target image for the patch.
1792
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1793
+ */
1794
+ readonly targetImage: string;
1795
+ /**
1796
+ * The UTC timestamp that describes the latest detection was done.
1797
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1798
+ */
1799
+ readonly lastDetectionTime: Date;
1800
+ /**
1801
+ * The status of the patch detection.
1802
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1803
+ */
1804
+ readonly detectionStatus: DetectionStatus;
1805
+ /**
1806
+ * The name of the new image created by the patch.
1807
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1808
+ */
1809
+ readonly newImageName?: string;
1810
+ /**
1811
+ * New layer update details in the target image.
1812
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1813
+ */
1814
+ readonly newLayer?: PatchDetailsNewLayer;
1815
+ /**
1816
+ * The old layer details in the target image.
1817
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1818
+ */
1819
+ readonly oldLayer?: PatchDetailsOldLayer;
1820
+ /**
1821
+ * The type for the patch.
1822
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1823
+ */
1824
+ readonly patchType?: PatchType;
1825
+ }
1826
+ /** New layer update details in the target image. */
1827
+ export interface PatchDetailsNewLayer {
1828
+ /** The details of the new layer for the target image. */
1829
+ name?: string;
1830
+ /** The framework and its version in the new run image for the target image. */
1831
+ frameworkAndVersion?: string;
1832
+ /** The OS name and its version in the new run image for the target image. */
1833
+ osAndVersion?: string;
1834
+ }
1835
+ /** The old layer details in the target image. */
1836
+ export interface PatchDetailsOldLayer {
1837
+ /** The details of the old layer for the target image. */
1838
+ name?: string;
1839
+ /** The framework and its version in the old run image for the target image. */
1840
+ frameworkAndVersion?: string;
1841
+ /** The OS name and its version in the old run image for the target image. */
1842
+ osAndVersion?: string;
1843
+ }
1844
+ /** The configuration for patcher to skip a patch or not. */
1845
+ export interface PatchSkipConfig {
1846
+ /** The flag to indicate whether to skip the patch or not. */
1847
+ skip?: boolean;
1848
+ }
1324
1849
  /** Container App Revisions collection ARM resource. */
1325
1850
  export interface RevisionCollection {
1326
1851
  /** Collection of resources. */
@@ -1363,6 +1888,11 @@ export interface ReplicaContainer {
1363
1888
  * NOTE: This property will not be serialized. It can only be populated by the server.
1364
1889
  */
1365
1890
  readonly execEndpoint?: string;
1891
+ /**
1892
+ * Container debug endpoint
1893
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1894
+ */
1895
+ readonly debugEndpoint?: string;
1366
1896
  }
1367
1897
  /** Container App Revision Replicas collection ARM resource. */
1368
1898
  export interface ReplicaCollection {
@@ -1528,11 +2058,82 @@ export interface LogAnalyticsConfiguration {
1528
2058
  customerId?: string;
1529
2059
  /** Log analytics customer key */
1530
2060
  sharedKey?: string;
2061
+ /** Boolean indicating whether to parse json string log into dynamic json columns */
2062
+ dynamicJsonColumns?: boolean;
2063
+ }
2064
+ /** Configuration of Application Insights */
2065
+ export interface AppInsightsConfiguration {
2066
+ /** Application Insights connection string */
2067
+ connectionString?: string;
2068
+ }
2069
+ /** Configuration of Open Telemetry */
2070
+ export interface OpenTelemetryConfiguration {
2071
+ /** Open telemetry destinations configuration */
2072
+ destinationsConfiguration?: DestinationsConfiguration;
2073
+ /** Open telemetry trace configuration */
2074
+ tracesConfiguration?: TracesConfiguration;
2075
+ /** Open telemetry logs configuration */
2076
+ logsConfiguration?: LogsConfiguration;
2077
+ /** Open telemetry metrics configuration */
2078
+ metricsConfiguration?: MetricsConfiguration;
2079
+ }
2080
+ /** Configuration of Open Telemetry destinations */
2081
+ export interface DestinationsConfiguration {
2082
+ /** Open telemetry datadog destination configuration */
2083
+ dataDogConfiguration?: DataDogConfiguration;
2084
+ /** Open telemetry otlp configurations */
2085
+ otlpConfigurations?: OtlpConfiguration[];
2086
+ }
2087
+ /** Configuration of datadog */
2088
+ export interface DataDogConfiguration {
2089
+ /** The data dog site */
2090
+ site?: string;
2091
+ /** The data dog api key */
2092
+ key?: string;
2093
+ }
2094
+ /** Configuration of otlp */
2095
+ export interface OtlpConfiguration {
2096
+ /** The name of otlp configuration */
2097
+ name?: string;
2098
+ /** The endpoint of otlp configuration */
2099
+ endpoint?: string;
2100
+ /** Boolean indicating if otlp configuration is insecure */
2101
+ insecure?: boolean;
2102
+ /** Headers of otlp configurations */
2103
+ headers?: Header[];
2104
+ }
2105
+ /** Header of otlp configuration */
2106
+ export interface Header {
2107
+ /** The key of otlp configuration header */
2108
+ key?: string;
2109
+ /** The value of otlp configuration header */
2110
+ value?: string;
2111
+ }
2112
+ /** Configuration of Open Telemetry traces */
2113
+ export interface TracesConfiguration {
2114
+ /** Boolean indicating if including dapr traces */
2115
+ includeDapr?: boolean;
2116
+ /** Open telemetry traces destinations */
2117
+ destinations?: string[];
2118
+ }
2119
+ /** Configuration of Open Telemetry logs */
2120
+ export interface LogsConfiguration {
2121
+ /** Open telemetry logs destinations */
2122
+ destinations?: string[];
2123
+ }
2124
+ /** Configuration of Open Telemetry metrics */
2125
+ export interface MetricsConfiguration {
2126
+ /** Boolean indicating if including keda metrics */
2127
+ includeKeda?: boolean;
2128
+ /** Open telemetry metrics destinations */
2129
+ destinations?: string[];
1531
2130
  }
1532
2131
  /** Workload profile to scope container app execution. */
1533
2132
  export interface WorkloadProfile {
1534
2133
  /** Workload profile type for the workloads to run on. */
1535
2134
  name: string;
2135
+ /** Whether to use a FIPS-enabled OS. Supported only for dedicated workload profiles. */
2136
+ enableFips?: boolean;
1536
2137
  /** Workload profile type for the workloads to run on. */
1537
2138
  workloadProfileType: string;
1538
2139
  /** The minimum capacity. */
@@ -1576,6 +2177,60 @@ export interface ManagedEnvironmentPropertiesPeerTrafficConfigurationEncryption
1576
2177
  /** Boolean indicating whether the peer traffic encryption is enabled */
1577
2178
  enabled?: boolean;
1578
2179
  }
2180
+ /** Settings for the ingress component, including workload profile, scaling, and connection handling. */
2181
+ export interface IngressConfiguration {
2182
+ /** Name of the workload profile used by the ingress component. Required. */
2183
+ workloadProfileName?: string;
2184
+ /** Scaling configuration for the ingress component. Required. */
2185
+ scale?: IngressConfigurationScale;
2186
+ /** Time (in seconds) to allow active connections to complete on termination. Must be between 0 and 3600. Defaults to 480 seconds. */
2187
+ terminationGracePeriodSeconds?: number;
2188
+ /** Maximum number of headers per request allowed by the ingress. Must be at least 1. Defaults to 100. */
2189
+ headerCountLimit?: number;
2190
+ /** Duration (in minutes) before idle requests are timed out. Must be at least 1 minute. Defaults to 4 minutes. */
2191
+ requestIdleTimeout?: number;
2192
+ }
2193
+ /** Scaling configuration for the ingress component. Required. */
2194
+ export interface IngressConfigurationScale {
2195
+ /** Minimum number of ingress replicas. Must be at least 2. Required. */
2196
+ minReplicas?: number;
2197
+ /** Maximum number of ingress replicas. Must be greater than or equal to minReplicas. */
2198
+ maxReplicas?: number;
2199
+ }
2200
+ /** The Private Endpoint resource. */
2201
+ export interface PrivateEndpoint {
2202
+ /**
2203
+ * The ARM identifier for Private Endpoint
2204
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2205
+ */
2206
+ readonly id?: string;
2207
+ }
2208
+ /** A collection of information about the state of the connection between service consumer and provider. */
2209
+ export interface PrivateLinkServiceConnectionState {
2210
+ /** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */
2211
+ status?: PrivateEndpointServiceConnectionStatus;
2212
+ /** The reason for approval/rejection of the connection. */
2213
+ description?: string;
2214
+ /** A message indicating if changes on the service provider require any updates on the consumer. */
2215
+ actionsRequired?: string;
2216
+ }
2217
+ /** Configuration properties for disk encryption */
2218
+ export interface DiskEncryptionConfiguration {
2219
+ /** The Key Vault that contains your key to use for disk encryption. The Key Vault must be in the same region as the Managed Environment. */
2220
+ keyVaultConfiguration?: DiskEncryptionConfigurationKeyVaultConfiguration;
2221
+ }
2222
+ /** The Key Vault that contains your key to use for disk encryption. The Key Vault must be in the same region as the Managed Environment. */
2223
+ export interface DiskEncryptionConfigurationKeyVaultConfiguration {
2224
+ /** Key URL pointing to a key in KeyVault. Version segment of the Url is required. */
2225
+ keyUrl?: string;
2226
+ /** Configuration properties for the authentication to the Key Vault */
2227
+ auth?: DiskEncryptionConfigurationKeyVaultConfigurationAuth;
2228
+ }
2229
+ /** Configuration properties for the authentication to the Key Vault */
2230
+ export interface DiskEncryptionConfigurationKeyVaultConfigurationAuth {
2231
+ /** Resource ID of a user-assigned managed identity to authenticate to the Key Vault. The identity must be assigned to the managed environment, in the same tenant as the Key Vault, and it must have the following key permissions on the Key Vault: wrapkey, unwrapkey, get. */
2232
+ identity?: string;
2233
+ }
1579
2234
  /** Non versioned Container Apps Job configuration properties */
1580
2235
  export interface JobConfiguration {
1581
2236
  /** Collection of secrets used by a Container Apps Job */
@@ -1646,7 +2301,7 @@ export interface JobScaleRule {
1646
2301
  metadata?: Record<string, unknown>;
1647
2302
  /** Authentication secrets for the scale rule. */
1648
2303
  auth?: ScaleRuleAuth[];
1649
- /** The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity. */
2304
+ /** The resource ID of a user-assigned managed identity that is assigned to the job, or 'system' for system-assigned identity. */
1650
2305
  identity?: string;
1651
2306
  }
1652
2307
  /** Container Apps Job versioned application definition. Defines the desired state of an immutable revision. Any changes to this section Will result in a new revision being created */
@@ -1658,6 +2313,30 @@ export interface JobTemplate {
1658
2313
  /** List of volume definitions for the Container App. */
1659
2314
  volumes?: Volume[];
1660
2315
  }
2316
+ /** .NET Components ARM resource. */
2317
+ export interface DotNetComponentsCollection {
2318
+ /** Collection of resources. */
2319
+ value: DotNetComponent[];
2320
+ /**
2321
+ * Link to next page of resources.
2322
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2323
+ */
2324
+ readonly nextLink?: string;
2325
+ }
2326
+ /** Configuration properties for a .NET Component */
2327
+ export interface DotNetComponentConfigurationProperty {
2328
+ /** The name of the property */
2329
+ propertyName?: string;
2330
+ /** The value of the property */
2331
+ value?: string;
2332
+ }
2333
+ /** Configuration to bind a .NET Component to another .NET Component */
2334
+ export interface DotNetComponentServiceBind {
2335
+ /** Name of the service bind */
2336
+ name?: string;
2337
+ /** Resource id of the target service */
2338
+ serviceId?: string;
2339
+ }
1661
2340
  /** Available operations of the service */
1662
2341
  export interface AvailableOperations {
1663
2342
  /** Collection of available operation details */
@@ -1703,7 +2382,7 @@ export interface JavaComponentsCollection {
1703
2382
  /** Java Component common properties. */
1704
2383
  export interface JavaComponentProperties {
1705
2384
  /** Polymorphic discriminator, which specifies the different types this object can be */
1706
- componentType: "SpringBootAdmin" | "SpringCloudEureka" | "SpringCloudConfig";
2385
+ componentType: "SpringCloudGateway" | "SpringBootAdmin" | "Nacos" | "SpringCloudEureka" | "SpringCloudConfig";
1707
2386
  /**
1708
2387
  * Provisioning state of the Java Component.
1709
2388
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -1749,6 +2428,8 @@ export interface JobsCollection {
1749
2428
  }
1750
2429
  /** Container Apps Job resource specific properties. */
1751
2430
  export interface JobPatchProperties {
2431
+ /** The complex type of the extended location. */
2432
+ extendedLocation?: ExtendedLocation;
1752
2433
  /** Managed identities needed by a container app job to interact with other Azure services to not maintain any secrets or credentials in code. */
1753
2434
  identity?: ManagedServiceIdentity;
1754
2435
  /** Resource tags. */
@@ -1827,12 +2508,115 @@ export interface JobExecution {
1827
2508
  endTime?: Date;
1828
2509
  /** Job's execution container. */
1829
2510
  template?: JobExecutionTemplate;
2511
+ /** Detailed status of the job execution. */
2512
+ detailedStatus?: ExecutionStatus;
2513
+ }
2514
+ /** Container Apps Job execution status. */
2515
+ export interface ExecutionStatus {
2516
+ /** Replicas in the execution. */
2517
+ replicas?: ReplicaExecutionStatus[];
2518
+ }
2519
+ /** Container Apps Job execution replica status. */
2520
+ export interface ReplicaExecutionStatus {
2521
+ /** Replica Name. */
2522
+ name?: string;
2523
+ /** Containers in the execution replica */
2524
+ containers?: ContainerExecutionStatus[];
2525
+ }
2526
+ /** Container Apps Job execution container status. Contains status code and reason */
2527
+ export interface ContainerExecutionStatus {
2528
+ /** Container Name. */
2529
+ name?: string;
2530
+ /** Exit code */
2531
+ code?: number;
2532
+ /** Additional information for the container status */
2533
+ additionalInformation?: string;
2534
+ /** Status of the container */
2535
+ status?: string;
1830
2536
  }
1831
2537
  /** Container Apps Job Secrets Collection ARM resource. */
1832
2538
  export interface JobSecretsCollection {
1833
2539
  /** Collection of resources. */
1834
2540
  value: Secret[];
1835
2541
  }
2542
+ /** Collection of workflow information elements. */
2543
+ export interface WorkflowEnvelopeCollection {
2544
+ /** Collection of resources. */
2545
+ value: WorkflowEnvelope[];
2546
+ /**
2547
+ * Link to next page of resources.
2548
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2549
+ */
2550
+ readonly nextLink?: string;
2551
+ }
2552
+ /** Workflow properties definition. */
2553
+ export interface WorkflowEnvelope {
2554
+ /**
2555
+ * The resource id.
2556
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2557
+ */
2558
+ readonly id?: string;
2559
+ /**
2560
+ * Gets the resource name.
2561
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2562
+ */
2563
+ readonly name?: string;
2564
+ /**
2565
+ * Gets the resource type.
2566
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2567
+ */
2568
+ readonly type?: string;
2569
+ /** The resource kind. */
2570
+ kind?: string;
2571
+ /** The resource location. */
2572
+ location?: string;
2573
+ /** Additional workflow properties. */
2574
+ properties?: WorkflowEnvelopeProperties;
2575
+ }
2576
+ /** Additional workflow properties. */
2577
+ export interface WorkflowEnvelopeProperties {
2578
+ /** Gets or sets the files. */
2579
+ files?: Record<string, unknown>;
2580
+ /** Gets or sets the state of the workflow. */
2581
+ flowState?: WorkflowState;
2582
+ /** Gets or sets workflow health. */
2583
+ health?: WorkflowHealth;
2584
+ }
2585
+ /** Represents the workflow health. */
2586
+ export interface WorkflowHealth {
2587
+ /** Gets or sets the workflow health state. */
2588
+ state: WorkflowHealthState;
2589
+ /** Gets or sets the workflow error. */
2590
+ error?: ErrorEntity;
2591
+ }
2592
+ /** Body of the error response returned from the API. */
2593
+ export interface ErrorEntity {
2594
+ /** Type of error. */
2595
+ extendedCode?: string;
2596
+ /** Message template. */
2597
+ messageTemplate?: string;
2598
+ /** Parameters for the template. */
2599
+ parameters?: string[];
2600
+ /** Inner errors. */
2601
+ innerErrors?: ErrorEntity[];
2602
+ /** Error Details. */
2603
+ details?: ErrorEntity[];
2604
+ /** The error target. */
2605
+ target?: string;
2606
+ /** Basic error code. */
2607
+ code?: string;
2608
+ /** Any details of the error. */
2609
+ message?: string;
2610
+ }
2611
+ /** The workflow filter. */
2612
+ export interface WorkflowArtifacts {
2613
+ /** Application settings of the workflow. */
2614
+ appSettings?: Record<string, unknown>;
2615
+ /** Files of the app. */
2616
+ files?: Record<string, unknown>;
2617
+ /** Files of the app to delete. */
2618
+ filesToDelete?: string[];
2619
+ }
1836
2620
  /** Collection of Environments */
1837
2621
  export interface ManagedEnvironmentsCollection {
1838
2622
  /** Collection of resources. */
@@ -1901,6 +2685,223 @@ export interface WorkloadProfileStatesProperties {
1901
2685
  /** Current count of nodes. */
1902
2686
  currentCount?: number;
1903
2687
  }
2688
+ /** List of private endpoint connection associated with the specified resource */
2689
+ export interface PrivateEndpointConnectionListResult {
2690
+ /** Array of private endpoint connections */
2691
+ value?: PrivateEndpointConnection[];
2692
+ /**
2693
+ * URL to get the next set of operation list results (if there are any).
2694
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2695
+ */
2696
+ readonly nextLink?: string;
2697
+ }
2698
+ /** A list of private link resources */
2699
+ export interface PrivateLinkResourceListResult {
2700
+ /** Array of private link resources */
2701
+ value?: PrivateLinkResource[];
2702
+ /**
2703
+ * URL to get the next set of operation list results (if there are any).
2704
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2705
+ */
2706
+ readonly nextLink?: string;
2707
+ }
2708
+ /** Dapr Component Resiliency Policies ARM resource. */
2709
+ export interface DaprComponentResiliencyPoliciesCollection {
2710
+ /** Collection of resources. */
2711
+ value: DaprComponentResiliencyPolicy[];
2712
+ /**
2713
+ * Link to next page of resources.
2714
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2715
+ */
2716
+ readonly nextLink?: string;
2717
+ }
2718
+ /** Dapr Component Resiliency Policy Configuration. */
2719
+ export interface DaprComponentResiliencyPolicyConfiguration {
2720
+ /** The optional HTTP retry policy configuration */
2721
+ httpRetryPolicy?: DaprComponentResiliencyPolicyHttpRetryPolicyConfiguration;
2722
+ /** The optional timeout policy configuration */
2723
+ timeoutPolicy?: DaprComponentResiliencyPolicyTimeoutPolicyConfiguration;
2724
+ /** The optional circuit breaker policy configuration */
2725
+ circuitBreakerPolicy?: DaprComponentResiliencyPolicyCircuitBreakerPolicyConfiguration;
2726
+ }
2727
+ /** Dapr Component Resiliency Policy HTTP Retry Policy Configuration. */
2728
+ export interface DaprComponentResiliencyPolicyHttpRetryPolicyConfiguration {
2729
+ /** The optional maximum number of retries */
2730
+ maxRetries?: number;
2731
+ /** The optional retry backoff configuration */
2732
+ retryBackOff?: DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration;
2733
+ }
2734
+ /** Dapr Component Resiliency Policy HTTP Retry Backoff Configuration. */
2735
+ export interface DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration {
2736
+ /** The optional initial delay in milliseconds before an operation is retried */
2737
+ initialDelayInMilliseconds?: number;
2738
+ /** The optional maximum time interval in milliseconds between retry attempts */
2739
+ maxIntervalInMilliseconds?: number;
2740
+ }
2741
+ /** Dapr Component Resiliency Policy Timeout Policy Configuration. */
2742
+ export interface DaprComponentResiliencyPolicyTimeoutPolicyConfiguration {
2743
+ /** The optional response timeout in seconds */
2744
+ responseTimeoutInSeconds?: number;
2745
+ }
2746
+ /** Dapr Component Resiliency Policy Circuit Breaker Policy Configuration. */
2747
+ export interface DaprComponentResiliencyPolicyCircuitBreakerPolicyConfiguration {
2748
+ /** The number of consecutive errors before the circuit is opened. */
2749
+ consecutiveErrors?: number;
2750
+ /** The interval in seconds until a retry attempt is made after the circuit is opened. */
2751
+ timeoutInSeconds?: number;
2752
+ /** The optional interval in seconds after which the error count resets to 0. An interval of 0 will never reset. If not specified, the timeoutInSeconds value will be used. */
2753
+ intervalInSeconds?: number;
2754
+ }
2755
+ /** Dapr Components ARM resource. */
2756
+ export interface DaprComponentsCollection {
2757
+ /** Collection of resources. */
2758
+ value: DaprComponent[];
2759
+ /**
2760
+ * Link to next page of resources.
2761
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2762
+ */
2763
+ readonly nextLink?: string;
2764
+ }
2765
+ /** Dapr Subscriptions ARM resource. */
2766
+ export interface DaprSubscriptionsCollection {
2767
+ /** Collection of resources. */
2768
+ value: DaprSubscription[];
2769
+ /**
2770
+ * Link to next page of resources.
2771
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2772
+ */
2773
+ readonly nextLink?: string;
2774
+ }
2775
+ /** Dapr PubSub Event Subscription Routes configuration. */
2776
+ export interface DaprSubscriptionRoutes {
2777
+ /** The list of Dapr PubSub Event Subscription Route Rules. */
2778
+ rules?: DaprSubscriptionRouteRule[];
2779
+ /** The default path to deliver events that do not match any of the rules. */
2780
+ default?: string;
2781
+ }
2782
+ /** Dapr Pubsub Event Subscription Route Rule is used to specify the condition for sending a message to a specific path. */
2783
+ export interface DaprSubscriptionRouteRule {
2784
+ /** The optional CEL expression used to match the event. If the match is not specified, then the route is considered the default. The rules are tested in the order specified, so they should be define from most-to-least specific. The default route should appear last in the list. */
2785
+ match?: string;
2786
+ /** The path for events that match this rule */
2787
+ path?: string;
2788
+ }
2789
+ /** Dapr PubSub Bulk Subscription Options. */
2790
+ export interface DaprSubscriptionBulkSubscribeOptions {
2791
+ /** Enable bulk subscription */
2792
+ enabled?: boolean;
2793
+ /** Maximum number of messages to deliver in a bulk message. */
2794
+ maxMessagesCount?: number;
2795
+ /** Maximum duration in milliseconds to wait before a bulk message is sent to the app. */
2796
+ maxAwaitDurationMs?: number;
2797
+ }
2798
+ /** Http Route Config properties */
2799
+ export interface HttpRouteConfigProperties {
2800
+ /**
2801
+ * The provisioning state of the Http Route Config in cluster
2802
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2803
+ */
2804
+ readonly provisioningState?: HttpRouteProvisioningState;
2805
+ /**
2806
+ * List of errors when trying to reconcile http routes
2807
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2808
+ */
2809
+ readonly provisioningErrors?: HttpRouteProvisioningErrors[];
2810
+ /**
2811
+ * FQDN of the route resource.
2812
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2813
+ */
2814
+ readonly fqdn?: string;
2815
+ /** Custom domain bindings for http Routes' hostnames. */
2816
+ customDomains?: CustomDomain[];
2817
+ /** Routing Rules for http route resource. */
2818
+ rules?: HttpRouteRule[];
2819
+ }
2820
+ /** List of provisioning errors for a http route config object */
2821
+ export interface HttpRouteProvisioningErrors {
2822
+ /**
2823
+ * Timestamp error occured at
2824
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2825
+ */
2826
+ readonly timestamp?: Date;
2827
+ /**
2828
+ * Description or error message
2829
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2830
+ */
2831
+ readonly message?: string;
2832
+ }
2833
+ /** Http Route rule. */
2834
+ export interface HttpRouteRule {
2835
+ /** Targets- container apps, revisions, labels */
2836
+ targets?: HttpRouteTarget[];
2837
+ /** Routing configuration that will allow matches on specific paths/headers. */
2838
+ routes?: HttpRoute[];
2839
+ /** Description of rule. Optional. */
2840
+ description?: string;
2841
+ }
2842
+ /** Targets - Container App Names, Revision Names, Labels. */
2843
+ export interface HttpRouteTarget {
2844
+ /** Container App Name to route requests to */
2845
+ containerApp: string;
2846
+ /** Revision to route requests to */
2847
+ revision?: string;
2848
+ /** Label/Revision to route requests to */
2849
+ label?: string;
2850
+ /** Weighted routing */
2851
+ weight?: number;
2852
+ }
2853
+ /** Http Routes configuration, including paths to match on and whether or not rewrites are to be done. */
2854
+ export interface HttpRoute {
2855
+ /** Conditions route will match on */
2856
+ match?: HttpRouteMatch;
2857
+ /** Once route is matched, what is the desired action */
2858
+ action?: HttpRouteAction;
2859
+ }
2860
+ /** Criteria to match on */
2861
+ export interface HttpRouteMatch {
2862
+ /** match on all prefix's. Not exact */
2863
+ prefix?: string;
2864
+ /** match on exact path */
2865
+ path?: string;
2866
+ /** match on all prefix's. Not exact */
2867
+ pathSeparatedPrefix?: string;
2868
+ /** path case sensitive, default is true */
2869
+ caseSensitive?: boolean;
2870
+ }
2871
+ /** Action to perform once matching of routes is done */
2872
+ export interface HttpRouteAction {
2873
+ /** Rewrite prefix, default is no rewrites */
2874
+ prefixRewrite?: string;
2875
+ }
2876
+ /** Collection of Advanced Ingress Routing Config resources. */
2877
+ export interface HttpRouteConfigCollection {
2878
+ /** Collection of resources. */
2879
+ value: HttpRouteConfig[];
2880
+ /**
2881
+ * Link to next page of resources.
2882
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2883
+ */
2884
+ readonly nextLink?: string;
2885
+ }
2886
+ /** The response of list maintenance configuration resources. */
2887
+ export interface MaintenanceConfigurationCollection {
2888
+ /** Results of the list maintenance configuration resources. */
2889
+ value?: MaintenanceConfigurationResource[];
2890
+ /**
2891
+ * Link for next page of results.
2892
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2893
+ */
2894
+ readonly nextLink?: string;
2895
+ }
2896
+ /** Maintenance schedule entry for a managed environment. */
2897
+ export interface ScheduledEntry {
2898
+ /** Day of the week when a managed environment can be patched. */
2899
+ weekDay: WeekDay;
2900
+ /** Start hour after which managed environment maintenance can start from 0 to 23 hour. */
2901
+ startHourUtc: number;
2902
+ /** Length of maintenance window range from 8 to 24 hours. */
2903
+ durationHours: number;
2904
+ }
1904
2905
  /** Collection of Storage for Environments */
1905
2906
  export interface ManagedEnvironmentStoragesCollection {
1906
2907
  /** Collection of storage resources. */
@@ -1915,7 +2916,7 @@ export interface ManagedEnvironmentStorageProperties {
1915
2916
  }
1916
2917
  /** NFS Azure File Properties. */
1917
2918
  export interface NfsAzureFileProperties {
1918
- /** Server for NFS azure file. Specify the Azure storage account server address. */
2919
+ /** Server for NFS azure file. */
1919
2920
  server?: string;
1920
2921
  /** Access mode for storage */
1921
2922
  accessMode?: AccessMode;
@@ -1994,6 +2995,8 @@ export interface SessionContainer {
1994
2995
  env?: EnvironmentVar[];
1995
2996
  /** Container resource requirements. */
1996
2997
  resources?: SessionContainerResources;
2998
+ /** List of probes for the container. */
2999
+ probes?: SessionProbe[];
1997
3000
  }
1998
3001
  /** Container resource requirements for sessions of the session pool. */
1999
3002
  export interface SessionContainerResources {
@@ -2002,6 +3005,54 @@ export interface SessionContainerResources {
2002
3005
  /** Required memory, e.g. "250Mb" */
2003
3006
  memory?: string;
2004
3007
  }
3008
+ /** Session probe configuration. */
3009
+ export interface SessionProbe {
3010
+ /** Denotes the type of probe. Can be Liveness or Startup, Readiness probe is not supported in sessions. Type must be unique for each probe within the context of a list of probes (SessionProbes). */
3011
+ type?: SessionProbeType;
3012
+ /** HTTPGet specifies the http request to perform. */
3013
+ httpGet?: SessionProbeHttpGet;
3014
+ /** TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported. */
3015
+ tcpSocket?: SessionProbeTcpSocket;
3016
+ /** Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1. Maximum value is 10. */
3017
+ failureThreshold?: number;
3018
+ /** Number of seconds after the container has started before liveness probes are initiated. Minimum value is 1. Maximum value is 60. */
3019
+ initialDelaySeconds?: number;
3020
+ /** How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value is 240. */
3021
+ periodSeconds?: number;
3022
+ /** Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1. Maximum value is 10. */
3023
+ successThreshold?: number;
3024
+ /** Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is an alpha field and requires enabling ProbeTerminationGracePeriod feature gate. Maximum value is 3600 seconds (1 hour) */
3025
+ terminationGracePeriodSeconds?: number;
3026
+ /** Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 240. */
3027
+ timeoutSeconds?: number;
3028
+ }
3029
+ /** HTTPGet specifies the http request to perform. */
3030
+ export interface SessionProbeHttpGet {
3031
+ /** Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. */
3032
+ host?: string;
3033
+ /** Custom headers to set in the request. HTTP allows repeated headers. */
3034
+ httpHeaders?: SessionProbeHttpGetHttpHeadersItem[];
3035
+ /** Path to access on the HTTP server. */
3036
+ path?: string;
3037
+ /** Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. */
3038
+ port: number;
3039
+ /** Scheme to use for connecting to the host. Defaults to HTTP. */
3040
+ scheme?: Scheme;
3041
+ }
3042
+ /** HTTPHeader describes a custom header to be used in HTTP probes */
3043
+ export interface SessionProbeHttpGetHttpHeadersItem {
3044
+ /** The header field name */
3045
+ name: string;
3046
+ /** The header field value */
3047
+ value: string;
3048
+ }
3049
+ /** TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported. */
3050
+ export interface SessionProbeTcpSocket {
3051
+ /** Optional: Host name to connect to, defaults to the pod IP. */
3052
+ host?: string;
3053
+ /** Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. */
3054
+ port: number;
3055
+ }
2005
3056
  /** Session pool ingress configuration. */
2006
3057
  export interface SessionIngress {
2007
3058
  /** Target port in containers for traffic from ingress */
@@ -2056,6 +3107,8 @@ export interface GithubActionConfiguration {
2056
3107
  azureCredentials?: AzureCredentials;
2057
3108
  /** Context path */
2058
3109
  contextPath?: string;
3110
+ /** Dockerfile path */
3111
+ dockerfilePath?: string;
2059
3112
  /** One time Github PAT to configure github environment */
2060
3113
  githubPersonalAccessToken?: string;
2061
3114
  /** Image name */
@@ -2068,6 +3121,8 @@ export interface GithubActionConfiguration {
2068
3121
  runtimeStack?: string;
2069
3122
  /** Runtime version */
2070
3123
  runtimeVersion?: string;
3124
+ /** List of environment variables to be passed to the build. */
3125
+ buildEnvironmentVariables?: EnvironmentVariable[];
2071
3126
  }
2072
3127
  /** Container App registry information. */
2073
3128
  export interface RegistryInfo {
@@ -2115,6 +3170,19 @@ export interface UsageName {
2115
3170
  /** The localized name of the resource. */
2116
3171
  localizedValue?: string;
2117
3172
  }
3173
+ /** Spring Cloud Gateway route definition */
3174
+ export interface ScgRoute {
3175
+ /** Id of the route */
3176
+ id: string;
3177
+ /** Uri of the route */
3178
+ uri: string;
3179
+ /** Predicates of the route */
3180
+ predicates?: string[];
3181
+ /** Filters of the route */
3182
+ filters?: string[];
3183
+ /** Order of the route */
3184
+ order?: number;
3185
+ }
2118
3186
  /** Container App Ingress configuration. */
2119
3187
  export interface JavaComponentIngress {
2120
3188
  /**
@@ -2140,6 +3208,54 @@ export interface TrackedResource extends Resource {
2140
3208
  /** The geo-location where the resource lives */
2141
3209
  location: string;
2142
3210
  }
3211
+ /** The Private Endpoint Connection resource. */
3212
+ export interface PrivateEndpointConnection extends Resource {
3213
+ /**
3214
+ * The group ids for the private endpoint resource.
3215
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3216
+ */
3217
+ readonly groupIds?: string[];
3218
+ /** The resource of private end point. */
3219
+ privateEndpoint?: PrivateEndpoint;
3220
+ /** A collection of information about the state of the connection between service consumer and provider. */
3221
+ privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
3222
+ /**
3223
+ * The provisioning state of the private endpoint connection resource.
3224
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3225
+ */
3226
+ readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
3227
+ }
3228
+ /** A private link resource */
3229
+ export interface PrivateLinkResource extends Resource {
3230
+ /**
3231
+ * The private link resource group id.
3232
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3233
+ */
3234
+ readonly groupId?: string;
3235
+ /**
3236
+ * The private link resource required member names.
3237
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3238
+ */
3239
+ readonly requiredMembers?: string[];
3240
+ /** The private link resource private link DNS zone name. */
3241
+ requiredZoneNames?: string[];
3242
+ }
3243
+ /** Connected environment patch properties */
3244
+ export interface ConnectedEnvironmentPatchResource extends ResourceTags {
3245
+ }
3246
+ /** Dapr component properties */
3247
+ export interface ConnectedEnvironmentDaprComponentProperties extends DaprComponentProperties {
3248
+ /**
3249
+ * Provisioning state of the Connected Environment Dapr Component.
3250
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3251
+ */
3252
+ readonly provisioningState?: ConnectedEnvironmentDaprComponentProvisioningState;
3253
+ /**
3254
+ * Any errors that occurred during deployment or deployment validation
3255
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3256
+ */
3257
+ readonly deploymentErrors?: string;
3258
+ }
2143
3259
  /** Container App init container definition */
2144
3260
  export interface InitContainer extends BaseContainer {
2145
3261
  }
@@ -2148,6 +3264,15 @@ export interface Container extends BaseContainer {
2148
3264
  /** List of probes for the container. */
2149
3265
  probes?: ContainerAppProbe[];
2150
3266
  }
3267
+ /** Spring Cloud Gateway properties. */
3268
+ export interface SpringCloudGatewayComponent extends JavaComponentProperties {
3269
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3270
+ componentType: "SpringCloudGateway";
3271
+ /** Java Component Ingress configurations. */
3272
+ ingress?: JavaComponentIngress;
3273
+ /** Gateway route definition */
3274
+ springCloudGatewayRoutes?: ScgRoute[];
3275
+ }
2151
3276
  /** Spring Boot Admin properties. */
2152
3277
  export interface SpringBootAdminComponent extends JavaComponentProperties {
2153
3278
  /** Polymorphic discriminator, which specifies the different types this object can be */
@@ -2155,6 +3280,13 @@ export interface SpringBootAdminComponent extends JavaComponentProperties {
2155
3280
  /** Java Component Ingress configurations. */
2156
3281
  ingress?: JavaComponentIngress;
2157
3282
  }
3283
+ /** Nacos properties. */
3284
+ export interface NacosComponent extends JavaComponentProperties {
3285
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3286
+ componentType: "Nacos";
3287
+ /** Java Component Ingress configurations. */
3288
+ ingress?: JavaComponentIngress;
3289
+ }
2158
3290
  /** Spring Cloud Eureka properties. */
2159
3291
  export interface SpringCloudEurekaComponent extends JavaComponentProperties {
2160
3292
  /** Polymorphic discriminator, which specifies the different types this object can be */
@@ -2167,6 +3299,21 @@ export interface SpringCloudConfigComponent extends JavaComponentProperties {
2167
3299
  /** Polymorphic discriminator, which specifies the different types this object can be */
2168
3300
  componentType: "SpringCloudConfig";
2169
3301
  }
3302
+ /** Configuration to setup App Resiliency */
3303
+ export interface AppResiliency extends ProxyResource {
3304
+ /** Policy to set request timeouts */
3305
+ timeoutPolicy?: TimeoutPolicy;
3306
+ /** Policy that defines http request retry conditions */
3307
+ httpRetryPolicy?: HttpRetryPolicy;
3308
+ /** Policy that defines tcp request retry conditions */
3309
+ tcpRetryPolicy?: TcpRetryPolicy;
3310
+ /** Policy that defines circuit breaker conditions */
3311
+ circuitBreakerPolicy?: CircuitBreakerPolicy;
3312
+ /** Defines parameters for http connection pooling */
3313
+ httpConnectionPool?: HttpConnectionPool;
3314
+ /** Defines parameters for tcp connection pooling */
3315
+ tcpConnectionPool?: TcpConnectionPool;
3316
+ }
2170
3317
  /** Configuration settings for the Azure ContainerApp Service Authentication / Authorization feature. */
2171
3318
  export interface AuthConfig extends ProxyResource {
2172
3319
  /** The configuration settings of the platform of ContainerApp Service Authentication/Authorization. */
@@ -2189,15 +3336,40 @@ export interface AvailableWorkloadProfile extends ProxyResource {
2189
3336
  /** Revision resource specific properties */
2190
3337
  properties?: AvailableWorkloadProfileProperties;
2191
3338
  }
2192
- /** Billing meter. */
2193
- export interface BillingMeter extends ProxyResource {
2194
- /** Region for the billing meter. */
2195
- location?: string;
2196
- /** Revision resource specific properties */
2197
- properties?: BillingMeterProperties;
3339
+ /** Information pertaining to an individual build. */
3340
+ export interface BuildResource extends ProxyResource {
3341
+ /**
3342
+ * Build provisioning state.
3343
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3344
+ */
3345
+ readonly provisioningState?: BuildProvisioningState;
3346
+ /**
3347
+ * Status of the build once it has been provisioned.
3348
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3349
+ */
3350
+ readonly buildStatus?: BuildStatus;
3351
+ /** Container registry that the final image will be uploaded to. */
3352
+ destinationContainerRegistry?: ContainerRegistryWithCustomImage;
3353
+ /** Configuration of the build. */
3354
+ configuration?: BuildConfiguration;
3355
+ /**
3356
+ * Endpoint to which the source code should be uploaded.
3357
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3358
+ */
3359
+ readonly uploadEndpoint?: string;
3360
+ /**
3361
+ * Endpoint from which the build logs can be streamed.
3362
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3363
+ */
3364
+ readonly logStreamEndpoint?: string;
3365
+ /**
3366
+ * Endpoint to use to retrieve an authentication token for log streaming and uploading source code.
3367
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3368
+ */
3369
+ readonly tokenEndpoint?: string;
2198
3370
  }
2199
3371
  /** Dapr Component. */
2200
- export interface DaprComponent extends ProxyResource {
3372
+ export interface ConnectedEnvironmentDaprComponent extends ProxyResource {
2201
3373
  /** Component type */
2202
3374
  componentType?: string;
2203
3375
  /** Component version */
@@ -2214,11 +3386,64 @@ export interface DaprComponent extends ProxyResource {
2214
3386
  metadata?: DaprMetadata[];
2215
3387
  /** Names of container apps that can use this Dapr component */
2216
3388
  scopes?: string[];
3389
+ /** List of container app services that are bound to the Dapr component */
3390
+ serviceComponentBind?: DaprComponentServiceBinding[];
3391
+ /**
3392
+ * Provisioning state of the Connected Environment Dapr Component.
3393
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3394
+ */
3395
+ readonly provisioningState?: ConnectedEnvironmentDaprComponentProvisioningState;
3396
+ /**
3397
+ * Any errors that occurred during deployment or deployment validation
3398
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3399
+ */
3400
+ readonly deploymentErrors?: string;
3401
+ }
3402
+ /** Storage resource for connectedEnvironment. */
3403
+ export interface ConnectedEnvironmentStorage extends ProxyResource {
3404
+ /** Storage properties */
3405
+ properties?: ConnectedEnvironmentStorageProperties;
3406
+ }
3407
+ /** Information pertaining to an individual build. */
3408
+ export interface ContainerAppsBuildResource extends ProxyResource {
3409
+ /**
3410
+ * Build provisioning state.
3411
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3412
+ */
3413
+ readonly provisioningState?: BuildProvisioningState;
3414
+ /**
3415
+ * Status of the build once it has been provisioned.
3416
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3417
+ */
3418
+ readonly buildStatus?: BuildStatus;
3419
+ /**
3420
+ * Container registry that the final image will be uploaded to.
3421
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3422
+ */
3423
+ readonly destinationContainerRegistry?: ContainerRegistryWithCustomImage;
3424
+ /**
3425
+ * Configuration of the build.
3426
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3427
+ */
3428
+ readonly configuration?: ContainerAppsBuildConfiguration;
3429
+ /**
3430
+ * Endpoint from which the build logs can be streamed.
3431
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3432
+ */
3433
+ readonly logStreamEndpoint?: string;
2217
3434
  }
2218
- /** Storage resource for connectedEnvironment. */
2219
- export interface ConnectedEnvironmentStorage extends ProxyResource {
2220
- /** Storage properties */
2221
- properties?: ConnectedEnvironmentStorageProperties;
3435
+ /** Container App Label History. */
3436
+ export interface LabelHistory extends ProxyResource {
3437
+ /** Container App Label History resource specific properties */
3438
+ properties?: LabelHistoryProperties;
3439
+ }
3440
+ /** Container App Patch */
3441
+ export interface ContainerAppsPatchResource extends ProxyResource {
3442
+ /**
3443
+ * Properties that describes current states of the patch resource.
3444
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3445
+ */
3446
+ readonly properties?: PatchProperties;
2222
3447
  }
2223
3448
  /** Container App Revision. */
2224
3449
  export interface Revision extends ProxyResource {
@@ -2260,6 +3485,11 @@ export interface Revision extends ProxyResource {
2260
3485
  * NOTE: This property will not be serialized. It can only be populated by the server.
2261
3486
  */
2262
3487
  readonly trafficWeight?: number;
3488
+ /**
3489
+ * List of labels assigned to this revision.
3490
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3491
+ */
3492
+ readonly labels?: string[];
2263
3493
  /**
2264
3494
  * Optional Field - Platform Error Message
2265
3495
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -2308,16 +3538,92 @@ export interface Diagnostics extends ProxyResource {
2308
3538
  /** Diagnostics resource specific properties */
2309
3539
  properties?: DiagnosticsProperties;
2310
3540
  }
3541
+ /** .NET Component. */
3542
+ export interface DotNetComponent extends ProxyResource {
3543
+ /** Type of the .NET Component. */
3544
+ componentType?: DotNetComponentType;
3545
+ /**
3546
+ * Provisioning state of the .NET Component.
3547
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3548
+ */
3549
+ readonly provisioningState?: DotNetComponentProvisioningState;
3550
+ /** List of .NET Components configuration properties */
3551
+ configurations?: DotNetComponentConfigurationProperty[];
3552
+ /** List of .NET Components that are bound to the .NET component */
3553
+ serviceBinds?: DotNetComponentServiceBind[];
3554
+ }
2311
3555
  /** Java Component. */
2312
3556
  export interface JavaComponent extends ProxyResource {
2313
3557
  /** Java Component resource specific properties */
2314
3558
  properties?: JavaComponentPropertiesUnion;
2315
3559
  }
3560
+ /** A logic app extension resource */
3561
+ export interface LogicApp extends ProxyResource {
3562
+ /** The resource-specific properties for this resource. */
3563
+ properties?: Record<string, unknown>;
3564
+ }
2316
3565
  /** Collection of all the workload Profile States for a Managed Environment.. */
2317
3566
  export interface WorkloadProfileStates extends ProxyResource {
2318
3567
  /** Workload Profile resource specific properties. */
2319
3568
  properties?: WorkloadProfileStatesProperties;
2320
3569
  }
3570
+ /** Dapr Component Resiliency Policy. */
3571
+ export interface DaprComponentResiliencyPolicy extends ProxyResource {
3572
+ /** The optional inbound component resiliency policy configuration */
3573
+ inboundPolicy?: DaprComponentResiliencyPolicyConfiguration;
3574
+ /** The optional outbound component resiliency policy configuration */
3575
+ outboundPolicy?: DaprComponentResiliencyPolicyConfiguration;
3576
+ }
3577
+ /** Dapr Component. */
3578
+ export interface DaprComponent extends ProxyResource {
3579
+ /** Component type */
3580
+ componentType?: string;
3581
+ /** Component version */
3582
+ version?: string;
3583
+ /** Boolean describing if the component errors are ignores */
3584
+ ignoreErrors?: boolean;
3585
+ /** Initialization timeout */
3586
+ initTimeout?: string;
3587
+ /** Collection of secrets used by a Dapr component */
3588
+ secrets?: Secret[];
3589
+ /** Name of a Dapr component to retrieve component secrets from */
3590
+ secretStoreComponent?: string;
3591
+ /** Component metadata */
3592
+ metadata?: DaprMetadata[];
3593
+ /** Names of container apps that can use this Dapr component */
3594
+ scopes?: string[];
3595
+ /** List of container app services that are bound to the Dapr component */
3596
+ serviceComponentBind?: DaprComponentServiceBinding[];
3597
+ }
3598
+ /** Dapr PubSub Event Subscription. */
3599
+ export interface DaprSubscription extends ProxyResource {
3600
+ /** Dapr PubSub component name */
3601
+ pubsubName?: string;
3602
+ /** Topic name */
3603
+ topic?: string;
3604
+ /** Deadletter topic name */
3605
+ deadLetterTopic?: string;
3606
+ /** Subscription routes */
3607
+ routes?: DaprSubscriptionRoutes;
3608
+ /** Application scopes to restrict the subscription to specific apps. */
3609
+ scopes?: string[];
3610
+ /** Subscription metadata */
3611
+ metadata?: {
3612
+ [propertyName: string]: string;
3613
+ };
3614
+ /** Bulk subscription options */
3615
+ bulkSubscribe?: DaprSubscriptionBulkSubscribeOptions;
3616
+ }
3617
+ /** Advanced Ingress routing for path/header based routing for a Container App Environment */
3618
+ export interface HttpRouteConfig extends ProxyResource {
3619
+ /** Http Route Config properties */
3620
+ properties?: HttpRouteConfigProperties;
3621
+ }
3622
+ /** Information about the Maintenance Configuration resource. */
3623
+ export interface MaintenanceConfigurationResource extends ProxyResource {
3624
+ /** List of maintenance schedules for a managed environment. */
3625
+ scheduledEntries?: ScheduledEntry[];
3626
+ }
2321
3627
  /** Storage resource for managedEnvironment. */
2322
3628
  export interface ManagedEnvironmentStorage extends ProxyResource {
2323
3629
  /** Storage properties */
@@ -2341,6 +3647,20 @@ export interface SourceControl extends ProxyResource {
2341
3647
  */
2342
3648
  githubActionConfiguration?: GithubActionConfiguration;
2343
3649
  }
3650
+ /** Information about the SourceToCloud builder resource. */
3651
+ export interface BuilderResource extends TrackedResource {
3652
+ /** The managed service identities assigned to this resource. */
3653
+ identity?: ManagedServiceIdentity;
3654
+ /**
3655
+ * Provisioning state of a builder resource.
3656
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3657
+ */
3658
+ readonly provisioningState?: BuilderProvisioningState;
3659
+ /** Resource ID of the container apps environment that the builder is associated with. */
3660
+ environmentId?: string;
3661
+ /** List of mappings of container registries and the managed identity used to connect to it. */
3662
+ containerRegistries?: ContainerRegistry[];
3663
+ }
2344
3664
  /** An environment for Kubernetes cluster specialized for web workloads by Azure App Service */
2345
3665
  export interface ConnectedEnvironment extends TrackedResource {
2346
3666
  /** The complex type of the extended location. */
@@ -2380,6 +3700,8 @@ export interface ContainerApp extends TrackedResource {
2380
3700
  identity?: ManagedServiceIdentity;
2381
3701
  /** The fully qualified resource ID of the resource that manages this resource. Indicates if this resource is managed by another Azure resource. If this is present, complete mode deployment will not delete the resource if it is removed from the template since it is managed by another resource. */
2382
3702
  managedBy?: string;
3703
+ /** Metadata used to render different experiences for resources of the same type; e.g. WorkflowApp is a kind of Microsoft.App/ContainerApps type. If supported, the resource provider must validate and persist this value. */
3704
+ kind?: Kind;
2383
3705
  /**
2384
3706
  * Provisioning state of the Container App.
2385
3707
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -2390,12 +3712,19 @@ export interface ContainerApp extends TrackedResource {
2390
3712
  * NOTE: This property will not be serialized. It can only be populated by the server.
2391
3713
  */
2392
3714
  readonly runningStatus?: ContainerAppRunningStatus;
3715
+ /**
3716
+ * Any errors that occurred during deployment
3717
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3718
+ */
3719
+ readonly deploymentErrors?: string;
2393
3720
  /** Deprecated. Resource ID of the Container App's environment. */
2394
3721
  managedEnvironmentId?: string;
2395
3722
  /** Resource ID of environment. */
2396
3723
  environmentId?: string;
2397
3724
  /** Workload profile name to pin for container app execution. */
2398
3725
  workloadProfileName?: string;
3726
+ /** Container App auto patch configuration. */
3727
+ patchingConfiguration?: ContainerAppPropertiesPatchingConfiguration;
2399
3728
  /**
2400
3729
  * Name of the latest revision of the Container App.
2401
3730
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -2471,15 +3800,26 @@ export interface ManagedEnvironment extends TrackedResource {
2471
3800
  * NOTE: This property will not be serialized. It can only be populated by the server.
2472
3801
  */
2473
3802
  readonly defaultDomain?: string;
3803
+ /**
3804
+ * Private Link Default Domain Name for the environment
3805
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3806
+ */
3807
+ readonly privateLinkDefaultDomain?: string;
2474
3808
  /**
2475
3809
  * Static IP of the Environment
2476
3810
  * NOTE: This property will not be serialized. It can only be populated by the server.
2477
3811
  */
2478
3812
  readonly staticIp?: string;
2479
- /** Cluster configuration which enables the log daemon to export app logs to configured destination. */
3813
+ /** Cluster configuration which enables the log daemon to export app logs to configured destination */
2480
3814
  appLogsConfiguration?: AppLogsConfiguration;
3815
+ /** Environment level Application Insights configuration */
3816
+ appInsightsConfiguration?: AppInsightsConfiguration;
3817
+ /** Environment Open Telemetry configuration */
3818
+ openTelemetryConfiguration?: OpenTelemetryConfiguration;
2481
3819
  /** Whether or not this Managed Environment is zone-redundant. */
2482
3820
  zoneRedundant?: boolean;
3821
+ /** The list of availability zones to use for managed environment */
3822
+ availabilityZones?: string[];
2483
3823
  /** Custom domain configuration for the environment */
2484
3824
  customDomainConfiguration?: CustomDomainConfiguration;
2485
3825
  /**
@@ -2499,9 +3839,22 @@ export interface ManagedEnvironment extends TrackedResource {
2499
3839
  peerAuthentication?: ManagedEnvironmentPropertiesPeerAuthentication;
2500
3840
  /** Peer traffic settings for the Managed Environment */
2501
3841
  peerTrafficConfiguration?: ManagedEnvironmentPropertiesPeerTrafficConfiguration;
3842
+ /** Ingress configuration for the Managed Environment. */
3843
+ ingressConfiguration?: IngressConfiguration;
3844
+ /**
3845
+ * Private endpoint connections to the resource.
3846
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3847
+ */
3848
+ readonly privateEndpointConnections?: PrivateEndpointConnection[];
3849
+ /** Property to allow or block all public traffic. Allowed Values: 'Enabled', 'Disabled'. */
3850
+ publicNetworkAccess?: PublicNetworkAccess;
3851
+ /** Disk encryption configuration for the Managed Environment. */
3852
+ diskEncryptionConfiguration?: DiskEncryptionConfiguration;
2502
3853
  }
2503
3854
  /** Container App Job */
2504
3855
  export interface Job extends TrackedResource {
3856
+ /** The complex type of the extended location. */
3857
+ extendedLocation?: ExtendedLocation;
2505
3858
  /** Managed identities needed by a container app job to interact with other Azure services to not maintain any secrets or credentials in code. */
2506
3859
  identity?: ManagedServiceIdentity;
2507
3860
  /**
@@ -2509,6 +3862,11 @@ export interface Job extends TrackedResource {
2509
3862
  * NOTE: This property will not be serialized. It can only be populated by the server.
2510
3863
  */
2511
3864
  readonly provisioningState?: JobProvisioningState;
3865
+ /**
3866
+ * Current running state of the job
3867
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3868
+ */
3869
+ readonly runningState?: JobRunningState;
2512
3870
  /** Resource ID of environment. */
2513
3871
  environmentId?: string;
2514
3872
  /** Workload profile name to pin for container apps job execution. */
@@ -2584,10 +3942,46 @@ export interface SessionPool extends TrackedResource {
2584
3942
  /** Optional settings for a Managed Identity that is assigned to the Session pool. */
2585
3943
  managedIdentitySettings?: ManagedIdentitySetting[];
2586
3944
  }
3945
+ /** Defines headers for Builders_createOrUpdate operation. */
3946
+ export interface BuildersCreateOrUpdateHeaders {
3947
+ azureAsyncOperation?: string;
3948
+ }
3949
+ /** Defines headers for Builders_update operation. */
3950
+ export interface BuildersUpdateHeaders {
3951
+ location?: string;
3952
+ }
3953
+ /** Defines headers for Builders_delete operation. */
3954
+ export interface BuildersDeleteHeaders {
3955
+ location?: string;
3956
+ }
3957
+ /** Defines headers for Builds_createOrUpdate operation. */
3958
+ export interface BuildsCreateOrUpdateHeaders {
3959
+ azureAsyncOperation?: string;
3960
+ }
3961
+ /** Defines headers for Builds_delete operation. */
3962
+ export interface BuildsDeleteHeaders {
3963
+ location?: string;
3964
+ }
2587
3965
  /** Defines headers for ConnectedEnvironments_delete operation. */
2588
3966
  export interface ConnectedEnvironmentsDeleteHeaders {
2589
3967
  location?: string;
2590
3968
  }
3969
+ /** Defines headers for ConnectedEnvironmentsCertificates_delete operation. */
3970
+ export interface ConnectedEnvironmentsCertificatesDeleteHeaders {
3971
+ location?: string;
3972
+ }
3973
+ /** Defines headers for ConnectedEnvironmentsCertificates_update operation. */
3974
+ export interface ConnectedEnvironmentsCertificatesUpdateHeaders {
3975
+ location?: string;
3976
+ }
3977
+ /** Defines headers for ConnectedEnvironmentsDaprComponents_delete operation. */
3978
+ export interface ConnectedEnvironmentsDaprComponentsDeleteHeaders {
3979
+ location?: string;
3980
+ }
3981
+ /** Defines headers for ConnectedEnvironmentsStorages_delete operation. */
3982
+ export interface ConnectedEnvironmentsStoragesDeleteHeaders {
3983
+ location?: string;
3984
+ }
2591
3985
  /** Defines headers for ContainerApps_delete operation. */
2592
3986
  export interface ContainerAppsDeleteHeaders {
2593
3987
  location?: string;
@@ -2604,6 +3998,23 @@ export interface ContainerAppsStartHeaders {
2604
3998
  export interface ContainerAppsStopHeaders {
2605
3999
  location?: string;
2606
4000
  }
4001
+ /** Defines headers for ContainerAppsBuilds_delete operation. */
4002
+ export interface ContainerAppsBuildsDeleteHeaders {
4003
+ location?: string;
4004
+ }
4005
+ /** Defines headers for ContainerAppsPatches_delete operation. */
4006
+ export interface ContainerAppsPatchesDeleteHeaders {
4007
+ location?: string;
4008
+ }
4009
+ /** Defines headers for ContainerAppsPatches_skipConfigure operation. */
4010
+ export interface ContainerAppsPatchesSkipConfigureHeaders {
4011
+ location?: string;
4012
+ }
4013
+ /** Defines headers for ContainerAppsPatches_apply operation. */
4014
+ export interface ContainerAppsPatchesApplyHeaders {
4015
+ azureAsyncOperation?: string;
4016
+ location?: string;
4017
+ }
2607
4018
  /** Defines headers for Jobs_delete operation. */
2608
4019
  export interface JobsDeleteHeaders {
2609
4020
  location?: string;
@@ -2624,6 +4035,24 @@ export interface JobsStopExecutionHeaders {
2624
4035
  export interface JobsStopMultipleExecutionsHeaders {
2625
4036
  location?: string;
2626
4037
  }
4038
+ /** Defines headers for Jobs_resume operation. */
4039
+ export interface JobsResumeHeaders {
4040
+ azureAsyncOperation?: string;
4041
+ location?: string;
4042
+ }
4043
+ /** Defines headers for Jobs_suspend operation. */
4044
+ export interface JobsSuspendHeaders {
4045
+ azureAsyncOperation?: string;
4046
+ location?: string;
4047
+ }
4048
+ /** Defines headers for DotNetComponents_update operation. */
4049
+ export interface DotNetComponentsUpdateHeaders {
4050
+ location?: string;
4051
+ }
4052
+ /** Defines headers for DotNetComponents_delete operation. */
4053
+ export interface DotNetComponentsDeleteHeaders {
4054
+ location?: string;
4055
+ }
2627
4056
  /** Defines headers for JavaComponents_update operation. */
2628
4057
  export interface JavaComponentsUpdateHeaders {
2629
4058
  location?: string;
@@ -2632,6 +4061,10 @@ export interface JavaComponentsUpdateHeaders {
2632
4061
  export interface JavaComponentsDeleteHeaders {
2633
4062
  location?: string;
2634
4063
  }
4064
+ /** Defines headers for ManagedEnvironmentPrivateEndpointConnections_delete operation. */
4065
+ export interface ManagedEnvironmentPrivateEndpointConnectionsDeleteHeaders {
4066
+ location?: string;
4067
+ }
2635
4068
  /** Defines headers for ContainerAppsSessionPools_update operation. */
2636
4069
  export interface ContainerAppsSessionPoolsUpdateHeaders {
2637
4070
  location?: string;
@@ -2678,6 +4111,109 @@ export declare enum KnownApplicability {
2678
4111
  * **Custom**
2679
4112
  */
2680
4113
  export type Applicability = string;
4114
+ /** Known values of {@link BuilderProvisioningState} that the service accepts. */
4115
+ export declare enum KnownBuilderProvisioningState {
4116
+ /** Succeeded */
4117
+ Succeeded = "Succeeded",
4118
+ /** Failed */
4119
+ Failed = "Failed",
4120
+ /** Canceled */
4121
+ Canceled = "Canceled",
4122
+ /** Creating */
4123
+ Creating = "Creating",
4124
+ /** Updating */
4125
+ Updating = "Updating",
4126
+ /** Deleting */
4127
+ Deleting = "Deleting"
4128
+ }
4129
+ /**
4130
+ * Defines values for BuilderProvisioningState. \
4131
+ * {@link KnownBuilderProvisioningState} can be used interchangeably with BuilderProvisioningState,
4132
+ * this enum contains the known values that the service supports.
4133
+ * ### Known values supported by the service
4134
+ * **Succeeded** \
4135
+ * **Failed** \
4136
+ * **Canceled** \
4137
+ * **Creating** \
4138
+ * **Updating** \
4139
+ * **Deleting**
4140
+ */
4141
+ export type BuilderProvisioningState = string;
4142
+ /** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
4143
+ export declare enum KnownManagedServiceIdentityType {
4144
+ /** None */
4145
+ None = "None",
4146
+ /** SystemAssigned */
4147
+ SystemAssigned = "SystemAssigned",
4148
+ /** UserAssigned */
4149
+ UserAssigned = "UserAssigned",
4150
+ /** SystemAssignedUserAssigned */
4151
+ SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
4152
+ }
4153
+ /**
4154
+ * Defines values for ManagedServiceIdentityType. \
4155
+ * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
4156
+ * this enum contains the known values that the service supports.
4157
+ * ### Known values supported by the service
4158
+ * **None** \
4159
+ * **SystemAssigned** \
4160
+ * **UserAssigned** \
4161
+ * **SystemAssigned,UserAssigned**
4162
+ */
4163
+ export type ManagedServiceIdentityType = string;
4164
+ /** Known values of {@link BuildProvisioningState} that the service accepts. */
4165
+ export declare enum KnownBuildProvisioningState {
4166
+ /** Succeeded */
4167
+ Succeeded = "Succeeded",
4168
+ /** Failed */
4169
+ Failed = "Failed",
4170
+ /** Canceled */
4171
+ Canceled = "Canceled",
4172
+ /** Creating */
4173
+ Creating = "Creating",
4174
+ /** Updating */
4175
+ Updating = "Updating",
4176
+ /** Deleting */
4177
+ Deleting = "Deleting"
4178
+ }
4179
+ /**
4180
+ * Defines values for BuildProvisioningState. \
4181
+ * {@link KnownBuildProvisioningState} can be used interchangeably with BuildProvisioningState,
4182
+ * this enum contains the known values that the service supports.
4183
+ * ### Known values supported by the service
4184
+ * **Succeeded** \
4185
+ * **Failed** \
4186
+ * **Canceled** \
4187
+ * **Creating** \
4188
+ * **Updating** \
4189
+ * **Deleting**
4190
+ */
4191
+ export type BuildProvisioningState = string;
4192
+ /** Known values of {@link BuildStatus} that the service accepts. */
4193
+ export declare enum KnownBuildStatus {
4194
+ /** NotStarted */
4195
+ NotStarted = "NotStarted",
4196
+ /** InProgress */
4197
+ InProgress = "InProgress",
4198
+ /** Succeeded */
4199
+ Succeeded = "Succeeded",
4200
+ /** Canceled */
4201
+ Canceled = "Canceled",
4202
+ /** Failed */
4203
+ Failed = "Failed"
4204
+ }
4205
+ /**
4206
+ * Defines values for BuildStatus. \
4207
+ * {@link KnownBuildStatus} can be used interchangeably with BuildStatus,
4208
+ * this enum contains the known values that the service supports.
4209
+ * ### Known values supported by the service
4210
+ * **NotStarted** \
4211
+ * **InProgress** \
4212
+ * **Succeeded** \
4213
+ * **Canceled** \
4214
+ * **Failed**
4215
+ */
4216
+ export type BuildStatus = string;
2681
4217
  /** Known values of {@link ExtendedLocationTypes} that the service accepts. */
2682
4218
  export declare enum KnownExtendedLocationTypes {
2683
4219
  /** CustomLocation */
@@ -2752,7 +4288,9 @@ export declare enum KnownCertificateProvisioningState {
2752
4288
  /** DeleteFailed */
2753
4289
  DeleteFailed = "DeleteFailed",
2754
4290
  /** Pending */
2755
- Pending = "Pending"
4291
+ Pending = "Pending",
4292
+ /** Deleting */
4293
+ Deleting = "Deleting"
2756
4294
  }
2757
4295
  /**
2758
4296
  * Defines values for CertificateProvisioningState. \
@@ -2763,9 +4301,76 @@ export declare enum KnownCertificateProvisioningState {
2763
4301
  * **Failed** \
2764
4302
  * **Canceled** \
2765
4303
  * **DeleteFailed** \
2766
- * **Pending**
4304
+ * **Pending** \
4305
+ * **Deleting**
2767
4306
  */
2768
4307
  export type CertificateProvisioningState = string;
4308
+ /** Known values of {@link CertificateType} that the service accepts. */
4309
+ export declare enum KnownCertificateType {
4310
+ /** ServerSSLCertificate */
4311
+ ServerSSLCertificate = "ServerSSLCertificate",
4312
+ /** ImagePullTrustedCA */
4313
+ ImagePullTrustedCA = "ImagePullTrustedCA"
4314
+ }
4315
+ /**
4316
+ * Defines values for CertificateType. \
4317
+ * {@link KnownCertificateType} can be used interchangeably with CertificateType,
4318
+ * this enum contains the known values that the service supports.
4319
+ * ### Known values supported by the service
4320
+ * **ServerSSLCertificate** \
4321
+ * **ImagePullTrustedCA**
4322
+ */
4323
+ export type CertificateType = string;
4324
+ /** Known values of {@link ConnectedEnvironmentDaprComponentProvisioningState} that the service accepts. */
4325
+ export declare enum KnownConnectedEnvironmentDaprComponentProvisioningState {
4326
+ /** Succeeded */
4327
+ Succeeded = "Succeeded",
4328
+ /** Failed */
4329
+ Failed = "Failed",
4330
+ /** Canceled */
4331
+ Canceled = "Canceled",
4332
+ /** InProgress */
4333
+ InProgress = "InProgress",
4334
+ /** Deleting */
4335
+ Deleting = "Deleting"
4336
+ }
4337
+ /**
4338
+ * Defines values for ConnectedEnvironmentDaprComponentProvisioningState. \
4339
+ * {@link KnownConnectedEnvironmentDaprComponentProvisioningState} can be used interchangeably with ConnectedEnvironmentDaprComponentProvisioningState,
4340
+ * this enum contains the known values that the service supports.
4341
+ * ### Known values supported by the service
4342
+ * **Succeeded** \
4343
+ * **Failed** \
4344
+ * **Canceled** \
4345
+ * **InProgress** \
4346
+ * **Deleting**
4347
+ */
4348
+ export type ConnectedEnvironmentDaprComponentProvisioningState = string;
4349
+ /** Known values of {@link ConnectedEnvironmentStorageProvisioningState} that the service accepts. */
4350
+ export declare enum KnownConnectedEnvironmentStorageProvisioningState {
4351
+ /** Succeeded */
4352
+ Succeeded = "Succeeded",
4353
+ /** Failed */
4354
+ Failed = "Failed",
4355
+ /** Canceled */
4356
+ Canceled = "Canceled",
4357
+ /** InProgress */
4358
+ InProgress = "InProgress",
4359
+ /** Deleting */
4360
+ Deleting = "Deleting"
4361
+ }
4362
+ /**
4363
+ * Defines values for ConnectedEnvironmentStorageProvisioningState. \
4364
+ * {@link KnownConnectedEnvironmentStorageProvisioningState} can be used interchangeably with ConnectedEnvironmentStorageProvisioningState,
4365
+ * this enum contains the known values that the service supports.
4366
+ * ### Known values supported by the service
4367
+ * **Succeeded** \
4368
+ * **Failed** \
4369
+ * **Canceled** \
4370
+ * **InProgress** \
4371
+ * **Deleting**
4372
+ */
4373
+ export type ConnectedEnvironmentStorageProvisioningState = string;
2769
4374
  /** Known values of {@link AccessMode} that the service accepts. */
2770
4375
  export declare enum KnownAccessMode {
2771
4376
  /** ReadOnly */
@@ -2782,28 +4387,19 @@ export declare enum KnownAccessMode {
2782
4387
  * **ReadWrite**
2783
4388
  */
2784
4389
  export type AccessMode = string;
2785
- /** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
2786
- export declare enum KnownManagedServiceIdentityType {
2787
- /** None */
2788
- None = "None",
2789
- /** SystemAssigned */
2790
- SystemAssigned = "SystemAssigned",
2791
- /** UserAssigned */
2792
- UserAssigned = "UserAssigned",
2793
- /** SystemAssignedUserAssigned */
2794
- SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
4390
+ /** Known values of {@link Kind} that the service accepts. */
4391
+ export declare enum KnownKind {
4392
+ /** Workflowapp */
4393
+ Workflowapp = "workflowapp"
2795
4394
  }
2796
4395
  /**
2797
- * Defines values for ManagedServiceIdentityType. \
2798
- * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
4396
+ * Defines values for Kind. \
4397
+ * {@link KnownKind} can be used interchangeably with Kind,
2799
4398
  * this enum contains the known values that the service supports.
2800
4399
  * ### Known values supported by the service
2801
- * **None** \
2802
- * **SystemAssigned** \
2803
- * **UserAssigned** \
2804
- * **SystemAssigned,UserAssigned**
4400
+ * **workflowapp**
2805
4401
  */
2806
- export type ManagedServiceIdentityType = string;
4402
+ export type Kind = string;
2807
4403
  /** Known values of {@link ContainerAppProvisioningState} that the service accepts. */
2808
4404
  export declare enum KnownContainerAppProvisioningState {
2809
4405
  /** InProgress */
@@ -2854,12 +4450,33 @@ export declare enum KnownContainerAppRunningStatus {
2854
4450
  * **Ready**: Container App Job is in Ready state.
2855
4451
  */
2856
4452
  export type ContainerAppRunningStatus = string;
4453
+ /** Known values of {@link PatchingMode} that the service accepts. */
4454
+ export declare enum KnownPatchingMode {
4455
+ /** Automatic */
4456
+ Automatic = "Automatic",
4457
+ /** Manual */
4458
+ Manual = "Manual",
4459
+ /** Disabled */
4460
+ Disabled = "Disabled"
4461
+ }
4462
+ /**
4463
+ * Defines values for PatchingMode. \
4464
+ * {@link KnownPatchingMode} can be used interchangeably with PatchingMode,
4465
+ * this enum contains the known values that the service supports.
4466
+ * ### Known values supported by the service
4467
+ * **Automatic** \
4468
+ * **Manual** \
4469
+ * **Disabled**
4470
+ */
4471
+ export type PatchingMode = string;
2857
4472
  /** Known values of {@link ActiveRevisionsMode} that the service accepts. */
2858
4473
  export declare enum KnownActiveRevisionsMode {
2859
4474
  /** Multiple */
2860
4475
  Multiple = "Multiple",
2861
4476
  /** Single */
2862
- Single = "Single"
4477
+ Single = "Single",
4478
+ /** Labels */
4479
+ Labels = "Labels"
2863
4480
  }
2864
4481
  /**
2865
4482
  * Defines values for ActiveRevisionsMode. \
@@ -2867,7 +4484,8 @@ export declare enum KnownActiveRevisionsMode {
2867
4484
  * this enum contains the known values that the service supports.
2868
4485
  * ### Known values supported by the service
2869
4486
  * **Multiple** \
2870
- * **Single**
4487
+ * **Single** \
4488
+ * **Labels**
2871
4489
  */
2872
4490
  export type ActiveRevisionsMode = string;
2873
4491
  /** Known values of {@link IngressTransportMethod} that the service accepts. */
@@ -2897,7 +4515,9 @@ export declare enum KnownBindingType {
2897
4515
  /** Disabled */
2898
4516
  Disabled = "Disabled",
2899
4517
  /** SniEnabled */
2900
- SniEnabled = "SniEnabled"
4518
+ SniEnabled = "SniEnabled",
4519
+ /** Auto */
4520
+ Auto = "Auto"
2901
4521
  }
2902
4522
  /**
2903
4523
  * Defines values for BindingType. \
@@ -2905,7 +4525,8 @@ export declare enum KnownBindingType {
2905
4525
  * this enum contains the known values that the service supports.
2906
4526
  * ### Known values supported by the service
2907
4527
  * **Disabled** \
2908
- * **SniEnabled**
4528
+ * **SniEnabled** \
4529
+ * **Auto**
2909
4530
  */
2910
4531
  export type BindingType = string;
2911
4532
  /** Known values of {@link Action} that the service accepts. */
@@ -2959,6 +4580,22 @@ export declare enum KnownIngressClientCertificateMode {
2959
4580
  * **require**
2960
4581
  */
2961
4582
  export type IngressClientCertificateMode = string;
4583
+ /** Known values of {@link IngressTargetPortHttpScheme} that the service accepts. */
4584
+ export declare enum KnownIngressTargetPortHttpScheme {
4585
+ /** Http */
4586
+ Http = "http",
4587
+ /** Https */
4588
+ Https = "https"
4589
+ }
4590
+ /**
4591
+ * Defines values for IngressTargetPortHttpScheme. \
4592
+ * {@link KnownIngressTargetPortHttpScheme} can be used interchangeably with IngressTargetPortHttpScheme,
4593
+ * this enum contains the known values that the service supports.
4594
+ * ### Known values supported by the service
4595
+ * **http** \
4596
+ * **https**
4597
+ */
4598
+ export type IngressTargetPortHttpScheme = string;
2962
4599
  /** Known values of {@link AppProtocol} that the service accepts. */
2963
4600
  export declare enum KnownAppProtocol {
2964
4601
  /** Http */
@@ -2997,6 +4634,34 @@ export declare enum KnownLogLevel {
2997
4634
  * **error**
2998
4635
  */
2999
4636
  export type LogLevel = string;
4637
+ /** Known values of {@link Level} that the service accepts. */
4638
+ export declare enum KnownLevel {
4639
+ /** Off */
4640
+ Off = "off",
4641
+ /** Error */
4642
+ Error = "error",
4643
+ /** Info */
4644
+ Info = "info",
4645
+ /** Debug */
4646
+ Debug = "debug",
4647
+ /** Trace */
4648
+ Trace = "trace",
4649
+ /** Warn */
4650
+ Warn = "warn"
4651
+ }
4652
+ /**
4653
+ * Defines values for Level. \
4654
+ * {@link KnownLevel} can be used interchangeably with Level,
4655
+ * this enum contains the known values that the service supports.
4656
+ * ### Known values supported by the service
4657
+ * **off** \
4658
+ * **error** \
4659
+ * **info** \
4660
+ * **debug** \
4661
+ * **trace** \
4662
+ * **warn**
4663
+ */
4664
+ export type Level = string;
3000
4665
  /** Known values of {@link IdentitySettingsLifeCycle} that the service accepts. */
3001
4666
  export declare enum KnownIdentitySettingsLifeCycle {
3002
4667
  /** Init */
@@ -3019,6 +4684,22 @@ export declare enum KnownIdentitySettingsLifeCycle {
3019
4684
  * **All**
3020
4685
  */
3021
4686
  export type IdentitySettingsLifeCycle = string;
4687
+ /** Known values of {@link ImageType} that the service accepts. */
4688
+ export declare enum KnownImageType {
4689
+ /** CloudBuild */
4690
+ CloudBuild = "CloudBuild",
4691
+ /** ContainerImage */
4692
+ ContainerImage = "ContainerImage"
4693
+ }
4694
+ /**
4695
+ * Defines values for ImageType. \
4696
+ * {@link KnownImageType} can be used interchangeably with ImageType,
4697
+ * this enum contains the known values that the service supports.
4698
+ * ### Known values supported by the service
4699
+ * **CloudBuild** \
4700
+ * **ContainerImage**
4701
+ */
4702
+ export type ImageType = string;
3022
4703
  /** Known values of {@link Scheme} that the service accepts. */
3023
4704
  export declare enum KnownScheme {
3024
4705
  /** Http */
@@ -3063,7 +4744,9 @@ export declare enum KnownStorageType {
3063
4744
  /** Secret */
3064
4745
  Secret = "Secret",
3065
4746
  /** NfsAzureFile */
3066
- NfsAzureFile = "NfsAzureFile"
4747
+ NfsAzureFile = "NfsAzureFile",
4748
+ /** Smb */
4749
+ Smb = "Smb"
3067
4750
  }
3068
4751
  /**
3069
4752
  * Defines values for StorageType. \
@@ -3073,9 +4756,107 @@ export declare enum KnownStorageType {
3073
4756
  * **AzureFile** \
3074
4757
  * **EmptyDir** \
3075
4758
  * **Secret** \
3076
- * **NfsAzureFile**
4759
+ * **NfsAzureFile** \
4760
+ * **Smb**
3077
4761
  */
3078
4762
  export type StorageType = string;
4763
+ /** Known values of {@link Status} that the service accepts. */
4764
+ export declare enum KnownStatus {
4765
+ /** Succeeded */
4766
+ Succeeded = "Succeeded",
4767
+ /** Failed */
4768
+ Failed = "Failed",
4769
+ /** Starting */
4770
+ Starting = "Starting"
4771
+ }
4772
+ /**
4773
+ * Defines values for Status. \
4774
+ * {@link KnownStatus} can be used interchangeably with Status,
4775
+ * this enum contains the known values that the service supports.
4776
+ * ### Known values supported by the service
4777
+ * **Succeeded** \
4778
+ * **Failed** \
4779
+ * **Starting**
4780
+ */
4781
+ export type Status = string;
4782
+ /** Known values of {@link PatchApplyStatus} that the service accepts. */
4783
+ export declare enum KnownPatchApplyStatus {
4784
+ /** NotStarted */
4785
+ NotStarted = "NotStarted",
4786
+ /** RebaseInProgress */
4787
+ RebaseInProgress = "RebaseInProgress",
4788
+ /** CreatingRevision */
4789
+ CreatingRevision = "CreatingRevision",
4790
+ /** Succeeded */
4791
+ Succeeded = "Succeeded",
4792
+ /** Canceled */
4793
+ Canceled = "Canceled",
4794
+ /** RebaseFailed */
4795
+ RebaseFailed = "RebaseFailed",
4796
+ /** RevisionCreationFailed */
4797
+ RevisionCreationFailed = "RevisionCreationFailed",
4798
+ /** ImagePushPullFailed */
4799
+ ImagePushPullFailed = "ImagePushPullFailed",
4800
+ /** ManuallySkipped */
4801
+ ManuallySkipped = "ManuallySkipped"
4802
+ }
4803
+ /**
4804
+ * Defines values for PatchApplyStatus. \
4805
+ * {@link KnownPatchApplyStatus} can be used interchangeably with PatchApplyStatus,
4806
+ * this enum contains the known values that the service supports.
4807
+ * ### Known values supported by the service
4808
+ * **NotStarted** \
4809
+ * **RebaseInProgress** \
4810
+ * **CreatingRevision** \
4811
+ * **Succeeded** \
4812
+ * **Canceled** \
4813
+ * **RebaseFailed** \
4814
+ * **RevisionCreationFailed** \
4815
+ * **ImagePushPullFailed** \
4816
+ * **ManuallySkipped**
4817
+ */
4818
+ export type PatchApplyStatus = string;
4819
+ /** Known values of {@link DetectionStatus} that the service accepts. */
4820
+ export declare enum KnownDetectionStatus {
4821
+ /** Succeeded */
4822
+ Succeeded = "Succeeded",
4823
+ /** RegistryLoginFailed */
4824
+ RegistryLoginFailed = "RegistryLoginFailed",
4825
+ /** Failed */
4826
+ Failed = "Failed"
4827
+ }
4828
+ /**
4829
+ * Defines values for DetectionStatus. \
4830
+ * {@link KnownDetectionStatus} can be used interchangeably with DetectionStatus,
4831
+ * this enum contains the known values that the service supports.
4832
+ * ### Known values supported by the service
4833
+ * **Succeeded** \
4834
+ * **RegistryLoginFailed** \
4835
+ * **Failed**
4836
+ */
4837
+ export type DetectionStatus = string;
4838
+ /** Known values of {@link PatchType} that the service accepts. */
4839
+ export declare enum KnownPatchType {
4840
+ /** FrameworkSecurity */
4841
+ FrameworkSecurity = "FrameworkSecurity",
4842
+ /** OSSecurity */
4843
+ OSSecurity = "OSSecurity",
4844
+ /** FrameworkAndOSSecurity */
4845
+ FrameworkAndOSSecurity = "FrameworkAndOSSecurity",
4846
+ /** Other */
4847
+ Other = "Other"
4848
+ }
4849
+ /**
4850
+ * Defines values for PatchType. \
4851
+ * {@link KnownPatchType} can be used interchangeably with PatchType,
4852
+ * this enum contains the known values that the service supports.
4853
+ * ### Known values supported by the service
4854
+ * **FrameworkSecurity** \
4855
+ * **OSSecurity** \
4856
+ * **FrameworkAndOSSecurity** \
4857
+ * **Other**
4858
+ */
4859
+ export type PatchType = string;
3079
4860
  /** Known values of {@link RevisionHealthState} that the service accepts. */
3080
4861
  export declare enum KnownRevisionHealthState {
3081
4862
  /** Healthy */
@@ -3226,6 +5007,75 @@ export declare enum KnownEnvironmentProvisioningState {
3226
5007
  * **UpgradeFailed**
3227
5008
  */
3228
5009
  export type EnvironmentProvisioningState = string;
5010
+ /** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */
5011
+ export declare enum KnownPrivateEndpointServiceConnectionStatus {
5012
+ /** Pending */
5013
+ Pending = "Pending",
5014
+ /** Approved */
5015
+ Approved = "Approved",
5016
+ /** Rejected */
5017
+ Rejected = "Rejected",
5018
+ /** Disconnected */
5019
+ Disconnected = "Disconnected"
5020
+ }
5021
+ /**
5022
+ * Defines values for PrivateEndpointServiceConnectionStatus. \
5023
+ * {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,
5024
+ * this enum contains the known values that the service supports.
5025
+ * ### Known values supported by the service
5026
+ * **Pending** \
5027
+ * **Approved** \
5028
+ * **Rejected** \
5029
+ * **Disconnected**
5030
+ */
5031
+ export type PrivateEndpointServiceConnectionStatus = string;
5032
+ /** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
5033
+ export declare enum KnownPrivateEndpointConnectionProvisioningState {
5034
+ /** Succeeded */
5035
+ Succeeded = "Succeeded",
5036
+ /** Failed */
5037
+ Failed = "Failed",
5038
+ /** Canceled */
5039
+ Canceled = "Canceled",
5040
+ /** Waiting */
5041
+ Waiting = "Waiting",
5042
+ /** Updating */
5043
+ Updating = "Updating",
5044
+ /** Deleting */
5045
+ Deleting = "Deleting",
5046
+ /** Pending */
5047
+ Pending = "Pending"
5048
+ }
5049
+ /**
5050
+ * Defines values for PrivateEndpointConnectionProvisioningState. \
5051
+ * {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,
5052
+ * this enum contains the known values that the service supports.
5053
+ * ### Known values supported by the service
5054
+ * **Succeeded** \
5055
+ * **Failed** \
5056
+ * **Canceled** \
5057
+ * **Waiting** \
5058
+ * **Updating** \
5059
+ * **Deleting** \
5060
+ * **Pending**
5061
+ */
5062
+ export type PrivateEndpointConnectionProvisioningState = string;
5063
+ /** Known values of {@link PublicNetworkAccess} that the service accepts. */
5064
+ export declare enum KnownPublicNetworkAccess {
5065
+ /** Enabled */
5066
+ Enabled = "Enabled",
5067
+ /** Disabled */
5068
+ Disabled = "Disabled"
5069
+ }
5070
+ /**
5071
+ * Defines values for PublicNetworkAccess. \
5072
+ * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
5073
+ * this enum contains the known values that the service supports.
5074
+ * ### Known values supported by the service
5075
+ * **Enabled** \
5076
+ * **Disabled**
5077
+ */
5078
+ export type PublicNetworkAccess = string;
3229
5079
  /** Known values of {@link JobProvisioningState} that the service accepts. */
3230
5080
  export declare enum KnownJobProvisioningState {
3231
5081
  /** InProgress */
@@ -3251,6 +5101,25 @@ export declare enum KnownJobProvisioningState {
3251
5101
  * **Deleting**
3252
5102
  */
3253
5103
  export type JobProvisioningState = string;
5104
+ /** Known values of {@link JobRunningState} that the service accepts. */
5105
+ export declare enum KnownJobRunningState {
5106
+ /** Ready */
5107
+ Ready = "Ready",
5108
+ /** Progressing */
5109
+ Progressing = "Progressing",
5110
+ /** Suspended */
5111
+ Suspended = "Suspended"
5112
+ }
5113
+ /**
5114
+ * Defines values for JobRunningState. \
5115
+ * {@link KnownJobRunningState} can be used interchangeably with JobRunningState,
5116
+ * this enum contains the known values that the service supports.
5117
+ * ### Known values supported by the service
5118
+ * **Ready** \
5119
+ * **Progressing** \
5120
+ * **Suspended**
5121
+ */
5122
+ export type JobRunningState = string;
3254
5123
  /** Known values of {@link TriggerType} that the service accepts. */
3255
5124
  export declare enum KnownTriggerType {
3256
5125
  /** Schedule */
@@ -3270,6 +5139,44 @@ export declare enum KnownTriggerType {
3270
5139
  * **Manual**
3271
5140
  */
3272
5141
  export type TriggerType = string;
5142
+ /** Known values of {@link DotNetComponentType} that the service accepts. */
5143
+ export declare enum KnownDotNetComponentType {
5144
+ /** AspireDashboard */
5145
+ AspireDashboard = "AspireDashboard"
5146
+ }
5147
+ /**
5148
+ * Defines values for DotNetComponentType. \
5149
+ * {@link KnownDotNetComponentType} can be used interchangeably with DotNetComponentType,
5150
+ * this enum contains the known values that the service supports.
5151
+ * ### Known values supported by the service
5152
+ * **AspireDashboard**
5153
+ */
5154
+ export type DotNetComponentType = string;
5155
+ /** Known values of {@link DotNetComponentProvisioningState} that the service accepts. */
5156
+ export declare enum KnownDotNetComponentProvisioningState {
5157
+ /** Succeeded */
5158
+ Succeeded = "Succeeded",
5159
+ /** Failed */
5160
+ Failed = "Failed",
5161
+ /** Canceled */
5162
+ Canceled = "Canceled",
5163
+ /** Deleting */
5164
+ Deleting = "Deleting",
5165
+ /** InProgress */
5166
+ InProgress = "InProgress"
5167
+ }
5168
+ /**
5169
+ * Defines values for DotNetComponentProvisioningState. \
5170
+ * {@link KnownDotNetComponentProvisioningState} can be used interchangeably with DotNetComponentProvisioningState,
5171
+ * this enum contains the known values that the service supports.
5172
+ * ### Known values supported by the service
5173
+ * **Succeeded** \
5174
+ * **Failed** \
5175
+ * **Canceled** \
5176
+ * **Deleting** \
5177
+ * **InProgress**
5178
+ */
5179
+ export type DotNetComponentProvisioningState = string;
3273
5180
  /** Known values of {@link JavaComponentType} that the service accepts. */
3274
5181
  export declare enum KnownJavaComponentType {
3275
5182
  /** SpringBootAdmin */
@@ -3277,7 +5184,11 @@ export declare enum KnownJavaComponentType {
3277
5184
  /** SpringCloudEureka */
3278
5185
  SpringCloudEureka = "SpringCloudEureka",
3279
5186
  /** SpringCloudConfig */
3280
- SpringCloudConfig = "SpringCloudConfig"
5187
+ SpringCloudConfig = "SpringCloudConfig",
5188
+ /** SpringCloudGateway */
5189
+ SpringCloudGateway = "SpringCloudGateway",
5190
+ /** Nacos */
5191
+ Nacos = "Nacos"
3281
5192
  }
3282
5193
  /**
3283
5194
  * Defines values for JavaComponentType. \
@@ -3286,7 +5197,9 @@ export declare enum KnownJavaComponentType {
3286
5197
  * ### Known values supported by the service
3287
5198
  * **SpringBootAdmin** \
3288
5199
  * **SpringCloudEureka** \
3289
- * **SpringCloudConfig**
5200
+ * **SpringCloudConfig** \
5201
+ * **SpringCloudGateway** \
5202
+ * **Nacos**
3290
5203
  */
3291
5204
  export type JavaComponentType = string;
3292
5205
  /** Known values of {@link JavaComponentProvisioningState} that the service accepts. */
@@ -3345,6 +5258,50 @@ export declare enum KnownJobExecutionRunningState {
3345
5258
  * **Succeeded**
3346
5259
  */
3347
5260
  export type JobExecutionRunningState = string;
5261
+ /** Known values of {@link WorkflowState} that the service accepts. */
5262
+ export declare enum KnownWorkflowState {
5263
+ /** NotSpecified */
5264
+ NotSpecified = "NotSpecified",
5265
+ /** Completed */
5266
+ Completed = "Completed",
5267
+ /** Enabled */
5268
+ Enabled = "Enabled",
5269
+ /** Disabled */
5270
+ Disabled = "Disabled",
5271
+ /** Deleted */
5272
+ Deleted = "Deleted",
5273
+ /** Suspended */
5274
+ Suspended = "Suspended"
5275
+ }
5276
+ /**
5277
+ * Defines values for WorkflowState. \
5278
+ * {@link KnownWorkflowState} can be used interchangeably with WorkflowState,
5279
+ * this enum contains the known values that the service supports.
5280
+ * ### Known values supported by the service
5281
+ * **NotSpecified** \
5282
+ * **Completed** \
5283
+ * **Enabled** \
5284
+ * **Disabled** \
5285
+ * **Deleted** \
5286
+ * **Suspended**
5287
+ */
5288
+ export type WorkflowState = string;
5289
+ /** Known values of {@link LogicAppsProxyMethod} that the service accepts. */
5290
+ export declare enum KnownLogicAppsProxyMethod {
5291
+ /** GET */
5292
+ GET = "GET",
5293
+ /** Post */
5294
+ Post = "POST"
5295
+ }
5296
+ /**
5297
+ * Defines values for LogicAppsProxyMethod. \
5298
+ * {@link KnownLogicAppsProxyMethod} can be used interchangeably with LogicAppsProxyMethod,
5299
+ * this enum contains the known values that the service supports.
5300
+ * ### Known values supported by the service
5301
+ * **GET** \
5302
+ * **POST**
5303
+ */
5304
+ export type LogicAppsProxyMethod = string;
3348
5305
  /** Known values of {@link ManagedCertificateDomainControlValidation} that the service accepts. */
3349
5306
  export declare enum KnownManagedCertificateDomainControlValidation {
3350
5307
  /** Cname */
@@ -3364,6 +5321,37 @@ export declare enum KnownManagedCertificateDomainControlValidation {
3364
5321
  * **TXT**
3365
5322
  */
3366
5323
  export type ManagedCertificateDomainControlValidation = string;
5324
+ /** Known values of {@link HttpRouteProvisioningState} that the service accepts. */
5325
+ export declare enum KnownHttpRouteProvisioningState {
5326
+ /** Succeeded */
5327
+ Succeeded = "Succeeded",
5328
+ /** Failed */
5329
+ Failed = "Failed",
5330
+ /** Canceled */
5331
+ Canceled = "Canceled",
5332
+ /** Waiting */
5333
+ Waiting = "Waiting",
5334
+ /** Updating */
5335
+ Updating = "Updating",
5336
+ /** Deleting */
5337
+ Deleting = "Deleting",
5338
+ /** Pending */
5339
+ Pending = "Pending"
5340
+ }
5341
+ /**
5342
+ * Defines values for HttpRouteProvisioningState. \
5343
+ * {@link KnownHttpRouteProvisioningState} can be used interchangeably with HttpRouteProvisioningState,
5344
+ * this enum contains the known values that the service supports.
5345
+ * ### Known values supported by the service
5346
+ * **Succeeded** \
5347
+ * **Failed** \
5348
+ * **Canceled** \
5349
+ * **Waiting** \
5350
+ * **Updating** \
5351
+ * **Deleting** \
5352
+ * **Pending**
5353
+ */
5354
+ export type HttpRouteProvisioningState = string;
3367
5355
  /** Known values of {@link ContainerType} that the service accepts. */
3368
5356
  export declare enum KnownContainerType {
3369
5357
  /** CustomContainer */
@@ -3412,6 +5400,22 @@ export declare enum KnownLifecycleType {
3412
5400
  * **OnContainerExit**
3413
5401
  */
3414
5402
  export type LifecycleType = string;
5403
+ /** Known values of {@link SessionProbeType} that the service accepts. */
5404
+ export declare enum KnownSessionProbeType {
5405
+ /** Liveness */
5406
+ Liveness = "Liveness",
5407
+ /** Startup */
5408
+ Startup = "Startup"
5409
+ }
5410
+ /**
5411
+ * Defines values for SessionProbeType. \
5412
+ * {@link KnownSessionProbeType} can be used interchangeably with SessionProbeType,
5413
+ * this enum contains the known values that the service supports.
5414
+ * ### Known values supported by the service
5415
+ * **Liveness** \
5416
+ * **Startup**
5417
+ */
5418
+ export type SessionProbeType = string;
3415
5419
  /** Known values of {@link SessionNetworkStatus} that the service accepts. */
3416
5420
  export declare enum KnownSessionNetworkStatus {
3417
5421
  /** EgressEnabled */
@@ -3483,6 +5487,38 @@ export type CookieExpirationConvention = "FixedTime" | "IdentityProviderDerived"
3483
5487
  export type ForwardProxyConvention = "NoProxy" | "Standard" | "Custom";
3484
5488
  /** Defines values for DnsVerificationTestResult. */
3485
5489
  export type DnsVerificationTestResult = "Passed" | "Failed" | "Skipped";
5490
+ /** Defines values for WorkflowHealthState. */
5491
+ export type WorkflowHealthState = "NotSpecified" | "Healthy" | "Unhealthy" | "Unknown";
5492
+ /** Defines values for WeekDay. */
5493
+ export type WeekDay = "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "Sunday";
5494
+ /** Optional parameters. */
5495
+ export interface AppResiliencyCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
5496
+ }
5497
+ /** Contains response data for the createOrUpdate operation. */
5498
+ export type AppResiliencyCreateOrUpdateResponse = AppResiliency;
5499
+ /** Optional parameters. */
5500
+ export interface AppResiliencyUpdateOptionalParams extends coreClient.OperationOptions {
5501
+ }
5502
+ /** Contains response data for the update operation. */
5503
+ export type AppResiliencyUpdateResponse = AppResiliency;
5504
+ /** Optional parameters. */
5505
+ export interface AppResiliencyDeleteOptionalParams extends coreClient.OperationOptions {
5506
+ }
5507
+ /** Optional parameters. */
5508
+ export interface AppResiliencyGetOptionalParams extends coreClient.OperationOptions {
5509
+ }
5510
+ /** Contains response data for the get operation. */
5511
+ export type AppResiliencyGetResponse = AppResiliency;
5512
+ /** Optional parameters. */
5513
+ export interface AppResiliencyListOptionalParams extends coreClient.OperationOptions {
5514
+ }
5515
+ /** Contains response data for the list operation. */
5516
+ export type AppResiliencyListResponse = AppResiliencyCollection;
5517
+ /** Optional parameters. */
5518
+ export interface AppResiliencyListNextOptionalParams extends coreClient.OperationOptions {
5519
+ }
5520
+ /** Contains response data for the listNext operation. */
5521
+ export type AppResiliencyListNextResponse = AppResiliencyCollection;
3486
5522
  /** Optional parameters. */
3487
5523
  export interface ContainerAppsAuthConfigsListByContainerAppOptionalParams extends coreClient.OperationOptions {
3488
5524
  }
@@ -3509,18 +5545,108 @@ export type ContainerAppsAuthConfigsListByContainerAppNextResponse = AuthConfigC
3509
5545
  /** Optional parameters. */
3510
5546
  export interface AvailableWorkloadProfilesGetOptionalParams extends coreClient.OperationOptions {
3511
5547
  }
3512
- /** Contains response data for the get operation. */
3513
- export type AvailableWorkloadProfilesGetResponse = AvailableWorkloadProfilesCollection;
5548
+ /** Contains response data for the get operation. */
5549
+ export type AvailableWorkloadProfilesGetResponse = AvailableWorkloadProfilesCollection;
5550
+ /** Optional parameters. */
5551
+ export interface AvailableWorkloadProfilesGetNextOptionalParams extends coreClient.OperationOptions {
5552
+ }
5553
+ /** Contains response data for the getNext operation. */
5554
+ export type AvailableWorkloadProfilesGetNextResponse = AvailableWorkloadProfilesCollection;
5555
+ /** Optional parameters. */
5556
+ export interface BillingMetersGetOptionalParams extends coreClient.OperationOptions {
5557
+ }
5558
+ /** Contains response data for the get operation. */
5559
+ export type BillingMetersGetResponse = BillingMeterCollection;
5560
+ /** Optional parameters. */
5561
+ export interface BuildersListBySubscriptionOptionalParams extends coreClient.OperationOptions {
5562
+ }
5563
+ /** Contains response data for the listBySubscription operation. */
5564
+ export type BuildersListBySubscriptionResponse = BuilderCollection;
5565
+ /** Optional parameters. */
5566
+ export interface BuildersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
5567
+ }
5568
+ /** Contains response data for the listByResourceGroup operation. */
5569
+ export type BuildersListByResourceGroupResponse = BuilderCollection;
5570
+ /** Optional parameters. */
5571
+ export interface BuildersGetOptionalParams extends coreClient.OperationOptions {
5572
+ }
5573
+ /** Contains response data for the get operation. */
5574
+ export type BuildersGetResponse = BuilderResource;
5575
+ /** Optional parameters. */
5576
+ export interface BuildersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
5577
+ /** Delay to wait until next poll, in milliseconds. */
5578
+ updateIntervalInMs?: number;
5579
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
5580
+ resumeFrom?: string;
5581
+ }
5582
+ /** Contains response data for the createOrUpdate operation. */
5583
+ export type BuildersCreateOrUpdateResponse = BuilderResource;
5584
+ /** Optional parameters. */
5585
+ export interface BuildersUpdateOptionalParams extends coreClient.OperationOptions {
5586
+ /** Delay to wait until next poll, in milliseconds. */
5587
+ updateIntervalInMs?: number;
5588
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
5589
+ resumeFrom?: string;
5590
+ }
5591
+ /** Contains response data for the update operation. */
5592
+ export type BuildersUpdateResponse = BuilderResource;
5593
+ /** Optional parameters. */
5594
+ export interface BuildersDeleteOptionalParams extends coreClient.OperationOptions {
5595
+ /** Delay to wait until next poll, in milliseconds. */
5596
+ updateIntervalInMs?: number;
5597
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
5598
+ resumeFrom?: string;
5599
+ }
5600
+ /** Contains response data for the delete operation. */
5601
+ export type BuildersDeleteResponse = BuildersDeleteHeaders;
5602
+ /** Optional parameters. */
5603
+ export interface BuildersListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
5604
+ }
5605
+ /** Contains response data for the listBySubscriptionNext operation. */
5606
+ export type BuildersListBySubscriptionNextResponse = BuilderCollection;
5607
+ /** Optional parameters. */
5608
+ export interface BuildersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
5609
+ }
5610
+ /** Contains response data for the listByResourceGroupNext operation. */
5611
+ export type BuildersListByResourceGroupNextResponse = BuilderCollection;
5612
+ /** Optional parameters. */
5613
+ export interface BuildsByBuilderResourceListOptionalParams extends coreClient.OperationOptions {
5614
+ }
5615
+ /** Contains response data for the list operation. */
5616
+ export type BuildsByBuilderResourceListResponse = BuildCollection;
5617
+ /** Optional parameters. */
5618
+ export interface BuildsByBuilderResourceListNextOptionalParams extends coreClient.OperationOptions {
5619
+ }
5620
+ /** Contains response data for the listNext operation. */
5621
+ export type BuildsByBuilderResourceListNextResponse = BuildCollection;
5622
+ /** Optional parameters. */
5623
+ export interface BuildsGetOptionalParams extends coreClient.OperationOptions {
5624
+ }
5625
+ /** Contains response data for the get operation. */
5626
+ export type BuildsGetResponse = BuildResource;
5627
+ /** Optional parameters. */
5628
+ export interface BuildsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
5629
+ /** Delay to wait until next poll, in milliseconds. */
5630
+ updateIntervalInMs?: number;
5631
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
5632
+ resumeFrom?: string;
5633
+ }
5634
+ /** Contains response data for the createOrUpdate operation. */
5635
+ export type BuildsCreateOrUpdateResponse = BuildResource;
3514
5636
  /** Optional parameters. */
3515
- export interface AvailableWorkloadProfilesGetNextOptionalParams extends coreClient.OperationOptions {
5637
+ export interface BuildsDeleteOptionalParams extends coreClient.OperationOptions {
5638
+ /** Delay to wait until next poll, in milliseconds. */
5639
+ updateIntervalInMs?: number;
5640
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
5641
+ resumeFrom?: string;
3516
5642
  }
3517
- /** Contains response data for the getNext operation. */
3518
- export type AvailableWorkloadProfilesGetNextResponse = AvailableWorkloadProfilesCollection;
5643
+ /** Contains response data for the delete operation. */
5644
+ export type BuildsDeleteResponse = BuildsDeleteHeaders;
3519
5645
  /** Optional parameters. */
3520
- export interface BillingMetersGetOptionalParams extends coreClient.OperationOptions {
5646
+ export interface BuildAuthTokenListOptionalParams extends coreClient.OperationOptions {
3521
5647
  }
3522
- /** Contains response data for the get operation. */
3523
- export type BillingMetersGetResponse = BillingMeterCollection;
5648
+ /** Contains response data for the list operation. */
5649
+ export type BuildAuthTokenListResponse = BuildToken;
3524
5650
  /** Optional parameters. */
3525
5651
  export interface ConnectedEnvironmentsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
3526
5652
  }
@@ -3554,6 +5680,8 @@ export interface ConnectedEnvironmentsDeleteOptionalParams extends coreClient.Op
3554
5680
  }
3555
5681
  /** Optional parameters. */
3556
5682
  export interface ConnectedEnvironmentsUpdateOptionalParams extends coreClient.OperationOptions {
5683
+ /** Configuration details of the connectedEnvironment. */
5684
+ environmentEnvelope?: ConnectedEnvironmentPatchResource;
3557
5685
  }
3558
5686
  /** Contains response data for the update operation. */
3559
5687
  export type ConnectedEnvironmentsUpdateResponse = ConnectedEnvironment;
@@ -3586,14 +5714,28 @@ export type ConnectedEnvironmentsCertificatesGetResponse = Certificate;
3586
5714
  export interface ConnectedEnvironmentsCertificatesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
3587
5715
  /** Certificate to be created or updated */
3588
5716
  certificateEnvelope?: Certificate;
5717
+ /** Delay to wait until next poll, in milliseconds. */
5718
+ updateIntervalInMs?: number;
5719
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
5720
+ resumeFrom?: string;
3589
5721
  }
3590
5722
  /** Contains response data for the createOrUpdate operation. */
3591
5723
  export type ConnectedEnvironmentsCertificatesCreateOrUpdateResponse = Certificate;
3592
5724
  /** Optional parameters. */
3593
5725
  export interface ConnectedEnvironmentsCertificatesDeleteOptionalParams extends coreClient.OperationOptions {
5726
+ /** Delay to wait until next poll, in milliseconds. */
5727
+ updateIntervalInMs?: number;
5728
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
5729
+ resumeFrom?: string;
3594
5730
  }
5731
+ /** Contains response data for the delete operation. */
5732
+ export type ConnectedEnvironmentsCertificatesDeleteResponse = ConnectedEnvironmentsCertificatesDeleteHeaders;
3595
5733
  /** Optional parameters. */
3596
5734
  export interface ConnectedEnvironmentsCertificatesUpdateOptionalParams extends coreClient.OperationOptions {
5735
+ /** Delay to wait until next poll, in milliseconds. */
5736
+ updateIntervalInMs?: number;
5737
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
5738
+ resumeFrom?: string;
3597
5739
  }
3598
5740
  /** Contains response data for the update operation. */
3599
5741
  export type ConnectedEnvironmentsCertificatesUpdateResponse = Certificate;
@@ -3606,20 +5748,30 @@ export type ConnectedEnvironmentsCertificatesListNextResponse = CertificateColle
3606
5748
  export interface ConnectedEnvironmentsDaprComponentsListOptionalParams extends coreClient.OperationOptions {
3607
5749
  }
3608
5750
  /** Contains response data for the list operation. */
3609
- export type ConnectedEnvironmentsDaprComponentsListResponse = DaprComponentsCollection;
5751
+ export type ConnectedEnvironmentsDaprComponentsListResponse = ConnectedEnvironmentDaprComponentsCollection;
3610
5752
  /** Optional parameters. */
3611
5753
  export interface ConnectedEnvironmentsDaprComponentsGetOptionalParams extends coreClient.OperationOptions {
3612
5754
  }
3613
5755
  /** Contains response data for the get operation. */
3614
- export type ConnectedEnvironmentsDaprComponentsGetResponse = DaprComponent;
5756
+ export type ConnectedEnvironmentsDaprComponentsGetResponse = ConnectedEnvironmentDaprComponent;
3615
5757
  /** Optional parameters. */
3616
5758
  export interface ConnectedEnvironmentsDaprComponentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
5759
+ /** Delay to wait until next poll, in milliseconds. */
5760
+ updateIntervalInMs?: number;
5761
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
5762
+ resumeFrom?: string;
3617
5763
  }
3618
5764
  /** Contains response data for the createOrUpdate operation. */
3619
- export type ConnectedEnvironmentsDaprComponentsCreateOrUpdateResponse = DaprComponent;
5765
+ export type ConnectedEnvironmentsDaprComponentsCreateOrUpdateResponse = ConnectedEnvironmentDaprComponent;
3620
5766
  /** Optional parameters. */
3621
5767
  export interface ConnectedEnvironmentsDaprComponentsDeleteOptionalParams extends coreClient.OperationOptions {
5768
+ /** Delay to wait until next poll, in milliseconds. */
5769
+ updateIntervalInMs?: number;
5770
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
5771
+ resumeFrom?: string;
3622
5772
  }
5773
+ /** Contains response data for the delete operation. */
5774
+ export type ConnectedEnvironmentsDaprComponentsDeleteResponse = ConnectedEnvironmentsDaprComponentsDeleteHeaders;
3623
5775
  /** Optional parameters. */
3624
5776
  export interface ConnectedEnvironmentsDaprComponentsListSecretsOptionalParams extends coreClient.OperationOptions {
3625
5777
  }
@@ -3629,7 +5781,7 @@ export type ConnectedEnvironmentsDaprComponentsListSecretsResponse = DaprSecrets
3629
5781
  export interface ConnectedEnvironmentsDaprComponentsListNextOptionalParams extends coreClient.OperationOptions {
3630
5782
  }
3631
5783
  /** Contains response data for the listNext operation. */
3632
- export type ConnectedEnvironmentsDaprComponentsListNextResponse = DaprComponentsCollection;
5784
+ export type ConnectedEnvironmentsDaprComponentsListNextResponse = ConnectedEnvironmentDaprComponentsCollection;
3633
5785
  /** Optional parameters. */
3634
5786
  export interface ConnectedEnvironmentsStoragesListOptionalParams extends coreClient.OperationOptions {
3635
5787
  }
@@ -3642,12 +5794,22 @@ export interface ConnectedEnvironmentsStoragesGetOptionalParams extends coreClie
3642
5794
  export type ConnectedEnvironmentsStoragesGetResponse = ConnectedEnvironmentStorage;
3643
5795
  /** Optional parameters. */
3644
5796
  export interface ConnectedEnvironmentsStoragesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
5797
+ /** Delay to wait until next poll, in milliseconds. */
5798
+ updateIntervalInMs?: number;
5799
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
5800
+ resumeFrom?: string;
3645
5801
  }
3646
5802
  /** Contains response data for the createOrUpdate operation. */
3647
5803
  export type ConnectedEnvironmentsStoragesCreateOrUpdateResponse = ConnectedEnvironmentStorage;
3648
5804
  /** Optional parameters. */
3649
5805
  export interface ConnectedEnvironmentsStoragesDeleteOptionalParams extends coreClient.OperationOptions {
5806
+ /** Delay to wait until next poll, in milliseconds. */
5807
+ updateIntervalInMs?: number;
5808
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
5809
+ resumeFrom?: string;
3650
5810
  }
5811
+ /** Contains response data for the delete operation. */
5812
+ export type ConnectedEnvironmentsStoragesDeleteResponse = ConnectedEnvironmentsStoragesDeleteHeaders;
3651
5813
  /** Optional parameters. */
3652
5814
  export interface ContainerAppsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
3653
5815
  }
@@ -3734,6 +5896,94 @@ export interface ContainerAppsListByResourceGroupNextOptionalParams extends core
3734
5896
  /** Contains response data for the listByResourceGroupNext operation. */
3735
5897
  export type ContainerAppsListByResourceGroupNextResponse = ContainerAppCollection;
3736
5898
  /** Optional parameters. */
5899
+ export interface ContainerAppsBuildsByContainerAppListOptionalParams extends coreClient.OperationOptions {
5900
+ }
5901
+ /** Contains response data for the list operation. */
5902
+ export type ContainerAppsBuildsByContainerAppListResponse = ContainerAppsBuildCollection;
5903
+ /** Optional parameters. */
5904
+ export interface ContainerAppsBuildsByContainerAppListNextOptionalParams extends coreClient.OperationOptions {
5905
+ }
5906
+ /** Contains response data for the listNext operation. */
5907
+ export type ContainerAppsBuildsByContainerAppListNextResponse = ContainerAppsBuildCollection;
5908
+ /** Optional parameters. */
5909
+ export interface ContainerAppsBuildsGetOptionalParams extends coreClient.OperationOptions {
5910
+ }
5911
+ /** Contains response data for the get operation. */
5912
+ export type ContainerAppsBuildsGetResponse = ContainerAppsBuildResource;
5913
+ /** Optional parameters. */
5914
+ export interface ContainerAppsBuildsDeleteOptionalParams extends coreClient.OperationOptions {
5915
+ /** Delay to wait until next poll, in milliseconds. */
5916
+ updateIntervalInMs?: number;
5917
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
5918
+ resumeFrom?: string;
5919
+ }
5920
+ /** Contains response data for the delete operation. */
5921
+ export type ContainerAppsBuildsDeleteResponse = ContainerAppsBuildsDeleteHeaders;
5922
+ /** Optional parameters. */
5923
+ export interface ContainerAppsLabelHistoryListLabelHistoryOptionalParams extends coreClient.OperationOptions {
5924
+ /** The filter to apply on the operation. */
5925
+ filter?: string;
5926
+ }
5927
+ /** Contains response data for the listLabelHistory operation. */
5928
+ export type ContainerAppsLabelHistoryListLabelHistoryResponse = LabelHistoryCollection;
5929
+ /** Optional parameters. */
5930
+ export interface ContainerAppsLabelHistoryGetLabelHistoryOptionalParams extends coreClient.OperationOptions {
5931
+ }
5932
+ /** Contains response data for the getLabelHistory operation. */
5933
+ export type ContainerAppsLabelHistoryGetLabelHistoryResponse = LabelHistory;
5934
+ /** Optional parameters. */
5935
+ export interface ContainerAppsLabelHistoryDeleteLabelHistoryOptionalParams extends coreClient.OperationOptions {
5936
+ }
5937
+ /** Optional parameters. */
5938
+ export interface ContainerAppsLabelHistoryListLabelHistoryNextOptionalParams extends coreClient.OperationOptions {
5939
+ }
5940
+ /** Contains response data for the listLabelHistoryNext operation. */
5941
+ export type ContainerAppsLabelHistoryListLabelHistoryNextResponse = LabelHistoryCollection;
5942
+ /** Optional parameters. */
5943
+ export interface ContainerAppsPatchesListByContainerAppOptionalParams extends coreClient.OperationOptions {
5944
+ /** The filter to apply on the operation. For example, $filter=properties/patchApplyStatus eq 'Succeeded' */
5945
+ filter?: string;
5946
+ }
5947
+ /** Contains response data for the listByContainerApp operation. */
5948
+ export type ContainerAppsPatchesListByContainerAppResponse = PatchCollection;
5949
+ /** Optional parameters. */
5950
+ export interface ContainerAppsPatchesGetOptionalParams extends coreClient.OperationOptions {
5951
+ }
5952
+ /** Contains response data for the get operation. */
5953
+ export type ContainerAppsPatchesGetResponse = ContainerAppsPatchResource;
5954
+ /** Optional parameters. */
5955
+ export interface ContainerAppsPatchesDeleteOptionalParams extends coreClient.OperationOptions {
5956
+ /** Delay to wait until next poll, in milliseconds. */
5957
+ updateIntervalInMs?: number;
5958
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
5959
+ resumeFrom?: string;
5960
+ }
5961
+ /** Contains response data for the delete operation. */
5962
+ export type ContainerAppsPatchesDeleteResponse = ContainerAppsPatchesDeleteHeaders;
5963
+ /** Optional parameters. */
5964
+ export interface ContainerAppsPatchesSkipConfigureOptionalParams extends coreClient.OperationOptions {
5965
+ /** Delay to wait until next poll, in milliseconds. */
5966
+ updateIntervalInMs?: number;
5967
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
5968
+ resumeFrom?: string;
5969
+ }
5970
+ /** Contains response data for the skipConfigure operation. */
5971
+ export type ContainerAppsPatchesSkipConfigureResponse = ContainerAppsPatchesSkipConfigureHeaders;
5972
+ /** Optional parameters. */
5973
+ export interface ContainerAppsPatchesApplyOptionalParams extends coreClient.OperationOptions {
5974
+ /** Delay to wait until next poll, in milliseconds. */
5975
+ updateIntervalInMs?: number;
5976
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
5977
+ resumeFrom?: string;
5978
+ }
5979
+ /** Contains response data for the apply operation. */
5980
+ export type ContainerAppsPatchesApplyResponse = ContainerAppsPatchResource;
5981
+ /** Optional parameters. */
5982
+ export interface ContainerAppsPatchesListByContainerAppNextOptionalParams extends coreClient.OperationOptions {
5983
+ }
5984
+ /** Contains response data for the listByContainerAppNext operation. */
5985
+ export type ContainerAppsPatchesListByContainerAppNextResponse = PatchCollection;
5986
+ /** Optional parameters. */
3737
5987
  export interface ContainerAppsRevisionsListRevisionsOptionalParams extends coreClient.OperationOptions {
3738
5988
  /** The filter to apply on the operation. */
3739
5989
  filter?: string;
@@ -3909,6 +6159,24 @@ export interface JobsListSecretsOptionalParams extends coreClient.OperationOptio
3909
6159
  /** Contains response data for the listSecrets operation. */
3910
6160
  export type JobsListSecretsResponse = JobSecretsCollection;
3911
6161
  /** Optional parameters. */
6162
+ export interface JobsResumeOptionalParams extends coreClient.OperationOptions {
6163
+ /** Delay to wait until next poll, in milliseconds. */
6164
+ updateIntervalInMs?: number;
6165
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
6166
+ resumeFrom?: string;
6167
+ }
6168
+ /** Contains response data for the resume operation. */
6169
+ export type JobsResumeResponse = Job;
6170
+ /** Optional parameters. */
6171
+ export interface JobsSuspendOptionalParams extends coreClient.OperationOptions {
6172
+ /** Delay to wait until next poll, in milliseconds. */
6173
+ updateIntervalInMs?: number;
6174
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
6175
+ resumeFrom?: string;
6176
+ }
6177
+ /** Contains response data for the suspend operation. */
6178
+ export type JobsSuspendResponse = Job;
6179
+ /** Optional parameters. */
3912
6180
  export interface JobsListDetectorsNextOptionalParams extends coreClient.OperationOptions {
3913
6181
  }
3914
6182
  /** Contains response data for the listDetectorsNext operation. */
@@ -3924,6 +6192,56 @@ export interface JobsListByResourceGroupNextOptionalParams extends coreClient.Op
3924
6192
  /** Contains response data for the listByResourceGroupNext operation. */
3925
6193
  export type JobsListByResourceGroupNextResponse = JobsCollection;
3926
6194
  /** Optional parameters. */
6195
+ export interface DotNetComponentsListOptionalParams extends coreClient.OperationOptions {
6196
+ }
6197
+ /** Contains response data for the list operation. */
6198
+ export type DotNetComponentsListResponse = DotNetComponentsCollection;
6199
+ /** Optional parameters. */
6200
+ export interface DotNetComponentsGetOptionalParams extends coreClient.OperationOptions {
6201
+ }
6202
+ /** Contains response data for the get operation. */
6203
+ export type DotNetComponentsGetResponse = DotNetComponent;
6204
+ /** Optional parameters. */
6205
+ export interface DotNetComponentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
6206
+ /** Delay to wait until next poll, in milliseconds. */
6207
+ updateIntervalInMs?: number;
6208
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
6209
+ resumeFrom?: string;
6210
+ }
6211
+ /** Contains response data for the createOrUpdate operation. */
6212
+ export type DotNetComponentsCreateOrUpdateResponse = DotNetComponent;
6213
+ /** Optional parameters. */
6214
+ export interface DotNetComponentsUpdateOptionalParams extends coreClient.OperationOptions {
6215
+ /** Delay to wait until next poll, in milliseconds. */
6216
+ updateIntervalInMs?: number;
6217
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
6218
+ resumeFrom?: string;
6219
+ }
6220
+ /** Contains response data for the update operation. */
6221
+ export type DotNetComponentsUpdateResponse = DotNetComponent;
6222
+ /** Optional parameters. */
6223
+ export interface DotNetComponentsDeleteOptionalParams extends coreClient.OperationOptions {
6224
+ /** Delay to wait until next poll, in milliseconds. */
6225
+ updateIntervalInMs?: number;
6226
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
6227
+ resumeFrom?: string;
6228
+ }
6229
+ /** Contains response data for the delete operation. */
6230
+ export type DotNetComponentsDeleteResponse = DotNetComponentsDeleteHeaders;
6231
+ /** Optional parameters. */
6232
+ export interface DotNetComponentsListNextOptionalParams extends coreClient.OperationOptions {
6233
+ }
6234
+ /** Contains response data for the listNext operation. */
6235
+ export type DotNetComponentsListNextResponse = DotNetComponentsCollection;
6236
+ /** Optional parameters. */
6237
+ export interface FunctionsExtensionInvokeFunctionsHostOptionalParams extends coreClient.OperationOptions {
6238
+ }
6239
+ /** Contains response data for the invokeFunctionsHost operation. */
6240
+ export type FunctionsExtensionInvokeFunctionsHostResponse = {
6241
+ /** The parsed response body. */
6242
+ body: string;
6243
+ };
6244
+ /** Optional parameters. */
3927
6245
  export interface OperationsListOptionalParams extends coreClient.OperationOptions {
3928
6246
  }
3929
6247
  /** Contains response data for the list operation. */
@@ -4001,6 +6319,49 @@ export type GetCustomDomainVerificationIdResponse = {
4001
6319
  body: string;
4002
6320
  };
4003
6321
  /** Optional parameters. */
6322
+ export interface LogicAppsGetOptionalParams extends coreClient.OperationOptions {
6323
+ }
6324
+ /** Contains response data for the get operation. */
6325
+ export type LogicAppsGetResponse = LogicApp;
6326
+ /** Optional parameters. */
6327
+ export interface LogicAppsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
6328
+ }
6329
+ /** Contains response data for the createOrUpdate operation. */
6330
+ export type LogicAppsCreateOrUpdateResponse = LogicApp;
6331
+ /** Optional parameters. */
6332
+ export interface LogicAppsDeleteOptionalParams extends coreClient.OperationOptions {
6333
+ }
6334
+ /** Optional parameters. */
6335
+ export interface LogicAppsListWorkflowsOptionalParams extends coreClient.OperationOptions {
6336
+ }
6337
+ /** Contains response data for the listWorkflows operation. */
6338
+ export type LogicAppsListWorkflowsResponse = WorkflowEnvelopeCollection;
6339
+ /** Optional parameters. */
6340
+ export interface LogicAppsGetWorkflowOptionalParams extends coreClient.OperationOptions {
6341
+ }
6342
+ /** Contains response data for the getWorkflow operation. */
6343
+ export type LogicAppsGetWorkflowResponse = WorkflowEnvelope;
6344
+ /** Optional parameters. */
6345
+ export interface LogicAppsDeployWorkflowArtifactsOptionalParams extends coreClient.OperationOptions {
6346
+ /** Application settings and files of the workflow. */
6347
+ workflowArtifacts?: WorkflowArtifacts;
6348
+ }
6349
+ /** Optional parameters. */
6350
+ export interface LogicAppsListWorkflowsConnectionsOptionalParams extends coreClient.OperationOptions {
6351
+ }
6352
+ /** Contains response data for the listWorkflowsConnections operation. */
6353
+ export type LogicAppsListWorkflowsConnectionsResponse = WorkflowEnvelope;
6354
+ /** Optional parameters. */
6355
+ export interface LogicAppsInvokeOptionalParams extends coreClient.OperationOptions {
6356
+ }
6357
+ /** Contains response data for the invoke operation. */
6358
+ export type LogicAppsInvokeResponse = Record<string, unknown>;
6359
+ /** Optional parameters. */
6360
+ export interface LogicAppsListWorkflowsNextOptionalParams extends coreClient.OperationOptions {
6361
+ }
6362
+ /** Contains response data for the listWorkflowsNext operation. */
6363
+ export type LogicAppsListWorkflowsNextResponse = WorkflowEnvelopeCollection;
6364
+ /** Optional parameters. */
4004
6365
  export interface ManagedEnvironmentsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
4005
6366
  }
4006
6367
  /** Contains response data for the listBySubscription operation. */
@@ -4135,6 +6496,72 @@ export interface NamespacesCheckNameAvailabilityOptionalParams extends coreClien
4135
6496
  /** Contains response data for the checkNameAvailability operation. */
4136
6497
  export type NamespacesCheckNameAvailabilityResponse = CheckNameAvailabilityResponse;
4137
6498
  /** Optional parameters. */
6499
+ export interface ManagedEnvironmentPrivateEndpointConnectionsListOptionalParams extends coreClient.OperationOptions {
6500
+ }
6501
+ /** Contains response data for the list operation. */
6502
+ export type ManagedEnvironmentPrivateEndpointConnectionsListResponse = PrivateEndpointConnectionListResult;
6503
+ /** Optional parameters. */
6504
+ export interface ManagedEnvironmentPrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
6505
+ }
6506
+ /** Contains response data for the get operation. */
6507
+ export type ManagedEnvironmentPrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
6508
+ /** Optional parameters. */
6509
+ export interface ManagedEnvironmentPrivateEndpointConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
6510
+ /** Delay to wait until next poll, in milliseconds. */
6511
+ updateIntervalInMs?: number;
6512
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
6513
+ resumeFrom?: string;
6514
+ }
6515
+ /** Contains response data for the createOrUpdate operation. */
6516
+ export type ManagedEnvironmentPrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;
6517
+ /** Optional parameters. */
6518
+ export interface ManagedEnvironmentPrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
6519
+ /** Delay to wait until next poll, in milliseconds. */
6520
+ updateIntervalInMs?: number;
6521
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
6522
+ resumeFrom?: string;
6523
+ }
6524
+ /** Contains response data for the delete operation. */
6525
+ export type ManagedEnvironmentPrivateEndpointConnectionsDeleteResponse = ManagedEnvironmentPrivateEndpointConnectionsDeleteHeaders;
6526
+ /** Optional parameters. */
6527
+ export interface ManagedEnvironmentPrivateEndpointConnectionsListNextOptionalParams extends coreClient.OperationOptions {
6528
+ }
6529
+ /** Contains response data for the listNext operation. */
6530
+ export type ManagedEnvironmentPrivateEndpointConnectionsListNextResponse = PrivateEndpointConnectionListResult;
6531
+ /** Optional parameters. */
6532
+ export interface ManagedEnvironmentPrivateLinkResourcesListOptionalParams extends coreClient.OperationOptions {
6533
+ }
6534
+ /** Contains response data for the list operation. */
6535
+ export type ManagedEnvironmentPrivateLinkResourcesListResponse = PrivateLinkResourceListResult;
6536
+ /** Optional parameters. */
6537
+ export interface ManagedEnvironmentPrivateLinkResourcesListNextOptionalParams extends coreClient.OperationOptions {
6538
+ }
6539
+ /** Contains response data for the listNext operation. */
6540
+ export type ManagedEnvironmentPrivateLinkResourcesListNextResponse = PrivateLinkResourceListResult;
6541
+ /** Optional parameters. */
6542
+ export interface DaprComponentResiliencyPoliciesListOptionalParams extends coreClient.OperationOptions {
6543
+ }
6544
+ /** Contains response data for the list operation. */
6545
+ export type DaprComponentResiliencyPoliciesListResponse = DaprComponentResiliencyPoliciesCollection;
6546
+ /** Optional parameters. */
6547
+ export interface DaprComponentResiliencyPoliciesGetOptionalParams extends coreClient.OperationOptions {
6548
+ }
6549
+ /** Contains response data for the get operation. */
6550
+ export type DaprComponentResiliencyPoliciesGetResponse = DaprComponentResiliencyPolicy;
6551
+ /** Optional parameters. */
6552
+ export interface DaprComponentResiliencyPoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
6553
+ }
6554
+ /** Contains response data for the createOrUpdate operation. */
6555
+ export type DaprComponentResiliencyPoliciesCreateOrUpdateResponse = DaprComponentResiliencyPolicy;
6556
+ /** Optional parameters. */
6557
+ export interface DaprComponentResiliencyPoliciesDeleteOptionalParams extends coreClient.OperationOptions {
6558
+ }
6559
+ /** Optional parameters. */
6560
+ export interface DaprComponentResiliencyPoliciesListNextOptionalParams extends coreClient.OperationOptions {
6561
+ }
6562
+ /** Contains response data for the listNext operation. */
6563
+ export type DaprComponentResiliencyPoliciesListNextResponse = DaprComponentResiliencyPoliciesCollection;
6564
+ /** Optional parameters. */
4138
6565
  export interface DaprComponentsListOptionalParams extends coreClient.OperationOptions {
4139
6566
  }
4140
6567
  /** Contains response data for the list operation. */
@@ -4163,6 +6590,82 @@ export interface DaprComponentsListNextOptionalParams extends coreClient.Operati
4163
6590
  /** Contains response data for the listNext operation. */
4164
6591
  export type DaprComponentsListNextResponse = DaprComponentsCollection;
4165
6592
  /** Optional parameters. */
6593
+ export interface DaprSubscriptionsListOptionalParams extends coreClient.OperationOptions {
6594
+ }
6595
+ /** Contains response data for the list operation. */
6596
+ export type DaprSubscriptionsListResponse = DaprSubscriptionsCollection;
6597
+ /** Optional parameters. */
6598
+ export interface DaprSubscriptionsGetOptionalParams extends coreClient.OperationOptions {
6599
+ }
6600
+ /** Contains response data for the get operation. */
6601
+ export type DaprSubscriptionsGetResponse = DaprSubscription;
6602
+ /** Optional parameters. */
6603
+ export interface DaprSubscriptionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
6604
+ }
6605
+ /** Contains response data for the createOrUpdate operation. */
6606
+ export type DaprSubscriptionsCreateOrUpdateResponse = DaprSubscription;
6607
+ /** Optional parameters. */
6608
+ export interface DaprSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
6609
+ }
6610
+ /** Optional parameters. */
6611
+ export interface DaprSubscriptionsListNextOptionalParams extends coreClient.OperationOptions {
6612
+ }
6613
+ /** Contains response data for the listNext operation. */
6614
+ export type DaprSubscriptionsListNextResponse = DaprSubscriptionsCollection;
6615
+ /** Optional parameters. */
6616
+ export interface HttpRouteConfigGetOptionalParams extends coreClient.OperationOptions {
6617
+ }
6618
+ /** Contains response data for the get operation. */
6619
+ export type HttpRouteConfigGetResponse = HttpRouteConfig;
6620
+ /** Optional parameters. */
6621
+ export interface HttpRouteConfigCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
6622
+ /** Http Route config to be created or updated */
6623
+ httpRouteConfigEnvelope?: HttpRouteConfig;
6624
+ }
6625
+ /** Contains response data for the createOrUpdate operation. */
6626
+ export type HttpRouteConfigCreateOrUpdateResponse = HttpRouteConfig;
6627
+ /** Optional parameters. */
6628
+ export interface HttpRouteConfigUpdateOptionalParams extends coreClient.OperationOptions {
6629
+ }
6630
+ /** Contains response data for the update operation. */
6631
+ export type HttpRouteConfigUpdateResponse = HttpRouteConfig;
6632
+ /** Optional parameters. */
6633
+ export interface HttpRouteConfigDeleteOptionalParams extends coreClient.OperationOptions {
6634
+ }
6635
+ /** Optional parameters. */
6636
+ export interface HttpRouteConfigListOptionalParams extends coreClient.OperationOptions {
6637
+ }
6638
+ /** Contains response data for the list operation. */
6639
+ export type HttpRouteConfigListResponse = HttpRouteConfigCollection;
6640
+ /** Optional parameters. */
6641
+ export interface HttpRouteConfigListNextOptionalParams extends coreClient.OperationOptions {
6642
+ }
6643
+ /** Contains response data for the listNext operation. */
6644
+ export type HttpRouteConfigListNextResponse = HttpRouteConfigCollection;
6645
+ /** Optional parameters. */
6646
+ export interface MaintenanceConfigurationsListOptionalParams extends coreClient.OperationOptions {
6647
+ }
6648
+ /** Contains response data for the list operation. */
6649
+ export type MaintenanceConfigurationsListResponse = MaintenanceConfigurationCollection;
6650
+ /** Optional parameters. */
6651
+ export interface MaintenanceConfigurationsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
6652
+ }
6653
+ /** Contains response data for the createOrUpdate operation. */
6654
+ export type MaintenanceConfigurationsCreateOrUpdateResponse = MaintenanceConfigurationResource;
6655
+ /** Optional parameters. */
6656
+ export interface MaintenanceConfigurationsDeleteOptionalParams extends coreClient.OperationOptions {
6657
+ }
6658
+ /** Optional parameters. */
6659
+ export interface MaintenanceConfigurationsGetOptionalParams extends coreClient.OperationOptions {
6660
+ }
6661
+ /** Contains response data for the get operation. */
6662
+ export type MaintenanceConfigurationsGetResponse = MaintenanceConfigurationResource;
6663
+ /** Optional parameters. */
6664
+ export interface MaintenanceConfigurationsListNextOptionalParams extends coreClient.OperationOptions {
6665
+ }
6666
+ /** Contains response data for the listNext operation. */
6667
+ export type MaintenanceConfigurationsListNextResponse = MaintenanceConfigurationCollection;
6668
+ /** Optional parameters. */
4166
6669
  export interface ManagedEnvironmentsStoragesListOptionalParams extends coreClient.OperationOptions {
4167
6670
  }
4168
6671
  /** Contains response data for the list operation. */
@@ -4244,6 +6747,8 @@ export interface ContainerAppsSourceControlsGetOptionalParams extends coreClient
4244
6747
  export type ContainerAppsSourceControlsGetResponse = SourceControl;
4245
6748
  /** Optional parameters. */
4246
6749
  export interface ContainerAppsSourceControlsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
6750
+ /** Github personal access token used for SourceControl. */
6751
+ xMsGithubAuxiliary?: string;
4247
6752
  /** Delay to wait until next poll, in milliseconds. */
4248
6753
  updateIntervalInMs?: number;
4249
6754
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
@@ -4253,6 +6758,12 @@ export interface ContainerAppsSourceControlsCreateOrUpdateOptionalParams extends
4253
6758
  export type ContainerAppsSourceControlsCreateOrUpdateResponse = SourceControl;
4254
6759
  /** Optional parameters. */
4255
6760
  export interface ContainerAppsSourceControlsDeleteOptionalParams extends coreClient.OperationOptions {
6761
+ /** Github personal access token used for SourceControl. */
6762
+ xMsGithubAuxiliary?: string;
6763
+ /** Ignore Workflow Deletion Failure. */
6764
+ ignoreWorkflowDeletionFailure?: boolean;
6765
+ /** Delete workflow. */
6766
+ deleteWorkflow?: boolean;
4256
6767
  /** Delay to wait until next poll, in milliseconds. */
4257
6768
  updateIntervalInMs?: number;
4258
6769
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */