@azure/arm-appcontainers 2.1.0 → 2.2.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 (643) hide show
  1. package/CHANGELOG.md +415 -0
  2. package/README.md +2 -2
  3. package/dist/index.js +16710 -7104
  4. package/dist/index.js.map +1 -1
  5. package/dist/index.min.js +1 -1
  6. package/dist/index.min.js.map +1 -1
  7. package/dist-esm/samples-dev/appResiliencyCreateOrUpdateSample.d.ts +2 -0
  8. package/dist-esm/samples-dev/appResiliencyCreateOrUpdateSample.d.ts.map +1 -0
  9. package/dist-esm/samples-dev/appResiliencyCreateOrUpdateSample.js +71 -0
  10. package/dist-esm/samples-dev/appResiliencyCreateOrUpdateSample.js.map +1 -0
  11. package/dist-esm/samples-dev/appResiliencyDeleteSample.d.ts +2 -0
  12. package/dist-esm/samples-dev/appResiliencyDeleteSample.d.ts.map +1 -0
  13. package/dist-esm/samples-dev/appResiliencyDeleteSample.js +40 -0
  14. package/dist-esm/samples-dev/appResiliencyDeleteSample.js.map +1 -0
  15. package/dist-esm/samples-dev/appResiliencyGetSample.d.ts +2 -0
  16. package/dist-esm/samples-dev/appResiliencyGetSample.d.ts.map +1 -0
  17. package/dist-esm/samples-dev/appResiliencyGetSample.js +40 -0
  18. package/dist-esm/samples-dev/appResiliencyGetSample.js.map +1 -0
  19. package/dist-esm/samples-dev/appResiliencyListSample.d.ts +2 -0
  20. package/dist-esm/samples-dev/appResiliencyListSample.d.ts.map +1 -0
  21. package/dist-esm/samples-dev/appResiliencyListSample.js +55 -0
  22. package/dist-esm/samples-dev/appResiliencyListSample.js.map +1 -0
  23. package/dist-esm/samples-dev/appResiliencyUpdateSample.d.ts +2 -0
  24. package/dist-esm/samples-dev/appResiliencyUpdateSample.d.ts.map +1 -0
  25. package/dist-esm/samples-dev/appResiliencyUpdateSample.js +46 -0
  26. package/dist-esm/samples-dev/appResiliencyUpdateSample.js.map +1 -0
  27. package/dist-esm/samples-dev/availableWorkloadProfilesGetSample.js +1 -1
  28. package/dist-esm/samples-dev/billingMetersGetSample.js +1 -1
  29. package/dist-esm/samples-dev/buildAuthTokenListSample.d.ts +2 -0
  30. package/dist-esm/samples-dev/buildAuthTokenListSample.d.ts.map +1 -0
  31. package/dist-esm/samples-dev/buildAuthTokenListSample.js +40 -0
  32. package/dist-esm/samples-dev/buildAuthTokenListSample.js.map +1 -0
  33. package/dist-esm/samples-dev/buildersCreateOrUpdateSample.d.ts +2 -0
  34. package/dist-esm/samples-dev/buildersCreateOrUpdateSample.d.ts.map +1 -0
  35. package/dist-esm/samples-dev/buildersCreateOrUpdateSample.js +60 -0
  36. package/dist-esm/samples-dev/buildersCreateOrUpdateSample.js.map +1 -0
  37. package/dist-esm/samples-dev/buildersDeleteSample.d.ts +2 -0
  38. package/dist-esm/samples-dev/buildersDeleteSample.d.ts.map +1 -0
  39. package/dist-esm/samples-dev/buildersDeleteSample.js +39 -0
  40. package/dist-esm/samples-dev/buildersDeleteSample.js.map +1 -0
  41. package/dist-esm/samples-dev/buildersGetSample.d.ts +2 -0
  42. package/dist-esm/samples-dev/buildersGetSample.d.ts.map +1 -0
  43. package/dist-esm/samples-dev/buildersGetSample.js +39 -0
  44. package/dist-esm/samples-dev/buildersGetSample.js.map +1 -0
  45. package/dist-esm/samples-dev/buildersListByResourceGroupSample.d.ts +2 -0
  46. package/dist-esm/samples-dev/buildersListByResourceGroupSample.d.ts.map +1 -0
  47. package/dist-esm/samples-dev/buildersListByResourceGroupSample.js +54 -0
  48. package/dist-esm/samples-dev/buildersListByResourceGroupSample.js.map +1 -0
  49. package/dist-esm/samples-dev/buildersListBySubscriptionSample.d.ts +2 -0
  50. package/dist-esm/samples-dev/buildersListBySubscriptionSample.d.ts.map +1 -0
  51. package/dist-esm/samples-dev/buildersListBySubscriptionSample.js +53 -0
  52. package/dist-esm/samples-dev/buildersListBySubscriptionSample.js.map +1 -0
  53. package/dist-esm/samples-dev/buildersUpdateSample.d.ts +2 -0
  54. package/dist-esm/samples-dev/buildersUpdateSample.d.ts.map +1 -0
  55. package/dist-esm/samples-dev/buildersUpdateSample.js +42 -0
  56. package/dist-esm/samples-dev/buildersUpdateSample.js.map +1 -0
  57. package/dist-esm/samples-dev/buildsByBuilderResourceListSample.d.ts +2 -0
  58. package/dist-esm/samples-dev/buildsByBuilderResourceListSample.d.ts.map +1 -0
  59. package/dist-esm/samples-dev/buildsByBuilderResourceListSample.js +55 -0
  60. package/dist-esm/samples-dev/buildsByBuilderResourceListSample.js.map +1 -0
  61. package/dist-esm/samples-dev/buildsCreateOrUpdateSample.d.ts +2 -0
  62. package/dist-esm/samples-dev/buildsCreateOrUpdateSample.d.ts.map +1 -0
  63. package/dist-esm/samples-dev/buildsCreateOrUpdateSample.js +96 -0
  64. package/dist-esm/samples-dev/buildsCreateOrUpdateSample.js.map +1 -0
  65. package/dist-esm/samples-dev/buildsDeleteSample.d.ts +2 -0
  66. package/dist-esm/samples-dev/buildsDeleteSample.d.ts.map +1 -0
  67. package/dist-esm/samples-dev/buildsDeleteSample.js +40 -0
  68. package/dist-esm/samples-dev/buildsDeleteSample.js.map +1 -0
  69. package/dist-esm/samples-dev/buildsGetSample.d.ts +2 -0
  70. package/dist-esm/samples-dev/buildsGetSample.d.ts.map +1 -0
  71. package/dist-esm/samples-dev/buildsGetSample.js +40 -0
  72. package/dist-esm/samples-dev/buildsGetSample.js.map +1 -0
  73. package/dist-esm/samples-dev/certificatesCreateOrUpdateSample.js +35 -1
  74. package/dist-esm/samples-dev/certificatesCreateOrUpdateSample.js.map +1 -1
  75. package/dist-esm/samples-dev/certificatesDeleteSample.js +1 -1
  76. package/dist-esm/samples-dev/certificatesGetSample.js +1 -1
  77. package/dist-esm/samples-dev/certificatesListSample.js +1 -1
  78. package/dist-esm/samples-dev/certificatesUpdateSample.js +1 -1
  79. package/dist-esm/samples-dev/connectedEnvironmentsCertificatesCreateOrUpdateSample.js +1 -1
  80. package/dist-esm/samples-dev/connectedEnvironmentsCertificatesDeleteSample.js +1 -1
  81. package/dist-esm/samples-dev/connectedEnvironmentsCertificatesGetSample.js +1 -1
  82. package/dist-esm/samples-dev/connectedEnvironmentsCertificatesListSample.js +1 -1
  83. package/dist-esm/samples-dev/connectedEnvironmentsCertificatesUpdateSample.js +1 -1
  84. package/dist-esm/samples-dev/connectedEnvironmentsCheckNameAvailabilitySample.js +1 -1
  85. package/dist-esm/samples-dev/connectedEnvironmentsCreateOrUpdateSample.js +1 -1
  86. package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsCreateOrUpdateSample.js +8 -1
  87. package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsCreateOrUpdateSample.js.map +1 -1
  88. package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsDeleteSample.js +1 -1
  89. package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsGetSample.js +1 -1
  90. package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSample.js +1 -1
  91. package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSecretsSample.js +1 -1
  92. package/dist-esm/samples-dev/connectedEnvironmentsDeleteSample.js +1 -1
  93. package/dist-esm/samples-dev/connectedEnvironmentsGetSample.js +1 -1
  94. package/dist-esm/samples-dev/connectedEnvironmentsListByResourceGroupSample.js +1 -1
  95. package/dist-esm/samples-dev/connectedEnvironmentsListBySubscriptionSample.js +1 -1
  96. package/dist-esm/samples-dev/connectedEnvironmentsStoragesCreateOrUpdateSample.js +1 -1
  97. package/dist-esm/samples-dev/connectedEnvironmentsStoragesDeleteSample.js +1 -1
  98. package/dist-esm/samples-dev/connectedEnvironmentsStoragesGetSample.js +1 -1
  99. package/dist-esm/samples-dev/connectedEnvironmentsStoragesListSample.js +1 -1
  100. package/dist-esm/samples-dev/connectedEnvironmentsUpdateSample.js +1 -1
  101. package/dist-esm/samples-dev/containerAppsAuthConfigsCreateOrUpdateSample.js +1 -1
  102. package/dist-esm/samples-dev/containerAppsAuthConfigsDeleteSample.js +1 -1
  103. package/dist-esm/samples-dev/containerAppsAuthConfigsGetSample.js +1 -1
  104. package/dist-esm/samples-dev/containerAppsAuthConfigsListByContainerAppSample.js +1 -1
  105. package/dist-esm/samples-dev/containerAppsBuildsByContainerAppListSample.d.ts +2 -0
  106. package/dist-esm/samples-dev/containerAppsBuildsByContainerAppListSample.d.ts.map +1 -0
  107. package/dist-esm/samples-dev/containerAppsBuildsByContainerAppListSample.js +55 -0
  108. package/dist-esm/samples-dev/containerAppsBuildsByContainerAppListSample.js.map +1 -0
  109. package/dist-esm/samples-dev/containerAppsBuildsDeleteSample.d.ts +2 -0
  110. package/dist-esm/samples-dev/containerAppsBuildsDeleteSample.d.ts.map +1 -0
  111. package/dist-esm/samples-dev/containerAppsBuildsDeleteSample.js +40 -0
  112. package/dist-esm/samples-dev/containerAppsBuildsDeleteSample.js.map +1 -0
  113. package/dist-esm/samples-dev/containerAppsBuildsGetSample.d.ts +2 -0
  114. package/dist-esm/samples-dev/containerAppsBuildsGetSample.d.ts.map +1 -0
  115. package/dist-esm/samples-dev/containerAppsBuildsGetSample.js +40 -0
  116. package/dist-esm/samples-dev/containerAppsBuildsGetSample.js.map +1 -0
  117. package/dist-esm/samples-dev/containerAppsCreateOrUpdateSample.js +441 -17
  118. package/dist-esm/samples-dev/containerAppsCreateOrUpdateSample.js.map +1 -1
  119. package/dist-esm/samples-dev/containerAppsDeleteSample.js +2 -2
  120. package/dist-esm/samples-dev/containerAppsDiagnosticsGetDetectorSample.js +1 -1
  121. package/dist-esm/samples-dev/containerAppsDiagnosticsGetRevisionSample.js +1 -1
  122. package/dist-esm/samples-dev/containerAppsDiagnosticsGetRootSample.js +2 -2
  123. package/dist-esm/samples-dev/containerAppsDiagnosticsListDetectorsSample.js +1 -1
  124. package/dist-esm/samples-dev/containerAppsDiagnosticsListRevisionsSample.js +1 -1
  125. package/dist-esm/samples-dev/containerAppsGetAuthTokenSample.js +2 -2
  126. package/dist-esm/samples-dev/containerAppsGetSample.js +2 -2
  127. package/dist-esm/samples-dev/containerAppsListByResourceGroupSample.js +1 -1
  128. package/dist-esm/samples-dev/containerAppsListBySubscriptionSample.js +1 -1
  129. package/dist-esm/samples-dev/containerAppsListCustomHostNameAnalysisSample.js +2 -2
  130. package/dist-esm/samples-dev/containerAppsListSecretsSample.js +2 -2
  131. package/dist-esm/samples-dev/containerAppsPatchesApplySample.d.ts +2 -0
  132. package/dist-esm/samples-dev/containerAppsPatchesApplySample.d.ts.map +1 -0
  133. package/dist-esm/samples-dev/containerAppsPatchesApplySample.js +40 -0
  134. package/dist-esm/samples-dev/containerAppsPatchesApplySample.js.map +1 -0
  135. package/dist-esm/samples-dev/containerAppsPatchesDeleteSample.d.ts +2 -0
  136. package/dist-esm/samples-dev/containerAppsPatchesDeleteSample.d.ts.map +1 -0
  137. package/dist-esm/samples-dev/containerAppsPatchesDeleteSample.js +40 -0
  138. package/dist-esm/samples-dev/containerAppsPatchesDeleteSample.js.map +1 -0
  139. package/dist-esm/samples-dev/containerAppsPatchesGetSample.d.ts +2 -0
  140. package/dist-esm/samples-dev/containerAppsPatchesGetSample.d.ts.map +1 -0
  141. package/dist-esm/samples-dev/containerAppsPatchesGetSample.js +40 -0
  142. package/dist-esm/samples-dev/containerAppsPatchesGetSample.js.map +1 -0
  143. package/dist-esm/samples-dev/containerAppsPatchesListByContainerAppSample.d.ts +2 -0
  144. package/dist-esm/samples-dev/containerAppsPatchesListByContainerAppSample.d.ts.map +1 -0
  145. package/dist-esm/samples-dev/containerAppsPatchesListByContainerAppSample.js +55 -0
  146. package/dist-esm/samples-dev/containerAppsPatchesListByContainerAppSample.js.map +1 -0
  147. package/dist-esm/samples-dev/containerAppsPatchesSkipConfigureSample.d.ts +2 -0
  148. package/dist-esm/samples-dev/containerAppsPatchesSkipConfigureSample.d.ts.map +1 -0
  149. package/dist-esm/samples-dev/containerAppsPatchesSkipConfigureSample.js +41 -0
  150. package/dist-esm/samples-dev/containerAppsPatchesSkipConfigureSample.js.map +1 -0
  151. package/dist-esm/samples-dev/containerAppsRevisionReplicasGetReplicaSample.js +1 -1
  152. package/dist-esm/samples-dev/containerAppsRevisionReplicasListReplicasSample.js +1 -1
  153. package/dist-esm/samples-dev/containerAppsRevisionsActivateRevisionSample.js +1 -1
  154. package/dist-esm/samples-dev/containerAppsRevisionsDeactivateRevisionSample.js +1 -1
  155. package/dist-esm/samples-dev/containerAppsRevisionsGetRevisionSample.js +1 -1
  156. package/dist-esm/samples-dev/containerAppsRevisionsListRevisionsSample.js +1 -1
  157. package/dist-esm/samples-dev/containerAppsRevisionsRestartRevisionSample.js +1 -1
  158. package/dist-esm/samples-dev/containerAppsSessionPoolsCreateOrUpdateSample.d.ts +2 -0
  159. package/dist-esm/samples-dev/containerAppsSessionPoolsCreateOrUpdateSample.d.ts.map +1 -0
  160. package/dist-esm/samples-dev/containerAppsSessionPoolsCreateOrUpdateSample.js +66 -0
  161. package/dist-esm/samples-dev/containerAppsSessionPoolsCreateOrUpdateSample.js.map +1 -0
  162. package/dist-esm/samples-dev/containerAppsSessionPoolsDeleteSample.d.ts +2 -0
  163. package/dist-esm/samples-dev/containerAppsSessionPoolsDeleteSample.d.ts.map +1 -0
  164. package/dist-esm/samples-dev/containerAppsSessionPoolsDeleteSample.js +39 -0
  165. package/dist-esm/samples-dev/containerAppsSessionPoolsDeleteSample.js.map +1 -0
  166. package/dist-esm/samples-dev/containerAppsSessionPoolsGetSample.d.ts +2 -0
  167. package/dist-esm/samples-dev/containerAppsSessionPoolsGetSample.d.ts.map +1 -0
  168. package/dist-esm/samples-dev/containerAppsSessionPoolsGetSample.js +39 -0
  169. package/dist-esm/samples-dev/containerAppsSessionPoolsGetSample.js.map +1 -0
  170. package/dist-esm/samples-dev/containerAppsSessionPoolsListByResourceGroupSample.d.ts +2 -0
  171. package/dist-esm/samples-dev/containerAppsSessionPoolsListByResourceGroupSample.d.ts.map +1 -0
  172. package/dist-esm/samples-dev/containerAppsSessionPoolsListByResourceGroupSample.js +54 -0
  173. package/dist-esm/samples-dev/containerAppsSessionPoolsListByResourceGroupSample.js.map +1 -0
  174. package/dist-esm/samples-dev/containerAppsSessionPoolsListBySubscriptionSample.d.ts +2 -0
  175. package/dist-esm/samples-dev/containerAppsSessionPoolsListBySubscriptionSample.d.ts.map +1 -0
  176. package/dist-esm/samples-dev/containerAppsSessionPoolsListBySubscriptionSample.js +53 -0
  177. package/dist-esm/samples-dev/containerAppsSessionPoolsListBySubscriptionSample.js.map +1 -0
  178. package/dist-esm/samples-dev/containerAppsSessionPoolsUpdateSample.d.ts +2 -0
  179. package/dist-esm/samples-dev/containerAppsSessionPoolsUpdateSample.d.ts.map +1 -0
  180. package/dist-esm/samples-dev/containerAppsSessionPoolsUpdateSample.js +62 -0
  181. package/dist-esm/samples-dev/containerAppsSessionPoolsUpdateSample.js.map +1 -0
  182. package/dist-esm/samples-dev/containerAppsSourceControlsCreateOrUpdateSample.js +11 -2
  183. package/dist-esm/samples-dev/containerAppsSourceControlsCreateOrUpdateSample.js.map +1 -1
  184. package/dist-esm/samples-dev/containerAppsSourceControlsDeleteSample.js +11 -3
  185. package/dist-esm/samples-dev/containerAppsSourceControlsDeleteSample.js.map +1 -1
  186. package/dist-esm/samples-dev/containerAppsSourceControlsGetSample.js +1 -1
  187. package/dist-esm/samples-dev/containerAppsSourceControlsListByContainerAppSample.js +1 -1
  188. package/dist-esm/samples-dev/containerAppsStartSample.js +2 -2
  189. package/dist-esm/samples-dev/containerAppsStopSample.js +2 -2
  190. package/dist-esm/samples-dev/containerAppsUpdateSample.js +25 -7
  191. package/dist-esm/samples-dev/containerAppsUpdateSample.js.map +1 -1
  192. package/dist-esm/samples-dev/daprComponentResiliencyPoliciesCreateOrUpdateSample.d.ts +2 -0
  193. package/dist-esm/samples-dev/daprComponentResiliencyPoliciesCreateOrUpdateSample.d.ts.map +1 -0
  194. package/dist-esm/samples-dev/daprComponentResiliencyPoliciesCreateOrUpdateSample.js +145 -0
  195. package/dist-esm/samples-dev/daprComponentResiliencyPoliciesCreateOrUpdateSample.js.map +1 -0
  196. package/dist-esm/samples-dev/daprComponentResiliencyPoliciesDeleteSample.d.ts +2 -0
  197. package/dist-esm/samples-dev/daprComponentResiliencyPoliciesDeleteSample.d.ts.map +1 -0
  198. package/dist-esm/samples-dev/daprComponentResiliencyPoliciesDeleteSample.js +41 -0
  199. package/dist-esm/samples-dev/daprComponentResiliencyPoliciesDeleteSample.js.map +1 -0
  200. package/dist-esm/samples-dev/daprComponentResiliencyPoliciesGetSample.d.ts +2 -0
  201. package/dist-esm/samples-dev/daprComponentResiliencyPoliciesGetSample.d.ts.map +1 -0
  202. package/dist-esm/samples-dev/daprComponentResiliencyPoliciesGetSample.js +41 -0
  203. package/dist-esm/samples-dev/daprComponentResiliencyPoliciesGetSample.js.map +1 -0
  204. package/dist-esm/samples-dev/daprComponentResiliencyPoliciesListSample.d.ts +2 -0
  205. package/dist-esm/samples-dev/daprComponentResiliencyPoliciesListSample.d.ts.map +1 -0
  206. package/dist-esm/samples-dev/daprComponentResiliencyPoliciesListSample.js +56 -0
  207. package/dist-esm/samples-dev/daprComponentResiliencyPoliciesListSample.js.map +1 -0
  208. package/dist-esm/samples-dev/daprComponentsCreateOrUpdateSample.js +16 -2
  209. package/dist-esm/samples-dev/daprComponentsCreateOrUpdateSample.js.map +1 -1
  210. package/dist-esm/samples-dev/daprComponentsDeleteSample.js +1 -1
  211. package/dist-esm/samples-dev/daprComponentsGetSample.js +2 -2
  212. package/dist-esm/samples-dev/daprComponentsListSample.js +1 -1
  213. package/dist-esm/samples-dev/daprComponentsListSecretsSample.js +1 -1
  214. package/dist-esm/samples-dev/daprSubscriptionsCreateOrUpdateSample.d.ts +2 -0
  215. package/dist-esm/samples-dev/daprSubscriptionsCreateOrUpdateSample.d.ts.map +1 -0
  216. package/dist-esm/samples-dev/daprSubscriptionsCreateOrUpdateSample.js +108 -0
  217. package/dist-esm/samples-dev/daprSubscriptionsCreateOrUpdateSample.js.map +1 -0
  218. package/dist-esm/samples-dev/daprSubscriptionsDeleteSample.d.ts +2 -0
  219. package/dist-esm/samples-dev/daprSubscriptionsDeleteSample.d.ts.map +1 -0
  220. package/dist-esm/samples-dev/daprSubscriptionsDeleteSample.js +40 -0
  221. package/dist-esm/samples-dev/daprSubscriptionsDeleteSample.js.map +1 -0
  222. package/dist-esm/samples-dev/daprSubscriptionsGetSample.d.ts +2 -0
  223. package/dist-esm/samples-dev/daprSubscriptionsGetSample.d.ts.map +1 -0
  224. package/dist-esm/samples-dev/daprSubscriptionsGetSample.js +80 -0
  225. package/dist-esm/samples-dev/daprSubscriptionsGetSample.js.map +1 -0
  226. package/dist-esm/samples-dev/daprSubscriptionsListSample.d.ts +2 -0
  227. package/dist-esm/samples-dev/daprSubscriptionsListSample.d.ts.map +1 -0
  228. package/dist-esm/samples-dev/daprSubscriptionsListSample.js +55 -0
  229. package/dist-esm/samples-dev/daprSubscriptionsListSample.js.map +1 -0
  230. package/dist-esm/samples-dev/dotNetComponentsCreateOrUpdateSample.d.ts +2 -0
  231. package/dist-esm/samples-dev/dotNetComponentsCreateOrUpdateSample.d.ts.map +1 -0
  232. package/dist-esm/samples-dev/dotNetComponentsCreateOrUpdateSample.js +74 -0
  233. package/dist-esm/samples-dev/dotNetComponentsCreateOrUpdateSample.js.map +1 -0
  234. package/dist-esm/samples-dev/dotNetComponentsDeleteSample.d.ts +2 -0
  235. package/dist-esm/samples-dev/dotNetComponentsDeleteSample.d.ts.map +1 -0
  236. package/dist-esm/samples-dev/dotNetComponentsDeleteSample.js +40 -0
  237. package/dist-esm/samples-dev/dotNetComponentsDeleteSample.js.map +1 -0
  238. package/dist-esm/samples-dev/dotNetComponentsGetSample.d.ts +2 -0
  239. package/dist-esm/samples-dev/dotNetComponentsGetSample.d.ts.map +1 -0
  240. package/dist-esm/samples-dev/dotNetComponentsGetSample.js +60 -0
  241. package/dist-esm/samples-dev/dotNetComponentsGetSample.js.map +1 -0
  242. package/dist-esm/samples-dev/dotNetComponentsListSample.d.ts +2 -0
  243. package/dist-esm/samples-dev/dotNetComponentsListSample.d.ts.map +1 -0
  244. package/dist-esm/samples-dev/dotNetComponentsListSample.js +90 -0
  245. package/dist-esm/samples-dev/dotNetComponentsListSample.js.map +1 -0
  246. package/dist-esm/samples-dev/dotNetComponentsUpdateSample.d.ts +2 -0
  247. package/dist-esm/samples-dev/dotNetComponentsUpdateSample.d.ts.map +1 -0
  248. package/dist-esm/samples-dev/dotNetComponentsUpdateSample.js +74 -0
  249. package/dist-esm/samples-dev/dotNetComponentsUpdateSample.js.map +1 -0
  250. package/dist-esm/samples-dev/functionsExtensionInvokeFunctionsHostSample.d.ts +2 -0
  251. package/dist-esm/samples-dev/functionsExtensionInvokeFunctionsHostSample.d.ts.map +1 -0
  252. package/dist-esm/samples-dev/functionsExtensionInvokeFunctionsHostSample.js +41 -0
  253. package/dist-esm/samples-dev/functionsExtensionInvokeFunctionsHostSample.js.map +1 -0
  254. package/dist-esm/samples-dev/getCustomDomainVerificationIdSample.js +1 -1
  255. package/dist-esm/samples-dev/javaComponentsCreateOrUpdateSample.d.ts +2 -0
  256. package/dist-esm/samples-dev/javaComponentsCreateOrUpdateSample.d.ts.map +1 -0
  257. package/dist-esm/samples-dev/javaComponentsCreateOrUpdateSample.js +92 -0
  258. package/dist-esm/samples-dev/javaComponentsCreateOrUpdateSample.js.map +1 -0
  259. package/dist-esm/samples-dev/javaComponentsDeleteSample.d.ts +2 -0
  260. package/dist-esm/samples-dev/javaComponentsDeleteSample.d.ts.map +1 -0
  261. package/dist-esm/samples-dev/javaComponentsDeleteSample.js +40 -0
  262. package/dist-esm/samples-dev/javaComponentsDeleteSample.js.map +1 -0
  263. package/dist-esm/samples-dev/javaComponentsGetSample.d.ts +2 -0
  264. package/dist-esm/samples-dev/javaComponentsGetSample.d.ts.map +1 -0
  265. package/dist-esm/samples-dev/javaComponentsGetSample.js +60 -0
  266. package/dist-esm/samples-dev/javaComponentsGetSample.js.map +1 -0
  267. package/dist-esm/samples-dev/javaComponentsListSample.d.ts +2 -0
  268. package/dist-esm/samples-dev/javaComponentsListSample.d.ts.map +1 -0
  269. package/dist-esm/samples-dev/javaComponentsListSample.js +90 -0
  270. package/dist-esm/samples-dev/javaComponentsListSample.js.map +1 -0
  271. package/dist-esm/samples-dev/javaComponentsUpdateSample.d.ts +2 -0
  272. package/dist-esm/samples-dev/javaComponentsUpdateSample.d.ts.map +1 -0
  273. package/dist-esm/samples-dev/javaComponentsUpdateSample.js +92 -0
  274. package/dist-esm/samples-dev/javaComponentsUpdateSample.js.map +1 -0
  275. package/dist-esm/samples-dev/jobExecutionSample.js +2 -2
  276. package/dist-esm/samples-dev/jobsCreateOrUpdateSample.js +106 -12
  277. package/dist-esm/samples-dev/jobsCreateOrUpdateSample.js.map +1 -1
  278. package/dist-esm/samples-dev/jobsDeleteSample.js +2 -2
  279. package/dist-esm/samples-dev/jobsExecutionsListSample.js +2 -2
  280. package/dist-esm/samples-dev/jobsGetDetectorSample.js +1 -1
  281. package/dist-esm/samples-dev/jobsGetSample.js +2 -2
  282. package/dist-esm/samples-dev/jobsListByResourceGroupSample.js +1 -1
  283. package/dist-esm/samples-dev/jobsListBySubscriptionSample.js +1 -1
  284. package/dist-esm/samples-dev/jobsListDetectorsSample.js +1 -1
  285. package/dist-esm/samples-dev/jobsListSecretsSample.js +2 -2
  286. package/dist-esm/samples-dev/jobsProxyGetSample.js +2 -2
  287. package/dist-esm/samples-dev/jobsResumeSample.d.ts +2 -0
  288. package/dist-esm/samples-dev/jobsResumeSample.d.ts.map +1 -0
  289. package/dist-esm/samples-dev/jobsResumeSample.js +39 -0
  290. package/dist-esm/samples-dev/jobsResumeSample.js.map +1 -0
  291. package/dist-esm/samples-dev/jobsStartSample.js +7 -7
  292. package/dist-esm/samples-dev/jobsStartSample.js.map +1 -1
  293. package/dist-esm/samples-dev/jobsStopExecutionSample.js +2 -2
  294. package/dist-esm/samples-dev/jobsStopMultipleExecutionsSample.js +2 -2
  295. package/dist-esm/samples-dev/jobsSuspendSample.d.ts +2 -0
  296. package/dist-esm/samples-dev/jobsSuspendSample.d.ts.map +1 -0
  297. package/dist-esm/samples-dev/jobsSuspendSample.js +39 -0
  298. package/dist-esm/samples-dev/jobsSuspendSample.js.map +1 -0
  299. package/dist-esm/samples-dev/jobsUpdateSample.js +6 -6
  300. package/dist-esm/samples-dev/jobsUpdateSample.js.map +1 -1
  301. package/dist-esm/samples-dev/logicAppsCreateOrUpdateSample.d.ts +2 -0
  302. package/dist-esm/samples-dev/logicAppsCreateOrUpdateSample.d.ts.map +1 -0
  303. package/dist-esm/samples-dev/logicAppsCreateOrUpdateSample.js +41 -0
  304. package/dist-esm/samples-dev/logicAppsCreateOrUpdateSample.js.map +1 -0
  305. package/dist-esm/samples-dev/logicAppsDeleteSample.d.ts +2 -0
  306. package/dist-esm/samples-dev/logicAppsDeleteSample.d.ts.map +1 -0
  307. package/dist-esm/samples-dev/logicAppsDeleteSample.js +40 -0
  308. package/dist-esm/samples-dev/logicAppsDeleteSample.js.map +1 -0
  309. package/dist-esm/samples-dev/logicAppsDeployWorkflowArtifactsSample.d.ts +2 -0
  310. package/dist-esm/samples-dev/logicAppsDeployWorkflowArtifactsSample.d.ts.map +1 -0
  311. package/dist-esm/samples-dev/logicAppsDeployWorkflowArtifactsSample.js +111 -0
  312. package/dist-esm/samples-dev/logicAppsDeployWorkflowArtifactsSample.js.map +1 -0
  313. package/dist-esm/samples-dev/logicAppsGetSample.d.ts +2 -0
  314. package/dist-esm/samples-dev/logicAppsGetSample.d.ts.map +1 -0
  315. package/dist-esm/samples-dev/logicAppsGetSample.js +40 -0
  316. package/dist-esm/samples-dev/logicAppsGetSample.js.map +1 -0
  317. package/dist-esm/samples-dev/logicAppsGetWorkflowSample.d.ts +2 -0
  318. package/dist-esm/samples-dev/logicAppsGetWorkflowSample.d.ts.map +1 -0
  319. package/dist-esm/samples-dev/logicAppsGetWorkflowSample.js +41 -0
  320. package/dist-esm/samples-dev/logicAppsGetWorkflowSample.js.map +1 -0
  321. package/dist-esm/samples-dev/logicAppsInvokeSample.d.ts +2 -0
  322. package/dist-esm/samples-dev/logicAppsInvokeSample.d.ts.map +1 -0
  323. package/dist-esm/samples-dev/logicAppsInvokeSample.js +40 -0
  324. package/dist-esm/samples-dev/logicAppsInvokeSample.js.map +1 -0
  325. package/dist-esm/samples-dev/logicAppsListWorkflowsConnectionsSample.d.ts +2 -0
  326. package/dist-esm/samples-dev/logicAppsListWorkflowsConnectionsSample.d.ts.map +1 -0
  327. package/dist-esm/samples-dev/logicAppsListWorkflowsConnectionsSample.js +40 -0
  328. package/dist-esm/samples-dev/logicAppsListWorkflowsConnectionsSample.js.map +1 -0
  329. package/dist-esm/samples-dev/logicAppsListWorkflowsSample.d.ts +2 -0
  330. package/dist-esm/samples-dev/logicAppsListWorkflowsSample.d.ts.map +1 -0
  331. package/dist-esm/samples-dev/logicAppsListWorkflowsSample.js +56 -0
  332. package/dist-esm/samples-dev/logicAppsListWorkflowsSample.js.map +1 -0
  333. package/dist-esm/samples-dev/managedCertificatesCreateOrUpdateSample.js +1 -1
  334. package/dist-esm/samples-dev/managedCertificatesDeleteSample.js +1 -1
  335. package/dist-esm/samples-dev/managedCertificatesGetSample.js +1 -1
  336. package/dist-esm/samples-dev/managedCertificatesListSample.js +1 -1
  337. package/dist-esm/samples-dev/managedCertificatesUpdateSample.js +1 -1
  338. package/dist-esm/samples-dev/managedEnvironmentDiagnosticsGetDetectorSample.js +1 -1
  339. package/dist-esm/samples-dev/managedEnvironmentDiagnosticsListDetectorsSample.js +1 -1
  340. package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsCreateOrUpdateSample.d.ts +2 -0
  341. package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsCreateOrUpdateSample.d.ts.map +1 -0
  342. package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsCreateOrUpdateSample.js +46 -0
  343. package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsCreateOrUpdateSample.js.map +1 -0
  344. package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsDeleteSample.d.ts +2 -0
  345. package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsDeleteSample.d.ts.map +1 -0
  346. package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsDeleteSample.js +40 -0
  347. package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsDeleteSample.js.map +1 -0
  348. package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsGetSample.d.ts +2 -0
  349. package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsGetSample.d.ts.map +1 -0
  350. package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsGetSample.js +40 -0
  351. package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsGetSample.js.map +1 -0
  352. package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsListSample.d.ts +2 -0
  353. package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsListSample.d.ts.map +1 -0
  354. package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsListSample.js +55 -0
  355. package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsListSample.js.map +1 -0
  356. package/dist-esm/samples-dev/managedEnvironmentPrivateLinkResourcesListSample.d.ts +2 -0
  357. package/dist-esm/samples-dev/managedEnvironmentPrivateLinkResourcesListSample.d.ts.map +1 -0
  358. package/dist-esm/samples-dev/managedEnvironmentPrivateLinkResourcesListSample.js +55 -0
  359. package/dist-esm/samples-dev/managedEnvironmentPrivateLinkResourcesListSample.js.map +1 -0
  360. package/dist-esm/samples-dev/managedEnvironmentUsagesListSample.js +1 -1
  361. package/dist-esm/samples-dev/managedEnvironmentsCreateOrUpdateSample.js +37 -3
  362. package/dist-esm/samples-dev/managedEnvironmentsCreateOrUpdateSample.js.map +1 -1
  363. package/dist-esm/samples-dev/managedEnvironmentsDeleteSample.js +1 -1
  364. package/dist-esm/samples-dev/managedEnvironmentsDiagnosticsGetRootSample.js +1 -1
  365. package/dist-esm/samples-dev/managedEnvironmentsGetAuthTokenSample.js +1 -1
  366. package/dist-esm/samples-dev/managedEnvironmentsGetSample.js +1 -1
  367. package/dist-esm/samples-dev/managedEnvironmentsListByResourceGroupSample.js +1 -1
  368. package/dist-esm/samples-dev/managedEnvironmentsListBySubscriptionSample.js +1 -1
  369. package/dist-esm/samples-dev/managedEnvironmentsListWorkloadProfileStatesSample.js +1 -1
  370. package/dist-esm/samples-dev/managedEnvironmentsStoragesCreateOrUpdateSample.js +30 -1
  371. package/dist-esm/samples-dev/managedEnvironmentsStoragesCreateOrUpdateSample.js.map +1 -1
  372. package/dist-esm/samples-dev/managedEnvironmentsStoragesDeleteSample.js +1 -1
  373. package/dist-esm/samples-dev/managedEnvironmentsStoragesGetSample.js +23 -3
  374. package/dist-esm/samples-dev/managedEnvironmentsStoragesGetSample.js.map +1 -1
  375. package/dist-esm/samples-dev/managedEnvironmentsStoragesListSample.js +1 -1
  376. package/dist-esm/samples-dev/managedEnvironmentsUpdateSample.js +1 -1
  377. package/dist-esm/samples-dev/namespacesCheckNameAvailabilitySample.js +2 -2
  378. package/dist-esm/samples-dev/operationsListSample.js +1 -1
  379. package/dist-esm/samples-dev/usagesListSample.js +1 -1
  380. package/dist-esm/src/containerAppsAPIClient.d.ts +19 -2
  381. package/dist-esm/src/containerAppsAPIClient.d.ts.map +1 -1
  382. package/dist-esm/src/containerAppsAPIClient.js +25 -4
  383. package/dist-esm/src/containerAppsAPIClient.js.map +1 -1
  384. package/dist-esm/src/index.d.ts +0 -1
  385. package/dist-esm/src/index.d.ts.map +1 -1
  386. package/dist-esm/src/models/index.d.ts +2600 -207
  387. package/dist-esm/src/models/index.d.ts.map +1 -1
  388. package/dist-esm/src/models/index.js +338 -12
  389. package/dist-esm/src/models/index.js.map +1 -1
  390. package/dist-esm/src/models/mappers.d.ts +144 -8
  391. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  392. package/dist-esm/src/models/mappers.js +5182 -1508
  393. package/dist-esm/src/models/mappers.js.map +1 -1
  394. package/dist-esm/src/models/parameters.d.ts +37 -4
  395. package/dist-esm/src/models/parameters.d.ts.map +1 -1
  396. package/dist-esm/src/models/parameters.js +312 -26
  397. package/dist-esm/src/models/parameters.js.map +1 -1
  398. package/dist-esm/src/operations/appResiliencyOperations.d.ts +72 -0
  399. package/dist-esm/src/operations/appResiliencyOperations.d.ts.map +1 -0
  400. package/dist-esm/src/operations/appResiliencyOperations.js +286 -0
  401. package/dist-esm/src/operations/appResiliencyOperations.js.map +1 -0
  402. package/dist-esm/src/operations/buildAuthToken.d.ts +21 -0
  403. package/dist-esm/src/operations/buildAuthToken.d.ts.map +1 -0
  404. package/dist-esm/src/operations/buildAuthToken.js +55 -0
  405. package/dist-esm/src/operations/buildAuthToken.js.map +1 -0
  406. package/dist-esm/src/operations/builders.d.ts +107 -0
  407. package/dist-esm/src/operations/builders.d.ts.map +1 -0
  408. package/dist-esm/src/operations/builders.js +554 -0
  409. package/dist-esm/src/operations/builders.js.map +1 -0
  410. package/dist-esm/src/operations/builds.d.ts +56 -0
  411. package/dist-esm/src/operations/builds.d.ts.map +1 -0
  412. package/dist-esm/src/operations/builds.js +246 -0
  413. package/dist-esm/src/operations/builds.js.map +1 -0
  414. package/dist-esm/src/operations/buildsByBuilderResource.d.ts +38 -0
  415. package/dist-esm/src/operations/buildsByBuilderResource.d.ts.map +1 -0
  416. package/dist-esm/src/operations/buildsByBuilderResource.js +150 -0
  417. package/dist-esm/src/operations/buildsByBuilderResource.js.map +1 -0
  418. package/dist-esm/src/operations/certificates.js +2 -2
  419. package/dist-esm/src/operations/certificates.js.map +1 -1
  420. package/dist-esm/src/operations/connectedEnvironments.js +2 -2
  421. package/dist-esm/src/operations/connectedEnvironments.js.map +1 -1
  422. package/dist-esm/src/operations/connectedEnvironmentsCertificates.js +2 -2
  423. package/dist-esm/src/operations/connectedEnvironmentsCertificates.js.map +1 -1
  424. package/dist-esm/src/operations/connectedEnvironmentsDaprComponents.js +1 -1
  425. package/dist-esm/src/operations/connectedEnvironmentsDaprComponents.js.map +1 -1
  426. package/dist-esm/src/operations/connectedEnvironmentsStorages.js +1 -1
  427. package/dist-esm/src/operations/connectedEnvironmentsStorages.js.map +1 -1
  428. package/dist-esm/src/operations/containerApps.js +2 -2
  429. package/dist-esm/src/operations/containerApps.js.map +1 -1
  430. package/dist-esm/src/operations/containerAppsAuthConfigs.js +2 -2
  431. package/dist-esm/src/operations/containerAppsAuthConfigs.js.map +1 -1
  432. package/dist-esm/src/operations/containerAppsBuilds.d.ts +38 -0
  433. package/dist-esm/src/operations/containerAppsBuilds.d.ts.map +1 -0
  434. package/dist-esm/src/operations/containerAppsBuilds.js +147 -0
  435. package/dist-esm/src/operations/containerAppsBuilds.js.map +1 -0
  436. package/dist-esm/src/operations/containerAppsBuildsByContainerApp.d.ts +38 -0
  437. package/dist-esm/src/operations/containerAppsBuildsByContainerApp.d.ts.map +1 -0
  438. package/dist-esm/src/operations/containerAppsBuildsByContainerApp.js +150 -0
  439. package/dist-esm/src/operations/containerAppsBuildsByContainerApp.js.map +1 -0
  440. package/dist-esm/src/operations/containerAppsDiagnostics.js +2 -2
  441. package/dist-esm/src/operations/containerAppsDiagnostics.js.map +1 -1
  442. package/dist-esm/src/operations/containerAppsPatches.d.ts +97 -0
  443. package/dist-esm/src/operations/containerAppsPatches.d.ts.map +1 -0
  444. package/dist-esm/src/operations/containerAppsPatches.js +461 -0
  445. package/dist-esm/src/operations/containerAppsPatches.js.map +1 -0
  446. package/dist-esm/src/operations/containerAppsRevisions.js +1 -1
  447. package/dist-esm/src/operations/containerAppsRevisions.js.map +1 -1
  448. package/dist-esm/src/operations/containerAppsSessionPools.d.ts +107 -0
  449. package/dist-esm/src/operations/containerAppsSessionPools.d.ts.map +1 -0
  450. package/dist-esm/src/operations/containerAppsSessionPools.js +564 -0
  451. package/dist-esm/src/operations/containerAppsSessionPools.js.map +1 -0
  452. package/dist-esm/src/operations/containerAppsSourceControls.js +12 -4
  453. package/dist-esm/src/operations/containerAppsSourceControls.js.map +1 -1
  454. package/dist-esm/src/operations/daprComponentResiliencyPolicies.d.ts +70 -0
  455. package/dist-esm/src/operations/daprComponentResiliencyPolicies.d.ts.map +1 -0
  456. package/dist-esm/src/operations/daprComponentResiliencyPolicies.js +270 -0
  457. package/dist-esm/src/operations/daprComponentResiliencyPolicies.js.map +1 -0
  458. package/dist-esm/src/operations/daprComponents.js +1 -1
  459. package/dist-esm/src/operations/daprComponents.js.map +1 -1
  460. package/dist-esm/src/operations/daprSubscriptions.d.ts +63 -0
  461. package/dist-esm/src/operations/daprSubscriptions.d.ts.map +1 -0
  462. package/dist-esm/src/operations/daprSubscriptions.js +257 -0
  463. package/dist-esm/src/operations/daprSubscriptions.js.map +1 -0
  464. package/dist-esm/src/operations/dotNetComponents.d.ts +99 -0
  465. package/dist-esm/src/operations/dotNetComponents.d.ts.map +1 -0
  466. package/dist-esm/src/operations/dotNetComponents.js +470 -0
  467. package/dist-esm/src/operations/dotNetComponents.js.map +1 -0
  468. package/dist-esm/src/operations/functionsExtension.d.ts +22 -0
  469. package/dist-esm/src/operations/functionsExtension.d.ts.map +1 -0
  470. package/dist-esm/src/operations/functionsExtension.js +63 -0
  471. package/dist-esm/src/operations/functionsExtension.js.map +1 -0
  472. package/dist-esm/src/operations/index.d.ts +17 -0
  473. package/dist-esm/src/operations/index.d.ts.map +1 -1
  474. package/dist-esm/src/operations/index.js +17 -0
  475. package/dist-esm/src/operations/index.js.map +1 -1
  476. package/dist-esm/src/operations/javaComponents.d.ts +99 -0
  477. package/dist-esm/src/operations/javaComponents.d.ts.map +1 -0
  478. package/dist-esm/src/operations/javaComponents.js +470 -0
  479. package/dist-esm/src/operations/javaComponents.js.map +1 -0
  480. package/dist-esm/src/operations/jobs.d.ts +29 -1
  481. package/dist-esm/src/operations/jobs.d.ts.map +1 -1
  482. package/dist-esm/src/operations/jobs.js +175 -3
  483. package/dist-esm/src/operations/jobs.js.map +1 -1
  484. package/dist-esm/src/operations/logicApps.d.ts +101 -0
  485. package/dist-esm/src/operations/logicApps.d.ts.map +1 -0
  486. package/dist-esm/src/operations/logicApps.js +407 -0
  487. package/dist-esm/src/operations/logicApps.js.map +1 -0
  488. package/dist-esm/src/operations/managedCertificates.js +2 -2
  489. package/dist-esm/src/operations/managedCertificates.js.map +1 -1
  490. package/dist-esm/src/operations/managedEnvironmentPrivateEndpointConnections.d.ts +86 -0
  491. package/dist-esm/src/operations/managedEnvironmentPrivateEndpointConnections.d.ts.map +1 -0
  492. package/dist-esm/src/operations/managedEnvironmentPrivateEndpointConnections.js +385 -0
  493. package/dist-esm/src/operations/managedEnvironmentPrivateEndpointConnections.js.map +1 -0
  494. package/dist-esm/src/operations/managedEnvironmentPrivateLinkResources.d.ts +38 -0
  495. package/dist-esm/src/operations/managedEnvironmentPrivateLinkResources.d.ts.map +1 -0
  496. package/dist-esm/src/operations/managedEnvironmentPrivateLinkResources.js +150 -0
  497. package/dist-esm/src/operations/managedEnvironmentPrivateLinkResources.js.map +1 -0
  498. package/dist-esm/src/operations/managedEnvironmentUsages.js +2 -2
  499. package/dist-esm/src/operations/managedEnvironments.js +2 -2
  500. package/dist-esm/src/operations/managedEnvironments.js.map +1 -1
  501. package/dist-esm/src/operations/managedEnvironmentsStorages.js +1 -1
  502. package/dist-esm/src/operations/managedEnvironmentsStorages.js.map +1 -1
  503. package/dist-esm/src/operations/namespaces.js +1 -1
  504. package/dist-esm/src/operations/namespaces.js.map +1 -1
  505. package/dist-esm/src/operationsInterfaces/appResiliencyOperations.d.ts +47 -0
  506. package/dist-esm/src/operationsInterfaces/appResiliencyOperations.d.ts.map +1 -0
  507. package/dist-esm/src/operationsInterfaces/appResiliencyOperations.js +9 -0
  508. package/dist-esm/src/operationsInterfaces/appResiliencyOperations.js.map +1 -0
  509. package/dist-esm/src/operationsInterfaces/buildAuthToken.d.ts +13 -0
  510. package/dist-esm/src/operationsInterfaces/buildAuthToken.d.ts.map +1 -0
  511. package/dist-esm/src/operationsInterfaces/buildAuthToken.js +9 -0
  512. package/dist-esm/src/operationsInterfaces/buildAuthToken.js.map +1 -0
  513. package/dist-esm/src/operationsInterfaces/builders.d.ts +71 -0
  514. package/dist-esm/src/operationsInterfaces/builders.d.ts.map +1 -0
  515. package/dist-esm/src/operationsInterfaces/builders.js +9 -0
  516. package/dist-esm/src/operationsInterfaces/builders.js.map +1 -0
  517. package/dist-esm/src/operationsInterfaces/builds.d.ts +48 -0
  518. package/dist-esm/src/operationsInterfaces/builds.d.ts.map +1 -0
  519. package/dist-esm/src/operationsInterfaces/builds.js +9 -0
  520. package/dist-esm/src/operationsInterfaces/builds.js.map +1 -0
  521. package/dist-esm/src/operationsInterfaces/buildsByBuilderResource.d.ts +13 -0
  522. package/dist-esm/src/operationsInterfaces/buildsByBuilderResource.d.ts.map +1 -0
  523. package/dist-esm/src/operationsInterfaces/buildsByBuilderResource.js +9 -0
  524. package/dist-esm/src/operationsInterfaces/buildsByBuilderResource.js.map +1 -0
  525. package/dist-esm/src/operationsInterfaces/containerAppsBuilds.d.ts +30 -0
  526. package/dist-esm/src/operationsInterfaces/containerAppsBuilds.d.ts.map +1 -0
  527. package/dist-esm/src/operationsInterfaces/containerAppsBuilds.js +9 -0
  528. package/dist-esm/src/operationsInterfaces/containerAppsBuilds.js.map +1 -0
  529. package/dist-esm/src/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts +13 -0
  530. package/dist-esm/src/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts.map +1 -0
  531. package/dist-esm/src/operationsInterfaces/containerAppsBuildsByContainerApp.js +9 -0
  532. package/dist-esm/src/operationsInterfaces/containerAppsBuildsByContainerApp.js.map +1 -0
  533. package/dist-esm/src/operationsInterfaces/containerAppsPatches.d.ts +72 -0
  534. package/dist-esm/src/operationsInterfaces/containerAppsPatches.d.ts.map +1 -0
  535. package/dist-esm/src/operationsInterfaces/containerAppsPatches.js +9 -0
  536. package/dist-esm/src/operationsInterfaces/containerAppsPatches.js.map +1 -0
  537. package/dist-esm/src/operationsInterfaces/containerAppsSessionPools.d.ts +71 -0
  538. package/dist-esm/src/operationsInterfaces/containerAppsSessionPools.d.ts.map +1 -0
  539. package/dist-esm/src/operationsInterfaces/containerAppsSessionPools.js +9 -0
  540. package/dist-esm/src/operationsInterfaces/containerAppsSessionPools.js.map +1 -0
  541. package/dist-esm/src/operationsInterfaces/daprComponentResiliencyPolicies.d.ts +43 -0
  542. package/dist-esm/src/operationsInterfaces/daprComponentResiliencyPolicies.d.ts.map +1 -0
  543. package/dist-esm/src/operationsInterfaces/daprComponentResiliencyPolicies.js +9 -0
  544. package/dist-esm/src/operationsInterfaces/daprComponentResiliencyPolicies.js.map +1 -0
  545. package/dist-esm/src/operationsInterfaces/daprSubscriptions.d.ts +38 -0
  546. package/dist-esm/src/operationsInterfaces/daprSubscriptions.d.ts.map +1 -0
  547. package/dist-esm/src/operationsInterfaces/daprSubscriptions.js +9 -0
  548. package/dist-esm/src/operationsInterfaces/daprSubscriptions.js.map +1 -0
  549. package/dist-esm/src/operationsInterfaces/dotNetComponents.d.ts +74 -0
  550. package/dist-esm/src/operationsInterfaces/dotNetComponents.d.ts.map +1 -0
  551. package/dist-esm/src/operationsInterfaces/dotNetComponents.js +9 -0
  552. package/dist-esm/src/operationsInterfaces/dotNetComponents.js.map +1 -0
  553. package/dist-esm/src/operationsInterfaces/functionsExtension.d.ts +14 -0
  554. package/dist-esm/src/operationsInterfaces/functionsExtension.d.ts.map +1 -0
  555. package/dist-esm/src/operationsInterfaces/functionsExtension.js +9 -0
  556. package/dist-esm/src/operationsInterfaces/functionsExtension.js.map +1 -0
  557. package/dist-esm/src/operationsInterfaces/index.d.ts +17 -0
  558. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
  559. package/dist-esm/src/operationsInterfaces/index.js +17 -0
  560. package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
  561. package/dist-esm/src/operationsInterfaces/javaComponents.d.ts +74 -0
  562. package/dist-esm/src/operationsInterfaces/javaComponents.d.ts.map +1 -0
  563. package/dist-esm/src/operationsInterfaces/javaComponents.js +9 -0
  564. package/dist-esm/src/operationsInterfaces/javaComponents.js.map +1 -0
  565. package/dist-esm/src/operationsInterfaces/jobs.d.ts +29 -1
  566. package/dist-esm/src/operationsInterfaces/jobs.d.ts.map +1 -1
  567. package/dist-esm/src/operationsInterfaces/logicApps.d.ts +74 -0
  568. package/dist-esm/src/operationsInterfaces/logicApps.d.ts.map +1 -0
  569. package/dist-esm/src/operationsInterfaces/logicApps.js +9 -0
  570. package/dist-esm/src/operationsInterfaces/logicApps.js.map +1 -0
  571. package/dist-esm/src/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts +61 -0
  572. package/dist-esm/src/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts.map +1 -0
  573. package/dist-esm/src/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js +9 -0
  574. package/dist-esm/src/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js.map +1 -0
  575. package/dist-esm/src/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts +13 -0
  576. package/dist-esm/src/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts.map +1 -0
  577. package/dist-esm/src/operationsInterfaces/managedEnvironmentPrivateLinkResources.js +9 -0
  578. package/dist-esm/src/operationsInterfaces/managedEnvironmentPrivateLinkResources.js.map +1 -0
  579. package/dist-esm/test/appcontainers_examples.spec.js +2 -2
  580. package/dist-esm/test/appcontainers_examples.spec.js.map +1 -1
  581. package/package.json +7 -10
  582. package/review/arm-appcontainers.api.md +2118 -119
  583. package/src/containerAppsAPIClient.ts +75 -3
  584. package/src/lroImpl.ts +1 -1
  585. package/src/models/index.ts +3051 -268
  586. package/src/models/mappers.ts +6302 -2372
  587. package/src/models/parameters.ts +358 -25
  588. package/src/operations/appResiliencyOperations.ts +374 -0
  589. package/src/operations/buildAuthToken.ts +74 -0
  590. package/src/operations/builders.ts +728 -0
  591. package/src/operations/builds.ts +347 -0
  592. package/src/operations/buildsByBuilderResource.ts +193 -0
  593. package/src/operations/certificates.ts +2 -2
  594. package/src/operations/connectedEnvironments.ts +2 -2
  595. package/src/operations/connectedEnvironmentsCertificates.ts +2 -2
  596. package/src/operations/connectedEnvironmentsDaprComponents.ts +1 -1
  597. package/src/operations/connectedEnvironmentsStorages.ts +1 -1
  598. package/src/operations/containerApps.ts +2 -2
  599. package/src/operations/containerAppsAuthConfigs.ts +2 -2
  600. package/src/operations/containerAppsBuilds.ts +208 -0
  601. package/src/operations/containerAppsBuildsByContainerApp.ts +199 -0
  602. package/src/operations/containerAppsDiagnostics.ts +2 -2
  603. package/src/operations/containerAppsPatches.ts +648 -0
  604. package/src/operations/containerAppsRevisions.ts +1 -1
  605. package/src/operations/containerAppsSessionPools.ts +740 -0
  606. package/src/operations/containerAppsSourceControls.ts +12 -4
  607. package/src/operations/daprComponentResiliencyPolicies.ts +369 -0
  608. package/src/operations/daprComponents.ts +1 -1
  609. package/src/operations/daprSubscriptions.ts +337 -0
  610. package/src/operations/dotNetComponents.ts +655 -0
  611. package/src/operations/functionsExtension.ts +83 -0
  612. package/src/operations/index.ts +17 -0
  613. package/src/operations/javaComponents.ts +655 -0
  614. package/src/operations/jobs.ts +233 -3
  615. package/src/operations/logicApps.ts +549 -0
  616. package/src/operations/managedCertificates.ts +2 -2
  617. package/src/operations/managedEnvironmentPrivateEndpointConnections.ts +534 -0
  618. package/src/operations/managedEnvironmentPrivateLinkResources.ts +199 -0
  619. package/src/operations/managedEnvironmentUsages.ts +2 -2
  620. package/src/operations/managedEnvironments.ts +2 -2
  621. package/src/operations/managedEnvironmentsStorages.ts +1 -1
  622. package/src/operations/namespaces.ts +1 -1
  623. package/src/operationsInterfaces/appResiliencyOperations.ts +92 -0
  624. package/src/operationsInterfaces/buildAuthToken.ts +29 -0
  625. package/src/operationsInterfaces/builders.ts +145 -0
  626. package/src/operationsInterfaces/builds.ts +98 -0
  627. package/src/operationsInterfaces/buildsByBuilderResource.ts +29 -0
  628. package/src/operationsInterfaces/containerAppsBuilds.ts +63 -0
  629. package/src/operationsInterfaces/containerAppsBuildsByContainerApp.ts +29 -0
  630. package/src/operationsInterfaces/containerAppsPatches.ts +149 -0
  631. package/src/operationsInterfaces/containerAppsSessionPools.ts +145 -0
  632. package/src/operationsInterfaces/daprComponentResiliencyPolicies.ts +84 -0
  633. package/src/operationsInterfaces/daprSubscriptions.ts +75 -0
  634. package/src/operationsInterfaces/dotNetComponents.ts +152 -0
  635. package/src/operationsInterfaces/functionsExtension.ts +31 -0
  636. package/src/operationsInterfaces/index.ts +17 -0
  637. package/src/operationsInterfaces/javaComponents.ts +152 -0
  638. package/src/operationsInterfaces/jobs.ts +52 -0
  639. package/src/operationsInterfaces/logicApps.ts +144 -0
  640. package/src/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.ts +120 -0
  641. package/src/operationsInterfaces/managedEnvironmentPrivateLinkResources.ts +29 -0
  642. package/types/arm-appcontainers.d.ts +3769 -261
  643. package/types/tsdoc-metadata.json +1 -1
