@azure/arm-appcontainers 2.0.1-alpha.20240308.1 → 2.1.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 (546) hide show
  1. package/CHANGELOG.md +225 -11
  2. package/LICENSE +1 -1
  3. package/README.md +1 -1
  4. package/dist/index.js +12499 -7127
  5. package/dist/index.js.map +1 -1
  6. package/dist/index.min.js +1 -1
  7. package/dist/index.min.js.map +1 -1
  8. package/dist-esm/samples-dev/appResiliencyCreateOrUpdateSample.d.ts +2 -0
  9. package/dist-esm/samples-dev/appResiliencyCreateOrUpdateSample.d.ts.map +1 -0
  10. package/dist-esm/samples-dev/appResiliencyCreateOrUpdateSample.js +71 -0
  11. package/dist-esm/samples-dev/appResiliencyCreateOrUpdateSample.js.map +1 -0
  12. package/dist-esm/samples-dev/appResiliencyDeleteSample.d.ts +2 -0
  13. package/dist-esm/samples-dev/appResiliencyDeleteSample.d.ts.map +1 -0
  14. package/dist-esm/samples-dev/appResiliencyDeleteSample.js +40 -0
  15. package/dist-esm/samples-dev/appResiliencyDeleteSample.js.map +1 -0
  16. package/dist-esm/samples-dev/appResiliencyGetSample.d.ts +2 -0
  17. package/dist-esm/samples-dev/appResiliencyGetSample.d.ts.map +1 -0
  18. package/dist-esm/samples-dev/appResiliencyGetSample.js +40 -0
  19. package/dist-esm/samples-dev/appResiliencyGetSample.js.map +1 -0
  20. package/dist-esm/samples-dev/appResiliencyListSample.d.ts +2 -0
  21. package/dist-esm/samples-dev/appResiliencyListSample.d.ts.map +1 -0
  22. package/dist-esm/samples-dev/appResiliencyListSample.js +55 -0
  23. package/dist-esm/samples-dev/appResiliencyListSample.js.map +1 -0
  24. package/dist-esm/samples-dev/appResiliencyUpdateSample.d.ts +2 -0
  25. package/dist-esm/samples-dev/appResiliencyUpdateSample.d.ts.map +1 -0
  26. package/dist-esm/samples-dev/appResiliencyUpdateSample.js +46 -0
  27. package/dist-esm/samples-dev/appResiliencyUpdateSample.js.map +1 -0
  28. package/dist-esm/samples-dev/availableWorkloadProfilesGetSample.js +1 -1
  29. package/dist-esm/samples-dev/billingMetersGetSample.js +1 -1
  30. package/dist-esm/samples-dev/buildAuthTokenListSample.d.ts +2 -0
  31. package/dist-esm/samples-dev/buildAuthTokenListSample.d.ts.map +1 -0
  32. package/dist-esm/samples-dev/buildAuthTokenListSample.js +40 -0
  33. package/dist-esm/samples-dev/buildAuthTokenListSample.js.map +1 -0
  34. package/dist-esm/samples-dev/buildersCreateOrUpdateSample.d.ts +2 -0
  35. package/dist-esm/samples-dev/buildersCreateOrUpdateSample.d.ts.map +1 -0
  36. package/dist-esm/samples-dev/buildersCreateOrUpdateSample.js +60 -0
  37. package/dist-esm/samples-dev/buildersCreateOrUpdateSample.js.map +1 -0
  38. package/dist-esm/samples-dev/buildersDeleteSample.d.ts +2 -0
  39. package/dist-esm/samples-dev/buildersDeleteSample.d.ts.map +1 -0
  40. package/dist-esm/samples-dev/buildersDeleteSample.js +39 -0
  41. package/dist-esm/samples-dev/buildersDeleteSample.js.map +1 -0
  42. package/dist-esm/samples-dev/buildersGetSample.d.ts +2 -0
  43. package/dist-esm/samples-dev/buildersGetSample.d.ts.map +1 -0
  44. package/dist-esm/samples-dev/buildersGetSample.js +39 -0
  45. package/dist-esm/samples-dev/buildersGetSample.js.map +1 -0
  46. package/dist-esm/samples-dev/buildersListByResourceGroupSample.d.ts +2 -0
  47. package/dist-esm/samples-dev/buildersListByResourceGroupSample.d.ts.map +1 -0
  48. package/dist-esm/samples-dev/buildersListByResourceGroupSample.js +54 -0
  49. package/dist-esm/samples-dev/buildersListByResourceGroupSample.js.map +1 -0
  50. package/dist-esm/samples-dev/buildersListBySubscriptionSample.d.ts +2 -0
  51. package/dist-esm/samples-dev/buildersListBySubscriptionSample.d.ts.map +1 -0
  52. package/dist-esm/samples-dev/buildersListBySubscriptionSample.js +53 -0
  53. package/dist-esm/samples-dev/buildersListBySubscriptionSample.js.map +1 -0
  54. package/dist-esm/samples-dev/buildersUpdateSample.d.ts +2 -0
  55. package/dist-esm/samples-dev/buildersUpdateSample.d.ts.map +1 -0
  56. package/dist-esm/samples-dev/buildersUpdateSample.js +42 -0
  57. package/dist-esm/samples-dev/buildersUpdateSample.js.map +1 -0
  58. package/dist-esm/samples-dev/buildsByBuilderResourceListSample.d.ts +2 -0
  59. package/dist-esm/samples-dev/buildsByBuilderResourceListSample.d.ts.map +1 -0
  60. package/dist-esm/samples-dev/buildsByBuilderResourceListSample.js +55 -0
  61. package/dist-esm/samples-dev/buildsByBuilderResourceListSample.js.map +1 -0
  62. package/dist-esm/samples-dev/buildsCreateOrUpdateSample.d.ts +2 -0
  63. package/dist-esm/samples-dev/buildsCreateOrUpdateSample.d.ts.map +1 -0
  64. package/dist-esm/samples-dev/buildsCreateOrUpdateSample.js +96 -0
  65. package/dist-esm/samples-dev/buildsCreateOrUpdateSample.js.map +1 -0
  66. package/dist-esm/samples-dev/buildsDeleteSample.d.ts +2 -0
  67. package/dist-esm/samples-dev/buildsDeleteSample.d.ts.map +1 -0
  68. package/dist-esm/samples-dev/buildsDeleteSample.js +40 -0
  69. package/dist-esm/samples-dev/buildsDeleteSample.js.map +1 -0
  70. package/dist-esm/samples-dev/buildsGetSample.d.ts +2 -0
  71. package/dist-esm/samples-dev/buildsGetSample.d.ts.map +1 -0
  72. package/dist-esm/samples-dev/buildsGetSample.js +40 -0
  73. package/dist-esm/samples-dev/buildsGetSample.js.map +1 -0
  74. package/dist-esm/samples-dev/certificatesCreateOrUpdateSample.js +39 -5
  75. package/dist-esm/samples-dev/certificatesCreateOrUpdateSample.js.map +1 -1
  76. package/dist-esm/samples-dev/certificatesDeleteSample.js +1 -1
  77. package/dist-esm/samples-dev/certificatesGetSample.js +1 -1
  78. package/dist-esm/samples-dev/certificatesListSample.js +1 -1
  79. package/dist-esm/samples-dev/certificatesUpdateSample.js +3 -3
  80. package/dist-esm/samples-dev/certificatesUpdateSample.js.map +1 -1
  81. package/dist-esm/samples-dev/connectedEnvironmentsCertificatesCreateOrUpdateSample.js +5 -7
  82. package/dist-esm/samples-dev/connectedEnvironmentsCertificatesCreateOrUpdateSample.js.map +1 -1
  83. package/dist-esm/samples-dev/connectedEnvironmentsCertificatesDeleteSample.js +1 -1
  84. package/dist-esm/samples-dev/connectedEnvironmentsCertificatesGetSample.js +1 -1
  85. package/dist-esm/samples-dev/connectedEnvironmentsCertificatesListSample.js +1 -1
  86. package/dist-esm/samples-dev/connectedEnvironmentsCertificatesUpdateSample.js +3 -3
  87. package/dist-esm/samples-dev/connectedEnvironmentsCertificatesUpdateSample.js.map +1 -1
  88. package/dist-esm/samples-dev/connectedEnvironmentsCheckNameAvailabilitySample.js +3 -3
  89. package/dist-esm/samples-dev/connectedEnvironmentsCheckNameAvailabilitySample.js.map +1 -1
  90. package/dist-esm/samples-dev/connectedEnvironmentsCreateOrUpdateSample.js +4 -4
  91. package/dist-esm/samples-dev/connectedEnvironmentsCreateOrUpdateSample.js.map +1 -1
  92. package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsCreateOrUpdateSample.js +11 -4
  93. package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsCreateOrUpdateSample.js.map +1 -1
  94. package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsDeleteSample.js +1 -1
  95. package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsGetSample.js +1 -1
  96. package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSample.js +1 -1
  97. package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSecretsSample.js +1 -1
  98. package/dist-esm/samples-dev/connectedEnvironmentsDeleteSample.js +1 -1
  99. package/dist-esm/samples-dev/connectedEnvironmentsGetSample.js +1 -1
  100. package/dist-esm/samples-dev/connectedEnvironmentsListByResourceGroupSample.js +1 -1
  101. package/dist-esm/samples-dev/connectedEnvironmentsListBySubscriptionSample.js +1 -1
  102. package/dist-esm/samples-dev/connectedEnvironmentsStoragesCreateOrUpdateSample.js +5 -5
  103. package/dist-esm/samples-dev/connectedEnvironmentsStoragesCreateOrUpdateSample.js.map +1 -1
  104. package/dist-esm/samples-dev/connectedEnvironmentsStoragesDeleteSample.js +1 -1
  105. package/dist-esm/samples-dev/connectedEnvironmentsStoragesGetSample.js +1 -1
  106. package/dist-esm/samples-dev/connectedEnvironmentsStoragesListSample.js +1 -1
  107. package/dist-esm/samples-dev/connectedEnvironmentsUpdateSample.js +1 -1
  108. package/dist-esm/samples-dev/containerAppsAuthConfigsCreateOrUpdateSample.js +8 -4
  109. package/dist-esm/samples-dev/containerAppsAuthConfigsCreateOrUpdateSample.js.map +1 -1
  110. package/dist-esm/samples-dev/containerAppsAuthConfigsDeleteSample.js +1 -1
  111. package/dist-esm/samples-dev/containerAppsAuthConfigsGetSample.js +1 -1
  112. package/dist-esm/samples-dev/containerAppsAuthConfigsListByContainerAppSample.js +1 -1
  113. package/dist-esm/samples-dev/containerAppsCreateOrUpdateSample.js +207 -52
  114. package/dist-esm/samples-dev/containerAppsCreateOrUpdateSample.js.map +1 -1
  115. package/dist-esm/samples-dev/containerAppsDeleteSample.js +1 -1
  116. package/dist-esm/samples-dev/containerAppsDiagnosticsGetDetectorSample.js +1 -1
  117. package/dist-esm/samples-dev/containerAppsDiagnosticsGetRevisionSample.js +1 -1
  118. package/dist-esm/samples-dev/containerAppsDiagnosticsGetRootSample.js +1 -1
  119. package/dist-esm/samples-dev/containerAppsDiagnosticsListDetectorsSample.js +1 -1
  120. package/dist-esm/samples-dev/containerAppsDiagnosticsListRevisionsSample.js +1 -1
  121. package/dist-esm/samples-dev/containerAppsGetAuthTokenSample.js +1 -1
  122. package/dist-esm/samples-dev/containerAppsGetSample.js +1 -1
  123. package/dist-esm/samples-dev/containerAppsListByResourceGroupSample.js +1 -1
  124. package/dist-esm/samples-dev/containerAppsListBySubscriptionSample.js +1 -1
  125. package/dist-esm/samples-dev/containerAppsListCustomHostNameAnalysisSample.js +3 -3
  126. package/dist-esm/samples-dev/containerAppsListCustomHostNameAnalysisSample.js.map +1 -1
  127. package/dist-esm/samples-dev/containerAppsListSecretsSample.js +1 -1
  128. package/dist-esm/samples-dev/containerAppsRevisionReplicasGetReplicaSample.js +1 -1
  129. package/dist-esm/samples-dev/containerAppsRevisionReplicasListReplicasSample.js +1 -1
  130. package/dist-esm/samples-dev/containerAppsRevisionsActivateRevisionSample.js +1 -1
  131. package/dist-esm/samples-dev/containerAppsRevisionsDeactivateRevisionSample.js +1 -1
  132. package/dist-esm/samples-dev/containerAppsRevisionsGetRevisionSample.js +1 -1
  133. package/dist-esm/samples-dev/containerAppsRevisionsListRevisionsSample.js +1 -1
  134. package/dist-esm/samples-dev/containerAppsRevisionsRestartRevisionSample.js +1 -1
  135. package/dist-esm/samples-dev/containerAppsSourceControlsCreateOrUpdateSample.js +10 -6
  136. package/dist-esm/samples-dev/containerAppsSourceControlsCreateOrUpdateSample.js.map +1 -1
  137. package/dist-esm/samples-dev/containerAppsSourceControlsDeleteSample.js +1 -1
  138. package/dist-esm/samples-dev/containerAppsSourceControlsGetSample.js +1 -1
  139. package/dist-esm/samples-dev/containerAppsSourceControlsListByContainerAppSample.js +1 -1
  140. package/dist-esm/samples-dev/containerAppsStartSample.js +1 -1
  141. package/dist-esm/samples-dev/containerAppsStopSample.js +1 -1
  142. package/dist-esm/samples-dev/containerAppsUpdateSample.js +28 -26
  143. package/dist-esm/samples-dev/containerAppsUpdateSample.js.map +1 -1
  144. package/dist-esm/samples-dev/daprComponentResiliencyPoliciesCreateOrUpdateSample.d.ts +2 -0
  145. package/dist-esm/samples-dev/daprComponentResiliencyPoliciesCreateOrUpdateSample.d.ts.map +1 -0
  146. package/dist-esm/samples-dev/daprComponentResiliencyPoliciesCreateOrUpdateSample.js +145 -0
  147. package/dist-esm/samples-dev/daprComponentResiliencyPoliciesCreateOrUpdateSample.js.map +1 -0
  148. package/dist-esm/samples-dev/daprComponentResiliencyPoliciesDeleteSample.d.ts +2 -0
  149. package/dist-esm/samples-dev/daprComponentResiliencyPoliciesDeleteSample.d.ts.map +1 -0
  150. package/dist-esm/samples-dev/daprComponentResiliencyPoliciesDeleteSample.js +41 -0
  151. package/dist-esm/samples-dev/daprComponentResiliencyPoliciesDeleteSample.js.map +1 -0
  152. package/dist-esm/samples-dev/daprComponentResiliencyPoliciesGetSample.d.ts +2 -0
  153. package/dist-esm/samples-dev/daprComponentResiliencyPoliciesGetSample.d.ts.map +1 -0
  154. package/dist-esm/samples-dev/daprComponentResiliencyPoliciesGetSample.js +41 -0
  155. package/dist-esm/samples-dev/daprComponentResiliencyPoliciesGetSample.js.map +1 -0
  156. package/dist-esm/samples-dev/daprComponentResiliencyPoliciesListSample.d.ts +2 -0
  157. package/dist-esm/samples-dev/daprComponentResiliencyPoliciesListSample.d.ts.map +1 -0
  158. package/dist-esm/samples-dev/daprComponentResiliencyPoliciesListSample.js +56 -0
  159. package/dist-esm/samples-dev/daprComponentResiliencyPoliciesListSample.js.map +1 -0
  160. package/dist-esm/samples-dev/daprComponentsCreateOrUpdateSample.js +21 -7
  161. package/dist-esm/samples-dev/daprComponentsCreateOrUpdateSample.js.map +1 -1
  162. package/dist-esm/samples-dev/daprComponentsDeleteSample.js +1 -1
  163. package/dist-esm/samples-dev/daprComponentsGetSample.js +2 -2
  164. package/dist-esm/samples-dev/daprComponentsListSample.js +1 -1
  165. package/dist-esm/samples-dev/daprComponentsListSecretsSample.js +1 -1
  166. package/dist-esm/samples-dev/daprSubscriptionsCreateOrUpdateSample.d.ts +2 -0
  167. package/dist-esm/samples-dev/daprSubscriptionsCreateOrUpdateSample.d.ts.map +1 -0
  168. package/dist-esm/samples-dev/daprSubscriptionsCreateOrUpdateSample.js +108 -0
  169. package/dist-esm/samples-dev/daprSubscriptionsCreateOrUpdateSample.js.map +1 -0
  170. package/dist-esm/samples-dev/daprSubscriptionsDeleteSample.d.ts +2 -0
  171. package/dist-esm/samples-dev/daprSubscriptionsDeleteSample.d.ts.map +1 -0
  172. package/dist-esm/samples-dev/daprSubscriptionsDeleteSample.js +40 -0
  173. package/dist-esm/samples-dev/daprSubscriptionsDeleteSample.js.map +1 -0
  174. package/dist-esm/samples-dev/daprSubscriptionsGetSample.d.ts +2 -0
  175. package/dist-esm/samples-dev/daprSubscriptionsGetSample.d.ts.map +1 -0
  176. package/dist-esm/samples-dev/daprSubscriptionsGetSample.js +80 -0
  177. package/dist-esm/samples-dev/daprSubscriptionsGetSample.js.map +1 -0
  178. package/dist-esm/samples-dev/daprSubscriptionsListSample.d.ts +2 -0
  179. package/dist-esm/samples-dev/daprSubscriptionsListSample.d.ts.map +1 -0
  180. package/dist-esm/samples-dev/daprSubscriptionsListSample.js +55 -0
  181. package/dist-esm/samples-dev/daprSubscriptionsListSample.js.map +1 -0
  182. package/dist-esm/samples-dev/dotNetComponentsCreateOrUpdateSample.d.ts +2 -0
  183. package/dist-esm/samples-dev/dotNetComponentsCreateOrUpdateSample.d.ts.map +1 -0
  184. package/dist-esm/samples-dev/dotNetComponentsCreateOrUpdateSample.js +74 -0
  185. package/dist-esm/samples-dev/dotNetComponentsCreateOrUpdateSample.js.map +1 -0
  186. package/dist-esm/samples-dev/dotNetComponentsDeleteSample.d.ts +2 -0
  187. package/dist-esm/samples-dev/dotNetComponentsDeleteSample.d.ts.map +1 -0
  188. package/dist-esm/samples-dev/dotNetComponentsDeleteSample.js +40 -0
  189. package/dist-esm/samples-dev/dotNetComponentsDeleteSample.js.map +1 -0
  190. package/dist-esm/samples-dev/dotNetComponentsGetSample.d.ts +2 -0
  191. package/dist-esm/samples-dev/dotNetComponentsGetSample.d.ts.map +1 -0
  192. package/dist-esm/samples-dev/dotNetComponentsGetSample.js +60 -0
  193. package/dist-esm/samples-dev/dotNetComponentsGetSample.js.map +1 -0
  194. package/dist-esm/samples-dev/dotNetComponentsListSample.d.ts +2 -0
  195. package/dist-esm/samples-dev/dotNetComponentsListSample.d.ts.map +1 -0
  196. package/dist-esm/samples-dev/dotNetComponentsListSample.js +90 -0
  197. package/dist-esm/samples-dev/dotNetComponentsListSample.js.map +1 -0
  198. package/dist-esm/samples-dev/dotNetComponentsUpdateSample.d.ts +2 -0
  199. package/dist-esm/samples-dev/dotNetComponentsUpdateSample.d.ts.map +1 -0
  200. package/dist-esm/samples-dev/dotNetComponentsUpdateSample.js +74 -0
  201. package/dist-esm/samples-dev/dotNetComponentsUpdateSample.js.map +1 -0
  202. package/dist-esm/samples-dev/getCustomDomainVerificationIdSample.d.ts +2 -0
  203. package/dist-esm/samples-dev/getCustomDomainVerificationIdSample.d.ts.map +1 -0
  204. package/dist-esm/samples-dev/getCustomDomainVerificationIdSample.js +37 -0
  205. package/dist-esm/samples-dev/getCustomDomainVerificationIdSample.js.map +1 -0
  206. package/dist-esm/samples-dev/javaComponentsCreateOrUpdateSample.d.ts +2 -0
  207. package/dist-esm/samples-dev/javaComponentsCreateOrUpdateSample.d.ts.map +1 -0
  208. package/dist-esm/samples-dev/javaComponentsCreateOrUpdateSample.js +86 -0
  209. package/dist-esm/samples-dev/javaComponentsCreateOrUpdateSample.js.map +1 -0
  210. package/dist-esm/samples-dev/javaComponentsDeleteSample.d.ts +2 -0
  211. package/dist-esm/samples-dev/javaComponentsDeleteSample.d.ts.map +1 -0
  212. package/dist-esm/samples-dev/javaComponentsDeleteSample.js +40 -0
  213. package/dist-esm/samples-dev/javaComponentsDeleteSample.js.map +1 -0
  214. package/dist-esm/samples-dev/javaComponentsGetSample.d.ts +2 -0
  215. package/dist-esm/samples-dev/javaComponentsGetSample.d.ts.map +1 -0
  216. package/dist-esm/samples-dev/javaComponentsGetSample.js +60 -0
  217. package/dist-esm/samples-dev/javaComponentsGetSample.js.map +1 -0
  218. package/dist-esm/samples-dev/javaComponentsListSample.d.ts +2 -0
  219. package/dist-esm/samples-dev/javaComponentsListSample.d.ts.map +1 -0
  220. package/dist-esm/samples-dev/javaComponentsListSample.js +90 -0
  221. package/dist-esm/samples-dev/javaComponentsListSample.js.map +1 -0
  222. package/dist-esm/samples-dev/javaComponentsUpdateSample.d.ts +2 -0
  223. package/dist-esm/samples-dev/javaComponentsUpdateSample.d.ts.map +1 -0
  224. package/dist-esm/samples-dev/javaComponentsUpdateSample.js +86 -0
  225. package/dist-esm/samples-dev/javaComponentsUpdateSample.js.map +1 -0
  226. package/dist-esm/samples-dev/jobExecutionSample.js +1 -1
  227. package/dist-esm/samples-dev/jobsCreateOrUpdateSample.js +97 -23
  228. package/dist-esm/samples-dev/jobsCreateOrUpdateSample.js.map +1 -1
  229. package/dist-esm/samples-dev/jobsDeleteSample.js +1 -1
  230. package/dist-esm/samples-dev/jobsExecutionsListSample.js +1 -1
  231. package/dist-esm/samples-dev/jobsGetDetectorSample.d.ts +2 -0
  232. package/dist-esm/samples-dev/jobsGetDetectorSample.d.ts.map +1 -0
  233. package/dist-esm/samples-dev/jobsGetDetectorSample.js +40 -0
  234. package/dist-esm/samples-dev/jobsGetDetectorSample.js.map +1 -0
  235. package/dist-esm/samples-dev/jobsGetSample.js +1 -1
  236. package/dist-esm/samples-dev/jobsListByResourceGroupSample.js +1 -1
  237. package/dist-esm/samples-dev/jobsListBySubscriptionSample.js +1 -1
  238. package/dist-esm/samples-dev/jobsListDetectorsSample.d.ts +2 -0
  239. package/dist-esm/samples-dev/jobsListDetectorsSample.d.ts.map +1 -0
  240. package/dist-esm/samples-dev/jobsListDetectorsSample.js +39 -0
  241. package/dist-esm/samples-dev/jobsListDetectorsSample.js.map +1 -0
  242. package/dist-esm/samples-dev/jobsListSecretsSample.js +1 -1
  243. package/dist-esm/samples-dev/jobsProxyGetSample.d.ts +2 -0
  244. package/dist-esm/samples-dev/jobsProxyGetSample.d.ts.map +1 -0
  245. package/dist-esm/samples-dev/jobsProxyGetSample.js +39 -0
  246. package/dist-esm/samples-dev/jobsProxyGetSample.js.map +1 -0
  247. package/dist-esm/samples-dev/jobsStartSample.js +7 -7
  248. package/dist-esm/samples-dev/jobsStartSample.js.map +1 -1
  249. package/dist-esm/samples-dev/jobsStopExecutionSample.js +1 -1
  250. package/dist-esm/samples-dev/jobsStopMultipleExecutionsSample.js +1 -1
  251. package/dist-esm/samples-dev/jobsUpdateSample.js +13 -13
  252. package/dist-esm/samples-dev/jobsUpdateSample.js.map +1 -1
  253. package/dist-esm/samples-dev/managedCertificatesCreateOrUpdateSample.js +5 -5
  254. package/dist-esm/samples-dev/managedCertificatesCreateOrUpdateSample.js.map +1 -1
  255. package/dist-esm/samples-dev/managedCertificatesDeleteSample.js +1 -1
  256. package/dist-esm/samples-dev/managedCertificatesGetSample.js +1 -1
  257. package/dist-esm/samples-dev/managedCertificatesListSample.js +1 -1
  258. package/dist-esm/samples-dev/managedCertificatesUpdateSample.js +3 -3
  259. package/dist-esm/samples-dev/managedCertificatesUpdateSample.js.map +1 -1
  260. package/dist-esm/samples-dev/managedEnvironmentDiagnosticsGetDetectorSample.js +1 -1
  261. package/dist-esm/samples-dev/managedEnvironmentDiagnosticsListDetectorsSample.js +1 -1
  262. package/dist-esm/samples-dev/managedEnvironmentUsagesListSample.d.ts +2 -0
  263. package/dist-esm/samples-dev/managedEnvironmentUsagesListSample.d.ts.map +1 -0
  264. package/dist-esm/samples-dev/managedEnvironmentUsagesListSample.js +54 -0
  265. package/dist-esm/samples-dev/managedEnvironmentUsagesListSample.js.map +1 -0
  266. package/dist-esm/samples-dev/managedEnvironmentsCreateOrUpdateSample.js +51 -19
  267. package/dist-esm/samples-dev/managedEnvironmentsCreateOrUpdateSample.js.map +1 -1
  268. package/dist-esm/samples-dev/managedEnvironmentsDeleteSample.js +1 -1
  269. package/dist-esm/samples-dev/managedEnvironmentsDiagnosticsGetRootSample.js +1 -1
  270. package/dist-esm/samples-dev/managedEnvironmentsGetAuthTokenSample.js +1 -1
  271. package/dist-esm/samples-dev/managedEnvironmentsGetSample.js +1 -1
  272. package/dist-esm/samples-dev/managedEnvironmentsListByResourceGroupSample.js +1 -1
  273. package/dist-esm/samples-dev/managedEnvironmentsListBySubscriptionSample.js +1 -1
  274. package/dist-esm/samples-dev/managedEnvironmentsListWorkloadProfileStatesSample.js +1 -1
  275. package/dist-esm/samples-dev/managedEnvironmentsStoragesCreateOrUpdateSample.js +34 -5
  276. package/dist-esm/samples-dev/managedEnvironmentsStoragesCreateOrUpdateSample.js.map +1 -1
  277. package/dist-esm/samples-dev/managedEnvironmentsStoragesDeleteSample.js +1 -1
  278. package/dist-esm/samples-dev/managedEnvironmentsStoragesGetSample.js +23 -3
  279. package/dist-esm/samples-dev/managedEnvironmentsStoragesGetSample.js.map +1 -1
  280. package/dist-esm/samples-dev/managedEnvironmentsStoragesListSample.js +1 -1
  281. package/dist-esm/samples-dev/managedEnvironmentsUpdateSample.js +3 -3
  282. package/dist-esm/samples-dev/managedEnvironmentsUpdateSample.js.map +1 -1
  283. package/dist-esm/samples-dev/namespacesCheckNameAvailabilitySample.js +5 -5
  284. package/dist-esm/samples-dev/namespacesCheckNameAvailabilitySample.js.map +1 -1
  285. package/dist-esm/samples-dev/operationsListSample.js +1 -1
  286. package/dist-esm/samples-dev/usagesListSample.d.ts +2 -0
  287. package/dist-esm/samples-dev/usagesListSample.d.ts.map +1 -0
  288. package/dist-esm/samples-dev/usagesListSample.js +53 -0
  289. package/dist-esm/samples-dev/usagesListSample.js.map +1 -0
  290. package/dist-esm/src/containerAppsAPIClient.d.ts +20 -4
  291. package/dist-esm/src/containerAppsAPIClient.d.ts.map +1 -1
  292. package/dist-esm/src/containerAppsAPIClient.js +57 -19
  293. package/dist-esm/src/containerAppsAPIClient.js.map +1 -1
  294. package/dist-esm/src/lroImpl.js +1 -1
  295. package/dist-esm/src/models/index.d.ts +1329 -202
  296. package/dist-esm/src/models/index.d.ts.map +1 -1
  297. package/dist-esm/src/models/index.js +122 -12
  298. package/dist-esm/src/models/index.js.map +1 -1
  299. package/dist-esm/src/models/mappers.d.ts +81 -11
  300. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  301. package/dist-esm/src/models/mappers.js +5308 -3413
  302. package/dist-esm/src/models/mappers.js.map +1 -1
  303. package/dist-esm/src/models/parameters.d.ts +22 -3
  304. package/dist-esm/src/models/parameters.d.ts.map +1 -1
  305. package/dist-esm/src/models/parameters.js +289 -118
  306. package/dist-esm/src/models/parameters.js.map +1 -1
  307. package/dist-esm/src/operations/appResiliencyOperations.d.ts +72 -0
  308. package/dist-esm/src/operations/appResiliencyOperations.d.ts.map +1 -0
  309. package/dist-esm/src/operations/appResiliencyOperations.js +286 -0
  310. package/dist-esm/src/operations/appResiliencyOperations.js.map +1 -0
  311. package/dist-esm/src/operations/availableWorkloadProfiles.d.ts.map +1 -1
  312. package/dist-esm/src/operations/availableWorkloadProfiles.js +11 -11
  313. package/dist-esm/src/operations/availableWorkloadProfiles.js.map +1 -1
  314. package/dist-esm/src/operations/billingMeters.js +5 -5
  315. package/dist-esm/src/operations/billingMeters.js.map +1 -1
  316. package/dist-esm/src/operations/buildAuthToken.d.ts +21 -0
  317. package/dist-esm/src/operations/buildAuthToken.d.ts.map +1 -0
  318. package/dist-esm/src/operations/buildAuthToken.js +55 -0
  319. package/dist-esm/src/operations/buildAuthToken.js.map +1 -0
  320. package/dist-esm/src/operations/builders.d.ts +107 -0
  321. package/dist-esm/src/operations/builders.d.ts.map +1 -0
  322. package/dist-esm/src/operations/builders.js +554 -0
  323. package/dist-esm/src/operations/builders.js.map +1 -0
  324. package/dist-esm/src/operations/builds.d.ts +56 -0
  325. package/dist-esm/src/operations/builds.d.ts.map +1 -0
  326. package/dist-esm/src/operations/builds.js +246 -0
  327. package/dist-esm/src/operations/builds.js.map +1 -0
  328. package/dist-esm/src/operations/buildsByBuilderResource.d.ts +38 -0
  329. package/dist-esm/src/operations/buildsByBuilderResource.d.ts.map +1 -0
  330. package/dist-esm/src/operations/buildsByBuilderResource.js +150 -0
  331. package/dist-esm/src/operations/buildsByBuilderResource.js.map +1 -0
  332. package/dist-esm/src/operations/certificates.js +33 -33
  333. package/dist-esm/src/operations/certificates.js.map +1 -1
  334. package/dist-esm/src/operations/connectedEnvironments.d.ts.map +1 -1
  335. package/dist-esm/src/operations/connectedEnvironments.js +61 -61
  336. package/dist-esm/src/operations/connectedEnvironments.js.map +1 -1
  337. package/dist-esm/src/operations/connectedEnvironmentsCertificates.d.ts.map +1 -1
  338. package/dist-esm/src/operations/connectedEnvironmentsCertificates.js +33 -33
  339. package/dist-esm/src/operations/connectedEnvironmentsCertificates.js.map +1 -1
  340. package/dist-esm/src/operations/connectedEnvironmentsDaprComponents.d.ts.map +1 -1
  341. package/dist-esm/src/operations/connectedEnvironmentsDaprComponents.js +32 -32
  342. package/dist-esm/src/operations/connectedEnvironmentsDaprComponents.js.map +1 -1
  343. package/dist-esm/src/operations/connectedEnvironmentsStorages.d.ts.map +1 -1
  344. package/dist-esm/src/operations/connectedEnvironmentsStorages.js +21 -21
  345. package/dist-esm/src/operations/connectedEnvironmentsStorages.js.map +1 -1
  346. package/dist-esm/src/operations/containerApps.d.ts.map +1 -1
  347. package/dist-esm/src/operations/containerApps.js +104 -104
  348. package/dist-esm/src/operations/containerApps.js.map +1 -1
  349. package/dist-esm/src/operations/containerAppsAuthConfigs.js +27 -27
  350. package/dist-esm/src/operations/containerAppsAuthConfigs.js.map +1 -1
  351. package/dist-esm/src/operations/containerAppsDiagnostics.js +38 -38
  352. package/dist-esm/src/operations/containerAppsDiagnostics.js.map +1 -1
  353. package/dist-esm/src/operations/containerAppsRevisionReplicas.d.ts.map +1 -1
  354. package/dist-esm/src/operations/containerAppsRevisionReplicas.js +11 -11
  355. package/dist-esm/src/operations/containerAppsRevisionReplicas.js.map +1 -1
  356. package/dist-esm/src/operations/containerAppsRevisions.js +28 -28
  357. package/dist-esm/src/operations/containerAppsRevisions.js.map +1 -1
  358. package/dist-esm/src/operations/containerAppsSourceControls.d.ts.map +1 -1
  359. package/dist-esm/src/operations/containerAppsSourceControls.js +39 -39
  360. package/dist-esm/src/operations/containerAppsSourceControls.js.map +1 -1
  361. package/dist-esm/src/operations/daprComponentResiliencyPolicies.d.ts +70 -0
  362. package/dist-esm/src/operations/daprComponentResiliencyPolicies.d.ts.map +1 -0
  363. package/dist-esm/src/operations/daprComponentResiliencyPolicies.js +270 -0
  364. package/dist-esm/src/operations/daprComponentResiliencyPolicies.js.map +1 -0
  365. package/dist-esm/src/operations/daprComponents.js +32 -32
  366. package/dist-esm/src/operations/daprComponents.js.map +1 -1
  367. package/dist-esm/src/operations/daprSubscriptions.d.ts +63 -0
  368. package/dist-esm/src/operations/daprSubscriptions.d.ts.map +1 -0
  369. package/dist-esm/src/operations/daprSubscriptions.js +257 -0
  370. package/dist-esm/src/operations/daprSubscriptions.js.map +1 -0
  371. package/dist-esm/src/operations/dotNetComponents.d.ts +99 -0
  372. package/dist-esm/src/operations/dotNetComponents.d.ts.map +1 -0
  373. package/dist-esm/src/operations/dotNetComponents.js +470 -0
  374. package/dist-esm/src/operations/dotNetComponents.js.map +1 -0
  375. package/dist-esm/src/operations/index.d.ts +12 -1
  376. package/dist-esm/src/operations/index.d.ts.map +1 -1
  377. package/dist-esm/src/operations/index.js +12 -1
  378. package/dist-esm/src/operations/index.js.map +1 -1
  379. package/dist-esm/src/operations/javaComponents.d.ts +99 -0
  380. package/dist-esm/src/operations/javaComponents.d.ts.map +1 -0
  381. package/dist-esm/src/operations/javaComponents.js +470 -0
  382. package/dist-esm/src/operations/javaComponents.js.map +1 -0
  383. package/dist-esm/src/operations/jobs.d.ts +23 -1
  384. package/dist-esm/src/operations/jobs.d.ts.map +1 -1
  385. package/dist-esm/src/operations/jobs.js +192 -99
  386. package/dist-esm/src/operations/jobs.js.map +1 -1
  387. package/dist-esm/src/operations/jobsExecutions.js +11 -11
  388. package/dist-esm/src/operations/jobsExecutions.js.map +1 -1
  389. package/dist-esm/src/operations/managedCertificates.d.ts.map +1 -1
  390. package/dist-esm/src/operations/managedCertificates.js +43 -43
  391. package/dist-esm/src/operations/managedCertificates.js.map +1 -1
  392. package/dist-esm/src/operations/managedEnvironmentDiagnostics.d.ts.map +1 -1
  393. package/dist-esm/src/operations/managedEnvironmentDiagnostics.js +10 -10
  394. package/dist-esm/src/operations/managedEnvironmentDiagnostics.js.map +1 -1
  395. package/dist-esm/src/operations/managedEnvironmentUsages.d.ts +38 -0
  396. package/dist-esm/src/operations/managedEnvironmentUsages.d.ts.map +1 -0
  397. package/dist-esm/src/operations/managedEnvironmentUsages.js +150 -0
  398. package/dist-esm/src/operations/managedEnvironmentUsages.js.map +1 -0
  399. package/dist-esm/src/operations/managedEnvironments.d.ts.map +1 -1
  400. package/dist-esm/src/operations/managedEnvironments.js +79 -79
  401. package/dist-esm/src/operations/managedEnvironments.js.map +1 -1
  402. package/dist-esm/src/operations/managedEnvironmentsDiagnostics.d.ts.map +1 -1
  403. package/dist-esm/src/operations/managedEnvironmentsDiagnostics.js +5 -5
  404. package/dist-esm/src/operations/managedEnvironmentsDiagnostics.js.map +1 -1
  405. package/dist-esm/src/operations/managedEnvironmentsStorages.d.ts.map +1 -1
  406. package/dist-esm/src/operations/managedEnvironmentsStorages.js +21 -21
  407. package/dist-esm/src/operations/managedEnvironmentsStorages.js.map +1 -1
  408. package/dist-esm/src/operations/namespaces.js +7 -7
  409. package/dist-esm/src/operations/namespaces.js.map +1 -1
  410. package/dist-esm/src/operations/operations.js +9 -9
  411. package/dist-esm/src/operations/usages.d.ts +37 -0
  412. package/dist-esm/src/operations/usages.d.ts.map +1 -0
  413. package/dist-esm/src/operations/usages.js +147 -0
  414. package/dist-esm/src/operations/usages.js.map +1 -0
  415. package/dist-esm/src/operationsInterfaces/appResiliencyOperations.d.ts +47 -0
  416. package/dist-esm/src/operationsInterfaces/appResiliencyOperations.d.ts.map +1 -0
  417. package/dist-esm/src/operationsInterfaces/appResiliencyOperations.js +9 -0
  418. package/dist-esm/src/operationsInterfaces/appResiliencyOperations.js.map +1 -0
  419. package/dist-esm/src/operationsInterfaces/buildAuthToken.d.ts +13 -0
  420. package/dist-esm/src/operationsInterfaces/buildAuthToken.d.ts.map +1 -0
  421. package/dist-esm/src/operationsInterfaces/buildAuthToken.js +9 -0
  422. package/dist-esm/src/operationsInterfaces/buildAuthToken.js.map +1 -0
  423. package/dist-esm/src/operationsInterfaces/builders.d.ts +71 -0
  424. package/dist-esm/src/operationsInterfaces/builders.d.ts.map +1 -0
  425. package/dist-esm/src/operationsInterfaces/builders.js +9 -0
  426. package/dist-esm/src/operationsInterfaces/builders.js.map +1 -0
  427. package/dist-esm/src/operationsInterfaces/builds.d.ts +48 -0
  428. package/dist-esm/src/operationsInterfaces/builds.d.ts.map +1 -0
  429. package/dist-esm/src/operationsInterfaces/builds.js +9 -0
  430. package/dist-esm/src/operationsInterfaces/builds.js.map +1 -0
  431. package/dist-esm/src/operationsInterfaces/buildsByBuilderResource.d.ts +13 -0
  432. package/dist-esm/src/operationsInterfaces/buildsByBuilderResource.d.ts.map +1 -0
  433. package/dist-esm/src/operationsInterfaces/buildsByBuilderResource.js +9 -0
  434. package/dist-esm/src/operationsInterfaces/buildsByBuilderResource.js.map +1 -0
  435. package/dist-esm/src/operationsInterfaces/daprComponentResiliencyPolicies.d.ts +43 -0
  436. package/dist-esm/src/operationsInterfaces/daprComponentResiliencyPolicies.d.ts.map +1 -0
  437. package/dist-esm/src/operationsInterfaces/daprComponentResiliencyPolicies.js +9 -0
  438. package/dist-esm/src/operationsInterfaces/daprComponentResiliencyPolicies.js.map +1 -0
  439. package/dist-esm/src/operationsInterfaces/daprSubscriptions.d.ts +38 -0
  440. package/dist-esm/src/operationsInterfaces/daprSubscriptions.d.ts.map +1 -0
  441. package/dist-esm/src/operationsInterfaces/daprSubscriptions.js +9 -0
  442. package/dist-esm/src/operationsInterfaces/daprSubscriptions.js.map +1 -0
  443. package/dist-esm/src/operationsInterfaces/dotNetComponents.d.ts +74 -0
  444. package/dist-esm/src/operationsInterfaces/dotNetComponents.d.ts.map +1 -0
  445. package/dist-esm/src/operationsInterfaces/dotNetComponents.js +9 -0
  446. package/dist-esm/src/operationsInterfaces/dotNetComponents.js.map +1 -0
  447. package/dist-esm/src/operationsInterfaces/index.d.ts +12 -1
  448. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
  449. package/dist-esm/src/operationsInterfaces/index.js +12 -1
  450. package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
  451. package/dist-esm/src/operationsInterfaces/javaComponents.d.ts +74 -0
  452. package/dist-esm/src/operationsInterfaces/javaComponents.d.ts.map +1 -0
  453. package/dist-esm/src/operationsInterfaces/javaComponents.js +9 -0
  454. package/dist-esm/src/operationsInterfaces/javaComponents.js.map +1 -0
  455. package/dist-esm/src/operationsInterfaces/jobs.d.ts +23 -1
  456. package/dist-esm/src/operationsInterfaces/jobs.d.ts.map +1 -1
  457. package/dist-esm/src/operationsInterfaces/managedEnvironmentUsages.d.ts +13 -0
  458. package/dist-esm/src/operationsInterfaces/managedEnvironmentUsages.d.ts.map +1 -0
  459. package/dist-esm/src/operationsInterfaces/managedEnvironmentUsages.js +9 -0
  460. package/dist-esm/src/operationsInterfaces/managedEnvironmentUsages.js.map +1 -0
  461. package/dist-esm/src/operationsInterfaces/usages.d.ts +13 -0
  462. package/dist-esm/src/operationsInterfaces/usages.d.ts.map +1 -0
  463. package/dist-esm/src/operationsInterfaces/usages.js +9 -0
  464. package/dist-esm/src/operationsInterfaces/usages.js.map +1 -0
  465. package/dist-esm/test/appcontainers_examples.spec.js +1 -1
  466. package/dist-esm/test/appcontainers_examples.spec.js.map +1 -1
  467. package/package.json +10 -10
  468. package/review/arm-appcontainers.api.md +1071 -5
  469. package/src/containerAppsAPIClient.ts +119 -46
  470. package/src/lroImpl.ts +3 -3
  471. package/src/models/index.ts +1701 -343
  472. package/src/models/mappers.ts +4476 -2434
  473. package/src/models/parameters.ts +317 -119
  474. package/src/operations/appResiliencyOperations.ts +374 -0
  475. package/src/operations/availableWorkloadProfiles.ts +22 -22
  476. package/src/operations/billingMeters.ts +9 -10
  477. package/src/operations/buildAuthToken.ts +74 -0
  478. package/src/operations/builders.ts +728 -0
  479. package/src/operations/builds.ts +347 -0
  480. package/src/operations/buildsByBuilderResource.ts +193 -0
  481. package/src/operations/certificates.ts +58 -63
  482. package/src/operations/connectedEnvironments.ts +112 -121
  483. package/src/operations/connectedEnvironmentsCertificates.ts +61 -65
  484. package/src/operations/connectedEnvironmentsDaprComponents.ts +60 -64
  485. package/src/operations/connectedEnvironmentsStorages.ts +36 -39
  486. package/src/operations/containerApps.ts +190 -205
  487. package/src/operations/containerAppsAuthConfigs.ts +50 -54
  488. package/src/operations/containerAppsDiagnostics.ts +74 -79
  489. package/src/operations/containerAppsRevisionReplicas.ts +20 -21
  490. package/src/operations/containerAppsRevisions.ts +54 -59
  491. package/src/operations/containerAppsSourceControls.ts +80 -85
  492. package/src/operations/daprComponentResiliencyPolicies.ts +369 -0
  493. package/src/operations/daprComponents.ts +57 -62
  494. package/src/operations/daprSubscriptions.ts +337 -0
  495. package/src/operations/dotNetComponents.ts +655 -0
  496. package/src/operations/index.ts +12 -1
  497. package/src/operations/javaComponents.ts +655 -0
  498. package/src/operations/jobs.ts +312 -203
  499. package/src/operations/jobsExecutions.ts +23 -24
  500. package/src/operations/managedCertificates.ts +76 -82
  501. package/src/operations/managedEnvironmentDiagnostics.ts +19 -20
  502. package/src/operations/managedEnvironmentUsages.ts +197 -0
  503. package/src/operations/managedEnvironments.ts +151 -162
  504. package/src/operations/managedEnvironmentsDiagnostics.ts +11 -11
  505. package/src/operations/managedEnvironmentsStorages.ts +36 -39
  506. package/src/operations/namespaces.ts +11 -12
  507. package/src/operations/operations.ts +16 -16
  508. package/src/operations/usages.ts +171 -0
  509. package/src/operationsInterfaces/appResiliencyOperations.ts +92 -0
  510. package/src/operationsInterfaces/availableWorkloadProfiles.ts +2 -2
  511. package/src/operationsInterfaces/billingMeters.ts +2 -2
  512. package/src/operationsInterfaces/buildAuthToken.ts +29 -0
  513. package/src/operationsInterfaces/builders.ts +145 -0
  514. package/src/operationsInterfaces/builds.ts +98 -0
  515. package/src/operationsInterfaces/buildsByBuilderResource.ts +29 -0
  516. package/src/operationsInterfaces/certificates.ts +6 -6
  517. package/src/operationsInterfaces/connectedEnvironments.ts +10 -10
  518. package/src/operationsInterfaces/connectedEnvironmentsCertificates.ts +6 -6
  519. package/src/operationsInterfaces/connectedEnvironmentsDaprComponents.ts +6 -6
  520. package/src/operationsInterfaces/connectedEnvironmentsStorages.ts +5 -5
  521. package/src/operationsInterfaces/containerApps.ts +17 -17
  522. package/src/operationsInterfaces/containerAppsAuthConfigs.ts +5 -5
  523. package/src/operationsInterfaces/containerAppsDiagnostics.ts +6 -6
  524. package/src/operationsInterfaces/containerAppsRevisionReplicas.ts +3 -3
  525. package/src/operationsInterfaces/containerAppsRevisions.ts +6 -6
  526. package/src/operationsInterfaces/containerAppsSourceControls.ts +7 -7
  527. package/src/operationsInterfaces/daprComponentResiliencyPolicies.ts +84 -0
  528. package/src/operationsInterfaces/daprComponents.ts +6 -6
  529. package/src/operationsInterfaces/daprSubscriptions.ts +75 -0
  530. package/src/operationsInterfaces/dotNetComponents.ts +152 -0
  531. package/src/operationsInterfaces/index.ts +12 -1
  532. package/src/operationsInterfaces/javaComponents.ts +152 -0
  533. package/src/operationsInterfaces/jobs.ts +58 -17
  534. package/src/operationsInterfaces/jobsExecutions.ts +1 -1
  535. package/src/operationsInterfaces/managedCertificates.ts +7 -7
  536. package/src/operationsInterfaces/managedEnvironmentDiagnostics.ts +3 -3
  537. package/src/operationsInterfaces/managedEnvironmentUsages.ts +26 -0
  538. package/src/operationsInterfaces/managedEnvironments.ts +12 -12
  539. package/src/operationsInterfaces/managedEnvironmentsDiagnostics.ts +2 -2
  540. package/src/operationsInterfaces/managedEnvironmentsStorages.ts +5 -5
  541. package/src/operationsInterfaces/namespaces.ts +2 -2
  542. package/src/operationsInterfaces/operations.ts +1 -1
  543. package/src/operationsInterfaces/usages.ts +25 -0
  544. package/src/pagingHelper.ts +1 -1
  545. package/types/arm-appcontainers.d.ts +2045 -272
  546. package/types/tsdoc-metadata.json +1 -1
