@azure/arm-appcontainers 2.0.1-alpha.20240313.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 (545) 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
@@ -1,4 +1,164 @@
1
1
  import * as coreClient from "@azure/core-client";
2
+ /** Policy to set request timeouts */
3
+ export interface TimeoutPolicy {
4
+ /** Timeout, in seconds, for a request to respond */
5
+ responseTimeoutInSeconds?: number;
6
+ /** Timeout, in seconds, for a request to initiate a connection */
7
+ connectionTimeoutInSeconds?: number;
8
+ }
9
+ /** Policy that defines http request retry conditions */
10
+ export interface HttpRetryPolicy {
11
+ /** Maximum number of times a request will retry */
12
+ maxRetries?: number;
13
+ /** Headers that must be present for a request to be retried */
14
+ headers?: HeaderMatch[];
15
+ /** Additional http status codes that can trigger a retry */
16
+ httpStatusCodes?: number[];
17
+ /** Errors that can trigger a retry */
18
+ errors?: string[];
19
+ /** Initial delay, in milliseconds, before retrying a request */
20
+ initialDelayInMilliseconds?: number;
21
+ /** Maximum interval, in milliseconds, between retries */
22
+ maxIntervalInMilliseconds?: number;
23
+ }
24
+ /** Conditions required to match a header */
25
+ export interface HeaderMatch {
26
+ /** Name of the header */
27
+ header?: string;
28
+ /** Exact value of the header */
29
+ exactMatch?: string;
30
+ /** Prefix value of the header */
31
+ prefixMatch?: string;
32
+ /** Suffix value of the header */
33
+ suffixMatch?: string;
34
+ /** Regex value of the header */
35
+ regexMatch?: string;
36
+ }
37
+ /** Policy that defines tcp request retry conditions */
38
+ export interface TcpRetryPolicy {
39
+ /** Maximum number of attempts to connect to the tcp service */
40
+ maxConnectAttempts?: number;
41
+ }
42
+ /** Policy that defines circuit breaker conditions */
43
+ export interface CircuitBreakerPolicy {
44
+ /** Number of consecutive errors before the circuit breaker opens */
45
+ consecutiveErrors?: number;
46
+ /** 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. */
47
+ intervalInSeconds?: number;
48
+ /** Maximum percentage of hosts that will be ejected after failure threshold has been met */
49
+ maxEjectionPercent?: number;
50
+ }
51
+ /** Defines parameters for http connection pooling */
52
+ export interface HttpConnectionPool {
53
+ /** Maximum number of pending http1 requests allowed */
54
+ http1MaxPendingRequests?: number;
55
+ /** Maximum number of http2 requests allowed */
56
+ http2MaxRequests?: number;
57
+ }
58
+ /** Defines parameters for tcp connection pooling */
59
+ export interface TcpConnectionPool {
60
+ /** Maximum number of tcp connections allowed */
61
+ maxConnections?: number;
62
+ }
63
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
64
+ export interface Resource {
65
+ /**
66
+ * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
67
+ * NOTE: This property will not be serialized. It can only be populated by the server.
68
+ */
69
+ readonly id?: string;
70
+ /**
71
+ * The name of the resource
72
+ * NOTE: This property will not be serialized. It can only be populated by the server.
73
+ */
74
+ readonly name?: string;
75
+ /**
76
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
77
+ * NOTE: This property will not be serialized. It can only be populated by the server.
78
+ */
79
+ readonly type?: string;
80
+ /**
81
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
82
+ * NOTE: This property will not be serialized. It can only be populated by the server.
83
+ */
84
+ readonly systemData?: SystemData;
85
+ }
86
+ /** Metadata pertaining to creation and last modification of the resource. */
87
+ export interface SystemData {
88
+ /** The identity that created the resource. */
89
+ createdBy?: string;
90
+ /** The type of identity that created the resource. */
91
+ createdByType?: CreatedByType;
92
+ /** The timestamp of resource creation (UTC). */
93
+ createdAt?: Date;
94
+ /** The identity that last modified the resource. */
95
+ lastModifiedBy?: string;
96
+ /** The type of identity that last modified the resource. */
97
+ lastModifiedByType?: CreatedByType;
98
+ /** The timestamp of resource last modification (UTC) */
99
+ lastModifiedAt?: Date;
100
+ }
101
+ /** App Service error response. */
102
+ export interface DefaultErrorResponse {
103
+ /**
104
+ * Error model.
105
+ * NOTE: This property will not be serialized. It can only be populated by the server.
106
+ */
107
+ readonly error?: DefaultErrorResponseError;
108
+ }
109
+ /** Error model. */
110
+ export interface DefaultErrorResponseError {
111
+ /**
112
+ * Standardized string to programmatically identify the error.
113
+ * NOTE: This property will not be serialized. It can only be populated by the server.
114
+ */
115
+ readonly code?: string;
116
+ /**
117
+ * Detailed error description and debugging information.
118
+ * NOTE: This property will not be serialized. It can only be populated by the server.
119
+ */
120
+ readonly message?: string;
121
+ /**
122
+ * Detailed error description and debugging information.
123
+ * NOTE: This property will not be serialized. It can only be populated by the server.
124
+ */
125
+ readonly target?: string;
126
+ /** Details or the error */
127
+ details?: DefaultErrorResponseErrorDetailsItem[];
128
+ /**
129
+ * More information to debug error.
130
+ * NOTE: This property will not be serialized. It can only be populated by the server.
131
+ */
132
+ readonly innererror?: string;
133
+ }
134
+ /** Detailed errors. */
135
+ export interface DefaultErrorResponseErrorDetailsItem {
136
+ /**
137
+ * Standardized string to programmatically identify the error.
138
+ * NOTE: This property will not be serialized. It can only be populated by the server.
139
+ */
140
+ readonly code?: string;
141
+ /**
142
+ * Detailed error description and debugging information.
143
+ * NOTE: This property will not be serialized. It can only be populated by the server.
144
+ */
145
+ readonly message?: string;
146
+ /**
147
+ * Detailed error description and debugging information.
148
+ * NOTE: This property will not be serialized. It can only be populated by the server.
149
+ */
150
+ readonly target?: string;
151
+ }
152
+ /** Collection of AppResiliency policies */
153
+ export interface AppResiliencyCollection {
154
+ /** Collection of resources. */
155
+ value: AppResiliency[];
156
+ /**
157
+ * Link to next page of resources.
158
+ * NOTE: This property will not be serialized. It can only be populated by the server.
159
+ */
160
+ readonly nextLink?: string;
161
+ }
2
162
  /** AuthConfig collection ARM resource. */