@@ -8,6 +8,187 @@
8
8
 
9
9
  import * as coreClient from "@azure/core-client";
10
10
 
11
+ export type JavaComponentPropertiesUnion =
12
+ | JavaComponentProperties
13
+ | SpringCloudGatewayComponent
14
+ | SpringBootAdminComponent
15
+ | NacosComponent
16
+ | SpringCloudEurekaComponent
17
+ | SpringCloudConfigComponent;
18
+
19
+ /** Policy to set request timeouts */
20
+ export interface TimeoutPolicy {
21
+ /** Timeout, in seconds, for a request to respond */
22
+ responseTimeoutInSeconds?: number;
23
+ /** Timeout, in seconds, for a request to initiate a connection */
24
+ connectionTimeoutInSeconds?: number;
25
+ }
26
+
27
+ /** Policy that defines http request retry conditions */
28
+ export interface HttpRetryPolicy {
29
+ /** Maximum number of times a request will retry */
30
+ maxRetries?: number;
31
+ /** Headers that must be present for a request to be retried */
32
+ headers?: HeaderMatch[];
33
+ /** Additional http status codes that can trigger a retry */
34
+ httpStatusCodes?: number[];
35
+ /** Errors that can trigger a retry */
36
+ errors?: string[];
37
+ /** Initial delay, in milliseconds, before retrying a request */
38
+ initialDelayInMilliseconds?: number;
39
+ /** Maximum interval, in milliseconds, between retries */
40
+ maxIntervalInMilliseconds?: number;
41
+ }
42
+
43
+ /** Conditions required to match a header */
44
+ export interface HeaderMatch {
45
+ /** Name of the header */
46
+ header?: string;
47
+ /** Exact value of the header */
48
+ exactMatch?: string;
49
+ /** Prefix value of the header */
50
+ prefixMatch?: string;
51
+ /** Suffix value of the header */
52
+ suffixMatch?: string;
53
+ /** Regex value of the header */
54
+ regexMatch?: string;
55
+ }
56
+
57
+ /** Policy that defines tcp request retry conditions */
58
+ export interface TcpRetryPolicy {
59
+ /** Maximum number of attempts to connect to the tcp service */
60
+ maxConnectAttempts?: number;
61
+ }
62
+
63
+ /** Policy that defines circuit breaker conditions */
64
+ export interface CircuitBreakerPolicy {
65
+ /** Number of consecutive errors before the circuit breaker opens */
66
+ consecutiveErrors?: number;
67
+ /** 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. */
68
+ intervalInSeconds?: number;
69
+ /** Maximum percentage of hosts that will be ejected after failure threshold has been met */
70
+ maxEjectionPercent?: number;
71
+ }
72
+
73
+ /** Defines parameters for http connection pooling */
74
+ export interface HttpConnectionPool {
75
+ /** Maximum number of pending http1 requests allowed */
76
+ http1MaxPendingRequests?: number;
77
+ /** Maximum number of http2 requests allowed */
78
+ http2MaxRequests?: number;
79
+ }
80
+
81
+ /** Defines parameters for tcp connection pooling */
82
+ export interface TcpConnectionPool {
83
+ /** Maximum number of tcp connections allowed */
84
+ maxConnections?: number;
85
+ }
86
+
87
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
88
+ export interface Resource {
89
+ /**
90
+ * Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
91
+ * NOTE: This property will not be serialized. It can only be populated by the server.
92
+ */
93
+ readonly id?: string;
94
+ /**
95
+ * The name of the resource
96
+ * NOTE: This property will not be serialized. It can only be populated by the server.
97
+ */
98
+ readonly name?: string;
99
+ /**
100
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
101
+ * NOTE: This property will not be serialized. It can only be populated by the server.
102
+ */
103
+ readonly type?: string;
104
+ /**
105
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
106
+ * NOTE: This property will not be serialized. It can only be populated by the server.
107
+ */
108
+ readonly systemData?: SystemData;
109
+ }
110
+
111
+ /** Metadata pertaining to creation and last modification of the resource. */
112
+ export interface SystemData {
113
+ /** The identity that created the resource. */
114
+ createdBy?: string;
115
+ /** The type of identity that created the resource. */
116
+ createdByType?: CreatedByType;
117
+ /** The timestamp of resource creation (UTC). */
118
+ createdAt?: Date;
119
+ /** The identity that last modified the resource. */
120
+ lastModifiedBy?: string;
121
+ /** The type of identity that last modified the resource. */
122
+ lastModifiedByType?: CreatedByType;
123
+ /** The timestamp of resource last modification (UTC) */
124
+ lastModifiedAt?: Date;
125
+ }
126
+
127
+ /** App Service error response. */
128
+ export interface DefaultErrorResponse {
129
+ /**
130
+ * Error model.
131
+ * NOTE: This property will not be serialized. It can only be populated by the server.
132
+ */
133
+ readonly error?: DefaultErrorResponseError;
134
+ }
135
+
136
+ /** Error model. */
137
+ export interface DefaultErrorResponseError {
138
+ /**
139
+ * Standardized string to programmatically identify the error.
140
+ * NOTE: This property will not be serialized. It can only be populated by the server.
141
+ */
142
+ readonly code?: string;
143
+ /**
144
+ * Detailed error description and debugging information.
145
+ * NOTE: This property will not be serialized. It can only be populated by the server.
146
+ */
147
+ readonly message?: string;
148
+ /**
149
+ * Detailed error description and debugging information.
150
+ * NOTE: This property will not be serialized. It can only be populated by the server.
151
+ */
152
+ readonly target?: string;
153
+ /** Details or the error */
154
+ details?: DefaultErrorResponseErrorDetailsItem[];
155
+ /**
156
+ * More information to debug error.
157
+ * NOTE: This property will not be serialized. It can only be populated by the server.
158
+ */
159
+ readonly innererror?: string;
160
+ }
161
+
162
+ /** Detailed errors. */
163
+ export interface DefaultErrorResponseErrorDetailsItem {
164
+ /**
165
+ * Standardized string to programmatically identify the error.
166
+ * NOTE: This property will not be serialized. It can only be populated by the server.
167
+ */
168
+ readonly code?: string;
169
+ /**
170
+ * Detailed error description and debugging information.
171
+ * NOTE: This property will not be serialized. It can only be populated by the server.
172
+ */
173
+ readonly message?: string;
174
+ /**
175
+ * Detailed error description and debugging information.
176
+ * NOTE: This property will not be serialized. It can only be populated by the server.
177
+ */
178
+ readonly target?: string;
179
+ }
180
+
181
+ /** Collection of AppResiliency policies */
182
+ export interface AppResiliencyCollection {
183
+ /** Collection of resources. */
184
+ value: AppResiliency[];
185
+ /**
186
+ * Link to next page of resources.
187
+ * NOTE: This property will not be serialized. It can only be populated by the server.
188
+ */
189
+ readonly nextLink?: string;
190
+ }
191
+
11
192
  /** AuthConfig collection ARM resource. */
