@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
@@ -58,6 +58,12 @@ export declare interface AllowedPrincipals {
58
58
  identities?: string[];
59
59
  }
60
60
 
61
+ /** Configuration of Application Insights */
62
+ export declare interface AppInsightsConfiguration {
63
+ /** Application Insights connection string */
64
+ connectionString?: string;
65
+ }
66
+
61
67
  /** The configuration settings of the Apple provider. */
62
68
  export declare interface Apple {
63
69
  /** <code>false</code> if the Apple provider should not be enabled despite the set registration; otherwise, <code>true</code>. */
@@ -112,6 +118,117 @@ export declare interface AppRegistration {
112
118
  appSecretSettingName?: string;
113
119
  }
114
120
 
121
+ /** Configuration to setup App Resiliency */
122
+ export declare interface AppResiliency extends ProxyResource {
123
+ /** Policy to set request timeouts */
124
+ timeoutPolicy?: TimeoutPolicy;
125
+ /** Policy that defines http request retry conditions */
126
+ httpRetryPolicy?: HttpRetryPolicy;
127
+ /** Policy that defines tcp request retry conditions */
128
+ tcpRetryPolicy?: TcpRetryPolicy;
129
+ /** Policy that defines circuit breaker conditions */
130
+ circuitBreakerPolicy?: CircuitBreakerPolicy;
131
+ /** Defines parameters for http connection pooling */
132
+ httpConnectionPool?: HttpConnectionPool;
133
+ /** Defines parameters for tcp connection pooling */
134
+ tcpConnectionPool?: TcpConnectionPool;
135
+ }
136
+
137
+ /** Collection of AppResiliency policies */
138
+ export declare interface AppResiliencyCollection {
139
+ /** Collection of resources. */
140
+ value: AppResiliency[];
141
+ /**
142
+ * Link to next page of resources.
143
+ * NOTE: This property will not be serialized. It can only be populated by the server.
144
+ */
145
+ readonly nextLink?: string;
146
+ }
147
+
148
+ /** Optional parameters. */
149
+ export declare interface AppResiliencyCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
150
+ }
151
+
152
+ /** Contains response data for the createOrUpdate operation. */
153
+ export declare type AppResiliencyCreateOrUpdateResponse = AppResiliency;
154
+
155
+ /** Optional parameters. */
156
+ export declare interface AppResiliencyDeleteOptionalParams extends coreClient.OperationOptions {
157
+ }
158
+
159
+ /** Optional parameters. */
160
+ export declare interface AppResiliencyGetOptionalParams extends coreClient.OperationOptions {
161
+ }
162
+
163
+ /** Contains response data for the get operation. */
164
+ export declare type AppResiliencyGetResponse = AppResiliency;
165
+
166
+ /** Optional parameters. */
167
+ export declare interface AppResiliencyListNextOptionalParams extends coreClient.OperationOptions {
168
+ }
169
+
170
+ /** Contains response data for the listNext operation. */
171
+ export declare type AppResiliencyListNextResponse = AppResiliencyCollection;
172
+
173
+ /** Optional parameters. */
174
+ export declare interface AppResiliencyListOptionalParams extends coreClient.OperationOptions {
175
+ }
176
+
177
+ /** Contains response data for the list operation. */
178
+ export declare type AppResiliencyListResponse = AppResiliencyCollection;
179
+
180
+ /** Interface representing a AppResiliencyOperations. */
181
+ export declare interface AppResiliencyOperations {
182
+ /**
183
+ * List container app resiliency policies.
184
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
185
+ * @param appName Name of the Container App.
186
+ * @param options The options parameters.
187
+ */
188
+ list(resourceGroupName: string, appName: string, options?: AppResiliencyListOptionalParams): PagedAsyncIterableIterator<AppResiliency>;
189
+ /**
190
+ * Create or update container app resiliency policy.
191
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
192
+ * @param appName Name of the Container App.
193
+ * @param name Name of the resiliency policy.
194
+ * @param resiliencyEnvelope The resiliency policy to create or update.
195
+ * @param options The options parameters.
196
+ */
197
+ createOrUpdate(resourceGroupName: string, appName: string, name: string, resiliencyEnvelope: AppResiliency, options?: AppResiliencyCreateOrUpdateOptionalParams): Promise<AppResiliencyCreateOrUpdateResponse>;
198
+ /**
199
+ * Update container app resiliency policy.
200
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
201
+ * @param appName Name of the Container App.
202
+ * @param name Name of the resiliency policy.
203
+ * @param resiliencyEnvelope The resiliency policy to update.
204
+ * @param options The options parameters.
205
+ */
206
+ update(resourceGroupName: string, appName: string, name: string, resiliencyEnvelope: AppResiliency, options?: AppResiliencyUpdateOptionalParams): Promise<AppResiliencyUpdateResponse>;
207
+ /**
208
+ * Delete container app resiliency policy.
209
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
210
+ * @param appName Name of the Container App.
211
+ * @param name Name of the resiliency policy.
212
+ * @param options The options parameters.
213
+ */
214
+ delete(resourceGroupName: string, appName: string, name: string, options?: AppResiliencyDeleteOptionalParams): Promise<void>;
215
+ /**
216
+ * Get container app resiliency policy.
217
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
218
+ * @param appName Name of the Container App.
219
+ * @param name Name of the resiliency policy.
220
+ * @param options The options parameters.
221
+ */
222
+ get(resourceGroupName: string, appName: string, name: string, options?: AppResiliencyGetOptionalParams): Promise<AppResiliencyGetResponse>;
223
+ }
224
+
225
+ /** Optional parameters. */
226
+ export declare interface AppResiliencyUpdateOptionalParams extends coreClient.OperationOptions {
227
+ }
228
+
229
+ /** Contains response data for the update operation. */
230
+ export declare type AppResiliencyUpdateResponse = AppResiliency;
231
+
115
232
  /** Configuration settings for the Azure ContainerApp Service Authentication / Authorization feature. */
116
233
  export declare interface AuthConfig extends ProxyResource {
117
234
  /** The configuration settings of the platform of ContainerApp Service Authentication/Authorization. */
@@ -124,6 +241,8 @@ export declare interface AuthConfig extends ProxyResource {
124
241
  login?: Login;
125
242
  /** The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization. */
126
243
  httpSettings?: HttpSettings;
244
+ /** The configuration settings of the secrets references of encryption key and signing key for ContainerApp Service Authentication/Authorization. */
245
+ encryptionSettings?: EncryptionSettings;
127
246
  }
128
247
 
129
248
  /** AuthConfig collection ARM resource. */
@@ -177,6 +296,8 @@ export declare interface AvailableWorkloadProfileProperties {
177
296
  cores?: number;
178
297
  /** Memory in GiB. */
179
298
  memoryGiB?: number;
299
+ /** Number of GPUs. */
300
+ gpus?: number;
180
301
  /** The everyday name of the workload profile. */
181
302
  displayName?: string;
182
303
  }
@@ -399,199 +520,652 @@ export declare type BillingMetersGetResponse = BillingMeterCollection;
399
520
  */
400
521
  export declare type BindingType = string;
401
522
 
402
- /** Certificate used for Custom Domain bindings of Container Apps in a Managed Environment */
403
- export declare interface Certificate extends TrackedResource {
404
- /** Certificate resource specific properties */
405
- properties?: CertificateProperties;
523
+ /** The configuration settings of the storage of the tokens if blob storage is used. */
524
+ export declare interface BlobStorageTokenStore {
525
+ /** The name of the app secrets containing the SAS URL of the blob storage containing the tokens. */
526
+ sasUrlSettingName: string;
406
527
  }
407
528
 
408
- /** Collection of Certificates. */
409
- export declare interface CertificateCollection {
410
- /** Collection of resources. */
411
- value: Certificate[];
529
+ /** Interface representing a BuildAuthToken. */
530
+ export declare interface BuildAuthToken {
412
531
  /**
413
- * Link to next page of resources.
532
+ * Gets the token used to connect to the endpoint where source code can be uploaded for a build.
533
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
534
+ * @param builderName The name of the builder.
535
+ * @param buildName The name of a build.
536
+ * @param options The options parameters.
537
+ */
538
+ list(resourceGroupName: string, builderName: string, buildName: string, options?: BuildAuthTokenListOptionalParams): Promise<BuildAuthTokenListResponse>;
539
+ }
540
+
541
+ /** Optional parameters. */
542
+ export declare interface BuildAuthTokenListOptionalParams extends coreClient.OperationOptions {
543
+ }
544
+
545
+ /** Contains response data for the list operation. */
546
+ export declare type BuildAuthTokenListResponse = BuildToken;
547
+
548
+ /** The response of a BuildResource list operation. */
549
+ export declare interface BuildCollection {
550
+ /** The BuildResource items on this page */
551
+ value: BuildResource[];
552
+ /** The link to the next page of items */
553
+ nextLink?: string;
554
+ }
555
+
556
+ /** Configuration of the build. */
557
+ export declare interface BuildConfiguration {
558
+ /** Base OS used to build and run the app. */
559
+ baseOs?: string;
560
+ /** Platform to be used to build and run the app. */
561
+ platform?: string;
562
+ /** Platform version to be used to build and run the app. */
563
+ platformVersion?: string;
564
+ /** List of environment variables to be passed to the build, secrets should not be used in environment variable. */
565
+ environmentVariables?: EnvironmentVariable[];
566
+ /** List of steps to perform before the build. */
567
+ preBuildSteps?: PreBuildStep[];
568
+ }
569
+
570
+ /** The response of a BuilderResource list operation. */
571
+ export declare interface BuilderCollection {
572
+ /** The BuilderResource items on this page */
573
+ value: BuilderResource[];
574
+ /** The link to the next page of items */
575
+ nextLink?: string;
576
+ }
577
+
578
+ /**
579
+ * Defines values for BuilderProvisioningState. \
580
+ * {@link KnownBuilderProvisioningState} can be used interchangeably with BuilderProvisioningState,
581
+ * this enum contains the known values that the service supports.
582
+ * ### Known values supported by the service
583
+ * **Succeeded** \
584
+ * **Failed** \
585
+ * **Canceled** \
586
+ * **Creating** \
587
+ * **Updating** \
588
+ * **Deleting**
589
+ */
590
+ export declare type BuilderProvisioningState = string;
591
+
592
+ /** Information about the SourceToCloud builder resource. */
593
+ export declare interface BuilderResource extends TrackedResource {
594
+ /** The managed service identities assigned to this resource. */
595
+ identity?: ManagedServiceIdentity;
596
+ /**
597
+ * Provisioning state of a builder resource.
414
598
  * NOTE: This property will not be serialized. It can only be populated by the server.
415
599
  */
416
- readonly nextLink?: string;
600
+ readonly provisioningState?: BuilderProvisioningState;
601
+ /** Resource ID of the container apps environment that the builder is associated with. */
602
+ environmentId?: string;
603
+ /** List of mappings of container registries and the managed identity used to connect to it. */
604
+ containerRegistries?: ContainerRegistry[];
417
605
  }
418
606
 
419
- /** A certificate to update */
420
- export declare interface CertificatePatch {
421
- /** Application-specific metadata in the form of key-value pairs. */
607
+ /** The type used for update operations of the BuilderResource. */
608
+ export declare interface BuilderResourceUpdate {
609
+ /** The managed service identities assigned to this resource. */
610
+ identity?: ManagedServiceIdentity;
611
+ /** Resource tags. */
422
612
  tags?: {
423
613
  [propertyName: string]: string;
424
614
  };
615
+ /** Resource ID of the container apps environment that the builder is associated with. */
616
+ environmentId?: string;
425
617
  }
426
618
 
427
- /** Certificate resource specific properties */
428
- export declare interface CertificateProperties {
429
- /**
430
- * Provisioning state of the certificate.
431
- * NOTE: This property will not be serialized. It can only be populated by the server.
432
- */
433
- readonly provisioningState?: CertificateProvisioningState;
434
- /** Certificate password. */
435
- password?: string;
436
- /**
437
- * Subject name of the certificate.
438
- * NOTE: This property will not be serialized. It can only be populated by the server.
439
- */
440
- readonly subjectName?: string;
441
- /**
442
- * Subject alternative names the certificate applies to.
443
- * NOTE: This property will not be serialized. It can only be populated by the server.
444
- */
445
- readonly subjectAlternativeNames?: string[];
446
- /** PFX or PEM blob */
447
- value?: Uint8Array;
448
- /**
449
- * Certificate issuer.
450
- * NOTE: This property will not be serialized. It can only be populated by the server.
451
- */
452
- readonly issuer?: string;
453
- /**
454
- * Certificate issue Date.
455
- * NOTE: This property will not be serialized. It can only be populated by the server.
456
- */
457
- readonly issueDate?: Date;
619
+ /** Interface representing a Builders. */
620
+ export declare interface Builders {
458
621
  /**
459
- * Certificate expiration date.
460
- * NOTE: This property will not be serialized. It can only be populated by the server.
622
+ * List BuilderResource resources by subscription ID
623
+ * @param options The options parameters.
461
624
  */
462
- readonly expirationDate?: Date;
625
+ listBySubscription(options?: BuildersListBySubscriptionOptionalParams): PagedAsyncIterableIterator<BuilderResource>;
463
626
  /**
464
- * Certificate thumbprint.
465
- * NOTE: This property will not be serialized. It can only be populated by the server.
627
+ * List BuilderResource resources by resource group
628
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
629
+ * @param options The options parameters.
466
630
  */
467
- readonly thumbprint?: string;
631
+ listByResourceGroup(resourceGroupName: string, options?: BuildersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<BuilderResource>;
468
632
  /**
469
- * Is the certificate valid?.
470
- * NOTE: This property will not be serialized. It can only be populated by the server.
633
+ * Get a BuilderResource
634
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
635
+ * @param builderName The name of the builder.
636
+ * @param options The options parameters.
471
637
  */
472
- readonly valid?: boolean;
638
+ get(resourceGroupName: string, builderName: string, options?: BuildersGetOptionalParams): Promise<BuildersGetResponse>;
473
639
  /**
474
- * Public key hash.
475
- * NOTE: This property will not be serialized. It can only be populated by the server.
640
+ * Create or update a BuilderResource
641
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
642
+ * @param builderName The name of the builder.
643
+ * @param builderEnvelope Resource create parameters.
644
+ * @param options The options parameters.
476
645
  */
477
- readonly publicKeyHash?: string;
478
- }
479
-
480
- /**
481
- * Defines values for CertificateProvisioningState. \
482
- * {@link KnownCertificateProvisioningState} can be used interchangeably with CertificateProvisioningState,
483
- * this enum contains the known values that the service supports.
484
- * ### Known values supported by the service
485
- * **Succeeded** \
486
- * **Failed** \
487
- * **Canceled** \
488
- * **DeleteFailed** \
489
- * **Pending**
490
- */
491
- export declare type CertificateProvisioningState = string;
492
-
493
- /** Interface representing a Certificates. */
494
- export declare interface Certificates {
646
+ beginCreateOrUpdate(resourceGroupName: string, builderName: string, builderEnvelope: BuilderResource, options?: BuildersCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<BuildersCreateOrUpdateResponse>, BuildersCreateOrUpdateResponse>>;
495
647
  /**
496
- * Get the Certificates in a given managed environment.
648
+ * Create or update a BuilderResource
497
649
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
498
- * @param environmentName Name of the Managed Environment.
650
+ * @param builderName The name of the builder.
651
+ * @param builderEnvelope Resource create parameters.
499
652
  * @param options The options parameters.
500
653
  */
501
- list(resourceGroupName: string, environmentName: string, options?: CertificatesListOptionalParams): PagedAsyncIterableIterator<Certificate>;
654
+ beginCreateOrUpdateAndWait(resourceGroupName: string, builderName: string, builderEnvelope: BuilderResource, options?: BuildersCreateOrUpdateOptionalParams): Promise<BuildersCreateOrUpdateResponse>;
502
655
  /**
503
- * Get the specified Certificate.
656
+ * Update a BuilderResource
504
657
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
505
- * @param environmentName Name of the Managed Environment.
506
- * @param certificateName Name of the Certificate.
658
+ * @param builderName The name of the builder.
659
+ * @param builderEnvelope The resource properties to be updated.
507
660
  * @param options The options parameters.
508
661
  */
509
- get(resourceGroupName: string, environmentName: string, certificateName: string, options?: CertificatesGetOptionalParams): Promise<CertificatesGetResponse>;
662
+ beginUpdate(resourceGroupName: string, builderName: string, builderEnvelope: BuilderResourceUpdate, options?: BuildersUpdateOptionalParams): Promise<SimplePollerLike<OperationState<BuildersUpdateResponse>, BuildersUpdateResponse>>;
510
663
  /**
511
- * Create or Update a Certificate.
664
+ * Update a BuilderResource
512
665
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
513
- * @param environmentName Name of the Managed Environment.
514
- * @param certificateName Name of the Certificate.
666
+ * @param builderName The name of the builder.
667
+ * @param builderEnvelope The resource properties to be updated.
515
668
  * @param options The options parameters.
516
669
  */
517
- createOrUpdate(resourceGroupName: string, environmentName: string, certificateName: string, options?: CertificatesCreateOrUpdateOptionalParams): Promise<CertificatesCreateOrUpdateResponse>;
670
+ beginUpdateAndWait(resourceGroupName: string, builderName: string, builderEnvelope: BuilderResourceUpdate, options?: BuildersUpdateOptionalParams): Promise<BuildersUpdateResponse>;
518
671
  /**
519
- * Deletes the specified Certificate.
672
+ * Delete a BuilderResource
520
673
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
521
- * @param environmentName Name of the Managed Environment.
522
- * @param certificateName Name of the Certificate.
674
+ * @param builderName The name of the builder.
523
675
  * @param options The options parameters.
524
676
  */
525
- delete(resourceGroupName: string, environmentName: string, certificateName: string, options?: CertificatesDeleteOptionalParams): Promise<void>;
677
+ beginDelete(resourceGroupName: string, builderName: string, options?: BuildersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<BuildersDeleteResponse>, BuildersDeleteResponse>>;
526
678
  /**
527
- * Patches a certificate. Currently only patching of tags is supported
679
+ * Delete a BuilderResource
528
680
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
529
- * @param environmentName Name of the Managed Environment.
530
- * @param certificateName Name of the Certificate.
531
- * @param certificateEnvelope Properties of a certificate that need to be updated
681
+ * @param builderName The name of the builder.
532
682
  * @param options The options parameters.
533
683
  */
534
- update(resourceGroupName: string, environmentName: string, certificateName: string, certificateEnvelope: CertificatePatch, options?: CertificatesUpdateOptionalParams): Promise<CertificatesUpdateResponse>;
684
+ beginDeleteAndWait(resourceGroupName: string, builderName: string, options?: BuildersDeleteOptionalParams): Promise<BuildersDeleteResponse>;
685
+ }
686
+
687
+ /** Defines headers for Builders_createOrUpdate operation. */
688
+ export declare interface BuildersCreateOrUpdateHeaders {
689
+ azureAsyncOperation?: string;
535
690
  }
536
691
 
537
692
  /** Optional parameters. */
538
- export declare interface CertificatesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
539
- /** Certificate to be created or updated */
540
- certificateEnvelope?: Certificate;
693
+ export declare interface BuildersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
694
+ /** Delay to wait until next poll, in milliseconds. */
695
+ updateIntervalInMs?: number;
696
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
697
+ resumeFrom?: string;
541
698
  }
542
699
 
543
700
  /** Contains response data for the createOrUpdate operation. */
544
- export declare type CertificatesCreateOrUpdateResponse = Certificate;
701
+ export declare type BuildersCreateOrUpdateResponse = BuilderResource;
702
+
703
+ /** Defines headers for Builders_delete operation. */
704
+ export declare interface BuildersDeleteHeaders {
705
+ location?: string;
706
+ }
545
707
 
546
708
  /** Optional parameters. */
547
- export declare interface CertificatesDeleteOptionalParams extends coreClient.OperationOptions {
709
+ export declare interface BuildersDeleteOptionalParams extends coreClient.OperationOptions {
710
+ /** Delay to wait until next poll, in milliseconds. */
711
+ updateIntervalInMs?: number;
712
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
713
+ resumeFrom?: string;
548
714
  }
549
715
 
716
+ /** Contains response data for the delete operation. */
717
+ export declare type BuildersDeleteResponse = BuildersDeleteHeaders;
718
+
550
719
  /** Optional parameters. */
551
- export declare interface CertificatesGetOptionalParams extends coreClient.OperationOptions {
720
+ export declare interface BuildersGetOptionalParams extends coreClient.OperationOptions {
552
721
  }
553
722
 
554
723
  /** Contains response data for the get operation. */
555
- export declare type CertificatesGetResponse = Certificate;
724
+ export declare type BuildersGetResponse = BuilderResource;
556
725
 
557
726
  /** Optional parameters. */
558
- export declare interface CertificatesListNextOptionalParams extends coreClient.OperationOptions {
727
+ export declare interface BuildersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
559
728
  }
560
729
 
561
- /** Contains response data for the listNext operation. */
562
- export declare type CertificatesListNextResponse = CertificateCollection;
730
+ /** Contains response data for the listByResourceGroupNext operation. */
731
+ export declare type BuildersListByResourceGroupNextResponse = BuilderCollection;
563
732
 
564
733
  /** Optional parameters. */
565
- export declare interface CertificatesListOptionalParams extends coreClient.OperationOptions {
734
+ export declare interface BuildersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
566
735
  }
567
736
 
568
- /** Contains response data for the list operation. */
569
- export declare type CertificatesListResponse = CertificateCollection;
737
+ /** Contains response data for the listByResourceGroup operation. */
738
+ export declare type BuildersListByResourceGroupResponse = BuilderCollection;
570
739
 
571
740
  /** Optional parameters. */
572
- export declare interface CertificatesUpdateOptionalParams extends coreClient.OperationOptions {
741
+ export declare interface BuildersListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
742
+ }
743
+
744
+ /** Contains response data for the listBySubscriptionNext operation. */
745
+ export declare type BuildersListBySubscriptionNextResponse = BuilderCollection;
746
+
747
+ /** Optional parameters. */
748
+ export declare interface BuildersListBySubscriptionOptionalParams extends coreClient.OperationOptions {
749
+ }
750
+
751
+ /** Contains response data for the listBySubscription operation. */
752
+ export declare type BuildersListBySubscriptionResponse = BuilderCollection;
753
+
754
+ /** Defines headers for Builders_update operation. */
755
+ export declare interface BuildersUpdateHeaders {
756
+ location?: string;
757
+ }
758
+
759
+ /** Optional parameters. */
760
+ export declare interface BuildersUpdateOptionalParams extends coreClient.OperationOptions {
761
+ /** Delay to wait until next poll, in milliseconds. */
762
+ updateIntervalInMs?: number;
763
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
764
+ resumeFrom?: string;
573
765
  }
574
766
 
575
767
  /** Contains response data for the update operation. */
576
- export declare type CertificatesUpdateResponse = Certificate;
768
+ export declare type BuildersUpdateResponse = BuilderResource;
577
769
 
578
770
  /**
579
- * Defines values for CheckNameAvailabilityReason. \
580
- * {@link KnownCheckNameAvailabilityReason} can be used interchangeably with CheckNameAvailabilityReason,
771
+ * Defines values for BuildProvisioningState. \
772
+ * {@link KnownBuildProvisioningState} can be used interchangeably with BuildProvisioningState,
581
773
  * this enum contains the known values that the service supports.
582
774
  * ### Known values supported by the service
583
- * **Invalid** \
584
- * **AlreadyExists**
775
+ * **Succeeded** \
776
+ * **Failed** \
777
+ * **Canceled** \
778
+ * **Creating** \
779
+ * **Updating** \
780
+ * **Deleting**
585
781
  */
586
- export declare type CheckNameAvailabilityReason = string;
587
-
588
- /** The check availability request body. */
589
- export declare interface CheckNameAvailabilityRequest {
590
- /** The name of the resource for which availability needs to be checked. */
591
- name?: string;
592
- /** The resource type. */
593
- type?: string;
594
- }
782
+ export declare type BuildProvisioningState = string;
783
+
784
+ /** Information pertaining to an individual build. */
785
+ export declare interface BuildResource extends ProxyResource {
786
+ /**
787
+ * Build provisioning state.
788
+ * NOTE: This property will not be serialized. It can only be populated by the server.
789
+ */
790
+ readonly provisioningState?: BuildProvisioningState;
791
+ /**
792
+ * Status of the build once it has been provisioned.
793
+ * NOTE: This property will not be serialized. It can only be populated by the server.
794
+ */
795
+ readonly buildStatus?: BuildStatus;
796
+ /** Container registry that the final image will be uploaded to. */
797
+ destinationContainerRegistry?: ContainerRegistryWithCustomImage;
798
+ /** Configuration of the build. */
799
+ configuration?: BuildConfiguration;
800
+ /**
801
+ * Endpoint to which the source code should be uploaded.
802
+ * NOTE: This property will not be serialized. It can only be populated by the server.
803
+ */
804
+ readonly uploadEndpoint?: string;
805
+ /**
806
+ * Endpoint from which the build logs can be streamed.
807
+ * NOTE: This property will not be serialized. It can only be populated by the server.
808
+ */
809
+ readonly logStreamEndpoint?: string;
810
+ /**
811
+ * Endpoint to use to retrieve an authentication token for log streaming and uploading source code.
812
+ * NOTE: This property will not be serialized. It can only be populated by the server.
813
+ */
814
+ readonly tokenEndpoint?: string;
815
+ }
816
+
817
+ /** Interface representing a Builds. */
818
+ export declare interface Builds {
819
+ /**
820
+ * Get a BuildResource
821
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
822
+ * @param builderName The name of the builder.
823
+ * @param buildName The name of a build.
824
+ * @param options The options parameters.
825
+ */
826
+ get(resourceGroupName: string, builderName: string, buildName: string, options?: BuildsGetOptionalParams): Promise<BuildsGetResponse>;
827
+ /**
828
+ * Create a BuildResource
829
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
830
+ * @param builderName The name of the builder.
831
+ * @param buildName The name of a build.
832
+ * @param buildEnvelope Resource create or update parameters.
833
+ * @param options The options parameters.
834
+ */
835
+ beginCreateOrUpdate(resourceGroupName: string, builderName: string, buildName: string, buildEnvelope: BuildResource, options?: BuildsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<BuildsCreateOrUpdateResponse>, BuildsCreateOrUpdateResponse>>;
836
+ /**
837
+ * Create a BuildResource
838
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
839
+ * @param builderName The name of the builder.
840
+ * @param buildName The name of a build.
841
+ * @param buildEnvelope Resource create or update parameters.
842
+ * @param options The options parameters.
843
+ */
844
+ beginCreateOrUpdateAndWait(resourceGroupName: string, builderName: string, buildName: string, buildEnvelope: BuildResource, options?: BuildsCreateOrUpdateOptionalParams): Promise<BuildsCreateOrUpdateResponse>;
845
+ /**
846
+ * Delete a BuildResource
847
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
848
+ * @param builderName The name of the builder.
849
+ * @param buildName The name of a build.
850
+ * @param options The options parameters.
851
+ */
852
+ beginDelete(resourceGroupName: string, builderName: string, buildName: string, options?: BuildsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<BuildsDeleteResponse>, BuildsDeleteResponse>>;
853
+ /**
854
+ * Delete a BuildResource
855
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
856
+ * @param builderName The name of the builder.
857
+ * @param buildName The name of a build.
858
+ * @param options The options parameters.
859
+ */
860
+ beginDeleteAndWait(resourceGroupName: string, builderName: string, buildName: string, options?: BuildsDeleteOptionalParams): Promise<BuildsDeleteResponse>;
861
+ }
862
+
863
+ /** Interface representing a BuildsByBuilderResource. */
864
+ export declare interface BuildsByBuilderResource {
865
+ /**
866
+ * List BuildResource resources by BuilderResource
867
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
868
+ * @param builderName The name of the builder.
869
+ * @param options The options parameters.
870
+ */
871
+ list(resourceGroupName: string, builderName: string, options?: BuildsByBuilderResourceListOptionalParams): PagedAsyncIterableIterator<BuildResource>;
872
+ }
873
+
874
+ /** Optional parameters. */
875
+ export declare interface BuildsByBuilderResourceListNextOptionalParams extends coreClient.OperationOptions {
876
+ }
877
+
878
+ /** Contains response data for the listNext operation. */
879
+ export declare type BuildsByBuilderResourceListNextResponse = BuildCollection;
880
+
881
+ /** Optional parameters. */
882
+ export declare interface BuildsByBuilderResourceListOptionalParams extends coreClient.OperationOptions {
883
+ }
884
+
885
+ /** Contains response data for the list operation. */
886
+ export declare type BuildsByBuilderResourceListResponse = BuildCollection;
887
+
888
+ /** Defines headers for Builds_createOrUpdate operation. */
889
+ export declare interface BuildsCreateOrUpdateHeaders {
890
+ azureAsyncOperation?: string;
891
+ }
892
+
893
+ /** Optional parameters. */
894
+ export declare interface BuildsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
895
+ /** Delay to wait until next poll, in milliseconds. */
896
+ updateIntervalInMs?: number;
897
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
898
+ resumeFrom?: string;
899
+ }
900
+
901
+ /** Contains response data for the createOrUpdate operation. */
902
+ export declare type BuildsCreateOrUpdateResponse = BuildResource;
903
+
904
+ /** Defines headers for Builds_delete operation. */
905
+ export declare interface BuildsDeleteHeaders {
906
+ location?: string;
907
+ }
908
+
909
+ /** Optional parameters. */
910
+ export declare interface BuildsDeleteOptionalParams extends coreClient.OperationOptions {
911
+ /** Delay to wait until next poll, in milliseconds. */
912
+ updateIntervalInMs?: number;
913
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
914
+ resumeFrom?: string;
915
+ }
916
+
917
+ /** Contains response data for the delete operation. */
918
+ export declare type BuildsDeleteResponse = BuildsDeleteHeaders;
919
+
920
+ /** Optional parameters. */
921
+ export declare interface BuildsGetOptionalParams extends coreClient.OperationOptions {
922
+ }
923
+
924
+ /** Contains response data for the get operation. */
925
+ export declare type BuildsGetResponse = BuildResource;
926
+
927
+ /**
928
+ * Defines values for BuildStatus. \
929
+ * {@link KnownBuildStatus} can be used interchangeably with BuildStatus,
930
+ * this enum contains the known values that the service supports.
931
+ * ### Known values supported by the service
932
+ * **NotStarted** \
933
+ * **InProgress** \
934
+ * **Succeeded** \
935
+ * **Canceled** \
936
+ * **Failed**
937
+ */
938
+ export declare type BuildStatus = string;
939
+
940
+ /** Build Auth Token. */
941
+ export declare interface BuildToken {
942
+ /**
943
+ * Authentication token.
944
+ * NOTE: This property will not be serialized. It can only be populated by the server.
945
+ */
946
+ readonly token?: string;
947
+ /**
948
+ * Token expiration date.
949
+ * NOTE: This property will not be serialized. It can only be populated by the server.
950
+ */
951
+ readonly expires?: Date;
952
+ }
953
+
954
+ /** Certificate used for Custom Domain bindings of Container Apps in a Managed Environment */
955
+ export declare interface Certificate extends TrackedResource {
956
+ /** Certificate resource specific properties */
957
+ properties?: CertificateProperties;
958
+ }
959
+
960
+ /** Collection of Certificates. */
961
+ export declare interface CertificateCollection {
962
+ /** Collection of resources. */
963
+ value: Certificate[];
964
+ /**
965
+ * Link to next page of resources.
966
+ * NOTE: This property will not be serialized. It can only be populated by the server.
967
+ */
968
+ readonly nextLink?: string;
969
+ }
970
+
971
+ /** Properties for a certificate stored in a Key Vault. */
972
+ export declare interface CertificateKeyVaultProperties {
973
+ /** Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity. */
974
+ identity?: string;
975
+ /** URL pointing to the Azure Key Vault secret that holds the certificate. */
976
+ keyVaultUrl?: string;
977
+ }
978
+
979
+ /** A certificate to update */
980
+ export declare interface CertificatePatch {
981
+ /** Application-specific metadata in the form of key-value pairs. */
982
+ tags?: {
983
+ [propertyName: string]: string;
984
+ };
985
+ }
986
+
987
+ /** Certificate resource specific properties */
988
+ export declare interface CertificateProperties {
989
+ /**
990
+ * Provisioning state of the certificate.
991
+ * NOTE: This property will not be serialized. It can only be populated by the server.
992
+ */
993
+ readonly provisioningState?: CertificateProvisioningState;
994
+ /** Properties for a certificate stored in a Key Vault. */
995
+ certificateKeyVaultProperties?: CertificateKeyVaultProperties;
996
+ /** Certificate password. */
997
+ password?: string;
998
+ /**
999
+ * Subject name of the certificate.
1000
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1001
+ */
1002
+ readonly subjectName?: string;
1003
+ /**
1004
+ * Subject alternative names the certificate applies to.
1005
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1006
+ */
1007
+ readonly subjectAlternativeNames?: string[];
1008
+ /** PFX or PEM blob */
1009
+ value?: Uint8Array;
1010
+ /**
1011
+ * Certificate issuer.
1012
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1013
+ */
1014
+ readonly issuer?: string;
1015
+ /**
1016
+ * Certificate issue Date.
1017
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1018
+ */
1019
+ readonly issueDate?: Date;
1020
+ /**
1021
+ * Certificate expiration date.
1022
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1023
+ */
1024
+ readonly expirationDate?: Date;
1025
+ /**
1026
+ * Certificate thumbprint.
1027
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1028
+ */
1029
+ readonly thumbprint?: string;
1030
+ /**
1031
+ * Is the certificate valid?.
1032
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1033
+ */
1034
+ readonly valid?: boolean;
1035
+ /**
1036
+ * Public key hash.
1037
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1038
+ */
1039
+ readonly publicKeyHash?: string;
1040
+ /** The type of the certificate. Allowed values are `ServerSSLCertificate` and `ImagePullTrustedCA` */
1041
+ certificateType?: CertificateType;
1042
+ }
1043
+
1044
+ /**
1045
+ * Defines values for CertificateProvisioningState. \
1046
+ * {@link KnownCertificateProvisioningState} can be used interchangeably with CertificateProvisioningState,
1047
+ * this enum contains the known values that the service supports.
1048
+ * ### Known values supported by the service
1049
+ * **Succeeded** \
1050
+ * **Failed** \
1051
+ * **Canceled** \
1052
+ * **DeleteFailed** \
1053
+ * **Pending**
1054
+ */
1055
+ export declare type CertificateProvisioningState = string;
1056
+
1057
+ /** Interface representing a Certificates. */
1058
+ export declare interface Certificates {
1059
+ /**
1060
+ * Get the Certificates in a given managed environment.
1061
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1062
+ * @param environmentName Name of the Managed Environment.
1063
+ * @param options The options parameters.
1064
+ */
1065
+ list(resourceGroupName: string, environmentName: string, options?: CertificatesListOptionalParams): PagedAsyncIterableIterator<Certificate>;
1066
+ /**
1067
+ * Get the specified Certificate.
1068
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1069
+ * @param environmentName Name of the Managed Environment.
1070
+ * @param certificateName Name of the Certificate.
1071
+ * @param options The options parameters.
1072
+ */
1073
+ get(resourceGroupName: string, environmentName: string, certificateName: string, options?: CertificatesGetOptionalParams): Promise<CertificatesGetResponse>;
1074
+ /**
1075
+ * Create or Update a Certificate.
1076
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1077
+ * @param environmentName Name of the Managed Environment.
1078
+ * @param certificateName Name of the Certificate.
1079
+ * @param options The options parameters.
1080
+ */
1081
+ createOrUpdate(resourceGroupName: string, environmentName: string, certificateName: string, options?: CertificatesCreateOrUpdateOptionalParams): Promise<CertificatesCreateOrUpdateResponse>;
1082
+ /**
1083
+ * Deletes the specified Certificate.
1084
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1085
+ * @param environmentName Name of the Managed Environment.
1086
+ * @param certificateName Name of the Certificate.
1087
+ * @param options The options parameters.
1088
+ */
1089
+ delete(resourceGroupName: string, environmentName: string, certificateName: string, options?: CertificatesDeleteOptionalParams): Promise<void>;
1090
+ /**
1091
+ * Patches a certificate. Currently only patching of tags is supported
1092
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1093
+ * @param environmentName Name of the Managed Environment.
1094
+ * @param certificateName Name of the Certificate.
1095
+ * @param certificateEnvelope Properties of a certificate that need to be updated
1096
+ * @param options The options parameters.
1097
+ */
1098
+ update(resourceGroupName: string, environmentName: string, certificateName: string, certificateEnvelope: CertificatePatch, options?: CertificatesUpdateOptionalParams): Promise<CertificatesUpdateResponse>;
1099
+ }
1100
+
1101
+ /** Optional parameters. */
1102
+ export declare interface CertificatesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1103
+ /** Certificate to be created or updated */
1104
+ certificateEnvelope?: Certificate;
1105
+ }
1106
+
1107
+ /** Contains response data for the createOrUpdate operation. */
1108
+ export declare type CertificatesCreateOrUpdateResponse = Certificate;
1109
+
1110
+ /** Optional parameters. */
1111
+ export declare interface CertificatesDeleteOptionalParams extends coreClient.OperationOptions {
1112
+ }
1113
+
1114
+ /** Optional parameters. */
1115
+ export declare interface CertificatesGetOptionalParams extends coreClient.OperationOptions {
1116
+ }
1117
+
1118
+ /** Contains response data for the get operation. */
1119
+ export declare type CertificatesGetResponse = Certificate;
1120
+
1121
+ /** Optional parameters. */
1122
+ export declare interface CertificatesListNextOptionalParams extends coreClient.OperationOptions {
1123
+ }
1124
+
1125
+ /** Contains response data for the listNext operation. */
1126
+ export declare type CertificatesListNextResponse = CertificateCollection;
1127
+
1128
+ /** Optional parameters. */
1129
+ export declare interface CertificatesListOptionalParams extends coreClient.OperationOptions {
1130
+ }
1131
+
1132
+ /** Contains response data for the list operation. */
1133
+ export declare type CertificatesListResponse = CertificateCollection;
1134
+
1135
+ /** Optional parameters. */
1136
+ export declare interface CertificatesUpdateOptionalParams extends coreClient.OperationOptions {
1137
+ }
1138
+
1139
+ /** Contains response data for the update operation. */
1140
+ export declare type CertificatesUpdateResponse = Certificate;
1141
+
1142
+ /**
1143
+ * Defines values for CertificateType. \
1144
+ * {@link KnownCertificateType} can be used interchangeably with CertificateType,
1145
+ * this enum contains the known values that the service supports.
1146
+ * ### Known values supported by the service
1147
+ * **ServerSSLCertificate** \
1148
+ * **ImagePullTrustedCA**
1149
+ */
1150
+ export declare type CertificateType = string;
1151
+
1152
+ /**
1153
+ * Defines values for CheckNameAvailabilityReason. \
1154
+ * {@link KnownCheckNameAvailabilityReason} can be used interchangeably with CheckNameAvailabilityReason,
1155
+ * this enum contains the known values that the service supports.
1156
+ * ### Known values supported by the service
1157
+ * **Invalid** \
1158
+ * **AlreadyExists**
1159
+ */
1160
+ export declare type CheckNameAvailabilityReason = string;
1161
+
1162
+ /** The check availability request body. */
1163
+ export declare interface CheckNameAvailabilityRequest {
1164
+ /** The name of the resource for which availability needs to be checked. */
1165
+ name?: string;
1166
+ /** The resource type. */
1167
+ type?: string;
1168
+ }
595
1169
 
596
1170
  /** The check availability result. */
597
1171
  export declare interface CheckNameAvailabilityResponse {
@@ -603,6 +1177,16 @@ export declare interface CheckNameAvailabilityResponse {
603
1177
  message?: string;
604
1178
  }
605
1179
 
1180
+ /** Policy that defines circuit breaker conditions */
1181
+ export declare interface CircuitBreakerPolicy {
1182
+ /** Number of consecutive errors before the circuit breaker opens */
1183
+ consecutiveErrors?: number;
1184
+ /** 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. */
1185
+ intervalInSeconds?: number;
1186
+ /** Maximum percentage of hosts that will be ejected after failure threshold has been met */
1187
+ maxEjectionPercent?: number;
1188
+ }
1189
+
606
1190
  /** The configuration settings of the app registration for providers that have client ids and client secrets */
607
1191
  export declare interface ClientRegistration {
608
1192
  /** The Client ID of the app used for login. */
@@ -1381,7 +1965,7 @@ export declare class ContainerAppsAPIClient extends coreClient.ServiceClient {
1381
1965
  /**
1382
1966
  * Initializes a new instance of the ContainerAppsAPIClient class.
1383
1967
  * @param credentials Subscription credentials which uniquely identify client subscription.
1384
- * @param subscriptionId The ID of the target subscription.
1968
+ * @param subscriptionId The ID of the target subscription. The value must be an UUID.
1385
1969
  * @param options The parameter options
1386
1970
  */
1387
1971
  constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: ContainerAppsAPIClientOptionalParams);
@@ -1395,9 +1979,19 @@ export declare class ContainerAppsAPIClient extends coreClient.ServiceClient {
1395
1979
  * @param options The options parameters.
1396
1980
  */
1397
1981
  jobExecution(resourceGroupName: string, jobName: string, jobExecutionName: string, options?: JobExecutionOptionalParams): Promise<JobExecutionResponse>;
1982
+ /**
1983
+ * Get the verification id of a subscription used for verifying custom domains
1984
+ * @param options The options parameters.
1985
+ */
1986
+ getCustomDomainVerificationId(options?: GetCustomDomainVerificationIdOptionalParams): Promise<GetCustomDomainVerificationIdResponse>;
1987
+ appResiliencyOperations: AppResiliencyOperations;
1398
1988
  containerAppsAuthConfigs: ContainerAppsAuthConfigs;
1399
1989
  availableWorkloadProfiles: AvailableWorkloadProfiles;
1400
1990
  billingMeters: BillingMeters;
1991
+ builders: Builders;
1992
+ buildsByBuilderResource: BuildsByBuilderResource;
1993
+ builds: Builds;
1994
+ buildAuthToken: BuildAuthToken;
1401
1995
  connectedEnvironments: ConnectedEnvironments;
1402
1996
  connectedEnvironmentsCertificates: ConnectedEnvironmentsCertificates;
1403
1997
  connectedEnvironmentsDaprComponents: ConnectedEnvironmentsDaprComponents;
@@ -1408,16 +2002,22 @@ export declare class ContainerAppsAPIClient extends coreClient.ServiceClient {
1408
2002
  containerAppsDiagnostics: ContainerAppsDiagnostics;
1409
2003
  managedEnvironmentDiagnostics: ManagedEnvironmentDiagnostics;
1410
2004
  managedEnvironmentsDiagnostics: ManagedEnvironmentsDiagnostics;
1411
- operations: Operations;
1412
2005
  jobs: Jobs;
2006
+ operations: Operations;
1413
2007
  jobsExecutions: JobsExecutions;
1414
2008
  managedEnvironments: ManagedEnvironments;
1415
2009
  certificates: Certificates;
1416
2010
  managedCertificates: ManagedCertificates;
1417
2011
  namespaces: Namespaces;
2012
+ daprComponentResiliencyPolicies: DaprComponentResiliencyPolicies;
1418
2013
  daprComponents: DaprComponents;
2014
+ daprSubscriptions: DaprSubscriptions;
1419
2015
  managedEnvironmentsStorages: ManagedEnvironmentsStorages;
1420
2016
  containerAppsSourceControls: ContainerAppsSourceControls;
2017
+ usages: Usages;
2018
+ managedEnvironmentUsages: ManagedEnvironmentUsages;
2019
+ javaComponents: JavaComponents;
2020
+ dotNetComponents: DotNetComponents;
1421
2021
  }
1422
2022
 
1423
2023
  /** Optional parameters. */
@@ -1950,6 +2550,22 @@ export declare interface ContainerAppsUpdateOptionalParams extends coreClient.Op
1950
2550
  /** Contains response data for the update operation. */
1951
2551
  export declare type ContainerAppsUpdateResponse = ContainerApp;
1952
2552
 
2553
+ /** Model representing a mapping from a container registry to the identity used to connect to it. */
2554
+ export declare interface ContainerRegistry {
2555
+ /** Login server of the container registry. */
2556
+ containerRegistryServer: string;
2557
+ /** Resource ID of the managed identity. */
2558
+ identityResourceId: string;
2559
+ }
2560
+
2561
+ /** Container registry that the final image will be uploaded to. */
2562
+ export declare interface ContainerRegistryWithCustomImage {
2563
+ /** 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. */
2564
+ server: string;
2565
+ /** Full name that the final image should be uploaded as, including both image name and tag. */
2566
+ image?: string;
2567
+ }
2568
+
1953
2569
  /** Container App container resource requirements. */
1954
2570
  export declare interface ContainerResources {
1955
2571
  /** Required CPU in cores, e.g. 0.5 */
@@ -2021,6 +2637,8 @@ export declare interface CustomDomainConfiguration {
2021
2637
  readonly customDomainVerificationId?: string;
2022
2638
  /** Dns suffix for the environment domain */
2023
2639
  dnsSuffix?: string;
2640
+ /** Certificate stored in Azure Key Vault. */
2641
+ certificateKeyVaultProperties?: CertificateKeyVaultProperties;
2024
2642
  /** PFX or PEM blob */
2025
2643
  certificateValue?: Uint8Array;
2026
2644
  /** Certificate password */
@@ -2141,59 +2759,195 @@ export declare interface CustomOpenIdConnectProvider {
2141
2759
  login?: OpenIdConnectLogin;
2142
2760
  }
2143
2761
 
2144
- /** Container App container Custom scaling rule. */
2145
- export declare interface CustomScaleRule {
2146
- /**
2147
- * Type of the custom scale rule
2148
- * eg: azure-servicebus, redis etc.
2149
- */
2150
- type?: string;
2151
- /** Metadata properties to describe custom scale rule. */
2152
- metadata?: {
2153
- [propertyName: string]: string;
2154
- };
2155
- /** Authentication secrets for the custom scale rule. */
2156
- auth?: ScaleRuleAuth[];
2762
+ /** Container App container Custom scaling rule. */
2763
+ export declare interface CustomScaleRule {
2764
+ /**
2765
+ * Type of the custom scale rule
2766
+ * eg: azure-servicebus, redis etc.
2767
+ */
2768
+ type?: string;
2769
+ /** Metadata properties to describe custom scale rule. */
2770
+ metadata?: {
2771
+ [propertyName: string]: string;
2772
+ };
2773
+ /** Authentication secrets for the custom scale rule. */
2774
+ auth?: ScaleRuleAuth[];
2775
+ }
2776
+
2777
+ /** Container App Dapr configuration. */
2778
+ export declare interface Dapr {
2779
+ /** Boolean indicating if the Dapr side car is enabled */
2780
+ enabled?: boolean;
2781
+ /** Dapr application identifier */
2782
+ appId?: string;
2783
+ /** Tells Dapr which protocol your application is using. Valid options are http and grpc. Default is http */
2784
+ appProtocol?: AppProtocol;
2785
+ /** Tells Dapr which port your application is listening on */
2786
+ appPort?: number;
2787
+ /** Dapr max size of http header read buffer in KB to handle when sending multi-KB headers. Default is 65KB. */
2788
+ httpReadBufferSize?: number;
2789
+ /** Increasing max size of request body http and grpc servers parameter in MB to handle uploading of big files. Default is 4 MB. */
2790
+ httpMaxRequestSize?: number;
2791
+ /** Sets the log level for the Dapr sidecar. Allowed values are debug, info, warn, error. Default is info. */
2792
+ logLevel?: LogLevel;
2793
+ /** Enables API logging for the Dapr sidecar */
2794
+ enableApiLogging?: boolean;
2795
+ }
2796
+
2797
+ /** Dapr Component. */
2798
+ export declare interface DaprComponent extends ProxyResource {
2799
+ /** Component type */
2800
+ componentType?: string;
2801
+ /** Component version */
2802
+ version?: string;
2803
+ /** Boolean describing if the component errors are ignores */
2804
+ ignoreErrors?: boolean;
2805
+ /** Initialization timeout */
2806
+ initTimeout?: string;
2807
+ /** Collection of secrets used by a Dapr component */
2808
+ secrets?: Secret[];
2809
+ /** Name of a Dapr component to retrieve component secrets from */
2810
+ secretStoreComponent?: string;
2811
+ /** Component metadata */
2812
+ metadata?: DaprMetadata[];
2813
+ /** Names of container apps that can use this Dapr component */
2814
+ scopes?: string[];
2815
+ /** List of container app services that are bound to the Dapr component */
2816
+ serviceComponentBind?: DaprComponentServiceBinding[];
2817
+ }
2818
+
2819
+ /** Interface representing a DaprComponentResiliencyPolicies. */
2820
+ export declare interface DaprComponentResiliencyPolicies {
2821
+ /**
2822
+ * Get the resiliency policies for a Dapr component.
2823
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2824
+ * @param environmentName Name of the Managed Environment.
2825
+ * @param componentName Name of the Dapr Component.
2826
+ * @param options The options parameters.
2827
+ */
2828
+ list(resourceGroupName: string, environmentName: string, componentName: string, options?: DaprComponentResiliencyPoliciesListOptionalParams): PagedAsyncIterableIterator<DaprComponentResiliencyPolicy>;
2829
+ /**
2830
+ * Get a Dapr component resiliency policy.
2831
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2832
+ * @param environmentName Name of the Managed Environment.
2833
+ * @param componentName Name of the Dapr Component.
2834
+ * @param name Name of the Dapr Component Resiliency Policy.
2835
+ * @param options The options parameters.
2836
+ */
2837
+ get(resourceGroupName: string, environmentName: string, componentName: string, name: string, options?: DaprComponentResiliencyPoliciesGetOptionalParams): Promise<DaprComponentResiliencyPoliciesGetResponse>;
2838
+ /**
2839
+ * Creates or updates a resiliency policy for a Dapr component.
2840
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2841
+ * @param environmentName Name of the Managed Environment.
2842
+ * @param componentName Name of the Dapr Component.
2843
+ * @param name Name of the Dapr Component Resiliency Policy.
2844
+ * @param daprComponentResiliencyPolicyEnvelope Configuration details of the Dapr Component Resiliency
2845
+ * Policy.
2846
+ * @param options The options parameters.
2847
+ */
2848
+ createOrUpdate(resourceGroupName: string, environmentName: string, componentName: string, name: string, daprComponentResiliencyPolicyEnvelope: DaprComponentResiliencyPolicy, options?: DaprComponentResiliencyPoliciesCreateOrUpdateOptionalParams): Promise<DaprComponentResiliencyPoliciesCreateOrUpdateResponse>;
2849
+ /**
2850
+ * Delete a resiliency policy for a Dapr component.
2851
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2852
+ * @param environmentName Name of the Managed Environment.
2853
+ * @param componentName Name of the Dapr Component.
2854
+ * @param name Name of the Dapr Component Resiliency Policy.
2855
+ * @param options The options parameters.
2856
+ */
2857
+ delete(resourceGroupName: string, environmentName: string, componentName: string, name: string, options?: DaprComponentResiliencyPoliciesDeleteOptionalParams): Promise<void>;
2858
+ }
2859
+
2860
+ /** Dapr Component Resiliency Policies ARM resource. */
2861
+ export declare interface DaprComponentResiliencyPoliciesCollection {
2862
+ /** Collection of resources. */
2863
+ value: DaprComponentResiliencyPolicy[];
2864
+ /**
2865
+ * Link to next page of resources.
2866
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2867
+ */
2868
+ readonly nextLink?: string;
2869
+ }
2870
+
2871
+ /** Optional parameters. */
2872
+ export declare interface DaprComponentResiliencyPoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2873
+ }
2874
+
2875
+ /** Contains response data for the createOrUpdate operation. */
2876
+ export declare type DaprComponentResiliencyPoliciesCreateOrUpdateResponse = DaprComponentResiliencyPolicy;
2877
+
2878
+ /** Optional parameters. */
2879
+ export declare interface DaprComponentResiliencyPoliciesDeleteOptionalParams extends coreClient.OperationOptions {
2880
+ }
2881
+
2882
+ /** Optional parameters. */
2883
+ export declare interface DaprComponentResiliencyPoliciesGetOptionalParams extends coreClient.OperationOptions {
2884
+ }
2885
+
2886
+ /** Contains response data for the get operation. */
2887
+ export declare type DaprComponentResiliencyPoliciesGetResponse = DaprComponentResiliencyPolicy;
2888
+
2889
+ /** Optional parameters. */
2890
+ export declare interface DaprComponentResiliencyPoliciesListNextOptionalParams extends coreClient.OperationOptions {
2891
+ }
2892
+
2893
+ /** Contains response data for the listNext operation. */
2894
+ export declare type DaprComponentResiliencyPoliciesListNextResponse = DaprComponentResiliencyPoliciesCollection;
2895
+
2896
+ /** Optional parameters. */
2897
+ export declare interface DaprComponentResiliencyPoliciesListOptionalParams extends coreClient.OperationOptions {
2898
+ }
2899
+
2900
+ /** Contains response data for the list operation. */
2901
+ export declare type DaprComponentResiliencyPoliciesListResponse = DaprComponentResiliencyPoliciesCollection;
2902
+
2903
+ /** Dapr Component Resiliency Policy. */
2904
+ export declare interface DaprComponentResiliencyPolicy extends ProxyResource {
2905
+ /** The optional inbound component resiliency policy configuration */
2906
+ inboundPolicy?: DaprComponentResiliencyPolicyConfiguration;
2907
+ /** The optional outbound component resiliency policy configuration */
2908
+ outboundPolicy?: DaprComponentResiliencyPolicyConfiguration;
2909
+ }
2910
+
2911
+ /** Dapr Component Resiliency Policy Circuit Breaker Policy Configuration. */
2912
+ export declare interface DaprComponentResiliencyPolicyCircuitBreakerPolicyConfiguration {
2913
+ /** The number of consecutive errors before the circuit is opened. */
2914
+ consecutiveErrors?: number;
2915
+ /** The interval in seconds until a retry attempt is made after the circuit is opened. */
2916
+ timeoutInSeconds?: number;
2917
+ /** 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. */
2918
+ intervalInSeconds?: number;
2157
2919
  }
2158
2920
 
2159
- /** Container App Dapr configuration. */
2160
- export declare interface Dapr {
2161
- /** Boolean indicating if the Dapr side car is enabled */
2162
- enabled?: boolean;
2163
- /** Dapr application identifier */
2164
- appId?: string;
2165
- /** Tells Dapr which protocol your application is using. Valid options are http and grpc. Default is http */
2166
- appProtocol?: AppProtocol;
2167
- /** Tells Dapr which port your application is listening on */
2168
- appPort?: number;
2169
- /** Dapr max size of http header read buffer in KB to handle when sending multi-KB headers. Default is 65KB. */
2170
- httpReadBufferSize?: number;
2171
- /** Increasing max size of request body http and grpc servers parameter in MB to handle uploading of big files. Default is 4 MB. */
2172
- httpMaxRequestSize?: number;
2173
- /** Sets the log level for the Dapr sidecar. Allowed values are debug, info, warn, error. Default is info. */
2174
- logLevel?: LogLevel;
2175
- /** Enables API logging for the Dapr sidecar */
2176
- enableApiLogging?: boolean;
2921
+ /** Dapr Component Resiliency Policy Configuration. */
2922
+ export declare interface DaprComponentResiliencyPolicyConfiguration {
2923
+ /** The optional HTTP retry policy configuration */
2924
+ httpRetryPolicy?: DaprComponentResiliencyPolicyHttpRetryPolicyConfiguration;
2925
+ /** The optional timeout policy configuration */
2926
+ timeoutPolicy?: DaprComponentResiliencyPolicyTimeoutPolicyConfiguration;
2927
+ /** The optional circuit breaker policy configuration */
2928
+ circuitBreakerPolicy?: DaprComponentResiliencyPolicyCircuitBreakerPolicyConfiguration;
2177
2929
  }
2178
2930
 
2179
- /** Dapr Component. */
2180
- export declare interface DaprComponent extends ProxyResource {
2181
- /** Component type */
2182
- componentType?: string;
2183
- /** Component version */
2184
- version?: string;
2185
- /** Boolean describing if the component errors are ignores */
2186
- ignoreErrors?: boolean;
2187
- /** Initialization timeout */
2188
- initTimeout?: string;
2189
- /** Collection of secrets used by a Dapr component */
2190
- secrets?: Secret[];
2191
- /** Name of a Dapr component to retrieve component secrets from */
2192
- secretStoreComponent?: string;
2193
- /** Component metadata */
2194
- metadata?: DaprMetadata[];
2195
- /** Names of container apps that can use this Dapr component */
2196
- scopes?: string[];
2931
+ /** Dapr Component Resiliency Policy HTTP Retry Backoff Configuration. */
2932
+ export declare interface DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration {
2933
+ /** The optional initial delay in milliseconds before an operation is retried */
2934
+ initialDelayInMilliseconds?: number;
2935
+ /** The optional maximum time interval in milliseconds between retry attempts */
2936
+ maxIntervalInMilliseconds?: number;
2937
+ }
2938
+
2939
+ /** Dapr Component Resiliency Policy HTTP Retry Policy Configuration. */
2940
+ export declare interface DaprComponentResiliencyPolicyHttpRetryPolicyConfiguration {
2941
+ /** The optional maximum number of retries */
2942
+ maxRetries?: number;
2943
+ /** The optional retry backoff configuration */
2944
+ retryBackOff?: DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration;
2945
+ }
2946
+
2947
+ /** Dapr Component Resiliency Policy Timeout Policy Configuration. */
2948
+ export declare interface DaprComponentResiliencyPolicyTimeoutPolicyConfiguration {
2949
+ /** The optional response timeout in seconds */
2950
+ responseTimeoutInSeconds?: number;
2197
2951
  }
2198
2952
 
2199
2953
  /** Interface representing a DaprComponents. */
@@ -2262,6 +3016,16 @@ export declare type DaprComponentsCreateOrUpdateResponse = DaprComponent;
2262
3016
  export declare interface DaprComponentsDeleteOptionalParams extends coreClient.OperationOptions {
2263
3017
  }
2264
3018
 
3019
+ /** Configuration to bind a Dapr Component to a dev ContainerApp Service */
3020
+ export declare interface DaprComponentServiceBinding {
3021
+ /** Name of the service bind */
3022
+ name?: string;
3023
+ /** Resource id of the target service */
3024
+ serviceId?: string;
3025
+ /** Service bind metadata */
3026
+ metadata?: DaprServiceBindMetadata;
3027
+ }
3028
+
2265
3029
  /** Optional parameters. */
2266
3030
  export declare interface DaprComponentsGetOptionalParams extends coreClient.OperationOptions {
2267
3031
  }
@@ -2329,6 +3093,147 @@ export declare interface DaprSecretsCollection {
2329
3093
  value: DaprSecret[];
2330
3094
  }
2331
3095
 
3096
+ /** Dapr component metadata. */
3097
+ export declare interface DaprServiceBindMetadata {
3098
+ /** Service bind metadata property name. */
3099
+ name?: string;
3100
+ /** Service bind metadata property value. */
3101
+ value?: string;
3102
+ }
3103
+
3104
+ /** Dapr PubSub Event Subscription. */
3105
+ export declare interface DaprSubscription extends ProxyResource {
3106
+ /** Dapr PubSub component name */
3107
+ pubsubName?: string;
3108
+ /** Topic name */
3109
+ topic?: string;
3110
+ /** Deadletter topic name */
3111
+ deadLetterTopic?: string;
3112
+ /** Subscription routes */
3113
+ routes?: DaprSubscriptionRoutes;
3114
+ /** Application scopes to restrict the subscription to specific apps. */
3115
+ scopes?: string[];
3116
+ /** Subscription metadata */
3117
+ metadata?: {
3118
+ [propertyName: string]: string;
3119
+ };
3120
+ /** Bulk subscription options */
3121
+ bulkSubscribe?: DaprSubscriptionBulkSubscribeOptions;
3122
+ }
3123
+
3124
+ /** Dapr PubSub Bulk Subscription Options. */
3125
+ export declare interface DaprSubscriptionBulkSubscribeOptions {
3126
+ /** Enable bulk subscription */
3127
+ enabled?: boolean;
3128
+ /** Maximum number of messages to deliver in a bulk message. */
3129
+ maxMessagesCount?: number;
3130
+ /** Maximum duration in milliseconds to wait before a bulk message is sent to the app. */
3131
+ maxAwaitDurationMs?: number;
3132
+ }
3133
+
3134
+ /** Dapr Pubsub Event Subscription Route Rule is used to specify the condition for sending a message to a specific path. */
3135
+ export declare interface DaprSubscriptionRouteRule {
3136
+ /** 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. */
3137
+ match?: string;
3138
+ /** The path for events that match this rule */
3139
+ path?: string;
3140
+ }
3141
+
3142
+ /** Dapr PubSub Event Subscription Routes configuration. */
3143
+ export declare interface DaprSubscriptionRoutes {
3144
+ /** The list of Dapr PubSub Event Subscription Route Rules. */
3145
+ rules?: DaprSubscriptionRouteRule[];
3146
+ /** The default path to deliver events that do not match any of the rules. */
3147
+ default?: string;
3148
+ }
3149
+
3150
+ /** Interface representing a DaprSubscriptions. */
3151
+ export declare interface DaprSubscriptions {
3152
+ /**
3153
+ * Get the Dapr subscriptions for a managed environment.
3154
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3155
+ * @param environmentName Name of the Managed Environment.
3156
+ * @param options The options parameters.
3157
+ */
3158
+ list(resourceGroupName: string, environmentName: string, options?: DaprSubscriptionsListOptionalParams): PagedAsyncIterableIterator<DaprSubscription>;
3159
+ /**
3160
+ * Get a dapr subscription.
3161
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3162
+ * @param environmentName Name of the Managed Environment.
3163
+ * @param name Name of the Dapr subscription.
3164
+ * @param options The options parameters.
3165
+ */
3166
+ get(resourceGroupName: string, environmentName: string, name: string, options?: DaprSubscriptionsGetOptionalParams): Promise<DaprSubscriptionsGetResponse>;
3167
+ /**
3168
+ * Creates or updates a Dapr subscription in a Managed Environment.
3169
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3170
+ * @param environmentName Name of the Managed Environment.
3171
+ * @param name Name of the Dapr subscription.
3172
+ * @param daprSubscriptionEnvelope Configuration details of the Dapr subscription.
3173
+ * @param options The options parameters.
3174
+ */
3175
+ createOrUpdate(resourceGroupName: string, environmentName: string, name: string, daprSubscriptionEnvelope: DaprSubscription, options?: DaprSubscriptionsCreateOrUpdateOptionalParams): Promise<DaprSubscriptionsCreateOrUpdateResponse>;
3176
+ /**
3177
+ * Delete a Dapr subscription from a Managed Environment.
3178
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3179
+ * @param environmentName Name of the Managed Environment.
3180
+ * @param name Name of the Dapr subscription.
3181
+ * @param options The options parameters.
3182
+ */
3183
+ delete(resourceGroupName: string, environmentName: string, name: string, options?: DaprSubscriptionsDeleteOptionalParams): Promise<void>;
3184
+ }
3185
+
3186
+ /** Dapr Subscriptions ARM resource. */
3187
+ export declare interface DaprSubscriptionsCollection {
3188
+ /** Collection of resources. */
3189
+ value: DaprSubscription[];
3190
+ /**
3191
+ * Link to next page of resources.
3192
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3193
+ */
3194
+ readonly nextLink?: string;
3195
+ }
3196
+
3197
+ /** Optional parameters. */
3198
+ export declare interface DaprSubscriptionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
3199
+ }
3200
+
3201
+ /** Contains response data for the createOrUpdate operation. */
3202
+ export declare type DaprSubscriptionsCreateOrUpdateResponse = DaprSubscription;
3203
+
3204
+ /** Optional parameters. */
3205
+ export declare interface DaprSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
3206
+ }
3207
+
3208
+ /** Optional parameters. */
3209
+ export declare interface DaprSubscriptionsGetOptionalParams extends coreClient.OperationOptions {
3210
+ }
3211
+
3212
+ /** Contains response data for the get operation. */
3213
+ export declare type DaprSubscriptionsGetResponse = DaprSubscription;
3214
+
3215
+ /** Optional parameters. */
3216
+ export declare interface DaprSubscriptionsListNextOptionalParams extends coreClient.OperationOptions {
3217
+ }
3218
+
3219
+ /** Contains response data for the listNext operation. */
3220
+ export declare type DaprSubscriptionsListNextResponse = DaprSubscriptionsCollection;
3221
+
3222
+ /** Optional parameters. */
3223
+ export declare interface DaprSubscriptionsListOptionalParams extends coreClient.OperationOptions {
3224
+ }
3225
+
3226
+ /** Contains response data for the list operation. */
3227
+ export declare type DaprSubscriptionsListResponse = DaprSubscriptionsCollection;
3228
+
3229
+ /** Configuration of datadog */
3230
+ export declare interface DataDogConfiguration {
3231
+ /** The data dog site */
3232
+ site?: string;
3233
+ /** The data dog api key */
3234
+ key?: string;
3235
+ }
3236
+
2332
3237
  /** The configuration settings of the Azure Active Directory default authorization policy. */
2333
3238
  export declare interface DefaultAuthorizationPolicy {
2334
3239
  /** The configuration settings of the Azure Active Directory allowed principals. */
@@ -2391,6 +3296,14 @@ export declare interface DefaultErrorResponseErrorDetailsItem {
2391
3296
  readonly target?: string;
2392
3297
  }
2393
3298
 
3299
+ /** Configuration of Open Telemetry destinations */
3300
+ export declare interface DestinationsConfiguration {
3301
+ /** Open telemetry datadog destination configuration */
3302
+ dataDogConfiguration?: DataDogConfiguration;
3303
+ /** Open telemetry otlp configurations */
3304
+ otlpConfigurations?: OtlpConfiguration[];
3305
+ }
3306
+
2394
3307
  /** Details of a diagnostics data provider */
2395
3308
  export declare interface DiagnosticDataProviderMetadata {
2396
3309
  /** Name of data provider */
@@ -2507,42 +3420,250 @@ export declare interface DiagnosticsDefinition {
2507
3420
  readonly score?: number;
2508
3421
  }
2509
3422
 
2510
- /** Diagnostics resource specific properties */
2511
- export declare interface DiagnosticsProperties {
2512
- /** Metadata of the diagnostics response. */
2513
- metadata?: DiagnosticsDefinition;
2514
- /** Set of data collections associated with the response. */
2515
- dataset?: DiagnosticsDataApiResponse[];
2516
- /** Status of the diagnostics response. */
2517
- status?: DiagnosticsStatus;
2518
- /** List of data providers' metadata. */
2519
- dataProviderMetadata?: DiagnosticDataProviderMetadata;
3423
+ /** Diagnostics resource specific properties */
3424
+ export declare interface DiagnosticsProperties {
3425
+ /** Metadata of the diagnostics response. */
3426
+ metadata?: DiagnosticsDefinition;
3427
+ /** Set of data collections associated with the response. */
3428
+ dataset?: DiagnosticsDataApiResponse[];
3429
+ /** Status of the diagnostics response. */
3430
+ status?: DiagnosticsStatus;
3431
+ /** List of data providers' metadata. */
3432
+ dataProviderMetadata?: DiagnosticDataProviderMetadata;
3433
+ }
3434
+
3435
+ /** Rendering details of a diagnostics table */
3436
+ export declare interface DiagnosticsStatus {
3437
+ /** Diagnostic message */
3438
+ message?: string;
3439
+ /** Status */
3440
+ statusId?: number;
3441
+ }
3442
+
3443
+ /** Support topic information */
3444
+ export declare interface DiagnosticSupportTopic {
3445
+ /**
3446
+ * Unique topic identifier
3447
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3448
+ */
3449
+ readonly id?: string;
3450
+ /**
3451
+ * PES identifier
3452
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3453
+ */
3454
+ readonly pesId?: string;
3455
+ }
3456
+
3457
+ /** Defines values for DnsVerificationTestResult. */
3458
+ export declare type DnsVerificationTestResult = "Passed" | "Failed" | "Skipped";
3459
+
3460
+ /** .NET Component. */
3461
+ export declare interface DotNetComponent extends ProxyResource {
3462
+ /** Type of the .NET Component. */
3463
+ componentType?: DotNetComponentType;
3464
+ /**
3465
+ * Provisioning state of the .NET Component.
3466
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3467
+ */
3468
+ readonly provisioningState?: DotNetComponentProvisioningState;
3469
+ /** List of .NET Components configuration properties */
3470
+ configurations?: DotNetComponentConfigurationProperty[];
3471
+ /** List of .NET Components that are bound to the .NET component */
3472
+ serviceBinds?: DotNetComponentServiceBind[];
3473
+ }
3474
+
3475
+ /** Configuration properties for a .NET Component */
3476
+ export declare interface DotNetComponentConfigurationProperty {
3477
+ /** The name of the property */
3478
+ propertyName?: string;
3479
+ /** The value of the property */
3480
+ value?: string;
3481
+ }
3482
+
3483
+ /**
3484
+ * Defines values for DotNetComponentProvisioningState. \
3485
+ * {@link KnownDotNetComponentProvisioningState} can be used interchangeably with DotNetComponentProvisioningState,
3486
+ * this enum contains the known values that the service supports.
3487
+ * ### Known values supported by the service
3488
+ * **Succeeded** \
3489
+ * **Failed** \
3490
+ * **Canceled** \
3491
+ * **Deleting** \
3492
+ * **InProgress**
3493
+ */
3494
+ export declare type DotNetComponentProvisioningState = string;
3495
+
3496
+ /** Interface representing a DotNetComponents. */
3497
+ export declare interface DotNetComponents {
3498
+ /**
3499
+ * Get the .NET Components for a managed environment.
3500
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3501
+ * @param environmentName Name of the Managed Environment.
3502
+ * @param options The options parameters.
3503
+ */
3504
+ list(resourceGroupName: string, environmentName: string, options?: DotNetComponentsListOptionalParams): PagedAsyncIterableIterator<DotNetComponent>;
3505
+ /**
3506
+ * Get a .NET Component.
3507
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3508
+ * @param environmentName Name of the Managed Environment.
3509
+ * @param name Name of the .NET Component.
3510
+ * @param options The options parameters.
3511
+ */
3512
+ get(resourceGroupName: string, environmentName: string, name: string, options?: DotNetComponentsGetOptionalParams): Promise<DotNetComponentsGetResponse>;
3513
+ /**
3514
+ * Creates or updates a .NET Component in a Managed Environment.
3515
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3516
+ * @param environmentName Name of the Managed Environment.
3517
+ * @param name Name of the .NET Component.
3518
+ * @param dotNetComponentEnvelope Configuration details of the .NET Component.
3519
+ * @param options The options parameters.
3520
+ */
3521
+ beginCreateOrUpdate(resourceGroupName: string, environmentName: string, name: string, dotNetComponentEnvelope: DotNetComponent, options?: DotNetComponentsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DotNetComponentsCreateOrUpdateResponse>, DotNetComponentsCreateOrUpdateResponse>>;
3522
+ /**
3523
+ * Creates or updates a .NET Component in a Managed Environment.
3524
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3525
+ * @param environmentName Name of the Managed Environment.
3526
+ * @param name Name of the .NET Component.
3527
+ * @param dotNetComponentEnvelope Configuration details of the .NET Component.
3528
+ * @param options The options parameters.
3529
+ */
3530
+ beginCreateOrUpdateAndWait(resourceGroupName: string, environmentName: string, name: string, dotNetComponentEnvelope: DotNetComponent, options?: DotNetComponentsCreateOrUpdateOptionalParams): Promise<DotNetComponentsCreateOrUpdateResponse>;
3531
+ /**
3532
+ * Patches a .NET Component using JSON Merge Patch
3533
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3534
+ * @param environmentName Name of the Managed Environment.
3535
+ * @param name Name of the .NET Component.
3536
+ * @param dotNetComponentEnvelope Configuration details of the .NET Component.
3537
+ * @param options The options parameters.
3538
+ */
3539
+ beginUpdate(resourceGroupName: string, environmentName: string, name: string, dotNetComponentEnvelope: DotNetComponent, options?: DotNetComponentsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DotNetComponentsUpdateResponse>, DotNetComponentsUpdateResponse>>;
3540
+ /**
3541
+ * Patches a .NET Component using JSON Merge Patch
3542
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3543
+ * @param environmentName Name of the Managed Environment.
3544
+ * @param name Name of the .NET Component.
3545
+ * @param dotNetComponentEnvelope Configuration details of the .NET Component.
3546
+ * @param options The options parameters.
3547
+ */
3548
+ beginUpdateAndWait(resourceGroupName: string, environmentName: string, name: string, dotNetComponentEnvelope: DotNetComponent, options?: DotNetComponentsUpdateOptionalParams): Promise<DotNetComponentsUpdateResponse>;
3549
+ /**
3550
+ * Delete a .NET Component.
3551
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3552
+ * @param environmentName Name of the Managed Environment.
3553
+ * @param name Name of the .NET Component.
3554
+ * @param options The options parameters.
3555
+ */
3556
+ beginDelete(resourceGroupName: string, environmentName: string, name: string, options?: DotNetComponentsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<DotNetComponentsDeleteResponse>, DotNetComponentsDeleteResponse>>;
3557
+ /**
3558
+ * Delete a .NET Component.
3559
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3560
+ * @param environmentName Name of the Managed Environment.
3561
+ * @param name Name of the .NET Component.
3562
+ * @param options The options parameters.
3563
+ */
3564
+ beginDeleteAndWait(resourceGroupName: string, environmentName: string, name: string, options?: DotNetComponentsDeleteOptionalParams): Promise<DotNetComponentsDeleteResponse>;
3565
+ }
3566
+
3567
+ /** .NET Components ARM resource. */
3568
+ export declare interface DotNetComponentsCollection {
3569
+ /** Collection of resources. */
3570
+ value: DotNetComponent[];
3571
+ /**
3572
+ * Link to next page of resources.
3573
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3574
+ */
3575
+ readonly nextLink?: string;
3576
+ }
3577
+
3578
+ /** Optional parameters. */
3579
+ export declare interface DotNetComponentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
3580
+ /** Delay to wait until next poll, in milliseconds. */
3581
+ updateIntervalInMs?: number;
3582
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3583
+ resumeFrom?: string;
3584
+ }
3585
+
3586
+ /** Contains response data for the createOrUpdate operation. */
3587
+ export declare type DotNetComponentsCreateOrUpdateResponse = DotNetComponent;
3588
+
3589
+ /** Defines headers for DotNetComponents_delete operation. */
3590
+ export declare interface DotNetComponentsDeleteHeaders {
3591
+ location?: string;
3592
+ }
3593
+
3594
+ /** Optional parameters. */
3595
+ export declare interface DotNetComponentsDeleteOptionalParams extends coreClient.OperationOptions {
3596
+ /** Delay to wait until next poll, in milliseconds. */
3597
+ updateIntervalInMs?: number;
3598
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3599
+ resumeFrom?: string;
3600
+ }
3601
+
3602
+ /** Contains response data for the delete operation. */
3603
+ export declare type DotNetComponentsDeleteResponse = DotNetComponentsDeleteHeaders;
3604
+
3605
+ /** Configuration to bind a .NET Component to another .NET Component */
3606
+ export declare interface DotNetComponentServiceBind {
3607
+ /** Name of the service bind */
3608
+ name?: string;
3609
+ /** Resource id of the target service */
3610
+ serviceId?: string;
2520
3611
  }
2521
3612
 
2522
- /** Rendering details of a diagnostics table */
2523
- export declare interface DiagnosticsStatus {
2524
- /** Diagnostic message */
2525
- message?: string;
2526
- /** Status */
2527
- statusId?: number;
3613
+ /** Optional parameters. */
3614
+ export declare interface DotNetComponentsGetOptionalParams extends coreClient.OperationOptions {
2528
3615
  }
2529
3616
 
2530
- /** Support topic information */
2531
- export declare interface DiagnosticSupportTopic {
2532
- /**
2533
- * Unique topic identifier
2534
- * NOTE: This property will not be serialized. It can only be populated by the server.
2535
- */
2536
- readonly id?: string;
2537
- /**
2538
- * PES identifier
2539
- * NOTE: This property will not be serialized. It can only be populated by the server.
2540
- */
2541
- readonly pesId?: string;
3617
+ /** Contains response data for the get operation. */
3618
+ export declare type DotNetComponentsGetResponse = DotNetComponent;
3619
+
3620
+ /** Optional parameters. */
3621
+ export declare interface DotNetComponentsListNextOptionalParams extends coreClient.OperationOptions {
2542
3622
  }
2543
3623
 
2544
- /** Defines values for DnsVerificationTestResult. */
2545
- export declare type DnsVerificationTestResult = "Passed" | "Failed" | "Skipped";
3624
+ /** Contains response data for the listNext operation. */
3625
+ export declare type DotNetComponentsListNextResponse = DotNetComponentsCollection;
3626
+
3627
+ /** Optional parameters. */
3628
+ export declare interface DotNetComponentsListOptionalParams extends coreClient.OperationOptions {
3629
+ }
3630
+
3631
+ /** Contains response data for the list operation. */
3632
+ export declare type DotNetComponentsListResponse = DotNetComponentsCollection;
3633
+
3634
+ /** Defines headers for DotNetComponents_update operation. */
3635
+ export declare interface DotNetComponentsUpdateHeaders {
3636
+ location?: string;
3637
+ }
3638
+
3639
+ /** Optional parameters. */
3640
+ export declare interface DotNetComponentsUpdateOptionalParams extends coreClient.OperationOptions {
3641
+ /** Delay to wait until next poll, in milliseconds. */
3642
+ updateIntervalInMs?: number;
3643
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3644
+ resumeFrom?: string;
3645
+ }
3646
+
3647
+ /** Contains response data for the update operation. */
3648
+ export declare type DotNetComponentsUpdateResponse = DotNetComponent;
3649
+
3650
+ /**
3651
+ * Defines values for DotNetComponentType. \
3652
+ * {@link KnownDotNetComponentType} can be used interchangeably with DotNetComponentType,
3653
+ * this enum contains the known values that the service supports.
3654
+ * ### Known values supported by the service
3655
+ * **AspireDashboard** \
3656
+ * **AspireResourceServerApi**
3657
+ */
3658
+ export declare type DotNetComponentType = string;
3659
+
3660
+ /** The configuration settings of the secrets references of encryption key and signing key for ContainerApp Service Authentication/Authorization. */
3661
+ export declare interface EncryptionSettings {
3662
+ /** The secret name which is referenced for EncryptionKey. */
3663
+ containerAppAuthEncryptionSecretName?: string;
3664
+ /** The secret name which is referenced for SigningKey. */
3665
+ containerAppAuthSigningSecretName?: string;
3666
+ }
2546
3667
 
2547
3668
  /** Environment Auth Token. */
2548
3669
  export declare interface EnvironmentAuthToken extends TrackedResource {
@@ -2586,6 +3707,14 @@ export declare interface EnvironmentVar {
2586
3707
  secretRef?: string;
2587
3708
  }
2588
3709
 
3710
+ /** Model representing an environment variable. */
3711
+ export declare interface EnvironmentVariable {
3712
+ /** Environment variable name. */
3713
+ name: string;
3714
+ /** Environment variable value. */
3715
+ value: string;
3716
+ }
3717
+
2589
3718
  /** The resource management error additional info. */
2590
3719
  export declare interface ErrorAdditionalInfo {
2591
3720
  /**
@@ -2686,6 +3815,16 @@ export declare type ForwardProxyConvention = "NoProxy" | "Standard" | "Custom";
2686
3815
  */
2687
3816
  export declare function getContinuationToken(page: unknown): string | undefined;
2688
3817
 
3818
+ /** Optional parameters. */
3819
+ export declare interface GetCustomDomainVerificationIdOptionalParams extends coreClient.OperationOptions {
3820
+ }
3821
+
3822
+ /** Contains response data for the getCustomDomainVerificationId operation. */
3823
+ export declare type GetCustomDomainVerificationIdResponse = {
3824
+ /** The parsed response body. */
3825
+ body: string;
3826
+ };
3827
+
2689
3828
  /** The configuration settings of the GitHub provider. */
2690
3829
  export declare interface GitHub {
2691
3830
  /** <code>false</code> if the GitHub provider should not be enabled despite the set registration; otherwise, <code>true</code>. */
@@ -2716,6 +3855,8 @@ export declare interface GithubActionConfiguration {
2716
3855
  runtimeStack?: string;
2717
3856
  /** Runtime version */
2718
3857
  runtimeVersion?: string;
3858
+ /** List of environment variables to be passed to the build. */
3859
+ buildEnvironmentVariables?: EnvironmentVariable[];
2719
3860
  }
2720
3861
 
2721
3862
  /** The configuration settings that determines the validation flow of users using ContainerApp Service Authentication/Authorization. */
@@ -2744,6 +3885,62 @@ export declare interface Google {
2744
3885
  validation?: AllowedAudiencesValidation;
2745
3886
  }
2746
3887
 
3888
+ /** Header of otlp configuration */
3889
+ export declare interface Header {
3890
+ /** The key of otlp configuration header */
3891
+ key?: string;
3892
+ /** The value of otlp configuration header */
3893
+ value?: string;
3894
+ }
3895
+
3896
+ /** Conditions required to match a header */
3897
+ export declare interface HeaderMatch {
3898
+ /** Name of the header */
3899
+ header?: string;
3900
+ /** Exact value of the header */
3901
+ exactMatch?: string;
3902
+ /** Prefix value of the header */
3903
+ prefixMatch?: string;
3904
+ /** Suffix value of the header */
3905
+ suffixMatch?: string;
3906
+ /** Regex value of the header */
3907
+ regexMatch?: string;
3908
+ }
3909
+
3910
+ /** Defines parameters for http connection pooling */
3911
+ export declare interface HttpConnectionPool {
3912
+ /** Maximum number of pending http1 requests allowed */
3913
+ http1MaxPendingRequests?: number;
3914
+ /** Maximum number of http2 requests allowed */
3915
+ http2MaxRequests?: number;
3916
+ }
3917
+
3918
+ /** Model representing a http get request. */
3919
+ export declare interface HttpGet {
3920
+ /** URL to make HTTP GET request against. */
3921
+ url: string;
3922
+ /** Name of the file that the request should be saved to. */
3923
+ fileName?: string;
3924
+ /** List of headers to send with the request. */
3925
+ headers?: string[];
3926
+ }
3927
+
3928
+ /** Policy that defines http request retry conditions */
3929
+ export declare interface HttpRetryPolicy {
3930
+ /** Maximum number of times a request will retry */
3931
+ maxRetries?: number;
3932
+ /** Headers that must be present for a request to be retried */
3933
+ headers?: HeaderMatch[];
3934
+ /** Additional http status codes that can trigger a retry */
3935
+ httpStatusCodes?: number[];
3936
+ /** Errors that can trigger a retry */
3937
+ errors?: string[];
3938
+ /** Initial delay, in milliseconds, before retrying a request */
3939
+ initialDelayInMilliseconds?: number;
3940
+ /** Maximum interval, in milliseconds, between retries */
3941
+ maxIntervalInMilliseconds?: number;
3942
+ }
3943
+
2747
3944
  /** Container App container Http scaling rule. */
2748
3945
  export declare interface HttpScaleRule {
2749
3946
  /** Metadata properties to describe http scale rule. */
@@ -2795,84 +3992,311 @@ export declare interface IdentityProviders {
2795
3992
  };
2796
3993
  }
2797
3994
 
2798
- /** Container App Ingress configuration. */
2799
- export declare interface Ingress {
2800
- /**
2801
- * Hostname.
2802
- * NOTE: This property will not be serialized. It can only be populated by the server.
2803
- */
2804
- readonly fqdn?: string;
2805
- /** Bool indicating if app exposes an external http endpoint */
2806
- external?: boolean;
2807
- /** Target Port in containers for traffic from ingress */
2808
- targetPort?: number;
2809
- /** Exposed Port in containers for TCP traffic from ingress */
2810
- exposedPort?: number;
2811
- /** Ingress transport protocol */
2812
- transport?: IngressTransportMethod;
2813
- /** Traffic weights for app's revisions */
2814
- traffic?: TrafficWeight[];
2815
- /** custom domain bindings for Container Apps' hostnames. */
2816
- customDomains?: CustomDomain[];
2817
- /** Bool indicating if HTTP connections to is allowed. If set to false HTTP connections are automatically redirected to HTTPS connections */
2818
- allowInsecure?: boolean;
2819
- /** Rules to restrict incoming IP address. */
2820
- ipSecurityRestrictions?: IpSecurityRestrictionRule[];
2821
- /** Sticky Sessions for Single Revision Mode */
2822
- stickySessions?: IngressStickySessions;
2823
- /** Client certificate mode for mTLS authentication. Ignore indicates server drops client certificate on forwarding. Accept indicates server forwards client certificate but does not require a client certificate. Require indicates server requires a client certificate. */
2824
- clientCertificateMode?: IngressClientCertificateMode;
2825
- /** CORS policy for container app */
2826
- corsPolicy?: CorsPolicy;
3995
+ /** Container App Ingress configuration. */
3996
+ export declare interface Ingress {
3997
+ /**
3998
+ * Hostname.
3999
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4000
+ */
4001
+ readonly fqdn?: string;
4002
+ /** Bool indicating if app exposes an external http endpoint */
4003
+ external?: boolean;
4004
+ /** Target Port in containers for traffic from ingress */
4005
+ targetPort?: number;
4006
+ /** Exposed Port in containers for TCP traffic from ingress */
4007
+ exposedPort?: number;
4008
+ /** Ingress transport protocol */
4009
+ transport?: IngressTransportMethod;
4010
+ /** Traffic weights for app's revisions */
4011
+ traffic?: TrafficWeight[];
4012
+ /** custom domain bindings for Container Apps' hostnames. */
4013
+ customDomains?: CustomDomain[];
4014
+ /** Bool indicating if HTTP connections to is allowed. If set to false HTTP connections are automatically redirected to HTTPS connections */
4015
+ allowInsecure?: boolean;
4016
+ /** Rules to restrict incoming IP address. */
4017
+ ipSecurityRestrictions?: IpSecurityRestrictionRule[];
4018
+ /** Sticky Sessions for Single Revision Mode */
4019
+ stickySessions?: IngressStickySessions;
4020
+ /** Client certificate mode for mTLS authentication. Ignore indicates server drops client certificate on forwarding. Accept indicates server forwards client certificate but does not require a client certificate. Require indicates server requires a client certificate. */
4021
+ clientCertificateMode?: IngressClientCertificateMode;
4022
+ /** CORS policy for container app */
4023
+ corsPolicy?: CorsPolicy;
4024
+ /** Settings to expose additional ports on container app */
4025
+ additionalPortMappings?: IngressPortMapping[];
4026
+ /** Whether an http app listens on http or https */
4027
+ targetPortHttpScheme?: IngressTargetPortHttpScheme;
4028
+ }
4029
+
4030
+ /**
4031
+ * Defines values for IngressClientCertificateMode. \
4032
+ * {@link KnownIngressClientCertificateMode} can be used interchangeably with IngressClientCertificateMode,
4033
+ * this enum contains the known values that the service supports.
4034
+ * ### Known values supported by the service
4035
+ * **ignore** \
4036
+ * **accept** \
4037
+ * **require**
4038
+ */
4039
+ export declare type IngressClientCertificateMode = string;
4040
+
4041
+ /** Port mappings of container app ingress */
4042
+ export declare interface IngressPortMapping {
4043
+ /** Specifies whether the app port is accessible outside of the environment */
4044
+ external: boolean;
4045
+ /** Specifies the port user's container listens on */
4046
+ targetPort: number;
4047
+ /** Specifies the exposed port for the target port. If not specified, it defaults to target port */
4048
+ exposedPort?: number;
4049
+ }
4050
+
4051
+ /** Sticky Sessions for Single Revision Mode */
4052
+ export declare interface IngressStickySessions {
4053
+ /** Sticky Session Affinity */
4054
+ affinity?: Affinity;
4055
+ }
4056
+
4057
+ /**
4058
+ * Defines values for IngressTargetPortHttpScheme. \
4059
+ * {@link KnownIngressTargetPortHttpScheme} can be used interchangeably with IngressTargetPortHttpScheme,
4060
+ * this enum contains the known values that the service supports.
4061
+ * ### Known values supported by the service
4062
+ * **http** \
4063
+ * **https**
4064
+ */
4065
+ export declare type IngressTargetPortHttpScheme = string;
4066
+
4067
+ /**
4068
+ * Defines values for IngressTransportMethod. \
4069
+ * {@link KnownIngressTransportMethod} can be used interchangeably with IngressTransportMethod,
4070
+ * this enum contains the known values that the service supports.
4071
+ * ### Known values supported by the service
4072
+ * **auto** \
4073
+ * **http** \
4074
+ * **http2** \
4075
+ * **tcp**
4076
+ */
4077
+ export declare type IngressTransportMethod = string;
4078
+
4079
+ /** Container App init container definition */
4080
+ export declare interface InitContainer extends BaseContainer {
4081
+ }
4082
+
4083
+ /** Rule to restrict incoming IP address. */
4084
+ export declare interface IpSecurityRestrictionRule {
4085
+ /** Name for the IP restriction rule. */
4086
+ name: string;
4087
+ /** Describe the IP restriction rule that is being sent to the container-app. This is an optional field. */
4088
+ description?: string;
4089
+ /** CIDR notation to match incoming IP address */
4090
+ ipAddressRange: string;
4091
+ /** Allow or Deny rules to determine for incoming IP. Note: Rules can only consist of ALL Allow or ALL Deny */
4092
+ action: Action;
4093
+ }
4094
+
4095
+ /** Java Component. */
4096
+ export declare interface JavaComponent extends ProxyResource {
4097
+ /** Type of the Java Component. */
4098
+ componentType?: JavaComponentType;
4099
+ /**
4100
+ * Provisioning state of the Java Component.
4101
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4102
+ */
4103
+ readonly provisioningState?: JavaComponentProvisioningState;
4104
+ /** List of Java Components configuration properties */
4105
+ configurations?: JavaComponentConfigurationProperty[];
4106
+ /** List of Java Components that are bound to the Java component */
4107
+ serviceBinds?: JavaComponentServiceBind[];
4108
+ }
4109
+
4110
+ /** Configuration properties for a Java Component */
4111
+ export declare interface JavaComponentConfigurationProperty {
4112
+ /** The name of the property */
4113
+ propertyName?: string;
4114
+ /** The value of the property */
4115
+ value?: string;
4116
+ }
4117
+
4118
+ /**
4119
+ * Defines values for JavaComponentProvisioningState. \
4120
+ * {@link KnownJavaComponentProvisioningState} can be used interchangeably with JavaComponentProvisioningState,
4121
+ * this enum contains the known values that the service supports.
4122
+ * ### Known values supported by the service
4123
+ * **Succeeded** \
4124
+ * **Failed** \
4125
+ * **Canceled** \
4126
+ * **Deleting** \
4127
+ * **InProgress**
4128
+ */
4129
+ export declare type JavaComponentProvisioningState = string;
4130
+
4131
+ /** Interface representing a JavaComponents. */
4132
+ export declare interface JavaComponents {
4133
+ /**
4134
+ * Get the Java Components for a managed environment.
4135
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
4136
+ * @param environmentName Name of the Managed Environment.
4137
+ * @param options The options parameters.
4138
+ */
4139
+ list(resourceGroupName: string, environmentName: string, options?: JavaComponentsListOptionalParams): PagedAsyncIterableIterator<JavaComponent>;
4140
+ /**
4141
+ * Get a Java Component.
4142
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
4143
+ * @param environmentName Name of the Managed Environment.
4144
+ * @param name Name of the Java Component.
4145
+ * @param options The options parameters.
4146
+ */
4147
+ get(resourceGroupName: string, environmentName: string, name: string, options?: JavaComponentsGetOptionalParams): Promise<JavaComponentsGetResponse>;
4148
+ /**
4149
+ * Creates or updates a Java Component in a Managed Environment.
4150
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
4151
+ * @param environmentName Name of the Managed Environment.
4152
+ * @param name Name of the Java Component.
4153
+ * @param javaComponentEnvelope Configuration details of the Java Component.
4154
+ * @param options The options parameters.
4155
+ */
4156
+ beginCreateOrUpdate(resourceGroupName: string, environmentName: string, name: string, javaComponentEnvelope: JavaComponent, options?: JavaComponentsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<JavaComponentsCreateOrUpdateResponse>, JavaComponentsCreateOrUpdateResponse>>;
4157
+ /**
4158
+ * Creates or updates a Java Component in a Managed Environment.
4159
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
4160
+ * @param environmentName Name of the Managed Environment.
4161
+ * @param name Name of the Java Component.
4162
+ * @param javaComponentEnvelope Configuration details of the Java Component.
4163
+ * @param options The options parameters.
4164
+ */
4165
+ beginCreateOrUpdateAndWait(resourceGroupName: string, environmentName: string, name: string, javaComponentEnvelope: JavaComponent, options?: JavaComponentsCreateOrUpdateOptionalParams): Promise<JavaComponentsCreateOrUpdateResponse>;
4166
+ /**
4167
+ * Patches a Java Component using JSON Merge Patch
4168
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
4169
+ * @param environmentName Name of the Managed Environment.
4170
+ * @param name Name of the Java Component.
4171
+ * @param javaComponentEnvelope Configuration details of the Java Component.
4172
+ * @param options The options parameters.
4173
+ */
4174
+ beginUpdate(resourceGroupName: string, environmentName: string, name: string, javaComponentEnvelope: JavaComponent, options?: JavaComponentsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<JavaComponentsUpdateResponse>, JavaComponentsUpdateResponse>>;
4175
+ /**
4176
+ * Patches a Java Component using JSON Merge Patch
4177
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
4178
+ * @param environmentName Name of the Managed Environment.
4179
+ * @param name Name of the Java Component.
4180
+ * @param javaComponentEnvelope Configuration details of the Java Component.
4181
+ * @param options The options parameters.
4182
+ */
4183
+ beginUpdateAndWait(resourceGroupName: string, environmentName: string, name: string, javaComponentEnvelope: JavaComponent, options?: JavaComponentsUpdateOptionalParams): Promise<JavaComponentsUpdateResponse>;
4184
+ /**
4185
+ * Delete a Java Component.
4186
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
4187
+ * @param environmentName Name of the Managed Environment.
4188
+ * @param name Name of the Java Component.
4189
+ * @param options The options parameters.
4190
+ */
4191
+ beginDelete(resourceGroupName: string, environmentName: string, name: string, options?: JavaComponentsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<JavaComponentsDeleteResponse>, JavaComponentsDeleteResponse>>;
4192
+ /**
4193
+ * Delete a Java Component.
4194
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
4195
+ * @param environmentName Name of the Managed Environment.
4196
+ * @param name Name of the Java Component.
4197
+ * @param options The options parameters.
4198
+ */
4199
+ beginDeleteAndWait(resourceGroupName: string, environmentName: string, name: string, options?: JavaComponentsDeleteOptionalParams): Promise<JavaComponentsDeleteResponse>;
4200
+ }
4201
+
4202
+ /** Java Components ARM resource. */
4203
+ export declare interface JavaComponentsCollection {
4204
+ /** Collection of resources. */
4205
+ value: JavaComponent[];
4206
+ /**
4207
+ * Link to next page of resources.
4208
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4209
+ */
4210
+ readonly nextLink?: string;
4211
+ }
4212
+
4213
+ /** Optional parameters. */
4214
+ export declare interface JavaComponentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
4215
+ /** Delay to wait until next poll, in milliseconds. */
4216
+ updateIntervalInMs?: number;
4217
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4218
+ resumeFrom?: string;
4219
+ }
4220
+
4221
+ /** Contains response data for the createOrUpdate operation. */
4222
+ export declare type JavaComponentsCreateOrUpdateResponse = JavaComponent;
4223
+
4224
+ /** Defines headers for JavaComponents_delete operation. */
4225
+ export declare interface JavaComponentsDeleteHeaders {
4226
+ location?: string;
4227
+ }
4228
+
4229
+ /** Optional parameters. */
4230
+ export declare interface JavaComponentsDeleteOptionalParams extends coreClient.OperationOptions {
4231
+ /** Delay to wait until next poll, in milliseconds. */
4232
+ updateIntervalInMs?: number;
4233
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4234
+ resumeFrom?: string;
4235
+ }
4236
+
4237
+ /** Contains response data for the delete operation. */
4238
+ export declare type JavaComponentsDeleteResponse = JavaComponentsDeleteHeaders;
4239
+
4240
+ /** Configuration to bind a Java Component to another Java Component */
4241
+ export declare interface JavaComponentServiceBind {
4242
+ /** Name of the service bind */
4243
+ name?: string;
4244
+ /** Resource id of the target service */
4245
+ serviceId?: string;
4246
+ }
4247
+
4248
+ /** Optional parameters. */
4249
+ export declare interface JavaComponentsGetOptionalParams extends coreClient.OperationOptions {
2827
4250
  }
2828
4251
 
2829
- /**
2830
- * Defines values for IngressClientCertificateMode. \
2831
- * {@link KnownIngressClientCertificateMode} can be used interchangeably with IngressClientCertificateMode,
2832
- * this enum contains the known values that the service supports.
2833
- * ### Known values supported by the service
2834
- * **ignore** \
2835
- * **accept** \
2836
- * **require**
2837
- */
2838
- export declare type IngressClientCertificateMode = string;
4252
+ /** Contains response data for the get operation. */
4253
+ export declare type JavaComponentsGetResponse = JavaComponent;
2839
4254
 
2840
- /** Sticky Sessions for Single Revision Mode */
2841
- export declare interface IngressStickySessions {
2842
- /** Sticky Session Affinity */
2843
- affinity?: Affinity;
4255
+ /** Optional parameters. */
4256
+ export declare interface JavaComponentsListNextOptionalParams extends coreClient.OperationOptions {
2844
4257
  }
2845
4258
 
2846
- /**
2847
- * Defines values for IngressTransportMethod. \
2848
- * {@link KnownIngressTransportMethod} can be used interchangeably with IngressTransportMethod,
2849
- * this enum contains the known values that the service supports.
2850
- * ### Known values supported by the service
2851
- * **auto** \
2852
- * **http** \
2853
- * **http2** \
2854
- * **tcp**
2855
- */
2856
- export declare type IngressTransportMethod = string;
4259
+ /** Contains response data for the listNext operation. */
4260
+ export declare type JavaComponentsListNextResponse = JavaComponentsCollection;
2857
4261
 
2858
- /** Container App init container definition */
2859
- export declare interface InitContainer extends BaseContainer {
4262
+ /** Optional parameters. */
4263
+ export declare interface JavaComponentsListOptionalParams extends coreClient.OperationOptions {
2860
4264
  }
2861
4265
 
2862
- /** Rule to restrict incoming IP address. */
2863
- export declare interface IpSecurityRestrictionRule {
2864
- /** Name for the IP restriction rule. */
2865
- name: string;
2866
- /** Describe the IP restriction rule that is being sent to the container-app. This is an optional field. */
2867
- description?: string;
2868
- /** CIDR notation to match incoming IP address */
2869
- ipAddressRange: string;
2870
- /** Allow or Deny rules to determine for incoming IP. Note: Rules can only consist of ALL Allow or ALL Deny */
2871
- action: Action;
4266
+ /** Contains response data for the list operation. */
4267
+ export declare type JavaComponentsListResponse = JavaComponentsCollection;
4268
+
4269
+ /** Defines headers for JavaComponents_update operation. */
4270
+ export declare interface JavaComponentsUpdateHeaders {
4271
+ location?: string;
4272
+ }
4273
+
4274
+ /** Optional parameters. */
4275
+ export declare interface JavaComponentsUpdateOptionalParams 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;
2872
4280
  }
2873
4281
 
4282
+ /** Contains response data for the update operation. */
4283
+ export declare type JavaComponentsUpdateResponse = JavaComponent;
4284
+
4285
+ /**
4286
+ * Defines values for JavaComponentType. \
4287
+ * {@link KnownJavaComponentType} can be used interchangeably with JavaComponentType,
4288
+ * this enum contains the known values that the service supports.
4289
+ * ### Known values supported by the service
4290
+ * **SpringBootAdmin** \
4291
+ * **SpringCloudEureka** \
4292
+ * **SpringCloudConfig**
4293
+ */
4294
+ export declare type JavaComponentType = string;
4295
+
2874
4296
  /** Container App Job */
2875
4297
  export declare interface Job extends TrackedResource {
4298
+ /** The complex type of the extended location. */
4299
+ extendedLocation?: ExtendedLocation;
2876
4300
  /** Managed identities needed by a container app job to interact with other Azure services to not maintain any secrets or credentials in code. */
2877
4301
  identity?: ManagedServiceIdentity;
2878
4302
  /**
@@ -2954,7 +4378,7 @@ export declare interface JobExecution {
2954
4378
  name?: string;
2955
4379
  /** Job execution Id. */
2956
4380
  id?: string;
2957
- /** Job Type. */
4381
+ /** Job execution type */
2958
4382
  type?: string;
2959
4383
  /**
2960
4384
  * Current running State of the job
@@ -3031,6 +4455,8 @@ export declare interface JobExecutionTemplate {
3031
4455
 
3032
4456
  /** Container Apps Job resource specific properties. */
3033
4457
  export declare interface JobPatchProperties {
4458
+ /** The complex type of the extended location. */
4459
+ extendedLocation?: ExtendedLocation;
3034
4460
  /** Managed identities needed by a container app job to interact with other Azure services to not maintain any secrets or credentials in code. */
3035
4461
  identity?: ManagedServiceIdentity;
3036
4462
  /** Resource tags. */
@@ -3079,6 +4505,28 @@ export declare interface Jobs {
3079
4505
  * @param options The options parameters.
3080
4506
  */
3081
4507
  listByResourceGroup(resourceGroupName: string, options?: JobsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Job>;
4508
+ /**
4509
+ * Get the list of diagnostics for a Container App Job.
4510
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
4511
+ * @param jobName Job Name
4512
+ * @param options The options parameters.
4513
+ */
4514
+ listDetectors(resourceGroupName: string, jobName: string, options?: JobsListDetectorsOptionalParams): Promise<JobsListDetectorsResponse>;
4515
+ /**
4516
+ * Get the diagnostics data for a Container App Job.
4517
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
4518
+ * @param jobName Job Name
4519
+ * @param detectorName Name of the Container App Job detector.
4520
+ * @param options The options parameters.
4521
+ */
4522
+ getDetector(resourceGroupName: string, jobName: string, detectorName: string, options?: JobsGetDetectorOptionalParams): Promise<JobsGetDetectorResponse>;
4523
+ /**
4524
+ * Get the properties of a Container App Job.
4525
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
4526
+ * @param jobName Job Name
4527
+ * @param options The options parameters.
4528
+ */
4529
+ proxyGet(resourceGroupName: string, jobName: string, options?: JobsProxyGetOptionalParams): Promise<JobsProxyGetResponse>;
3082
4530
  /**
3083
4531
  * Get the properties of a Container Apps Job.
3084
4532
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
@@ -3280,6 +4728,13 @@ export declare interface JobsExecutionsListOptionalParams extends coreClient.Ope
3280
4728
  /** Contains response data for the list operation. */
3281
4729
  export declare type JobsExecutionsListResponse = ContainerAppJobExecutions;
3282
4730
 
4731
+ /** Optional parameters. */
4732
+ export declare interface JobsGetDetectorOptionalParams extends coreClient.OperationOptions {
4733
+ }
4734
+
4735
+ /** Contains response data for the getDetector operation. */
4736
+ export declare type JobsGetDetectorResponse = Diagnostics;
4737
+
3283
4738
  /** Optional parameters. */
3284
4739
  export declare interface JobsGetOptionalParams extends coreClient.OperationOptions {
3285
4740
  }
@@ -3315,6 +4770,13 @@ export declare interface JobsListBySubscriptionOptionalParams extends coreClient
3315
4770
  /** Contains response data for the listBySubscription operation. */
3316
4771
  export declare type JobsListBySubscriptionResponse = JobsCollection;
3317
4772
 
4773
+ /** Optional parameters. */
4774
+ export declare interface JobsListDetectorsOptionalParams extends coreClient.OperationOptions {
4775
+ }
4776
+
4777
+ /** Contains response data for the listDetectors operation. */
4778
+ export declare type JobsListDetectorsResponse = DiagnosticsCollection;
4779
+
3318
4780
  /** Optional parameters. */
3319
4781
  export declare interface JobsListSecretsOptionalParams extends coreClient.OperationOptions {
3320
4782
  }
@@ -3322,6 +4784,13 @@ export declare interface JobsListSecretsOptionalParams extends coreClient.Operat
3322
4784
  /** Contains response data for the listSecrets operation. */
3323
4785
  export declare type JobsListSecretsResponse = JobSecretsCollection;
3324
4786
 
4787
+ /** Optional parameters. */
4788
+ export declare interface JobsProxyGetOptionalParams extends coreClient.OperationOptions {
4789
+ }
4790
+
4791
+ /** Contains response data for the proxyGet operation. */
4792
+ export declare type JobsProxyGetResponse = Job;
4793
+
3325
4794
  /** Defines headers for Jobs_start operation. */
3326
4795
  export declare interface JobsStartHeaders {
3327
4796
  location?: string;
@@ -3468,6 +4937,52 @@ export declare enum KnownBindingType {
3468
4937
  SniEnabled = "SniEnabled"
3469
4938
  }
3470
4939
 
4940
+ /** Known values of {@link BuilderProvisioningState} that the service accepts. */
4941
+ export declare enum KnownBuilderProvisioningState {
4942
+ /** Succeeded */
4943
+ Succeeded = "Succeeded",
4944
+ /** Failed */
4945
+ Failed = "Failed",
4946
+ /** Canceled */
4947
+ Canceled = "Canceled",
4948
+ /** Creating */
4949
+ Creating = "Creating",
4950
+ /** Updating */
4951
+ Updating = "Updating",
4952
+ /** Deleting */
4953
+ Deleting = "Deleting"
4954
+ }
4955
+
4956
+ /** Known values of {@link BuildProvisioningState} that the service accepts. */
4957
+ export declare enum KnownBuildProvisioningState {
4958
+ /** Succeeded */
4959
+ Succeeded = "Succeeded",
4960
+ /** Failed */
4961
+ Failed = "Failed",
4962
+ /** Canceled */
4963
+ Canceled = "Canceled",
4964
+ /** Creating */
4965
+ Creating = "Creating",
4966
+ /** Updating */
4967
+ Updating = "Updating",
4968
+ /** Deleting */
4969
+ Deleting = "Deleting"
4970
+ }
4971
+
4972
+ /** Known values of {@link BuildStatus} that the service accepts. */
4973
+ export declare enum KnownBuildStatus {
4974
+ /** NotStarted */
4975
+ NotStarted = "NotStarted",
4976
+ /** InProgress */
4977
+ InProgress = "InProgress",
4978
+ /** Succeeded */
4979
+ Succeeded = "Succeeded",
4980
+ /** Canceled */
4981
+ Canceled = "Canceled",
4982
+ /** Failed */
4983
+ Failed = "Failed"
4984
+ }
4985
+
3471
4986
  /** Known values of {@link CertificateProvisioningState} that the service accepts. */
3472
4987
  export declare enum KnownCertificateProvisioningState {
3473
4988
  /** Succeeded */
@@ -3482,6 +4997,14 @@ export declare enum KnownCertificateProvisioningState {
3482
4997
  Pending = "Pending"
3483
4998
  }
3484
4999
 
5000
+ /** Known values of {@link CertificateType} that the service accepts. */
5001
+ export declare enum KnownCertificateType {
5002
+ /** ServerSSLCertificate */
5003
+ ServerSSLCertificate = "ServerSSLCertificate",
5004
+ /** ImagePullTrustedCA */
5005
+ ImagePullTrustedCA = "ImagePullTrustedCA"
5006
+ }
5007
+
3485
5008
  /** Known values of {@link CheckNameAvailabilityReason} that the service accepts. */
3486
5009
  export declare enum KnownCheckNameAvailabilityReason {
3487
5010
  /** Invalid */
@@ -3556,6 +5079,28 @@ export declare enum KnownCreatedByType {
3556
5079
  Key = "Key"
3557
5080
  }
3558
5081
 
5082
+ /** Known values of {@link DotNetComponentProvisioningState} that the service accepts. */
5083
+ export declare enum KnownDotNetComponentProvisioningState {
5084
+ /** Succeeded */
5085
+ Succeeded = "Succeeded",
5086
+ /** Failed */
5087
+ Failed = "Failed",
5088
+ /** Canceled */
5089
+ Canceled = "Canceled",
5090
+ /** Deleting */
5091
+ Deleting = "Deleting",
5092
+ /** InProgress */
5093
+ InProgress = "InProgress"
5094
+ }
5095
+
5096
+ /** Known values of {@link DotNetComponentType} that the service accepts. */
5097
+ export declare enum KnownDotNetComponentType {
5098
+ /** AspireDashboard */
5099
+ AspireDashboard = "AspireDashboard",
5100
+ /** AspireResourceServerApi */
5101
+ AspireResourceServerApi = "AspireResourceServerApi"
5102
+ }
5103
+
3559
5104
  /** Known values of {@link EnvironmentProvisioningState} that the service accepts. */
3560
5105
  export declare enum KnownEnvironmentProvisioningState {
3561
5106
  /** Succeeded */
@@ -3596,6 +5141,14 @@ export declare enum KnownIngressClientCertificateMode {
3596
5141
  Require = "require"
3597
5142
  }
3598
5143
 
5144
+ /** Known values of {@link IngressTargetPortHttpScheme} that the service accepts. */
5145
+ export declare enum KnownIngressTargetPortHttpScheme {
5146
+ /** Http */
5147
+ Http = "http",
5148
+ /** Https */
5149
+ Https = "https"
5150
+ }
5151
+
3599
5152
  /** Known values of {@link IngressTransportMethod} that the service accepts. */
3600
5153
  export declare enum KnownIngressTransportMethod {
3601
5154
  /** Auto */
@@ -3608,6 +5161,30 @@ export declare enum KnownIngressTransportMethod {
3608
5161
  Tcp = "tcp"
3609
5162
  }
3610
5163
 
5164
+ /** Known values of {@link JavaComponentProvisioningState} that the service accepts. */
5165
+ export declare enum KnownJavaComponentProvisioningState {
5166
+ /** Succeeded */
5167
+ Succeeded = "Succeeded",
5168
+ /** Failed */
5169
+ Failed = "Failed",
5170
+ /** Canceled */
5171
+ Canceled = "Canceled",
5172
+ /** Deleting */
5173
+ Deleting = "Deleting",
5174
+ /** InProgress */
5175
+ InProgress = "InProgress"
5176
+ }
5177
+
5178
+ /** Known values of {@link JavaComponentType} that the service accepts. */
5179
+ export declare enum KnownJavaComponentType {
5180
+ /** SpringBootAdmin */
5181
+ SpringBootAdmin = "SpringBootAdmin",
5182
+ /** SpringCloudEureka */
5183
+ SpringCloudEureka = "SpringCloudEureka",
5184
+ /** SpringCloudConfig */
5185
+ SpringCloudConfig = "SpringCloudConfig"
5186
+ }
5187
+
3611
5188
  /** Known values of {@link JobExecutionRunningState} that the service accepts. */
3612
5189
  export declare enum KnownJobExecutionRunningState {
3613
5190
  /** Running */
@@ -3741,7 +5318,9 @@ export declare enum KnownStorageType {
3741
5318
  /** EmptyDir */
3742
5319
  EmptyDir = "EmptyDir",
3743
5320
  /** Secret */
3744
- Secret = "Secret"
5321
+ Secret = "Secret",
5322
+ /** NfsAzureFile */
5323
+ NfsAzureFile = "NfsAzureFile"
3745
5324
  }
3746
5325
 
3747
5326
  /** Known values of {@link TriggerType} that the service accepts. */
@@ -3764,18 +5343,29 @@ export declare enum KnownType {
3764
5343
  Startup = "Startup"
3765
5344
  }
3766
5345
 
5346
+ export declare interface ListUsagesResult {
5347
+ /** The list of compute resource usages. */
5348
+ value?: Usage[];
5349
+ /** 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. */
5350
+ nextLink?: string;
5351
+ }
5352
+
3767
5353
  /** Log Analytics configuration, must only be provided when destination is configured as 'log-analytics' */
3768
5354
  export declare interface LogAnalyticsConfiguration {
3769
5355
  /** Log analytics customer id */
3770
5356
  customerId?: string;
3771
5357
  /** Log analytics customer key */
3772
5358
  sharedKey?: string;
5359
+ /** Boolean indicating whether to parse json string log into dynamic json columns */
5360
+ dynamicJsonColumns?: boolean;
3773
5361
  }
3774
5362
 
3775
5363
  /** The configuration settings of the login flow of users using ContainerApp Service Authentication/Authorization. */
3776
5364
  export declare interface Login {
3777
5365
  /** The routes that specify the endpoints used for login and logout requests. */
3778
5366
  routes?: LoginRoutes;
5367
+ /** The configuration settings of the token store. */
5368
+ tokenStore?: TokenStore;
3779
5369
  /** <code>true</code> if the fragments from the request are preserved after the login request is made; otherwise, <code>false</code>. */
3780
5370
  preserveUrlFragmentsForLogins?: boolean;
3781
5371
  /**
@@ -3814,6 +5404,12 @@ export declare interface LoginScopes {
3814
5404
  */
3815
5405
  export declare type LogLevel = string;
3816
5406
 
5407
+ /** Configuration of Open Telemetry logs */
5408
+ export declare interface LogsConfiguration {
5409
+ /** Open telemetry logs destinations */
5410
+ destinations?: string[];
5411
+ }
5412
+
3817
5413
  /** Managed certificates used for Custom Domain bindings of Container Apps in a Managed Environment */
3818
5414
  export declare interface ManagedCertificate extends TrackedResource {
3819
5415
  /** Certificate resource specific properties */
@@ -3974,6 +5570,8 @@ export declare type ManagedCertificatesUpdateResponse = ManagedCertificate;
3974
5570
  export declare interface ManagedEnvironment extends TrackedResource {
3975
5571
  /** Kind of the Environment. */
3976
5572
  kind?: string;
5573
+ /** Managed identities for the Managed Environment to interact with other Azure services without maintaining any secrets or credentials in code. */
5574
+ identity?: ManagedServiceIdentity;
3977
5575
  /**
3978
5576
  * Provisioning state of the Environment.
3979
5577
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -4006,6 +5604,10 @@ export declare interface ManagedEnvironment extends TrackedResource {
4006
5604
  * supported
4007
5605
  */
4008
5606
  appLogsConfiguration?: AppLogsConfiguration;
5607
+ /** Environment level Application Insights configuration */
5608
+ appInsightsConfiguration?: AppInsightsConfiguration;
5609
+ /** Environment Open Telemetry configuration */
5610
+ openTelemetryConfiguration?: OpenTelemetryConfiguration;
4009
5611
  /** Whether or not this Managed Environment is zone-redundant. */
4010
5612
  zoneRedundant?: boolean;
4011
5613
  /** Custom domain configuration for the environment */
@@ -4323,6 +5925,8 @@ export declare interface ManagedEnvironmentStorage extends ProxyResource {
4323
5925
  export declare interface ManagedEnvironmentStorageProperties {
4324
5926
  /** Azure file properties */
4325
5927
  azureFile?: AzureFileProperties;
5928
+ /** NFS Azure file properties */
5929
+ nfsAzureFile?: NfsAzureFileProperties;
4326
5930
  }
4327
5931
 
4328
5932
  /** Collection of Storage for Environments */
@@ -4342,6 +5946,31 @@ export declare interface ManagedEnvironmentsUpdateOptionalParams extends coreCli
4342
5946
  /** Contains response data for the update operation. */
4343
5947
  export declare type ManagedEnvironmentsUpdateResponse = ManagedEnvironment;
4344
5948
 
5949
+ /** Interface representing a ManagedEnvironmentUsages. */
5950
+ export declare interface ManagedEnvironmentUsages {
5951
+ /**
5952
+ * Gets the current usage information as well as the limits for environment.
5953
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
5954
+ * @param environmentName Name of the Environment.
5955
+ * @param options The options parameters.
5956
+ */
5957
+ list(resourceGroupName: string, environmentName: string, options?: ManagedEnvironmentUsagesListOptionalParams): PagedAsyncIterableIterator<Usage>;
5958
+ }
5959
+
5960
+ /** Optional parameters. */
5961
+ export declare interface ManagedEnvironmentUsagesListNextOptionalParams extends coreClient.OperationOptions {
5962
+ }
5963
+
5964
+ /** Contains response data for the listNext operation. */
5965
+ export declare type ManagedEnvironmentUsagesListNextResponse = ListUsagesResult;
5966
+
5967
+ /** Optional parameters. */
5968
+ export declare interface ManagedEnvironmentUsagesListOptionalParams extends coreClient.OperationOptions {
5969
+ }
5970
+
5971
+ /** Contains response data for the list operation. */
5972
+ export declare type ManagedEnvironmentUsagesListResponse = ListUsagesResult;
5973
+
4345
5974
  /** Managed service identity (system assigned and/or user assigned identities) */
4346
5975
  export declare interface ManagedServiceIdentity {
4347
5976
  /**
@@ -4374,6 +6003,12 @@ export declare interface ManagedServiceIdentity {
4374
6003
  */
4375
6004
  export declare type ManagedServiceIdentityType = string;
4376
6005
 
6006
+ /** Configuration of Open Telemetry metrics */
6007
+ export declare interface MetricsConfiguration {
6008
+ /** Open telemetry metrics destinations */
6009
+ destinations?: string[];
6010
+ }
6011
+
4377
6012
  /** Configuration properties for mutual TLS authentication */
4378
6013
  export declare interface Mtls {
4379
6014
  /** Boolean indicating whether the mutual TLS authentication is enabled */
@@ -4399,6 +6034,16 @@ export declare interface NamespacesCheckNameAvailabilityOptionalParams extends c
4399
6034
  /** Contains response data for the checkNameAvailability operation. */
4400
6035
  export declare type NamespacesCheckNameAvailabilityResponse = CheckNameAvailabilityResponse;
4401
6036
 
6037
+ /** NFS Azure File Properties. */
6038
+ export declare interface NfsAzureFileProperties {
6039
+ /** Server for NFS azure file. */
6040
+ server?: string;
6041
+ /** Access mode for storage */
6042
+ accessMode?: AccessMode;
6043
+ /** NFS Azure file share name. */
6044
+ shareName?: string;
6045
+ }
6046
+
4402
6047
  /** The configuration settings of the nonce used in the login flow. */
4403
6048
  export declare interface Nonce {
4404
6049
  /** <code>false</code> if the nonce should not be validated while completing the login flow; otherwise, <code>true</code>. */
@@ -4447,6 +6092,18 @@ export declare interface OpenIdConnectRegistration {
4447
6092
  openIdConnectConfiguration?: OpenIdConnectConfig;
4448
6093
  }
4449
6094
 
6095
+ /** Configuration of Open Telemetry */
6096
+ export declare interface OpenTelemetryConfiguration {
6097
+ /** Open telemetry destinations configuration */
6098
+ destinationsConfiguration?: DestinationsConfiguration;
6099
+ /** Open telemetry trace configuration */
6100
+ tracesConfiguration?: TracesConfiguration;
6101
+ /** Open telemetry logs configuration */
6102
+ logsConfiguration?: LogsConfiguration;
6103
+ /** Open telemetry metrics configuration */
6104
+ metricsConfiguration?: MetricsConfiguration;
6105
+ }
6106
+
4450
6107
  /** Operation detail payload */
4451
6108
  export declare interface OperationDetail {
4452
6109
  /** Name of the operation */
@@ -4494,6 +6151,28 @@ export declare interface OperationsListOptionalParams extends coreClient.Operati
4494
6151
  /** Contains response data for the list operation. */
4495
6152
  export declare type OperationsListResponse = AvailableOperations;
4496
6153
 
6154
+ /** Configuration of otlp */
6155
+ export declare interface OtlpConfiguration {
6156
+ /** The name of otlp configuration */
6157
+ name?: string;
6158
+ /** The endpoint of otlp configuration */
6159
+ endpoint?: string;
6160
+ /** Boolean indicating if otlp configuration is insecure */
6161
+ insecure?: boolean;
6162
+ /** Headers of otlp configurations */
6163
+ headers?: Header[];
6164
+ }
6165
+
6166
+ /** Model representing a pre-build step. */
6167
+ export declare interface PreBuildStep {
6168
+ /** Description of the pre-build step. */
6169
+ description?: string;
6170
+ /** List of custom commands to run. */
6171
+ scripts?: string[];
6172
+ /** Http get request to send before the build. */
6173
+ httpGet?: HttpGet;
6174
+ }
6175
+
4497
6176
  /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
4498
6177
  export declare interface ProxyResource extends Resource {
4499
6178
  }
@@ -4808,6 +6487,12 @@ export declare interface ServiceBind {
4808
6487
  serviceId?: string;
4809
6488
  /** Name of the service bind */
4810
6489
  name?: string;
6490
+ /** Type of the client to be used to connect to the service */
6491
+ clientType?: string;
6492
+ /** Customized keys for customizing injected values to the app */
6493
+ customizedKeys?: {
6494
+ [propertyName: string]: string;
6495
+ };
4811
6496
  }
4812
6497
 
4813
6498
  /** Container App SourceControl. */
@@ -4859,7 +6544,8 @@ export declare type SourceControlOperationState = string;
4859
6544
  * ### Known values supported by the service
4860
6545
  * **AzureFile** \
4861
6546
  * **EmptyDir** \
4862
- * **Secret**
6547
+ * **Secret** \
6548
+ * **NfsAzureFile**
4863
6549
  */
4864
6550
  export declare type StorageType = string;
4865
6551
 
@@ -4879,6 +6565,18 @@ export declare interface SystemData {
4879
6565
  lastModifiedAt?: Date;
4880
6566
  }
4881
6567
 
6568
+ /** Defines parameters for tcp connection pooling */
6569
+ export declare interface TcpConnectionPool {
6570
+ /** Maximum number of tcp connections allowed */
6571
+ maxConnections?: number;
6572
+ }
6573
+
6574
+ /** Policy that defines tcp request retry conditions */
6575
+ export declare interface TcpRetryPolicy {
6576
+ /** Maximum number of attempts to connect to the tcp service */
6577
+ maxConnectAttempts?: number;
6578
+ }
6579
+
4882
6580
  /** Container App container Tcp scaling rule. */
4883
6581
  export declare interface TcpScaleRule {
4884
6582
  /** Metadata properties to describe tcp scale rule. */
@@ -4911,6 +6609,36 @@ export declare interface Template {
4911
6609
  serviceBinds?: ServiceBind[];
4912
6610
  }
4913
6611
 
6612
+ /** Policy to set request timeouts */
6613
+ export declare interface TimeoutPolicy {
6614
+ /** Timeout, in seconds, for a request to respond */
6615
+ responseTimeoutInSeconds?: number;
6616
+ /** Timeout, in seconds, for a request to initiate a connection */
6617
+ connectionTimeoutInSeconds?: number;
6618
+ }
6619
+
6620
+ /** The configuration settings of the token store. */
6621
+ export declare interface TokenStore {
6622
+ /**
6623
+ * <code>true</code> to durably store platform-specific security tokens that are obtained during login flows; otherwise, <code>false</code>.
6624
+ * The default is <code>false</code>.
6625
+ */
6626
+ enabled?: boolean;
6627
+ /**
6628
+ * The number of hours after session token expiration that a session token can be used to
6629
+ * call the token refresh API. The default is 72 hours.
6630
+ */
6631
+ tokenRefreshExtensionHours?: number;
6632
+ /** The configuration settings of the storage of the tokens if blob storage is used. */
6633
+ azureBlobStorage?: BlobStorageTokenStore;
6634
+ }
6635
+
6636
+ /** Configuration of Open Telemetry traces */
6637
+ export declare interface TracesConfiguration {
6638
+ /** Open telemetry traces destinations */
6639
+ destinations?: string[];
6640
+ }
6641
+
4914
6642
  /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
4915
6643
  export declare interface TrackedResource extends Resource {
4916
6644
  /** Resource tags. */
@@ -4981,6 +6709,51 @@ export declare type Type = string;
4981
6709
  /** Defines values for UnauthenticatedClientActionV2. */
4982
6710
  export declare type UnauthenticatedClientActionV2 = "RedirectToLoginPage" | "AllowAnonymous" | "Return401" | "Return403";
4983
6711
 
6712
+ /** Describes Compute Resource Usage. */
6713
+ export declare interface Usage {
6714
+ /** An enum describing the unit of usage measurement. */
6715
+ unit: "Count";
6716
+ /** The current usage of the resource. */
6717
+ currentValue: number;
6718
+ /** The maximum permitted usage of the resource. */
6719
+ limit: number;
6720
+ /** The name of the type of usage. */
6721
+ name: UsageName;
6722
+ }
6723
+
6724
+ /** The Usage Names. */
6725
+ export declare interface UsageName {
6726
+ /** The name of the resource. */
6727
+ value?: string;
6728
+ /** The localized name of the resource. */
6729
+ localizedValue?: string;
6730
+ }
6731
+
6732
+ /** Interface representing a Usages. */
6733
+ export declare interface Usages {
6734
+ /**
6735
+ * Gets, for the specified location, the current resource usage information as well as the limits under
6736
+ * the subscription.
6737
+ * @param location The location for which resource usage is queried.
6738
+ * @param options The options parameters.
6739
+ */
6740
+ list(location: string, options?: UsagesListOptionalParams): PagedAsyncIterableIterator<Usage>;
6741
+ }
6742
+
6743
+ /** Optional parameters. */
6744
+ export declare interface UsagesListNextOptionalParams extends coreClient.OperationOptions {
6745
+ }
6746
+
6747
+ /** Contains response data for the listNext operation. */
6748
+ export declare type UsagesListNextResponse = ListUsagesResult;
6749
+
6750
+ /** Optional parameters. */
6751
+ export declare interface UsagesListOptionalParams extends coreClient.OperationOptions {
6752
+ }
6753
+
6754
+ /** Contains response data for the list operation. */
6755
+ export declare type UsagesListResponse = ListUsagesResult;
6756
+
4984
6757
  /** User assigned identity properties */
4985
6758
  export declare interface UserAssignedIdentity {
4986
6759
  /**
@@ -5019,7 +6792,7 @@ export declare interface Volume {
5019
6792
  storageName?: string;
5020
6793
  /** List of secrets to be added in volume. If no secrets are provided, all secrets in collection will be added to volume. */
5021
6794
  secrets?: SecretVolumeItem[];
5022
- /** Mount options used while mounting the AzureFile. Must be a comma-separated string. */
6795
+ /** Mount options used while mounting the Azure file share or NFS Azure file share. Must be a comma-separated string. */
5023
6796
  mountOptions?: string;
5024
6797
  }
5025
6798