@@ -8,6 +8,179 @@
8
8
 
9
9
  import * as coreClient from "@azure/core-client";
10
10
 
11
+ /** Policy to set request timeouts */
12
+ export interface TimeoutPolicy {
13
+ /** Timeout, in seconds, for a request to respond */
14
+ responseTimeoutInSeconds?: number;
15
+ /** Timeout, in seconds, for a request to initiate a connection */
16
+ connectionTimeoutInSeconds?: number;
17
+ }
18
+
19
+ /** Policy that defines http request retry conditions */
20
+ export interface HttpRetryPolicy {
21
+ /** Maximum number of times a request will retry */
22
+ maxRetries?: number;
23
+ /** Headers that must be present for a request to be retried */
24
+ headers?: HeaderMatch[];
25
+ /** Additional http status codes that can trigger a retry */
26
+ httpStatusCodes?: number[];
27
+ /** Errors that can trigger a retry */
28
+ errors?: string[];
29
+ /** Initial delay, in milliseconds, before retrying a request */
30
+ initialDelayInMilliseconds?: number;
31
+ /** Maximum interval, in milliseconds, between retries */
32
+ maxIntervalInMilliseconds?: number;
33
+ }
34
+
35
+ /** Conditions required to match a header */
36
+ export interface HeaderMatch {
37
+ /** Name of the header */
38
+ header?: string;
39
+ /** Exact value of the header */
40
+ exactMatch?: string;
41
+ /** Prefix value of the header */
42
+ prefixMatch?: string;
43
+ /** Suffix value of the header */
44
+ suffixMatch?: string;
45
+ /** Regex value of the header */
46
+ regexMatch?: string;
47
+ }
48
+
49
+ /** Policy that defines tcp request retry conditions */
50
+ export interface TcpRetryPolicy {
51
+ /** Maximum number of attempts to connect to the tcp service */
52
+ maxConnectAttempts?: number;
53
+ }
54
+
55
+ /** Policy that defines circuit breaker conditions */
56
+ export interface CircuitBreakerPolicy {
57
+ /** Number of consecutive errors before the circuit breaker opens */
58
+ consecutiveErrors?: number;
59
+ /** 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. */
60
+ intervalInSeconds?: number;
61
+ /** Maximum percentage of hosts that will be ejected after failure threshold has been met */
62
+ maxEjectionPercent?: number;
63
+ }
64
+
65
+ /** Defines parameters for http connection pooling */
66
+ export interface HttpConnectionPool {
67
+ /** Maximum number of pending http1 requests allowed */
68
+ http1MaxPendingRequests?: number;
69
+ /** Maximum number of http2 requests allowed */
70
+ http2MaxRequests?: number;
71
+ }
72
+
73
+ /** Defines parameters for tcp connection pooling */
74
+ export interface TcpConnectionPool {
75
+ /** Maximum number of tcp connections allowed */
76
+ maxConnections?: number;
77
+ }
78
+
79
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
80
+ export interface Resource {
81
+ /**
82
+ * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
83
+ * NOTE: This property will not be serialized. It can only be populated by the server.
84
+ */
85
+ readonly id?: string;
86
+ /**
87
+ * The name of the resource
88
+ * NOTE: This property will not be serialized. It can only be populated by the server.
89
+ */
90
+ readonly name?: string;
91
+ /**
92
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
93
+ * NOTE: This property will not be serialized. It can only be populated by the server.
94
+ */
95
+ readonly type?: string;
96
+ /**
97
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
98
+ * NOTE: This property will not be serialized. It can only be populated by the server.
99
+ */
100
+ readonly systemData?: SystemData;
101
+ }
102
+
103
+ /** Metadata pertaining to creation and last modification of the resource. */
104
+ export interface SystemData {
105
+ /** The identity that created the resource. */
106
+ createdBy?: string;
107
+ /** The type of identity that created the resource. */
108
+ createdByType?: CreatedByType;
109
+ /** The timestamp of resource creation (UTC). */
110
+ createdAt?: Date;
111
+ /** The identity that last modified the resource. */
112
+ lastModifiedBy?: string;
113
+ /** The type of identity that last modified the resource. */
114
+ lastModifiedByType?: CreatedByType;
115
+ /** The timestamp of resource last modification (UTC) */
116
+ lastModifiedAt?: Date;
117
+ }
118
+
119
+ /** App Service error response. */
120
+ export interface DefaultErrorResponse {
121
+ /**
122
+ * Error model.
123
+ * NOTE: This property will not be serialized. It can only be populated by the server.
124
+ */
125
+ readonly error?: DefaultErrorResponseError;
126
+ }
127
+
128
+ /** Error model. */
129
+ export interface DefaultErrorResponseError {
130
+ /**
131
+ * Standardized string to programmatically identify the error.
132
+ * NOTE: This property will not be serialized. It can only be populated by the server.
133
+ */
134
+ readonly code?: string;
135
+ /**
136
+ * Detailed error description and debugging information.
137
+ * NOTE: This property will not be serialized. It can only be populated by the server.
138
+ */
139
+ readonly message?: string;
140
+ /**
141
+ * Detailed error description and debugging information.
142
+ * NOTE: This property will not be serialized. It can only be populated by the server.
143
+ */
144
+ readonly target?: string;
145
+ /** Details or the error */
146
+ details?: DefaultErrorResponseErrorDetailsItem[];
147
+ /**
148
+ * More information to debug error.
149
+ * NOTE: This property will not be serialized. It can only be populated by the server.
150
+ */
151
+ readonly innererror?: string;
152
+ }
153
+
154
+ /** Detailed errors. */
155
+ export interface DefaultErrorResponseErrorDetailsItem {
156
+ /**
157
+ * Standardized string to programmatically identify the error.
158
+ * NOTE: This property will not be serialized. It can only be populated by the server.
159
+ */
160
+ readonly code?: string;
161
+ /**
162
+ * Detailed error description and debugging information.
163
+ * NOTE: This property will not be serialized. It can only be populated by the server.
164
+ */
165
+ readonly message?: string;
166
+ /**
167
+ * Detailed error description and debugging information.
168
+ * NOTE: This property will not be serialized. It can only be populated by the server.
169
+ */
170
+ readonly target?: string;
171
+ }
172
+
173
+ /** Collection of AppResiliency policies */
174
+ export interface AppResiliencyCollection {
175
+ /** Collection of resources. */
176
+ value: AppResiliency[];
177
+ /**
178
+ * Link to next page of resources.
179
+ * NOTE: This property will not be serialized. It can only be populated by the server.
180
+ */
181
+ readonly nextLink?: string;
182
+ }
183
+
11
184
  /** AuthConfig collection ARM resource. */
12
185
  export interface AuthConfigCollection {
13
186
  /** Collection of resources. */
@@ -338,6 +511,8 @@ export interface OpenIdConnectLogin {
338
511
  export interface Login {
339
512
  /** The routes that specify the endpoints used for login and logout requests. */
340
513
  routes?: LoginRoutes;
514
+ /** The configuration settings of the token store. */
515
+ tokenStore?: TokenStore;
341
516
  /** <code>true</code> if the fragments from the request are preserved after the login request is made; otherwise, <code>false</code>. */
342
517
  preserveUrlFragmentsForLogins?: boolean;
343
518
  /**
@@ -358,6 +533,28 @@ export interface LoginRoutes {
358
533
  logoutEndpoint?: string;
359
534
  }
360
535
 
536
+ /** The configuration settings of the token store. */
537
+ export interface TokenStore {
538
+ /**
539
+ * <code>true</code> to durably store platform-specific security tokens that are obtained during login flows; otherwise, <code>false</code>.
540
+ * The default is <code>false</code>.
541
+ */
542
+ enabled?: boolean;
543
+ /**
544
+ * The number of hours after session token expiration that a session token can be used to
545
+ * call the token refresh API. The default is 72 hours.
546
+ */
547
+ tokenRefreshExtensionHours?: number;
548
+ /** The configuration settings of the storage of the tokens if blob storage is used. */
549
+ azureBlobStorage?: BlobStorageTokenStore;
550
+ }
551
+
552
+ /** The configuration settings of the storage of the tokens if blob storage is used. */
553
+ export interface BlobStorageTokenStore {
554
+ /** The name of the app secrets containing the SAS URL of the blob storage containing the tokens. */
555
+ sasUrlSettingName: string;
556
+ }
557
+
361
558
  /** The configuration settings of the session cookie's expiration. */
362
559
  export interface CookieExpiration {
363
560
  /** The convention used when determining the session cookie's expiration. */
@@ -400,98 +597,12 @@ export interface ForwardProxy {
400
597
  customProtoHeaderName?: string;
401
598
  }
402
599
 
403
- /** Common fields that are returned in the response for all Azure Resource Manager resources */
404
- export interface Resource {
405
- /**
406
- * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
407
- * NOTE: This property will not be serialized. It can only be populated by the server.
408
- */
409
- readonly id?: string;
410
- /**
411
- * The name of the resource
412
- * NOTE: This property will not be serialized. It can only be populated by the server.
413
- */
414
- readonly name?: string;
415
- /**
416
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
417
- * NOTE: This property will not be serialized. It can only be populated by the server.
418
- */
419
- readonly type?: string;
420
- /**
421
- * Azure Resource Manager metadata containing createdBy and modifiedBy information.
422
- * NOTE: This property will not be serialized. It can only be populated by the server.
423
- */
424
- readonly systemData?: SystemData;
425
- }
426
-
427
- /** Metadata pertaining to creation and last modification of the resource. */
428
- export interface SystemData {
429
- /** The identity that created the resource. */
430
- createdBy?: string;
431
- /** The type of identity that created the resource. */
432
- createdByType?: CreatedByType;
433
- /** The timestamp of resource creation (UTC). */
434
- createdAt?: Date;
435
- /** The identity that last modified the resource. */
436
- lastModifiedBy?: string;
437
- /** The type of identity that last modified the resource. */
438
- lastModifiedByType?: CreatedByType;
439
- /** The timestamp of resource last modification (UTC) */
440
- lastModifiedAt?: Date;
441
- }
442
-
443
- /** App Service error response. */
444
- export interface DefaultErrorResponse {
445
- /**
446
- * Error model.
447
- * NOTE: This property will not be serialized. It can only be populated by the server.
448
- */
449
- readonly error?: DefaultErrorResponseError;
450
- }
451
-
452
- /** Error model. */
453
- export interface DefaultErrorResponseError {
454
- /**
455
- * Standardized string to programmatically identify the error.
456
- * NOTE: This property will not be serialized. It can only be populated by the server.
457
- */
458
- readonly code?: string;
459
- /**
460
- * Detailed error description and debugging information.
461
- * NOTE: This property will not be serialized. It can only be populated by the server.
462
- */
463
- readonly message?: string;
464
- /**
465
- * Detailed error description and debugging information.
466
- * NOTE: This property will not be serialized. It can only be populated by the server.
467
- */
468
- readonly target?: string;
469
- /** Details or the error */
470
- details?: DefaultErrorResponseErrorDetailsItem[];
471
- /**
472
- * More information to debug error.
473
- * NOTE: This property will not be serialized. It can only be populated by the server.
474
- */
475
- readonly innererror?: string;
476
- }
477
-
478
- /** Detailed errors. */
479
- export interface DefaultErrorResponseErrorDetailsItem {
480
- /**
481
- * Standardized string to programmatically identify the error.
482
- * NOTE: This property will not be serialized. It can only be populated by the server.
483
- */
484
- readonly code?: string;
485
- /**
486
- * Detailed error description and debugging information.
487
- * NOTE: This property will not be serialized. It can only be populated by the server.
488
- */
489
- readonly message?: string;
490
- /**
491
- * Detailed error description and debugging information.
492
- * NOTE: This property will not be serialized. It can only be populated by the server.
493
- */
494
- readonly target?: string;
600
+ /** The configuration settings of the secrets references of encryption key and signing key for ContainerApp Service Authentication/Authorization. */
601
+ export interface EncryptionSettings {
602
+ /** The secret name which is referenced for EncryptionKey. */
603
+ containerAppAuthEncryptionSecretName?: string;
604
+ /** The secret name which is referenced for SigningKey. */
605
+ containerAppAuthSigningSecretName?: string;
495
606
  }
496
607
 
497
608
  /** Collection of available workload profiles in the location. */
@@ -515,6 +626,8 @@ export interface AvailableWorkloadProfileProperties {
515
626
  cores?: number;
516
627
  /** Memory in GiB. */
517
628
  memoryGiB?: number;
629
+ /** Number of GPUs. */
630
+ gpus?: number;
518
631
  /** The everyday name of the workload profile. */
519
632
  displayName?: string;
520
633
  }
@@ -584,6 +697,136 @@ export interface BillingMeterProperties {
584
697
  displayName?: string;
585
698
  }
586
699
 
700
+ /** The response of a BuilderResource list operation. */
701
+ export interface BuilderCollection {
702
+ /** The BuilderResource items on this page */
703
+ value: BuilderResource[];
704
+ /** The link to the next page of items */
705
+ nextLink?: string;
706
+ }
707
+
708
+ /** Model representing a mapping from a container registry to the identity used to connect to it. */
709
+ export interface ContainerRegistry {
710
+ /** Login server of the container registry. */
711
+ containerRegistryServer: string;
712
+ /** Resource ID of the managed identity. */
713
+ identityResourceId: string;
714
+ }
715
+
716
+ /** Managed service identity (system assigned and/or user assigned identities) */
717
+ export interface ManagedServiceIdentity {
718
+ /**
719
+ * The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
720
+ * NOTE: This property will not be serialized. It can only be populated by the server.
721
+ */
722
+ readonly principalId?: string;
723
+ /**
724
+ * The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
725
+ * NOTE: This property will not be serialized. It can only be populated by the server.
726
+ */
727
+ readonly tenantId?: string;
728
+ /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
729
+ type: ManagedServiceIdentityType;
730
+ /** 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. */
731
+ userAssignedIdentities?: { [propertyName: string]: UserAssignedIdentity };
732
+ }
733
+
734
+ /** User assigned identity properties */
735
+ export interface UserAssignedIdentity {
736
+ /**
737
+ * The principal ID of the assigned identity.
738
+ * NOTE: This property will not be serialized. It can only be populated by the server.
739
+ */
740
+ readonly principalId?: string;
741
+ /**
742
+ * The client ID of the assigned identity.
743
+ * NOTE: This property will not be serialized. It can only be populated by the server.
744
+ */
745
+ readonly clientId?: string;
746
+ }
747
+
748
+ /** The type used for update operations of the BuilderResource. */
749
+ export interface BuilderResourceUpdate {
750
+ /** The managed service identities assigned to this resource. */
751
+ identity?: ManagedServiceIdentity;
752
+ /** Resource tags. */
753
+ tags?: { [propertyName: string]: string };
754
+ /** Resource ID of the container apps environment that the builder is associated with. */
755
+ environmentId?: string;
756
+ }
757
+
758
+ /** The response of a BuildResource list operation. */
759
+ export interface BuildCollection {
760
+ /** The BuildResource items on this page */
761
+ value: BuildResource[];
762
+ /** The link to the next page of items */
763
+ nextLink?: string;
764
+ }
765
+
766
+ /** Container registry that the final image will be uploaded to. */
767
+ export interface ContainerRegistryWithCustomImage {
768
+ /** 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. */
769
+ server: string;
770
+ /** Full name that the final image should be uploaded as, including both image name and tag. */
771
+ image?: string;
772
+ }
773
+
774
+ /** Configuration of the build. */
775
+ export interface BuildConfiguration {
776
+ /** Base OS used to build and run the app. */
777
+ baseOs?: string;
778
+ /** Platform to be used to build and run the app. */
779
+ platform?: string;
780
+ /** Platform version to be used to build and run the app. */
781
+ platformVersion?: string;
782
+ /** List of environment variables to be passed to the build, secrets should not be used in environment variable. */
783
+ environmentVariables?: EnvironmentVariable[];
784
+ /** List of steps to perform before the build. */
785
+ preBuildSteps?: PreBuildStep[];
786
+ }
787
+
788
+ /** Model representing an environment variable. */
789
+ export interface EnvironmentVariable {
790
+ /** Environment variable name. */
791
+ name: string;
792
+ /** Environment variable value. */
793
+ value: string;
794
+ }
795
+
796
+ /** Model representing a pre-build step. */
797
+ export interface PreBuildStep {
798
+ /** Description of the pre-build step. */
799
+ description?: string;
800
+ /** List of custom commands to run. */
801
+ scripts?: string[];
802
+ /** Http get request to send before the build. */
803
+ httpGet?: HttpGet;
804
+ }
805
+
806
+ /** Model representing a http get request. */
807
+ export interface HttpGet {
808
+ /** URL to make HTTP GET request against. */
809
+ url: string;
810
+ /** Name of the file that the request should be saved to. */
811
+ fileName?: string;
812
+ /** List of headers to send with the request. */
813
+ headers?: string[];
814
+ }
815
+
816
+ /** Build Auth Token. */
817
+ export interface BuildToken {
818
+ /**
819
+ * Authentication token.
820
+ * NOTE: This property will not be serialized. It can only be populated by the server.
821
+ */
822
+ readonly token?: string;
823
+ /**
824
+ * Token expiration date.
825
+ * NOTE: This property will not be serialized. It can only be populated by the server.
826
+ */
827
+ readonly expires?: Date;
828
+ }
829
+
587
830
  /** Collection of connectedEnvironments */
588
831
  export interface ConnectedEnvironmentCollection {
589
832
  /** Collection of resources. */
@@ -612,6 +855,8 @@ export interface CustomDomainConfiguration {
612
855
  readonly customDomainVerificationId?: string;
613
856
  /** Dns suffix for the environment domain */
614
857
  dnsSuffix?: string;
858
+ /** Certificate stored in Azure Key Vault. */
859
+ certificateKeyVaultProperties?: CertificateKeyVaultProperties;
615
860
  /** PFX or PEM blob */
616
861
  certificateValue?: Uint8Array;
617
862
  /** Certificate password */
@@ -633,6 +878,14 @@ export interface CustomDomainConfiguration {
633
878
  readonly subjectName?: string;
634
879
  }
635
880
 
881
+ /** Properties for a certificate stored in a Key Vault. */
882
+ export interface CertificateKeyVaultProperties {
883
+ /** Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity. */
884
+ identity?: string;
885
+ /** URL pointing to the Azure Key Vault secret that holds the certificate. */
886
+ keyVaultUrl?: string;
887
+ }
888
+
636
889
  /** The check availability request body. */
637
890
  export interface CheckNameAvailabilityRequest {
638
891
  /** The name of the resource for which availability needs to be checked. */
@@ -669,6 +922,8 @@ export interface CertificateProperties {
669
922
  * NOTE: This property will not be serialized. It can only be populated by the server.
670
923
  */
671
924
  readonly provisioningState?: CertificateProvisioningState;
925
+ /** Properties for a certificate stored in a Key Vault. */
926
+ certificateKeyVaultProperties?: CertificateKeyVaultProperties;
672
927
  /** Certificate password. */
673
928
  password?: string;
674
929
  /**
@@ -713,6 +968,8 @@ export interface CertificateProperties {
713
968
  * NOTE: This property will not be serialized. It can only be populated by the server.
714
969
  */
715
970
  readonly publicKeyHash?: string;
971
+ /** The type of the certificate. Allowed values are `ServerSSLCertificate` and `ImagePullTrustedCA` */
972
+ certificateType?: CertificateType;
716
973
  }
717
974
 
718
975
  /** A certificate to update */
@@ -754,6 +1011,24 @@ export interface DaprMetadata {
754
1011
  secretRef?: string;
755
1012
  }
756
1013
 
1014
+ /** Configuration to bind a Dapr Component to a dev ContainerApp Service */
1015
+ export interface DaprComponentServiceBinding {
1016
+ /** Name of the service bind */
1017
+ name?: string;
1018
+ /** Resource id of the target service */
1019
+ serviceId?: string;
1020
+ /** Service bind metadata */
1021
+ metadata?: DaprServiceBindMetadata;
1022
+ }
1023
+
1024
+ /** Dapr component metadata. */
1025
+ export interface DaprServiceBindMetadata {
1026
+ /** Service bind metadata property name. */
1027
+ name?: string;
1028
+ /** Service bind metadata property value. */
1029
+ value?: string;
1030
+ }
1031
+
757
1032
  /** Dapr component Secrets Collection for ListSecrets Action. */
758
1033
  export interface DaprSecretsCollection {
759
1034
  /** Collection of secrets used by a Dapr component */
@@ -809,38 +1084,6 @@ export interface ContainerAppCollection {
809
1084
  readonly nextLink?: string;
810
1085
  }
811
1086
 
812
- /** Managed service identity (system assigned and/or user assigned identities) */
813
- export interface ManagedServiceIdentity {
814
- /**
815
- * The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
816
- * NOTE: This property will not be serialized. It can only be populated by the server.
817
- */
818
- readonly principalId?: string;
819
- /**
820
- * The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
821
- * NOTE: This property will not be serialized. It can only be populated by the server.
822
- */
823
- readonly tenantId?: string;
824
- /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
825
- type: ManagedServiceIdentityType;
826
- /** 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. */
827
- userAssignedIdentities?: { [propertyName: string]: UserAssignedIdentity };
828
- }
829
-
830
- /** User assigned identity properties */
831
- export interface UserAssignedIdentity {
832
- /**
833
- * The principal ID of the assigned identity.
834
- * NOTE: This property will not be serialized. It can only be populated by the server.
835
- */
836
- readonly principalId?: string;
837
- /**
838
- * The client ID of the assigned identity.
839
- * NOTE: This property will not be serialized. It can only be populated by the server.
840
- */
841
- readonly clientId?: string;
842
- }
843
-
844
1087
  /** Non versioned Container App configuration properties that define the mutable settings of a Container app */
845
1088
  export interface Configuration {
846
1089
  /** Collection of secrets used by a Container app */
@@ -891,6 +1134,10 @@ export interface Ingress {
891
1134
  clientCertificateMode?: IngressClientCertificateMode;
892
1135
  /** CORS policy for container app */
893
1136
  corsPolicy?: CorsPolicy;
1137
+ /** Settings to expose additional ports on container app */
1138
+ additionalPortMappings?: IngressPortMapping[];
1139
+ /** Whether an http app listens on http or https */
1140
+ targetPortHttpScheme?: IngressTargetPortHttpScheme;
894
1141
  }
895
1142
 
896
1143
  /** Traffic weight assigned to a revision */
@@ -949,6 +1196,16 @@ export interface CorsPolicy {
949
1196
  allowCredentials?: boolean;
950
1197
  }
951
1198
 
1199
+ /** Port mappings of container app ingress */
1200
+ export interface IngressPortMapping {
1201
+ /** Specifies whether the app port is accessible outside of the environment */
1202
+ external: boolean;
1203
+ /** Specifies the port user's container listens on */
1204
+ targetPort: number;
1205
+ /** Specifies the exposed port for the target port. If not specified, it defaults to target port */
1206
+ exposedPort?: number;
1207
+ }
1208
+
952
1209
  /** Container App Private Registry */
953
1210
  export interface RegistryCredentials {
954
1211
  /** Container Registry Server */
@@ -1193,7 +1450,7 @@ export interface Volume {
1193
1450
  storageName?: string;
1194
1451
  /** List of secrets to be added in volume. If no secrets are provided, all secrets in collection will be added to volume. */
1195
1452
  secrets?: SecretVolumeItem[];
1196
- /** Mount options used while mounting the AzureFile. Must be a comma-separated string. */
1453
+ /** Mount options used while mounting the Azure file share or NFS Azure file share. Must be a comma-separated string. */
1197
1454
  mountOptions?: string;
1198
1455
  }
1199
1456
 
@@ -1211,6 +1468,10 @@ export interface ServiceBind {
1211
1468
  serviceId?: string;
1212
1469
  /** Name of the service bind */
1213
1470
  name?: string;
1471
+ /** Type of the client to be used to connect to the service */
1472
+ clientType?: string;
1473
+ /** Customized keys for customizing injected values to the app */
1474
+ customizedKeys?: { [propertyName: string]: string };
1214
1475
  }
1215
1476
 
1216
1477
  /** Custom domain analysis. */
@@ -1555,6 +1816,80 @@ export interface LogAnalyticsConfiguration {
1555
1816
  customerId?: string;
1556
1817
  /** Log analytics customer key */
1557
1818
  sharedKey?: string;
1819
+ /** Boolean indicating whether to parse json string log into dynamic json columns */
1820
+ dynamicJsonColumns?: boolean;
1821
+ }
1822
+
1823
+ /** Configuration of Application Insights */
1824
+ export interface AppInsightsConfiguration {
1825
+ /** Application Insights connection string */
1826
+ connectionString?: string;
1827
+ }
1828
+
1829
+ /** Configuration of Open Telemetry */
1830
+ export interface OpenTelemetryConfiguration {
1831
+ /** Open telemetry destinations configuration */
1832
+ destinationsConfiguration?: DestinationsConfiguration;
1833
+ /** Open telemetry trace configuration */
1834
+ tracesConfiguration?: TracesConfiguration;
1835
+ /** Open telemetry logs configuration */
1836
+ logsConfiguration?: LogsConfiguration;
1837
+ /** Open telemetry metrics configuration */
1838
+ metricsConfiguration?: MetricsConfiguration;
1839
+ }
1840
+
1841
+ /** Configuration of Open Telemetry destinations */
1842
+ export interface DestinationsConfiguration {
1843
+ /** Open telemetry datadog destination configuration */
1844
+ dataDogConfiguration?: DataDogConfiguration;
1845
+ /** Open telemetry otlp configurations */
1846
+ otlpConfigurations?: OtlpConfiguration[];
1847
+ }
1848
+
1849
+ /** Configuration of datadog */
1850
+ export interface DataDogConfiguration {
1851
+ /** The data dog site */
1852
+ site?: string;
1853
+ /** The data dog api key */
1854
+ key?: string;
1855
+ }
1856
+
1857
+ /** Configuration of otlp */
1858
+ export interface OtlpConfiguration {
1859
+ /** The name of otlp configuration */
1860
+ name?: string;
1861
+ /** The endpoint of otlp configuration */
1862
+ endpoint?: string;
1863
+ /** Boolean indicating if otlp configuration is insecure */
1864
+ insecure?: boolean;
1865
+ /** Headers of otlp configurations */
1866
+ headers?: Header[];
1867
+ }
1868
+
1869
+ /** Header of otlp configuration */
1870
+ export interface Header {
1871
+ /** The key of otlp configuration header */
1872
+ key?: string;
1873
+ /** The value of otlp configuration header */
1874
+ value?: string;
1875
+ }
1876
+
1877
+ /** Configuration of Open Telemetry traces */
1878
+ export interface TracesConfiguration {
1879
+ /** Open telemetry traces destinations */
1880
+ destinations?: string[];
1881
+ }
1882
+
1883
+ /** Configuration of Open Telemetry logs */
1884
+ export interface LogsConfiguration {
1885
+ /** Open telemetry logs destinations */
1886
+ destinations?: string[];
1887
+ }
1888
+
1889
+ /** Configuration of Open Telemetry metrics */
1890
+ export interface MetricsConfiguration {
1891
+ /** Open telemetry metrics destinations */
1892
+ destinations?: string[];
1558
1893
  }
1559
1894
 
1560
1895
  /** Workload profile to scope container app execution. */
@@ -1599,52 +1934,6 @@ export interface Mtls {
1599
1934
  enabled?: boolean;
1600
1935
  }
1601
1936
 
1602
- /** Available operations of the service */
1603
- export interface AvailableOperations {
1604
- /** Collection of available operation details */
1605
- value?: OperationDetail[];
1606
- /**
1607
- * URL client should use to fetch the next page (per server side paging).
1608
- * It's null for now, added for future use.
1609
- */
1610
- nextLink?: string;
1611
- }
1612
-
1613
- /** Operation detail payload */
1614
- export interface OperationDetail {
1615
- /** Name of the operation */
1616
- name?: string;
1617
- /** Indicates whether the operation is a data action */
1618
- isDataAction?: boolean;
1619
- /** Display of the operation */
1620
- display?: OperationDisplay;
1621
- /** Origin of the operation */
1622
- origin?: string;
1623
- }
1624
-
1625
- /** Operation display payload */
1626
- export interface OperationDisplay {
1627
- /** Resource provider of the operation */
1628
- provider?: string;
1629
- /** Resource of the operation */
1630
- resource?: string;
1631
- /** Localized friendly name for the operation */
1632
- operation?: string;
1633
- /** Localized friendly description for the operation */
1634
- description?: string;
1635
- }
1636
-
1637
- /** Container Apps Jobs collection ARM resource. */
1638
- export interface JobsCollection {
1639
- /** Collection of resources. */
1640
- value: Job[];
1641
- /**
1642
- * Link to next page of resources.
1643
- * NOTE: This property will not be serialized. It can only be populated by the server.
1644
- */
1645
- readonly nextLink?: string;
1646
- }
1647
-
1648
1937
  /** Non versioned Container Apps Job configuration properties */
1649
1938
  export interface JobConfiguration {
1650
1939
  /** Collection of secrets used by a Container Apps Job */
@@ -1705,33 +1994,81 @@ export interface JobScale {
1705
1994
  rules?: JobScaleRule[];
1706
1995
  }
1707
1996
 
1708
- /** Scaling rule. */
1709
- export interface JobScaleRule {
1710
- /** Scale Rule Name */
1711
- name?: string;
1997
+ /** Scaling rule. */
1998
+ export interface JobScaleRule {
1999
+ /** Scale Rule Name */
2000
+ name?: string;
2001
+ /**
2002
+ * Type of the scale rule
2003
+ * eg: azure-servicebus, redis etc.
2004
+ */
2005
+ type?: string;
2006
+ /** Metadata properties to describe the scale rule. */
2007
+ metadata?: Record<string, unknown>;
2008
+ /** Authentication secrets for the scale rule. */
2009
+ auth?: ScaleRuleAuth[];
2010
+ }
2011
+
2012
+ /** 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 */
2013
+ export interface JobTemplate {
2014
+ /** List of specialized containers that run before app containers. */
2015
+ initContainers?: InitContainer[];
2016
+ /** List of container definitions for the Container App. */
2017
+ containers?: Container[];
2018
+ /** List of volume definitions for the Container App. */
2019
+ volumes?: Volume[];
2020
+ }
2021
+
2022
+ /** Available operations of the service */
2023
+ export interface AvailableOperations {
2024
+ /** Collection of available operation details */
2025
+ value?: OperationDetail[];
2026
+ /**
2027
+ * URL client should use to fetch the next page (per server side paging).
2028
+ * It's null for now, added for future use.
2029
+ */
2030
+ nextLink?: string;
2031
+ }
2032
+
2033
+ /** Operation detail payload */
2034
+ export interface OperationDetail {
2035
+ /** Name of the operation */
2036
+ name?: string;
2037
+ /** Indicates whether the operation is a data action */
2038
+ isDataAction?: boolean;
2039
+ /** Display of the operation */
2040
+ display?: OperationDisplay;
2041
+ /** Origin of the operation */
2042
+ origin?: string;
2043
+ }
2044
+
2045
+ /** Operation display payload */
2046
+ export interface OperationDisplay {
2047
+ /** Resource provider of the operation */
2048
+ provider?: string;
2049
+ /** Resource of the operation */
2050
+ resource?: string;
2051
+ /** Localized friendly name for the operation */
2052
+ operation?: string;
2053
+ /** Localized friendly description for the operation */
2054
+ description?: string;
2055
+ }
2056
+
2057
+ /** Container Apps Jobs collection ARM resource. */
2058
+ export interface JobsCollection {
2059
+ /** Collection of resources. */
2060
+ value: Job[];
1712
2061
  /**
1713
- * Type of the scale rule
1714
- * eg: azure-servicebus, redis etc.
2062
+ * Link to next page of resources.
2063
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1715
2064
  */
1716
- type?: string;
1717
- /** Metadata properties to describe the scale rule. */
1718
- metadata?: Record<string, unknown>;
1719
- /** Authentication secrets for the scale rule. */
1720
- auth?: ScaleRuleAuth[];
1721
- }
1722
-
1723
- /** 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 */
1724
- export interface JobTemplate {
1725
- /** List of specialized containers that run before app containers. */
1726
- initContainers?: InitContainer[];
1727
- /** List of container definitions for the Container App. */
1728
- containers?: Container[];
1729
- /** List of volume definitions for the Container App. */
1730
- volumes?: Volume[];
2065
+ readonly nextLink?: string;
1731
2066
  }
1732
2067
 
1733
2068
  /** Container Apps Job resource specific properties. */
1734
2069
  export interface JobPatchProperties {
2070
+ /** The complex type of the extended location. */
2071
+ extendedLocation?: ExtendedLocation;
1735
2072
  /** Managed identities needed by a container app job to interact with other Azure services to not maintain any secrets or credentials in code. */
1736
2073
  identity?: ManagedServiceIdentity;
1737
2074
  /** Resource tags. */
@@ -1801,7 +2138,7 @@ export interface JobExecution {
1801
2138
  name?: string;
1802
2139
  /** Job execution Id. */
1803
2140
  id?: string;
1804
- /** Job Type. */
2141
+ /** Job execution type */
1805
2142
  type?: string;
1806
2143
  /**
1807
2144
  * Current running State of the job
@@ -1894,6 +2231,96 @@ export interface WorkloadProfileStatesProperties {
1894
2231
  currentCount?: number;
1895
2232
  }
1896
2233
 
2234
+ /** Dapr Component Resiliency Policies ARM resource. */
2235
+ export interface DaprComponentResiliencyPoliciesCollection {
2236
+ /** Collection of resources. */
2237
+ value: DaprComponentResiliencyPolicy[];
2238
+ /**
2239
+ * Link to next page of resources.
2240
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2241
+ */
2242
+ readonly nextLink?: string;
2243
+ }
2244
+
2245
+ /** Dapr Component Resiliency Policy Configuration. */
2246
+ export interface DaprComponentResiliencyPolicyConfiguration {
2247
+ /** The optional HTTP retry policy configuration */
2248
+ httpRetryPolicy?: DaprComponentResiliencyPolicyHttpRetryPolicyConfiguration;
2249
+ /** The optional timeout policy configuration */
2250
+ timeoutPolicy?: DaprComponentResiliencyPolicyTimeoutPolicyConfiguration;
2251
+ /** The optional circuit breaker policy configuration */
2252
+ circuitBreakerPolicy?: DaprComponentResiliencyPolicyCircuitBreakerPolicyConfiguration;
2253
+ }
2254
+
2255
+ /** Dapr Component Resiliency Policy HTTP Retry Policy Configuration. */
2256
+ export interface DaprComponentResiliencyPolicyHttpRetryPolicyConfiguration {
2257
+ /** The optional maximum number of retries */
2258
+ maxRetries?: number;
2259
+ /** The optional retry backoff configuration */
2260
+ retryBackOff?: DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration;
2261
+ }
2262
+
2263
+ /** Dapr Component Resiliency Policy HTTP Retry Backoff Configuration. */
2264
+ export interface DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration {
2265
+ /** The optional initial delay in milliseconds before an operation is retried */
2266
+ initialDelayInMilliseconds?: number;
2267
+ /** The optional maximum time interval in milliseconds between retry attempts */
2268
+ maxIntervalInMilliseconds?: number;
2269
+ }
2270
+
2271
+ /** Dapr Component Resiliency Policy Timeout Policy Configuration. */
2272
+ export interface DaprComponentResiliencyPolicyTimeoutPolicyConfiguration {
2273
+ /** The optional response timeout in seconds */
2274
+ responseTimeoutInSeconds?: number;
2275
+ }
2276
+
2277
+ /** Dapr Component Resiliency Policy Circuit Breaker Policy Configuration. */
2278
+ export interface DaprComponentResiliencyPolicyCircuitBreakerPolicyConfiguration {
2279
+ /** The number of consecutive errors before the circuit is opened. */
2280
+ consecutiveErrors?: number;
2281
+ /** The interval in seconds until a retry attempt is made after the circuit is opened. */
2282
+ timeoutInSeconds?: number;
2283
+ /** 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. */
2284
+ intervalInSeconds?: number;
2285
+ }
2286
+
2287
+ /** Dapr Subscriptions ARM resource. */
2288
+ export interface DaprSubscriptionsCollection {
2289
+ /** Collection of resources. */
2290
+ value: DaprSubscription[];
2291
+ /**
2292
+ * Link to next page of resources.
2293
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2294
+ */
2295
+ readonly nextLink?: string;
2296
+ }
2297
+
2298
+ /** Dapr PubSub Event Subscription Routes configuration. */
2299
+ export interface DaprSubscriptionRoutes {
2300
+ /** The list of Dapr PubSub Event Subscription Route Rules. */
2301
+ rules?: DaprSubscriptionRouteRule[];
2302
+ /** The default path to deliver events that do not match any of the rules. */
2303
+ default?: string;
2304
+ }
2305
+
2306
+ /** Dapr Pubsub Event Subscription Route Rule is used to specify the condition for sending a message to a specific path. */
2307
+ export interface DaprSubscriptionRouteRule {
2308
+ /** 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. */
2309
+ match?: string;
2310
+ /** The path for events that match this rule */
2311
+ path?: string;
2312
+ }
2313
+
2314
+ /** Dapr PubSub Bulk Subscription Options. */
2315
+ export interface DaprSubscriptionBulkSubscribeOptions {
2316
+ /** Enable bulk subscription */
2317
+ enabled?: boolean;
2318
+ /** Maximum number of messages to deliver in a bulk message. */
2319
+ maxMessagesCount?: number;
2320
+ /** Maximum duration in milliseconds to wait before a bulk message is sent to the app. */
2321
+ maxAwaitDurationMs?: number;
2322
+ }
2323
+
1897
2324
  /** Collection of Storage for Environments */
1898
2325
  export interface ManagedEnvironmentStoragesCollection {
1899
2326
  /** Collection of storage resources. */
@@ -1904,6 +2331,18 @@ export interface ManagedEnvironmentStoragesCollection {
1904
2331
  export interface ManagedEnvironmentStorageProperties {
1905
2332
  /** Azure file properties */
1906
2333
  azureFile?: AzureFileProperties;
2334
+ /** NFS Azure file properties */
2335
+ nfsAzureFile?: NfsAzureFileProperties;
2336
+ }
2337
+
2338
+ /** NFS Azure File Properties. */
2339
+ export interface NfsAzureFileProperties {
2340
+ /** Server for NFS azure file. */
2341
+ server?: string;
2342
+ /** Access mode for storage */
2343
+ accessMode?: AccessMode;
2344
+ /** NFS Azure file share name. */
2345
+ shareName?: string;
1907
2346
  }
1908
2347
 
1909
2348
  /** SourceControl collection ARM resource. */
@@ -1937,6 +2376,8 @@ export interface GithubActionConfiguration {
1937
2376
  runtimeStack?: string;
1938
2377
  /** Runtime version */
1939
2378
  runtimeVersion?: string;
2379
+ /** List of environment variables to be passed to the build. */
2380
+ buildEnvironmentVariables?: EnvironmentVariable[];
1940
2381
  }
1941
2382
 
1942
2383
  /** Container App registry information. */
@@ -1963,6 +2404,87 @@ export interface AzureCredentials {
1963
2404
  subscriptionId?: string;
1964
2405
  }
1965
2406
 
2407
+ export interface ListUsagesResult {
2408
+ /** The list of compute resource usages. */
2409
+ value?: Usage[];
2410
+ /** The URI to fetch the next page of compute resource usage information. Call ListNext() with this to fetch the next page of compute resource usage information. */
2411
+ nextLink?: string;
2412
+ }
2413
+
2414
+ /** Describes Compute Resource Usage. */
2415
+ export interface Usage {
2416
+ /** An enum describing the unit of usage measurement. */
2417
+ unit: "Count";
2418
+ /** The current usage of the resource. */
2419
+ currentValue: number;
2420
+ /** The maximum permitted usage of the resource. */
2421
+ limit: number;
2422
+ /** The name of the type of usage. */
2423
+ name: UsageName;
2424
+ }
2425
+
2426
+ /** The Usage Names. */
2427
+ export interface UsageName {
2428
+ /** The name of the resource. */
2429
+ value?: string;
2430
+ /** The localized name of the resource. */
2431
+ localizedValue?: string;
2432
+ }
2433
+
2434
+ /** Java Components ARM resource. */
2435
+ export interface JavaComponentsCollection {
2436
+ /** Collection of resources. */
2437
+ value: JavaComponent[];
2438
+ /**
2439
+ * Link to next page of resources.
2440
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2441
+ */
2442
+ readonly nextLink?: string;
2443
+ }
2444
+
2445
+ /** Configuration properties for a Java Component */
2446
+ export interface JavaComponentConfigurationProperty {
2447
+ /** The name of the property */
2448
+ propertyName?: string;
2449
+ /** The value of the property */
2450
+ value?: string;
2451
+ }
2452
+
2453
+ /** Configuration to bind a Java Component to another Java Component */
2454
+ export interface JavaComponentServiceBind {
2455
+ /** Name of the service bind */
2456
+ name?: string;
2457
+ /** Resource id of the target service */
2458
+ serviceId?: string;
2459
+ }
2460
+
2461
+ /** .NET Components ARM resource. */
2462
+ export interface DotNetComponentsCollection {
2463
+ /** Collection of resources. */
2464
+ value: DotNetComponent[];
2465
+ /**
2466
+ * Link to next page of resources.
2467
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2468
+ */
2469
+ readonly nextLink?: string;
2470
+ }
2471
+
2472
+ /** Configuration properties for a .NET Component */
2473
+ export interface DotNetComponentConfigurationProperty {
2474
+ /** The name of the property */
2475
+ propertyName?: string;
2476
+ /** The value of the property */
2477
+ value?: string;
2478
+ }
2479
+
2480
+ /** Configuration to bind a .NET Component to another .NET Component */
2481
+ export interface DotNetComponentServiceBind {
2482
+ /** Name of the service bind */
2483
+ name?: string;
2484
+ /** Resource id of the target service */
2485
+ serviceId?: string;
2486
+ }
2487
+
1966
2488
  /** Container App executions names list. */
1967
2489
  export interface JobExecutionNamesCollection {
1968
2490
  /** Collection of resources. */
@@ -1989,6 +2511,22 @@ export interface Container extends BaseContainer {
1989
2511
  probes?: ContainerAppProbe[];
1990
2512
  }
1991
2513
 
2514
+ /** Configuration to setup App Resiliency */
2515
+ export interface AppResiliency extends ProxyResource {
2516
+ /** Policy to set request timeouts */
2517
+ timeoutPolicy?: TimeoutPolicy;
2518
+ /** Policy that defines http request retry conditions */
2519
+ httpRetryPolicy?: HttpRetryPolicy;
2520
+ /** Policy that defines tcp request retry conditions */
2521
+ tcpRetryPolicy?: TcpRetryPolicy;
2522
+ /** Policy that defines circuit breaker conditions */
2523
+ circuitBreakerPolicy?: CircuitBreakerPolicy;
2524
+ /** Defines parameters for http connection pooling */
2525
+ httpConnectionPool?: HttpConnectionPool;
2526
+ /** Defines parameters for tcp connection pooling */
2527
+ tcpConnectionPool?: TcpConnectionPool;
2528
+ }
2529
+
1992
2530
  /** Configuration settings for the Azure ContainerApp Service Authentication / Authorization feature. */
1993
2531
  export interface AuthConfig extends ProxyResource {
1994
2532
  /** The configuration settings of the platform of ContainerApp Service Authentication/Authorization. */
@@ -2001,6 +2539,8 @@ export interface AuthConfig extends ProxyResource {
2001
2539
  login?: Login;
2002
2540
  /** The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization. */
2003
2541
  httpSettings?: HttpSettings;
2542
+ /** The configuration settings of the secrets references of encryption key and signing key for ContainerApp Service Authentication/Authorization. */
2543
+ encryptionSettings?: EncryptionSettings;
2004
2544
  }
2005
2545
 
2006
2546
  /** A workload profile with specific hardware configure to run container apps. */
@@ -2019,6 +2559,39 @@ export interface BillingMeter extends ProxyResource {
2019
2559
  properties?: BillingMeterProperties;
2020
2560
  }
2021
2561
 
2562
+ /** Information pertaining to an individual build. */
2563
+ export interface BuildResource extends ProxyResource {
2564
+ /**
2565
+ * Build provisioning state.
2566
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2567
+ */
2568
+ readonly provisioningState?: BuildProvisioningState;
2569
+ /**
2570
+ * Status of the build once it has been provisioned.
2571
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2572
+ */
2573
+ readonly buildStatus?: BuildStatus;
2574
+ /** Container registry that the final image will be uploaded to. */
2575
+ destinationContainerRegistry?: ContainerRegistryWithCustomImage;
2576
+ /** Configuration of the build. */
2577
+ configuration?: BuildConfiguration;
2578
+ /**
2579
+ * Endpoint to which the source code should be uploaded.
2580
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2581
+ */
2582
+ readonly uploadEndpoint?: string;
2583
+ /**
2584
+ * Endpoint from which the build logs can be streamed.
2585
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2586
+ */
2587
+ readonly logStreamEndpoint?: string;
2588
+ /**
2589
+ * Endpoint to use to retrieve an authentication token for log streaming and uploading source code.
2590
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2591
+ */
2592
+ readonly tokenEndpoint?: string;
2593
+ }
2594
+
2022
2595
  /** Dapr Component. */
2023
2596
  export interface DaprComponent extends ProxyResource {
2024
2597
  /** Component type */
@@ -2037,6 +2610,8 @@ export interface DaprComponent extends ProxyResource {
2037
2610
  metadata?: DaprMetadata[];
2038
2611
  /** Names of container apps that can use this Dapr component */
2039
2612
  scopes?: string[];
2613
+ /** List of container app services that are bound to the Dapr component */
2614
+ serviceComponentBind?: DaprComponentServiceBinding[];
2040
2615
  }
2041
2616
 
2042
2617
  /** Storage resource for connectedEnvironment. */
@@ -2142,6 +2717,32 @@ export interface WorkloadProfileStates extends ProxyResource {
2142
2717
  properties?: WorkloadProfileStatesProperties;
2143
2718
  }
2144
2719
 
2720
+ /** Dapr Component Resiliency Policy. */
2721
+ export interface DaprComponentResiliencyPolicy extends ProxyResource {
2722
+ /** The optional inbound component resiliency policy configuration */
2723
+ inboundPolicy?: DaprComponentResiliencyPolicyConfiguration;
2724
+ /** The optional outbound component resiliency policy configuration */
2725
+ outboundPolicy?: DaprComponentResiliencyPolicyConfiguration;
2726
+ }
2727
+
2728
+ /** Dapr PubSub Event Subscription. */
2729
+ export interface DaprSubscription extends ProxyResource {
2730
+ /** Dapr PubSub component name */
2731
+ pubsubName?: string;
2732
+ /** Topic name */
2733
+ topic?: string;
2734
+ /** Deadletter topic name */
2735
+ deadLetterTopic?: string;
2736
+ /** Subscription routes */
2737
+ routes?: DaprSubscriptionRoutes;
2738
+ /** Application scopes to restrict the subscription to specific apps. */
2739
+ scopes?: string[];
2740
+ /** Subscription metadata */
2741
+ metadata?: { [propertyName: string]: string };
2742
+ /** Bulk subscription options */
2743
+ bulkSubscribe?: DaprSubscriptionBulkSubscribeOptions;
2744
+ }
2745
+
2145
2746
  /** Storage resource for managedEnvironment. */
2146
2747
  export interface ManagedEnvironmentStorage extends ProxyResource {
2147
2748
  /** Storage properties */
@@ -2167,6 +2768,51 @@ export interface SourceControl extends ProxyResource {
2167
2768
  githubActionConfiguration?: GithubActionConfiguration;
2168
2769
  }
2169
2770
 
2771
+ /** Java Component. */
2772
+ export interface JavaComponent extends ProxyResource {
2773
+ /** Type of the Java Component. */
2774
+ componentType?: JavaComponentType;
2775
+ /**
2776
+ * Provisioning state of the Java Component.
2777
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2778
+ */
2779
+ readonly provisioningState?: JavaComponentProvisioningState;
2780
+ /** List of Java Components configuration properties */
2781
+ configurations?: JavaComponentConfigurationProperty[];
2782
+ /** List of Java Components that are bound to the Java component */
2783
+ serviceBinds?: JavaComponentServiceBind[];
2784
+ }
2785
+
2786
+ /** .NET Component. */
2787
+ export interface DotNetComponent extends ProxyResource {
2788
+ /** Type of the .NET Component. */
2789
+ componentType?: DotNetComponentType;
2790
+ /**
2791
+ * Provisioning state of the .NET Component.
2792
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2793
+ */
2794
+ readonly provisioningState?: DotNetComponentProvisioningState;
2795
+ /** List of .NET Components configuration properties */
2796
+ configurations?: DotNetComponentConfigurationProperty[];
2797
+ /** List of .NET Components that are bound to the .NET component */
2798
+ serviceBinds?: DotNetComponentServiceBind[];
2799
+ }
2800
+
2801
+ /** Information about the SourceToCloud builder resource. */
2802
+ export interface BuilderResource extends TrackedResource {
2803
+ /** The managed service identities assigned to this resource. */
2804
+ identity?: ManagedServiceIdentity;
2805
+ /**
2806
+ * Provisioning state of a builder resource.
2807
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2808
+ */
2809
+ readonly provisioningState?: BuilderProvisioningState;
2810
+ /** Resource ID of the container apps environment that the builder is associated with. */
2811
+ environmentId?: string;
2812
+ /** List of mappings of container registries and the managed identity used to connect to it. */
2813
+ containerRegistries?: ContainerRegistry[];
2814
+ }
2815
+
2170
2816
  /** An environment for Kubernetes cluster specialized for web workloads by Azure App Service */
2171
2817
  export interface ConnectedEnvironment extends TrackedResource {
2172
2818
  /** The complex type of the extended location. */
@@ -2273,6 +2919,8 @@ export interface ContainerAppAuthToken extends TrackedResource {
2273
2919
  export interface ManagedEnvironment extends TrackedResource {
2274
2920
  /** Kind of the Environment. */
2275
2921
  kind?: string;
2922
+ /** Managed identities for the Managed Environment to interact with other Azure services without maintaining any secrets or credentials in code. */
2923
+ identity?: ManagedServiceIdentity;
2276
2924
  /**
2277
2925
  * Provisioning state of the Environment.
2278
2926
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -2305,6 +2953,10 @@ export interface ManagedEnvironment extends TrackedResource {
2305
2953
  * supported
2306
2954
  */
2307
2955
  appLogsConfiguration?: AppLogsConfiguration;
2956
+ /** Environment level Application Insights configuration */
2957
+ appInsightsConfiguration?: AppInsightsConfiguration;
2958
+ /** Environment Open Telemetry configuration */
2959
+ openTelemetryConfiguration?: OpenTelemetryConfiguration;
2308
2960
  /** Whether or not this Managed Environment is zone-redundant. */
2309
2961
  zoneRedundant?: boolean;
2310
2962
  /** Custom domain configuration for the environment */
@@ -2328,6 +2980,8 @@ export interface ManagedEnvironment extends TrackedResource {
2328
2980
 
2329
2981
  /** Container App Job */
2330
2982
  export interface Job extends TrackedResource {
2983
+ /** The complex type of the extended location. */
2984
+ extendedLocation?: ExtendedLocation;
2331
2985
  /** Managed identities needed by a container app job to interact with other Azure services to not maintain any secrets or credentials in code. */
2332
2986
  identity?: ManagedServiceIdentity;
2333
2987
  /**
@@ -2375,6 +3029,31 @@ export interface EnvironmentAuthToken extends TrackedResource {
2375
3029
  readonly expires?: Date;
2376
3030
  }
2377
3031
 
3032
+ /** Defines headers for Builders_createOrUpdate operation. */
3033
+ export interface BuildersCreateOrUpdateHeaders {
3034
+ azureAsyncOperation?: string;
3035
+ }
3036
+
3037
+ /** Defines headers for Builders_update operation. */
3038
+ export interface BuildersUpdateHeaders {
3039
+ location?: string;
3040
+ }
3041
+
3042
+ /** Defines headers for Builders_delete operation. */
3043
+ export interface BuildersDeleteHeaders {
3044
+ location?: string;
3045
+ }
3046
+
3047
+ /** Defines headers for Builds_createOrUpdate operation. */
3048
+ export interface BuildsCreateOrUpdateHeaders {
3049
+ azureAsyncOperation?: string;
3050
+ }
3051
+
3052
+ /** Defines headers for Builds_delete operation. */
3053
+ export interface BuildsDeleteHeaders {
3054
+ location?: string;
3055
+ }
3056
+
2378
3057
  /** Defines headers for ConnectedEnvironments_delete operation. */
2379
3058
  export interface ConnectedEnvironmentsDeleteHeaders {
2380
3059
  location?: string;
@@ -2415,62 +3094,193 @@ export interface JobsStartHeaders {
2415
3094
  location?: string;
2416
3095
  }
2417
3096
 
2418
- /** Defines headers for Jobs_stopExecution operation. */
2419
- export interface JobsStopExecutionHeaders {
2420
- location?: string;
3097
+ /** Defines headers for Jobs_stopExecution operation. */
3098
+ export interface JobsStopExecutionHeaders {
3099
+ location?: string;
3100
+ }
3101
+
3102
+ /** Defines headers for Jobs_stopMultipleExecutions operation. */
3103
+ export interface JobsStopMultipleExecutionsHeaders {
3104
+ location?: string;
3105
+ }
3106
+
3107
+ /** Defines headers for JavaComponents_update operation. */
3108
+ export interface JavaComponentsUpdateHeaders {
3109
+ location?: string;
3110
+ }
3111
+
3112
+ /** Defines headers for JavaComponents_delete operation. */
3113
+ export interface JavaComponentsDeleteHeaders {
3114
+ location?: string;
3115
+ }
3116
+
3117
+ /** Defines headers for DotNetComponents_update operation. */
3118
+ export interface DotNetComponentsUpdateHeaders {
3119
+ location?: string;
3120
+ }
3121
+
3122
+ /** Defines headers for DotNetComponents_delete operation. */
3123
+ export interface DotNetComponentsDeleteHeaders {
3124
+ location?: string;
3125
+ }
3126
+
3127
+ /** Known values of {@link CreatedByType} that the service accepts. */
3128
+ export enum KnownCreatedByType {
3129
+ /** User */
3130
+ User = "User",
3131
+ /** Application */
3132
+ Application = "Application",
3133
+ /** ManagedIdentity */
3134
+ ManagedIdentity = "ManagedIdentity",
3135
+ /** Key */
3136
+ Key = "Key",
3137
+ }
3138
+
3139
+ /**
3140
+ * Defines values for CreatedByType. \
3141
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
3142
+ * this enum contains the known values that the service supports.
3143
+ * ### Known values supported by the service
3144
+ * **User** \
3145
+ * **Application** \
3146
+ * **ManagedIdentity** \
3147
+ * **Key**
3148
+ */
3149
+ export type CreatedByType = string;
3150
+
3151
+ /** Known values of {@link Applicability} that the service accepts. */
3152
+ export enum KnownApplicability {
3153
+ /** LocationDefault */
3154
+ LocationDefault = "LocationDefault",
3155
+ /** Custom */
3156
+ Custom = "Custom",
3157
+ }
3158
+
3159
+ /**
3160
+ * Defines values for Applicability. \
3161
+ * {@link KnownApplicability} can be used interchangeably with Applicability,
3162
+ * this enum contains the known values that the service supports.
3163
+ * ### Known values supported by the service
3164
+ * **LocationDefault** \
3165
+ * **Custom**
3166
+ */
3167
+ export type Applicability = string;
3168
+
3169
+ /** Known values of {@link BuilderProvisioningState} that the service accepts. */
3170
+ export enum KnownBuilderProvisioningState {
3171
+ /** Succeeded */
3172
+ Succeeded = "Succeeded",
3173
+ /** Failed */
3174
+ Failed = "Failed",
3175
+ /** Canceled */
3176
+ Canceled = "Canceled",
3177
+ /** Creating */
3178
+ Creating = "Creating",
3179
+ /** Updating */
3180
+ Updating = "Updating",
3181
+ /** Deleting */
3182
+ Deleting = "Deleting",
3183
+ }
3184
+
3185
+ /**
3186
+ * Defines values for BuilderProvisioningState. \
3187
+ * {@link KnownBuilderProvisioningState} can be used interchangeably with BuilderProvisioningState,
3188
+ * this enum contains the known values that the service supports.
3189
+ * ### Known values supported by the service
3190
+ * **Succeeded** \
3191
+ * **Failed** \
3192
+ * **Canceled** \
3193
+ * **Creating** \
3194
+ * **Updating** \
3195
+ * **Deleting**
3196
+ */
3197
+ export type BuilderProvisioningState = string;
3198
+
3199
+ /** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
3200
+ export enum KnownManagedServiceIdentityType {
3201
+ /** None */
3202
+ None = "None",
3203
+ /** SystemAssigned */
3204
+ SystemAssigned = "SystemAssigned",
3205
+ /** UserAssigned */
3206
+ UserAssigned = "UserAssigned",
3207
+ /** SystemAssignedUserAssigned */
3208
+ SystemAssignedUserAssigned = "SystemAssigned,UserAssigned",
2421
3209
  }
2422
3210
 
2423
- /** Defines headers for Jobs_stopMultipleExecutions operation. */
2424
- export interface JobsStopMultipleExecutionsHeaders {
2425
- location?: string;
2426
- }
3211
+ /**
3212
+ * Defines values for ManagedServiceIdentityType. \
3213
+ * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
3214
+ * this enum contains the known values that the service supports.
3215
+ * ### Known values supported by the service
3216
+ * **None** \
3217
+ * **SystemAssigned** \
3218
+ * **UserAssigned** \
3219
+ * **SystemAssigned,UserAssigned**
3220
+ */
3221
+ export type ManagedServiceIdentityType = string;
2427
3222
 
2428
- /** Known values of {@link CreatedByType} that the service accepts. */
2429
- export enum KnownCreatedByType {
2430
- /** User */
2431
- User = "User",
2432
- /** Application */
2433
- Application = "Application",
2434
- /** ManagedIdentity */
2435
- ManagedIdentity = "ManagedIdentity",
2436
- /** Key */
2437
- Key = "Key"
3223
+ /** Known values of {@link BuildProvisioningState} that the service accepts. */
3224
+ export enum KnownBuildProvisioningState {
3225
+ /** Succeeded */
3226
+ Succeeded = "Succeeded",
3227
+ /** Failed */
3228
+ Failed = "Failed",
3229
+ /** Canceled */
3230
+ Canceled = "Canceled",
3231
+ /** Creating */
3232
+ Creating = "Creating",
3233
+ /** Updating */
3234
+ Updating = "Updating",
3235
+ /** Deleting */
3236
+ Deleting = "Deleting",
2438
3237
  }
2439
3238
 
2440
3239
  /**
2441
- * Defines values for CreatedByType. \
2442
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
3240
+ * Defines values for BuildProvisioningState. \
3241
+ * {@link KnownBuildProvisioningState} can be used interchangeably with BuildProvisioningState,
2443
3242
  * this enum contains the known values that the service supports.
2444
3243
  * ### Known values supported by the service
2445
- * **User** \
2446
- * **Application** \
2447
- * **ManagedIdentity** \
2448
- * **Key**
3244
+ * **Succeeded** \
3245
+ * **Failed** \
3246
+ * **Canceled** \
3247
+ * **Creating** \
3248
+ * **Updating** \
3249
+ * **Deleting**
2449
3250
  */
2450
- export type CreatedByType = string;
3251
+ export type BuildProvisioningState = string;
2451
3252
 
2452
- /** Known values of {@link Applicability} that the service accepts. */
2453
- export enum KnownApplicability {
2454
- /** LocationDefault */
2455
- LocationDefault = "LocationDefault",
2456
- /** Custom */
2457
- Custom = "Custom"
3253
+ /** Known values of {@link BuildStatus} that the service accepts. */
3254
+ export enum KnownBuildStatus {
3255
+ /** NotStarted */
3256
+ NotStarted = "NotStarted",
3257
+ /** InProgress */
3258
+ InProgress = "InProgress",
3259
+ /** Succeeded */
3260
+ Succeeded = "Succeeded",
3261
+ /** Canceled */
3262
+ Canceled = "Canceled",
3263
+ /** Failed */
3264
+ Failed = "Failed",
2458
3265
  }
2459
3266
 
2460
3267
  /**
2461
- * Defines values for Applicability. \
2462
- * {@link KnownApplicability} can be used interchangeably with Applicability,
3268
+ * Defines values for BuildStatus. \
3269
+ * {@link KnownBuildStatus} can be used interchangeably with BuildStatus,
2463
3270
  * this enum contains the known values that the service supports.
2464
3271
  * ### Known values supported by the service
2465
- * **LocationDefault** \
2466
- * **Custom**
3272
+ * **NotStarted** \
3273
+ * **InProgress** \
3274
+ * **Succeeded** \
3275
+ * **Canceled** \
3276
+ * **Failed**
2467
3277
  */
2468
- export type Applicability = string;
3278
+ export type BuildStatus = string;
2469
3279
 
2470
3280
  /** Known values of {@link ExtendedLocationTypes} that the service accepts. */
2471
3281
  export enum KnownExtendedLocationTypes {
2472
3282
  /** CustomLocation */
2473
- CustomLocation = "CustomLocation"
3283
+ CustomLocation = "CustomLocation",
2474
3284
  }
2475
3285
 
2476
3286
  /**
@@ -2499,7 +3309,7 @@ export enum KnownConnectedEnvironmentProvisioningState {
2499
3309
  /** InfrastructureSetupComplete */
2500
3310
  InfrastructureSetupComplete = "InfrastructureSetupComplete",
2501
3311
  /** ScheduledForDelete */
2502
- ScheduledForDelete = "ScheduledForDelete"
3312
+ ScheduledForDelete = "ScheduledForDelete",
2503
3313
  }
2504
3314
 
2505
3315
  /**
@@ -2523,7 +3333,7 @@ export enum KnownCheckNameAvailabilityReason {
2523
3333
  /** Invalid */
2524
3334
  Invalid = "Invalid",
2525
3335
  /** AlreadyExists */
2526
- AlreadyExists = "AlreadyExists"
3336
+ AlreadyExists = "AlreadyExists",
2527
3337
  }
2528
3338
 
2529
3339
  /**
@@ -2547,7 +3357,7 @@ export enum KnownCertificateProvisioningState {
2547
3357
  /** DeleteFailed */
2548
3358
  DeleteFailed = "DeleteFailed",
2549
3359
  /** Pending */
2550
- Pending = "Pending"
3360
+ Pending = "Pending",
2551
3361
  }
2552
3362
 
2553
3363
  /**
@@ -2563,12 +3373,30 @@ export enum KnownCertificateProvisioningState {
2563
3373
  */
2564
3374
  export type CertificateProvisioningState = string;
2565
3375
 
3376
+ /** Known values of {@link CertificateType} that the service accepts. */
3377
+ export enum KnownCertificateType {
3378
+ /** ServerSSLCertificate */
3379
+ ServerSSLCertificate = "ServerSSLCertificate",
3380
+ /** ImagePullTrustedCA */
3381
+ ImagePullTrustedCA = "ImagePullTrustedCA",
3382
+ }
3383
+
3384
+ /**
3385
+ * Defines values for CertificateType. \
3386
+ * {@link KnownCertificateType} can be used interchangeably with CertificateType,
3387
+ * this enum contains the known values that the service supports.
3388
+ * ### Known values supported by the service
3389
+ * **ServerSSLCertificate** \
3390
+ * **ImagePullTrustedCA**
3391
+ */
3392
+ export type CertificateType = string;
3393
+
2566
3394
  /** Known values of {@link AccessMode} that the service accepts. */
2567
3395
  export enum KnownAccessMode {
2568
3396
  /** ReadOnly */
2569
3397
  ReadOnly = "ReadOnly",
2570
3398
  /** ReadWrite */
2571
- ReadWrite = "ReadWrite"
3399
+ ReadWrite = "ReadWrite",
2572
3400
  }
2573
3401
 
2574
3402
  /**
@@ -2581,30 +3409,6 @@ export enum KnownAccessMode {
2581
3409
  */
2582
3410
  export type AccessMode = string;
2583
3411
 
2584
- /** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
2585
- export enum KnownManagedServiceIdentityType {
2586
- /** None */
2587
- None = "None",
2588
- /** SystemAssigned */
2589
- SystemAssigned = "SystemAssigned",
2590
- /** UserAssigned */
2591
- UserAssigned = "UserAssigned",
2592
- /** SystemAssignedUserAssigned */
2593
- SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
2594
- }
2595
-
2596
- /**
2597
- * Defines values for ManagedServiceIdentityType. \
2598
- * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
2599
- * this enum contains the known values that the service supports.
2600
- * ### Known values supported by the service
2601
- * **None** \
2602
- * **SystemAssigned** \
2603
- * **UserAssigned** \
2604
- * **SystemAssigned,UserAssigned**
2605
- */
2606
- export type ManagedServiceIdentityType = string;
2607
-
2608
3412
  /** Known values of {@link ContainerAppProvisioningState} that the service accepts. */
2609
3413
  export enum KnownContainerAppProvisioningState {
2610
3414
  /** InProgress */
@@ -2616,7 +3420,7 @@ export enum KnownContainerAppProvisioningState {
2616
3420
  /** Canceled */
2617
3421
  Canceled = "Canceled",
2618
3422
  /** Deleting */
2619
- Deleting = "Deleting"
3423
+ Deleting = "Deleting",
2620
3424
  }
2621
3425
 
2622
3426
  /**
@@ -2637,7 +3441,7 @@ export enum KnownActiveRevisionsMode {
2637
3441
  /** Multiple */
2638
3442
  Multiple = "Multiple",
2639
3443
  /** Single */
2640
- Single = "Single"
3444
+ Single = "Single",
2641
3445
  }
2642
3446
 
2643
3447
  /**
@@ -2659,7 +3463,7 @@ export enum KnownIngressTransportMethod {
2659
3463
  /** Http2 */
2660
3464
  Http2 = "http2",
2661
3465
  /** Tcp */
2662
- Tcp = "tcp"
3466
+ Tcp = "tcp",
2663
3467
  }
2664
3468
 
2665
3469
  /**
@@ -2679,7 +3483,7 @@ export enum KnownBindingType {
2679
3483
  /** Disabled */
2680
3484
  Disabled = "Disabled",
2681
3485
  /** SniEnabled */
2682
- SniEnabled = "SniEnabled"
3486
+ SniEnabled = "SniEnabled",
2683
3487
  }
2684
3488
 
2685
3489
  /**
@@ -2697,7 +3501,7 @@ export enum KnownAction {
2697
3501
  /** Allow */
2698
3502
  Allow = "Allow",
2699
3503
  /** Deny */
2700
- Deny = "Deny"
3504
+ Deny = "Deny",
2701
3505
  }
2702
3506
 
2703
3507
  /**
@@ -2715,7 +3519,7 @@ export enum KnownAffinity {
2715
3519
  /** Sticky */
2716
3520
  Sticky = "sticky",
2717
3521
  /** None */
2718
- None = "none"
3522
+ None = "none",
2719
3523
  }
2720
3524
 
2721
3525
  /**
@@ -2735,7 +3539,7 @@ export enum KnownIngressClientCertificateMode {
2735
3539
  /** Accept */
2736
3540
  Accept = "accept",
2737
3541
  /** Require */
2738
- Require = "require"
3542
+ Require = "require",
2739
3543
  }
2740
3544
 
2741
3545
  /**
@@ -2749,12 +3553,30 @@ export enum KnownIngressClientCertificateMode {
2749
3553
  */
2750
3554
  export type IngressClientCertificateMode = string;
2751
3555
 
3556
+ /** Known values of {@link IngressTargetPortHttpScheme} that the service accepts. */
3557
+ export enum KnownIngressTargetPortHttpScheme {
3558
+ /** Http */
3559
+ Http = "http",
3560
+ /** Https */
3561
+ Https = "https",
3562
+ }
3563
+
3564
+ /**
3565
+ * Defines values for IngressTargetPortHttpScheme. \
3566
+ * {@link KnownIngressTargetPortHttpScheme} can be used interchangeably with IngressTargetPortHttpScheme,
3567
+ * this enum contains the known values that the service supports.
3568
+ * ### Known values supported by the service
3569
+ * **http** \
3570
+ * **https**
3571
+ */
3572
+ export type IngressTargetPortHttpScheme = string;
3573
+
2752
3574
  /** Known values of {@link AppProtocol} that the service accepts. */
2753
3575
  export enum KnownAppProtocol {
2754
3576
  /** Http */
2755
3577
  Http = "http",
2756
3578
  /** Grpc */
2757
- Grpc = "grpc"
3579
+ Grpc = "grpc",
2758
3580
  }
2759
3581
 
2760
3582
  /**
@@ -2776,7 +3598,7 @@ export enum KnownLogLevel {
2776
3598
  /** Warn */
2777
3599
  Warn = "warn",
2778
3600
  /** Error */
2779
- Error = "error"
3601
+ Error = "error",
2780
3602
  }
2781
3603
 
2782
3604
  /**
@@ -2796,7 +3618,7 @@ export enum KnownScheme {
2796
3618
  /** Http */
2797
3619
  Http = "HTTP",
2798
3620
  /** Https */
2799
- Https = "HTTPS"
3621
+ Https = "HTTPS",
2800
3622
  }
2801
3623
 
2802
3624
  /**
@@ -2816,7 +3638,7 @@ export enum KnownType {
2816
3638
  /** Readiness */
2817
3639
  Readiness = "Readiness",
2818
3640
  /** Startup */
2819
- Startup = "Startup"
3641
+ Startup = "Startup",
2820
3642
  }
2821
3643
 
2822
3644
  /**
@@ -2837,7 +3659,9 @@ export enum KnownStorageType {
2837
3659
  /** EmptyDir */
2838
3660
  EmptyDir = "EmptyDir",
2839
3661
  /** Secret */
2840
- Secret = "Secret"
3662
+ Secret = "Secret",
3663
+ /** NfsAzureFile */
3664
+ NfsAzureFile = "NfsAzureFile",
2841
3665
  }
2842
3666
 
2843
3667
  /**
@@ -2847,7 +3671,8 @@ export enum KnownStorageType {
2847
3671
  * ### Known values supported by the service
2848
3672
  * **AzureFile** \
2849
3673
  * **EmptyDir** \
2850
- * **Secret**
3674
+ * **Secret** \
3675
+ * **NfsAzureFile**
2851
3676
  */
2852
3677
  export type StorageType = string;
2853
3678
 
@@ -2858,7 +3683,7 @@ export enum KnownRevisionHealthState {
2858
3683
  /** Unhealthy */
2859
3684
  Unhealthy = "Unhealthy",
2860
3685
  /** None */
2861
- None = "None"
3686
+ None = "None",
2862
3687
  }
2863
3688
 
2864
3689
  /**
@@ -2883,7 +3708,7 @@ export enum KnownRevisionProvisioningState {
2883
3708
  /** Deprovisioning */
2884
3709
  Deprovisioning = "Deprovisioning",
2885
3710
  /** Deprovisioned */
2886
- Deprovisioned = "Deprovisioned"
3711
+ Deprovisioned = "Deprovisioned",
2887
3712
  }
2888
3713
 
2889
3714
  /**
@@ -2912,7 +3737,7 @@ export enum KnownRevisionRunningState {
2912
3737
  /** Failed */
2913
3738
  Failed = "Failed",
2914
3739
  /** Unknown */
2915
- Unknown = "Unknown"
3740
+ Unknown = "Unknown",
2916
3741
  }
2917
3742
 
2918
3743
  /**
@@ -2936,7 +3761,7 @@ export enum KnownContainerAppReplicaRunningState {
2936
3761
  /** NotRunning */
2937
3762
  NotRunning = "NotRunning",
2938
3763
  /** Unknown */
2939
- Unknown = "Unknown"
3764
+ Unknown = "Unknown",
2940
3765
  }
2941
3766
 
2942
3767
  /**
@@ -2957,7 +3782,7 @@ export enum KnownContainerAppContainerRunningState {
2957
3782
  /** Terminated */
2958
3783
  Terminated = "Terminated",
2959
3784
  /** Waiting */
2960
- Waiting = "Waiting"
3785
+ Waiting = "Waiting",
2961
3786
  }
2962
3787
 
2963
3788
  /**
@@ -2992,7 +3817,7 @@ export enum KnownEnvironmentProvisioningState {
2992
3817
  /** UpgradeRequested */
2993
3818
  UpgradeRequested = "UpgradeRequested",
2994
3819
  /** UpgradeFailed */
2995
- UpgradeFailed = "UpgradeFailed"
3820
+ UpgradeFailed = "UpgradeFailed",
2996
3821
  }
2997
3822
 
2998
3823
  /**
@@ -3024,7 +3849,7 @@ export enum KnownJobProvisioningState {
3024
3849
  /** Canceled */
3025
3850
  Canceled = "Canceled",
3026
3851
  /** Deleting */
3027
- Deleting = "Deleting"
3852
+ Deleting = "Deleting",
3028
3853
  }
3029
3854
 
3030
3855
  /**
@@ -3047,7 +3872,7 @@ export enum KnownTriggerType {
3047
3872
  /** Event */
3048
3873
  Event = "Event",
3049
3874
  /** Manual */
3050
- Manual = "Manual"
3875
+ Manual = "Manual",
3051
3876
  }
3052
3877
 
3053
3878
  /**
@@ -3076,7 +3901,7 @@ export enum KnownJobExecutionRunningState {
3076
3901
  /** Unknown */
3077
3902
  Unknown = "Unknown",
3078
3903
  /** Succeeded */
3079
- Succeeded = "Succeeded"
3904
+ Succeeded = "Succeeded",
3080
3905
  }
3081
3906
 
3082
3907
  /**
@@ -3101,7 +3926,7 @@ export enum KnownManagedCertificateDomainControlValidation {
3101
3926
  /** Http */
3102
3927
  Http = "HTTP",
3103
3928
  /** TXT */
3104
- TXT = "TXT"
3929
+ TXT = "TXT",
3105
3930
  }
3106
3931
 
3107
3932
  /**
@@ -3124,7 +3949,7 @@ export enum KnownSourceControlOperationState {
3124
3949
  /** Failed */
3125
3950
  Failed = "Failed",
3126
3951
  /** Canceled */
3127
- Canceled = "Canceled"
3952
+ Canceled = "Canceled",
3128
3953
  }
3129
3954
 
3130
3955
  /**
@@ -3138,6 +3963,99 @@ export enum KnownSourceControlOperationState {
3138
3963
  * **Canceled**
3139
3964
  */
3140
3965
  export type SourceControlOperationState = string;
3966
+
3967
+ /** Known values of {@link JavaComponentType} that the service accepts. */
3968
+ export enum KnownJavaComponentType {
3969
+ /** SpringBootAdmin */
3970
+ SpringBootAdmin = "SpringBootAdmin",
3971
+ /** SpringCloudEureka */
3972
+ SpringCloudEureka = "SpringCloudEureka",
3973
+ /** SpringCloudConfig */
3974
+ SpringCloudConfig = "SpringCloudConfig",
3975
+ }
3976
+
3977
+ /**
3978
+ * Defines values for JavaComponentType. \
3979
+ * {@link KnownJavaComponentType} can be used interchangeably with JavaComponentType,
3980
+ * this enum contains the known values that the service supports.
3981
+ * ### Known values supported by the service
3982
+ * **SpringBootAdmin** \
3983
+ * **SpringCloudEureka** \
3984
+ * **SpringCloudConfig**
3985
+ */
3986
+ export type JavaComponentType = string;
3987
+
3988
+ /** Known values of {@link JavaComponentProvisioningState} that the service accepts. */
3989
+ export enum KnownJavaComponentProvisioningState {
3990
+ /** Succeeded */
3991
+ Succeeded = "Succeeded",
3992
+ /** Failed */
3993
+ Failed = "Failed",
3994
+ /** Canceled */
3995
+ Canceled = "Canceled",
3996
+ /** Deleting */
3997
+ Deleting = "Deleting",
3998
+ /** InProgress */
3999
+ InProgress = "InProgress",
4000
+ }
4001
+
4002
+ /**
4003
+ * Defines values for JavaComponentProvisioningState. \
4004
+ * {@link KnownJavaComponentProvisioningState} can be used interchangeably with JavaComponentProvisioningState,
4005
+ * this enum contains the known values that the service supports.
4006
+ * ### Known values supported by the service
4007
+ * **Succeeded** \
4008
+ * **Failed** \
4009
+ * **Canceled** \
4010
+ * **Deleting** \
4011
+ * **InProgress**
4012
+ */
4013
+ export type JavaComponentProvisioningState = string;
4014
+
4015
+ /** Known values of {@link DotNetComponentType} that the service accepts. */
4016
+ export enum KnownDotNetComponentType {
4017
+ /** AspireDashboard */
4018
+ AspireDashboard = "AspireDashboard",
4019
+ /** AspireResourceServerApi */
4020
+ AspireResourceServerApi = "AspireResourceServerApi",
4021
+ }
4022
+
4023
+ /**
4024
+ * Defines values for DotNetComponentType. \
4025
+ * {@link KnownDotNetComponentType} can be used interchangeably with DotNetComponentType,
4026
+ * this enum contains the known values that the service supports.
4027
+ * ### Known values supported by the service
4028
+ * **AspireDashboard** \
4029
+ * **AspireResourceServerApi**
4030
+ */
4031
+ export type DotNetComponentType = string;
4032
+
4033
+ /** Known values of {@link DotNetComponentProvisioningState} that the service accepts. */
4034
+ export enum KnownDotNetComponentProvisioningState {
4035
+ /** Succeeded */
4036
+ Succeeded = "Succeeded",
4037
+ /** Failed */
4038
+ Failed = "Failed",
4039
+ /** Canceled */
4040
+ Canceled = "Canceled",
4041
+ /** Deleting */
4042
+ Deleting = "Deleting",
4043
+ /** InProgress */
4044
+ InProgress = "InProgress",
4045
+ }
4046
+
4047
+ /**
4048
+ * Defines values for DotNetComponentProvisioningState. \
4049
+ * {@link KnownDotNetComponentProvisioningState} can be used interchangeably with DotNetComponentProvisioningState,
4050
+ * this enum contains the known values that the service supports.
4051
+ * ### Known values supported by the service
4052
+ * **Succeeded** \
4053
+ * **Failed** \
4054
+ * **Canceled** \
4055
+ * **Deleting** \
4056
+ * **InProgress**
4057
+ */
4058
+ export type DotNetComponentProvisioningState = string;
3141
4059
  /** Defines values for UnauthenticatedClientActionV2. */
3142
4060
  export type UnauthenticatedClientActionV2 =
3143
4061
  | "RedirectToLoginPage"
@@ -3154,71 +4072,238 @@ export type ForwardProxyConvention = "NoProxy" | "Standard" | "Custom";
3154
4072
  export type DnsVerificationTestResult = "Passed" | "Failed" | "Skipped";
3155
4073
 
3156
4074
  /** Optional parameters. */
3157
- export interface ContainerAppsAuthConfigsListByContainerAppOptionalParams
4075
+ export interface AppResiliencyCreateOrUpdateOptionalParams
4076
+ extends coreClient.OperationOptions {}
4077
+
4078
+ /** Contains response data for the createOrUpdate operation. */
4079
+ export type AppResiliencyCreateOrUpdateResponse = AppResiliency;
4080
+
4081
+ /** Optional parameters. */
4082
+ export interface AppResiliencyUpdateOptionalParams
4083
+ extends coreClient.OperationOptions {}
4084
+
4085
+ /** Contains response data for the update operation. */
4086
+ export type AppResiliencyUpdateResponse = AppResiliency;
4087
+
4088
+ /** Optional parameters. */
4089
+ export interface AppResiliencyDeleteOptionalParams
4090
+ extends coreClient.OperationOptions {}
4091
+
4092
+ /** Optional parameters. */
4093
+ export interface AppResiliencyGetOptionalParams
4094
+ extends coreClient.OperationOptions {}
4095
+
4096
+ /** Contains response data for the get operation. */
4097
+ export type AppResiliencyGetResponse = AppResiliency;
4098
+
4099
+ /** Optional parameters. */
4100
+ export interface AppResiliencyListOptionalParams
4101
+ extends coreClient.OperationOptions {}
4102
+
4103
+ /** Contains response data for the list operation. */
4104
+ export type AppResiliencyListResponse = AppResiliencyCollection;
4105
+
4106
+ /** Optional parameters. */
4107
+ export interface AppResiliencyListNextOptionalParams
4108
+ extends coreClient.OperationOptions {}
4109
+
4110
+ /** Contains response data for the listNext operation. */
4111
+ export type AppResiliencyListNextResponse = AppResiliencyCollection;
4112
+
4113
+ /** Optional parameters. */
4114
+ export interface ContainerAppsAuthConfigsListByContainerAppOptionalParams
4115
+ extends coreClient.OperationOptions {}
4116
+
4117
+ /** Contains response data for the listByContainerApp operation. */
4118
+ export type ContainerAppsAuthConfigsListByContainerAppResponse =
4119
+ AuthConfigCollection;
4120
+
4121
+ /** Optional parameters. */
4122
+ export interface ContainerAppsAuthConfigsGetOptionalParams
4123
+ extends coreClient.OperationOptions {}
4124
+
4125
+ /** Contains response data for the get operation. */
4126
+ export type ContainerAppsAuthConfigsGetResponse = AuthConfig;
4127
+
4128
+ /** Optional parameters. */
4129
+ export interface ContainerAppsAuthConfigsCreateOrUpdateOptionalParams
4130
+ extends coreClient.OperationOptions {}
4131
+
4132
+ /** Contains response data for the createOrUpdate operation. */
4133
+ export type ContainerAppsAuthConfigsCreateOrUpdateResponse = AuthConfig;
4134
+
4135
+ /** Optional parameters. */
4136
+ export interface ContainerAppsAuthConfigsDeleteOptionalParams
4137
+ extends coreClient.OperationOptions {}
4138
+
4139
+ /** Optional parameters. */
4140
+ export interface ContainerAppsAuthConfigsListByContainerAppNextOptionalParams
4141
+ extends coreClient.OperationOptions {}
4142
+
4143
+ /** Contains response data for the listByContainerAppNext operation. */
4144
+ export type ContainerAppsAuthConfigsListByContainerAppNextResponse =
4145
+ AuthConfigCollection;
4146
+
4147
+ /** Optional parameters. */
4148
+ export interface AvailableWorkloadProfilesGetOptionalParams
4149
+ extends coreClient.OperationOptions {}
4150
+
4151
+ /** Contains response data for the get operation. */
4152
+ export type AvailableWorkloadProfilesGetResponse =
4153
+ AvailableWorkloadProfilesCollection;
4154
+
4155
+ /** Optional parameters. */
4156
+ export interface AvailableWorkloadProfilesGetNextOptionalParams
4157
+ extends coreClient.OperationOptions {}
4158
+
4159
+ /** Contains response data for the getNext operation. */
4160
+ export type AvailableWorkloadProfilesGetNextResponse =
4161
+ AvailableWorkloadProfilesCollection;
4162
+
4163
+ /** Optional parameters. */
4164
+ export interface BillingMetersGetOptionalParams
4165
+ extends coreClient.OperationOptions {}
4166
+
4167
+ /** Contains response data for the get operation. */
4168
+ export type BillingMetersGetResponse = BillingMeterCollection;
4169
+
4170
+ /** Optional parameters. */
4171
+ export interface BuildersListBySubscriptionOptionalParams
4172
+ extends coreClient.OperationOptions {}
4173
+
4174
+ /** Contains response data for the listBySubscription operation. */
4175
+ export type BuildersListBySubscriptionResponse = BuilderCollection;
4176
+
4177
+ /** Optional parameters. */
4178
+ export interface BuildersListByResourceGroupOptionalParams
3158
4179
  extends coreClient.OperationOptions {}
3159
4180
 
3160
- /** Contains response data for the listByContainerApp operation. */
3161
- export type ContainerAppsAuthConfigsListByContainerAppResponse = AuthConfigCollection;
4181
+ /** Contains response data for the listByResourceGroup operation. */
4182
+ export type BuildersListByResourceGroupResponse = BuilderCollection;
3162
4183
 
3163
4184
  /** Optional parameters. */
3164
- export interface ContainerAppsAuthConfigsGetOptionalParams
4185
+ export interface BuildersGetOptionalParams
3165
4186
  extends coreClient.OperationOptions {}
3166
4187
 
3167
4188
  /** Contains response data for the get operation. */
3168
- export type ContainerAppsAuthConfigsGetResponse = AuthConfig;
4189
+ export type BuildersGetResponse = BuilderResource;
3169
4190
 
3170
4191
  /** Optional parameters. */
3171
- export interface ContainerAppsAuthConfigsCreateOrUpdateOptionalParams
3172
- extends coreClient.OperationOptions {}
4192
+ export interface BuildersCreateOrUpdateOptionalParams
4193
+ extends coreClient.OperationOptions {
4194
+ /** Delay to wait until next poll, in milliseconds. */
4195
+ updateIntervalInMs?: number;
4196
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4197
+ resumeFrom?: string;
4198
+ }
3173
4199
 
3174
4200
  /** Contains response data for the createOrUpdate operation. */
3175
- export type ContainerAppsAuthConfigsCreateOrUpdateResponse = AuthConfig;
4201
+ export type BuildersCreateOrUpdateResponse = BuilderResource;
3176
4202
 
3177
4203
  /** Optional parameters. */
3178
- export interface ContainerAppsAuthConfigsDeleteOptionalParams
3179
- extends coreClient.OperationOptions {}
4204
+ export interface BuildersUpdateOptionalParams
4205
+ extends coreClient.OperationOptions {
4206
+ /** Delay to wait until next poll, in milliseconds. */
4207
+ updateIntervalInMs?: number;
4208
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4209
+ resumeFrom?: string;
4210
+ }
4211
+
4212
+ /** Contains response data for the update operation. */
4213
+ export type BuildersUpdateResponse = BuilderResource;
3180
4214
 
3181
4215
  /** Optional parameters. */
3182
- export interface ContainerAppsAuthConfigsListByContainerAppNextOptionalParams
4216
+ export interface BuildersDeleteOptionalParams
4217
+ extends coreClient.OperationOptions {
4218
+ /** Delay to wait until next poll, in milliseconds. */
4219
+ updateIntervalInMs?: number;
4220
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4221
+ resumeFrom?: string;
4222
+ }
4223
+
4224
+ /** Contains response data for the delete operation. */
4225
+ export type BuildersDeleteResponse = BuildersDeleteHeaders;
4226
+
4227
+ /** Optional parameters. */
4228
+ export interface BuildersListBySubscriptionNextOptionalParams
3183
4229
  extends coreClient.OperationOptions {}
3184
4230
 
3185
- /** Contains response data for the listByContainerAppNext operation. */
3186
- export type ContainerAppsAuthConfigsListByContainerAppNextResponse = AuthConfigCollection;
4231
+ /** Contains response data for the listBySubscriptionNext operation. */
4232
+ export type BuildersListBySubscriptionNextResponse = BuilderCollection;
3187
4233
 
3188
4234
  /** Optional parameters. */
3189
- export interface AvailableWorkloadProfilesGetOptionalParams
4235
+ export interface BuildersListByResourceGroupNextOptionalParams
3190
4236
  extends coreClient.OperationOptions {}
3191
4237
 
3192
- /** Contains response data for the get operation. */
3193
- export type AvailableWorkloadProfilesGetResponse = AvailableWorkloadProfilesCollection;
4238
+ /** Contains response data for the listByResourceGroupNext operation. */
4239
+ export type BuildersListByResourceGroupNextResponse = BuilderCollection;
3194
4240
 
3195
4241
  /** Optional parameters. */
3196
- export interface AvailableWorkloadProfilesGetNextOptionalParams
4242
+ export interface BuildsByBuilderResourceListOptionalParams
3197
4243
  extends coreClient.OperationOptions {}
3198
4244
 
3199
- /** Contains response data for the getNext operation. */
3200
- export type AvailableWorkloadProfilesGetNextResponse = AvailableWorkloadProfilesCollection;
4245
+ /** Contains response data for the list operation. */
4246
+ export type BuildsByBuilderResourceListResponse = BuildCollection;
3201
4247
 
3202
4248
  /** Optional parameters. */
3203
- export interface BillingMetersGetOptionalParams
4249
+ export interface BuildsByBuilderResourceListNextOptionalParams
3204
4250
  extends coreClient.OperationOptions {}
3205
4251
 
4252
+ /** Contains response data for the listNext operation. */
4253
+ export type BuildsByBuilderResourceListNextResponse = BuildCollection;
4254
+
4255
+ /** Optional parameters. */
4256
+ export interface BuildsGetOptionalParams extends coreClient.OperationOptions {}
4257
+
3206
4258
  /** Contains response data for the get operation. */
3207
- export type BillingMetersGetResponse = BillingMeterCollection;
4259
+ export type BuildsGetResponse = BuildResource;
4260
+
4261
+ /** Optional parameters. */
4262
+ export interface BuildsCreateOrUpdateOptionalParams
4263
+ extends coreClient.OperationOptions {
4264
+ /** Delay to wait until next poll, in milliseconds. */
4265
+ updateIntervalInMs?: number;
4266
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4267
+ resumeFrom?: string;
4268
+ }
4269
+
4270
+ /** Contains response data for the createOrUpdate operation. */
4271
+ export type BuildsCreateOrUpdateResponse = BuildResource;
4272
+
4273
+ /** Optional parameters. */
4274
+ export interface BuildsDeleteOptionalParams
4275
+ extends coreClient.OperationOptions {
4276
+ /** Delay to wait until next poll, in milliseconds. */
4277
+ updateIntervalInMs?: number;
4278
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4279
+ resumeFrom?: string;
4280
+ }
4281
+
4282
+ /** Contains response data for the delete operation. */
4283
+ export type BuildsDeleteResponse = BuildsDeleteHeaders;
4284
+
4285
+ /** Optional parameters. */
4286
+ export interface BuildAuthTokenListOptionalParams
4287
+ extends coreClient.OperationOptions {}
4288
+
4289
+ /** Contains response data for the list operation. */
4290
+ export type BuildAuthTokenListResponse = BuildToken;
3208
4291
 
3209
4292
  /** Optional parameters. */
3210
4293
  export interface ConnectedEnvironmentsListBySubscriptionOptionalParams
3211
4294
  extends coreClient.OperationOptions {}
3212
4295
 
3213
4296
  /** Contains response data for the listBySubscription operation. */
3214
- export type ConnectedEnvironmentsListBySubscriptionResponse = ConnectedEnvironmentCollection;
4297
+ export type ConnectedEnvironmentsListBySubscriptionResponse =
4298
+ ConnectedEnvironmentCollection;
3215
4299
 
3216
4300
  /** Optional parameters. */
3217
4301
  export interface ConnectedEnvironmentsListByResourceGroupOptionalParams
3218
4302
  extends coreClient.OperationOptions {}
3219
4303
 
3220
4304
  /** Contains response data for the listByResourceGroup operation. */
3221
- export type ConnectedEnvironmentsListByResourceGroupResponse = ConnectedEnvironmentCollection;
4305
+ export type ConnectedEnvironmentsListByResourceGroupResponse =
4306
+ ConnectedEnvironmentCollection;
3222
4307
 
3223
4308
  /** Optional parameters. */
3224
4309
  export interface ConnectedEnvironmentsGetOptionalParams
@@ -3260,28 +4345,32 @@ export interface ConnectedEnvironmentsCheckNameAvailabilityOptionalParams
3260
4345
  extends coreClient.OperationOptions {}
3261
4346
 
3262
4347
  /** Contains response data for the checkNameAvailability operation. */
3263
- export type ConnectedEnvironmentsCheckNameAvailabilityResponse = CheckNameAvailabilityResponse;
4348
+ export type ConnectedEnvironmentsCheckNameAvailabilityResponse =
4349
+ CheckNameAvailabilityResponse;
3264
4350
 
3265
4351
  /** Optional parameters. */
3266
4352
  export interface ConnectedEnvironmentsListBySubscriptionNextOptionalParams
3267
4353
  extends coreClient.OperationOptions {}
3268
4354
 
3269
4355
  /** Contains response data for the listBySubscriptionNext operation. */
3270
- export type ConnectedEnvironmentsListBySubscriptionNextResponse = ConnectedEnvironmentCollection;
4356
+ export type ConnectedEnvironmentsListBySubscriptionNextResponse =
4357
+ ConnectedEnvironmentCollection;
3271
4358
 
3272
4359
  /** Optional parameters. */
3273
4360
  export interface ConnectedEnvironmentsListByResourceGroupNextOptionalParams
3274
4361
  extends coreClient.OperationOptions {}
3275
4362
 
3276
4363
  /** Contains response data for the listByResourceGroupNext operation. */
3277
- export type ConnectedEnvironmentsListByResourceGroupNextResponse = ConnectedEnvironmentCollection;
4364
+ export type ConnectedEnvironmentsListByResourceGroupNextResponse =
4365
+ ConnectedEnvironmentCollection;
3278
4366
 
3279
4367
  /** Optional parameters. */
3280
4368
  export interface ConnectedEnvironmentsCertificatesListOptionalParams
3281
4369
  extends coreClient.OperationOptions {}
3282
4370
 
3283
4371
  /** Contains response data for the list operation. */
3284
- export type ConnectedEnvironmentsCertificatesListResponse = CertificateCollection;
4372
+ export type ConnectedEnvironmentsCertificatesListResponse =
4373
+ CertificateCollection;
3285
4374
 
3286
4375
  /** Optional parameters. */
3287
4376
  export interface ConnectedEnvironmentsCertificatesGetOptionalParams
@@ -3298,7 +4387,8 @@ export interface ConnectedEnvironmentsCertificatesCreateOrUpdateOptionalParams
3298
4387
  }
3299
4388
 
3300
4389
  /** Contains response data for the createOrUpdate operation. */
3301
- export type ConnectedEnvironmentsCertificatesCreateOrUpdateResponse = Certificate;
4390
+ export type ConnectedEnvironmentsCertificatesCreateOrUpdateResponse =
4391
+ Certificate;
3302
4392
 
3303
4393
  /** Optional parameters. */
3304
4394
  export interface ConnectedEnvironmentsCertificatesDeleteOptionalParams
@@ -3316,14 +4406,16 @@ export interface ConnectedEnvironmentsCertificatesListNextOptionalParams
3316
4406
  extends coreClient.OperationOptions {}
3317
4407
 
3318
4408
  /** Contains response data for the listNext operation. */
3319
- export type ConnectedEnvironmentsCertificatesListNextResponse = CertificateCollection;
4409
+ export type ConnectedEnvironmentsCertificatesListNextResponse =
4410
+ CertificateCollection;
3320
4411
 
3321
4412
  /** Optional parameters. */
3322
4413
  export interface ConnectedEnvironmentsDaprComponentsListOptionalParams
3323
4414
  extends coreClient.OperationOptions {}
3324
4415
 
3325
4416
  /** Contains response data for the list operation. */
3326
- export type ConnectedEnvironmentsDaprComponentsListResponse = DaprComponentsCollection;
4417
+ export type ConnectedEnvironmentsDaprComponentsListResponse =
4418
+ DaprComponentsCollection;
3327
4419
 
3328
4420
  /** Optional parameters. */
3329
4421
  export interface ConnectedEnvironmentsDaprComponentsGetOptionalParams
@@ -3337,7 +4429,8 @@ export interface ConnectedEnvironmentsDaprComponentsCreateOrUpdateOptionalParams
3337
4429
  extends coreClient.OperationOptions {}
3338
4430
 
3339
4431
  /** Contains response data for the createOrUpdate operation. */
3340
- export type ConnectedEnvironmentsDaprComponentsCreateOrUpdateResponse = DaprComponent;
4432
+ export type ConnectedEnvironmentsDaprComponentsCreateOrUpdateResponse =
4433
+ DaprComponent;
3341
4434
 
3342
4435
  /** Optional parameters. */
3343
4436
  export interface ConnectedEnvironmentsDaprComponentsDeleteOptionalParams
@@ -3348,35 +4441,40 @@ export interface ConnectedEnvironmentsDaprComponentsListSecretsOptionalParams
3348
4441
  extends coreClient.OperationOptions {}
3349
4442
 
3350
4443
  /** Contains response data for the listSecrets operation. */
3351
- export type ConnectedEnvironmentsDaprComponentsListSecretsResponse = DaprSecretsCollection;
4444
+ export type ConnectedEnvironmentsDaprComponentsListSecretsResponse =
4445
+ DaprSecretsCollection;
3352
4446
 
3353
4447
  /** Optional parameters. */
3354
4448
  export interface ConnectedEnvironmentsDaprComponentsListNextOptionalParams
3355
4449
  extends coreClient.OperationOptions {}
3356
4450
 
3357
4451
  /** Contains response data for the listNext operation. */
3358
- export type ConnectedEnvironmentsDaprComponentsListNextResponse = DaprComponentsCollection;
4452
+ export type ConnectedEnvironmentsDaprComponentsListNextResponse =
4453
+ DaprComponentsCollection;
3359
4454
 
3360
4455
  /** Optional parameters. */
3361
4456
  export interface ConnectedEnvironmentsStoragesListOptionalParams
3362
4457
  extends coreClient.OperationOptions {}
3363
4458
 
3364
4459
  /** Contains response data for the list operation. */
3365
- export type ConnectedEnvironmentsStoragesListResponse = ConnectedEnvironmentStoragesCollection;
4460
+ export type ConnectedEnvironmentsStoragesListResponse =
4461
+ ConnectedEnvironmentStoragesCollection;
3366
4462
 
3367
4463
  /** Optional parameters. */
3368
4464
  export interface ConnectedEnvironmentsStoragesGetOptionalParams
3369
4465
  extends coreClient.OperationOptions {}
3370
4466
 
3371
4467
  /** Contains response data for the get operation. */
3372
- export type ConnectedEnvironmentsStoragesGetResponse = ConnectedEnvironmentStorage;
4468
+ export type ConnectedEnvironmentsStoragesGetResponse =
4469
+ ConnectedEnvironmentStorage;
3373
4470
 
3374
4471
  /** Optional parameters. */
3375
4472
  export interface ConnectedEnvironmentsStoragesCreateOrUpdateOptionalParams
3376
4473
  extends coreClient.OperationOptions {}
3377
4474
 
3378
4475
  /** Contains response data for the createOrUpdate operation. */
3379
- export type ConnectedEnvironmentsStoragesCreateOrUpdateResponse = ConnectedEnvironmentStorage;
4476
+ export type ConnectedEnvironmentsStoragesCreateOrUpdateResponse =
4477
+ ConnectedEnvironmentStorage;
3380
4478
 
3381
4479
  /** Optional parameters. */
3382
4480
  export interface ConnectedEnvironmentsStoragesDeleteOptionalParams
@@ -3444,7 +4542,8 @@ export interface ContainerAppsListCustomHostNameAnalysisOptionalParams
3444
4542
  }
3445
4543
 
3446
4544
  /** Contains response data for the listCustomHostNameAnalysis operation. */
3447
- export type ContainerAppsListCustomHostNameAnalysisResponse = CustomHostnameAnalysisResult;
4545
+ export type ContainerAppsListCustomHostNameAnalysisResponse =
4546
+ CustomHostnameAnalysisResult;
3448
4547
 
3449
4548
  /** Optional parameters. */
3450
4549
  export interface ContainerAppsListSecretsOptionalParams
@@ -3489,14 +4588,16 @@ export interface ContainerAppsListBySubscriptionNextOptionalParams
3489
4588
  extends coreClient.OperationOptions {}
3490
4589
 
3491
4590
  /** Contains response data for the listBySubscriptionNext operation. */
3492
- export type ContainerAppsListBySubscriptionNextResponse = ContainerAppCollection;
4591
+ export type ContainerAppsListBySubscriptionNextResponse =
4592
+ ContainerAppCollection;
3493
4593
 
3494
4594
  /** Optional parameters. */
3495
4595
  export interface ContainerAppsListByResourceGroupNextOptionalParams
3496
4596
  extends coreClient.OperationOptions {}
3497
4597
 
3498
4598
  /** Contains response data for the listByResourceGroupNext operation. */
3499
- export type ContainerAppsListByResourceGroupNextResponse = ContainerAppCollection;
4599
+ export type ContainerAppsListByResourceGroupNextResponse =
4600
+ ContainerAppCollection;
3500
4601
 
3501
4602
  /** Optional parameters. */
3502
4603
  export interface ContainerAppsRevisionsListRevisionsOptionalParams
@@ -3532,7 +4633,8 @@ export interface ContainerAppsRevisionsListRevisionsNextOptionalParams
3532
4633
  extends coreClient.OperationOptions {}
3533
4634
 
3534
4635
  /** Contains response data for the listRevisionsNext operation. */
3535
- export type ContainerAppsRevisionsListRevisionsNextResponse = RevisionCollection;
4636
+ export type ContainerAppsRevisionsListRevisionsNextResponse =
4637
+ RevisionCollection;
3536
4638
 
3537
4639
  /** Optional parameters. */
3538
4640
  export interface ContainerAppsRevisionReplicasGetReplicaOptionalParams
@@ -3546,14 +4648,16 @@ export interface ContainerAppsRevisionReplicasListReplicasOptionalParams
3546
4648
  extends coreClient.OperationOptions {}
3547
4649
 
3548
4650
  /** Contains response data for the listReplicas operation. */
3549
- export type ContainerAppsRevisionReplicasListReplicasResponse = ReplicaCollection;
4651
+ export type ContainerAppsRevisionReplicasListReplicasResponse =
4652
+ ReplicaCollection;
3550
4653
 
3551
4654
  /** Optional parameters. */
3552
4655
  export interface ContainerAppsDiagnosticsListDetectorsOptionalParams
3553
4656
  extends coreClient.OperationOptions {}
3554
4657
 
3555
4658
  /** Contains response data for the listDetectors operation. */
3556
- export type ContainerAppsDiagnosticsListDetectorsResponse = DiagnosticsCollection;
4659
+ export type ContainerAppsDiagnosticsListDetectorsResponse =
4660
+ DiagnosticsCollection;
3557
4661
 
3558
4662
  /** Optional parameters. */
3559
4663
  export interface ContainerAppsDiagnosticsGetDetectorOptionalParams
@@ -3591,21 +4695,24 @@ export interface ContainerAppsDiagnosticsListDetectorsNextOptionalParams
3591
4695
  extends coreClient.OperationOptions {}
3592
4696
 
3593
4697
  /** Contains response data for the listDetectorsNext operation. */
3594
- export type ContainerAppsDiagnosticsListDetectorsNextResponse = DiagnosticsCollection;
4698
+ export type ContainerAppsDiagnosticsListDetectorsNextResponse =
4699
+ DiagnosticsCollection;
3595
4700
 
3596
4701
  /** Optional parameters. */
3597
4702
  export interface ContainerAppsDiagnosticsListRevisionsNextOptionalParams
3598
4703
  extends coreClient.OperationOptions {}
3599
4704
 
3600
4705
  /** Contains response data for the listRevisionsNext operation. */
3601
- export type ContainerAppsDiagnosticsListRevisionsNextResponse = RevisionCollection;
4706
+ export type ContainerAppsDiagnosticsListRevisionsNextResponse =
4707
+ RevisionCollection;
3602
4708
 
3603
4709
  /** Optional parameters. */
3604
4710
  export interface ManagedEnvironmentDiagnosticsListDetectorsOptionalParams
3605
4711
  extends coreClient.OperationOptions {}
3606
4712
 
3607
4713
  /** Contains response data for the listDetectors operation. */
3608
- export type ManagedEnvironmentDiagnosticsListDetectorsResponse = DiagnosticsCollection;
4714
+ export type ManagedEnvironmentDiagnosticsListDetectorsResponse =
4715
+ DiagnosticsCollection;
3609
4716
 
3610
4717
  /** Optional parameters. */
3611
4718
  export interface ManagedEnvironmentDiagnosticsGetDetectorOptionalParams
@@ -3622,18 +4729,25 @@ export interface ManagedEnvironmentsDiagnosticsGetRootOptionalParams
3622
4729
  export type ManagedEnvironmentsDiagnosticsGetRootResponse = ManagedEnvironment;
3623
4730
 
3624
4731
  /** Optional parameters. */
3625
- export interface OperationsListOptionalParams
4732
+ export interface JobsListDetectorsOptionalParams
3626
4733
  extends coreClient.OperationOptions {}
3627
4734
 
3628
- /** Contains response data for the list operation. */
3629
- export type OperationsListResponse = AvailableOperations;
4735
+ /** Contains response data for the listDetectors operation. */
4736
+ export type JobsListDetectorsResponse = DiagnosticsCollection;
3630
4737
 
3631
4738
  /** Optional parameters. */
3632
- export interface OperationsListNextOptionalParams
4739
+ export interface JobsGetDetectorOptionalParams
3633
4740
  extends coreClient.OperationOptions {}
3634
4741
 
3635
- /** Contains response data for the listNext operation. */
3636
- export type OperationsListNextResponse = AvailableOperations;
4742
+ /** Contains response data for the getDetector operation. */
4743
+ export type JobsGetDetectorResponse = Diagnostics;
4744
+
4745
+ /** Optional parameters. */
4746
+ export interface JobsProxyGetOptionalParams
4747
+ extends coreClient.OperationOptions {}
4748
+
4749
+ /** Contains response data for the proxyGet operation. */
4750
+ export type JobsProxyGetResponse = Job;
3637
4751
 
3638
4752
  /** Optional parameters. */
3639
4753
  export interface JobsListBySubscriptionOptionalParams
@@ -3741,6 +4855,20 @@ export interface JobsListByResourceGroupNextOptionalParams
3741
4855
  /** Contains response data for the listByResourceGroupNext operation. */
3742
4856
  export type JobsListByResourceGroupNextResponse = JobsCollection;
3743
4857
 
4858
+ /** Optional parameters. */
4859
+ export interface OperationsListOptionalParams
4860
+ extends coreClient.OperationOptions {}
4861
+
4862
+ /** Contains response data for the list operation. */
4863
+ export type OperationsListResponse = AvailableOperations;
4864
+
4865
+ /** Optional parameters. */
4866
+ export interface OperationsListNextOptionalParams
4867
+ extends coreClient.OperationOptions {}
4868
+
4869
+ /** Contains response data for the listNext operation. */
4870
+ export type OperationsListNextResponse = AvailableOperations;
4871
+
3744
4872
  /** Optional parameters. */
3745
4873
  export interface JobsExecutionsListOptionalParams
3746
4874
  extends coreClient.OperationOptions {
@@ -3765,19 +4893,31 @@ export interface JobExecutionOptionalParams
3765
4893
  /** Contains response data for the jobExecution operation. */
3766
4894
  export type JobExecutionResponse = JobExecution;
3767
4895
 
4896
+ /** Optional parameters. */
4897
+ export interface GetCustomDomainVerificationIdOptionalParams
4898
+ extends coreClient.OperationOptions {}
4899
+
4900
+ /** Contains response data for the getCustomDomainVerificationId operation. */
4901
+ export type GetCustomDomainVerificationIdResponse = {
4902
+ /** The parsed response body. */
4903
+ body: string;
4904
+ };
4905
+
3768
4906
  /** Optional parameters. */
3769
4907
  export interface ManagedEnvironmentsListBySubscriptionOptionalParams
3770
4908
  extends coreClient.OperationOptions {}
3771
4909
 
3772
4910
  /** Contains response data for the listBySubscription operation. */
3773
- export type ManagedEnvironmentsListBySubscriptionResponse = ManagedEnvironmentsCollection;
4911
+ export type ManagedEnvironmentsListBySubscriptionResponse =
4912
+ ManagedEnvironmentsCollection;
3774
4913
 
3775
4914
  /** Optional parameters. */
3776
4915
  export interface ManagedEnvironmentsListByResourceGroupOptionalParams
3777
4916
  extends coreClient.OperationOptions {}
3778
4917
 
3779
4918
  /** Contains response data for the listByResourceGroup operation. */
3780
- export type ManagedEnvironmentsListByResourceGroupResponse = ManagedEnvironmentsCollection;
4919
+ export type ManagedEnvironmentsListByResourceGroupResponse =
4920
+ ManagedEnvironmentsCollection;
3781
4921
 
3782
4922
  /** Optional parameters. */
3783
4923
  export interface ManagedEnvironmentsGetOptionalParams
@@ -3831,28 +4971,32 @@ export interface ManagedEnvironmentsListWorkloadProfileStatesOptionalParams
3831
4971
  extends coreClient.OperationOptions {}
3832
4972
 
3833
4973
  /** Contains response data for the listWorkloadProfileStates operation. */
3834
- export type ManagedEnvironmentsListWorkloadProfileStatesResponse = WorkloadProfileStatesCollection;
4974
+ export type ManagedEnvironmentsListWorkloadProfileStatesResponse =
4975
+ WorkloadProfileStatesCollection;
3835
4976
 
3836
4977
  /** Optional parameters. */
3837
4978
  export interface ManagedEnvironmentsListBySubscriptionNextOptionalParams
3838
4979
  extends coreClient.OperationOptions {}
3839
4980
 
3840
4981
  /** Contains response data for the listBySubscriptionNext operation. */
3841
- export type ManagedEnvironmentsListBySubscriptionNextResponse = ManagedEnvironmentsCollection;
4982
+ export type ManagedEnvironmentsListBySubscriptionNextResponse =
4983
+ ManagedEnvironmentsCollection;
3842
4984
 
3843
4985
  /** Optional parameters. */
3844
4986
  export interface ManagedEnvironmentsListByResourceGroupNextOptionalParams
3845
4987
  extends coreClient.OperationOptions {}
3846
4988
 
3847
4989
  /** Contains response data for the listByResourceGroupNext operation. */
3848
- export type ManagedEnvironmentsListByResourceGroupNextResponse = ManagedEnvironmentsCollection;
4990
+ export type ManagedEnvironmentsListByResourceGroupNextResponse =
4991
+ ManagedEnvironmentsCollection;
3849
4992
 
3850
4993
  /** Optional parameters. */
3851
4994
  export interface ManagedEnvironmentsListWorkloadProfileStatesNextOptionalParams
3852
4995
  extends coreClient.OperationOptions {}
3853
4996
 
3854
4997
  /** Contains response data for the listWorkloadProfileStatesNext operation. */
3855
- export type ManagedEnvironmentsListWorkloadProfileStatesNextResponse = WorkloadProfileStatesCollection;
4998
+ export type ManagedEnvironmentsListWorkloadProfileStatesNextResponse =
4999
+ WorkloadProfileStatesCollection;
3856
5000
 
3857
5001
  /** Optional parameters. */
3858
5002
  export interface CertificatesListOptionalParams
@@ -3947,7 +5091,44 @@ export interface NamespacesCheckNameAvailabilityOptionalParams
3947
5091
  extends coreClient.OperationOptions {}
3948
5092
 
3949
5093
  /** Contains response data for the checkNameAvailability operation. */
3950
- export type NamespacesCheckNameAvailabilityResponse = CheckNameAvailabilityResponse;
5094
+ export type NamespacesCheckNameAvailabilityResponse =
5095
+ CheckNameAvailabilityResponse;
5096
+
5097
+ /** Optional parameters. */
5098
+ export interface DaprComponentResiliencyPoliciesListOptionalParams
5099
+ extends coreClient.OperationOptions {}
5100
+
5101
+ /** Contains response data for the list operation. */
5102
+ export type DaprComponentResiliencyPoliciesListResponse =
5103
+ DaprComponentResiliencyPoliciesCollection;
5104
+
5105
+ /** Optional parameters. */
5106
+ export interface DaprComponentResiliencyPoliciesGetOptionalParams
5107
+ extends coreClient.OperationOptions {}
5108
+
5109
+ /** Contains response data for the get operation. */
5110
+ export type DaprComponentResiliencyPoliciesGetResponse =
5111
+ DaprComponentResiliencyPolicy;
5112
+
5113
+ /** Optional parameters. */
5114
+ export interface DaprComponentResiliencyPoliciesCreateOrUpdateOptionalParams
5115
+ extends coreClient.OperationOptions {}
5116
+
5117
+ /** Contains response data for the createOrUpdate operation. */
5118
+ export type DaprComponentResiliencyPoliciesCreateOrUpdateResponse =
5119
+ DaprComponentResiliencyPolicy;
5120
+
5121
+ /** Optional parameters. */
5122
+ export interface DaprComponentResiliencyPoliciesDeleteOptionalParams
5123
+ extends coreClient.OperationOptions {}
5124
+
5125
+ /** Optional parameters. */
5126
+ export interface DaprComponentResiliencyPoliciesListNextOptionalParams
5127
+ extends coreClient.OperationOptions {}
5128
+
5129
+ /** Contains response data for the listNext operation. */
5130
+ export type DaprComponentResiliencyPoliciesListNextResponse =
5131
+ DaprComponentResiliencyPoliciesCollection;
3951
5132
 
3952
5133
  /** Optional parameters. */
3953
5134
  export interface DaprComponentsListOptionalParams
@@ -3988,12 +5169,45 @@ export interface DaprComponentsListNextOptionalParams
3988
5169
  /** Contains response data for the listNext operation. */
3989
5170
  export type DaprComponentsListNextResponse = DaprComponentsCollection;
3990
5171
 
5172
+ /** Optional parameters. */
5173
+ export interface DaprSubscriptionsListOptionalParams
5174
+ extends coreClient.OperationOptions {}
5175
+
5176
+ /** Contains response data for the list operation. */
5177
+ export type DaprSubscriptionsListResponse = DaprSubscriptionsCollection;
5178
+
5179
+ /** Optional parameters. */
5180
+ export interface DaprSubscriptionsGetOptionalParams
5181
+ extends coreClient.OperationOptions {}
5182
+
5183
+ /** Contains response data for the get operation. */
5184
+ export type DaprSubscriptionsGetResponse = DaprSubscription;
5185
+
5186
+ /** Optional parameters. */
5187
+ export interface DaprSubscriptionsCreateOrUpdateOptionalParams
5188
+ extends coreClient.OperationOptions {}
5189
+
5190
+ /** Contains response data for the createOrUpdate operation. */
5191
+ export type DaprSubscriptionsCreateOrUpdateResponse = DaprSubscription;
5192
+
5193
+ /** Optional parameters. */
5194
+ export interface DaprSubscriptionsDeleteOptionalParams
5195
+ extends coreClient.OperationOptions {}
5196
+
5197
+ /** Optional parameters. */
5198
+ export interface DaprSubscriptionsListNextOptionalParams
5199
+ extends coreClient.OperationOptions {}
5200
+
5201
+ /** Contains response data for the listNext operation. */
5202
+ export type DaprSubscriptionsListNextResponse = DaprSubscriptionsCollection;
5203
+
3991
5204
  /** Optional parameters. */
3992
5205
  export interface ManagedEnvironmentsStoragesListOptionalParams
3993
5206
  extends coreClient.OperationOptions {}
3994
5207
 
3995
5208
  /** Contains response data for the list operation. */
3996
- export type ManagedEnvironmentsStoragesListResponse = ManagedEnvironmentStoragesCollection;
5209
+ export type ManagedEnvironmentsStoragesListResponse =
5210
+ ManagedEnvironmentStoragesCollection;
3997
5211
 
3998
5212
  /** Optional parameters. */
3999
5213
  export interface ManagedEnvironmentsStoragesGetOptionalParams
@@ -4007,7 +5221,8 @@ export interface ManagedEnvironmentsStoragesCreateOrUpdateOptionalParams
4007
5221
  extends coreClient.OperationOptions {}
4008
5222
 
4009
5223
  /** Contains response data for the createOrUpdate operation. */
4010
- export type ManagedEnvironmentsStoragesCreateOrUpdateResponse = ManagedEnvironmentStorage;
5224
+ export type ManagedEnvironmentsStoragesCreateOrUpdateResponse =
5225
+ ManagedEnvironmentStorage;
4011
5226
 
4012
5227
  /** Optional parameters. */
4013
5228
  export interface ManagedEnvironmentsStoragesDeleteOptionalParams
@@ -4018,7 +5233,8 @@ export interface ContainerAppsSourceControlsListByContainerAppOptionalParams
4018
5233
  extends coreClient.OperationOptions {}
4019
5234
 
4020
5235
  /** Contains response data for the listByContainerApp operation. */
4021
- export type ContainerAppsSourceControlsListByContainerAppResponse = SourceControlCollection;
5236
+ export type ContainerAppsSourceControlsListByContainerAppResponse =
5237
+ SourceControlCollection;
4022
5238
 
4023
5239
  /** Optional parameters. */
4024
5240
  export interface ContainerAppsSourceControlsGetOptionalParams
@@ -4053,7 +5269,149 @@ export interface ContainerAppsSourceControlsListByContainerAppNextOptionalParams
4053
5269
  extends coreClient.OperationOptions {}
4054
5270
 
4055
5271
  /** Contains response data for the listByContainerAppNext operation. */
4056
- export type ContainerAppsSourceControlsListByContainerAppNextResponse = SourceControlCollection;
5272
+ export type ContainerAppsSourceControlsListByContainerAppNextResponse =
5273
+ SourceControlCollection;
5274
+
5275
+ /** Optional parameters. */
5276
+ export interface UsagesListOptionalParams extends coreClient.OperationOptions {}
5277
+
5278
+ /** Contains response data for the list operation. */
5279
+ export type UsagesListResponse = ListUsagesResult;
5280
+
5281
+ /** Optional parameters. */
5282
+ export interface UsagesListNextOptionalParams
5283
+ extends coreClient.OperationOptions {}
5284
+
5285
+ /** Contains response data for the listNext operation. */
5286
+ export type UsagesListNextResponse = ListUsagesResult;
5287
+
5288
+ /** Optional parameters. */
5289
+ export interface ManagedEnvironmentUsagesListOptionalParams
5290
+ extends coreClient.OperationOptions {}
5291
+
5292
+ /** Contains response data for the list operation. */
5293
+ export type ManagedEnvironmentUsagesListResponse = ListUsagesResult;
5294
+
5295
+ /** Optional parameters. */
5296
+ export interface ManagedEnvironmentUsagesListNextOptionalParams
5297
+ extends coreClient.OperationOptions {}
5298
+
5299
+ /** Contains response data for the listNext operation. */
5300
+ export type ManagedEnvironmentUsagesListNextResponse = ListUsagesResult;
5301
+
5302
+ /** Optional parameters. */
5303
+ export interface JavaComponentsListOptionalParams
5304
+ extends coreClient.OperationOptions {}
5305
+
5306
+ /** Contains response data for the list operation. */
5307
+ export type JavaComponentsListResponse = JavaComponentsCollection;
5308
+
5309
+ /** Optional parameters. */
5310
+ export interface JavaComponentsGetOptionalParams
5311
+ extends coreClient.OperationOptions {}
5312
+
5313
+ /** Contains response data for the get operation. */
5314
+ export type JavaComponentsGetResponse = JavaComponent;
5315
+
5316
+ /** Optional parameters. */
5317
+ export interface JavaComponentsCreateOrUpdateOptionalParams
5318
+ extends coreClient.OperationOptions {
5319
+ /** Delay to wait until next poll, in milliseconds. */
5320
+ updateIntervalInMs?: number;
5321
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
5322
+ resumeFrom?: string;
5323
+ }
5324
+
5325
+ /** Contains response data for the createOrUpdate operation. */
5326
+ export type JavaComponentsCreateOrUpdateResponse = JavaComponent;
5327
+
5328
+ /** Optional parameters. */
5329
+ export interface JavaComponentsUpdateOptionalParams
5330
+ extends coreClient.OperationOptions {
5331
+ /** Delay to wait until next poll, in milliseconds. */
5332
+ updateIntervalInMs?: number;
5333
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
5334
+ resumeFrom?: string;
5335
+ }
5336
+
5337
+ /** Contains response data for the update operation. */
5338
+ export type JavaComponentsUpdateResponse = JavaComponent;
5339
+
5340
+ /** Optional parameters. */
5341
+ export interface JavaComponentsDeleteOptionalParams
5342
+ extends coreClient.OperationOptions {
5343
+ /** Delay to wait until next poll, in milliseconds. */
5344
+ updateIntervalInMs?: number;
5345
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
5346
+ resumeFrom?: string;
5347
+ }
5348
+
5349
+ /** Contains response data for the delete operation. */
5350
+ export type JavaComponentsDeleteResponse = JavaComponentsDeleteHeaders;
5351
+
5352
+ /** Optional parameters. */
5353
+ export interface JavaComponentsListNextOptionalParams
5354
+ extends coreClient.OperationOptions {}
5355
+
5356
+ /** Contains response data for the listNext operation. */
5357
+ export type JavaComponentsListNextResponse = JavaComponentsCollection;
5358
+
5359
+ /** Optional parameters. */
5360
+ export interface DotNetComponentsListOptionalParams
5361
+ extends coreClient.OperationOptions {}
5362
+
5363
+ /** Contains response data for the list operation. */
5364
+ export type DotNetComponentsListResponse = DotNetComponentsCollection;
5365
+
5366
+ /** Optional parameters. */
5367
+ export interface DotNetComponentsGetOptionalParams
5368
+ extends coreClient.OperationOptions {}
5369
+
5370
+ /** Contains response data for the get operation. */
5371
+ export type DotNetComponentsGetResponse = DotNetComponent;
5372
+
5373
+ /** Optional parameters. */
5374
+ export interface DotNetComponentsCreateOrUpdateOptionalParams
5375
+ extends coreClient.OperationOptions {
5376
+ /** Delay to wait until next poll, in milliseconds. */
5377
+ updateIntervalInMs?: number;
5378
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
5379
+ resumeFrom?: string;
5380
+ }
5381
+
5382
+ /** Contains response data for the createOrUpdate operation. */
5383
+ export type DotNetComponentsCreateOrUpdateResponse = DotNetComponent;
5384
+
5385
+ /** Optional parameters. */
5386
+ export interface DotNetComponentsUpdateOptionalParams
5387
+ extends coreClient.OperationOptions {
5388
+ /** Delay to wait until next poll, in milliseconds. */
5389
+ updateIntervalInMs?: number;
5390
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
5391
+ resumeFrom?: string;
5392
+ }
5393
+
5394
+ /** Contains response data for the update operation. */
5395
+ export type DotNetComponentsUpdateResponse = DotNetComponent;
5396
+
5397
+ /** Optional parameters. */
5398
+ export interface DotNetComponentsDeleteOptionalParams
5399
+ extends coreClient.OperationOptions {
5400
+ /** Delay to wait until next poll, in milliseconds. */
5401
+ updateIntervalInMs?: number;
5402
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
5403
+ resumeFrom?: string;
5404
+ }
5405
+
5406
+ /** Contains response data for the delete operation. */
5407
+ export type DotNetComponentsDeleteResponse = DotNetComponentsDeleteHeaders;
5408
+
5409
+ /** Optional parameters. */
5410
+ export interface DotNetComponentsListNextOptionalParams
5411
+ extends coreClient.OperationOptions {}
5412
+
5413
+ /** Contains response data for the listNext operation. */
5414
+ export type DotNetComponentsListNextResponse = DotNetComponentsCollection;
4057
5415
 
4058
5416
  /** Optional parameters. */
4059
5417
  export interface ContainerAppsAPIClientOptionalParams