3
163
  export interface AuthConfigCollection {
4
164
  /** Collection of resources. */
@@ -300,6 +460,8 @@ export interface OpenIdConnectLogin {
300
460
  export interface Login {
301
461
  /** The routes that specify the endpoints used for login and logout requests. */
302
462
  routes?: LoginRoutes;
463
+ /** The configuration settings of the token store. */
464
+ tokenStore?: TokenStore;
303
465
  /** <code>true</code> if the fragments from the request are preserved after the login request is made; otherwise, <code>false</code>. */
304
466
  preserveUrlFragmentsForLogins?: boolean;
305
467
  /**
@@ -318,6 +480,26 @@ export interface LoginRoutes {
318
480
  /** The endpoint at which a logout request should be made. */
319
481
  logoutEndpoint?: string;
320
482
  }
483
+ /** The configuration settings of the token store. */
484
+ export interface TokenStore {
485
+ /**
486
+ * <code>true</code> to durably store platform-specific security tokens that are obtained during login flows; otherwise, <code>false</code>.
487
+ * The default is <code>false</code>.
488
+ */
489
+ enabled?: boolean;
490
+ /**
491
+ * The number of hours after session token expiration that a session token can be used to
492
+ * call the token refresh API. The default is 72 hours.
493
+ */
494
+ tokenRefreshExtensionHours?: number;
495
+ /** The configuration settings of the storage of the tokens if blob storage is used. */
496
+ azureBlobStorage?: BlobStorageTokenStore;
497
+ }
498
+ /** The configuration settings of the storage of the tokens if blob storage is used. */
499
+ export interface BlobStorageTokenStore {
500
+ /** The name of the app secrets containing the SAS URL of the blob storage containing the tokens. */
501
+ sasUrlSettingName: string;
502
+ }
321
503
  /** The configuration settings of the session cookie's expiration. */
322
504
  export interface CookieExpiration {
323
505
  /** The convention used when determining the session cookie's expiration. */
@@ -355,94 +537,12 @@ export interface ForwardProxy {
355
537
  /** The name of the header containing the scheme of the request. */
356
538
  customProtoHeaderName?: string;
357
539
  }
358
- /** Common fields that are returned in the response for all Azure Resource Manager resources */
359
- export interface Resource {
360
- /**
361
- * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
362
- * NOTE: This property will not be serialized. It can only be populated by the server.
363
- */
364
- readonly id?: string;
365
- /**
366
- * The name of the resource
367
- * NOTE: This property will not be serialized. It can only be populated by the server.
368
- */
369
- readonly name?: string;
370
- /**
371
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
372
- * NOTE: This property will not be serialized. It can only be populated by the server.
373
- */
374
- readonly type?: string;
375
- /**
376
- * Azure Resource Manager metadata containing createdBy and modifiedBy information.
377
- * NOTE: This property will not be serialized. It can only be populated by the server.
378
- */
379
- readonly systemData?: SystemData;
380
- }
381
- /** Metadata pertaining to creation and last modification of the resource. */
382
- export interface SystemData {
383
- /** The identity that created the resource. */
384
- createdBy?: string;
385
- /** The type of identity that created the resource. */
386
- createdByType?: CreatedByType;
387
- /** The timestamp of resource creation (UTC). */
388
- createdAt?: Date;
389
- /** The identity that last modified the resource. */
390
- lastModifiedBy?: string;
391
- /** The type of identity that last modified the resource. */
392
- lastModifiedByType?: CreatedByType;
393
- /** The timestamp of resource last modification (UTC) */
394
- lastModifiedAt?: Date;
395
- }
396
- /** App Service error response. */
397
- export interface DefaultErrorResponse {
398
- /**
399
- * Error model.
400
- * NOTE: This property will not be serialized. It can only be populated by the server.
401
- */
402
- readonly error?: DefaultErrorResponseError;
403
- }
404
- /** Error model. */
405
- export interface DefaultErrorResponseError {
406
- /**
407
- * Standardized string to programmatically identify the error.
408
- * NOTE: This property will not be serialized. It can only be populated by the server.
409
- */
410
- readonly code?: string;
411
- /**
412
- * Detailed error description and debugging information.
413
- * NOTE: This property will not be serialized. It can only be populated by the server.
414
- */
415
- readonly message?: string;
416
- /**
417
- * Detailed error description and debugging information.
418
- * NOTE: This property will not be serialized. It can only be populated by the server.
419
- */
420
- readonly target?: string;
421
- /** Details or the error */
422
- details?: DefaultErrorResponseErrorDetailsItem[];
423
- /**
424
- * More information to debug error.
425
- * NOTE: This property will not be serialized. It can only be populated by the server.
426
- */
427
- readonly innererror?: string;
428
- }
429
- /** Detailed errors. */
430
- export interface DefaultErrorResponseErrorDetailsItem {
431
- /**
432
- * Standardized string to programmatically identify the error.
433
- * NOTE: This property will not be serialized. It can only be populated by the server.
434
- */
435
- readonly code?: string;
436
- /**
437
- * Detailed error description and debugging information.
438
- * NOTE: This property will not be serialized. It can only be populated by the server.
439
- */
440
- readonly message?: string;
441
- /**
442
- * Detailed error description and debugging information.
443
- * NOTE: This property will not be serialized. It can only be populated by the server.
444
- */
445
- readonly target?: string;
540
+ /** The configuration settings of the secrets references of encryption key and signing key for ContainerApp Service Authentication/Authorization. */
541
+ export interface EncryptionSettings {
542
+ /** The secret name which is referenced for EncryptionKey. */
543
+ containerAppAuthEncryptionSecretName?: string;
544
+ /** The secret name which is referenced for SigningKey. */
545
+ containerAppAuthSigningSecretName?: string;
446
546
  }
447
547
  /** Collection of available workload profiles in the location. */
448
548
  export interface AvailableWorkloadProfilesCollection {
@@ -464,6 +564,8 @@ export interface AvailableWorkloadProfileProperties {
464
564
  cores?: number;
465
565
  /** Memory in GiB. */
466
566
  memoryGiB?: number;
567
+ /** Number of GPUs. */
568
+ gpus?: number;
467
569
  /** The everyday name of the workload profile. */
468
570
  displayName?: string;
469
571
  }
@@ -527,6 +629,128 @@ export interface BillingMeterProperties {
527
629
  /** The everyday name of the billing meter. */
528
630
  displayName?: string;
529
631
  }
632
+ /** The response of a BuilderResource list operation. */
633
+ export interface BuilderCollection {
634
+ /** The BuilderResource items on this page */
635
+ value: BuilderResource[];
636
+ /** The link to the next page of items */
637
+ nextLink?: string;
638
+ }
639
+ /** Model representing a mapping from a container registry to the identity used to connect to it. */
640
+ export interface ContainerRegistry {
641
+ /** Login server of the container registry. */
642
+ containerRegistryServer: string;
643
+ /** Resource ID of the managed identity. */
644
+ identityResourceId: string;
645
+ }
646
+ /** Managed service identity (system assigned and/or user assigned identities) */
647
+ export interface ManagedServiceIdentity {
648
+ /**
649
+ * The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
650
+ * NOTE: This property will not be serialized. It can only be populated by the server.
651
+ */
652
+ readonly principalId?: string;
653
+ /**
654
+ * The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
655
+ * NOTE: This property will not be serialized. It can only be populated by the server.
656
+ */
657
+ readonly tenantId?: string;
658
+ /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
659
+ type: ManagedServiceIdentityType;
660
+ /** The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. */
661
+ userAssignedIdentities?: {
662
+ [propertyName: string]: UserAssignedIdentity;
663
+ };
664
+ }
665
+ /** User assigned identity properties */
666
+ export interface UserAssignedIdentity {
667
+ /**
668
+ * The principal ID of the assigned identity.
669
+ * NOTE: This property will not be serialized. It can only be populated by the server.
670
+ */
671
+ readonly principalId?: string;
672
+ /**
673
+ * The client ID of the assigned identity.
674
+ * NOTE: This property will not be serialized. It can only be populated by the server.
675
+ */
676
+ readonly clientId?: string;
677
+ }
678
+ /** The type used for update operations of the BuilderResource. */
679
+ export interface BuilderResourceUpdate {
680
+ /** The managed service identities assigned to this resource. */
681
+ identity?: ManagedServiceIdentity;
682
+ /** Resource tags. */
683
+ tags?: {
684
+ [propertyName: string]: string;
685
+ };
686
+ /** Resource ID of the container apps environment that the builder is associated with. */
687
+ environmentId?: string;
688
+ }
689
+ /** The response of a BuildResource list operation. */
690
+ export interface BuildCollection {
691
+ /** The BuildResource items on this page */
692
+ value: BuildResource[];
693
+ /** The link to the next page of items */
694
+ nextLink?: string;
695
+ }
696
+ /** Container registry that the final image will be uploaded to. */
697
+ export interface ContainerRegistryWithCustomImage {
698
+ /** 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. */
699
+ server: string;
700
+ /** Full name that the final image should be uploaded as, including both image name and tag. */
701
+ image?: string;
702
+ }
703
+ /** Configuration of the build. */
704
+ export interface BuildConfiguration {
705
+ /** Base OS used to build and run the app. */
706
+ baseOs?: string;
707
+ /** Platform to be used to build and run the app. */
708
+ platform?: string;
709
+ /** Platform version to be used to build and run the app. */
710
+ platformVersion?: string;
711
+ /** List of environment variables to be passed to the build, secrets should not be used in environment variable. */
712
+ environmentVariables?: EnvironmentVariable[];
713
+ /** List of steps to perform before the build. */
714
+ preBuildSteps?: PreBuildStep[];
715
+ }
716
+ /** Model representing an environment variable. */
717
+ export interface EnvironmentVariable {
718
+ /** Environment variable name. */
719
+ name: string;
720
+ /** Environment variable value. */
721
+ value: string;
722
+ }
723
+ /** Model representing a pre-build step. */
724
+ export interface PreBuildStep {
725
+ /** Description of the pre-build step. */
726
+ description?: string;
727
+ /** List of custom commands to run. */
728
+ scripts?: string[];
729
+ /** Http get request to send before the build. */
730
+ httpGet?: HttpGet;
731
+ }
732
+ /** Model representing a http get request. */
733
+ export interface HttpGet {
734
+ /** URL to make HTTP GET request against. */
735
+ url: string;
736
+ /** Name of the file that the request should be saved to. */
737
+ fileName?: string;
738
+ /** List of headers to send with the request. */
739
+ headers?: string[];
740
+ }
741
+ /** Build Auth Token. */
742
+ export interface BuildToken {
743
+ /**
744
+ * Authentication token.
745
+ * NOTE: This property will not be serialized. It can only be populated by the server.
746
+ */
747
+ readonly token?: string;
748
+ /**
749
+ * Token expiration date.
750
+ * NOTE: This property will not be serialized. It can only be populated by the server.
751
+ */
752
+ readonly expires?: Date;
753
+ }
530
754
  /** Collection of connectedEnvironments */
531
755
  export interface ConnectedEnvironmentCollection {
532
756
  /** Collection of resources. */
@@ -553,6 +777,8 @@ export interface CustomDomainConfiguration {
553
777
  readonly customDomainVerificationId?: string;
554
778
  /** Dns suffix for the environment domain */
555
779
  dnsSuffix?: string;
780
+ /** Certificate stored in Azure Key Vault. */
781
+ certificateKeyVaultProperties?: CertificateKeyVaultProperties;
556
782
  /** PFX or PEM blob */
557
783
  certificateValue?: Uint8Array;
558
784
  /** Certificate password */
@@ -573,6 +799,13 @@ export interface CustomDomainConfiguration {
573
799
  */
574
800
  readonly subjectName?: string;
575
801
  }
802
+ /** Properties for a certificate stored in a Key Vault. */
803
+ export interface CertificateKeyVaultProperties {
804
+ /** Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity. */
805
+ identity?: string;
806
+ /** URL pointing to the Azure Key Vault secret that holds the certificate. */
807
+ keyVaultUrl?: string;
808
+ }
576
809
  /** The check availability request body. */
577
810
  export interface CheckNameAvailabilityRequest {
578
811
  /** The name of the resource for which availability needs to be checked. */
@@ -606,6 +839,8 @@ export interface CertificateProperties {
606
839
  * NOTE: This property will not be serialized. It can only be populated by the server.
607
840
  */
608
841
  readonly provisioningState?: CertificateProvisioningState;
842
+ /** Properties for a certificate stored in a Key Vault. */
843
+ certificateKeyVaultProperties?: CertificateKeyVaultProperties;
609
844
  /** Certificate password. */
610
845
  password?: string;
611
846
  /**
@@ -650,6 +885,8 @@ export interface CertificateProperties {
650
885
  * NOTE: This property will not be serialized. It can only be populated by the server.
651
886
  */
652
887
  readonly publicKeyHash?: string;
888
+ /** The type of the certificate. Allowed values are `ServerSSLCertificate` and `ImagePullTrustedCA` */
889
+ certificateType?: CertificateType;
653
890
  }
654
891
  /** A certificate to update */
655
892
  export interface CertificatePatch {
@@ -688,6 +925,22 @@ export interface DaprMetadata {
688
925
  /** Name of the Dapr Component secret from which to pull the metadata property value. */
689
926
  secretRef?: string;
690
927
  }
928
+ /** Configuration to bind a Dapr Component to a dev ContainerApp Service */
929
+ export interface DaprComponentServiceBinding {
930
+ /** Name of the service bind */
931
+ name?: string;
932
+ /** Resource id of the target service */
933
+ serviceId?: string;
934
+ /** Service bind metadata */
935
+ metadata?: DaprServiceBindMetadata;
936
+ }
937
+ /** Dapr component metadata. */
938
+ export interface DaprServiceBindMetadata {
939
+ /** Service bind metadata property name. */
940
+ name?: string;
941
+ /** Service bind metadata property value. */
942
+ value?: string;
943
+ }
691
944
  /** Dapr component Secrets Collection for ListSecrets Action. */
692
945
  export interface DaprSecretsCollection {
693
946
  /** Collection of secrets used by a Dapr component */
@@ -737,38 +990,6 @@ export interface ContainerAppCollection {
737
990
  */
738
991
  readonly nextLink?: string;
739
992
  }
740
- /** Managed service identity (system assigned and/or user assigned identities) */
741
- export interface ManagedServiceIdentity {
742
- /**
743
- * The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
744
- * NOTE: This property will not be serialized. It can only be populated by the server.
745
- */
746
- readonly principalId?: string;
747
- /**
748
- * The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
749
- * NOTE: This property will not be serialized. It can only be populated by the server.
750
- */
751
- readonly tenantId?: string;
752
- /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
753
- type: ManagedServiceIdentityType;
754
- /** The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. */
755
- userAssignedIdentities?: {
756
- [propertyName: string]: UserAssignedIdentity;
757
- };
758
- }
759
- /** User assigned identity properties */
760
- export interface UserAssignedIdentity {
761
- /**
762
- * The principal ID of the assigned identity.
763
- * NOTE: This property will not be serialized. It can only be populated by the server.
764
- */
765
- readonly principalId?: string;
766
- /**
767
- * The client ID of the assigned identity.
768
- * NOTE: This property will not be serialized. It can only be populated by the server.
769
- */
770
- readonly clientId?: string;
771
- }
772
993
  /** Non versioned Container App configuration properties that define the mutable settings of a Container app */
773
994
  export interface Configuration {
774
995
  /** Collection of secrets used by a Container app */
@@ -818,6 +1039,10 @@ export interface Ingress {
818
1039
  clientCertificateMode?: IngressClientCertificateMode;
819
1040
  /** CORS policy for container app */
820
1041
  corsPolicy?: CorsPolicy;
1042
+ /** Settings to expose additional ports on container app */
1043
+ additionalPortMappings?: IngressPortMapping[];
1044
+ /** Whether an http app listens on http or https */
1045
+ targetPortHttpScheme?: IngressTargetPortHttpScheme;
821
1046
  }
822
1047
  /** Traffic weight assigned to a revision */
823
1048
  export interface TrafficWeight {
@@ -870,6 +1095,15 @@ export interface CorsPolicy {
870
1095
  /** Specifies whether the resource allows credentials */
871
1096
  allowCredentials?: boolean;
872
1097
  }
1098
+ /** Port mappings of container app ingress */
1099
+ export interface IngressPortMapping {
1100
+ /** Specifies whether the app port is accessible outside of the environment */
1101
+ external: boolean;
1102
+ /** Specifies the port user's container listens on */
1103
+ targetPort: number;
1104
+ /** Specifies the exposed port for the target port. If not specified, it defaults to target port */
1105
+ exposedPort?: number;
1106
+ }
873
1107
  /** Container App Private Registry */
874
1108
  export interface RegistryCredentials {
875
1109
  /** Container Registry Server */
@@ -1101,7 +1335,7 @@ export interface Volume {
1101
1335
  storageName?: string;
1102
1336
  /** List of secrets to be added in volume. If no secrets are provided, all secrets in collection will be added to volume. */
1103
1337
  secrets?: SecretVolumeItem[];
1104
- /** Mount options used while mounting the AzureFile. Must be a comma-separated string. */
1338
+ /** Mount options used while mounting the Azure file share or NFS Azure file share. Must be a comma-separated string. */
1105
1339
  mountOptions?: string;
1106
1340
  }
1107
1341
  /** Secret to be added to volume. */
@@ -1117,6 +1351,12 @@ export interface ServiceBind {
1117
1351
  serviceId?: string;
1118
1352
  /** Name of the service bind */
1119
1353
  name?: string;
1354
+ /** Type of the client to be used to connect to the service */
1355
+ clientType?: string;
1356
+ /** Customized keys for customizing injected values to the app */
1357
+ customizedKeys?: {
1358
+ [propertyName: string]: string;
1359
+ };
1120
1360
  }
1121
1361
  /** Custom domain analysis. */
1122
1362
  export interface CustomHostnameAnalysisResult {
@@ -1439,6 +1679,71 @@ export interface LogAnalyticsConfiguration {
1439
1679
  customerId?: string;
1440
1680
  /** Log analytics customer key */
1441
1681
  sharedKey?: string;
1682
+ /** Boolean indicating whether to parse json string log into dynamic json columns */
1683
+ dynamicJsonColumns?: boolean;
1684
+ }
1685
+ /** Configuration of Application Insights */
1686
+ export interface AppInsightsConfiguration {
1687
+ /** Application Insights connection string */
1688
+ connectionString?: string;
1689
+ }
1690
+ /** Configuration of Open Telemetry */
1691
+ export interface OpenTelemetryConfiguration {
1692
+ /** Open telemetry destinations configuration */
1693
+ destinationsConfiguration?: DestinationsConfiguration;
1694
+ /** Open telemetry trace configuration */
1695
+ tracesConfiguration?: TracesConfiguration;
1696
+ /** Open telemetry logs configuration */
1697
+ logsConfiguration?: LogsConfiguration;
1698
+ /** Open telemetry metrics configuration */
1699
+ metricsConfiguration?: MetricsConfiguration;
1700
+ }
1701
+ /** Configuration of Open Telemetry destinations */
1702
+ export interface DestinationsConfiguration {
1703
+ /** Open telemetry datadog destination configuration */
1704
+ dataDogConfiguration?: DataDogConfiguration;
1705
+ /** Open telemetry otlp configurations */
1706
+ otlpConfigurations?: OtlpConfiguration[];
1707
+ }
1708
+ /** Configuration of datadog */
1709
+ export interface DataDogConfiguration {
1710
+ /** The data dog site */
1711
+ site?: string;
1712
+ /** The data dog api key */
1713
+ key?: string;
1714
+ }
1715
+ /** Configuration of otlp */
1716
+ export interface OtlpConfiguration {
1717
+ /** The name of otlp configuration */
1718
+ name?: string;
1719
+ /** The endpoint of otlp configuration */
1720
+ endpoint?: string;
1721
+ /** Boolean indicating if otlp configuration is insecure */
1722
+ insecure?: boolean;
1723
+ /** Headers of otlp configurations */
1724
+ headers?: Header[];
1725
+ }
1726
+ /** Header of otlp configuration */
1727
+ export interface Header {
1728
+ /** The key of otlp configuration header */
1729
+ key?: string;
1730
+ /** The value of otlp configuration header */
1731
+ value?: string;
1732
+ }
1733
+ /** Configuration of Open Telemetry traces */
1734
+ export interface TracesConfiguration {
1735
+ /** Open telemetry traces destinations */
1736
+ destinations?: string[];
1737
+ }
1738
+ /** Configuration of Open Telemetry logs */
1739
+ export interface LogsConfiguration {
1740
+ /** Open telemetry logs destinations */
1741
+ destinations?: string[];
1742
+ }
1743
+ /** Configuration of Open Telemetry metrics */
1744
+ export interface MetricsConfiguration {
1745
+ /** Open telemetry metrics destinations */
1746
+ destinations?: string[];
1442
1747
  }
1443
1748
  /** Workload profile to scope container app execution. */
1444
1749
  export interface WorkloadProfile {
@@ -1472,53 +1777,11 @@ export interface ManagedEnvironmentPropertiesPeerAuthentication {
1472
1777
  /** Mutual TLS authentication settings for the Managed Environment */
1473
1778
  mtls?: Mtls;
1474
1779
  }
1475
- /** Configuration properties for mutual TLS authentication */
1476
- export interface Mtls {
1477
- /** Boolean indicating whether the mutual TLS authentication is enabled */
1478
- enabled?: boolean;
1479
- }
1480
- /** Available operations of the service */
1481
- export interface AvailableOperations {
1482
- /** Collection of available operation details */
1483
- value?: OperationDetail[];
1484
- /**
1485
- * URL client should use to fetch the next page (per server side paging).
1486
- * It's null for now, added for future use.
1487
- */
1488
- nextLink?: string;
1489
- }
1490
- /** Operation detail payload */
1491
- export interface OperationDetail {
1492
- /** Name of the operation */
1493
- name?: string;
1494
- /** Indicates whether the operation is a data action */
1495
- isDataAction?: boolean;
1496
- /** Display of the operation */
1497
- display?: OperationDisplay;
1498
- /** Origin of the operation */
1499
- origin?: string;
1500
- }
1501
- /** Operation display payload */
1502
- export interface OperationDisplay {
1503
- /** Resource provider of the operation */
1504
- provider?: string;
1505
- /** Resource of the operation */
1506
- resource?: string;
1507
- /** Localized friendly name for the operation */
1508
- operation?: string;
1509
- /** Localized friendly description for the operation */
1510
- description?: string;
1511
- }
1512
- /** Container Apps Jobs collection ARM resource. */
1513
- export interface JobsCollection {
1514
- /** Collection of resources. */
1515
- value: Job[];
1516
- /**
1517
- * Link to next page of resources.
1518
- * NOTE: This property will not be serialized. It can only be populated by the server.
1519
- */
1520
- readonly nextLink?: string;
1521
- }
1780
+ /** Configuration properties for mutual TLS authentication */
1781
+ export interface Mtls {
1782
+ /** Boolean indicating whether the mutual TLS authentication is enabled */
1783
+ enabled?: boolean;
1784
+ }
1522
1785
  /** Non versioned Container Apps Job configuration properties */
1523
1786
  export interface JobConfiguration {
1524
1787
  /** Collection of secrets used by a Container Apps Job */
@@ -1597,8 +1860,52 @@ export interface JobTemplate {
1597
1860
  /** List of volume definitions for the Container App. */
1598
1861
  volumes?: Volume[];
1599
1862
  }
1863
+ /** Available operations of the service */
1864
+ export interface AvailableOperations {
1865
+ /** Collection of available operation details */
1866
+ value?: OperationDetail[];
1867
+ /**
1868
+ * URL client should use to fetch the next page (per server side paging).
1869
+ * It's null for now, added for future use.
1870
+ */
1871
+ nextLink?: string;
1872
+ }
1873
+ /** Operation detail payload */
1874
+ export interface OperationDetail {
1875
+ /** Name of the operation */
1876
+ name?: string;
1877
+ /** Indicates whether the operation is a data action */
1878
+ isDataAction?: boolean;
1879
+ /** Display of the operation */
1880
+ display?: OperationDisplay;
1881
+ /** Origin of the operation */
1882
+ origin?: string;
1883
+ }
1884
+ /** Operation display payload */
1885
+ export interface OperationDisplay {
1886
+ /** Resource provider of the operation */
1887
+ provider?: string;
1888
+ /** Resource of the operation */
1889
+ resource?: string;
1890
+ /** Localized friendly name for the operation */
1891
+ operation?: string;
1892
+ /** Localized friendly description for the operation */
1893
+ description?: string;
1894
+ }
1895
+ /** Container Apps Jobs collection ARM resource. */
1896
+ export interface JobsCollection {
1897
+ /** Collection of resources. */
1898
+ value: Job[];
1899
+ /**
1900
+ * Link to next page of resources.
1901
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1902
+ */
1903
+ readonly nextLink?: string;
1904
+ }
1600
1905
  /** Container Apps Job resource specific properties. */
1601
1906
  export interface JobPatchProperties {
1907
+ /** The complex type of the extended location. */
1908
+ extendedLocation?: ExtendedLocation;
1602
1909
  /** Managed identities needed by a container app job to interact with other Azure services to not maintain any secrets or credentials in code. */
1603
1910
  identity?: ManagedServiceIdentity;
1604
1911
  /** Resource tags. */
@@ -1664,7 +1971,7 @@ export interface JobExecution {
1664
1971
  name?: string;
1665
1972
  /** Job execution Id. */
1666
1973
  id?: string;
1667
- /** Job Type. */
1974
+ /** Job execution type */
1668
1975
  type?: string;
1669
1976
  /**
1670
1977
  * Current running State of the job
@@ -1751,6 +2058,86 @@ export interface WorkloadProfileStatesProperties {
1751
2058
  /** Current count of nodes. */
1752
2059
  currentCount?: number;
1753
2060
  }
2061
+ /** Dapr Component Resiliency Policies ARM resource. */
2062
+ export interface DaprComponentResiliencyPoliciesCollection {
2063
+ /** Collection of resources. */
2064
+ value: DaprComponentResiliencyPolicy[];
2065
+ /**
2066
+ * Link to next page of resources.
2067
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2068
+ */
2069
+ readonly nextLink?: string;
2070
+ }
2071
+ /** Dapr Component Resiliency Policy Configuration. */
2072
+ export interface DaprComponentResiliencyPolicyConfiguration {
2073
+ /** The optional HTTP retry policy configuration */
2074
+ httpRetryPolicy?: DaprComponentResiliencyPolicyHttpRetryPolicyConfiguration;
2075
+ /** The optional timeout policy configuration */
2076
+ timeoutPolicy?: DaprComponentResiliencyPolicyTimeoutPolicyConfiguration;
2077
+ /** The optional circuit breaker policy configuration */
2078
+ circuitBreakerPolicy?: DaprComponentResiliencyPolicyCircuitBreakerPolicyConfiguration;
2079
+ }
2080
+ /** Dapr Component Resiliency Policy HTTP Retry Policy Configuration. */
2081
+ export interface DaprComponentResiliencyPolicyHttpRetryPolicyConfiguration {
2082
+ /** The optional maximum number of retries */
2083
+ maxRetries?: number;
2084
+ /** The optional retry backoff configuration */
2085
+ retryBackOff?: DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration;
2086
+ }
2087
+ /** Dapr Component Resiliency Policy HTTP Retry Backoff Configuration. */
2088
+ export interface DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration {
2089
+ /** The optional initial delay in milliseconds before an operation is retried */
2090
+ initialDelayInMilliseconds?: number;
2091
+ /** The optional maximum time interval in milliseconds between retry attempts */
2092
+ maxIntervalInMilliseconds?: number;
2093
+ }
2094
+ /** Dapr Component Resiliency Policy Timeout Policy Configuration. */
2095
+ export interface DaprComponentResiliencyPolicyTimeoutPolicyConfiguration {
2096
+ /** The optional response timeout in seconds */
2097
+ responseTimeoutInSeconds?: number;
2098
+ }
2099
+ /** Dapr Component Resiliency Policy Circuit Breaker Policy Configuration. */
2100
+ export interface DaprComponentResiliencyPolicyCircuitBreakerPolicyConfiguration {
2101
+ /** The number of consecutive errors before the circuit is opened. */
2102
+ consecutiveErrors?: number;
2103
+ /** The interval in seconds until a retry attempt is made after the circuit is opened. */
2104
+ timeoutInSeconds?: number;
2105
+ /** 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. */
2106
+ intervalInSeconds?: number;
2107
+ }
2108
+ /** Dapr Subscriptions ARM resource. */
2109
+ export interface DaprSubscriptionsCollection {
2110
+ /** Collection of resources. */
2111
+ value: DaprSubscription[];
2112
+ /**
2113
+ * Link to next page of resources.
2114
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2115
+ */
2116
+ readonly nextLink?: string;
2117
+ }
2118
+ /** Dapr PubSub Event Subscription Routes configuration. */
2119
+ export interface DaprSubscriptionRoutes {
2120
+ /** The list of Dapr PubSub Event Subscription Route Rules. */
2121
+ rules?: DaprSubscriptionRouteRule[];
2122
+ /** The default path to deliver events that do not match any of the rules. */
2123
+ default?: string;
2124
+ }
2125
+ /** Dapr Pubsub Event Subscription Route Rule is used to specify the condition for sending a message to a specific path. */
2126
+ export interface DaprSubscriptionRouteRule {
2127
+ /** 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. */
2128
+ match?: string;
2129
+ /** The path for events that match this rule */
2130
+ path?: string;
2131
+ }
2132
+ /** Dapr PubSub Bulk Subscription Options. */
2133
+ export interface DaprSubscriptionBulkSubscribeOptions {
2134
+ /** Enable bulk subscription */
2135
+ enabled?: boolean;
2136
+ /** Maximum number of messages to deliver in a bulk message. */
2137
+ maxMessagesCount?: number;
2138
+ /** Maximum duration in milliseconds to wait before a bulk message is sent to the app. */
2139
+ maxAwaitDurationMs?: number;
2140
+ }
1754
2141
  /** Collection of Storage for Environments */
1755
2142
  export interface ManagedEnvironmentStoragesCollection {
1756
2143
  /** Collection of storage resources. */
@@ -1760,6 +2147,17 @@ export interface ManagedEnvironmentStoragesCollection {
1760
2147
  export interface ManagedEnvironmentStorageProperties {
1761
2148
  /** Azure file properties */
1762
2149
  azureFile?: AzureFileProperties;
2150
+ /** NFS Azure file properties */
2151
+ nfsAzureFile?: NfsAzureFileProperties;
2152
+ }
2153
+ /** NFS Azure File Properties. */
2154
+ export interface NfsAzureFileProperties {
2155
+ /** Server for NFS azure file. */
2156
+ server?: string;
2157
+ /** Access mode for storage */
2158
+ accessMode?: AccessMode;
2159
+ /** NFS Azure file share name. */
2160
+ shareName?: string;
1763
2161
  }
1764
2162
  /** SourceControl collection ARM resource. */
1765
2163
  export interface SourceControlCollection {
@@ -1791,6 +2189,8 @@ export interface GithubActionConfiguration {
1791
2189
  runtimeStack?: string;
1792
2190
  /** Runtime version */
1793
2191
  runtimeVersion?: string;
2192
+ /** List of environment variables to be passed to the build. */
2193
+ buildEnvironmentVariables?: EnvironmentVariable[];
1794
2194
  }
1795
2195
  /** Container App registry information. */
1796
2196
  export interface RegistryInfo {
@@ -1814,6 +2214,78 @@ export interface AzureCredentials {
1814
2214
  /** Subscription Id. */
1815
2215
  subscriptionId?: string;
1816
2216
  }
2217
+ export interface ListUsagesResult {
2218
+ /** The list of compute resource usages. */
2219
+ value?: Usage[];
2220
+ /** 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. */
2221
+ nextLink?: string;
2222
+ }
2223
+ /** Describes Compute Resource Usage. */
2224
+ export interface Usage {
2225
+ /** An enum describing the unit of usage measurement. */
2226
+ unit: "Count";
2227
+ /** The current usage of the resource. */
2228
+ currentValue: number;
2229
+ /** The maximum permitted usage of the resource. */
2230
+ limit: number;
2231
+ /** The name of the type of usage. */
2232
+ name: UsageName;
2233
+ }
2234
+ /** The Usage Names. */
2235
+ export interface UsageName {
2236
+ /** The name of the resource. */
2237
+ value?: string;
2238
+ /** The localized name of the resource. */
2239
+ localizedValue?: string;
2240
+ }
2241
+ /** Java Components ARM resource. */
2242
+ export interface JavaComponentsCollection {
2243
+ /** Collection of resources. */
2244
+ value: JavaComponent[];
2245
+ /**
2246
+ * Link to next page of resources.
2247
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2248
+ */
2249
+ readonly nextLink?: string;
2250
+ }
2251
+ /** Configuration properties for a Java Component */
2252
+ export interface JavaComponentConfigurationProperty {
2253
+ /** The name of the property */
2254
+ propertyName?: string;
2255
+ /** The value of the property */
2256
+ value?: string;
2257
+ }
2258
+ /** Configuration to bind a Java Component to another Java Component */
2259
+ export interface JavaComponentServiceBind {
2260
+ /** Name of the service bind */
2261
+ name?: string;
2262
+ /** Resource id of the target service */
2263
+ serviceId?: string;
2264
+ }
2265
+ /** .NET Components ARM resource. */
2266
+ export interface DotNetComponentsCollection {
2267
+ /** Collection of resources. */
2268
+ value: DotNetComponent[];
2269
+ /**
2270
+ * Link to next page of resources.
2271
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2272
+ */
2273
+ readonly nextLink?: string;
2274
+ }
2275
+ /** Configuration properties for a .NET Component */
2276
+ export interface DotNetComponentConfigurationProperty {
2277
+ /** The name of the property */
2278
+ propertyName?: string;
2279
+ /** The value of the property */
2280
+ value?: string;
2281
+ }
2282
+ /** Configuration to bind a .NET Component to another .NET Component */
2283
+ export interface DotNetComponentServiceBind {
2284
+ /** Name of the service bind */
2285
+ name?: string;
2286
+ /** Resource id of the target service */
2287
+ serviceId?: string;
2288
+ }
1817
2289
  /** Container App executions names list. */
1818
2290
  export interface JobExecutionNamesCollection {
1819
2291
  /** Collection of resources. */
@@ -1839,6 +2311,21 @@ export interface Container extends BaseContainer {
1839
2311
  /** List of probes for the container. */
1840
2312
  probes?: ContainerAppProbe[];
1841
2313
  }
2314
+ /** Configuration to setup App Resiliency */
2315
+ export interface AppResiliency extends ProxyResource {
2316
+ /** Policy to set request timeouts */
2317
+ timeoutPolicy?: TimeoutPolicy;
2318
+ /** Policy that defines http request retry conditions */
2319
+ httpRetryPolicy?: HttpRetryPolicy;
2320
+ /** Policy that defines tcp request retry conditions */
2321
+ tcpRetryPolicy?: TcpRetryPolicy;
2322
+ /** Policy that defines circuit breaker conditions */
2323
+ circuitBreakerPolicy?: CircuitBreakerPolicy;
2324
+ /** Defines parameters for http connection pooling */
2325
+ httpConnectionPool?: HttpConnectionPool;
2326
+ /** Defines parameters for tcp connection pooling */
2327
+ tcpConnectionPool?: TcpConnectionPool;
2328
+ }
1842
2329
  /** Configuration settings for the Azure ContainerApp Service Authentication / Authorization feature. */
1843
2330
  export interface AuthConfig extends ProxyResource {
1844
2331
  /** The configuration settings of the platform of ContainerApp Service Authentication/Authorization. */
@@ -1851,6 +2338,8 @@ export interface AuthConfig extends ProxyResource {
1851
2338
  login?: Login;
1852
2339
  /** The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization. */
1853
2340
  httpSettings?: HttpSettings;
2341
+ /** The configuration settings of the secrets references of encryption key and signing key for ContainerApp Service Authentication/Authorization. */
2342
+ encryptionSettings?: EncryptionSettings;
1854
2343
  }
1855
2344
  /** A workload profile with specific hardware configure to run container apps. */
1856
2345
  export interface AvailableWorkloadProfile extends ProxyResource {
@@ -1866,6 +2355,38 @@ export interface BillingMeter extends ProxyResource {
1866
2355
  /** Revision resource specific properties */
1867
2356
  properties?: BillingMeterProperties;
1868
2357
  }
2358
+ /** Information pertaining to an individual build. */
2359
+ export interface BuildResource extends ProxyResource {
2360
+ /**
2361
+ * Build provisioning state.
2362
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2363
+ */
2364
+ readonly provisioningState?: BuildProvisioningState;
2365
+ /**
2366
+ * Status of the build once it has been provisioned.
2367
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2368
+ */
2369
+ readonly buildStatus?: BuildStatus;
2370
+ /** Container registry that the final image will be uploaded to. */
2371
+ destinationContainerRegistry?: ContainerRegistryWithCustomImage;
2372
+ /** Configuration of the build. */
2373
+ configuration?: BuildConfiguration;
2374
+ /**
2375
+ * Endpoint to which the source code should be uploaded.
2376
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2377
+ */
2378
+ readonly uploadEndpoint?: string;
2379
+ /**
2380
+ * Endpoint from which the build logs can be streamed.
2381
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2382
+ */
2383
+ readonly logStreamEndpoint?: string;
2384
+ /**
2385
+ * Endpoint to use to retrieve an authentication token for log streaming and uploading source code.
2386
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2387
+ */
2388
+ readonly tokenEndpoint?: string;
2389
+ }
1869
2390
  /** Dapr Component. */
1870
2391
  export interface DaprComponent extends ProxyResource {
1871
2392
  /** Component type */
@@ -1884,6 +2405,8 @@ export interface DaprComponent extends ProxyResource {
1884
2405
  metadata?: DaprMetadata[];
1885
2406
  /** Names of container apps that can use this Dapr component */
1886
2407
  scopes?: string[];
2408
+ /** List of container app services that are bound to the Dapr component */
2409
+ serviceComponentBind?: DaprComponentServiceBinding[];
1887
2410
  }
1888
2411
  /** Storage resource for connectedEnvironment. */
1889
2412
  export interface ConnectedEnvironmentStorage extends ProxyResource {
@@ -1983,6 +2506,32 @@ export interface WorkloadProfileStates extends ProxyResource {
1983
2506
  /** Workload Profile resource specific properties. */
1984
2507
  properties?: WorkloadProfileStatesProperties;
1985
2508
  }
2509
+ /** Dapr Component Resiliency Policy. */
2510
+ export interface DaprComponentResiliencyPolicy extends ProxyResource {
2511
+ /** The optional inbound component resiliency policy configuration */
2512
+ inboundPolicy?: DaprComponentResiliencyPolicyConfiguration;
2513
+ /** The optional outbound component resiliency policy configuration */
2514
+ outboundPolicy?: DaprComponentResiliencyPolicyConfiguration;
2515
+ }
2516
+ /** Dapr PubSub Event Subscription. */
2517
+ export interface DaprSubscription extends ProxyResource {
2518
+ /** Dapr PubSub component name */
2519
+ pubsubName?: string;
2520
+ /** Topic name */
2521
+ topic?: string;
2522
+ /** Deadletter topic name */
2523
+ deadLetterTopic?: string;
2524
+ /** Subscription routes */
2525
+ routes?: DaprSubscriptionRoutes;
2526
+ /** Application scopes to restrict the subscription to specific apps. */
2527
+ scopes?: string[];
2528
+ /** Subscription metadata */
2529
+ metadata?: {
2530
+ [propertyName: string]: string;
2531
+ };
2532
+ /** Bulk subscription options */
2533
+ bulkSubscribe?: DaprSubscriptionBulkSubscribeOptions;
2534
+ }
1986
2535
  /** Storage resource for managedEnvironment. */
1987
2536
  export interface ManagedEnvironmentStorage extends ProxyResource {
1988
2537
  /** Storage properties */
@@ -2006,6 +2555,48 @@ export interface SourceControl extends ProxyResource {
2006
2555
  */
2007
2556
  githubActionConfiguration?: GithubActionConfiguration;
2008
2557
  }
2558
+ /** Java Component. */
2559
+ export interface JavaComponent extends ProxyResource {
2560
+ /** Type of the Java Component. */
2561
+ componentType?: JavaComponentType;
2562
+ /**
2563
+ * Provisioning state of the Java Component.
2564
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2565
+ */
2566
+ readonly provisioningState?: JavaComponentProvisioningState;
2567
+ /** List of Java Components configuration properties */
2568
+ configurations?: JavaComponentConfigurationProperty[];
2569
+ /** List of Java Components that are bound to the Java component */
2570
+ serviceBinds?: JavaComponentServiceBind[];
2571
+ }
2572
+ /** .NET Component. */
2573
+ export interface DotNetComponent extends ProxyResource {
2574
+ /** Type of the .NET Component. */
2575
+ componentType?: DotNetComponentType;
2576
+ /**
2577
+ * Provisioning state of the .NET Component.
2578
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2579
+ */
2580
+ readonly provisioningState?: DotNetComponentProvisioningState;
2581
+ /** List of .NET Components configuration properties */
2582
+ configurations?: DotNetComponentConfigurationProperty[];
2583
+ /** List of .NET Components that are bound to the .NET component */
2584
+ serviceBinds?: DotNetComponentServiceBind[];
2585
+ }
2586
+ /** Information about the SourceToCloud builder resource. */
2587
+ export interface BuilderResource extends TrackedResource {
2588
+ /** The managed service identities assigned to this resource. */
2589
+ identity?: ManagedServiceIdentity;
2590
+ /**
2591
+ * Provisioning state of a builder resource.
2592
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2593
+ */
2594
+ readonly provisioningState?: BuilderProvisioningState;
2595
+ /** Resource ID of the container apps environment that the builder is associated with. */
2596
+ environmentId?: string;
2597
+ /** List of mappings of container registries and the managed identity used to connect to it. */
2598
+ containerRegistries?: ContainerRegistry[];
2599
+ }
2009
2600
  /** An environment for Kubernetes cluster specialized for web workloads by Azure App Service */
2010
2601
  export interface ConnectedEnvironment extends TrackedResource {
2011
2602
  /** The complex type of the extended location. */
@@ -2108,6 +2699,8 @@ export interface ContainerAppAuthToken extends TrackedResource {
2108
2699
  export interface ManagedEnvironment extends TrackedResource {
2109
2700
  /** Kind of the Environment. */
2110
2701
  kind?: string;
2702
+ /** Managed identities for the Managed Environment to interact with other Azure services without maintaining any secrets or credentials in code. */
2703
+ identity?: ManagedServiceIdentity;
2111
2704
  /**
2112
2705
  * Provisioning state of the Environment.
2113
2706
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -2140,6 +2733,10 @@ export interface ManagedEnvironment extends TrackedResource {
2140
2733
  * supported
2141
2734
  */
2142
2735
  appLogsConfiguration?: AppLogsConfiguration;
2736
+ /** Environment level Application Insights configuration */
2737
+ appInsightsConfiguration?: AppInsightsConfiguration;
2738
+ /** Environment Open Telemetry configuration */
2739
+ openTelemetryConfiguration?: OpenTelemetryConfiguration;
2143
2740
  /** Whether or not this Managed Environment is zone-redundant. */
2144
2741
  zoneRedundant?: boolean;
2145
2742
  /** Custom domain configuration for the environment */
@@ -2162,6 +2759,8 @@ export interface ManagedEnvironment extends TrackedResource {
2162
2759
  }
2163
2760
  /** Container App Job */
2164
2761
  export interface Job extends TrackedResource {
2762
+ /** The complex type of the extended location. */
2763
+ extendedLocation?: ExtendedLocation;
2165
2764
  /** Managed identities needed by a container app job to interact with other Azure services to not maintain any secrets or credentials in code. */
2166
2765
  identity?: ManagedServiceIdentity;
2167
2766
  /**
@@ -2206,6 +2805,26 @@ export interface EnvironmentAuthToken extends TrackedResource {
2206
2805
  */
2207
2806
  readonly expires?: Date;
2208
2807
  }
2808
+ /** Defines headers for Builders_createOrUpdate operation. */
2809
+ export interface BuildersCreateOrUpdateHeaders {
2810
+ azureAsyncOperation?: string;
2811
+ }
2812
+ /** Defines headers for Builders_update operation. */
2813
+ export interface BuildersUpdateHeaders {
2814
+ location?: string;
2815
+ }
2816
+ /** Defines headers for Builders_delete operation. */
2817
+ export interface BuildersDeleteHeaders {
2818
+ location?: string;
2819
+ }
2820
+ /** Defines headers for Builds_createOrUpdate operation. */
2821
+ export interface BuildsCreateOrUpdateHeaders {
2822
+ azureAsyncOperation?: string;
2823
+ }
2824
+ /** Defines headers for Builds_delete operation. */
2825
+ export interface BuildsDeleteHeaders {
2826
+ location?: string;
2827
+ }
2209
2828
  /** Defines headers for ConnectedEnvironments_delete operation. */
2210
2829
  export interface ConnectedEnvironmentsDeleteHeaders {
2211
2830
  location?: string;
@@ -2246,6 +2865,22 @@ export interface JobsStopExecutionHeaders {
2246
2865
  export interface JobsStopMultipleExecutionsHeaders {
2247
2866
  location?: string;
2248
2867
  }
2868
+ /** Defines headers for JavaComponents_update operation. */
2869
+ export interface JavaComponentsUpdateHeaders {
2870
+ location?: string;
2871
+ }
2872
+ /** Defines headers for JavaComponents_delete operation. */
2873
+ export interface JavaComponentsDeleteHeaders {
2874
+ location?: string;
2875
+ }
2876
+ /** Defines headers for DotNetComponents_update operation. */
2877
+ export interface DotNetComponentsUpdateHeaders {
2878
+ location?: string;
2879
+ }
2880
+ /** Defines headers for DotNetComponents_delete operation. */
2881
+ export interface DotNetComponentsDeleteHeaders {
2882
+ location?: string;
2883
+ }
2249
2884
  /** Known values of {@link CreatedByType} that the service accepts. */
2250
2885
  export declare enum KnownCreatedByType {
2251
2886
  /** User */
@@ -2284,6 +2919,109 @@ export declare enum KnownApplicability {
2284
2919
  * **Custom**
2285
2920
  */
2286
2921
  export type Applicability = string;
2922
+ /** Known values of {@link BuilderProvisioningState} that the service accepts. */
2923
+ export declare enum KnownBuilderProvisioningState {
2924
+ /** Succeeded */
2925
+ Succeeded = "Succeeded",
2926
+ /** Failed */
2927
+ Failed = "Failed",
2928
+ /** Canceled */
2929
+ Canceled = "Canceled",
2930
+ /** Creating */
2931
+ Creating = "Creating",
2932
+ /** Updating */
2933
+ Updating = "Updating",
2934
+ /** Deleting */
2935
+ Deleting = "Deleting"
2936
+ }
2937
+ /**
2938
+ * Defines values for BuilderProvisioningState. \
2939
+ * {@link KnownBuilderProvisioningState} can be used interchangeably with BuilderProvisioningState,
2940
+ * this enum contains the known values that the service supports.
2941
+ * ### Known values supported by the service
2942
+ * **Succeeded** \
2943
+ * **Failed** \
2944
+ * **Canceled** \
2945
+ * **Creating** \
2946
+ * **Updating** \
2947
+ * **Deleting**
2948
+ */
2949
+ export type BuilderProvisioningState = string;
2950
+ /** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
2951
+ export declare enum KnownManagedServiceIdentityType {
2952
+ /** None */
2953
+ None = "None",
2954
+ /** SystemAssigned */
2955
+ SystemAssigned = "SystemAssigned",
2956
+ /** UserAssigned */
2957
+ UserAssigned = "UserAssigned",
2958
+ /** SystemAssignedUserAssigned */
2959
+ SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
2960
+ }
2961
+ /**
2962
+ * Defines values for ManagedServiceIdentityType. \
2963
+ * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
2964
+ * this enum contains the known values that the service supports.
2965
+ * ### Known values supported by the service
2966
+ * **None** \
2967
+ * **SystemAssigned** \
2968
+ * **UserAssigned** \
2969
+ * **SystemAssigned,UserAssigned**
2970
+ */
2971
+ export type ManagedServiceIdentityType = string;
2972
+ /** Known values of {@link BuildProvisioningState} that the service accepts. */
2973
+ export declare enum KnownBuildProvisioningState {
2974
+ /** Succeeded */
2975
+ Succeeded = "Succeeded",
2976
+ /** Failed */
2977
+ Failed = "Failed",
2978
+ /** Canceled */
2979
+ Canceled = "Canceled",
2980
+ /** Creating */
2981
+ Creating = "Creating",
2982
+ /** Updating */
2983
+ Updating = "Updating",
2984
+ /** Deleting */
2985
+ Deleting = "Deleting"
2986
+ }
2987
+ /**
2988
+ * Defines values for BuildProvisioningState. \
2989
+ * {@link KnownBuildProvisioningState} can be used interchangeably with BuildProvisioningState,
2990
+ * this enum contains the known values that the service supports.
2991
+ * ### Known values supported by the service
2992
+ * **Succeeded** \
2993
+ * **Failed** \
2994
+ * **Canceled** \
2995
+ * **Creating** \
2996
+ * **Updating** \
2997
+ * **Deleting**
2998
+ */
2999
+ export type BuildProvisioningState = string;
3000
+ /** Known values of {@link BuildStatus} that the service accepts. */
3001
+ export declare enum KnownBuildStatus {
3002
+ /** NotStarted */
3003
+ NotStarted = "NotStarted",
3004
+ /** InProgress */
3005
+ InProgress = "InProgress",
3006
+ /** Succeeded */
3007
+ Succeeded = "Succeeded",
3008
+ /** Canceled */
3009
+ Canceled = "Canceled",
3010
+ /** Failed */
3011
+ Failed = "Failed"
3012
+ }
3013
+ /**
3014
+ * Defines values for BuildStatus. \
3015
+ * {@link KnownBuildStatus} can be used interchangeably with BuildStatus,
3016
+ * this enum contains the known values that the service supports.
3017
+ * ### Known values supported by the service
3018
+ * **NotStarted** \
3019
+ * **InProgress** \
3020
+ * **Succeeded** \
3021
+ * **Canceled** \
3022
+ * **Failed**
3023
+ */
3024
+ export type BuildStatus = string;
2287
3025
  /** Known values of {@link ExtendedLocationTypes} that the service accepts. */
2288
3026
  export declare enum KnownExtendedLocationTypes {
2289
3027
  /** CustomLocation */
@@ -2372,6 +3110,22 @@ export declare enum KnownCertificateProvisioningState {
2372
3110
  * **Pending**
2373
3111
  */
2374
3112
  export type CertificateProvisioningState = string;
3113
+ /** Known values of {@link CertificateType} that the service accepts. */
3114
+ export declare enum KnownCertificateType {
3115
+ /** ServerSSLCertificate */
3116
+ ServerSSLCertificate = "ServerSSLCertificate",
3117
+ /** ImagePullTrustedCA */
3118
+ ImagePullTrustedCA = "ImagePullTrustedCA"
3119
+ }
3120
+ /**
3121
+ * Defines values for CertificateType. \
3122
+ * {@link KnownCertificateType} can be used interchangeably with CertificateType,
3123
+ * this enum contains the known values that the service supports.
3124
+ * ### Known values supported by the service
3125
+ * **ServerSSLCertificate** \
3126
+ * **ImagePullTrustedCA**
3127
+ */
3128
+ export type CertificateType = string;
2375
3129
  /** Known values of {@link AccessMode} that the service accepts. */
2376
3130
  export declare enum KnownAccessMode {
2377
3131
  /** ReadOnly */
@@ -2384,32 +3138,10 @@ export declare enum KnownAccessMode {
2384
3138
  * {@link KnownAccessMode} can be used interchangeably with AccessMode,
2385
3139
  * this enum contains the known values that the service supports.
2386
3140
  * ### Known values supported by the service
2387
- * **ReadOnly** \
2388
- * **ReadWrite**
2389
- */
2390
- export type AccessMode = string;
2391
- /** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
2392
- export declare enum KnownManagedServiceIdentityType {
2393
- /** None */
2394
- None = "None",
2395
- /** SystemAssigned */
2396
- SystemAssigned = "SystemAssigned",
2397
- /** UserAssigned */
2398
- UserAssigned = "UserAssigned",
2399
- /** SystemAssignedUserAssigned */
2400
- SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
2401
- }
2402
- /**
2403
- * Defines values for ManagedServiceIdentityType. \
2404
- * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
2405
- * this enum contains the known values that the service supports.
2406
- * ### Known values supported by the service
2407
- * **None** \
2408
- * **SystemAssigned** \
2409
- * **UserAssigned** \
2410
- * **SystemAssigned,UserAssigned**
3141
+ * **ReadOnly** \
3142
+ * **ReadWrite**
2411
3143
  */
2412
- export type ManagedServiceIdentityType = string;
3144
+ export type AccessMode = string;
2413
3145
  /** Known values of {@link ContainerAppProvisioningState} that the service accepts. */
2414
3146
  export declare enum KnownContainerAppProvisioningState {
2415
3147
  /** InProgress */
@@ -2540,6 +3272,22 @@ export declare enum KnownIngressClientCertificateMode {
2540
3272
  * **require**
2541
3273
  */
2542
3274
  export type IngressClientCertificateMode = string;
3275
+ /** Known values of {@link IngressTargetPortHttpScheme} that the service accepts. */
3276
+ export declare enum KnownIngressTargetPortHttpScheme {
3277
+ /** Http */
3278
+ Http = "http",
3279
+ /** Https */
3280
+ Https = "https"
3281
+ }
3282
+ /**
3283
+ * Defines values for IngressTargetPortHttpScheme. \
3284
+ * {@link KnownIngressTargetPortHttpScheme} can be used interchangeably with IngressTargetPortHttpScheme,
3285
+ * this enum contains the known values that the service supports.
3286
+ * ### Known values supported by the service
3287
+ * **http** \
3288
+ * **https**
3289
+ */
3290
+ export type IngressTargetPortHttpScheme = string;
2543
3291
  /** Known values of {@link AppProtocol} that the service accepts. */
2544
3292
  export declare enum KnownAppProtocol {
2545
3293
  /** Http */
@@ -2620,7 +3368,9 @@ export declare enum KnownStorageType {
2620
3368
  /** EmptyDir */
2621
3369
  EmptyDir = "EmptyDir",
2622
3370
  /** Secret */
2623
- Secret = "Secret"
3371
+ Secret = "Secret",
3372
+ /** NfsAzureFile */
3373
+ NfsAzureFile = "NfsAzureFile"
2624
3374
  }
2625
3375
  /**
2626
3376
  * Defines values for StorageType. \
@@ -2629,7 +3379,8 @@ export declare enum KnownStorageType {
2629
3379
  * ### Known values supported by the service
2630
3380
  * **AzureFile** \
2631
3381
  * **EmptyDir** \
2632
- * **Secret**
3382
+ * **Secret** \
3383
+ * **NfsAzureFile**
2633
3384
  */
2634
3385
  export type StorageType = string;
2635
3386
  /** Known values of {@link RevisionHealthState} that the service accepts. */
@@ -2898,6 +3649,91 @@ export declare enum KnownSourceControlOperationState {
2898
3649
  * **Canceled**
2899
3650
  */
2900
3651
  export type SourceControlOperationState = string;
3652
+ /** Known values of {@link JavaComponentType} that the service accepts. */
3653
+ export declare enum KnownJavaComponentType {
3654
+ /** SpringBootAdmin */
3655
+ SpringBootAdmin = "SpringBootAdmin",
3656
+ /** SpringCloudEureka */
3657
+ SpringCloudEureka = "SpringCloudEureka",
3658
+ /** SpringCloudConfig */
3659
+ SpringCloudConfig = "SpringCloudConfig"
3660
+ }
3661
+ /**
3662
+ * Defines values for JavaComponentType. \
3663
+ * {@link KnownJavaComponentType} can be used interchangeably with JavaComponentType,
3664
+ * this enum contains the known values that the service supports.
3665
+ * ### Known values supported by the service
3666
+ * **SpringBootAdmin** \
3667
+ * **SpringCloudEureka** \
3668
+ * **SpringCloudConfig**
3669
+ */
3670
+ export type JavaComponentType = string;
3671
+ /** Known values of {@link JavaComponentProvisioningState} that the service accepts. */
3672
+ export declare enum KnownJavaComponentProvisioningState {
3673
+ /** Succeeded */
3674
+ Succeeded = "Succeeded",
3675
+ /** Failed */
3676
+ Failed = "Failed",
3677
+ /** Canceled */
3678
+ Canceled = "Canceled",
3679
+ /** Deleting */
3680
+ Deleting = "Deleting",
3681
+ /** InProgress */
3682
+ InProgress = "InProgress"
3683
+ }
3684
+ /**
3685
+ * Defines values for JavaComponentProvisioningState. \
3686
+ * {@link KnownJavaComponentProvisioningState} can be used interchangeably with JavaComponentProvisioningState,
3687
+ * this enum contains the known values that the service supports.
3688
+ * ### Known values supported by the service
3689
+ * **Succeeded** \
3690
+ * **Failed** \
3691
+ * **Canceled** \
3692
+ * **Deleting** \
3693
+ * **InProgress**
3694
+ */
3695
+ export type JavaComponentProvisioningState = string;
3696
+ /** Known values of {@link DotNetComponentType} that the service accepts. */
3697
+ export declare enum KnownDotNetComponentType {
3698
+ /** AspireDashboard */
3699
+ AspireDashboard = "AspireDashboard",
3700
+ /** AspireResourceServerApi */
3701
+ AspireResourceServerApi = "AspireResourceServerApi"
3702
+ }
3703
+ /**
3704
+ * Defines values for DotNetComponentType. \
3705
+ * {@link KnownDotNetComponentType} can be used interchangeably with DotNetComponentType,
3706
+ * this enum contains the known values that the service supports.
3707
+ * ### Known values supported by the service
3708
+ * **AspireDashboard** \
3709
+ * **AspireResourceServerApi**
3710
+ */
3711
+ export type DotNetComponentType = string;
3712
+ /** Known values of {@link DotNetComponentProvisioningState} that the service accepts. */
3713
+ export declare enum KnownDotNetComponentProvisioningState {
3714
+ /** Succeeded */
3715
+ Succeeded = "Succeeded",
3716
+ /** Failed */
3717
+ Failed = "Failed",
3718
+ /** Canceled */
3719
+ Canceled = "Canceled",
3720
+ /** Deleting */
3721
+ Deleting = "Deleting",
3722
+ /** InProgress */
3723
+ InProgress = "InProgress"
3724
+ }
3725
+ /**
3726
+ * Defines values for DotNetComponentProvisioningState. \
3727
+ * {@link KnownDotNetComponentProvisioningState} can be used interchangeably with DotNetComponentProvisioningState,
3728
+ * this enum contains the known values that the service supports.
3729
+ * ### Known values supported by the service
3730
+ * **Succeeded** \
3731
+ * **Failed** \
3732
+ * **Canceled** \
3733
+ * **Deleting** \
3734
+ * **InProgress**
3735
+ */
3736
+ export type DotNetComponentProvisioningState = string;
2901
3737
  /** Defines values for UnauthenticatedClientActionV2. */
2902
3738
  export type UnauthenticatedClientActionV2 = "RedirectToLoginPage" | "AllowAnonymous" | "Return401" | "Return403";
2903
3739
  /** Defines values for CookieExpirationConvention. */
@@ -2907,6 +3743,34 @@ export type ForwardProxyConvention = "NoProxy" | "Standard" | "Custom";
2907
3743
  /** Defines values for DnsVerificationTestResult. */
2908
3744
  export type DnsVerificationTestResult = "Passed" | "Failed" | "Skipped";
2909
3745
  /** Optional parameters. */
3746
+ export interface AppResiliencyCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
3747
+ }
3748
+ /** Contains response data for the createOrUpdate operation. */
3749
+ export type AppResiliencyCreateOrUpdateResponse = AppResiliency;
3750
+ /** Optional parameters. */
3751
+ export interface AppResiliencyUpdateOptionalParams extends coreClient.OperationOptions {
3752
+ }
3753
+ /** Contains response data for the update operation. */
3754
+ export type AppResiliencyUpdateResponse = AppResiliency;
3755
+ /** Optional parameters. */
3756
+ export interface AppResiliencyDeleteOptionalParams extends coreClient.OperationOptions {
3757
+ }
3758
+ /** Optional parameters. */
3759
+ export interface AppResiliencyGetOptionalParams extends coreClient.OperationOptions {
3760
+ }
3761
+ /** Contains response data for the get operation. */
3762
+ export type AppResiliencyGetResponse = AppResiliency;
3763
+ /** Optional parameters. */
3764
+ export interface AppResiliencyListOptionalParams extends coreClient.OperationOptions {
3765
+ }
3766
+ /** Contains response data for the list operation. */
3767
+ export type AppResiliencyListResponse = AppResiliencyCollection;
3768
+ /** Optional parameters. */
3769
+ export interface AppResiliencyListNextOptionalParams extends coreClient.OperationOptions {
3770
+ }
3771
+ /** Contains response data for the listNext operation. */
3772
+ export type AppResiliencyListNextResponse = AppResiliencyCollection;
3773
+ /** Optional parameters. */
2910
3774
  export interface ContainerAppsAuthConfigsListByContainerAppOptionalParams extends coreClient.OperationOptions {
2911
3775
  }
2912
3776
  /** Contains response data for the listByContainerApp operation. */
@@ -2945,6 +3809,96 @@ export interface BillingMetersGetOptionalParams extends coreClient.OperationOpti
2945
3809
  /** Contains response data for the get operation. */
2946
3810
  export type BillingMetersGetResponse = BillingMeterCollection;
2947
3811
  /** Optional parameters. */
3812
+ export interface BuildersListBySubscriptionOptionalParams extends coreClient.OperationOptions {
3813
+ }
3814
+ /** Contains response data for the listBySubscription operation. */
3815
+ export type BuildersListBySubscriptionResponse = BuilderCollection;
3816
+ /** Optional parameters. */
3817
+ export interface BuildersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
3818
+ }
3819
+ /** Contains response data for the listByResourceGroup operation. */
3820
+ export type BuildersListByResourceGroupResponse = BuilderCollection;
3821
+ /** Optional parameters. */
3822
+ export interface BuildersGetOptionalParams extends coreClient.OperationOptions {
3823
+ }
3824
+ /** Contains response data for the get operation. */
3825
+ export type BuildersGetResponse = BuilderResource;
3826
+ /** Optional parameters. */
3827
+ export interface BuildersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
3828
+ /** Delay to wait until next poll, in milliseconds. */
3829
+ updateIntervalInMs?: number;
3830
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3831
+ resumeFrom?: string;
3832
+ }
3833
+ /** Contains response data for the createOrUpdate operation. */
3834
+ export type BuildersCreateOrUpdateResponse = BuilderResource;
3835
+ /** Optional parameters. */
3836
+ export interface BuildersUpdateOptionalParams extends coreClient.OperationOptions {
3837
+ /** Delay to wait until next poll, in milliseconds. */
3838
+ updateIntervalInMs?: number;
3839
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3840
+ resumeFrom?: string;
3841
+ }
3842
+ /** Contains response data for the update operation. */
3843
+ export type BuildersUpdateResponse = BuilderResource;
3844
+ /** Optional parameters. */
3845
+ export interface BuildersDeleteOptionalParams extends coreClient.OperationOptions {
3846
+ /** Delay to wait until next poll, in milliseconds. */
3847
+ updateIntervalInMs?: number;
3848
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3849
+ resumeFrom?: string;
3850
+ }
3851
+ /** Contains response data for the delete operation. */
3852
+ export type BuildersDeleteResponse = BuildersDeleteHeaders;
3853
+ /** Optional parameters. */
3854
+ export interface BuildersListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
3855
+ }
3856
+ /** Contains response data for the listBySubscriptionNext operation. */
3857
+ export type BuildersListBySubscriptionNextResponse = BuilderCollection;
3858
+ /** Optional parameters. */
3859
+ export interface BuildersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
3860
+ }
3861
+ /** Contains response data for the listByResourceGroupNext operation. */
3862
+ export type BuildersListByResourceGroupNextResponse = BuilderCollection;
3863
+ /** Optional parameters. */
3864
+ export interface BuildsByBuilderResourceListOptionalParams extends coreClient.OperationOptions {
3865
+ }
3866
+ /** Contains response data for the list operation. */
3867
+ export type BuildsByBuilderResourceListResponse = BuildCollection;
3868
+ /** Optional parameters. */
3869
+ export interface BuildsByBuilderResourceListNextOptionalParams extends coreClient.OperationOptions {
3870
+ }
3871
+ /** Contains response data for the listNext operation. */
3872
+ export type BuildsByBuilderResourceListNextResponse = BuildCollection;
3873
+ /** Optional parameters. */
3874
+ export interface BuildsGetOptionalParams extends coreClient.OperationOptions {
3875
+ }
3876
+ /** Contains response data for the get operation. */
3877
+ export type BuildsGetResponse = BuildResource;
3878
+ /** Optional parameters. */
3879
+ export interface BuildsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
3880
+ /** Delay to wait until next poll, in milliseconds. */
3881
+ updateIntervalInMs?: number;
3882
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3883
+ resumeFrom?: string;
3884
+ }
3885
+ /** Contains response data for the createOrUpdate operation. */
3886
+ export type BuildsCreateOrUpdateResponse = BuildResource;
3887
+ /** Optional parameters. */
3888
+ export interface BuildsDeleteOptionalParams extends coreClient.OperationOptions {
3889
+ /** Delay to wait until next poll, in milliseconds. */
3890
+ updateIntervalInMs?: number;
3891
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3892
+ resumeFrom?: string;
3893
+ }
3894
+ /** Contains response data for the delete operation. */
3895
+ export type BuildsDeleteResponse = BuildsDeleteHeaders;
3896
+ /** Optional parameters. */
3897
+ export interface BuildAuthTokenListOptionalParams extends coreClient.OperationOptions {
3898
+ }
3899
+ /** Contains response data for the list operation. */
3900
+ export type BuildAuthTokenListResponse = BuildToken;
3901
+ /** Optional parameters. */
2948
3902
  export interface ConnectedEnvironmentsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
2949
3903
  }
2950
3904
  /** Contains response data for the listBySubscription operation. */
@@ -3245,15 +4199,20 @@ export interface ManagedEnvironmentsDiagnosticsGetRootOptionalParams extends cor
3245
4199
  /** Contains response data for the getRoot operation. */
3246
4200
  export type ManagedEnvironmentsDiagnosticsGetRootResponse = ManagedEnvironment;
3247
4201
  /** Optional parameters. */
3248
- export interface OperationsListOptionalParams extends coreClient.OperationOptions {
4202
+ export interface JobsListDetectorsOptionalParams extends coreClient.OperationOptions {
3249
4203
  }
3250
- /** Contains response data for the list operation. */
3251
- export type OperationsListResponse = AvailableOperations;
4204
+ /** Contains response data for the listDetectors operation. */
4205
+ export type JobsListDetectorsResponse = DiagnosticsCollection;
3252
4206
  /** Optional parameters. */
3253
- export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
4207
+ export interface JobsGetDetectorOptionalParams extends coreClient.OperationOptions {
3254
4208
  }
3255
- /** Contains response data for the listNext operation. */
3256
- export type OperationsListNextResponse = AvailableOperations;
4209
+ /** Contains response data for the getDetector operation. */
4210
+ export type JobsGetDetectorResponse = Diagnostics;
4211
+ /** Optional parameters. */
4212
+ export interface JobsProxyGetOptionalParams extends coreClient.OperationOptions {
4213
+ }
4214
+ /** Contains response data for the proxyGet operation. */
4215
+ export type JobsProxyGetResponse = Job;
3257
4216
  /** Optional parameters. */
3258
4217
  export interface JobsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
3259
4218
  }
@@ -3337,6 +4296,16 @@ export interface JobsListByResourceGroupNextOptionalParams extends coreClient.Op
3337
4296
  /** Contains response data for the listByResourceGroupNext operation. */
3338
4297
  export type JobsListByResourceGroupNextResponse = JobsCollection;
3339
4298
  /** Optional parameters. */
4299
+ export interface OperationsListOptionalParams extends coreClient.OperationOptions {
4300
+ }
4301
+ /** Contains response data for the list operation. */
4302
+ export type OperationsListResponse = AvailableOperations;
4303
+ /** Optional parameters. */
4304
+ export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
4305
+ }
4306
+ /** Contains response data for the listNext operation. */
4307
+ export type OperationsListNextResponse = AvailableOperations;
4308
+ /** Optional parameters. */
3340
4309
  export interface JobsExecutionsListOptionalParams extends coreClient.OperationOptions {
3341
4310
  /** The filter to apply on the operation. */
3342
4311
  filter?: string;
@@ -3354,6 +4323,14 @@ export interface JobExecutionOptionalParams extends coreClient.OperationOptions
3354
4323
  /** Contains response data for the jobExecution operation. */
3355
4324
  export type JobExecutionResponse = JobExecution;
3356
4325
  /** Optional parameters. */
4326
+ export interface GetCustomDomainVerificationIdOptionalParams extends coreClient.OperationOptions {
4327
+ }
4328
+ /** Contains response data for the getCustomDomainVerificationId operation. */
4329
+ export type GetCustomDomainVerificationIdResponse = {
4330
+ /** The parsed response body. */
4331
+ body: string;
4332
+ };
4333
+ /** Optional parameters. */
3357
4334
  export interface ManagedEnvironmentsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
3358
4335
  }
3359
4336
  /** Contains response data for the listBySubscription operation. */
@@ -3488,6 +4465,29 @@ export interface NamespacesCheckNameAvailabilityOptionalParams extends coreClien
3488
4465
  /** Contains response data for the checkNameAvailability operation. */
3489
4466
  export type NamespacesCheckNameAvailabilityResponse = CheckNameAvailabilityResponse;
3490
4467
  /** Optional parameters. */
4468
+ export interface DaprComponentResiliencyPoliciesListOptionalParams extends coreClient.OperationOptions {
4469
+ }
4470
+ /** Contains response data for the list operation. */
4471
+ export type DaprComponentResiliencyPoliciesListResponse = DaprComponentResiliencyPoliciesCollection;
4472
+ /** Optional parameters. */
4473
+ export interface DaprComponentResiliencyPoliciesGetOptionalParams extends coreClient.OperationOptions {
4474
+ }
4475
+ /** Contains response data for the get operation. */
4476
+ export type DaprComponentResiliencyPoliciesGetResponse = DaprComponentResiliencyPolicy;
4477
+ /** Optional parameters. */
4478
+ export interface DaprComponentResiliencyPoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
4479
+ }
4480
+ /** Contains response data for the createOrUpdate operation. */
4481
+ export type DaprComponentResiliencyPoliciesCreateOrUpdateResponse = DaprComponentResiliencyPolicy;
4482
+ /** Optional parameters. */
4483
+ export interface DaprComponentResiliencyPoliciesDeleteOptionalParams extends coreClient.OperationOptions {
4484
+ }
4485
+ /** Optional parameters. */
4486
+ export interface DaprComponentResiliencyPoliciesListNextOptionalParams extends coreClient.OperationOptions {
4487
+ }
4488
+ /** Contains response data for the listNext operation. */
4489
+ export type DaprComponentResiliencyPoliciesListNextResponse = DaprComponentResiliencyPoliciesCollection;
4490
+ /** Optional parameters. */
3491
4491
  export interface DaprComponentsListOptionalParams extends coreClient.OperationOptions {
3492
4492
  }
3493
4493
  /** Contains response data for the list operation. */
@@ -3516,6 +4516,29 @@ export interface DaprComponentsListNextOptionalParams extends coreClient.Operati
3516
4516
  /** Contains response data for the listNext operation. */
3517
4517
  export type DaprComponentsListNextResponse = DaprComponentsCollection;
3518
4518
  /** Optional parameters. */
4519
+ export interface DaprSubscriptionsListOptionalParams extends coreClient.OperationOptions {
4520
+ }
4521
+ /** Contains response data for the list operation. */
4522
+ export type DaprSubscriptionsListResponse = DaprSubscriptionsCollection;
4523
+ /** Optional parameters. */
4524
+ export interface DaprSubscriptionsGetOptionalParams extends coreClient.OperationOptions {
4525
+ }
4526
+ /** Contains response data for the get operation. */
4527
+ export type DaprSubscriptionsGetResponse = DaprSubscription;
4528
+ /** Optional parameters. */
4529
+ export interface DaprSubscriptionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
4530
+ }
4531
+ /** Contains response data for the createOrUpdate operation. */
4532
+ export type DaprSubscriptionsCreateOrUpdateResponse = DaprSubscription;
4533
+ /** Optional parameters. */
4534
+ export interface DaprSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
4535
+ }
4536
+ /** Optional parameters. */
4537
+ export interface DaprSubscriptionsListNextOptionalParams extends coreClient.OperationOptions {
4538
+ }
4539
+ /** Contains response data for the listNext operation. */
4540
+ export type DaprSubscriptionsListNextResponse = DaprSubscriptionsCollection;
4541
+ /** Optional parameters. */
3519
4542
  export interface ManagedEnvironmentsStoragesListOptionalParams extends coreClient.OperationOptions {
3520
4543
  }
3521
4544
  /** Contains response data for the list operation. */
@@ -3565,6 +4588,110 @@ export interface ContainerAppsSourceControlsListByContainerAppNextOptionalParams
3565
4588
  /** Contains response data for the listByContainerAppNext operation. */
3566
4589
  export type ContainerAppsSourceControlsListByContainerAppNextResponse = SourceControlCollection;
3567
4590
  /** Optional parameters. */
4591
+ export interface UsagesListOptionalParams extends coreClient.OperationOptions {
4592
+ }
4593
+ /** Contains response data for the list operation. */
4594
+ export type UsagesListResponse = ListUsagesResult;
4595
+ /** Optional parameters. */
4596
+ export interface UsagesListNextOptionalParams extends coreClient.OperationOptions {
4597
+ }
4598
+ /** Contains response data for the listNext operation. */
4599
+ export type UsagesListNextResponse = ListUsagesResult;
4600
+ /** Optional parameters. */
4601
+ export interface ManagedEnvironmentUsagesListOptionalParams extends coreClient.OperationOptions {
4602
+ }
4603
+ /** Contains response data for the list operation. */
4604
+ export type ManagedEnvironmentUsagesListResponse = ListUsagesResult;
4605
+ /** Optional parameters. */
4606
+ export interface ManagedEnvironmentUsagesListNextOptionalParams extends coreClient.OperationOptions {
4607
+ }
4608
+ /** Contains response data for the listNext operation. */
4609
+ export type ManagedEnvironmentUsagesListNextResponse = ListUsagesResult;
4610
+ /** Optional parameters. */
4611
+ export interface JavaComponentsListOptionalParams extends coreClient.OperationOptions {
4612
+ }
4613
+ /** Contains response data for the list operation. */
4614
+ export type JavaComponentsListResponse = JavaComponentsCollection;
4615
+ /** Optional parameters. */
4616
+ export interface JavaComponentsGetOptionalParams extends coreClient.OperationOptions {
4617
+ }
4618
+ /** Contains response data for the get operation. */
4619
+ export type JavaComponentsGetResponse = JavaComponent;
4620
+ /** Optional parameters. */
4621
+ export interface JavaComponentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
4622
+ /** Delay to wait until next poll, in milliseconds. */
4623
+ updateIntervalInMs?: number;
4624
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4625
+ resumeFrom?: string;
4626
+ }
4627
+ /** Contains response data for the createOrUpdate operation. */
4628
+ export type JavaComponentsCreateOrUpdateResponse = JavaComponent;
4629
+ /** Optional parameters. */
4630
+ export interface JavaComponentsUpdateOptionalParams extends coreClient.OperationOptions {
4631
+ /** Delay to wait until next poll, in milliseconds. */
4632
+ updateIntervalInMs?: number;
4633
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4634
+ resumeFrom?: string;
4635
+ }
4636
+ /** Contains response data for the update operation. */
4637
+ export type JavaComponentsUpdateResponse = JavaComponent;
4638
+ /** Optional parameters. */
4639
+ export interface JavaComponentsDeleteOptionalParams extends coreClient.OperationOptions {
4640
+ /** Delay to wait until next poll, in milliseconds. */
4641
+ updateIntervalInMs?: number;
4642
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4643
+ resumeFrom?: string;
4644
+ }
4645
+ /** Contains response data for the delete operation. */
4646
+ export type JavaComponentsDeleteResponse = JavaComponentsDeleteHeaders;
4647
+ /** Optional parameters. */
4648
+ export interface JavaComponentsListNextOptionalParams extends coreClient.OperationOptions {
4649
+ }
4650
+ /** Contains response data for the listNext operation. */
4651
+ export type JavaComponentsListNextResponse = JavaComponentsCollection;
4652
+ /** Optional parameters. */
4653
+ export interface DotNetComponentsListOptionalParams extends coreClient.OperationOptions {
4654
+ }
4655
+ /** Contains response data for the list operation. */
4656
+ export type DotNetComponentsListResponse = DotNetComponentsCollection;
4657
+ /** Optional parameters. */
4658
+ export interface DotNetComponentsGetOptionalParams extends coreClient.OperationOptions {
4659
+ }
4660
+ /** Contains response data for the get operation. */
4661
+ export type DotNetComponentsGetResponse = DotNetComponent;
4662
+ /** Optional parameters. */
4663
+ export interface DotNetComponentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
4664
+ /** Delay to wait until next poll, in milliseconds. */
4665
+ updateIntervalInMs?: number;
4666
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4667
+ resumeFrom?: string;
4668
+ }
4669
+ /** Contains response data for the createOrUpdate operation. */
4670
+ export type DotNetComponentsCreateOrUpdateResponse = DotNetComponent;
4671
+ /** Optional parameters. */
4672
+ export interface DotNetComponentsUpdateOptionalParams extends coreClient.OperationOptions {
4673
+ /** Delay to wait until next poll, in milliseconds. */
4674
+ updateIntervalInMs?: number;
4675
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4676
+ resumeFrom?: string;
4677
+ }
4678
+ /** Contains response data for the update operation. */
4679
+ export type DotNetComponentsUpdateResponse = DotNetComponent;
4680
+ /** Optional parameters. */
4681
+ export interface DotNetComponentsDeleteOptionalParams extends coreClient.OperationOptions {
4682
+ /** Delay to wait until next poll, in milliseconds. */
4683
+ updateIntervalInMs?: number;
4684
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4685
+ resumeFrom?: string;
4686
+ }
4687
+ /** Contains response data for the delete operation. */
4688
+ export type DotNetComponentsDeleteResponse = DotNetComponentsDeleteHeaders;
4689
+ /** Optional parameters. */
4690
+ export interface DotNetComponentsListNextOptionalParams extends coreClient.OperationOptions {
4691
+ }
4692
+ /** Contains response data for the listNext operation. */
4693
+ export type DotNetComponentsListNextResponse = DotNetComponentsCollection;
4694
+ /** Optional parameters. */
3568
4695
  export interface ContainerAppsAPIClientOptionalParams extends coreClient.ServiceClientOptions {
3569
4696
  /** server parameter */
3570
4697
  $host?: string;