12
193
  export interface AuthConfigCollection {
13
194
  /** Collection of resources. */
@@ -432,100 +613,6 @@ export interface EncryptionSettings {
432
613
  containerAppAuthSigningSecretName?: string;
433
614
  }
434
615
 
435
- /** Common fields that are returned in the response for all Azure Resource Manager resources */
436
- export interface Resource {
437
- /**
438
- * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
439
- * NOTE: This property will not be serialized. It can only be populated by the server.
440
- */
441
- readonly id?: string;
442
- /**
443
- * The name of the resource
444
- * NOTE: This property will not be serialized. It can only be populated by the server.
445
- */
446
- readonly name?: string;
447
- /**
448
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
449
- * NOTE: This property will not be serialized. It can only be populated by the server.
450
- */
451
- readonly type?: string;
452
- /**
453
- * Azure Resource Manager metadata containing createdBy and modifiedBy information.
454
- * NOTE: This property will not be serialized. It can only be populated by the server.
455
- */
456
- readonly systemData?: SystemData;
457
- }
458
-
459
- /** Metadata pertaining to creation and last modification of the resource. */
460
- export interface SystemData {
461
- /** The identity that created the resource. */
462
- createdBy?: string;
463
- /** The type of identity that created the resource. */
464
- createdByType?: CreatedByType;
465
- /** The timestamp of resource creation (UTC). */
466
- createdAt?: Date;
467
- /** The identity that last modified the resource. */
468
- lastModifiedBy?: string;
469
- /** The type of identity that last modified the resource. */
470
- lastModifiedByType?: CreatedByType;
471
- /** The timestamp of resource last modification (UTC) */
472
- lastModifiedAt?: Date;
473
- }
474
-
475
- /** App Service error response. */
476
- export interface DefaultErrorResponse {
477
- /**
478
- * Error model.
479
- * NOTE: This property will not be serialized. It can only be populated by the server.
480
- */
481
- readonly error?: DefaultErrorResponseError;
482
- }
483
-
484
- /** Error model. */
485
- export interface DefaultErrorResponseError {
486
- /**
487
- * Standardized string to programmatically identify the error.
488
- * NOTE: This property will not be serialized. It can only be populated by the server.
489
- */
490
- readonly code?: string;
491
- /**
492
- * Detailed error description and debugging information.
493
- * NOTE: This property will not be serialized. It can only be populated by the server.
494
- */
495
- readonly message?: string;
496
- /**
497
- * Detailed error description and debugging information.
498
- * NOTE: This property will not be serialized. It can only be populated by the server.
499
- */
500
- readonly target?: string;
501
- /** Details or the error */
502
- details?: DefaultErrorResponseErrorDetailsItem[];
503
- /**
504
- * More information to debug error.
505
- * NOTE: This property will not be serialized. It can only be populated by the server.
506
- */
507
- readonly innererror?: string;
508
- }
509
-
510
- /** Detailed errors. */
511
- export interface DefaultErrorResponseErrorDetailsItem {
512
- /**
513
- * Standardized string to programmatically identify the error.
514
- * NOTE: This property will not be serialized. It can only be populated by the server.
515
- */
516
- readonly code?: string;
517
- /**
518
- * Detailed error description and debugging information.
519
- * NOTE: This property will not be serialized. It can only be populated by the server.
520
- */
521
- readonly message?: string;
522
- /**
523
- * Detailed error description and debugging information.
524
- * NOTE: This property will not be serialized. It can only be populated by the server.
525
- */
526
- readonly target?: string;
527
- }
528
-
529
616
  /** Collection of available workload profiles in the location. */
530
617
  export interface AvailableWorkloadProfilesCollection {
531
618
  /** Collection of workload profiles. */
@@ -608,6 +695,34 @@ export interface BillingMeterCollection {
608
695
  value: BillingMeter[];
609
696
  }
610
697
 
698
+ /** Billing meter. */
699
+ export interface BillingMeter {
700
+ /**
701
+ * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
702
+ * NOTE: This property will not be serialized. It can only be populated by the server.
703
+ */
704
+ readonly id?: string;
705
+ /**
706
+ * The name of the resource
707
+ * NOTE: This property will not be serialized. It can only be populated by the server.
708
+ */
709
+ readonly name?: string;
710
+ /**
711
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
712
+ * NOTE: This property will not be serialized. It can only be populated by the server.
713
+ */
714
+ readonly type?: string;
715
+ /**
716
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
717
+ * NOTE: This property will not be serialized. It can only be populated by the server.
718
+ */
719
+ readonly systemData?: SystemData;
720
+ /** Region for the billing meter. */
721
+ location?: string;
722
+ /** Revision resource specific properties */
723
+ properties?: BillingMeterProperties;
724
+ }
725
+
611
726
  /** Revision resource specific properties */
612
727
  export interface BillingMeterProperties {
613
728
  /** Used to categorize billing meters. */
@@ -618,40 +733,172 @@ export interface BillingMeterProperties {
618
733
  displayName?: string;
619
734
  }
620
735
 
621
- /** Collection of connectedEnvironments */
622
- export interface ConnectedEnvironmentCollection {
623
- /** Collection of resources. */
624
- value?: ConnectedEnvironment[];
625
- /**
626
- * Link to next page of resources.
627
- * NOTE: This property will not be serialized. It can only be populated by the server.
628
- */
629
- readonly nextLink?: string;
736
+ /** The response of a BuilderResource list operation. */
737
+ export interface BuilderCollection {
738
+ /** The BuilderResource items on this page */
739
+ value: BuilderResource[];
740
+ /** The link to the next page of items */
741
+ nextLink?: string;
630
742
  }
631
743
 
632
- /** The complex type of the extended location. */
633
- export interface ExtendedLocation {
634
- /** The name of the extended location. */
635
- name?: string;
636
- /** The type of the extended location. */
637
- type?: ExtendedLocationTypes;
744
+ /** Model representing a mapping from a container registry to the identity used to connect to it. */
745
+ export interface ContainerRegistry {
746
+ /** Login server of the container registry. */
747
+ containerRegistryServer: string;
748
+ /** Resource ID of the managed identity. */
749
+ identityResourceId: string;
638
750
  }
639
751
 
640
- /** Configuration properties for apps environment custom domain */
641
- export interface CustomDomainConfiguration {
752
+ /** Managed service identity (system assigned and/or user assigned identities) */
753
+ export interface ManagedServiceIdentity {
642
754
  /**
643
- * Id used to verify domain name ownership
755
+ * The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
644
756
  * NOTE: This property will not be serialized. It can only be populated by the server.
645
757
  */
646
- readonly customDomainVerificationId?: string;
647
- /** Dns suffix for the environment domain */
648
- dnsSuffix?: string;
649
- /** PFX or PEM blob */
650
- certificateValue?: Uint8Array;
651
- /** Certificate password */
652
- certificatePassword?: string;
758
+ readonly principalId?: string;
653
759
  /**
654
- * Certificate expiration date.
760
+ * The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
761
+ * NOTE: This property will not be serialized. It can only be populated by the server.
762
+ */
763
+ readonly tenantId?: string;
764
+ /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
765
+ type: ManagedServiceIdentityType;
766
+ /** 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. */
767
+ userAssignedIdentities?: { [propertyName: string]: UserAssignedIdentity };
768
+ }
769
+
770
+ /** User assigned identity properties */
771
+ export interface UserAssignedIdentity {
772
+ /**
773
+ * The principal ID of the assigned identity.
774
+ * NOTE: This property will not be serialized. It can only be populated by the server.
775
+ */
776
+ readonly principalId?: string;
777
+ /**
778
+ * The client ID of the assigned identity.
779
+ * NOTE: This property will not be serialized. It can only be populated by the server.
780
+ */
781
+ readonly clientId?: string;
782
+ }
783
+
784
+ /** The type used for update operations of the BuilderResource. */
785
+ export interface BuilderResourceUpdate {
786
+ /** The managed service identities assigned to this resource. */
787
+ identity?: ManagedServiceIdentity;
788
+ /** Resource tags. */
789
+ tags?: { [propertyName: string]: string };
790
+ /** Resource ID of the container apps environment that the builder is associated with. */
791
+ environmentId?: string;
792
+ }
793
+
794
+ /** The response of a BuildResource list operation. */
795
+ export interface BuildCollection {
796
+ /** The BuildResource items on this page */
797
+ value: BuildResource[];
798
+ /** The link to the next page of items */
799
+ nextLink?: string;
800
+ }
801
+
802
+ /** Container registry that the final image will be uploaded to. */
803
+ export interface ContainerRegistryWithCustomImage {
804
+ /** 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. */
805
+ server: string;
806
+ /** Full name that the final image should be uploaded as, including both image name and tag. */
807
+ image?: string;
808
+ }
809
+
810
+ /** Configuration of the build. */
811
+ export interface BuildConfiguration {
812
+ /** Base OS used to build and run the app. */
813
+ baseOs?: string;
814
+ /** Platform to be used to build and run the app. */
815
+ platform?: string;
816
+ /** Platform version to be used to build and run the app. */
817
+ platformVersion?: string;
818
+ /** List of environment variables to be passed to the build, secrets should not be used in environment variable. */
819
+ environmentVariables?: EnvironmentVariable[];
820
+ /** List of steps to perform before the build. */
821
+ preBuildSteps?: PreBuildStep[];
822
+ }
823
+
824
+ /** Model representing an environment variable. */
825
+ export interface EnvironmentVariable {
826
+ /** Environment variable name. */
827
+ name: string;
828
+ /** Environment variable value. */
829
+ value: string;
830
+ }
831
+
832
+ /** Model representing a pre-build step. */
833
+ export interface PreBuildStep {
834
+ /** Description of the pre-build step. */
835
+ description?: string;
836
+ /** List of custom commands to run. */
837
+ scripts?: string[];
838
+ /** Http get request to send before the build. */
839
+ httpGet?: HttpGet;
840
+ }
841
+
842
+ /** Model representing a http get request. */
843
+ export interface HttpGet {
844
+ /** URL to make HTTP GET request against. */
845
+ url: string;
846
+ /** Name of the file that the request should be saved to. */
847
+ fileName?: string;
848
+ /** List of headers to send with the request. */
849
+ headers?: string[];
850
+ }
851
+
852
+ /** Build Auth Token. */
853
+ export interface BuildToken {
854
+ /**
855
+ * Authentication token.
856
+ * NOTE: This property will not be serialized. It can only be populated by the server.
857
+ */
858
+ readonly token?: string;
859
+ /**
860
+ * Token expiration date.
861
+ * NOTE: This property will not be serialized. It can only be populated by the server.
862
+ */
863
+ readonly expires?: Date;
864
+ }
865
+
866
+ /** Collection of connectedEnvironments */
867
+ export interface ConnectedEnvironmentCollection {
868
+ /** Collection of resources. */
869
+ value?: ConnectedEnvironment[];
870
+ /**
871
+ * Link to next page of resources.
872
+ * NOTE: This property will not be serialized. It can only be populated by the server.
873
+ */
874
+ readonly nextLink?: string;
875
+ }
876
+
877
+ /** The complex type of the extended location. */
878
+ export interface ExtendedLocation {
879
+ /** The name of the extended location. */
880
+ name?: string;
881
+ /** The type of the extended location. */
882
+ type?: ExtendedLocationTypes;
883
+ }
884
+
885
+ /** Configuration properties for apps environment custom domain */
886
+ export interface CustomDomainConfiguration {
887
+ /**
888
+ * Id used to verify domain name ownership
889
+ * NOTE: This property will not be serialized. It can only be populated by the server.
890
+ */
891
+ readonly customDomainVerificationId?: string;
892
+ /** Dns suffix for the environment domain */
893
+ dnsSuffix?: string;
894
+ /** Certificate stored in Azure Key Vault. */
895
+ certificateKeyVaultProperties?: CertificateKeyVaultProperties;
896
+ /** PFX or PEM blob */
897
+ certificateValue?: Uint8Array;
898
+ /** Certificate password */
899
+ certificatePassword?: string;
900
+ /**
901
+ * Certificate expiration date.
655
902
  * NOTE: This property will not be serialized. It can only be populated by the server.
656
903
  */
657
904
  readonly expirationDate?: Date;
@@ -667,6 +914,14 @@ export interface CustomDomainConfiguration {
667
914
  readonly subjectName?: string;
668
915
  }
669
916
 
917
+ /** Properties for a certificate stored in a Key Vault. */
918
+ export interface CertificateKeyVaultProperties {
919
+ /** Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity. */
920
+ identity?: string;
921
+ /** URL pointing to the Azure Key Vault secret that holds the certificate. */
922
+ keyVaultUrl?: string;
923
+ }
924
+
670
925
  /** The check availability request body. */
671
926
  export interface CheckNameAvailabilityRequest {
672
927
  /** The name of the resource for which availability needs to be checked. */
@@ -703,6 +958,8 @@ export interface CertificateProperties {
703
958
  * NOTE: This property will not be serialized. It can only be populated by the server.
704
959
  */
705
960
  readonly provisioningState?: CertificateProvisioningState;
961
+ /** Properties for a certificate stored in a Key Vault. */
962
+ certificateKeyVaultProperties?: CertificateKeyVaultProperties;
706
963
  /** Certificate password. */
707
964
  password?: string;
708
965
  /**
@@ -747,6 +1004,8 @@ export interface CertificateProperties {
747
1004
  * NOTE: This property will not be serialized. It can only be populated by the server.
748
1005
  */
749
1006
  readonly publicKeyHash?: string;
1007
+ /** The type of the certificate. Allowed values are `ServerSSLCertificate` and `ImagePullTrustedCA` */
1008
+ certificateType?: CertificateType;
750
1009
  }
751
1010
 
752
1011
  /** A certificate to update */
@@ -788,6 +1047,24 @@ export interface DaprMetadata {
788
1047
  secretRef?: string;
789
1048
  }
790
1049
 
1050
+ /** Configuration to bind a Dapr Component to a dev ContainerApp Service */
1051
+ export interface DaprComponentServiceBinding {
1052
+ /** Name of the service bind */
1053
+ name?: string;
1054
+ /** Resource id of the target service */
1055
+ serviceId?: string;
1056
+ /** Service bind metadata */
1057
+ metadata?: DaprServiceBindMetadata;
1058
+ }
1059
+
1060
+ /** Dapr component metadata. */
1061
+ export interface DaprServiceBindMetadata {
1062
+ /** Service bind metadata property name. */
1063
+ name?: string;
1064
+ /** Service bind metadata property value. */
1065
+ value?: string;
1066
+ }
1067
+
791
1068
  /** Dapr component Secrets Collection for ListSecrets Action. */
792
1069
  export interface DaprSecretsCollection {
793
1070
  /** Collection of secrets used by a Dapr component */
@@ -818,6 +1095,8 @@ export interface ConnectedEnvironmentStoragesCollection {
818
1095
  export interface ConnectedEnvironmentStorageProperties {
819
1096
  /** Azure file properties */
820
1097
  azureFile?: AzureFileProperties;
1098
+ /** SMB storage properties */
1099
+ smb?: SmbStorage;
821
1100
  }
822
1101
 
823
1102
  /** Azure File Properties. */
@@ -832,6 +1111,22 @@ export interface AzureFileProperties {
832
1111
  shareName?: string;
833
1112
  }
834
1113
 
1114
+ /** SMB storage properties */
1115
+ export interface SmbStorage {
1116
+ /** The host name or IP address of the SMB server. */
1117
+ host?: string;
1118
+ /** The path to the SMB shared folder. */
1119
+ shareName?: string;
1120
+ /** The user to log on to the SMB server. */
1121
+ username?: string;
1122
+ /** The domain name for the user. */
1123
+ domain?: string;
1124
+ /** The password for the user. */
1125
+ password?: string;
1126
+ /** Access mode for storage */
1127
+ accessMode?: AccessMode;
1128
+ }
1129
+
835
1130
  /** Container App collection ARM resource. */
836
1131
  export interface ContainerAppCollection {
837
1132
  /** Collection of resources. */
@@ -843,36 +1138,10 @@ export interface ContainerAppCollection {
843
1138
  readonly nextLink?: string;
844
1139
  }
845
1140
 
846
- /** Managed service identity (system assigned and/or user assigned identities) */
847
- export interface ManagedServiceIdentity {
848
- /**
849
- * The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
850
- * NOTE: This property will not be serialized. It can only be populated by the server.
851
- */
852
- readonly principalId?: string;
853
- /**
854
- * The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
855
- * NOTE: This property will not be serialized. It can only be populated by the server.
856
- */
857
- readonly tenantId?: string;
858
- /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
859
- type: ManagedServiceIdentityType;
860
- /** 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. */
861
- userAssignedIdentities?: { [propertyName: string]: UserAssignedIdentity };
862
- }
863
-
864
- /** User assigned identity properties */
865
- export interface UserAssignedIdentity {
866
- /**
867
- * The principal ID of the assigned identity.
868
- * NOTE: This property will not be serialized. It can only be populated by the server.
869
- */
870
- readonly principalId?: string;
871
- /**
872
- * The client ID of the assigned identity.
873
- * NOTE: This property will not be serialized. It can only be populated by the server.
874
- */
875
- readonly clientId?: string;
1141
+ /** Container App auto patch configuration. */
1142
+ export interface ContainerAppPropertiesPatchingConfiguration {
1143
+ /** 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. */
1144
+ patchingMode?: PatchingMode;
876
1145
  }
877
1146
 
878
1147
  /** Non versioned Container App configuration properties that define the mutable settings of a Container app */
@@ -890,10 +1159,14 @@ export interface Configuration {
890
1159
  registries?: RegistryCredentials[];
891
1160
  /** Dapr configuration for the Container App. */
892
1161
  dapr?: Dapr;
1162
+ /** App runtime configuration for the Container App. */
1163
+ runtime?: Runtime;
893
1164
  /** Optional. Max inactive revisions a Container App can have. */
894
1165
  maxInactiveRevisions?: number;
895
1166
  /** Container App to be a dev Container App Service */
896
1167
  service?: Service;
1168
+ /** 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. */
1169
+ identitySettings?: IdentitySettings[];
897
1170
  }
898
1171
 
899
1172
  /** Container App Ingress configuration. */
@@ -927,6 +1200,8 @@ export interface Ingress {
927
1200
  corsPolicy?: CorsPolicy;
928
1201
  /** Settings to expose additional ports on container app */
929
1202
  additionalPortMappings?: IngressPortMapping[];
1203
+ /** Whether an http app listens on http or https */
1204
+ targetPortHttpScheme?: IngressTargetPortHttpScheme;
930
1205
  }
931
1206
 
932
1207
  /** Traffic weight assigned to a revision */
@@ -1027,12 +1302,64 @@ export interface Dapr {
1027
1302
  enableApiLogging?: boolean;
1028
1303
  }
1029
1304
 
1305
+ /** Container App Runtime configuration. */
1306
+ export interface Runtime {
1307
+ /** Java app configuration */
1308
+ java?: RuntimeJava;
1309
+ /** .NET app configuration */
1310
+ dotnet?: RuntimeDotnet;
1311
+ }
1312
+
1313
+ /** Java app configuration */
1314
+ export interface RuntimeJava {
1315
+ /** Enable jmx core metrics for the java app */
1316
+ enableMetrics?: boolean;
1317
+ /** Diagnostic capabilities achieved by java agent */
1318
+ javaAgent?: RuntimeJavaAgent;
1319
+ }
1320
+
1321
+ /** Diagnostic capabilities achieved by java agent */
1322
+ export interface RuntimeJavaAgent {
1323
+ /** Enable java agent injection for the java app. */
1324
+ enabled?: boolean;
1325
+ /** Capabilities on the java logging scenario. */
1326
+ logging?: RuntimeJavaAgentLogging;
1327
+ }
1328
+
1329
+ /** Capabilities on the java logging scenario. */
1330
+ export interface RuntimeJavaAgentLogging {
1331
+ /** Settings of the logger for the java app. */
1332
+ loggerSettings?: LoggerSetting[];
1333
+ }
1334
+
1335
+ /** Logger settings for java workloads. */
1336
+ export interface LoggerSetting {
1337
+ /** Logger name. */
1338
+ logger: string;
1339
+ /** The specified logger's log level. */
1340
+ level: Level;
1341
+ }
1342
+
1343
+ /** .NET app configuration */
1344
+ export interface RuntimeDotnet {
1345
+ /** Auto configure the ASP.NET Core Data Protection feature */
1346
+ autoConfigureDataProtection?: boolean;
1347
+ }
1348
+
1030
1349
  /** Container App to be a dev service */
1031
1350
  export interface Service {
1032
1351
  /** Dev ContainerApp service type */
1033
1352
  type: string;
1034
1353
  }
1035
1354
 
1355
+ /** Optional settings for a Managed Identity that is assigned to the Container App. */
1356
+ export interface IdentitySettings {
1357
+ /** The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity. */
1358
+ identity: string;
1359
+ /** Use to select the lifecycle stages of a Container App during which the Managed Identity should be available. */
1360
+ lifecycle?: IdentitySettingsLifeCycle;
1361
+ }
1362
+
1036
1363
  /**
1037
1364
  * Container App versioned application definition.
1038
1365
  * Defines the desired state of an immutable revision.
@@ -1059,6 +1386,8 @@ export interface Template {
1059
1386
  export interface BaseContainer {
1060
1387
  /** Container image tag. */
1061
1388
  image?: string;
1389
+ /** 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. */
1390
+ imageType?: ImageType;
1062
1391
  /** Custom container name. */
1063
1392
  name?: string;
1064
1393
  /** Container start command. */
@@ -1164,6 +1493,10 @@ export interface Scale {
1164
1493
  minReplicas?: number;
1165
1494
  /** Optional. Maximum number of container replicas. Defaults to 10 if not set. */
1166
1495
  maxReplicas?: number;
1496
+ /** Optional. KEDA Cooldown Period. Defaults to 300 seconds if not set. */
1497
+ cooldownPeriod?: number;
1498
+ /** Optional. KEDA Polling Interval. Defaults to 30 seconds if not set. */
1499
+ pollingInterval?: number;
1167
1500
  /** Scaling rules. */
1168
1501
  rules?: ScaleRule[];
1169
1502
  }
@@ -1184,12 +1517,16 @@ export interface ScaleRule {
1184
1517
 
1185
1518
  /** Container App container Azure Queue based scaling rule. */
1186
1519
  export interface QueueScaleRule {
1520
+ /** Storage account name. required if using managed identity to authenticate */
1521
+ accountName?: string;
1187
1522
  /** Queue name. */
1188
1523
  queueName?: string;
1189
1524
  /** Queue length. */
1190
1525
  queueLength?: number;
1191
1526
  /** Authentication secrets for the queue scale rule. */
1192
1527
  auth?: ScaleRuleAuth[];
1528
+ /** The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity. */
1529
+ identity?: string;
1193
1530
  }
1194
1531
 
1195
1532
  /** Auth Secrets for Scale Rule */
@@ -1211,6 +1548,8 @@ export interface CustomScaleRule {
1211
1548
  metadata?: { [propertyName: string]: string };
1212
1549
  /** Authentication secrets for the custom scale rule. */
1213
1550
  auth?: ScaleRuleAuth[];
1551
+ /** The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity. */
1552
+ identity?: string;
1214
1553
  }
1215
1554
 
1216
1555
  /** Container App container Http scaling rule. */
@@ -1219,6 +1558,8 @@ export interface HttpScaleRule {
1219
1558
  metadata?: { [propertyName: string]: string };
1220
1559
  /** Authentication secrets for the custom scale rule. */
1221
1560
  auth?: ScaleRuleAuth[];
1561
+ /** The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity. */
1562
+ identity?: string;
1222
1563
  }
1223
1564
 
1224
1565
  /** Container App container Tcp scaling rule. */
@@ -1227,6 +1568,8 @@ export interface TcpScaleRule {
1227
1568
  metadata?: { [propertyName: string]: string };
1228
1569
  /** Authentication secrets for the tcp scale rule. */
1229
1570
  auth?: ScaleRuleAuth[];
1571
+ /** The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity. */
1572
+ identity?: string;
1230
1573
  }
1231
1574
 
1232
1575
  /** Volume definitions for the Container App. */
@@ -1239,7 +1582,7 @@ export interface Volume {
1239
1582
  storageName?: string;
1240
1583
  /** List of secrets to be added in volume. If no secrets are provided, all secrets in collection will be added to volume. */
1241
1584
  secrets?: SecretVolumeItem[];
1242
- /** Mount options used while mounting the AzureFile. Must be a comma-separated string. */
1585
+ /** Mount options used while mounting the Azure file share or NFS Azure file share. Must be a comma-separated string. */
1243
1586
  mountOptions?: string;
1244
1587
  }
1245
1588
 
@@ -1257,6 +1600,10 @@ export interface ServiceBind {
1257
1600
  serviceId?: string;
1258
1601
  /** Name of the service bind */
1259
1602
  name?: string;
1603
+ /** Type of the client to be used to connect to the service */
1604
+ clientType?: string;
1605
+ /** Customized keys for customizing injected values to the app */
1606
+ customizedKeys?: { [propertyName: string]: string };
1260
1607
  }
1261
1608
 
1262
1609
  /** Custom domain analysis. */
@@ -1378,6 +1725,151 @@ export interface ContainerAppSecret {
1378
1725
  readonly keyVaultUrl?: string;
1379
1726
  }
1380
1727
 
1728
+ /** The response of a Container Apps Build Resource list operation. */
1729
+ export interface ContainerAppsBuildCollection {
1730
+ /** The Container Apps Build Resource items on this page */
1731
+ value: ContainerAppsBuildResource[];
1732
+ /** The link to the next page of items */
1733
+ nextLink?: string;
1734
+ }
1735
+
1736
+ /** Configuration of the build. */
1737
+ export interface ContainerAppsBuildConfiguration {
1738
+ /**
1739
+ * Base OS used to build and run the app.
1740
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1741
+ */
1742
+ readonly baseOs?: string;
1743
+ /**
1744
+ * Platform to be used to build and run the app.
1745
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1746
+ */
1747
+ readonly platform?: string;
1748
+ /**
1749
+ * Platform version to be used to build and run the app.
1750
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1751
+ */
1752
+ readonly platformVersion?: string;
1753
+ /**
1754
+ * List of environment variables to be passed to the build, secrets should not be used in environment variable.
1755
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1756
+ */
1757
+ readonly environmentVariables?: EnvironmentVariable[];
1758
+ /**
1759
+ * List of steps to perform before the build.
1760
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1761
+ */
1762
+ readonly preBuildSteps?: PreBuildStep[];
1763
+ }
1764
+
1765
+ /** Container App patch collection */
1766
+ export interface PatchCollection {
1767
+ /** Collection of patch resources. */
1768
+ value: ContainerAppsPatchResource[];
1769
+ /** the link to the next page of items */
1770
+ nextLink?: string;
1771
+ }
1772
+
1773
+ /** Top level properties that describes current states of the patch resource */
1774
+ export interface PatchProperties {
1775
+ /** The Azure resource id of the target environment for the patch. */
1776
+ targetEnvironmentId?: string;
1777
+ /** The Azure resource id of the target container app for the patch. */
1778
+ targetContainerAppId?: string;
1779
+ /** The Azure resource id of the target revision for the patch. */
1780
+ targetRevisionId?: string;
1781
+ /**
1782
+ * The status of the patch operation.
1783
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1784
+ */
1785
+ readonly patchApplyStatus?: PatchApplyStatus;
1786
+ /**
1787
+ * The UTC timestamp that describes when the patch object was created.
1788
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1789
+ */
1790
+ readonly createdAt?: Date;
1791
+ /**
1792
+ * The UTC timestamp that describes when the patch object was last updated.
1793
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1794
+ */
1795
+ readonly lastModifiedAt?: Date;
1796
+ /**
1797
+ * Detailed info describes the patch operation for the target container app.
1798
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1799
+ */
1800
+ readonly patchDetails?: PatchDetails[];
1801
+ }
1802
+
1803
+ /** The detailed info of patch operation performing when applying a patch. */
1804
+ export interface PatchDetails {
1805
+ /**
1806
+ * The name of the target container for the patch.
1807
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1808
+ */
1809
+ readonly targetContainerName: string;
1810
+ /**
1811
+ * The name of the target image for the patch.
1812
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1813
+ */
1814
+ readonly targetImage: string;
1815
+ /**
1816
+ * The UTC timestamp that describes the latest detection was done.
1817
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1818
+ */
1819
+ readonly lastDetectionTime: Date;
1820
+ /**
1821
+ * The status of the patch detection.
1822
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1823
+ */
1824
+ readonly detectionStatus: DetectionStatus;
1825
+ /**
1826
+ * The name of the new image created by the patch.
1827
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1828
+ */
1829
+ readonly newImageName?: string;
1830
+ /**
1831
+ * New layer update details in the target image.
1832
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1833
+ */
1834
+ readonly newLayer?: PatchDetailsNewLayer;
1835
+ /**
1836
+ * The old layer details in the target image.
1837
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1838
+ */
1839
+ readonly oldLayer?: PatchDetailsOldLayer;
1840
+ /**
1841
+ * The type for the patch.
1842
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1843
+ */
1844
+ readonly patchType?: PatchType;
1845
+ }
1846
+
1847
+ /** New layer update details in the target image. */
1848
+ export interface PatchDetailsNewLayer {
1849
+ /** The details of the new layer for the target image. */
1850
+ name?: string;
1851
+ /** The framework and its version in the new run image for the target image. */
1852
+ frameworkAndVersion?: string;
1853
+ /** The OS name and its version in the new run image for the target image. */
1854
+ osAndVersion?: string;
1855
+ }
1856
+
1857
+ /** The old layer details in the target image. */
1858
+ export interface PatchDetailsOldLayer {
1859
+ /** The details of the old layer for the target image. */
1860
+ name?: string;
1861
+ /** The framework and its version in the old run image for the target image. */
1862
+ frameworkAndVersion?: string;
1863
+ /** The OS name and its version in the old run image for the target image. */
1864
+ osAndVersion?: string;
1865
+ }
1866
+
1867
+ /** The configuration for patcher to skip a patch or not. */
1868
+ export interface PatchSkipConfig {
1869
+ /** The flag to indicate whether to skip the patch or not. */
1870
+ skip?: boolean;
1871
+ }
1872
+
1381
1873
  /** Container App Revisions collection ARM resource. */
1382
1874
  export interface RevisionCollection {
1383
1875
  /** Collection of resources. */
@@ -1421,6 +1913,11 @@ export interface ReplicaContainer {
1421
1913
  * NOTE: This property will not be serialized. It can only be populated by the server.
1422
1914
  */
1423
1915
  readonly execEndpoint?: string;
1916
+ /**
1917
+ * Container debug endpoint
1918
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1919
+ */
1920
+ readonly debugEndpoint?: string;
1424
1921
  }
1425
1922
 
1426
1923
  /** Container App Revision Replicas collection ARM resource. */
@@ -1601,25 +2098,105 @@ export interface LogAnalyticsConfiguration {
1601
2098
  customerId?: string;
1602
2099
  /** Log analytics customer key */
1603
2100
  sharedKey?: string;
2101
+ /** Boolean indicating whether to parse json string log into dynamic json columns */
2102
+ dynamicJsonColumns?: boolean;
1604
2103
  }
1605
2104
 
1606
- /** Workload profile to scope container app execution. */
1607
- export interface WorkloadProfile {
1608
- /** Workload profile type for the workloads to run on. */
1609
- name: string;
1610
- /** Workload profile type for the workloads to run on. */
1611
- workloadProfileType: string;
1612
- /** The minimum capacity. */
1613
- minimumCount?: number;
1614
- /** The maximum capacity. */
1615
- maximumCount?: number;
2105
+ /** Configuration of Application Insights */
2106
+ export interface AppInsightsConfiguration {
2107
+ /** Application Insights connection string */
2108
+ connectionString?: string;
1616
2109
  }
1617
2110
 
1618
- /** Configuration properties Keda component */
1619
- export interface KedaConfiguration {
1620
- /**
1621
- * The version of Keda
1622
- * NOTE: This property will not be serialized. It can only be populated by the server.
2111
+ /** Configuration of Open Telemetry */
2112
+ export interface OpenTelemetryConfiguration {
2113
+ /** Open telemetry destinations configuration */
2114
+ destinationsConfiguration?: DestinationsConfiguration;
2115
+ /** Open telemetry trace configuration */
2116
+ tracesConfiguration?: TracesConfiguration;
2117
+ /** Open telemetry logs configuration */
2118
+ logsConfiguration?: LogsConfiguration;
2119
+ /** Open telemetry metrics configuration */
2120
+ metricsConfiguration?: MetricsConfiguration;
2121
+ }
2122
+
2123
+ /** Configuration of Open Telemetry destinations */
2124
+ export interface DestinationsConfiguration {
2125
+ /** Open telemetry datadog destination configuration */
2126
+ dataDogConfiguration?: DataDogConfiguration;
2127
+ /** Open telemetry otlp configurations */
2128
+ otlpConfigurations?: OtlpConfiguration[];
2129
+ }
2130
+
2131
+ /** Configuration of datadog */
2132
+ export interface DataDogConfiguration {
2133
+ /** The data dog site */
2134
+ site?: string;
2135
+ /** The data dog api key */
2136
+ key?: string;
2137
+ }
2138
+
2139
+ /** Configuration of otlp */
2140
+ export interface OtlpConfiguration {
2141
+ /** The name of otlp configuration */
2142
+ name?: string;
2143
+ /** The endpoint of otlp configuration */
2144
+ endpoint?: string;
2145
+ /** Boolean indicating if otlp configuration is insecure */
2146
+ insecure?: boolean;
2147
+ /** Headers of otlp configurations */
2148
+ headers?: Header[];
2149
+ }
2150
+
2151
+ /** Header of otlp configuration */
2152
+ export interface Header {
2153
+ /** The key of otlp configuration header */
2154
+ key?: string;
2155
+ /** The value of otlp configuration header */
2156
+ value?: string;
2157
+ }
2158
+
2159
+ /** Configuration of Open Telemetry traces */
2160
+ export interface TracesConfiguration {
2161
+ /** Boolean indicating if including dapr traces */
2162
+ includeDapr?: boolean;
2163
+ /** Open telemetry traces destinations */
2164
+ destinations?: string[];
2165
+ }
2166
+
2167
+ /** Configuration of Open Telemetry logs */
2168
+ export interface LogsConfiguration {
2169
+ /** Open telemetry logs destinations */
2170
+ destinations?: string[];
2171
+ }
2172
+
2173
+ /** Configuration of Open Telemetry metrics */
2174
+ export interface MetricsConfiguration {
2175
+ /** Boolean indicating if including keda metrics */
2176
+ includeKeda?: boolean;
2177
+ /** Open telemetry metrics destinations */
2178
+ destinations?: string[];
2179
+ }
2180
+
2181
+ /** Workload profile to scope container app execution. */
2182
+ export interface WorkloadProfile {
2183
+ /** Workload profile type for the workloads to run on. */
2184
+ name: string;
2185
+ /** Whether to use a FIPS-enabled OS. Supported only for dedicated workload profiles. */
2186
+ enableFips?: boolean;
2187
+ /** Workload profile type for the workloads to run on. */
2188
+ workloadProfileType: string;
2189
+ /** The minimum capacity. */
2190
+ minimumCount?: number;
2191
+ /** The maximum capacity. */
2192
+ maximumCount?: number;
2193
+ }
2194
+
2195
+ /** Configuration properties Keda component */
2196
+ export interface KedaConfiguration {
2197
+ /**
2198
+ * The version of Keda
2199
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1623
2200
  */
1624
2201
  readonly version?: string;
1625
2202
  }
@@ -1657,6 +2234,25 @@ export interface ManagedEnvironmentPropertiesPeerTrafficConfigurationEncryption
1657
2234
  enabled?: boolean;
1658
2235
  }
1659
2236
 
2237
+ /** The Private Endpoint resource. */
2238
+ export interface PrivateEndpoint {
2239
+ /**
2240
+ * The ARM identifier for Private Endpoint
2241
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2242
+ */
2243
+ readonly id?: string;
2244
+ }
2245
+
2246
+ /** A collection of information about the state of the connection between service consumer and provider. */
2247
+ export interface PrivateLinkServiceConnectionState {
2248
+ /** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */
2249
+ status?: PrivateEndpointServiceConnectionStatus;
2250
+ /** The reason for approval/rejection of the connection. */
2251
+ description?: string;
2252
+ /** A message indicating if changes on the service provider require any updates on the consumer. */
2253
+ actionsRequired?: string;
2254
+ }
2255
+
1660
2256
  /** Non versioned Container Apps Job configuration properties */
1661
2257
  export interface JobConfiguration {
1662
2258
  /** Collection of secrets used by a Container Apps Job */
@@ -1675,6 +2271,8 @@ export interface JobConfiguration {
1675
2271
  eventTriggerConfig?: JobConfigurationEventTriggerConfig;
1676
2272
  /** Collection of private container registry credentials used by a Container apps job */
1677
2273
  registries?: RegistryCredentials[];
2274
+ /** Optional settings for Managed Identities that are assigned to the Container App Job. If a Managed Identity is not specified here, default settings will be used. */
2275
+ identitySettings?: IdentitySettings[];
1678
2276
  }
1679
2277
 
1680
2278
  /** Manual trigger configuration for a single execution job. Properties replicaCompletionCount and parallelism would be set to 1 by default */
@@ -1730,6 +2328,8 @@ export interface JobScaleRule {
1730
2328
  metadata?: Record<string, unknown>;
1731
2329
  /** Authentication secrets for the scale rule. */
1732
2330
  auth?: ScaleRuleAuth[];
2331
+ /** The resource ID of a user-assigned managed identity that is assigned to the job, or 'system' for system-assigned identity. */
2332
+ identity?: string;
1733
2333
  }
1734
2334
 
1735
2335
  /** 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 */
@@ -1742,6 +2342,33 @@ export interface JobTemplate {
1742
2342
  volumes?: Volume[];
1743
2343
  }
1744
2344
 
2345
+ /** .NET Components ARM resource. */
2346
+ export interface DotNetComponentsCollection {
2347
+ /** Collection of resources. */
2348
+ value: DotNetComponent[];
2349
+ /**
2350
+ * Link to next page of resources.
2351
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2352
+ */
2353
+ readonly nextLink?: string;
2354
+ }
2355
+
2356
+ /** Configuration properties for a .NET Component */
2357
+ export interface DotNetComponentConfigurationProperty {
2358
+ /** The name of the property */
2359
+ propertyName?: string;
2360
+ /** The value of the property */
2361
+ value?: string;
2362
+ }
2363
+
2364
+ /** Configuration to bind a .NET Component to another .NET Component */
2365
+ export interface DotNetComponentServiceBind {
2366
+ /** Name of the service bind */
2367
+ name?: string;
2368
+ /** Resource id of the target service */
2369
+ serviceId?: string;
2370
+ }
2371
+
1745
2372
  /** Available operations of the service */
1746
2373
  export interface AvailableOperations {
1747
2374
  /** Collection of available operation details */
@@ -1777,6 +2404,63 @@ export interface OperationDisplay {
1777
2404
  description?: string;
1778
2405
  }
1779
2406
 
2407
+ /** Java Components ARM resource. */
2408
+ export interface JavaComponentsCollection {
2409
+ /** Collection of resources. */
2410
+ value: JavaComponent[];
2411
+ /**
2412
+ * Link to next page of resources.
2413
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2414
+ */
2415
+ readonly nextLink?: string;
2416
+ }
2417
+
2418
+ /** Java Component common properties. */
2419
+ export interface JavaComponentProperties {
2420
+ /** Polymorphic discriminator, which specifies the different types this object can be */
2421
+ componentType:
2422
+ | "SpringCloudGateway"
2423
+ | "SpringBootAdmin"
2424
+ | "Nacos"
2425
+ | "SpringCloudEureka"
2426
+ | "SpringCloudConfig";
2427
+ /**
2428
+ * Provisioning state of the Java Component.
2429
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2430
+ */
2431
+ readonly provisioningState?: JavaComponentProvisioningState;
2432
+ /** List of Java Components configuration properties */
2433
+ configurations?: JavaComponentConfigurationProperty[];
2434
+ /** Java component scaling configurations */
2435
+ scale?: JavaComponentPropertiesScale;
2436
+ /** List of Java Components that are bound to the Java component */
2437
+ serviceBinds?: JavaComponentServiceBind[];
2438
+ }
2439
+
2440
+ /** Configuration properties for a Java Component */
2441
+ export interface JavaComponentConfigurationProperty {
2442
+ /** The name of the property */
2443
+ propertyName?: string;
2444
+ /** The value of the property */
2445
+ value?: string;
2446
+ }
2447
+
2448
+ /** Java component scaling configurations */
2449
+ export interface JavaComponentPropertiesScale {
2450
+ /** Optional. Minimum number of Java component replicas. Defaults to 1 if not set */
2451
+ minReplicas?: number;
2452
+ /** Optional. Maximum number of Java component replicas */
2453
+ maxReplicas?: number;
2454
+ }
2455
+
2456
+ /** Configuration to bind a Java Component to another Java Component */
2457
+ export interface JavaComponentServiceBind {
2458
+ /** Name of the service bind */
2459
+ name?: string;
2460
+ /** Resource id of the target service */
2461
+ serviceId?: string;
2462
+ }
2463
+
1780
2464
  /** Container Apps Jobs collection ARM resource. */
1781
2465
  export interface JobsCollection {
1782
2466
  /** Collection of resources. */
@@ -1790,6 +2474,8 @@ export interface JobsCollection {
1790
2474
 
1791
2475
  /** Container Apps Job resource specific properties. */
1792
2476
  export interface JobPatchProperties {
2477
+ /** The complex type of the extended location. */
2478
+ extendedLocation?: ExtendedLocation;
1793
2479
  /** Managed identities needed by a container app job to interact with other Azure services to not maintain any secrets or credentials in code. */
1794
2480
  identity?: ManagedServiceIdentity;
1795
2481
  /** Resource tags. */
@@ -1872,6 +2558,34 @@ export interface JobExecution {
1872
2558
  endTime?: Date;
1873
2559
  /** Job's execution container. */
1874
2560
  template?: JobExecutionTemplate;
2561
+ /** Detailed status of the job execution. */
2562
+ detailedStatus?: ExecutionStatus;
2563
+ }
2564
+
2565
+ /** Container Apps Job execution status. */
2566
+ export interface ExecutionStatus {
2567
+ /** Replicas in the execution. */
2568
+ replicas?: ReplicaExecutionStatus[];
2569
+ }
2570
+
2571
+ /** Container Apps Job execution replica status. */
2572
+ export interface ReplicaExecutionStatus {
2573
+ /** Replica Name. */
2574
+ name?: string;
2575
+ /** Containers in the execution replica */
2576
+ containers?: ContainerExecutionStatus[];
2577
+ }
2578
+
2579
+ /** Container Apps Job execution container status. Contains status code and reason */
2580
+ export interface ContainerExecutionStatus {
2581
+ /** Container Name. */
2582
+ name?: string;
2583
+ /** Exit code */
2584
+ code?: number;
2585
+ /** Additional information for the container status */
2586
+ additionalInformation?: string;
2587
+ /** Status of the container */
2588
+ status?: string;
1875
2589
  }
1876
2590
 
1877
2591
  /** Container Apps Job Secrets Collection ARM resource. */
@@ -1880,6 +2594,90 @@ export interface JobSecretsCollection {
1880
2594
  value: Secret[];
1881
2595
  }
1882
2596
 
2597
+ /** Collection of workflow information elements. */
2598
+ export interface WorkflowEnvelopeCollection {
2599
+ /** Collection of resources. */
2600
+ value: WorkflowEnvelope[];
2601
+ /**
2602
+ * Link to next page of resources.
2603
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2604
+ */
2605
+ readonly nextLink?: string;
2606
+ }
2607
+
2608
+ /** Workflow properties definition. */
2609
+ export interface WorkflowEnvelope {
2610
+ /**
2611
+ * The resource id.
2612
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2613
+ */
2614
+ readonly id?: string;
2615
+ /**
2616
+ * Gets the resource name.
2617
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2618
+ */
2619
+ readonly name?: string;
2620
+ /**
2621
+ * Gets the resource type.
2622
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2623
+ */
2624
+ readonly type?: string;
2625
+ /** The resource kind. */
2626
+ kind?: string;
2627
+ /** The resource location. */
2628
+ location?: string;
2629
+ /** Additional workflow properties. */
2630
+ properties?: WorkflowEnvelopeProperties;
2631
+ }
2632
+
2633
+ /** Additional workflow properties. */
2634
+ export interface WorkflowEnvelopeProperties {
2635
+ /** Gets or sets the files. */
2636
+ files?: Record<string, unknown>;
2637
+ /** Gets or sets the state of the workflow. */
2638
+ flowState?: WorkflowState;
2639
+ /** Gets or sets workflow health. */
2640
+ health?: WorkflowHealth;
2641
+ }
2642
+
2643
+ /** Represents the workflow health. */
2644
+ export interface WorkflowHealth {
2645
+ /** Gets or sets the workflow health state. */
2646
+ state: WorkflowHealthState;
2647
+ /** Gets or sets the workflow error. */
2648
+ error?: ErrorEntity;
2649
+ }
2650
+
2651
+ /** Body of the error response returned from the API. */
2652
+ export interface ErrorEntity {
2653
+ /** Type of error. */
2654
+ extendedCode?: string;
2655
+ /** Message template. */
2656
+ messageTemplate?: string;
2657
+ /** Parameters for the template. */
2658
+ parameters?: string[];
2659
+ /** Inner errors. */
2660
+ innerErrors?: ErrorEntity[];
2661
+ /** Error Details. */
2662
+ details?: ErrorEntity[];
2663
+ /** The error target. */
2664
+ target?: string;
2665
+ /** Basic error code. */
2666
+ code?: string;
2667
+ /** Any details of the error. */
2668
+ message?: string;
2669
+ }
2670
+
2671
+ /** The workflow filter. */
2672
+ export interface WorkflowArtifacts {
2673
+ /** Application settings of the workflow. */
2674
+ appSettings?: Record<string, unknown>;
2675
+ /** Files of the app. */
2676
+ files?: Record<string, unknown>;
2677
+ /** Files of the app to delete. */
2678
+ filesToDelete?: string[];
2679
+ }
2680
+
1883
2681
  /** Collection of Environments */
1884
2682
  export interface ManagedEnvironmentsCollection {
1885
2683
  /** Collection of resources. */
@@ -1952,6 +2750,118 @@ export interface WorkloadProfileStatesProperties {
1952
2750
  currentCount?: number;
1953
2751
  }
1954
2752
 
2753
+ /** List of private endpoint connection associated with the specified resource */
2754
+ export interface PrivateEndpointConnectionListResult {
2755
+ /** Array of private endpoint connections */
2756
+ value?: PrivateEndpointConnection[];
2757
+ /**
2758
+ * URL to get the next set of operation list results (if there are any).
2759
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2760
+ */
2761
+ readonly nextLink?: string;
2762
+ }
2763
+
2764
+ /** A list of private link resources */
2765
+ export interface PrivateLinkResourceListResult {
2766
+ /** Array of private link resources */
2767
+ value?: PrivateLinkResource[];
2768
+ /**
2769
+ * URL to get the next set of operation list results (if there are any).
2770
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2771
+ */
2772
+ readonly nextLink?: string;
2773
+ }
2774
+
2775
+ /** Dapr Component Resiliency Policies ARM resource. */
2776
+ export interface DaprComponentResiliencyPoliciesCollection {
2777
+ /** Collection of resources. */
2778
+ value: DaprComponentResiliencyPolicy[];
2779
+ /**
2780
+ * Link to next page of resources.
2781
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2782
+ */
2783
+ readonly nextLink?: string;
2784
+ }
2785
+
2786
+ /** Dapr Component Resiliency Policy Configuration. */
2787
+ export interface DaprComponentResiliencyPolicyConfiguration {
2788
+ /** The optional HTTP retry policy configuration */
2789
+ httpRetryPolicy?: DaprComponentResiliencyPolicyHttpRetryPolicyConfiguration;
2790
+ /** The optional timeout policy configuration */
2791
+ timeoutPolicy?: DaprComponentResiliencyPolicyTimeoutPolicyConfiguration;
2792
+ /** The optional circuit breaker policy configuration */
2793
+ circuitBreakerPolicy?: DaprComponentResiliencyPolicyCircuitBreakerPolicyConfiguration;
2794
+ }
2795
+
2796
+ /** Dapr Component Resiliency Policy HTTP Retry Policy Configuration. */
2797
+ export interface DaprComponentResiliencyPolicyHttpRetryPolicyConfiguration {
2798
+ /** The optional maximum number of retries */
2799
+ maxRetries?: number;
2800
+ /** The optional retry backoff configuration */
2801
+ retryBackOff?: DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration;
2802
+ }
2803
+
2804
+ /** Dapr Component Resiliency Policy HTTP Retry Backoff Configuration. */
2805
+ export interface DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration {
2806
+ /** The optional initial delay in milliseconds before an operation is retried */
2807
+ initialDelayInMilliseconds?: number;
2808
+ /** The optional maximum time interval in milliseconds between retry attempts */
2809
+ maxIntervalInMilliseconds?: number;
2810
+ }
2811
+
2812
+ /** Dapr Component Resiliency Policy Timeout Policy Configuration. */
2813
+ export interface DaprComponentResiliencyPolicyTimeoutPolicyConfiguration {
2814
+ /** The optional response timeout in seconds */
2815
+ responseTimeoutInSeconds?: number;
2816
+ }
2817
+
2818
+ /** Dapr Component Resiliency Policy Circuit Breaker Policy Configuration. */
2819
+ export interface DaprComponentResiliencyPolicyCircuitBreakerPolicyConfiguration {
2820
+ /** The number of consecutive errors before the circuit is opened. */
2821
+ consecutiveErrors?: number;
2822
+ /** The interval in seconds until a retry attempt is made after the circuit is opened. */
2823
+ timeoutInSeconds?: number;
2824
+ /** 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. */
2825
+ intervalInSeconds?: number;
2826
+ }
2827
+
2828
+ /** Dapr Subscriptions ARM resource. */
2829
+ export interface DaprSubscriptionsCollection {
2830
+ /** Collection of resources. */
2831
+ value: DaprSubscription[];
2832
+ /**
2833
+ * Link to next page of resources.
2834
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2835
+ */
2836
+ readonly nextLink?: string;
2837
+ }
2838
+
2839
+ /** Dapr PubSub Event Subscription Routes configuration. */
2840
+ export interface DaprSubscriptionRoutes {
2841
+ /** The list of Dapr PubSub Event Subscription Route Rules. */
2842
+ rules?: DaprSubscriptionRouteRule[];
2843
+ /** The default path to deliver events that do not match any of the rules. */
2844
+ default?: string;
2845
+ }
2846
+
2847
+ /** Dapr Pubsub Event Subscription Route Rule is used to specify the condition for sending a message to a specific path. */
2848
+ export interface DaprSubscriptionRouteRule {
2849
+ /** 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. */
2850
+ match?: string;
2851
+ /** The path for events that match this rule */
2852
+ path?: string;
2853
+ }
2854
+
2855
+ /** Dapr PubSub Bulk Subscription Options. */
2856
+ export interface DaprSubscriptionBulkSubscribeOptions {
2857
+ /** Enable bulk subscription */
2858
+ enabled?: boolean;
2859
+ /** Maximum number of messages to deliver in a bulk message. */
2860
+ maxMessagesCount?: number;
2861
+ /** Maximum duration in milliseconds to wait before a bulk message is sent to the app. */
2862
+ maxAwaitDurationMs?: number;
2863
+ }
2864
+
1955
2865
  /** Collection of Storage for Environments */
1956
2866
  export interface ManagedEnvironmentStoragesCollection {
1957
2867
  /** Collection of storage resources. */
@@ -1962,6 +2872,125 @@ export interface ManagedEnvironmentStoragesCollection {
1962
2872
  export interface ManagedEnvironmentStorageProperties {
1963
2873
  /** Azure file properties */
1964
2874
  azureFile?: AzureFileProperties;
2875
+ /** NFS Azure file properties */
2876
+ nfsAzureFile?: NfsAzureFileProperties;
2877
+ }
2878
+
2879
+ /** NFS Azure File Properties. */
2880
+ export interface NfsAzureFileProperties {
2881
+ /** Server for NFS azure file. */
2882
+ server?: string;
2883
+ /** Access mode for storage */
2884
+ accessMode?: AccessMode;
2885
+ /** NFS Azure file share name. */
2886
+ shareName?: string;
2887
+ }
2888
+
2889
+ /** Session pool collection Azure resource. */
2890
+ export interface SessionPoolCollection {
2891
+ /** Collection of resources. */
2892
+ value: SessionPool[];
2893
+ /**
2894
+ * Link to next page of resources.
2895
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2896
+ */
2897
+ readonly nextLink?: string;
2898
+ }
2899
+
2900
+ /** Scale configuration. */
2901
+ export interface ScaleConfiguration {
2902
+ /** The maximum count of sessions at the same time. */
2903
+ maxConcurrentSessions?: number;
2904
+ /** The minimum count of ready session instances. */
2905
+ readySessionInstances?: number;
2906
+ }
2907
+
2908
+ /** Secret definition. */
2909
+ export interface SessionPoolSecret {
2910
+ /** Secret Name. */
2911
+ name?: string;
2912
+ /** Secret Value. */
2913
+ value?: string;
2914
+ }
2915
+
2916
+ /** Dynamic pool configuration. */
2917
+ export interface DynamicPoolConfiguration {
2918
+ /** The execution type of the session pool. */
2919
+ executionType?: ExecutionType;
2920
+ /** The cooldown period of a session in seconds. */
2921
+ cooldownPeriodInSeconds?: number;
2922
+ }
2923
+
2924
+ /** Custom container configuration. */
2925
+ export interface CustomContainerTemplate {
2926
+ /** Private container registry credentials for containers used by the sessions of the session pool. */
2927
+ registryCredentials?: SessionRegistryCredentials;
2928
+ /** List of container definitions for the sessions of the session pool. */
2929
+ containers?: SessionContainer[];
2930
+ /** Session pool ingress configuration. */
2931
+ ingress?: SessionIngress;
2932
+ }
2933
+
2934
+ /** Session pool private registry credentials. */
2935
+ export interface SessionRegistryCredentials {
2936
+ /** Container registry server. */
2937
+ server?: string;
2938
+ /** Container registry username. */
2939
+ username?: string;
2940
+ /** The name of the secret that contains the registry login password */
2941
+ passwordSecretRef?: string;
2942
+ /** A Managed Identity to use to authenticate with Azure Container Registry. For user-assigned identities, use the full user-assigned identity Resource ID. For system-assigned identities, use 'system' */
2943
+ identity?: string;
2944
+ }
2945
+
2946
+ /** Container definitions for the sessions of the session pool. */
2947
+ export interface SessionContainer {
2948
+ /** Container image tag. */
2949
+ image?: string;
2950
+ /** Custom container name. */
2951
+ name?: string;
2952
+ /** Container start command. */
2953
+ command?: string[];
2954
+ /** Container start command arguments. */
2955
+ args?: string[];
2956
+ /** Container environment variables. */
2957
+ env?: EnvironmentVar[];
2958
+ /** Container resource requirements. */
2959
+ resources?: SessionContainerResources;
2960
+ }
2961
+
2962
+ /** Container resource requirements for sessions of the session pool. */
2963
+ export interface SessionContainerResources {
2964
+ /** Required CPU in cores, e.g. 0.5 */
2965
+ cpu?: number;
2966
+ /** Required memory, e.g. "250Mb" */
2967
+ memory?: string;
2968
+ }
2969
+
2970
+ /** Session pool ingress configuration. */
2971
+ export interface SessionIngress {
2972
+ /** Target port in containers for traffic from ingress */
2973
+ targetPort?: number;
2974
+ }
2975
+
2976
+ /** Session network configuration. */
2977
+ export interface SessionNetworkConfiguration {
2978
+ /** Network status for the sessions. */
2979
+ status?: SessionNetworkStatus;
2980
+ }
2981
+
2982
+ /** Container App session pool updatable properties. */
2983
+ export interface SessionPoolUpdatableProperties {
2984
+ /** The scale configuration of the session pool. */
2985
+ scaleConfiguration?: ScaleConfiguration;
2986
+ /** The secrets of the session pool. */
2987
+ secrets?: SessionPoolSecret[];
2988
+ /** The pool configuration if the poolManagementType is dynamic. */
2989
+ dynamicPoolConfiguration?: DynamicPoolConfiguration;
2990
+ /** The custom container configuration if the containerType is CustomContainer. */
2991
+ customContainerTemplate?: CustomContainerTemplate;
2992
+ /** The network configuration of the sessions in the session pool. */
2993
+ sessionNetworkConfiguration?: SessionNetworkConfiguration;
1965
2994
  }
1966
2995
 
1967
2996
  /** SourceControl collection ARM resource. */
@@ -1983,6 +3012,8 @@ export interface GithubActionConfiguration {
1983
3012
  azureCredentials?: AzureCredentials;
1984
3013
  /** Context path */
1985
3014
  contextPath?: string;
3015
+ /** Dockerfile path */
3016
+ dockerfilePath?: string;
1986
3017
  /** One time Github PAT to configure github environment */
1987
3018
  githubPersonalAccessToken?: string;
1988
3019
  /** Image name */
@@ -1995,6 +3026,8 @@ export interface GithubActionConfiguration {
1995
3026
  runtimeStack?: string;
1996
3027
  /** Runtime version */
1997
3028
  runtimeVersion?: string;
3029
+ /** List of environment variables to be passed to the build. */
3030
+ buildEnvironmentVariables?: EnvironmentVariable[];
1998
3031
  }
1999
3032
 
2000
3033
  /** Container App registry information. */
@@ -2048,6 +3081,29 @@ export interface UsageName {
2048
3081
  localizedValue?: string;
2049
3082
  }
2050
3083
 
3084
+ /** Spring Cloud Gateway route definition */
3085
+ export interface ScgRoute {
3086
+ /** Id of the route */
3087
+ id: string;
3088
+ /** Uri of the route */
3089
+ uri: string;
3090
+ /** Predicates of the route */
3091
+ predicates?: string[];
3092
+ /** Filters of the route */
3093
+ filters?: string[];
3094
+ /** Order of the route */
3095
+ order?: number;
3096
+ }
3097
+
3098
+ /** Container App Ingress configuration. */
3099
+ export interface JavaComponentIngress {
3100
+ /**
3101
+ * Hostname of the Java Component endpoint
3102
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3103
+ */
3104
+ readonly fqdn?: string;
3105
+ }
3106
+
2051
3107
  /** Container App executions names list. */
2052
3108
  export interface JobExecutionNamesCollection {
2053
3109
  /** Collection of resources. */
@@ -2065,17 +3121,107 @@ export interface TrackedResource extends Resource {
2065
3121
  location: string;
2066
3122
  }
2067
3123
 
2068
- /** Container App init container definition */
2069
- export interface InitContainer extends BaseContainer {}
2070
-
2071
- /** Container App container definition */
2072
- export interface Container extends BaseContainer {
2073
- /** List of probes for the container. */
2074
- probes?: ContainerAppProbe[];
3124
+ /** The Private Endpoint Connection resource. */
3125
+ export interface PrivateEndpointConnection extends Resource {
3126
+ /**
3127
+ * The group ids for the private endpoint resource.
3128
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3129
+ */
3130
+ readonly groupIds?: string[];
3131
+ /** The resource of private end point. */
3132
+ privateEndpoint?: PrivateEndpoint;
3133
+ /** A collection of information about the state of the connection between service consumer and provider. */
3134
+ privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
3135
+ /**
3136
+ * The provisioning state of the private endpoint connection resource.
3137
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3138
+ */
3139
+ readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
2075
3140
  }
2076
3141
 
2077
- /** Configuration settings for the Azure ContainerApp Service Authentication / Authorization feature. */
2078
- export interface AuthConfig extends ProxyResource {
3142
+ /** A private link resource */
3143
+ export interface PrivateLinkResource extends Resource {
3144
+ /**
3145
+ * The private link resource group id.
3146
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3147
+ */
3148
+ readonly groupId?: string;
3149
+ /**
3150
+ * The private link resource required member names.
3151
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3152
+ */
3153
+ readonly requiredMembers?: string[];
3154
+ /** The private link resource private link DNS zone name. */
3155
+ requiredZoneNames?: string[];
3156
+ }
3157
+
3158
+ /** Container App init container definition */
3159
+ export interface InitContainer extends BaseContainer {}
3160
+
3161
+ /** Container App container definition */
3162
+ export interface Container extends BaseContainer {
3163
+ /** List of probes for the container. */
3164
+ probes?: ContainerAppProbe[];
3165
+ }
3166
+
3167
+ /** Spring Cloud Gateway properties. */
3168
+ export interface SpringCloudGatewayComponent extends JavaComponentProperties {
3169
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3170
+ componentType: "SpringCloudGateway";
3171
+ /** Java Component Ingress configurations. */
3172
+ ingress?: JavaComponentIngress;
3173
+ /** Gateway route definition */
3174
+ springCloudGatewayRoutes?: ScgRoute[];
3175
+ }
3176
+
3177
+ /** Spring Boot Admin properties. */
3178
+ export interface SpringBootAdminComponent extends JavaComponentProperties {
3179
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3180
+ componentType: "SpringBootAdmin";
3181
+ /** Java Component Ingress configurations. */
3182
+ ingress?: JavaComponentIngress;
3183
+ }
3184
+
3185
+ /** Nacos properties. */
3186
+ export interface NacosComponent extends JavaComponentProperties {
3187
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3188
+ componentType: "Nacos";
3189
+ /** Java Component Ingress configurations. */
3190
+ ingress?: JavaComponentIngress;
3191
+ }
3192
+
3193
+ /** Spring Cloud Eureka properties. */
3194
+ export interface SpringCloudEurekaComponent extends JavaComponentProperties {
3195
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3196
+ componentType: "SpringCloudEureka";
3197
+ /** Java Component Ingress configurations. */
3198
+ ingress?: JavaComponentIngress;
3199
+ }
3200
+
3201
+ /** Spring Cloud Config properties. */
3202
+ export interface SpringCloudConfigComponent extends JavaComponentProperties {
3203
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3204
+ componentType: "SpringCloudConfig";
3205
+ }
3206
+
3207
+ /** Configuration to setup App Resiliency */
3208
+ export interface AppResiliency extends ProxyResource {
3209
+ /** Policy to set request timeouts */
3210
+ timeoutPolicy?: TimeoutPolicy;
3211
+ /** Policy that defines http request retry conditions */
3212
+ httpRetryPolicy?: HttpRetryPolicy;
3213
+ /** Policy that defines tcp request retry conditions */
3214
+ tcpRetryPolicy?: TcpRetryPolicy;
3215
+ /** Policy that defines circuit breaker conditions */
3216
+ circuitBreakerPolicy?: CircuitBreakerPolicy;
3217
+ /** Defines parameters for http connection pooling */
3218
+ httpConnectionPool?: HttpConnectionPool;
3219
+ /** Defines parameters for tcp connection pooling */
3220
+ tcpConnectionPool?: TcpConnectionPool;
3221
+ }
3222
+
3223
+ /** Configuration settings for the Azure ContainerApp Service Authentication / Authorization feature. */
3224
+ export interface AuthConfig extends ProxyResource {
2079
3225
  /** The configuration settings of the platform of ContainerApp Service Authentication/Authorization. */
2080
3226
  platform?: AuthPlatform;
2081
3227
  /** The configuration settings that determines the validation flow of users using Service Authentication/Authorization. */
@@ -2098,12 +3244,37 @@ export interface AvailableWorkloadProfile extends ProxyResource {
2098
3244
  properties?: AvailableWorkloadProfileProperties;
2099
3245
  }
2100
3246
 
2101
- /** Billing meter. */
2102
- export interface BillingMeter extends ProxyResource {
2103
- /** Region for the billing meter. */
2104
- location?: string;
2105
- /** Revision resource specific properties */
2106
- properties?: BillingMeterProperties;
3247
+ /** Information pertaining to an individual build. */
3248
+ export interface BuildResource extends ProxyResource {
3249
+ /**
3250
+ * Build provisioning state.
3251
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3252
+ */
3253
+ readonly provisioningState?: BuildProvisioningState;
3254
+ /**
3255
+ * Status of the build once it has been provisioned.
3256
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3257
+ */
3258
+ readonly buildStatus?: BuildStatus;
3259
+ /** Container registry that the final image will be uploaded to. */
3260
+ destinationContainerRegistry?: ContainerRegistryWithCustomImage;
3261
+ /** Configuration of the build. */
3262
+ configuration?: BuildConfiguration;
3263
+ /**
3264
+ * Endpoint to which the source code should be uploaded.
3265
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3266
+ */
3267
+ readonly uploadEndpoint?: string;
3268
+ /**
3269
+ * Endpoint from which the build logs can be streamed.
3270
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3271
+ */
3272
+ readonly logStreamEndpoint?: string;
3273
+ /**
3274
+ * Endpoint to use to retrieve an authentication token for log streaming and uploading source code.
3275
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3276
+ */
3277
+ readonly tokenEndpoint?: string;
2107
3278
  }
2108
3279
 
2109
3280
  /** Dapr Component. */
@@ -2124,6 +3295,8 @@ export interface DaprComponent extends ProxyResource {
2124
3295
  metadata?: DaprMetadata[];
2125
3296
  /** Names of container apps that can use this Dapr component */
2126
3297
  scopes?: string[];
3298
+ /** List of container app services that are bound to the Dapr component */
3299
+ serviceComponentBind?: DaprComponentServiceBinding[];
2127
3300
  }
2128
3301
 
2129
3302
  /** Storage resource for connectedEnvironment. */
@@ -2132,6 +3305,44 @@ export interface ConnectedEnvironmentStorage extends ProxyResource {
2132
3305
  properties?: ConnectedEnvironmentStorageProperties;
2133
3306
  }
2134
3307
 
3308
+ /** Information pertaining to an individual build. */
3309
+ export interface ContainerAppsBuildResource extends ProxyResource {
3310
+ /**
3311
+ * Build provisioning state.
3312
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3313
+ */
3314
+ readonly provisioningState?: BuildProvisioningState;
3315
+ /**
3316
+ * Status of the build once it has been provisioned.
3317
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3318
+ */
3319
+ readonly buildStatus?: BuildStatus;
3320
+ /**
3321
+ * Container registry that the final image will be uploaded to.
3322
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3323
+ */
3324
+ readonly destinationContainerRegistry?: ContainerRegistryWithCustomImage;
3325
+ /**
3326
+ * Configuration of the build.
3327
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3328
+ */
3329
+ readonly configuration?: ContainerAppsBuildConfiguration;
3330
+ /**
3331
+ * Endpoint from which the build logs can be streamed.
3332
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3333
+ */
3334
+ readonly logStreamEndpoint?: string;
3335
+ }
3336
+
3337
+ /** Container App Patch */
3338
+ export interface ContainerAppsPatchResource extends ProxyResource {
3339
+ /**
3340
+ * Properties that describes current states of the patch resource.
3341
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3342
+ */
3343
+ readonly properties?: PatchProperties;
3344
+ }
3345
+
2135
3346
  /** Container App Revision. */
2136
3347
  export interface Revision extends ProxyResource {
2137
3348
  /**
@@ -2223,12 +3434,65 @@ export interface Diagnostics extends ProxyResource {
2223
3434
  properties?: DiagnosticsProperties;
2224
3435
  }
2225
3436
 
3437
+ /** .NET Component. */
3438
+ export interface DotNetComponent extends ProxyResource {
3439
+ /** Type of the .NET Component. */
3440
+ componentType?: DotNetComponentType;
3441
+ /**
3442
+ * Provisioning state of the .NET Component.
3443
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3444
+ */
3445
+ readonly provisioningState?: DotNetComponentProvisioningState;
3446
+ /** List of .NET Components configuration properties */
3447
+ configurations?: DotNetComponentConfigurationProperty[];
3448
+ /** List of .NET Components that are bound to the .NET component */
3449
+ serviceBinds?: DotNetComponentServiceBind[];
3450
+ }
3451
+
3452
+ /** Java Component. */
3453
+ export interface JavaComponent extends ProxyResource {
3454
+ /** Java Component resource specific properties */
3455
+ properties?: JavaComponentPropertiesUnion;
3456
+ }
3457
+
3458
+ /** A logic app extension resource */
3459
+ export interface LogicApp extends ProxyResource {
3460
+ /** The resource-specific properties for this resource. */
3461
+ properties?: Record<string, unknown>;
3462
+ }
3463
+
2226
3464
  /** Collection of all the workload Profile States for a Managed Environment.. */
2227
3465
  export interface WorkloadProfileStates extends ProxyResource {
2228
3466
  /** Workload Profile resource specific properties. */
2229
3467
  properties?: WorkloadProfileStatesProperties;
2230
3468
  }
2231
3469
 
3470
+ /** Dapr Component Resiliency Policy. */
3471
+ export interface DaprComponentResiliencyPolicy extends ProxyResource {
3472
+ /** The optional inbound component resiliency policy configuration */
3473
+ inboundPolicy?: DaprComponentResiliencyPolicyConfiguration;
3474
+ /** The optional outbound component resiliency policy configuration */
3475
+ outboundPolicy?: DaprComponentResiliencyPolicyConfiguration;
3476
+ }
3477
+
3478
+ /** Dapr PubSub Event Subscription. */
3479
+ export interface DaprSubscription extends ProxyResource {
3480
+ /** Dapr PubSub component name */
3481
+ pubsubName?: string;
3482
+ /** Topic name */
3483
+ topic?: string;
3484
+ /** Deadletter topic name */
3485
+ deadLetterTopic?: string;
3486
+ /** Subscription routes */
3487
+ routes?: DaprSubscriptionRoutes;
3488
+ /** Application scopes to restrict the subscription to specific apps. */
3489
+ scopes?: string[];
3490
+ /** Subscription metadata */
3491
+ metadata?: { [propertyName: string]: string };
3492
+ /** Bulk subscription options */
3493
+ bulkSubscribe?: DaprSubscriptionBulkSubscribeOptions;
3494
+ }
3495
+
2232
3496
  /** Storage resource for managedEnvironment. */
2233
3497
  export interface ManagedEnvironmentStorage extends ProxyResource {
2234
3498
  /** Storage properties */
@@ -2254,6 +3518,21 @@ export interface SourceControl extends ProxyResource {
2254
3518
  githubActionConfiguration?: GithubActionConfiguration;
2255
3519
  }
2256
3520
 
3521
+ /** Information about the SourceToCloud builder resource. */
3522
+ export interface BuilderResource extends TrackedResource {
3523
+ /** The managed service identities assigned to this resource. */
3524
+ identity?: ManagedServiceIdentity;
3525
+ /**
3526
+ * Provisioning state of a builder resource.
3527
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3528
+ */
3529
+ readonly provisioningState?: BuilderProvisioningState;
3530
+ /** Resource ID of the container apps environment that the builder is associated with. */
3531
+ environmentId?: string;
3532
+ /** List of mappings of container registries and the managed identity used to connect to it. */
3533
+ containerRegistries?: ContainerRegistry[];
3534
+ }
3535
+
2257
3536
  /** An environment for Kubernetes cluster specialized for web workloads by Azure App Service */
2258
3537
  export interface ConnectedEnvironment extends TrackedResource {
2259
3538
  /** The complex type of the extended location. */
@@ -2295,17 +3574,26 @@ export interface ContainerApp extends TrackedResource {
2295
3574
  identity?: ManagedServiceIdentity;
2296
3575
  /** 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. */
2297
3576
  managedBy?: string;
3577
+ /** 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. */
3578
+ kind?: Kind;
2298
3579
  /**
2299
3580
  * Provisioning state of the Container App.
2300
3581
  * NOTE: This property will not be serialized. It can only be populated by the server.
2301
3582
  */
2302
3583
  readonly provisioningState?: ContainerAppProvisioningState;
3584
+ /**
3585
+ * Any errors that occurred during deployment
3586
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3587
+ */
3588
+ readonly deploymentErrors?: string;
2303
3589
  /** Deprecated. Resource ID of the Container App's environment. */
2304
3590
  managedEnvironmentId?: string;
2305
3591
  /** Resource ID of environment. */
2306
3592
  environmentId?: string;
2307
3593
  /** Workload profile name to pin for container app execution. */
2308
3594
  workloadProfileName?: string;
3595
+ /** Container App auto patch configuration. */
3596
+ patchingConfiguration?: ContainerAppPropertiesPatchingConfiguration;
2309
3597
  /**
2310
3598
  * Name of the latest revision of the Container App.
2311
3599
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -2360,6 +3648,8 @@ export interface ContainerAppAuthToken extends TrackedResource {
2360
3648
  export interface ManagedEnvironment extends TrackedResource {
2361
3649
  /** Kind of the Environment. */
2362
3650
  kind?: string;
3651
+ /** Managed identities for the Managed Environment to interact with other Azure services without maintaining any secrets or credentials in code. */
3652
+ identity?: ManagedServiceIdentity;
2363
3653
  /**
2364
3654
  * Provisioning state of the Environment.
2365
3655
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -2392,6 +3682,10 @@ export interface ManagedEnvironment extends TrackedResource {
2392
3682
  * supported
2393
3683
  */
2394
3684
  appLogsConfiguration?: AppLogsConfiguration;
3685
+ /** Environment level Application Insights configuration */
3686
+ appInsightsConfiguration?: AppInsightsConfiguration;
3687
+ /** Environment Open Telemetry configuration */
3688
+ openTelemetryConfiguration?: OpenTelemetryConfiguration;
2395
3689
  /** Whether or not this Managed Environment is zone-redundant. */
2396
3690
  zoneRedundant?: boolean;
2397
3691
  /** Custom domain configuration for the environment */
@@ -2413,10 +3707,19 @@ export interface ManagedEnvironment extends TrackedResource {
2413
3707
  peerAuthentication?: ManagedEnvironmentPropertiesPeerAuthentication;
2414
3708
  /** Peer traffic settings for the Managed Environment */
2415
3709
  peerTrafficConfiguration?: ManagedEnvironmentPropertiesPeerTrafficConfiguration;
3710
+ /**
3711
+ * Private endpoint connections to the resource.
3712
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3713
+ */
3714
+ readonly privateEndpointConnections?: PrivateEndpointConnection[];
3715
+ /** Property to allow or block all public traffic. Allowed Values: 'Enabled', 'Disabled'. */
3716
+ publicNetworkAccess?: PublicNetworkAccess;
2416
3717
  }
2417
3718
 
2418
3719
  /** Container App Job */
2419
3720
  export interface Job extends TrackedResource {
3721
+ /** The complex type of the extended location. */
3722
+ extendedLocation?: ExtendedLocation;
2420
3723
  /** Managed identities needed by a container app job to interact with other Azure services to not maintain any secrets or credentials in code. */
2421
3724
  identity?: ManagedServiceIdentity;
2422
3725
  /**
@@ -2424,6 +3727,11 @@ export interface Job extends TrackedResource {
2424
3727
  * NOTE: This property will not be serialized. It can only be populated by the server.
2425
3728
  */
2426
3729
  readonly provisioningState?: JobProvisioningState;
3730
+ /**
3731
+ * Current running state of the job
3732
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3733
+ */
3734
+ readonly runningState?: JobRunningState;
2427
3735
  /** Resource ID of environment. */
2428
3736
  environmentId?: string;
2429
3737
  /** Workload profile name to pin for container apps job execution. */
@@ -2464,6 +3772,66 @@ export interface EnvironmentAuthToken extends TrackedResource {
2464
3772
  readonly expires?: Date;
2465
3773
  }
2466
3774
 
3775
+ /** Container App session pool. */
3776
+ export interface SessionPool extends TrackedResource {
3777
+ /** Resource ID of the session pool's environment. */
3778
+ environmentId?: string;
3779
+ /** The container type of the sessions. */
3780
+ containerType?: ContainerType;
3781
+ /** The pool management type of the session pool. */
3782
+ poolManagementType?: PoolManagementType;
3783
+ /**
3784
+ * The number of nodes the session pool is using.
3785
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3786
+ */
3787
+ readonly nodeCount?: number;
3788
+ /** The scale configuration of the session pool. */
3789
+ scaleConfiguration?: ScaleConfiguration;
3790
+ /** The secrets of the session pool. */
3791
+ secrets?: SessionPoolSecret[];
3792
+ /** The pool configuration if the poolManagementType is dynamic. */
3793
+ dynamicPoolConfiguration?: DynamicPoolConfiguration;
3794
+ /** The custom container configuration if the containerType is CustomContainer. */
3795
+ customContainerTemplate?: CustomContainerTemplate;
3796
+ /** The network configuration of the sessions in the session pool. */
3797
+ sessionNetworkConfiguration?: SessionNetworkConfiguration;
3798
+ /**
3799
+ * The endpoint to manage the pool.
3800
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3801
+ */
3802
+ readonly poolManagementEndpoint?: string;
3803
+ /**
3804
+ * Provisioning state of the session pool.
3805
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3806
+ */
3807
+ readonly provisioningState?: SessionPoolProvisioningState;
3808
+ }
3809
+
3810
+ /** Defines headers for Builders_createOrUpdate operation. */
3811
+ export interface BuildersCreateOrUpdateHeaders {
3812
+ azureAsyncOperation?: string;
3813
+ }
3814
+
3815
+ /** Defines headers for Builders_update operation. */
3816
+ export interface BuildersUpdateHeaders {
3817
+ location?: string;
3818
+ }
3819
+
3820
+ /** Defines headers for Builders_delete operation. */
3821
+ export interface BuildersDeleteHeaders {
3822
+ location?: string;
3823
+ }
3824
+
3825
+ /** Defines headers for Builds_createOrUpdate operation. */
3826
+ export interface BuildsCreateOrUpdateHeaders {
3827
+ azureAsyncOperation?: string;
3828
+ }
3829
+
3830
+ /** Defines headers for Builds_delete operation. */
3831
+ export interface BuildsDeleteHeaders {
3832
+ location?: string;
3833
+ }
3834
+
2467
3835
  /** Defines headers for ConnectedEnvironments_delete operation. */
2468
3836
  export interface ConnectedEnvironmentsDeleteHeaders {
2469
3837
  location?: string;
@@ -2489,6 +3857,27 @@ export interface ContainerAppsStopHeaders {
2489
3857
  location?: string;
2490
3858
  }
2491
3859
 
3860
+ /** Defines headers for ContainerAppsBuilds_delete operation. */
3861
+ export interface ContainerAppsBuildsDeleteHeaders {
3862
+ location?: string;
3863
+ }
3864
+
3865
+ /** Defines headers for ContainerAppsPatches_delete operation. */
3866
+ export interface ContainerAppsPatchesDeleteHeaders {
3867
+ location?: string;
3868
+ }
3869
+
3870
+ /** Defines headers for ContainerAppsPatches_skipConfigure operation. */
3871
+ export interface ContainerAppsPatchesSkipConfigureHeaders {
3872
+ location?: string;
3873
+ }
3874
+
3875
+ /** Defines headers for ContainerAppsPatches_apply operation. */
3876
+ export interface ContainerAppsPatchesApplyHeaders {
3877
+ azureAsyncOperation?: string;
3878
+ location?: string;
3879
+ }
3880
+
2492
3881
  /** Defines headers for Jobs_delete operation. */
2493
3882
  export interface JobsDeleteHeaders {
2494
3883
  location?: string;
@@ -2514,6 +3903,53 @@ export interface JobsStopMultipleExecutionsHeaders {
2514
3903
  location?: string;
2515
3904
  }
2516
3905
 
3906
+ /** Defines headers for Jobs_resume operation. */
3907
+ export interface JobsResumeHeaders {
3908
+ azureAsyncOperation?: string;
3909
+ location?: string;
3910
+ }
3911
+
3912
+ /** Defines headers for Jobs_suspend operation. */
3913
+ export interface JobsSuspendHeaders {
3914
+ azureAsyncOperation?: string;
3915
+ location?: string;
3916
+ }
3917
+
3918
+ /** Defines headers for DotNetComponents_update operation. */
3919
+ export interface DotNetComponentsUpdateHeaders {
3920
+ location?: string;
3921
+ }
3922
+
3923
+ /** Defines headers for DotNetComponents_delete operation. */
3924
+ export interface DotNetComponentsDeleteHeaders {
3925
+ location?: string;
3926
+ }
3927
+
3928
+ /** Defines headers for JavaComponents_update operation. */
3929
+ export interface JavaComponentsUpdateHeaders {
3930
+ location?: string;
3931
+ }
3932
+
3933
+ /** Defines headers for JavaComponents_delete operation. */
3934
+ export interface JavaComponentsDeleteHeaders {
3935
+ location?: string;
3936
+ }
3937
+
3938
+ /** Defines headers for ManagedEnvironmentPrivateEndpointConnections_delete operation. */
3939
+ export interface ManagedEnvironmentPrivateEndpointConnectionsDeleteHeaders {
3940
+ location?: string;
3941
+ }
3942
+
3943
+ /** Defines headers for ContainerAppsSessionPools_update operation. */
3944
+ export interface ContainerAppsSessionPoolsUpdateHeaders {
3945
+ location?: string;
3946
+ }
3947
+
3948
+ /** Defines headers for ContainerAppsSessionPools_delete operation. */
3949
+ export interface ContainerAppsSessionPoolsDeleteHeaders {
3950
+ location?: string;
3951
+ }
3952
+
2517
3953
  /** Known values of {@link CreatedByType} that the service accepts. */
2518
3954
  export enum KnownCreatedByType {
2519
3955
  /** User */
@@ -2556,6 +3992,117 @@ export enum KnownApplicability {
2556
3992
  */
2557
3993
  export type Applicability = string;
2558
3994
 
3995
+ /** Known values of {@link BuilderProvisioningState} that the service accepts. */
3996
+ export enum KnownBuilderProvisioningState {
3997
+ /** Succeeded */
3998
+ Succeeded = "Succeeded",
3999
+ /** Failed */
4000
+ Failed = "Failed",
4001
+ /** Canceled */
4002
+ Canceled = "Canceled",
4003
+ /** Creating */
4004
+ Creating = "Creating",
4005
+ /** Updating */
4006
+ Updating = "Updating",
4007
+ /** Deleting */
4008
+ Deleting = "Deleting",
4009
+ }
4010
+
4011
+ /**
4012
+ * Defines values for BuilderProvisioningState. \
4013
+ * {@link KnownBuilderProvisioningState} can be used interchangeably with BuilderProvisioningState,
4014
+ * this enum contains the known values that the service supports.
4015
+ * ### Known values supported by the service
4016
+ * **Succeeded** \
4017
+ * **Failed** \
4018
+ * **Canceled** \
4019
+ * **Creating** \
4020
+ * **Updating** \
4021
+ * **Deleting**
4022
+ */
4023
+ export type BuilderProvisioningState = string;
4024
+
4025
+ /** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
4026
+ export enum KnownManagedServiceIdentityType {
4027
+ /** None */
4028
+ None = "None",
4029
+ /** SystemAssigned */
4030
+ SystemAssigned = "SystemAssigned",
4031
+ /** UserAssigned */
4032
+ UserAssigned = "UserAssigned",
4033
+ /** SystemAssignedUserAssigned */
4034
+ SystemAssignedUserAssigned = "SystemAssigned,UserAssigned",
4035
+ }
4036
+
4037
+ /**
4038
+ * Defines values for ManagedServiceIdentityType. \
4039
+ * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
4040
+ * this enum contains the known values that the service supports.
4041
+ * ### Known values supported by the service
4042
+ * **None** \
4043
+ * **SystemAssigned** \
4044
+ * **UserAssigned** \
4045
+ * **SystemAssigned,UserAssigned**
4046
+ */
4047
+ export type ManagedServiceIdentityType = string;
4048
+
4049
+ /** Known values of {@link BuildProvisioningState} that the service accepts. */
4050
+ export enum KnownBuildProvisioningState {
4051
+ /** Succeeded */
4052
+ Succeeded = "Succeeded",
4053
+ /** Failed */
4054
+ Failed = "Failed",
4055
+ /** Canceled */
4056
+ Canceled = "Canceled",
4057
+ /** Creating */
4058
+ Creating = "Creating",
4059
+ /** Updating */
4060
+ Updating = "Updating",
4061
+ /** Deleting */
4062
+ Deleting = "Deleting",
4063
+ }
4064
+
4065
+ /**
4066
+ * Defines values for BuildProvisioningState. \
4067
+ * {@link KnownBuildProvisioningState} can be used interchangeably with BuildProvisioningState,
4068
+ * this enum contains the known values that the service supports.
4069
+ * ### Known values supported by the service
4070
+ * **Succeeded** \
4071
+ * **Failed** \
4072
+ * **Canceled** \
4073
+ * **Creating** \
4074
+ * **Updating** \
4075
+ * **Deleting**
4076
+ */
4077
+ export type BuildProvisioningState = string;
4078
+
4079
+ /** Known values of {@link BuildStatus} that the service accepts. */
4080
+ export enum KnownBuildStatus {
4081
+ /** NotStarted */
4082
+ NotStarted = "NotStarted",
4083
+ /** InProgress */
4084
+ InProgress = "InProgress",
4085
+ /** Succeeded */
4086
+ Succeeded = "Succeeded",
4087
+ /** Canceled */
4088
+ Canceled = "Canceled",
4089
+ /** Failed */
4090
+ Failed = "Failed",
4091
+ }
4092
+
4093
+ /**
4094
+ * Defines values for BuildStatus. \
4095
+ * {@link KnownBuildStatus} can be used interchangeably with BuildStatus,
4096
+ * this enum contains the known values that the service supports.
4097
+ * ### Known values supported by the service
4098
+ * **NotStarted** \
4099
+ * **InProgress** \
4100
+ * **Succeeded** \
4101
+ * **Canceled** \
4102
+ * **Failed**
4103
+ */
4104
+ export type BuildStatus = string;
4105
+
2559
4106
  /** Known values of {@link ExtendedLocationTypes} that the service accepts. */
2560
4107
  export enum KnownExtendedLocationTypes {
2561
4108
  /** CustomLocation */
@@ -2652,11 +4199,29 @@ export enum KnownCertificateProvisioningState {
2652
4199
  */
2653
4200
  export type CertificateProvisioningState = string;
2654
4201
 
2655
- /** Known values of {@link AccessMode} that the service accepts. */
2656
- export enum KnownAccessMode {
2657
- /** ReadOnly */
2658
- ReadOnly = "ReadOnly",
2659
- /** ReadWrite */
4202
+ /** Known values of {@link CertificateType} that the service accepts. */
4203
+ export enum KnownCertificateType {
4204
+ /** ServerSSLCertificate */
4205
+ ServerSSLCertificate = "ServerSSLCertificate",
4206
+ /** ImagePullTrustedCA */
4207
+ ImagePullTrustedCA = "ImagePullTrustedCA",
4208
+ }
4209
+
4210
+ /**
4211
+ * Defines values for CertificateType. \
4212
+ * {@link KnownCertificateType} can be used interchangeably with CertificateType,
4213
+ * this enum contains the known values that the service supports.
4214
+ * ### Known values supported by the service
4215
+ * **ServerSSLCertificate** \
4216
+ * **ImagePullTrustedCA**
4217
+ */
4218
+ export type CertificateType = string;
4219
+
4220
+ /** Known values of {@link AccessMode} that the service accepts. */
4221
+ export enum KnownAccessMode {
4222
+ /** ReadOnly */
4223
+ ReadOnly = "ReadOnly",
4224
+ /** ReadWrite */
2660
4225
  ReadWrite = "ReadWrite",
2661
4226
  }
2662
4227
 
@@ -2670,29 +4235,20 @@ export enum KnownAccessMode {
2670
4235
  */
2671
4236
  export type AccessMode = string;
2672
4237
 
2673
- /** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
2674
- export enum KnownManagedServiceIdentityType {
2675
- /** None */
2676
- None = "None",
2677
- /** SystemAssigned */
2678
- SystemAssigned = "SystemAssigned",
2679
- /** UserAssigned */
2680
- UserAssigned = "UserAssigned",
2681
- /** SystemAssignedUserAssigned */
2682
- SystemAssignedUserAssigned = "SystemAssigned,UserAssigned",
4238
+ /** Known values of {@link Kind} that the service accepts. */
4239
+ export enum KnownKind {
4240
+ /** Workflowapp */
4241
+ Workflowapp = "workflowapp",
2683
4242
  }
2684
4243
 
2685
4244
  /**
2686
- * Defines values for ManagedServiceIdentityType. \
2687
- * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
4245
+ * Defines values for Kind. \
4246
+ * {@link KnownKind} can be used interchangeably with Kind,
2688
4247
  * this enum contains the known values that the service supports.
2689
4248
  * ### Known values supported by the service
2690
- * **None** \
2691
- * **SystemAssigned** \
2692
- * **UserAssigned** \
2693
- * **SystemAssigned,UserAssigned**
4249
+ * **workflowapp**
2694
4250
  */
2695
- export type ManagedServiceIdentityType = string;
4251
+ export type Kind = string;
2696
4252
 
2697
4253
  /** Known values of {@link ContainerAppProvisioningState} that the service accepts. */
2698
4254
  export enum KnownContainerAppProvisioningState {
@@ -2721,6 +4277,27 @@ export enum KnownContainerAppProvisioningState {
2721
4277
  */
2722
4278
  export type ContainerAppProvisioningState = string;
2723
4279
 
4280
+ /** Known values of {@link PatchingMode} that the service accepts. */
4281
+ export enum KnownPatchingMode {
4282
+ /** Automatic */
4283
+ Automatic = "Automatic",
4284
+ /** Manual */
4285
+ Manual = "Manual",
4286
+ /** Disabled */
4287
+ Disabled = "Disabled",
4288
+ }
4289
+
4290
+ /**
4291
+ * Defines values for PatchingMode. \
4292
+ * {@link KnownPatchingMode} can be used interchangeably with PatchingMode,
4293
+ * this enum contains the known values that the service supports.
4294
+ * ### Known values supported by the service
4295
+ * **Automatic** \
4296
+ * **Manual** \
4297
+ * **Disabled**
4298
+ */
4299
+ export type PatchingMode = string;
4300
+
2724
4301
  /** Known values of {@link ActiveRevisionsMode} that the service accepts. */
2725
4302
  export enum KnownActiveRevisionsMode {
2726
4303
  /** Multiple */
@@ -2838,6 +4415,24 @@ export enum KnownIngressClientCertificateMode {
2838
4415
  */
2839
4416
  export type IngressClientCertificateMode = string;
2840
4417
 
4418
+ /** Known values of {@link IngressTargetPortHttpScheme} that the service accepts. */
4419
+ export enum KnownIngressTargetPortHttpScheme {
4420
+ /** Http */
4421
+ Http = "http",
4422
+ /** Https */
4423
+ Https = "https",
4424
+ }
4425
+
4426
+ /**
4427
+ * Defines values for IngressTargetPortHttpScheme. \
4428
+ * {@link KnownIngressTargetPortHttpScheme} can be used interchangeably with IngressTargetPortHttpScheme,
4429
+ * this enum contains the known values that the service supports.
4430
+ * ### Known values supported by the service
4431
+ * **http** \
4432
+ * **https**
4433
+ */
4434
+ export type IngressTargetPortHttpScheme = string;
4435
+
2841
4436
  /** Known values of {@link AppProtocol} that the service accepts. */
2842
4437
  export enum KnownAppProtocol {
2843
4438
  /** Http */
@@ -2880,6 +4475,78 @@ export enum KnownLogLevel {
2880
4475
  */
2881
4476
  export type LogLevel = string;
2882
4477
 
4478
+ /** Known values of {@link Level} that the service accepts. */
4479
+ export enum KnownLevel {
4480
+ /** Off */
4481
+ Off = "off",
4482
+ /** Error */
4483
+ Error = "error",
4484
+ /** Info */
4485
+ Info = "info",
4486
+ /** Debug */
4487
+ Debug = "debug",
4488
+ /** Trace */
4489
+ Trace = "trace",
4490
+ /** Warn */
4491
+ Warn = "warn",
4492
+ }
4493
+
4494
+ /**
4495
+ * Defines values for Level. \
4496
+ * {@link KnownLevel} can be used interchangeably with Level,
4497
+ * this enum contains the known values that the service supports.
4498
+ * ### Known values supported by the service
4499
+ * **off** \
4500
+ * **error** \
4501
+ * **info** \
4502
+ * **debug** \
4503
+ * **trace** \
4504
+ * **warn**
4505
+ */
4506
+ export type Level = string;
4507
+
4508
+ /** Known values of {@link IdentitySettingsLifeCycle} that the service accepts. */
4509
+ export enum KnownIdentitySettingsLifeCycle {
4510
+ /** Init */
4511
+ Init = "Init",
4512
+ /** Main */
4513
+ Main = "Main",
4514
+ /** None */
4515
+ None = "None",
4516
+ /** All */
4517
+ All = "All",
4518
+ }
4519
+
4520
+ /**
4521
+ * Defines values for IdentitySettingsLifeCycle. \
4522
+ * {@link KnownIdentitySettingsLifeCycle} can be used interchangeably with IdentitySettingsLifeCycle,
4523
+ * this enum contains the known values that the service supports.
4524
+ * ### Known values supported by the service
4525
+ * **Init** \
4526
+ * **Main** \
4527
+ * **None** \
4528
+ * **All**
4529
+ */
4530
+ export type IdentitySettingsLifeCycle = string;
4531
+
4532
+ /** Known values of {@link ImageType} that the service accepts. */
4533
+ export enum KnownImageType {
4534
+ /** CloudBuild */
4535
+ CloudBuild = "CloudBuild",
4536
+ /** ContainerImage */
4537
+ ContainerImage = "ContainerImage",
4538
+ }
4539
+
4540
+ /**
4541
+ * Defines values for ImageType. \
4542
+ * {@link KnownImageType} can be used interchangeably with ImageType,
4543
+ * this enum contains the known values that the service supports.
4544
+ * ### Known values supported by the service
4545
+ * **CloudBuild** \
4546
+ * **ContainerImage**
4547
+ */
4548
+ export type ImageType = string;
4549
+
2883
4550
  /** Known values of {@link Scheme} that the service accepts. */
2884
4551
  export enum KnownScheme {
2885
4552
  /** Http */
@@ -2927,6 +4594,10 @@ export enum KnownStorageType {
2927
4594
  EmptyDir = "EmptyDir",
2928
4595
  /** Secret */
2929
4596
  Secret = "Secret",
4597
+ /** NfsAzureFile */
4598
+ NfsAzureFile = "NfsAzureFile",
4599
+ /** Smb */
4600
+ Smb = "Smb",
2930
4601
  }
2931
4602
 
2932
4603
  /**
@@ -2936,10 +4607,96 @@ export enum KnownStorageType {
2936
4607
  * ### Known values supported by the service
2937
4608
  * **AzureFile** \
2938
4609
  * **EmptyDir** \
2939
- * **Secret**
4610
+ * **Secret** \
4611
+ * **NfsAzureFile** \
4612
+ * **Smb**
2940
4613
  */
2941
4614
  export type StorageType = string;
2942
4615
 
4616
+ /** Known values of {@link PatchApplyStatus} that the service accepts. */
4617
+ export enum KnownPatchApplyStatus {
4618
+ /** NotStarted */
4619
+ NotStarted = "NotStarted",
4620
+ /** RebaseInProgress */
4621
+ RebaseInProgress = "RebaseInProgress",
4622
+ /** CreatingRevision */
4623
+ CreatingRevision = "CreatingRevision",
4624
+ /** Succeeded */
4625
+ Succeeded = "Succeeded",
4626
+ /** Canceled */
4627
+ Canceled = "Canceled",
4628
+ /** RebaseFailed */
4629
+ RebaseFailed = "RebaseFailed",
4630
+ /** RevisionCreationFailed */
4631
+ RevisionCreationFailed = "RevisionCreationFailed",
4632
+ /** ImagePushPullFailed */
4633
+ ImagePushPullFailed = "ImagePushPullFailed",
4634
+ /** ManuallySkipped */
4635
+ ManuallySkipped = "ManuallySkipped",
4636
+ }
4637
+
4638
+ /**
4639
+ * Defines values for PatchApplyStatus. \
4640
+ * {@link KnownPatchApplyStatus} can be used interchangeably with PatchApplyStatus,
4641
+ * this enum contains the known values that the service supports.
4642
+ * ### Known values supported by the service
4643
+ * **NotStarted** \
4644
+ * **RebaseInProgress** \
4645
+ * **CreatingRevision** \
4646
+ * **Succeeded** \
4647
+ * **Canceled** \
4648
+ * **RebaseFailed** \
4649
+ * **RevisionCreationFailed** \
4650
+ * **ImagePushPullFailed** \
4651
+ * **ManuallySkipped**
4652
+ */
4653
+ export type PatchApplyStatus = string;
4654
+
4655
+ /** Known values of {@link DetectionStatus} that the service accepts. */
4656
+ export enum KnownDetectionStatus {
4657
+ /** Succeeded */
4658
+ Succeeded = "Succeeded",
4659
+ /** RegistryLoginFailed */
4660
+ RegistryLoginFailed = "RegistryLoginFailed",
4661
+ /** Failed */
4662
+ Failed = "Failed",
4663
+ }
4664
+
4665
+ /**
4666
+ * Defines values for DetectionStatus. \
4667
+ * {@link KnownDetectionStatus} can be used interchangeably with DetectionStatus,
4668
+ * this enum contains the known values that the service supports.
4669
+ * ### Known values supported by the service
4670
+ * **Succeeded** \
4671
+ * **RegistryLoginFailed** \
4672
+ * **Failed**
4673
+ */
4674
+ export type DetectionStatus = string;
4675
+
4676
+ /** Known values of {@link PatchType} that the service accepts. */
4677
+ export enum KnownPatchType {
4678
+ /** FrameworkSecurity */
4679
+ FrameworkSecurity = "FrameworkSecurity",
4680
+ /** OSSecurity */
4681
+ OSSecurity = "OSSecurity",
4682
+ /** FrameworkAndOSSecurity */
4683
+ FrameworkAndOSSecurity = "FrameworkAndOSSecurity",
4684
+ /** Other */
4685
+ Other = "Other",
4686
+ }
4687
+
4688
+ /**
4689
+ * Defines values for PatchType. \
4690
+ * {@link KnownPatchType} can be used interchangeably with PatchType,
4691
+ * this enum contains the known values that the service supports.
4692
+ * ### Known values supported by the service
4693
+ * **FrameworkSecurity** \
4694
+ * **OSSecurity** \
4695
+ * **FrameworkAndOSSecurity** \
4696
+ * **Other**
4697
+ */
4698
+ export type PatchType = string;
4699
+
2943
4700
  /** Known values of {@link RevisionHealthState} that the service accepts. */
2944
4701
  export enum KnownRevisionHealthState {
2945
4702
  /** Healthy */
@@ -3102,6 +4859,81 @@ export enum KnownEnvironmentProvisioningState {
3102
4859
  */
3103
4860
  export type EnvironmentProvisioningState = string;
3104
4861
 
4862
+ /** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */
4863
+ export enum KnownPrivateEndpointServiceConnectionStatus {
4864
+ /** Pending */
4865
+ Pending = "Pending",
4866
+ /** Approved */
4867
+ Approved = "Approved",
4868
+ /** Rejected */
4869
+ Rejected = "Rejected",
4870
+ /** Disconnected */
4871
+ Disconnected = "Disconnected",
4872
+ }
4873
+
4874
+ /**
4875
+ * Defines values for PrivateEndpointServiceConnectionStatus. \
4876
+ * {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,
4877
+ * this enum contains the known values that the service supports.
4878
+ * ### Known values supported by the service
4879
+ * **Pending** \
4880
+ * **Approved** \
4881
+ * **Rejected** \
4882
+ * **Disconnected**
4883
+ */
4884
+ export type PrivateEndpointServiceConnectionStatus = string;
4885
+
4886
+ /** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
4887
+ export enum KnownPrivateEndpointConnectionProvisioningState {
4888
+ /** Succeeded */
4889
+ Succeeded = "Succeeded",
4890
+ /** Failed */
4891
+ Failed = "Failed",
4892
+ /** Canceled */
4893
+ Canceled = "Canceled",
4894
+ /** Waiting */
4895
+ Waiting = "Waiting",
4896
+ /** Updating */
4897
+ Updating = "Updating",
4898
+ /** Deleting */
4899
+ Deleting = "Deleting",
4900
+ /** Pending */
4901
+ Pending = "Pending",
4902
+ }
4903
+
4904
+ /**
4905
+ * Defines values for PrivateEndpointConnectionProvisioningState. \
4906
+ * {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,
4907
+ * this enum contains the known values that the service supports.
4908
+ * ### Known values supported by the service
4909
+ * **Succeeded** \
4910
+ * **Failed** \
4911
+ * **Canceled** \
4912
+ * **Waiting** \
4913
+ * **Updating** \
4914
+ * **Deleting** \
4915
+ * **Pending**
4916
+ */
4917
+ export type PrivateEndpointConnectionProvisioningState = string;
4918
+
4919
+ /** Known values of {@link PublicNetworkAccess} that the service accepts. */
4920
+ export enum KnownPublicNetworkAccess {
4921
+ /** Enabled */
4922
+ Enabled = "Enabled",
4923
+ /** Disabled */
4924
+ Disabled = "Disabled",
4925
+ }
4926
+
4927
+ /**
4928
+ * Defines values for PublicNetworkAccess. \
4929
+ * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
4930
+ * this enum contains the known values that the service supports.
4931
+ * ### Known values supported by the service
4932
+ * **Enabled** \
4933
+ * **Disabled**
4934
+ */
4935
+ export type PublicNetworkAccess = string;
4936
+
3105
4937
  /** Known values of {@link JobProvisioningState} that the service accepts. */
3106
4938
  export enum KnownJobProvisioningState {
3107
4939
  /** InProgress */
@@ -3129,6 +4961,27 @@ export enum KnownJobProvisioningState {
3129
4961
  */
3130
4962
  export type JobProvisioningState = string;
3131
4963
 
4964
+ /** Known values of {@link JobRunningState} that the service accepts. */
4965
+ export enum KnownJobRunningState {
4966
+ /** Ready */
4967
+ Ready = "Ready",
4968
+ /** Progressing */
4969
+ Progressing = "Progressing",
4970
+ /** Suspended */
4971
+ Suspended = "Suspended",
4972
+ }
4973
+
4974
+ /**
4975
+ * Defines values for JobRunningState. \
4976
+ * {@link KnownJobRunningState} can be used interchangeably with JobRunningState,
4977
+ * this enum contains the known values that the service supports.
4978
+ * ### Known values supported by the service
4979
+ * **Ready** \
4980
+ * **Progressing** \
4981
+ * **Suspended**
4982
+ */
4983
+ export type JobRunningState = string;
4984
+
3132
4985
  /** Known values of {@link TriggerType} that the service accepts. */
3133
4986
  export enum KnownTriggerType {
3134
4987
  /** Schedule */
@@ -3150,6 +5003,102 @@ export enum KnownTriggerType {
3150
5003
  */
3151
5004
  export type TriggerType = string;
3152
5005
 
5006
+ /** Known values of {@link DotNetComponentType} that the service accepts. */
5007
+ export enum KnownDotNetComponentType {
5008
+ /** AspireDashboard */
5009
+ AspireDashboard = "AspireDashboard",
5010
+ }
5011
+
5012
+ /**
5013
+ * Defines values for DotNetComponentType. \
5014
+ * {@link KnownDotNetComponentType} can be used interchangeably with DotNetComponentType,
5015
+ * this enum contains the known values that the service supports.
5016
+ * ### Known values supported by the service
5017
+ * **AspireDashboard**
5018
+ */
5019
+ export type DotNetComponentType = string;
5020
+
5021
+ /** Known values of {@link DotNetComponentProvisioningState} that the service accepts. */
5022
+ export enum KnownDotNetComponentProvisioningState {
5023
+ /** Succeeded */
5024
+ Succeeded = "Succeeded",
5025
+ /** Failed */
5026
+ Failed = "Failed",
5027
+ /** Canceled */
5028
+ Canceled = "Canceled",
5029
+ /** Deleting */
5030
+ Deleting = "Deleting",
5031
+ /** InProgress */
5032
+ InProgress = "InProgress",
5033
+ }
5034
+
5035
+ /**
5036
+ * Defines values for DotNetComponentProvisioningState. \
5037
+ * {@link KnownDotNetComponentProvisioningState} can be used interchangeably with DotNetComponentProvisioningState,
5038
+ * this enum contains the known values that the service supports.
5039
+ * ### Known values supported by the service
5040
+ * **Succeeded** \
5041
+ * **Failed** \
5042
+ * **Canceled** \
5043
+ * **Deleting** \
5044
+ * **InProgress**
5045
+ */
5046
+ export type DotNetComponentProvisioningState = string;
5047
+
5048
+ /** Known values of {@link JavaComponentType} that the service accepts. */
5049
+ export enum KnownJavaComponentType {
5050
+ /** SpringBootAdmin */
5051
+ SpringBootAdmin = "SpringBootAdmin",
5052
+ /** SpringCloudEureka */
5053
+ SpringCloudEureka = "SpringCloudEureka",
5054
+ /** SpringCloudConfig */
5055
+ SpringCloudConfig = "SpringCloudConfig",
5056
+ /** SpringCloudGateway */
5057
+ SpringCloudGateway = "SpringCloudGateway",
5058
+ /** Nacos */
5059
+ Nacos = "Nacos",
5060
+ }
5061
+
5062
+ /**
5063
+ * Defines values for JavaComponentType. \
5064
+ * {@link KnownJavaComponentType} can be used interchangeably with JavaComponentType,
5065
+ * this enum contains the known values that the service supports.
5066
+ * ### Known values supported by the service
5067
+ * **SpringBootAdmin** \
5068
+ * **SpringCloudEureka** \
5069
+ * **SpringCloudConfig** \
5070
+ * **SpringCloudGateway** \
5071
+ * **Nacos**
5072
+ */
5073
+ export type JavaComponentType = string;
5074
+
5075
+ /** Known values of {@link JavaComponentProvisioningState} that the service accepts. */
5076
+ export enum KnownJavaComponentProvisioningState {
5077
+ /** Succeeded */
5078
+ Succeeded = "Succeeded",
5079
+ /** Failed */
5080
+ Failed = "Failed",
5081
+ /** Canceled */
5082
+ Canceled = "Canceled",
5083
+ /** Deleting */
5084
+ Deleting = "Deleting",
5085
+ /** InProgress */
5086
+ InProgress = "InProgress",
5087
+ }
5088
+
5089
+ /**
5090
+ * Defines values for JavaComponentProvisioningState. \
5091
+ * {@link KnownJavaComponentProvisioningState} can be used interchangeably with JavaComponentProvisioningState,
5092
+ * this enum contains the known values that the service supports.
5093
+ * ### Known values supported by the service
5094
+ * **Succeeded** \
5095
+ * **Failed** \
5096
+ * **Canceled** \
5097
+ * **Deleting** \
5098
+ * **InProgress**
5099
+ */
5100
+ export type JavaComponentProvisioningState = string;
5101
+
3153
5102
  /** Known values of {@link JobExecutionRunningState} that the service accepts. */
3154
5103
  export enum KnownJobExecutionRunningState {
3155
5104
  /** Running */
@@ -3183,6 +5132,54 @@ export enum KnownJobExecutionRunningState {
3183
5132
  */
3184
5133
  export type JobExecutionRunningState = string;
3185
5134
 
5135
+ /** Known values of {@link WorkflowState} that the service accepts. */
5136
+ export enum KnownWorkflowState {
5137
+ /** NotSpecified */
5138
+ NotSpecified = "NotSpecified",
5139
+ /** Completed */
5140
+ Completed = "Completed",
5141
+ /** Enabled */
5142
+ Enabled = "Enabled",
5143
+ /** Disabled */
5144
+ Disabled = "Disabled",
5145
+ /** Deleted */
5146
+ Deleted = "Deleted",
5147
+ /** Suspended */
5148
+ Suspended = "Suspended",
5149
+ }
5150
+
5151
+ /**
5152
+ * Defines values for WorkflowState. \
5153
+ * {@link KnownWorkflowState} can be used interchangeably with WorkflowState,
5154
+ * this enum contains the known values that the service supports.
5155
+ * ### Known values supported by the service
5156
+ * **NotSpecified** \
5157
+ * **Completed** \
5158
+ * **Enabled** \
5159
+ * **Disabled** \
5160
+ * **Deleted** \
5161
+ * **Suspended**
5162
+ */
5163
+ export type WorkflowState = string;
5164
+
5165
+ /** Known values of {@link LogicAppsProxyMethod} that the service accepts. */
5166
+ export enum KnownLogicAppsProxyMethod {
5167
+ /** GET */
5168
+ GET = "GET",
5169
+ /** Post */
5170
+ Post = "POST",
5171
+ }
5172
+
5173
+ /**
5174
+ * Defines values for LogicAppsProxyMethod. \
5175
+ * {@link KnownLogicAppsProxyMethod} can be used interchangeably with LogicAppsProxyMethod,
5176
+ * this enum contains the known values that the service supports.
5177
+ * ### Known values supported by the service
5178
+ * **GET** \
5179
+ * **POST**
5180
+ */
5181
+ export type LogicAppsProxyMethod = string;
5182
+
3186
5183
  /** Known values of {@link ManagedCertificateDomainControlValidation} that the service accepts. */
3187
5184
  export enum KnownManagedCertificateDomainControlValidation {
3188
5185
  /** Cname */
@@ -3204,33 +5201,129 @@ export enum KnownManagedCertificateDomainControlValidation {
3204
5201
  */
3205
5202
  export type ManagedCertificateDomainControlValidation = string;
3206
5203
 
3207
- /** Known values of {@link SourceControlOperationState} that the service accepts. */
3208
- export enum KnownSourceControlOperationState {
3209
- /** InProgress */
3210
- InProgress = "InProgress",
3211
- /** Succeeded */
3212
- Succeeded = "Succeeded",
3213
- /** Failed */
3214
- Failed = "Failed",
3215
- /** Canceled */
3216
- Canceled = "Canceled",
5204
+ /** Known values of {@link ContainerType} that the service accepts. */
5205
+ export enum KnownContainerType {
5206
+ /** CustomContainer */
5207
+ CustomContainer = "CustomContainer",
5208
+ /** PythonLTS */
5209
+ PythonLTS = "PythonLTS",
3217
5210
  }
3218
5211
 
3219
5212
  /**
3220
- * Defines values for SourceControlOperationState. \
3221
- * {@link KnownSourceControlOperationState} can be used interchangeably with SourceControlOperationState,
5213
+ * Defines values for ContainerType. \
5214
+ * {@link KnownContainerType} can be used interchangeably with ContainerType,
3222
5215
  * this enum contains the known values that the service supports.
3223
5216
  * ### Known values supported by the service
3224
- * **InProgress** \
3225
- * **Succeeded** \
3226
- * **Failed** \
3227
- * **Canceled**
5217
+ * **CustomContainer** \
5218
+ * **PythonLTS**
3228
5219
  */
3229
- export type SourceControlOperationState = string;
3230
- /** Defines values for UnauthenticatedClientActionV2. */
3231
- export type UnauthenticatedClientActionV2 =
3232
- | "RedirectToLoginPage"
3233
- | "AllowAnonymous"
5220
+ export type ContainerType = string;
5221
+
5222
+ /** Known values of {@link PoolManagementType} that the service accepts. */
5223
+ export enum KnownPoolManagementType {
5224
+ /** Manual */
5225
+ Manual = "Manual",
5226
+ /** Dynamic */
5227
+ Dynamic = "Dynamic",
5228
+ }
5229
+
5230
+ /**
5231
+ * Defines values for PoolManagementType. \
5232
+ * {@link KnownPoolManagementType} can be used interchangeably with PoolManagementType,
5233
+ * this enum contains the known values that the service supports.
5234
+ * ### Known values supported by the service
5235
+ * **Manual** \
5236
+ * **Dynamic**
5237
+ */
5238
+ export type PoolManagementType = string;
5239
+
5240
+ /** Known values of {@link ExecutionType} that the service accepts. */
5241
+ export enum KnownExecutionType {
5242
+ /** Timed */
5243
+ Timed = "Timed",
5244
+ }
5245
+
5246
+ /**
5247
+ * Defines values for ExecutionType. \
5248
+ * {@link KnownExecutionType} can be used interchangeably with ExecutionType,
5249
+ * this enum contains the known values that the service supports.
5250
+ * ### Known values supported by the service
5251
+ * **Timed**
5252
+ */
5253
+ export type ExecutionType = string;
5254
+
5255
+ /** Known values of {@link SessionNetworkStatus} that the service accepts. */
5256
+ export enum KnownSessionNetworkStatus {
5257
+ /** EgressEnabled */
5258
+ EgressEnabled = "EgressEnabled",
5259
+ /** EgressDisabled */
5260
+ EgressDisabled = "EgressDisabled",
5261
+ }
5262
+
5263
+ /**
5264
+ * Defines values for SessionNetworkStatus. \
5265
+ * {@link KnownSessionNetworkStatus} can be used interchangeably with SessionNetworkStatus,
5266
+ * this enum contains the known values that the service supports.
5267
+ * ### Known values supported by the service
5268
+ * **EgressEnabled** \
5269
+ * **EgressDisabled**
5270
+ */
5271
+ export type SessionNetworkStatus = string;
5272
+
5273
+ /** Known values of {@link SessionPoolProvisioningState} that the service accepts. */
5274
+ export enum KnownSessionPoolProvisioningState {
5275
+ /** InProgress */
5276
+ InProgress = "InProgress",
5277
+ /** Succeeded */
5278
+ Succeeded = "Succeeded",
5279
+ /** Failed */
5280
+ Failed = "Failed",
5281
+ /** Canceled */
5282
+ Canceled = "Canceled",
5283
+ /** Deleting */
5284
+ Deleting = "Deleting",
5285
+ }
5286
+
5287
+ /**
5288
+ * Defines values for SessionPoolProvisioningState. \
5289
+ * {@link KnownSessionPoolProvisioningState} can be used interchangeably with SessionPoolProvisioningState,
5290
+ * this enum contains the known values that the service supports.
5291
+ * ### Known values supported by the service
5292
+ * **InProgress** \
5293
+ * **Succeeded** \
5294
+ * **Failed** \
5295
+ * **Canceled** \
5296
+ * **Deleting**
5297
+ */
5298
+ export type SessionPoolProvisioningState = string;
5299
+
5300
+ /** Known values of {@link SourceControlOperationState} that the service accepts. */
5301
+ export enum KnownSourceControlOperationState {
5302
+ /** InProgress */
5303
+ InProgress = "InProgress",
5304
+ /** Succeeded */
5305
+ Succeeded = "Succeeded",
5306
+ /** Failed */
5307
+ Failed = "Failed",
5308
+ /** Canceled */
5309
+ Canceled = "Canceled",
5310
+ }
5311
+
5312
+ /**
5313
+ * Defines values for SourceControlOperationState. \
5314
+ * {@link KnownSourceControlOperationState} can be used interchangeably with SourceControlOperationState,
5315
+ * this enum contains the known values that the service supports.
5316
+ * ### Known values supported by the service
5317
+ * **InProgress** \
5318
+ * **Succeeded** \
5319
+ * **Failed** \
5320
+ * **Canceled**
5321
+ */
5322
+ export type SourceControlOperationState = string;
5323
+ /** Defines values for UnauthenticatedClientActionV2. */
5324
+ export type UnauthenticatedClientActionV2 =
5325
+ | "RedirectToLoginPage"
5326
+ | "AllowAnonymous"
3234
5327
  | "Return401"
3235
5328
  | "Return403";
3236
5329
  /** Defines values for CookieExpirationConvention. */
@@ -3241,6 +5334,51 @@ export type CookieExpirationConvention =
3241
5334
  export type ForwardProxyConvention = "NoProxy" | "Standard" | "Custom";
3242
5335
  /** Defines values for DnsVerificationTestResult. */
3243
5336
  export type DnsVerificationTestResult = "Passed" | "Failed" | "Skipped";
5337
+ /** Defines values for WorkflowHealthState. */
5338
+ export type WorkflowHealthState =
5339
+ | "NotSpecified"
5340
+ | "Healthy"
5341
+ | "Unhealthy"
5342
+ | "Unknown";
5343
+
5344
+ /** Optional parameters. */
5345
+ export interface AppResiliencyCreateOrUpdateOptionalParams
5346
+ extends coreClient.OperationOptions {}
5347
+
5348
+ /** Contains response data for the createOrUpdate operation. */
5349
+ export type AppResiliencyCreateOrUpdateResponse = AppResiliency;
5350
+
5351
+ /** Optional parameters. */
5352
+ export interface AppResiliencyUpdateOptionalParams
5353
+ extends coreClient.OperationOptions {}
5354
+
5355
+ /** Contains response data for the update operation. */
5356
+ export type AppResiliencyUpdateResponse = AppResiliency;
5357
+
5358
+ /** Optional parameters. */
5359
+ export interface AppResiliencyDeleteOptionalParams
5360
+ extends coreClient.OperationOptions {}
5361
+
5362
+ /** Optional parameters. */
5363
+ export interface AppResiliencyGetOptionalParams
5364
+ extends coreClient.OperationOptions {}
5365
+
5366
+ /** Contains response data for the get operation. */
5367
+ export type AppResiliencyGetResponse = AppResiliency;
5368
+
5369
+ /** Optional parameters. */
5370
+ export interface AppResiliencyListOptionalParams
5371
+ extends coreClient.OperationOptions {}
5372
+
5373
+ /** Contains response data for the list operation. */
5374
+ export type AppResiliencyListResponse = AppResiliencyCollection;
5375
+
5376
+ /** Optional parameters. */
5377
+ export interface AppResiliencyListNextOptionalParams
5378
+ extends coreClient.OperationOptions {}
5379
+
5380
+ /** Contains response data for the listNext operation. */
5381
+ export type AppResiliencyListNextResponse = AppResiliencyCollection;
3244
5382
 
3245
5383
  /** Optional parameters. */
3246
5384
  export interface ContainerAppsAuthConfigsListByContainerAppOptionalParams
@@ -3299,6 +5437,128 @@ export interface BillingMetersGetOptionalParams
3299
5437
  /** Contains response data for the get operation. */
3300
5438
  export type BillingMetersGetResponse = BillingMeterCollection;
3301
5439
 
5440
+ /** Optional parameters. */
5441
+ export interface BuildersListBySubscriptionOptionalParams
5442
+ extends coreClient.OperationOptions {}
5443
+
5444
+ /** Contains response data for the listBySubscription operation. */
5445
+ export type BuildersListBySubscriptionResponse = BuilderCollection;
5446
+
5447
+ /** Optional parameters. */
5448
+ export interface BuildersListByResourceGroupOptionalParams
5449
+ extends coreClient.OperationOptions {}
5450
+
5451
+ /** Contains response data for the listByResourceGroup operation. */
5452
+ export type BuildersListByResourceGroupResponse = BuilderCollection;
5453
+
5454
+ /** Optional parameters. */
5455
+ export interface BuildersGetOptionalParams
5456
+ extends coreClient.OperationOptions {}
5457
+
5458
+ /** Contains response data for the get operation. */
5459
+ export type BuildersGetResponse = BuilderResource;
5460
+
5461
+ /** Optional parameters. */
5462
+ export interface BuildersCreateOrUpdateOptionalParams
5463
+ extends coreClient.OperationOptions {
5464
+ /** Delay to wait until next poll, in milliseconds. */
5465
+ updateIntervalInMs?: number;
5466
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
5467
+ resumeFrom?: string;
5468
+ }
5469
+
5470
+ /** Contains response data for the createOrUpdate operation. */
5471
+ export type BuildersCreateOrUpdateResponse = BuilderResource;
5472
+
5473
+ /** Optional parameters. */
5474
+ export interface BuildersUpdateOptionalParams
5475
+ extends coreClient.OperationOptions {
5476
+ /** Delay to wait until next poll, in milliseconds. */
5477
+ updateIntervalInMs?: number;
5478
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
5479
+ resumeFrom?: string;
5480
+ }
5481
+
5482
+ /** Contains response data for the update operation. */
5483
+ export type BuildersUpdateResponse = BuilderResource;
5484
+
5485
+ /** Optional parameters. */
5486
+ export interface BuildersDeleteOptionalParams
5487
+ extends coreClient.OperationOptions {
5488
+ /** Delay to wait until next poll, in milliseconds. */
5489
+ updateIntervalInMs?: number;
5490
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
5491
+ resumeFrom?: string;
5492
+ }
5493
+
5494
+ /** Contains response data for the delete operation. */
5495
+ export type BuildersDeleteResponse = BuildersDeleteHeaders;
5496
+
5497
+ /** Optional parameters. */
5498
+ export interface BuildersListBySubscriptionNextOptionalParams
5499
+ extends coreClient.OperationOptions {}
5500
+
5501
+ /** Contains response data for the listBySubscriptionNext operation. */
5502
+ export type BuildersListBySubscriptionNextResponse = BuilderCollection;
5503
+
5504
+ /** Optional parameters. */
5505
+ export interface BuildersListByResourceGroupNextOptionalParams
5506
+ extends coreClient.OperationOptions {}
5507
+
5508
+ /** Contains response data for the listByResourceGroupNext operation. */
5509
+ export type BuildersListByResourceGroupNextResponse = BuilderCollection;
5510
+
5511
+ /** Optional parameters. */
5512
+ export interface BuildsByBuilderResourceListOptionalParams
5513
+ extends coreClient.OperationOptions {}
5514
+
5515
+ /** Contains response data for the list operation. */
5516
+ export type BuildsByBuilderResourceListResponse = BuildCollection;
5517
+
5518
+ /** Optional parameters. */
5519
+ export interface BuildsByBuilderResourceListNextOptionalParams
5520
+ extends coreClient.OperationOptions {}
5521
+
5522
+ /** Contains response data for the listNext operation. */
5523
+ export type BuildsByBuilderResourceListNextResponse = BuildCollection;
5524
+
5525
+ /** Optional parameters. */
5526
+ export interface BuildsGetOptionalParams extends coreClient.OperationOptions {}
5527
+
5528
+ /** Contains response data for the get operation. */
5529
+ export type BuildsGetResponse = BuildResource;
5530
+
5531
+ /** Optional parameters. */
5532
+ export interface BuildsCreateOrUpdateOptionalParams
5533
+ extends coreClient.OperationOptions {
5534
+ /** Delay to wait until next poll, in milliseconds. */
5535
+ updateIntervalInMs?: number;
5536
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
5537
+ resumeFrom?: string;
5538
+ }
5539
+
5540
+ /** Contains response data for the createOrUpdate operation. */
5541
+ export type BuildsCreateOrUpdateResponse = BuildResource;
5542
+
5543
+ /** Optional parameters. */
5544
+ export interface BuildsDeleteOptionalParams
5545
+ extends coreClient.OperationOptions {
5546
+ /** Delay to wait until next poll, in milliseconds. */
5547
+ updateIntervalInMs?: number;
5548
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
5549
+ resumeFrom?: string;
5550
+ }
5551
+
5552
+ /** Contains response data for the delete operation. */
5553
+ export type BuildsDeleteResponse = BuildsDeleteHeaders;
5554
+
5555
+ /** Optional parameters. */
5556
+ export interface BuildAuthTokenListOptionalParams
5557
+ extends coreClient.OperationOptions {}
5558
+
5559
+ /** Contains response data for the list operation. */
5560
+ export type BuildAuthTokenListResponse = BuildToken;
5561
+
3302
5562
  /** Optional parameters. */
3303
5563
  export interface ConnectedEnvironmentsListBySubscriptionOptionalParams
3304
5564
  extends coreClient.OperationOptions {}
@@ -3610,74 +5870,173 @@ export type ContainerAppsListByResourceGroupNextResponse =
3610
5870
  ContainerAppCollection;
3611
5871
 
3612
5872
  /** Optional parameters. */
3613
- export interface ContainerAppsRevisionsListRevisionsOptionalParams
3614
- extends coreClient.OperationOptions {
3615
- /** The filter to apply on the operation. */
3616
- filter?: string;
3617
- }
3618
-
3619
- /** Contains response data for the listRevisions operation. */
3620
- export type ContainerAppsRevisionsListRevisionsResponse = RevisionCollection;
3621
-
3622
- /** Optional parameters. */
3623
- export interface ContainerAppsRevisionsGetRevisionOptionalParams
5873
+ export interface ContainerAppsBuildsByContainerAppListOptionalParams
3624
5874
  extends coreClient.OperationOptions {}
3625
5875
 
3626
- /** Contains response data for the getRevision operation. */
3627
- export type ContainerAppsRevisionsGetRevisionResponse = Revision;
3628
-
3629
- /** Optional parameters. */
3630
- export interface ContainerAppsRevisionsActivateRevisionOptionalParams
3631
- extends coreClient.OperationOptions {}
5876
+ /** Contains response data for the list operation. */
5877
+ export type ContainerAppsBuildsByContainerAppListResponse =
5878
+ ContainerAppsBuildCollection;
3632
5879
 
3633
5880
  /** Optional parameters. */
3634
- export interface ContainerAppsRevisionsDeactivateRevisionOptionalParams
5881
+ export interface ContainerAppsBuildsByContainerAppListNextOptionalParams
3635
5882
  extends coreClient.OperationOptions {}
3636
5883
 
3637
- /** Optional parameters. */
3638
- export interface ContainerAppsRevisionsRestartRevisionOptionalParams
3639
- extends coreClient.OperationOptions {}
5884
+ /** Contains response data for the listNext operation. */
5885
+ export type ContainerAppsBuildsByContainerAppListNextResponse =
5886
+ ContainerAppsBuildCollection;
3640
5887
 
3641
5888
  /** Optional parameters. */
3642
- export interface ContainerAppsRevisionsListRevisionsNextOptionalParams
5889
+ export interface ContainerAppsBuildsGetOptionalParams
3643
5890
  extends coreClient.OperationOptions {}
3644
5891
 
3645
- /** Contains response data for the listRevisionsNext operation. */
3646
- export type ContainerAppsRevisionsListRevisionsNextResponse =
3647
- RevisionCollection;
5892
+ /** Contains response data for the get operation. */
5893
+ export type ContainerAppsBuildsGetResponse = ContainerAppsBuildResource;
3648
5894
 
3649
5895
  /** Optional parameters. */
3650
- export interface ContainerAppsRevisionReplicasGetReplicaOptionalParams
3651
- extends coreClient.OperationOptions {}
5896
+ export interface ContainerAppsBuildsDeleteOptionalParams
5897
+ extends coreClient.OperationOptions {
5898
+ /** Delay to wait until next poll, in milliseconds. */
5899
+ updateIntervalInMs?: number;
5900
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
5901
+ resumeFrom?: string;
5902
+ }
3652
5903
 
3653
- /** Contains response data for the getReplica operation. */
3654
- export type ContainerAppsRevisionReplicasGetReplicaResponse = Replica;
5904
+ /** Contains response data for the delete operation. */
5905
+ export type ContainerAppsBuildsDeleteResponse =
5906
+ ContainerAppsBuildsDeleteHeaders;
3655
5907
 
3656
5908
  /** Optional parameters. */
3657
- export interface ContainerAppsRevisionReplicasListReplicasOptionalParams
3658
- extends coreClient.OperationOptions {}
5909
+ export interface ContainerAppsPatchesListByContainerAppOptionalParams
5910
+ extends coreClient.OperationOptions {
5911
+ /** The filter to apply on the operation. For example, $filter=properties/patchApplyStatus eq 'Succeeded' */
5912
+ filter?: string;
5913
+ }
3659
5914
 
3660
- /** Contains response data for the listReplicas operation. */
3661
- export type ContainerAppsRevisionReplicasListReplicasResponse =
3662
- ReplicaCollection;
5915
+ /** Contains response data for the listByContainerApp operation. */
5916
+ export type ContainerAppsPatchesListByContainerAppResponse = PatchCollection;
3663
5917
 
3664
5918
  /** Optional parameters. */
3665
- export interface ContainerAppsDiagnosticsListDetectorsOptionalParams
5919
+ export interface ContainerAppsPatchesGetOptionalParams
3666
5920
  extends coreClient.OperationOptions {}
3667
5921
 
3668
- /** Contains response data for the listDetectors operation. */
3669
- export type ContainerAppsDiagnosticsListDetectorsResponse =
3670
- DiagnosticsCollection;
5922
+ /** Contains response data for the get operation. */
5923
+ export type ContainerAppsPatchesGetResponse = ContainerAppsPatchResource;
3671
5924
 
3672
5925
  /** Optional parameters. */
3673
- export interface ContainerAppsDiagnosticsGetDetectorOptionalParams
3674
- extends coreClient.OperationOptions {}
5926
+ export interface ContainerAppsPatchesDeleteOptionalParams
5927
+ extends coreClient.OperationOptions {
5928
+ /** Delay to wait until next poll, in milliseconds. */
5929
+ updateIntervalInMs?: number;
5930
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
5931
+ resumeFrom?: string;
5932
+ }
3675
5933
 
3676
- /** Contains response data for the getDetector operation. */
3677
- export type ContainerAppsDiagnosticsGetDetectorResponse = Diagnostics;
5934
+ /** Contains response data for the delete operation. */
5935
+ export type ContainerAppsPatchesDeleteResponse =
5936
+ ContainerAppsPatchesDeleteHeaders;
3678
5937
 
3679
5938
  /** Optional parameters. */
3680
- export interface ContainerAppsDiagnosticsListRevisionsOptionalParams
5939
+ export interface ContainerAppsPatchesSkipConfigureOptionalParams
5940
+ extends coreClient.OperationOptions {
5941
+ /** Delay to wait until next poll, in milliseconds. */
5942
+ updateIntervalInMs?: number;
5943
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
5944
+ resumeFrom?: string;
5945
+ }
5946
+
5947
+ /** Contains response data for the skipConfigure operation. */
5948
+ export type ContainerAppsPatchesSkipConfigureResponse =
5949
+ ContainerAppsPatchesSkipConfigureHeaders;
5950
+
5951
+ /** Optional parameters. */
5952
+ export interface ContainerAppsPatchesApplyOptionalParams
5953
+ extends coreClient.OperationOptions {
5954
+ /** Delay to wait until next poll, in milliseconds. */
5955
+ updateIntervalInMs?: number;
5956
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
5957
+ resumeFrom?: string;
5958
+ }
5959
+
5960
+ /** Contains response data for the apply operation. */
5961
+ export type ContainerAppsPatchesApplyResponse = ContainerAppsPatchResource;
5962
+
5963
+ /** Optional parameters. */
5964
+ export interface ContainerAppsPatchesListByContainerAppNextOptionalParams
5965
+ extends coreClient.OperationOptions {}
5966
+
5967
+ /** Contains response data for the listByContainerAppNext operation. */
5968
+ export type ContainerAppsPatchesListByContainerAppNextResponse =
5969
+ PatchCollection;
5970
+
5971
+ /** Optional parameters. */
5972
+ export interface ContainerAppsRevisionsListRevisionsOptionalParams
5973
+ extends coreClient.OperationOptions {
5974
+ /** The filter to apply on the operation. */
5975
+ filter?: string;
5976
+ }
5977
+
5978
+ /** Contains response data for the listRevisions operation. */
5979
+ export type ContainerAppsRevisionsListRevisionsResponse = RevisionCollection;
5980
+
5981
+ /** Optional parameters. */
5982
+ export interface ContainerAppsRevisionsGetRevisionOptionalParams
5983
+ extends coreClient.OperationOptions {}
5984
+
5985
+ /** Contains response data for the getRevision operation. */
5986
+ export type ContainerAppsRevisionsGetRevisionResponse = Revision;
5987
+
5988
+ /** Optional parameters. */
5989
+ export interface ContainerAppsRevisionsActivateRevisionOptionalParams
5990
+ extends coreClient.OperationOptions {}
5991
+
5992
+ /** Optional parameters. */
5993
+ export interface ContainerAppsRevisionsDeactivateRevisionOptionalParams
5994
+ extends coreClient.OperationOptions {}
5995
+
5996
+ /** Optional parameters. */
5997
+ export interface ContainerAppsRevisionsRestartRevisionOptionalParams
5998
+ extends coreClient.OperationOptions {}
5999
+
6000
+ /** Optional parameters. */
6001
+ export interface ContainerAppsRevisionsListRevisionsNextOptionalParams
6002
+ extends coreClient.OperationOptions {}
6003
+
6004
+ /** Contains response data for the listRevisionsNext operation. */
6005
+ export type ContainerAppsRevisionsListRevisionsNextResponse =
6006
+ RevisionCollection;
6007
+
6008
+ /** Optional parameters. */
6009
+ export interface ContainerAppsRevisionReplicasGetReplicaOptionalParams
6010
+ extends coreClient.OperationOptions {}
6011
+
6012
+ /** Contains response data for the getReplica operation. */
6013
+ export type ContainerAppsRevisionReplicasGetReplicaResponse = Replica;
6014
+
6015
+ /** Optional parameters. */
6016
+ export interface ContainerAppsRevisionReplicasListReplicasOptionalParams
6017
+ extends coreClient.OperationOptions {}
6018
+
6019
+ /** Contains response data for the listReplicas operation. */
6020
+ export type ContainerAppsRevisionReplicasListReplicasResponse =
6021
+ ReplicaCollection;
6022
+
6023
+ /** Optional parameters. */
6024
+ export interface ContainerAppsDiagnosticsListDetectorsOptionalParams
6025
+ extends coreClient.OperationOptions {}
6026
+
6027
+ /** Contains response data for the listDetectors operation. */
6028
+ export type ContainerAppsDiagnosticsListDetectorsResponse =
6029
+ DiagnosticsCollection;
6030
+
6031
+ /** Optional parameters. */
6032
+ export interface ContainerAppsDiagnosticsGetDetectorOptionalParams
6033
+ extends coreClient.OperationOptions {}
6034
+
6035
+ /** Contains response data for the getDetector operation. */
6036
+ export type ContainerAppsDiagnosticsGetDetectorResponse = Diagnostics;
6037
+
6038
+ /** Optional parameters. */
6039
+ export interface ContainerAppsDiagnosticsListRevisionsOptionalParams
3681
6040
  extends coreClient.OperationOptions {
3682
6041
  /** The filter to apply on the operation. */
3683
6042
  filter?: string;
@@ -3851,6 +6210,28 @@ export interface JobsListSecretsOptionalParams
3851
6210
  /** Contains response data for the listSecrets operation. */
3852
6211
  export type JobsListSecretsResponse = JobSecretsCollection;
3853
6212
 
6213
+ /** Optional parameters. */
6214
+ export interface JobsResumeOptionalParams 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
+
6221
+ /** Contains response data for the resume operation. */
6222
+ export type JobsResumeResponse = Job;
6223
+
6224
+ /** Optional parameters. */
6225
+ export interface JobsSuspendOptionalParams extends coreClient.OperationOptions {
6226
+ /** Delay to wait until next poll, in milliseconds. */
6227
+ updateIntervalInMs?: number;
6228
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
6229
+ resumeFrom?: string;
6230
+ }
6231
+
6232
+ /** Contains response data for the suspend operation. */
6233
+ export type JobsSuspendResponse = Job;
6234
+
3854
6235
  /** Optional parameters. */
3855
6236
  export interface JobsListDetectorsNextOptionalParams
3856
6237
  extends coreClient.OperationOptions {}
@@ -3872,6 +6253,73 @@ export interface JobsListByResourceGroupNextOptionalParams
3872
6253
  /** Contains response data for the listByResourceGroupNext operation. */
3873
6254
  export type JobsListByResourceGroupNextResponse = JobsCollection;
3874
6255
 
6256
+ /** Optional parameters. */
6257
+ export interface DotNetComponentsListOptionalParams
6258
+ extends coreClient.OperationOptions {}
6259
+
6260
+ /** Contains response data for the list operation. */
6261
+ export type DotNetComponentsListResponse = DotNetComponentsCollection;
6262
+
6263
+ /** Optional parameters. */
6264
+ export interface DotNetComponentsGetOptionalParams
6265
+ extends coreClient.OperationOptions {}
6266
+
6267
+ /** Contains response data for the get operation. */
6268
+ export type DotNetComponentsGetResponse = DotNetComponent;
6269
+
6270
+ /** Optional parameters. */
6271
+ export interface DotNetComponentsCreateOrUpdateOptionalParams
6272
+ extends coreClient.OperationOptions {
6273
+ /** Delay to wait until next poll, in milliseconds. */
6274
+ updateIntervalInMs?: number;
6275
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
6276
+ resumeFrom?: string;
6277
+ }
6278
+
6279
+ /** Contains response data for the createOrUpdate operation. */
6280
+ export type DotNetComponentsCreateOrUpdateResponse = DotNetComponent;
6281
+
6282
+ /** Optional parameters. */
6283
+ export interface DotNetComponentsUpdateOptionalParams
6284
+ extends coreClient.OperationOptions {
6285
+ /** Delay to wait until next poll, in milliseconds. */
6286
+ updateIntervalInMs?: number;
6287
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
6288
+ resumeFrom?: string;
6289
+ }
6290
+
6291
+ /** Contains response data for the update operation. */
6292
+ export type DotNetComponentsUpdateResponse = DotNetComponent;
6293
+
6294
+ /** Optional parameters. */
6295
+ export interface DotNetComponentsDeleteOptionalParams
6296
+ extends coreClient.OperationOptions {
6297
+ /** Delay to wait until next poll, in milliseconds. */
6298
+ updateIntervalInMs?: number;
6299
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
6300
+ resumeFrom?: string;
6301
+ }
6302
+
6303
+ /** Contains response data for the delete operation. */
6304
+ export type DotNetComponentsDeleteResponse = DotNetComponentsDeleteHeaders;
6305
+
6306
+ /** Optional parameters. */
6307
+ export interface DotNetComponentsListNextOptionalParams
6308
+ extends coreClient.OperationOptions {}
6309
+
6310
+ /** Contains response data for the listNext operation. */
6311
+ export type DotNetComponentsListNextResponse = DotNetComponentsCollection;
6312
+
6313
+ /** Optional parameters. */
6314
+ export interface FunctionsExtensionInvokeFunctionsHostOptionalParams
6315
+ extends coreClient.OperationOptions {}
6316
+
6317
+ /** Contains response data for the invokeFunctionsHost operation. */
6318
+ export type FunctionsExtensionInvokeFunctionsHostResponse = {
6319
+ /** The parsed response body. */
6320
+ body: string;
6321
+ };
6322
+
3875
6323
  /** Optional parameters. */
3876
6324
  export interface OperationsListOptionalParams
3877
6325
  extends coreClient.OperationOptions {}
@@ -3886,6 +6334,63 @@ export interface OperationsListNextOptionalParams
3886
6334
  /** Contains response data for the listNext operation. */
3887
6335
  export type OperationsListNextResponse = AvailableOperations;
3888
6336
 
6337
+ /** Optional parameters. */
6338
+ export interface JavaComponentsListOptionalParams
6339
+ extends coreClient.OperationOptions {}
6340
+
6341
+ /** Contains response data for the list operation. */
6342
+ export type JavaComponentsListResponse = JavaComponentsCollection;
6343
+
6344
+ /** Optional parameters. */
6345
+ export interface JavaComponentsGetOptionalParams
6346
+ extends coreClient.OperationOptions {}
6347
+
6348
+ /** Contains response data for the get operation. */
6349
+ export type JavaComponentsGetResponse = JavaComponent;
6350
+
6351
+ /** Optional parameters. */
6352
+ export interface JavaComponentsCreateOrUpdateOptionalParams
6353
+ extends coreClient.OperationOptions {
6354
+ /** Delay to wait until next poll, in milliseconds. */
6355
+ updateIntervalInMs?: number;
6356
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
6357
+ resumeFrom?: string;
6358
+ }
6359
+
6360
+ /** Contains response data for the createOrUpdate operation. */
6361
+ export type JavaComponentsCreateOrUpdateResponse = JavaComponent;
6362
+
6363
+ /** Optional parameters. */
6364
+ export interface JavaComponentsUpdateOptionalParams
6365
+ extends coreClient.OperationOptions {
6366
+ /** Delay to wait until next poll, in milliseconds. */
6367
+ updateIntervalInMs?: number;
6368
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
6369
+ resumeFrom?: string;
6370
+ }
6371
+
6372
+ /** Contains response data for the update operation. */
6373
+ export type JavaComponentsUpdateResponse = JavaComponent;
6374
+
6375
+ /** Optional parameters. */
6376
+ export interface JavaComponentsDeleteOptionalParams
6377
+ extends coreClient.OperationOptions {
6378
+ /** Delay to wait until next poll, in milliseconds. */
6379
+ updateIntervalInMs?: number;
6380
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
6381
+ resumeFrom?: string;
6382
+ }
6383
+
6384
+ /** Contains response data for the delete operation. */
6385
+ export type JavaComponentsDeleteResponse = JavaComponentsDeleteHeaders;
6386
+
6387
+ /** Optional parameters. */
6388
+ export interface JavaComponentsListNextOptionalParams
6389
+ extends coreClient.OperationOptions {}
6390
+
6391
+ /** Contains response data for the listNext operation. */
6392
+ export type JavaComponentsListNextResponse = JavaComponentsCollection;
6393
+
3889
6394
  /** Optional parameters. */
3890
6395
  export interface JobsExecutionsListOptionalParams
3891
6396
  extends coreClient.OperationOptions {
@@ -3920,6 +6425,66 @@ export type GetCustomDomainVerificationIdResponse = {
3920
6425
  body: string;
3921
6426
  };
3922
6427
 
6428
+ /** Optional parameters. */
6429
+ export interface LogicAppsGetOptionalParams
6430
+ extends coreClient.OperationOptions {}
6431
+
6432
+ /** Contains response data for the get operation. */
6433
+ export type LogicAppsGetResponse = LogicApp;
6434
+
6435
+ /** Optional parameters. */
6436
+ export interface LogicAppsCreateOrUpdateOptionalParams
6437
+ extends coreClient.OperationOptions {}
6438
+
6439
+ /** Contains response data for the createOrUpdate operation. */
6440
+ export type LogicAppsCreateOrUpdateResponse = LogicApp;
6441
+
6442
+ /** Optional parameters. */
6443
+ export interface LogicAppsDeleteOptionalParams
6444
+ extends coreClient.OperationOptions {}
6445
+
6446
+ /** Optional parameters. */
6447
+ export interface LogicAppsListWorkflowsOptionalParams
6448
+ extends coreClient.OperationOptions {}
6449
+
6450
+ /** Contains response data for the listWorkflows operation. */
6451
+ export type LogicAppsListWorkflowsResponse = WorkflowEnvelopeCollection;
6452
+
6453
+ /** Optional parameters. */
6454
+ export interface LogicAppsGetWorkflowOptionalParams
6455
+ extends coreClient.OperationOptions {}
6456
+
6457
+ /** Contains response data for the getWorkflow operation. */
6458
+ export type LogicAppsGetWorkflowResponse = WorkflowEnvelope;
6459
+
6460
+ /** Optional parameters. */
6461
+ export interface LogicAppsDeployWorkflowArtifactsOptionalParams
6462
+ extends coreClient.OperationOptions {
6463
+ /** Application settings and files of the workflow. */
6464
+ workflowArtifacts?: WorkflowArtifacts;
6465
+ }
6466
+
6467
+ /** Optional parameters. */
6468
+ export interface LogicAppsListWorkflowsConnectionsOptionalParams
6469
+ extends coreClient.OperationOptions {}
6470
+
6471
+ /** Contains response data for the listWorkflowsConnections operation. */
6472
+ export type LogicAppsListWorkflowsConnectionsResponse = WorkflowEnvelope;
6473
+
6474
+ /** Optional parameters. */
6475
+ export interface LogicAppsInvokeOptionalParams
6476
+ extends coreClient.OperationOptions {}
6477
+
6478
+ /** Contains response data for the invoke operation. */
6479
+ export type LogicAppsInvokeResponse = Record<string, unknown>;
6480
+
6481
+ /** Optional parameters. */
6482
+ export interface LogicAppsListWorkflowsNextOptionalParams
6483
+ extends coreClient.OperationOptions {}
6484
+
6485
+ /** Contains response data for the listWorkflowsNext operation. */
6486
+ export type LogicAppsListWorkflowsNextResponse = WorkflowEnvelopeCollection;
6487
+
3923
6488
  /** Optional parameters. */
3924
6489
  export interface ManagedEnvironmentsListBySubscriptionOptionalParams
3925
6490
  extends coreClient.OperationOptions {}
@@ -4111,6 +6676,108 @@ export interface NamespacesCheckNameAvailabilityOptionalParams
4111
6676
  export type NamespacesCheckNameAvailabilityResponse =
4112
6677
  CheckNameAvailabilityResponse;
4113
6678
 
6679
+ /** Optional parameters. */
6680
+ export interface ManagedEnvironmentPrivateEndpointConnectionsListOptionalParams
6681
+ extends coreClient.OperationOptions {}
6682
+
6683
+ /** Contains response data for the list operation. */
6684
+ export type ManagedEnvironmentPrivateEndpointConnectionsListResponse =
6685
+ PrivateEndpointConnectionListResult;
6686
+
6687
+ /** Optional parameters. */
6688
+ export interface ManagedEnvironmentPrivateEndpointConnectionsGetOptionalParams
6689
+ extends coreClient.OperationOptions {}
6690
+
6691
+ /** Contains response data for the get operation. */
6692
+ export type ManagedEnvironmentPrivateEndpointConnectionsGetResponse =
6693
+ PrivateEndpointConnection;
6694
+
6695
+ /** Optional parameters. */
6696
+ export interface ManagedEnvironmentPrivateEndpointConnectionsCreateOrUpdateOptionalParams
6697
+ extends coreClient.OperationOptions {
6698
+ /** Delay to wait until next poll, in milliseconds. */
6699
+ updateIntervalInMs?: number;
6700
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
6701
+ resumeFrom?: string;
6702
+ }
6703
+
6704
+ /** Contains response data for the createOrUpdate operation. */
6705
+ export type ManagedEnvironmentPrivateEndpointConnectionsCreateOrUpdateResponse =
6706
+ PrivateEndpointConnection;
6707
+
6708
+ /** Optional parameters. */
6709
+ export interface ManagedEnvironmentPrivateEndpointConnectionsDeleteOptionalParams
6710
+ extends coreClient.OperationOptions {
6711
+ /** Delay to wait until next poll, in milliseconds. */
6712
+ updateIntervalInMs?: number;
6713
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
6714
+ resumeFrom?: string;
6715
+ }
6716
+
6717
+ /** Contains response data for the delete operation. */
6718
+ export type ManagedEnvironmentPrivateEndpointConnectionsDeleteResponse =
6719
+ ManagedEnvironmentPrivateEndpointConnectionsDeleteHeaders;
6720
+
6721
+ /** Optional parameters. */
6722
+ export interface ManagedEnvironmentPrivateEndpointConnectionsListNextOptionalParams
6723
+ extends coreClient.OperationOptions {}
6724
+
6725
+ /** Contains response data for the listNext operation. */
6726
+ export type ManagedEnvironmentPrivateEndpointConnectionsListNextResponse =
6727
+ PrivateEndpointConnectionListResult;
6728
+
6729
+ /** Optional parameters. */
6730
+ export interface ManagedEnvironmentPrivateLinkResourcesListOptionalParams
6731
+ extends coreClient.OperationOptions {}
6732
+
6733
+ /** Contains response data for the list operation. */
6734
+ export type ManagedEnvironmentPrivateLinkResourcesListResponse =
6735
+ PrivateLinkResourceListResult;
6736
+
6737
+ /** Optional parameters. */
6738
+ export interface ManagedEnvironmentPrivateLinkResourcesListNextOptionalParams
6739
+ extends coreClient.OperationOptions {}
6740
+
6741
+ /** Contains response data for the listNext operation. */
6742
+ export type ManagedEnvironmentPrivateLinkResourcesListNextResponse =
6743
+ PrivateLinkResourceListResult;
6744
+
6745
+ /** Optional parameters. */
6746
+ export interface DaprComponentResiliencyPoliciesListOptionalParams
6747
+ extends coreClient.OperationOptions {}
6748
+
6749
+ /** Contains response data for the list operation. */
6750
+ export type DaprComponentResiliencyPoliciesListResponse =
6751
+ DaprComponentResiliencyPoliciesCollection;
6752
+
6753
+ /** Optional parameters. */
6754
+ export interface DaprComponentResiliencyPoliciesGetOptionalParams
6755
+ extends coreClient.OperationOptions {}
6756
+
6757
+ /** Contains response data for the get operation. */
6758
+ export type DaprComponentResiliencyPoliciesGetResponse =
6759
+ DaprComponentResiliencyPolicy;
6760
+
6761
+ /** Optional parameters. */
6762
+ export interface DaprComponentResiliencyPoliciesCreateOrUpdateOptionalParams
6763
+ extends coreClient.OperationOptions {}
6764
+
6765
+ /** Contains response data for the createOrUpdate operation. */
6766
+ export type DaprComponentResiliencyPoliciesCreateOrUpdateResponse =
6767
+ DaprComponentResiliencyPolicy;
6768
+
6769
+ /** Optional parameters. */
6770
+ export interface DaprComponentResiliencyPoliciesDeleteOptionalParams
6771
+ extends coreClient.OperationOptions {}
6772
+
6773
+ /** Optional parameters. */
6774
+ export interface DaprComponentResiliencyPoliciesListNextOptionalParams
6775
+ extends coreClient.OperationOptions {}
6776
+
6777
+ /** Contains response data for the listNext operation. */
6778
+ export type DaprComponentResiliencyPoliciesListNextResponse =
6779
+ DaprComponentResiliencyPoliciesCollection;
6780
+
4114
6781
  /** Optional parameters. */
4115
6782
  export interface DaprComponentsListOptionalParams
4116
6783
  extends coreClient.OperationOptions {}
@@ -4150,6 +6817,38 @@ export interface DaprComponentsListNextOptionalParams
4150
6817
  /** Contains response data for the listNext operation. */
4151
6818
  export type DaprComponentsListNextResponse = DaprComponentsCollection;
4152
6819
 
6820
+ /** Optional parameters. */
6821
+ export interface DaprSubscriptionsListOptionalParams
6822
+ extends coreClient.OperationOptions {}
6823
+
6824
+ /** Contains response data for the list operation. */
6825
+ export type DaprSubscriptionsListResponse = DaprSubscriptionsCollection;
6826
+
6827
+ /** Optional parameters. */
6828
+ export interface DaprSubscriptionsGetOptionalParams
6829
+ extends coreClient.OperationOptions {}
6830
+
6831
+ /** Contains response data for the get operation. */
6832
+ export type DaprSubscriptionsGetResponse = DaprSubscription;
6833
+
6834
+ /** Optional parameters. */
6835
+ export interface DaprSubscriptionsCreateOrUpdateOptionalParams
6836
+ extends coreClient.OperationOptions {}
6837
+
6838
+ /** Contains response data for the createOrUpdate operation. */
6839
+ export type DaprSubscriptionsCreateOrUpdateResponse = DaprSubscription;
6840
+
6841
+ /** Optional parameters. */
6842
+ export interface DaprSubscriptionsDeleteOptionalParams
6843
+ extends coreClient.OperationOptions {}
6844
+
6845
+ /** Optional parameters. */
6846
+ export interface DaprSubscriptionsListNextOptionalParams
6847
+ extends coreClient.OperationOptions {}
6848
+
6849
+ /** Contains response data for the listNext operation. */
6850
+ export type DaprSubscriptionsListNextResponse = DaprSubscriptionsCollection;
6851
+
4153
6852
  /** Optional parameters. */
4154
6853
  export interface ManagedEnvironmentsStoragesListOptionalParams
4155
6854
  extends coreClient.OperationOptions {}
@@ -4177,6 +6876,82 @@ export type ManagedEnvironmentsStoragesCreateOrUpdateResponse =
4177
6876
  export interface ManagedEnvironmentsStoragesDeleteOptionalParams
4178
6877
  extends coreClient.OperationOptions {}
4179
6878
 
6879
+ /** Optional parameters. */
6880
+ export interface ContainerAppsSessionPoolsListBySubscriptionOptionalParams
6881
+ extends coreClient.OperationOptions {}
6882
+
6883
+ /** Contains response data for the listBySubscription operation. */
6884
+ export type ContainerAppsSessionPoolsListBySubscriptionResponse =
6885
+ SessionPoolCollection;
6886
+
6887
+ /** Optional parameters. */
6888
+ export interface ContainerAppsSessionPoolsListByResourceGroupOptionalParams
6889
+ extends coreClient.OperationOptions {}
6890
+
6891
+ /** Contains response data for the listByResourceGroup operation. */
6892
+ export type ContainerAppsSessionPoolsListByResourceGroupResponse =
6893
+ SessionPoolCollection;
6894
+
6895
+ /** Optional parameters. */
6896
+ export interface ContainerAppsSessionPoolsGetOptionalParams
6897
+ extends coreClient.OperationOptions {}
6898
+
6899
+ /** Contains response data for the get operation. */
6900
+ export type ContainerAppsSessionPoolsGetResponse = SessionPool;
6901
+
6902
+ /** Optional parameters. */
6903
+ export interface ContainerAppsSessionPoolsCreateOrUpdateOptionalParams
6904
+ extends coreClient.OperationOptions {
6905
+ /** Delay to wait until next poll, in milliseconds. */
6906
+ updateIntervalInMs?: number;
6907
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
6908
+ resumeFrom?: string;
6909
+ }
6910
+
6911
+ /** Contains response data for the createOrUpdate operation. */
6912
+ export type ContainerAppsSessionPoolsCreateOrUpdateResponse = SessionPool;
6913
+
6914
+ /** Optional parameters. */
6915
+ export interface ContainerAppsSessionPoolsUpdateOptionalParams
6916
+ extends coreClient.OperationOptions {
6917
+ /** Delay to wait until next poll, in milliseconds. */
6918
+ updateIntervalInMs?: number;
6919
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
6920
+ resumeFrom?: string;
6921
+ }
6922
+
6923
+ /** Contains response data for the update operation. */
6924
+ export type ContainerAppsSessionPoolsUpdateResponse = SessionPool;
6925
+
6926
+ /** Optional parameters. */
6927
+ export interface ContainerAppsSessionPoolsDeleteOptionalParams
6928
+ extends coreClient.OperationOptions {
6929
+ /** Delay to wait until next poll, in milliseconds. */
6930
+ updateIntervalInMs?: number;
6931
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
6932
+ resumeFrom?: string;
6933
+ }
6934
+
6935
+ /** Contains response data for the delete operation. */
6936
+ export type ContainerAppsSessionPoolsDeleteResponse =
6937
+ ContainerAppsSessionPoolsDeleteHeaders;
6938
+
6939
+ /** Optional parameters. */
6940
+ export interface ContainerAppsSessionPoolsListBySubscriptionNextOptionalParams
6941
+ extends coreClient.OperationOptions {}
6942
+
6943
+ /** Contains response data for the listBySubscriptionNext operation. */
6944
+ export type ContainerAppsSessionPoolsListBySubscriptionNextResponse =
6945
+ SessionPoolCollection;
6946
+
6947
+ /** Optional parameters. */
6948
+ export interface ContainerAppsSessionPoolsListByResourceGroupNextOptionalParams
6949
+ extends coreClient.OperationOptions {}
6950
+
6951
+ /** Contains response data for the listByResourceGroupNext operation. */
6952
+ export type ContainerAppsSessionPoolsListByResourceGroupNextResponse =
6953
+ SessionPoolCollection;
6954
+
4180
6955
  /** Optional parameters. */
4181
6956
  export interface ContainerAppsSourceControlsListByContainerAppOptionalParams
4182
6957
  extends coreClient.OperationOptions {}
@@ -4195,6 +6970,8 @@ export type ContainerAppsSourceControlsGetResponse = SourceControl;
4195
6970
  /** Optional parameters. */
4196
6971
  export interface ContainerAppsSourceControlsCreateOrUpdateOptionalParams
4197
6972
  extends coreClient.OperationOptions {
6973
+ /** Github personal access token used for SourceControl. */
6974
+ xMsGithubAuxiliary?: string;
4198
6975
  /** Delay to wait until next poll, in milliseconds. */
4199
6976
  updateIntervalInMs?: number;
4200
6977
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
@@ -4207,6 +6984,12 @@ export type ContainerAppsSourceControlsCreateOrUpdateResponse = SourceControl;
4207
6984
  /** Optional parameters. */
4208
6985
  export interface ContainerAppsSourceControlsDeleteOptionalParams
4209
6986
  extends coreClient.OperationOptions {
6987
+ /** Github personal access token used for SourceControl. */
6988
+ xMsGithubAuxiliary?: string;
6989
+ /** Ignore Workflow Deletion Failure. */
6990
+ ignoreWorkflowDeletionFailure?: boolean;
6991
+ /** Delete workflow. */
6992
+ deleteWorkflow?: boolean;
4210
6993
  /** Delay to wait until next poll, in milliseconds. */
4211
6994
  updateIntervalInMs?: number;
4212
6995
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */