@azure/arm-appcontainers 1.1.3-alpha.20221010.1 → 2.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (331) hide show
  1. package/CHANGELOG.md +199 -8
  2. package/README.md +2 -2
  3. package/dist/index.js +5996 -2499
  4. package/dist/index.js.map +1 -1
  5. package/dist/index.min.js +1 -1
  6. package/dist/index.min.js.map +1 -1
  7. package/dist-esm/samples-dev/availableWorkloadProfilesGetSample.d.ts +2 -0
  8. package/dist-esm/samples-dev/availableWorkloadProfilesGetSample.d.ts.map +1 -0
  9. package/dist-esm/samples-dev/availableWorkloadProfilesGetSample.js +44 -0
  10. package/dist-esm/samples-dev/availableWorkloadProfilesGetSample.js.map +1 -0
  11. package/dist-esm/samples-dev/billingMetersGetSample.d.ts +2 -0
  12. package/dist-esm/samples-dev/billingMetersGetSample.d.ts.map +1 -0
  13. package/dist-esm/samples-dev/billingMetersGetSample.js +30 -0
  14. package/dist-esm/samples-dev/billingMetersGetSample.js.map +1 -0
  15. package/dist-esm/samples-dev/certificatesCreateOrUpdateSample.js +1 -1
  16. package/dist-esm/samples-dev/certificatesDeleteSample.js +1 -1
  17. package/dist-esm/samples-dev/certificatesGetSample.js +1 -1
  18. package/dist-esm/samples-dev/certificatesListSample.js +1 -1
  19. package/dist-esm/samples-dev/certificatesUpdateSample.js +1 -1
  20. package/dist-esm/samples-dev/connectedEnvironmentsCertificatesCreateOrUpdateSample.d.ts +2 -0
  21. package/dist-esm/samples-dev/connectedEnvironmentsCertificatesCreateOrUpdateSample.d.ts.map +1 -0
  22. package/dist-esm/samples-dev/connectedEnvironmentsCertificatesCreateOrUpdateSample.js +42 -0
  23. package/dist-esm/samples-dev/connectedEnvironmentsCertificatesCreateOrUpdateSample.js.map +1 -0
  24. package/dist-esm/samples-dev/connectedEnvironmentsCertificatesDeleteSample.d.ts +2 -0
  25. package/dist-esm/samples-dev/connectedEnvironmentsCertificatesDeleteSample.d.ts.map +1 -0
  26. package/dist-esm/samples-dev/connectedEnvironmentsCertificatesDeleteSample.js +32 -0
  27. package/dist-esm/samples-dev/connectedEnvironmentsCertificatesDeleteSample.js.map +1 -0
  28. package/dist-esm/samples-dev/connectedEnvironmentsCertificatesGetSample.d.ts +2 -0
  29. package/dist-esm/samples-dev/connectedEnvironmentsCertificatesGetSample.d.ts.map +1 -0
  30. package/dist-esm/samples-dev/connectedEnvironmentsCertificatesGetSample.js +32 -0
  31. package/dist-esm/samples-dev/connectedEnvironmentsCertificatesGetSample.js.map +1 -0
  32. package/dist-esm/samples-dev/connectedEnvironmentsCertificatesListSample.d.ts +2 -0
  33. package/dist-esm/samples-dev/connectedEnvironmentsCertificatesListSample.d.ts.map +1 -0
  34. package/dist-esm/samples-dev/connectedEnvironmentsCertificatesListSample.js +45 -0
  35. package/dist-esm/samples-dev/connectedEnvironmentsCertificatesListSample.js.map +1 -0
  36. package/dist-esm/samples-dev/connectedEnvironmentsCertificatesUpdateSample.d.ts +2 -0
  37. package/dist-esm/samples-dev/connectedEnvironmentsCertificatesUpdateSample.d.ts.map +1 -0
  38. package/dist-esm/samples-dev/connectedEnvironmentsCertificatesUpdateSample.js +35 -0
  39. package/dist-esm/samples-dev/connectedEnvironmentsCertificatesUpdateSample.js.map +1 -0
  40. package/dist-esm/samples-dev/connectedEnvironmentsCheckNameAvailabilitySample.d.ts +2 -0
  41. package/dist-esm/samples-dev/connectedEnvironmentsCheckNameAvailabilitySample.d.ts.map +1 -0
  42. package/dist-esm/samples-dev/connectedEnvironmentsCheckNameAvailabilitySample.js +35 -0
  43. package/dist-esm/samples-dev/connectedEnvironmentsCheckNameAvailabilitySample.js.map +1 -0
  44. package/dist-esm/samples-dev/connectedEnvironmentsCreateOrUpdateSample.d.ts +2 -0
  45. package/dist-esm/samples-dev/connectedEnvironmentsCreateOrUpdateSample.d.ts.map +1 -0
  46. package/dist-esm/samples-dev/connectedEnvironmentsCreateOrUpdateSample.js +41 -0
  47. package/dist-esm/samples-dev/connectedEnvironmentsCreateOrUpdateSample.js.map +1 -0
  48. package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsCreateOrUpdateSample.d.ts +2 -0
  49. package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsCreateOrUpdateSample.d.ts.map +1 -0
  50. package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsCreateOrUpdateSample.js +46 -0
  51. package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsCreateOrUpdateSample.js.map +1 -0
  52. package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsDeleteSample.d.ts +2 -0
  53. package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsDeleteSample.d.ts.map +1 -0
  54. package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsDeleteSample.js +32 -0
  55. package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsDeleteSample.js.map +1 -0
  56. package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsGetSample.d.ts +2 -0
  57. package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsGetSample.d.ts.map +1 -0
  58. package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsGetSample.js +32 -0
  59. package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsGetSample.js.map +1 -0
  60. package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSample.d.ts +2 -0
  61. package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSample.d.ts.map +1 -0
  62. package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSample.js +45 -0
  63. package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSample.js.map +1 -0
  64. package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSecretsSample.d.ts +2 -0
  65. package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSecretsSample.d.ts.map +1 -0
  66. package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSecretsSample.js +32 -0
  67. package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSecretsSample.js.map +1 -0
  68. package/dist-esm/samples-dev/connectedEnvironmentsDeleteSample.d.ts +2 -0
  69. package/dist-esm/samples-dev/connectedEnvironmentsDeleteSample.d.ts.map +1 -0
  70. package/dist-esm/samples-dev/connectedEnvironmentsDeleteSample.js +31 -0
  71. package/dist-esm/samples-dev/connectedEnvironmentsDeleteSample.js.map +1 -0
  72. package/dist-esm/samples-dev/connectedEnvironmentsGetSample.d.ts +2 -0
  73. package/dist-esm/samples-dev/connectedEnvironmentsGetSample.d.ts.map +1 -0
  74. package/dist-esm/samples-dev/connectedEnvironmentsGetSample.js +31 -0
  75. package/dist-esm/samples-dev/connectedEnvironmentsGetSample.js.map +1 -0
  76. package/dist-esm/samples-dev/connectedEnvironmentsListByResourceGroupSample.d.ts +2 -0
  77. package/dist-esm/samples-dev/connectedEnvironmentsListByResourceGroupSample.d.ts.map +1 -0
  78. package/dist-esm/samples-dev/connectedEnvironmentsListByResourceGroupSample.js +44 -0
  79. package/dist-esm/samples-dev/connectedEnvironmentsListByResourceGroupSample.js.map +1 -0
  80. package/dist-esm/samples-dev/connectedEnvironmentsListBySubscriptionSample.d.ts +2 -0
  81. package/dist-esm/samples-dev/connectedEnvironmentsListBySubscriptionSample.d.ts.map +1 -0
  82. package/dist-esm/samples-dev/connectedEnvironmentsListBySubscriptionSample.js +43 -0
  83. package/dist-esm/samples-dev/connectedEnvironmentsListBySubscriptionSample.js.map +1 -0
  84. package/dist-esm/samples-dev/connectedEnvironmentsStoragesCreateOrUpdateSample.d.ts +2 -0
  85. package/dist-esm/samples-dev/connectedEnvironmentsStoragesCreateOrUpdateSample.d.ts.map +1 -0
  86. package/dist-esm/samples-dev/connectedEnvironmentsStoragesCreateOrUpdateSample.js +42 -0
  87. package/dist-esm/samples-dev/connectedEnvironmentsStoragesCreateOrUpdateSample.js.map +1 -0
  88. package/dist-esm/samples-dev/connectedEnvironmentsStoragesDeleteSample.d.ts +2 -0
  89. package/dist-esm/samples-dev/connectedEnvironmentsStoragesDeleteSample.d.ts.map +1 -0
  90. package/dist-esm/samples-dev/connectedEnvironmentsStoragesDeleteSample.js +32 -0
  91. package/dist-esm/samples-dev/connectedEnvironmentsStoragesDeleteSample.js.map +1 -0
  92. package/dist-esm/samples-dev/connectedEnvironmentsStoragesGetSample.d.ts +2 -0
  93. package/dist-esm/samples-dev/connectedEnvironmentsStoragesGetSample.d.ts.map +1 -0
  94. package/dist-esm/samples-dev/connectedEnvironmentsStoragesGetSample.js +32 -0
  95. package/dist-esm/samples-dev/connectedEnvironmentsStoragesGetSample.js.map +1 -0
  96. package/dist-esm/samples-dev/connectedEnvironmentsStoragesListSample.d.ts +2 -0
  97. package/dist-esm/samples-dev/connectedEnvironmentsStoragesListSample.d.ts.map +1 -0
  98. package/dist-esm/samples-dev/connectedEnvironmentsStoragesListSample.js +31 -0
  99. package/dist-esm/samples-dev/connectedEnvironmentsStoragesListSample.js.map +1 -0
  100. package/dist-esm/samples-dev/connectedEnvironmentsUpdateSample.d.ts +2 -0
  101. package/dist-esm/samples-dev/connectedEnvironmentsUpdateSample.d.ts.map +1 -0
  102. package/dist-esm/samples-dev/connectedEnvironmentsUpdateSample.js +31 -0
  103. package/dist-esm/samples-dev/connectedEnvironmentsUpdateSample.js.map +1 -0
  104. package/dist-esm/samples-dev/containerAppsAuthConfigsCreateOrUpdateSample.js +1 -1
  105. package/dist-esm/samples-dev/containerAppsAuthConfigsDeleteSample.js +1 -1
  106. package/dist-esm/samples-dev/containerAppsAuthConfigsGetSample.js +1 -1
  107. package/dist-esm/samples-dev/containerAppsAuthConfigsListByContainerAppSample.js +1 -1
  108. package/dist-esm/samples-dev/containerAppsCreateOrUpdateSample.js +95 -5
  109. package/dist-esm/samples-dev/containerAppsCreateOrUpdateSample.js.map +1 -1
  110. package/dist-esm/samples-dev/containerAppsDeleteSample.js +1 -1
  111. package/dist-esm/samples-dev/containerAppsDiagnosticsGetDetectorSample.d.ts +2 -0
  112. package/dist-esm/samples-dev/containerAppsDiagnosticsGetDetectorSample.d.ts.map +1 -0
  113. package/dist-esm/samples-dev/containerAppsDiagnosticsGetDetectorSample.js +32 -0
  114. package/dist-esm/samples-dev/containerAppsDiagnosticsGetDetectorSample.js.map +1 -0
  115. package/dist-esm/samples-dev/containerAppsDiagnosticsGetRevisionSample.d.ts +2 -0
  116. package/dist-esm/samples-dev/containerAppsDiagnosticsGetRevisionSample.d.ts.map +1 -0
  117. package/dist-esm/samples-dev/containerAppsDiagnosticsGetRevisionSample.js +32 -0
  118. package/dist-esm/samples-dev/containerAppsDiagnosticsGetRevisionSample.js.map +1 -0
  119. package/dist-esm/samples-dev/containerAppsDiagnosticsGetRootSample.d.ts +2 -0
  120. package/dist-esm/samples-dev/containerAppsDiagnosticsGetRootSample.d.ts.map +1 -0
  121. package/dist-esm/samples-dev/containerAppsDiagnosticsGetRootSample.js +31 -0
  122. package/dist-esm/samples-dev/containerAppsDiagnosticsGetRootSample.js.map +1 -0
  123. package/dist-esm/samples-dev/containerAppsDiagnosticsListDetectorsSample.d.ts +2 -0
  124. package/dist-esm/samples-dev/containerAppsDiagnosticsListDetectorsSample.d.ts.map +1 -0
  125. package/dist-esm/samples-dev/containerAppsDiagnosticsListDetectorsSample.js +45 -0
  126. package/dist-esm/samples-dev/containerAppsDiagnosticsListDetectorsSample.js.map +1 -0
  127. package/dist-esm/samples-dev/containerAppsDiagnosticsListRevisionsSample.d.ts +2 -0
  128. package/dist-esm/samples-dev/containerAppsDiagnosticsListRevisionsSample.d.ts.map +1 -0
  129. package/dist-esm/samples-dev/containerAppsDiagnosticsListRevisionsSample.js +45 -0
  130. package/dist-esm/samples-dev/containerAppsDiagnosticsListRevisionsSample.js.map +1 -0
  131. package/dist-esm/samples-dev/containerAppsGetAuthTokenSample.d.ts +2 -0
  132. package/dist-esm/samples-dev/containerAppsGetAuthTokenSample.d.ts.map +1 -0
  133. package/dist-esm/samples-dev/containerAppsGetAuthTokenSample.js +31 -0
  134. package/dist-esm/samples-dev/containerAppsGetAuthTokenSample.js.map +1 -0
  135. package/dist-esm/samples-dev/containerAppsGetSample.js +1 -1
  136. package/dist-esm/samples-dev/containerAppsListByResourceGroupSample.js +1 -1
  137. package/dist-esm/samples-dev/containerAppsListBySubscriptionSample.js +1 -1
  138. package/dist-esm/samples-dev/containerAppsListCustomHostNameAnalysisSample.js +1 -1
  139. package/dist-esm/samples-dev/containerAppsListSecretsSample.js +1 -1
  140. package/dist-esm/samples-dev/containerAppsRevisionReplicasGetReplicaSample.js +1 -1
  141. package/dist-esm/samples-dev/containerAppsRevisionReplicasListReplicasSample.js +1 -1
  142. package/dist-esm/samples-dev/containerAppsRevisionsActivateRevisionSample.js +1 -1
  143. package/dist-esm/samples-dev/containerAppsRevisionsDeactivateRevisionSample.js +1 -1
  144. package/dist-esm/samples-dev/containerAppsRevisionsGetRevisionSample.js +1 -1
  145. package/dist-esm/samples-dev/containerAppsRevisionsListRevisionsSample.js +1 -1
  146. package/dist-esm/samples-dev/containerAppsRevisionsRestartRevisionSample.js +1 -1
  147. package/dist-esm/samples-dev/containerAppsSourceControlsCreateOrUpdateSample.js +1 -1
  148. package/dist-esm/samples-dev/containerAppsSourceControlsDeleteSample.js +1 -1
  149. package/dist-esm/samples-dev/containerAppsSourceControlsGetSample.js +1 -1
  150. package/dist-esm/samples-dev/containerAppsSourceControlsListByContainerAppSample.js +1 -1
  151. package/dist-esm/samples-dev/containerAppsUpdateSample.js +33 -3
  152. package/dist-esm/samples-dev/containerAppsUpdateSample.js.map +1 -1
  153. package/dist-esm/samples-dev/daprComponentsCreateOrUpdateSample.js +36 -3
  154. package/dist-esm/samples-dev/daprComponentsCreateOrUpdateSample.js.map +1 -1
  155. package/dist-esm/samples-dev/daprComponentsDeleteSample.js +1 -1
  156. package/dist-esm/samples-dev/daprComponentsGetSample.js +22 -3
  157. package/dist-esm/samples-dev/daprComponentsGetSample.js.map +1 -1
  158. package/dist-esm/samples-dev/daprComponentsListSample.js +1 -1
  159. package/dist-esm/samples-dev/daprComponentsListSecretsSample.js +1 -1
  160. package/dist-esm/samples-dev/managedEnvironmentDiagnosticsGetDetectorSample.d.ts +2 -0
  161. package/dist-esm/samples-dev/managedEnvironmentDiagnosticsGetDetectorSample.d.ts.map +1 -0
  162. package/dist-esm/samples-dev/managedEnvironmentDiagnosticsGetDetectorSample.js +32 -0
  163. package/dist-esm/samples-dev/managedEnvironmentDiagnosticsGetDetectorSample.js.map +1 -0
  164. package/dist-esm/samples-dev/managedEnvironmentDiagnosticsListDetectorsSample.d.ts +2 -0
  165. package/dist-esm/samples-dev/managedEnvironmentDiagnosticsListDetectorsSample.d.ts.map +1 -0
  166. package/dist-esm/samples-dev/managedEnvironmentDiagnosticsListDetectorsSample.js +31 -0
  167. package/dist-esm/samples-dev/managedEnvironmentDiagnosticsListDetectorsSample.js.map +1 -0
  168. package/dist-esm/samples-dev/managedEnvironmentsCreateOrUpdateSample.js +30 -1
  169. package/dist-esm/samples-dev/managedEnvironmentsCreateOrUpdateSample.js.map +1 -1
  170. package/dist-esm/samples-dev/managedEnvironmentsDeleteSample.js +1 -1
  171. package/dist-esm/samples-dev/managedEnvironmentsDiagnosticsGetRootSample.d.ts +2 -0
  172. package/dist-esm/samples-dev/managedEnvironmentsDiagnosticsGetRootSample.d.ts.map +1 -0
  173. package/dist-esm/samples-dev/managedEnvironmentsDiagnosticsGetRootSample.js +31 -0
  174. package/dist-esm/samples-dev/managedEnvironmentsDiagnosticsGetRootSample.js.map +1 -0
  175. package/dist-esm/samples-dev/managedEnvironmentsGetAuthTokenSample.d.ts +2 -0
  176. package/dist-esm/samples-dev/managedEnvironmentsGetAuthTokenSample.d.ts.map +1 -0
  177. package/dist-esm/samples-dev/managedEnvironmentsGetAuthTokenSample.js +31 -0
  178. package/dist-esm/samples-dev/managedEnvironmentsGetAuthTokenSample.js.map +1 -0
  179. package/dist-esm/samples-dev/managedEnvironmentsGetSample.js +1 -1
  180. package/dist-esm/samples-dev/managedEnvironmentsListByResourceGroupSample.js +1 -1
  181. package/dist-esm/samples-dev/managedEnvironmentsListBySubscriptionSample.js +1 -1
  182. package/dist-esm/samples-dev/managedEnvironmentsListWorkloadProfileStatesSample.d.ts +2 -0
  183. package/dist-esm/samples-dev/managedEnvironmentsListWorkloadProfileStatesSample.d.ts.map +1 -0
  184. package/dist-esm/samples-dev/managedEnvironmentsListWorkloadProfileStatesSample.js +45 -0
  185. package/dist-esm/samples-dev/managedEnvironmentsListWorkloadProfileStatesSample.js.map +1 -0
  186. package/dist-esm/samples-dev/managedEnvironmentsStoragesCreateOrUpdateSample.js +1 -1
  187. package/dist-esm/samples-dev/managedEnvironmentsStoragesDeleteSample.js +1 -1
  188. package/dist-esm/samples-dev/managedEnvironmentsStoragesGetSample.js +1 -1
  189. package/dist-esm/samples-dev/managedEnvironmentsStoragesListSample.js +1 -1
  190. package/dist-esm/samples-dev/managedEnvironmentsUpdateSample.js +1 -1
  191. package/dist-esm/samples-dev/namespacesCheckNameAvailabilitySample.js +2 -2
  192. package/dist-esm/samples-dev/operationsListSample.js +1 -1
  193. package/dist-esm/src/containerAppsAPIClient.d.ts +10 -1
  194. package/dist-esm/src/containerAppsAPIClient.d.ts.map +1 -1
  195. package/dist-esm/src/containerAppsAPIClient.js +12 -3
  196. package/dist-esm/src/containerAppsAPIClient.js.map +1 -1
  197. package/dist-esm/src/models/index.d.ts +961 -48
  198. package/dist-esm/src/models/index.d.ts.map +1 -1
  199. package/dist-esm/src/models/index.js +84 -0
  200. package/dist-esm/src/models/index.js.map +1 -1
  201. package/dist-esm/src/models/mappers.d.ts +48 -5
  202. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  203. package/dist-esm/src/models/mappers.js +1536 -224
  204. package/dist-esm/src/models/mappers.js.map +1 -1
  205. package/dist-esm/src/models/parameters.d.ts +5 -0
  206. package/dist-esm/src/models/parameters.d.ts.map +1 -1
  207. package/dist-esm/src/models/parameters.js +43 -2
  208. package/dist-esm/src/models/parameters.js.map +1 -1
  209. package/dist-esm/src/operations/availableWorkloadProfiles.d.ts +35 -0
  210. package/dist-esm/src/operations/availableWorkloadProfiles.d.ts.map +1 -0
  211. package/dist-esm/src/operations/availableWorkloadProfiles.js +132 -0
  212. package/dist-esm/src/operations/availableWorkloadProfiles.js.map +1 -0
  213. package/dist-esm/src/operations/billingMeters.d.ts +19 -0
  214. package/dist-esm/src/operations/billingMeters.d.ts.map +1 -0
  215. package/dist-esm/src/operations/billingMeters.js +51 -0
  216. package/dist-esm/src/operations/billingMeters.js.map +1 -0
  217. package/dist-esm/src/operations/connectedEnvironments.d.ts +106 -0
  218. package/dist-esm/src/operations/connectedEnvironments.d.ts.map +1 -0
  219. package/dist-esm/src/operations/connectedEnvironments.js +494 -0
  220. package/dist-esm/src/operations/connectedEnvironments.js.map +1 -0
  221. package/dist-esm/src/operations/connectedEnvironmentsCertificates.d.ts +71 -0
  222. package/dist-esm/src/operations/connectedEnvironmentsCertificates.d.ts.map +1 -0
  223. package/dist-esm/src/operations/connectedEnvironmentsCertificates.js +275 -0
  224. package/dist-esm/src/operations/connectedEnvironmentsCertificates.js.map +1 -0
  225. package/dist-esm/src/operations/connectedEnvironmentsDaprComponents.d.ts +71 -0
  226. package/dist-esm/src/operations/connectedEnvironmentsDaprComponents.d.ts.map +1 -0
  227. package/dist-esm/src/operations/connectedEnvironmentsDaprComponents.js +273 -0
  228. package/dist-esm/src/operations/connectedEnvironmentsDaprComponents.js.map +1 -0
  229. package/dist-esm/src/operations/connectedEnvironmentsStorages.d.ts +45 -0
  230. package/dist-esm/src/operations/connectedEnvironmentsStorages.d.ts.map +1 -0
  231. package/dist-esm/src/operations/connectedEnvironmentsStorages.js +157 -0
  232. package/dist-esm/src/operations/connectedEnvironmentsStorages.js.map +1 -0
  233. package/dist-esm/src/operations/containerApps.d.ts +8 -1
  234. package/dist-esm/src/operations/containerApps.d.ts.map +1 -1
  235. package/dist-esm/src/operations/containerApps.js +33 -0
  236. package/dist-esm/src/operations/containerApps.js.map +1 -1
  237. package/dist-esm/src/operations/containerAppsDiagnostics.d.ts +85 -0
  238. package/dist-esm/src/operations/containerAppsDiagnostics.d.ts.map +1 -0
  239. package/dist-esm/src/operations/containerAppsDiagnostics.js +346 -0
  240. package/dist-esm/src/operations/containerAppsDiagnostics.js.map +1 -0
  241. package/dist-esm/src/operations/index.d.ts +9 -0
  242. package/dist-esm/src/operations/index.d.ts.map +1 -1
  243. package/dist-esm/src/operations/index.js +9 -0
  244. package/dist-esm/src/operations/index.js.map +1 -1
  245. package/dist-esm/src/operations/managedEnvironmentDiagnostics.d.ts +28 -0
  246. package/dist-esm/src/operations/managedEnvironmentDiagnostics.d.ts.map +1 -0
  247. package/dist-esm/src/operations/managedEnvironmentDiagnostics.js +85 -0
  248. package/dist-esm/src/operations/managedEnvironmentDiagnostics.js.map +1 -0
  249. package/dist-esm/src/operations/managedEnvironments.d.ts +33 -1
  250. package/dist-esm/src/operations/managedEnvironments.d.ts.map +1 -1
  251. package/dist-esm/src/operations/managedEnvironments.js +143 -0
  252. package/dist-esm/src/operations/managedEnvironments.js.map +1 -1
  253. package/dist-esm/src/operations/managedEnvironmentsDiagnostics.d.ts +20 -0
  254. package/dist-esm/src/operations/managedEnvironmentsDiagnostics.d.ts.map +1 -0
  255. package/dist-esm/src/operations/managedEnvironmentsDiagnostics.js +53 -0
  256. package/dist-esm/src/operations/managedEnvironmentsDiagnostics.js.map +1 -0
  257. package/dist-esm/src/operationsInterfaces/availableWorkloadProfiles.d.ts +12 -0
  258. package/dist-esm/src/operationsInterfaces/availableWorkloadProfiles.d.ts.map +1 -0
  259. package/dist-esm/src/operationsInterfaces/availableWorkloadProfiles.js +9 -0
  260. package/dist-esm/src/operationsInterfaces/availableWorkloadProfiles.js.map +1 -0
  261. package/dist-esm/src/operationsInterfaces/billingMeters.d.ts +11 -0
  262. package/dist-esm/src/operationsInterfaces/billingMeters.d.ts.map +1 -0
  263. package/dist-esm/src/operationsInterfaces/billingMeters.js +9 -0
  264. package/dist-esm/src/operationsInterfaces/billingMeters.js.map +1 -0
  265. package/dist-esm/src/operationsInterfaces/connectedEnvironments.d.ts +70 -0
  266. package/dist-esm/src/operationsInterfaces/connectedEnvironments.d.ts.map +1 -0
  267. package/dist-esm/src/operationsInterfaces/connectedEnvironments.js +9 -0
  268. package/dist-esm/src/operationsInterfaces/connectedEnvironments.js.map +1 -0
  269. package/dist-esm/src/operationsInterfaces/connectedEnvironmentsCertificates.d.ts +46 -0
  270. package/dist-esm/src/operationsInterfaces/connectedEnvironmentsCertificates.d.ts.map +1 -0
  271. package/dist-esm/src/operationsInterfaces/connectedEnvironmentsCertificates.js +9 -0
  272. package/dist-esm/src/operationsInterfaces/connectedEnvironmentsCertificates.js.map +1 -0
  273. package/dist-esm/src/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts +46 -0
  274. package/dist-esm/src/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts.map +1 -0
  275. package/dist-esm/src/operationsInterfaces/connectedEnvironmentsDaprComponents.js +9 -0
  276. package/dist-esm/src/operationsInterfaces/connectedEnvironmentsDaprComponents.js.map +1 -0
  277. package/dist-esm/src/operationsInterfaces/connectedEnvironmentsStorages.d.ts +37 -0
  278. package/dist-esm/src/operationsInterfaces/connectedEnvironmentsStorages.d.ts.map +1 -0
  279. package/dist-esm/src/operationsInterfaces/connectedEnvironmentsStorages.js +9 -0
  280. package/dist-esm/src/operationsInterfaces/connectedEnvironmentsStorages.js.map +1 -0
  281. package/dist-esm/src/operationsInterfaces/containerApps.d.ts +8 -1
  282. package/dist-esm/src/operationsInterfaces/containerApps.d.ts.map +1 -1
  283. package/dist-esm/src/operationsInterfaces/containerAppsDiagnostics.d.ts +43 -0
  284. package/dist-esm/src/operationsInterfaces/containerAppsDiagnostics.d.ts.map +1 -0
  285. package/dist-esm/src/operationsInterfaces/containerAppsDiagnostics.js +9 -0
  286. package/dist-esm/src/operationsInterfaces/containerAppsDiagnostics.js.map +1 -0
  287. package/dist-esm/src/operationsInterfaces/index.d.ts +9 -0
  288. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
  289. package/dist-esm/src/operationsInterfaces/index.js +9 -0
  290. package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
  291. package/dist-esm/src/operationsInterfaces/managedEnvironmentDiagnostics.d.ts +20 -0
  292. package/dist-esm/src/operationsInterfaces/managedEnvironmentDiagnostics.d.ts.map +1 -0
  293. package/dist-esm/src/operationsInterfaces/managedEnvironmentDiagnostics.js +9 -0
  294. package/dist-esm/src/operationsInterfaces/managedEnvironmentDiagnostics.js.map +1 -0
  295. package/dist-esm/src/operationsInterfaces/managedEnvironments.d.ts +15 -1
  296. package/dist-esm/src/operationsInterfaces/managedEnvironments.d.ts.map +1 -1
  297. package/dist-esm/src/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts +12 -0
  298. package/dist-esm/src/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts.map +1 -0
  299. package/dist-esm/src/operationsInterfaces/managedEnvironmentsDiagnostics.js +9 -0
  300. package/dist-esm/src/operationsInterfaces/managedEnvironmentsDiagnostics.js.map +1 -0
  301. package/package.json +3 -3
  302. package/review/arm-appcontainers.api.md +780 -10
  303. package/src/containerAppsAPIClient.ts +50 -4
  304. package/src/models/index.ts +1112 -58
  305. package/src/models/mappers.ts +1630 -222
  306. package/src/models/parameters.ts +50 -2
  307. package/src/operations/availableWorkloadProfiles.ts +159 -0
  308. package/src/operations/billingMeters.ts +69 -0
  309. package/src/operations/connectedEnvironments.ts +649 -0
  310. package/src/operations/connectedEnvironmentsCertificates.ts +377 -0
  311. package/src/operations/connectedEnvironmentsDaprComponents.ts +374 -0
  312. package/src/operations/connectedEnvironmentsStorages.ts +214 -0
  313. package/src/operations/containerApps.ts +44 -0
  314. package/src/operations/containerAppsDiagnostics.ts +477 -0
  315. package/src/operations/index.ts +9 -0
  316. package/src/operations/managedEnvironmentDiagnostics.ts +117 -0
  317. package/src/operations/managedEnvironments.ts +199 -1
  318. package/src/operations/managedEnvironmentsDiagnostics.ts +73 -0
  319. package/src/operationsInterfaces/availableWorkloadProfiles.ts +27 -0
  320. package/src/operationsInterfaces/billingMeters.ts +25 -0
  321. package/src/operationsInterfaces/connectedEnvironments.ts +134 -0
  322. package/src/operationsInterfaces/connectedEnvironmentsCertificates.ts +91 -0
  323. package/src/operationsInterfaces/connectedEnvironmentsDaprComponents.ts +90 -0
  324. package/src/operationsInterfaces/connectedEnvironmentsStorages.ts +74 -0
  325. package/src/operationsInterfaces/containerApps.ts +14 -1
  326. package/src/operationsInterfaces/containerAppsDiagnostics.ts +85 -0
  327. package/src/operationsInterfaces/index.ts +9 -0
  328. package/src/operationsInterfaces/managedEnvironmentDiagnostics.ts +42 -0
  329. package/src/operationsInterfaces/managedEnvironments.ts +27 -1
  330. package/src/operationsInterfaces/managedEnvironmentsDiagnostics.ts +27 -0
  331. package/types/arm-appcontainers.d.ts +1461 -97
@@ -454,6 +454,13 @@ export interface ContainerAppCollection {
454
454
  */
455
455
  readonly nextLink?: string;
456
456
  }
457
+ /** The complex type of the extended location. */
458
+ export interface ExtendedLocation {
459
+ /** The name of the extended location. */
460
+ name?: string;
461
+ /** The type of the extended location. */
462
+ type?: ExtendedLocationTypes;
463
+ }
457
464
  /** Managed service identity (system assigned and/or user assigned identities) */
458
465
  export interface ManagedServiceIdentity {
459
466
  /**
@@ -501,6 +508,8 @@ export interface Configuration {
501
508
  registries?: RegistryCredentials[];
502
509
  /** Dapr configuration for the Container App. */
503
510
  dapr?: Dapr;
511
+ /** Optional. Max inactive revisions a Container App can have. */
512
+ maxInactiveRevisions?: number;
504
513
  }
505
514
  /** Secret definition. */
506
515
  export interface Secret {
@@ -520,6 +529,8 @@ export interface Ingress {
520
529
  external?: boolean;
521
530
  /** Target Port in containers for traffic from ingress */
522
531
  targetPort?: number;
532
+ /** Exposed Port in containers for TCP traffic from ingress */
533
+ exposedPort?: number;
523
534
  /** Ingress transport protocol */
524
535
  transport?: IngressTransportMethod;
525
536
  /** Traffic weights for app's revisions */
@@ -528,6 +539,8 @@ export interface Ingress {
528
539
  customDomains?: CustomDomain[];
529
540
  /** Bool indicating if HTTP connections to is allowed. If set to false HTTP connections are automatically redirected to HTTPS connections */
530
541
  allowInsecure?: boolean;
542
+ /** Rules to restrict incoming IP address. */
543
+ ipSecurityRestrictions?: IpSecurityRestrictionRule[];
531
544
  }
532
545
  /** Traffic weight assigned to a revision */
533
546
  export interface TrafficWeight {
@@ -549,6 +562,17 @@ export interface CustomDomain {
549
562
  /** Resource Id of the Certificate to be bound to this hostname. Must exist in the Managed Environment. */
550
563
  certificateId: string;
551
564
  }
565
+ /** Rule to restrict incoming IP address. */
566
+ export interface IpSecurityRestrictionRule {
567
+ /** Name for the IP restriction rule. */
568
+ name: string;
569
+ /** Describe the IP restriction rule that is being sent to the container-app. This is an optional field. */
570
+ description?: string;
571
+ /** CIDR notation to match incoming IP address */
572
+ ipAddressRange: string;
573
+ /** Allow or Deny rules to determine for incoming IP. Note: Rules can only consist of ALL Allow or ALL Deny */
574
+ action: Action;
575
+ }
552
576
  /** Container App Private Registry */
553
577
  export interface RegistryCredentials {
554
578
  /** Container Registry Server */
@@ -570,6 +594,14 @@ export interface Dapr {
570
594
  appProtocol?: AppProtocol;
571
595
  /** Tells Dapr which port your application is listening on */
572
596
  appPort?: number;
597
+ /** Dapr max size of http header read buffer in KB to handle when sending multi-KB headers. Default is 65KB. */
598
+ httpReadBufferSize?: number;
599
+ /** Increasing max size of request body http and grpc servers parameter in MB to handle uploading of big files. Default is 4 MB. */
600
+ httpMaxRequestSize?: number;
601
+ /** Sets the log level for the Dapr sidecar. Allowed values are debug, info, warn, error. Default is info. */
602
+ logLevel?: LogLevel;
603
+ /** Enables API logging for the Dapr sidecar */
604
+ enableApiLogging?: boolean;
573
605
  }
574
606
  /**
575
607
  * Container App versioned application definition.
@@ -579,6 +611,8 @@ export interface Dapr {
579
611
  export interface Template {
580
612
  /** User friendly suffix that is appended to the revision name */
581
613
  revisionSuffix?: string;
614
+ /** List of specialized containers that run before app containers. */
615
+ initContainers?: InitContainer[];
582
616
  /** List of container definitions for the Container App. */
583
617
  containers?: Container[];
584
618
  /** Scaling properties for the Container App. */
@@ -586,8 +620,8 @@ export interface Template {
586
620
  /** List of volume definitions for the Container App. */
587
621
  volumes?: Volume[];
588
622
  }
589
- /** Container App container definition. */
590
- export interface Container {
623
+ /** Container App base container definition. */
624
+ export interface BaseContainer {
591
625
  /** Container image tag. */
592
626
  image?: string;
593
627
  /** Custom container name. */
@@ -600,8 +634,6 @@ export interface Container {
600
634
  env?: EnvironmentVar[];
601
635
  /** Container resource requirements. */
602
636
  resources?: ContainerResources;
603
- /** List of probes for the container. */
604
- probes?: ContainerAppProbe[];
605
637
  /** Container volume mounts. */
606
638
  volumeMounts?: VolumeMount[];
607
639
  }
@@ -626,6 +658,13 @@ export interface ContainerResources {
626
658
  */
627
659
  readonly ephemeralStorage?: string;
628
660
  }
661
+ /** Volume mount for the Container App. */
662
+ export interface VolumeMount {
663
+ /** This must match the Name of a Volume. */
664
+ volumeName?: string;
665
+ /** Path within the container at which the volume should be mounted.Must not contain ':'. */
666
+ mountPath?: string;
667
+ }
629
668
  /** Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic. */
630
669
  export interface ContainerAppProbe {
631
670
  /** Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1. Maximum value is 10. */
@@ -674,13 +713,6 @@ export interface ContainerAppProbeTcpSocket {
674
713
  /** Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. */
675
714
  port: number;
676
715
  }
677
- /** Volume mount for the Container App. */
678
- export interface VolumeMount {
679
- /** This must match the Name of a Volume. */
680
- volumeName?: string;
681
- /** Path within the container at which the volume should be mounted.Must not contain ':'. */
682
- mountPath?: string;
683
- }
684
716
  /** Container App scaling configurations. */
685
717
  export interface Scale {
686
718
  /** Optional. Minimum number of container replicas. */
@@ -700,6 +732,8 @@ export interface ScaleRule {
700
732
  custom?: CustomScaleRule;
701
733
  /** HTTP requests based scaling. */
702
734
  http?: HttpScaleRule;
735
+ /** Tcp requests based scaling. */
736
+ tcp?: TcpScaleRule;
703
737
  }
704
738
  /** Container App container Azure Queue based scaling rule. */
705
739
  export interface QueueScaleRule {
@@ -731,7 +765,7 @@ export interface CustomScaleRule {
731
765
  /** Authentication secrets for the custom scale rule. */
732
766
  auth?: ScaleRuleAuth[];
733
767
  }
734
- /** Container App container Custom scaling rule. */
768
+ /** Container App container Http scaling rule. */
735
769
  export interface HttpScaleRule {
736
770
  /** Metadata properties to describe http scale rule. */
737
771
  metadata?: {
@@ -740,6 +774,15 @@ export interface HttpScaleRule {
740
774
  /** Authentication secrets for the custom scale rule. */
741
775
  auth?: ScaleRuleAuth[];
742
776
  }
777
+ /** Container App container Tcp scaling rule. */
778
+ export interface TcpScaleRule {
779
+ /** Metadata properties to describe tcp scale rule. */
780
+ metadata?: {
781
+ [propertyName: string]: string;
782
+ };
783
+ /** Authentication secrets for the tcp scale rule. */
784
+ auth?: ScaleRuleAuth[];
785
+ }
743
786
  /** Volume definitions for the Container App. */
744
787
  export interface Volume {
745
788
  /** Volume name. */
@@ -770,12 +813,17 @@ export interface CustomHostnameAnalysisResult {
770
813
  * Raw failure information if DNS verification fails.
771
814
  * NOTE: This property will not be serialized. It can only be populated by the server.
772
815
  */
773
- readonly customDomainVerificationFailureInfo?: DefaultErrorResponse;
816
+ readonly customDomainVerificationFailureInfo?: CustomHostnameAnalysisResultCustomDomainVerificationFailureInfo;
774
817
  /**
775
818
  * <code>true</code> if there is a conflict on the Container App's managed environment; otherwise, <code>false</code>.
776
819
  * NOTE: This property will not be serialized. It can only be populated by the server.
777
820
  */
778
821
  readonly hasConflictOnManagedEnvironment?: boolean;
822
+ /**
823
+ * <code>true</code> if there is a conflict on the Container App's managed environment level custom domain; otherwise, <code>false</code>.
824
+ * NOTE: This property will not be serialized. It can only be populated by the server.
825
+ */
826
+ readonly conflictWithEnvironmentCustomDomain?: boolean;
779
827
  /**
780
828
  * Name of the conflicting Container App on the Managed Environment if it's within the same subscription.
781
829
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -792,6 +840,44 @@ export interface CustomHostnameAnalysisResult {
792
840
  /** Alternate TXT records visible for this hostname. */
793
841
  alternateTxtRecords?: string[];
794
842
  }
843
+ /** Raw failure information if DNS verification fails. */
844
+ export interface CustomHostnameAnalysisResultCustomDomainVerificationFailureInfo {
845
+ /**
846
+ * Standardized string to programmatically identify the error.
847
+ * NOTE: This property will not be serialized. It can only be populated by the server.
848
+ */
849
+ readonly code?: string;
850
+ /**
851
+ * Detailed error description and debugging information.
852
+ * NOTE: This property will not be serialized. It can only be populated by the server.
853
+ */
854
+ readonly message?: string;
855
+ /**
856
+ * Detailed error description and debugging information.
857
+ * NOTE: This property will not be serialized. It can only be populated by the server.
858
+ */
859
+ readonly target?: string;
860
+ /** Details or the error */
861
+ details?: CustomHostnameAnalysisResultCustomDomainVerificationFailureInfoDetailsItem[];
862
+ }
863
+ /** Detailed errors. */
864
+ export interface CustomHostnameAnalysisResultCustomDomainVerificationFailureInfoDetailsItem {
865
+ /**
866
+ * Standardized string to programmatically identify the error.
867
+ * NOTE: This property will not be serialized. It can only be populated by the server.
868
+ */
869
+ readonly code?: string;
870
+ /**
871
+ * Detailed error description and debugging information.
872
+ * NOTE: This property will not be serialized. It can only be populated by the server.
873
+ */
874
+ readonly message?: string;
875
+ /**
876
+ * Detailed error description and debugging information.
877
+ * NOTE: This property will not be serialized. It can only be populated by the server.
878
+ */
879
+ readonly target?: string;
880
+ }
795
881
  /** Container App Secrets Collection ARM resource. */
796
882
  export interface SecretsCollection {
797
883
  /** Collection of resources. */
@@ -832,6 +918,16 @@ export interface ReplicaContainer {
832
918
  started?: boolean;
833
919
  /** The container restart count */
834
920
  restartCount?: number;
921
+ /**
922
+ * Log Stream endpoint
923
+ * NOTE: This property will not be serialized. It can only be populated by the server.
924
+ */
925
+ readonly logStreamEndpoint?: string;
926
+ /**
927
+ * Container exec endpoint
928
+ * NOTE: This property will not be serialized. It can only be populated by the server.
929
+ */
930
+ readonly execEndpoint?: string;
835
931
  }
836
932
  /** Container App Revision Replicas collection ARM resource. */
837
933
  export interface ReplicaCollection {
@@ -857,11 +953,225 @@ export interface DaprMetadata {
857
953
  /** Name of the Dapr Component secret from which to pull the metadata property value. */
858
954
  secretRef?: string;
859
955
  }
860
- /** Dapr component Secrets Collection ARM resource. */
956
+ /** Dapr component Secrets Collection for ListSecrets Action. */
861
957
  export interface DaprSecretsCollection {
862
958
  /** Collection of secrets used by a Dapr component */
863
959
  value: Secret[];
864
960
  }
961
+ /** Diagnostics data collection for a resource. */
962
+ export interface DiagnosticsCollection {
963
+ /** Collection of diagnostic data. */
964
+ value: Diagnostics[];
965
+ /**
966
+ * Link to next page of resources.
967
+ * NOTE: This property will not be serialized. It can only be populated by the server.
968
+ */
969
+ readonly nextLink?: string;
970
+ }
971
+ /** Diagnostics resource specific properties */
972
+ export interface DiagnosticsProperties {
973
+ /** Metadata of the diagnostics response. */
974
+ metadata?: DiagnosticsDefinition;
975
+ /** Set of data collections associated with the response. */
976
+ dataset?: DiagnosticsDataApiResponse[];
977
+ /** Status of the diagnostics response. */
978
+ status?: DiagnosticsStatus;
979
+ /** List of data providers' metadata. */
980
+ dataProviderMetadata?: DiagnosticDataProviderMetadata;
981
+ }
982
+ /** Metadata of the diagnostics response */
983
+ export interface DiagnosticsDefinition {
984
+ /**
985
+ * Unique detector name
986
+ * NOTE: This property will not be serialized. It can only be populated by the server.
987
+ */
988
+ readonly id?: string;
989
+ /**
990
+ * Display Name of the detector
991
+ * NOTE: This property will not be serialized. It can only be populated by the server.
992
+ */
993
+ readonly name?: string;
994
+ /**
995
+ * Details of the diagnostics info
996
+ * NOTE: This property will not be serialized. It can only be populated by the server.
997
+ */
998
+ readonly description?: string;
999
+ /**
1000
+ * Authors' names of the detector
1001
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1002
+ */
1003
+ readonly author?: string;
1004
+ /**
1005
+ * Category of the detector
1006
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1007
+ */
1008
+ readonly category?: string;
1009
+ /** List of support topics */
1010
+ supportTopicList?: DiagnosticSupportTopic[];
1011
+ /** List of analysis types */
1012
+ analysisTypes?: string[];
1013
+ /**
1014
+ * Authors' names of the detector
1015
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1016
+ */
1017
+ readonly type?: string;
1018
+ /**
1019
+ * Authors' names of the detector
1020
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1021
+ */
1022
+ readonly score?: number;
1023
+ }
1024
+ /** Support topic information */
1025
+ export interface DiagnosticSupportTopic {
1026
+ /**
1027
+ * Unique topic identifier
1028
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1029
+ */
1030
+ readonly id?: string;
1031
+ /**
1032
+ * PES identifier
1033
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1034
+ */
1035
+ readonly pesId?: string;
1036
+ }
1037
+ /** Diagnostics data returned from a detector */
1038
+ export interface DiagnosticsDataApiResponse {
1039
+ /** Table response */
1040
+ table?: DiagnosticDataTableResponseObject;
1041
+ /** Details of the table response */
1042
+ renderingProperties?: DiagnosticRendering;
1043
+ }
1044
+ /** Diagnostics data table */
1045
+ export interface DiagnosticDataTableResponseObject {
1046
+ /** Table name */
1047
+ tableName?: string;
1048
+ /** Columns in the table */
1049
+ columns?: DiagnosticDataTableResponseColumn[];
1050
+ /** Rows in the table */
1051
+ rows?: Record<string, unknown>[];
1052
+ }
1053
+ /** Diagnostics data column */
1054
+ export interface DiagnosticDataTableResponseColumn {
1055
+ /** Column name */
1056
+ columnName?: string;
1057
+ /** Data type of the column */
1058
+ dataType?: string;
1059
+ /** Column type */
1060
+ columnType?: string;
1061
+ }
1062
+ /** Rendering details of a diagnostics table */
1063
+ export interface DiagnosticRendering {
1064
+ /** Rendering type */
1065
+ type?: number;
1066
+ /** Title of the table */
1067
+ title?: string;
1068
+ /** Description of the table */
1069
+ description?: string;
1070
+ /** Flag if the table should be rendered */
1071
+ isVisible?: boolean;
1072
+ }
1073
+ /** Rendering details of a diagnostics table */
1074
+ export interface DiagnosticsStatus {
1075
+ /** Diagnostic message */
1076
+ message?: string;
1077
+ /** Status */
1078
+ statusId?: number;
1079
+ }
1080
+ /** Details of a diagnostics data provider */
1081
+ export interface DiagnosticDataProviderMetadata {
1082
+ /** Name of data provider */
1083
+ providerName?: string;
1084
+ /** Collection of properties */
1085
+ propertyBag?: DiagnosticDataProviderMetadataPropertyBagItem[];
1086
+ }
1087
+ /** Property details */
1088
+ export interface DiagnosticDataProviderMetadataPropertyBagItem {
1089
+ /** Property name */
1090
+ name?: string;
1091
+ /** Property value */
1092
+ value?: string;
1093
+ }
1094
+ /** Managed Environment resource SKU properties. */
1095
+ export interface EnvironmentSkuProperties {
1096
+ /** Name of the Sku. */
1097
+ name: SkuName;
1098
+ }
1099
+ /** Configuration properties for apps environment to join a Virtual Network */
1100
+ export interface VnetConfiguration {
1101
+ /** Boolean indicating the environment only has an internal load balancer. These environments do not have a public static IP resource. They must provide runtimeSubnetId and infrastructureSubnetId if enabling this property */
1102
+ internal?: boolean;
1103
+ /** Resource ID of a subnet for infrastructure components. This subnet must be in the same VNET as the subnet defined in runtimeSubnetId. Must not overlap with any other provided IP ranges. */
1104
+ infrastructureSubnetId?: string;
1105
+ /** Resource ID of a subnet that Container App containers are injected into. This subnet must be in the same VNET as the subnet defined in infrastructureSubnetId. Must not overlap with any other provided IP ranges. */
1106
+ runtimeSubnetId?: string;
1107
+ /** CIDR notation IP range assigned to the Docker bridge, network. Must not overlap with any other provided IP ranges. */
1108
+ dockerBridgeCidr?: string;
1109
+ /** IP range in CIDR notation that can be reserved for environment infrastructure IP addresses. Must not overlap with any other provided IP ranges. */
1110
+ platformReservedCidr?: string;
1111
+ /** An IP address from the IP range defined by platformReservedCidr that will be reserved for the internal DNS server. */
1112
+ platformReservedDnsIP?: string;
1113
+ /** Configuration used to control the Environment Egress outbound traffic */
1114
+ outboundSettings?: ManagedEnvironmentOutboundSettings;
1115
+ }
1116
+ /** Configuration used to control the Environment Egress outbound traffic */
1117
+ export interface ManagedEnvironmentOutboundSettings {
1118
+ /** Outbound type for the cluster */
1119
+ outBoundType?: ManagedEnvironmentOutBoundType;
1120
+ /** Virtual Appliance IP used as the Egress controller for the Environment */
1121
+ virtualNetworkApplianceIp?: string;
1122
+ }
1123
+ /** Configuration of application logs */
1124
+ export interface AppLogsConfiguration {
1125
+ /** Logs destination */
1126
+ destination?: string;
1127
+ /** Log Analytics configuration */
1128
+ logAnalyticsConfiguration?: LogAnalyticsConfiguration;
1129
+ }
1130
+ /** Log analytics configuration */
1131
+ export interface LogAnalyticsConfiguration {
1132
+ /** Log analytics customer id */
1133
+ customerId?: string;
1134
+ /** Log analytics customer key */
1135
+ sharedKey?: string;
1136
+ }
1137
+ /** Configuration properties for apps environment custom domain */
1138
+ export interface CustomDomainConfiguration {
1139
+ /**
1140
+ * Id used to verify domain name ownership
1141
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1142
+ */
1143
+ readonly customDomainVerificationId?: string;
1144
+ /** Dns suffix for the environment domain */
1145
+ dnsSuffix?: string;
1146
+ /** PFX or PEM blob */
1147
+ certificateValue?: Uint8Array;
1148
+ /** Certificate password */
1149
+ certificatePassword?: Uint8Array;
1150
+ /**
1151
+ * Certificate expiration date.
1152
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1153
+ */
1154
+ readonly expirationDate?: Date;
1155
+ /**
1156
+ * Certificate thumbprint.
1157
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1158
+ */
1159
+ readonly thumbprint?: string;
1160
+ /**
1161
+ * Subject name of the certificate.
1162
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1163
+ */
1164
+ readonly subjectName?: string;
1165
+ }
1166
+ /** Workload profile to scope container app execution. */
1167
+ export interface WorkloadProfile {
1168
+ /** Workload profile type for the workloads to run on. */
1169
+ workloadProfileType: string;
1170
+ /** The minimum capacity. */
1171
+ minimumCount: number;
1172
+ /** The maximum capacity. */
1173
+ maximumCount: number;
1174
+ }
865
1175
  /** Available operations of the service */
866
1176
  export interface AvailableOperations {
867
1177
  /** Collection of available operation details */
@@ -904,35 +1214,6 @@ export interface ManagedEnvironmentsCollection {
904
1214
  */
905
1215
  readonly nextLink?: string;
906
1216
  }
907
- /** Configuration properties for apps environment to join a Virtual Network */
908
- export interface VnetConfiguration {
909
- /** Boolean indicating the environment only has an internal load balancer. These environments do not have a public static IP resource. They must provide runtimeSubnetId and infrastructureSubnetId if enabling this property */
910
- internal?: boolean;
911
- /** Resource ID of a subnet for infrastructure components. This subnet must be in the same VNET as the subnet defined in runtimeSubnetId. Must not overlap with any other provided IP ranges. */
912
- infrastructureSubnetId?: string;
913
- /** Resource ID of a subnet that Container App containers are injected into. This subnet must be in the same VNET as the subnet defined in infrastructureSubnetId. Must not overlap with any other provided IP ranges. */
914
- runtimeSubnetId?: string;
915
- /** CIDR notation IP range assigned to the Docker bridge, network. Must not overlap with any other provided IP ranges. */
916
- dockerBridgeCidr?: string;
917
- /** IP range in CIDR notation that can be reserved for environment infrastructure IP addresses. Must not overlap with any other provided IP ranges. */
918
- platformReservedCidr?: string;
919
- /** An IP address from the IP range defined by platformReservedCidr that will be reserved for the internal DNS server. */
920
- platformReservedDnsIP?: string;
921
- }
922
- /** Configuration of application logs */
923
- export interface AppLogsConfiguration {
924
- /** Logs destination */
925
- destination?: string;
926
- /** Log Analytics configuration */
927
- logAnalyticsConfiguration?: LogAnalyticsConfiguration;
928
- }
929
- /** Log analytics configuration */
930
- export interface LogAnalyticsConfiguration {
931
- /** Log analytics customer id */
932
- customerId?: string;
933
- /** Log analytics customer key */
934
- sharedKey?: string;
935
- }
936
1217
  /** Collection of Certificates. */
937
1218
  export interface CertificateCollection {
938
1219
  /** Collection of resources. */
@@ -957,6 +1238,11 @@ export interface CertificateProperties {
957
1238
  * NOTE: This property will not be serialized. It can only be populated by the server.
958
1239
  */
959
1240
  readonly subjectName?: string;
1241
+ /**
1242
+ * Subject alternative names the certificate applies to.
1243
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1244
+ */
1245
+ readonly subjectAlternativeNames?: string[];
960
1246
  /** PFX or PEM blob */
961
1247
  value?: Uint8Array;
962
1248
  /**
@@ -1013,6 +1299,25 @@ export interface CheckNameAvailabilityResponse {
1013
1299
  /** Detailed reason why the given name is available. */
1014
1300
  message?: string;
1015
1301
  }
1302
+ /** Collection of workloadProfileStates */
1303
+ export interface WorkloadProfileStatesCollection {
1304
+ /** Collection of resources. */
1305
+ value: WorkloadProfileStates[];
1306
+ /**
1307
+ * Link to next page of resources.
1308
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1309
+ */
1310
+ readonly nextLink?: string;
1311
+ }
1312
+ /** Workload Profile resource specific properties. */
1313
+ export interface WorkloadProfileStatesProperties {
1314
+ /** Minimum count of instances. */
1315
+ minimumCount?: number;
1316
+ /** Maximum count of nodes. */
1317
+ maximumCount?: number;
1318
+ /** Current count of nodes. */
1319
+ currentCount?: number;
1320
+ }
1016
1321
  /** Collection of Storage for Environments */
1017
1322
  export interface ManagedEnvironmentStoragesCollection {
1018
1323
  /** Collection of storage resources. */
@@ -1083,6 +1388,122 @@ export interface AzureCredentials {
1083
1388
  /** Subscription Id. */
1084
1389
  subscriptionId?: string;
1085
1390
  }
1391
+ /** Collection of connectedEnvironments */
1392
+ export interface ConnectedEnvironmentCollection {
1393
+ /** Collection of resources. */
1394
+ value?: ConnectedEnvironment[];
1395
+ /**
1396
+ * Link to next page of resources.
1397
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1398
+ */
1399
+ readonly nextLink?: string;
1400
+ }
1401
+ /** Collection of Storage for Environments */
1402
+ export interface ConnectedEnvironmentStoragesCollection {
1403
+ /** Collection of storage resources. */
1404
+ value: ConnectedEnvironmentStorage[];
1405
+ }
1406
+ /** Storage properties */
1407
+ export interface ConnectedEnvironmentStorageProperties {
1408
+ /** Azure file properties */
1409
+ azureFile?: AzureFileProperties;
1410
+ }
1411
+ /** Collection of available workload profiles in the location. */
1412
+ export interface AvailableWorkloadProfilesCollection {
1413
+ /** Collection of workload profiles. */
1414
+ value: AvailableWorkloadProfile[];
1415
+ /**
1416
+ * Link to next page of resources.
1417
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1418
+ */
1419
+ readonly nextLink?: string;
1420
+ }
1421
+ /** Revision resource specific properties */
1422
+ export interface AvailableWorkloadProfileProperties {
1423
+ /** Used to map workload profile types to billing meter. */
1424
+ billingMeterCategory?: Category;
1425
+ /** indicates whether the profile is default for the location. */
1426
+ applicability?: Applicability;
1427
+ /** Number of cores in CPU. */
1428
+ cores?: number;
1429
+ /** Memory in GiB. */
1430
+ memoryGiB?: number;
1431
+ /** The everyday name of the workload profile. */
1432
+ displayName?: string;
1433
+ }
1434
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
1435
+ export interface ErrorResponse {
1436
+ /** The error object. */
1437
+ error?: ErrorDetail;
1438
+ }
1439
+ /** The error detail. */
1440
+ export interface ErrorDetail {
1441
+ /**
1442
+ * The error code.
1443
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1444
+ */
1445
+ readonly code?: string;
1446
+ /**
1447
+ * The error message.
1448
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1449
+ */
1450
+ readonly message?: string;
1451
+ /**
1452
+ * The error target.
1453
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1454
+ */
1455
+ readonly target?: string;
1456
+ /**
1457
+ * The error details.
1458
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1459
+ */
1460
+ readonly details?: ErrorDetail[];
1461
+ /**
1462
+ * The error additional info.
1463
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1464
+ */
1465
+ readonly additionalInfo?: ErrorAdditionalInfo[];
1466
+ }
1467
+ /** The resource management error additional info. */
1468
+ export interface ErrorAdditionalInfo {
1469
+ /**
1470
+ * The additional info type.
1471
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1472
+ */
1473
+ readonly type?: string;
1474
+ /**
1475
+ * The additional info.
1476
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1477
+ */
1478
+ readonly info?: Record<string, unknown>;
1479
+ }
1480
+ /** Collection of premium workload billing meters. */
1481
+ export interface BillingMeterCollection {
1482
+ /** Collection of billing meters. */
1483
+ value: BillingMeter[];
1484
+ }
1485
+ /** Revision resource specific properties */
1486
+ export interface BillingMeterProperties {
1487
+ /** Used to map workload profile types to billing meter. */
1488
+ category?: Category;
1489
+ /** Billing meter type. */
1490
+ meterType?: string;
1491
+ /** The everyday name of the billing meter. */
1492
+ displayName?: string;
1493
+ }
1494
+ /** Dapr component Secret for ListSecrets Action */
1495
+ export interface DaprSecret {
1496
+ /**
1497
+ * Secret Name.
1498
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1499
+ */
1500
+ readonly name?: string;
1501
+ /**
1502
+ * Secret Value.
1503
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1504
+ */
1505
+ readonly value?: string;
1506
+ }
1086
1507
  /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
1087
1508
  export interface ProxyResource extends Resource {
1088
1509
  }
@@ -1095,6 +1516,14 @@ export interface TrackedResource extends Resource {
1095
1516
  /** The geo-location where the resource lives */
1096
1517
  location: string;
1097
1518
  }
1519
+ /** Container App init container definition */
1520
+ export interface InitContainer extends BaseContainer {
1521
+ }
1522
+ /** Container App container definition */
1523
+ export interface Container extends BaseContainer {
1524
+ /** List of probes for the container. */
1525
+ probes?: ContainerAppProbe[];
1526
+ }
1098
1527
  /** Configuration settings for the Azure ContainerApp Service Authentication / Authorization feature. */
1099
1528
  export interface AuthConfig extends ProxyResource {
1100
1529
  /** The configuration settings of the platform of ContainerApp Service Authentication/Authorization. */
@@ -1116,6 +1545,11 @@ export interface Revision extends ProxyResource {
1116
1545
  * NOTE: This property will not be serialized. It can only be populated by the server.
1117
1546
  */
1118
1547
  readonly createdTime?: Date;
1548
+ /**
1549
+ * Timestamp describing when the revision was last active. Only meaningful when revision is inactive
1550
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1551
+ */
1552
+ readonly lastActiveTime?: Date;
1119
1553
  /**
1120
1554
  * Fully qualified domain name of the revision
1121
1555
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -1181,11 +1615,23 @@ export interface DaprComponent extends ProxyResource {
1181
1615
  initTimeout?: string;
1182
1616
  /** Collection of secrets used by a Dapr component */
1183
1617
  secrets?: Secret[];
1618
+ /** Name of a Dapr component to retrieve component secrets from */
1619
+ secretStoreComponent?: string;
1184
1620
  /** Component metadata */
1185
1621
  metadata?: DaprMetadata[];
1186
1622
  /** Names of container apps that can use this Dapr component */
1187
1623
  scopes?: string[];
1188
1624
  }
1625
+ /** Diagnostics data for a resource. */
1626
+ export interface Diagnostics extends ProxyResource {
1627
+ /** Diagnostics resource specific properties */
1628
+ properties?: DiagnosticsProperties;
1629
+ }
1630
+ /** Collection of all the workload Profile States for a Premium Managed Environment.. */
1631
+ export interface WorkloadProfileStates extends ProxyResource {
1632
+ /** Workload Profile resource specific properties. */
1633
+ properties?: WorkloadProfileStatesProperties;
1634
+ }
1189
1635
  /** Storage resource for managedEnvironment. */
1190
1636
  export interface ManagedEnvironmentStorage extends ProxyResource {
1191
1637
  /** Storage properties */
@@ -1209,8 +1655,29 @@ export interface SourceControl extends ProxyResource {
1209
1655
  */
1210
1656
  githubActionConfiguration?: GithubActionConfiguration;
1211
1657
  }
1658
+ /** Storage resource for connectedEnvironment. */
1659
+ export interface ConnectedEnvironmentStorage extends ProxyResource {
1660
+ /** Storage properties */
1661
+ properties?: ConnectedEnvironmentStorageProperties;
1662
+ }
1663
+ /** A premium workload profile. */
1664
+ export interface AvailableWorkloadProfile extends ProxyResource {
1665
+ /** Region of the workload profile. */
1666
+ location?: string;
1667
+ /** Revision resource specific properties */
1668
+ properties?: AvailableWorkloadProfileProperties;
1669
+ }
1670
+ /** A premium billing meter. */
1671
+ export interface BillingMeter extends ProxyResource {
1672
+ /** Region for the billing meter. */
1673
+ location?: string;
1674
+ /** Revision resource specific properties */
1675
+ properties?: BillingMeterProperties;
1676
+ }
1212
1677
  /** Container App. */
1213
1678
  export interface ContainerApp extends TrackedResource {
1679
+ /** The complex type of the extended location. */
1680
+ extendedLocation?: ExtendedLocation;
1214
1681
  /** managed identities for the Container App to interact with other Azure services without maintaining any secrets or credentials in code. */
1215
1682
  identity?: ManagedServiceIdentity;
1216
1683
  /**
@@ -1218,8 +1685,12 @@ export interface ContainerApp extends TrackedResource {
1218
1685
  * NOTE: This property will not be serialized. It can only be populated by the server.
1219
1686
  */
1220
1687
  readonly provisioningState?: ContainerAppProvisioningState;
1221
- /** Resource ID of the Container App's environment. */
1688
+ /** Deprecated. Resource ID of the Container App's environment. */
1222
1689
  managedEnvironmentId?: string;
1690
+ /** Resource ID of environment. */
1691
+ environmentId?: string;
1692
+ /** Workload profile type to pin for container app execution. */
1693
+ workloadProfileType?: string;
1223
1694
  /**
1224
1695
  * Name of the latest revision of the Container App.
1225
1696
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -1244,9 +1715,29 @@ export interface ContainerApp extends TrackedResource {
1244
1715
  * NOTE: This property will not be serialized. It can only be populated by the server.
1245
1716
  */
1246
1717
  readonly outboundIpAddresses?: string[];
1718
+ /**
1719
+ * The endpoint of the eventstream of the container app.
1720
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1721
+ */
1722
+ readonly eventStreamEndpoint?: string;
1723
+ }
1724
+ /** Container App Auth Token. */
1725
+ export interface ContainerAppAuthToken extends TrackedResource {
1726
+ /**
1727
+ * Auth token value.
1728
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1729
+ */
1730
+ readonly token?: string;
1731
+ /**
1732
+ * Token expiration date.
1733
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1734
+ */
1735
+ readonly expires?: Date;
1247
1736
  }
1248
1737
  /** An environment for hosting container apps */
1249
1738
  export interface ManagedEnvironment extends TrackedResource {
1739
+ /** SKU properties of the Environment. */
1740
+ sku?: EnvironmentSkuProperties;
1250
1741
  /**
1251
1742
  * Provisioning state of the Environment.
1252
1743
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -1281,12 +1772,60 @@ export interface ManagedEnvironment extends TrackedResource {
1281
1772
  appLogsConfiguration?: AppLogsConfiguration;
1282
1773
  /** Whether or not this Managed Environment is zone-redundant. */
1283
1774
  zoneRedundant?: boolean;
1775
+ /** Custom domain configuration for the environment */
1776
+ customDomainConfiguration?: CustomDomainConfiguration;
1777
+ /**
1778
+ * The endpoint of the eventstream of the Environment.
1779
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1780
+ */
1781
+ readonly eventStreamEndpoint?: string;
1782
+ /** Workload profiles configured for the Managed Environment. */
1783
+ workloadProfiles?: WorkloadProfile[];
1284
1784
  }
1285
1785
  /** Certificate used for Custom Domain bindings of Container Apps in a Managed Environment */
1286
1786
  export interface Certificate extends TrackedResource {
1287
1787
  /** Certificate resource specific properties */
1288
1788
  properties?: CertificateProperties;
1289
1789
  }
1790
+ /** Environment Auth Token. */
1791
+ export interface EnvironmentAuthToken extends TrackedResource {
1792
+ /**
1793
+ * Auth token value.
1794
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1795
+ */
1796
+ readonly token?: string;
1797
+ /**
1798
+ * Token expiration date.
1799
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1800
+ */
1801
+ readonly expires?: Date;
1802
+ }
1803
+ /** An environment for Kubernetes cluster specialized for web workloads by Azure App Service */
1804
+ export interface ConnectedEnvironment extends TrackedResource {
1805
+ /** The complex type of the extended location. */
1806
+ extendedLocation?: ExtendedLocation;
1807
+ /**
1808
+ * Provisioning state of the Kubernetes Environment.
1809
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1810
+ */
1811
+ readonly provisioningState?: ConnectedEnvironmentProvisioningState;
1812
+ /**
1813
+ * Any errors that occurred during deployment or deployment validation
1814
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1815
+ */
1816
+ readonly deploymentErrors?: string;
1817
+ /**
1818
+ * Default Domain Name for the cluster
1819
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1820
+ */
1821
+ readonly defaultDomain?: string;
1822
+ /** Static IP of the connectedEnvironment */
1823
+ staticIp?: string;
1824
+ /** Application Insights connection string used by Dapr to export Service to Service communication telemetry */
1825
+ daprAIConnectionString?: string;
1826
+ /** Custom domain configuration for the environment */
1827
+ customDomainConfiguration?: CustomDomainConfiguration;
1828
+ }
1290
1829
  /** Known values of {@link CreatedByType} that the service accepts. */
1291
1830
  export declare enum KnownCreatedByType {
1292
1831
  /** User */
@@ -1309,6 +1848,19 @@ export declare enum KnownCreatedByType {
1309
1848
  * **Key**
1310
1849
  */
1311
1850
  export declare type CreatedByType = string;
1851
+ /** Known values of {@link ExtendedLocationTypes} that the service accepts. */
1852
+ export declare enum KnownExtendedLocationTypes {
1853
+ /** CustomLocation */
1854
+ CustomLocation = "CustomLocation"
1855
+ }
1856
+ /**
1857
+ * Defines values for ExtendedLocationTypes. \
1858
+ * {@link KnownExtendedLocationTypes} can be used interchangeably with ExtendedLocationTypes,
1859
+ * this enum contains the known values that the service supports.
1860
+ * ### Known values supported by the service
1861
+ * **CustomLocation**
1862
+ */
1863
+ export declare type ExtendedLocationTypes = string;
1312
1864
  /** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
1313
1865
  export declare enum KnownManagedServiceIdentityType {
1314
1866
  /** None */
@@ -1340,7 +1892,9 @@ export declare enum KnownContainerAppProvisioningState {
1340
1892
  /** Failed */
1341
1893
  Failed = "Failed",
1342
1894
  /** Canceled */
1343
- Canceled = "Canceled"
1895
+ Canceled = "Canceled",
1896
+ /** Deleting */
1897
+ Deleting = "Deleting"
1344
1898
  }
1345
1899
  /**
1346
1900
  * Defines values for ContainerAppProvisioningState. \
@@ -1350,7 +1904,8 @@ export declare enum KnownContainerAppProvisioningState {
1350
1904
  * **InProgress** \
1351
1905
  * **Succeeded** \
1352
1906
  * **Failed** \
1353
- * **Canceled**
1907
+ * **Canceled** \
1908
+ * **Deleting**
1354
1909
  */
1355
1910
  export declare type ContainerAppProvisioningState = string;
1356
1911
  /** Known values of {@link ActiveRevisionsMode} that the service accepts. */
@@ -1376,7 +1931,9 @@ export declare enum KnownIngressTransportMethod {
1376
1931
  /** Http */
1377
1932
  Http = "http",
1378
1933
  /** Http2 */
1379
- Http2 = "http2"
1934
+ Http2 = "http2",
1935
+ /** Tcp */
1936
+ Tcp = "tcp"
1380
1937
  }
1381
1938
  /**
1382
1939
  * Defines values for IngressTransportMethod. \
@@ -1385,7 +1942,8 @@ export declare enum KnownIngressTransportMethod {
1385
1942
  * ### Known values supported by the service
1386
1943
  * **auto** \
1387
1944
  * **http** \
1388
- * **http2**
1945
+ * **http2** \
1946
+ * **tcp**
1389
1947
  */
1390
1948
  export declare type IngressTransportMethod = string;
1391
1949
  /** Known values of {@link BindingType} that the service accepts. */
@@ -1404,6 +1962,22 @@ export declare enum KnownBindingType {
1404
1962
  * **SniEnabled**
1405
1963
  */
1406
1964
  export declare type BindingType = string;
1965
+ /** Known values of {@link Action} that the service accepts. */
1966
+ export declare enum KnownAction {
1967
+ /** Allow */
1968
+ Allow = "Allow",
1969
+ /** Deny */
1970
+ Deny = "Deny"
1971
+ }
1972
+ /**
1973
+ * Defines values for Action. \
1974
+ * {@link KnownAction} can be used interchangeably with Action,
1975
+ * this enum contains the known values that the service supports.
1976
+ * ### Known values supported by the service
1977
+ * **Allow** \
1978
+ * **Deny**
1979
+ */
1980
+ export declare type Action = string;
1407
1981
  /** Known values of {@link AppProtocol} that the service accepts. */
1408
1982
  export declare enum KnownAppProtocol {
1409
1983
  /** Http */
@@ -1420,6 +1994,28 @@ export declare enum KnownAppProtocol {
1420
1994
  * **grpc**
1421
1995
  */
1422
1996
  export declare type AppProtocol = string;
1997
+ /** Known values of {@link LogLevel} that the service accepts. */
1998
+ export declare enum KnownLogLevel {
1999
+ /** Info */
2000
+ Info = "info",
2001
+ /** Debug */
2002
+ Debug = "debug",
2003
+ /** Warn */
2004
+ Warn = "warn",
2005
+ /** Error */
2006
+ Error = "error"
2007
+ }
2008
+ /**
2009
+ * Defines values for LogLevel. \
2010
+ * {@link KnownLogLevel} can be used interchangeably with LogLevel,
2011
+ * this enum contains the known values that the service supports.
2012
+ * ### Known values supported by the service
2013
+ * **info** \
2014
+ * **debug** \
2015
+ * **warn** \
2016
+ * **error**
2017
+ */
2018
+ export declare type LogLevel = string;
1423
2019
  /** Known values of {@link Scheme} that the service accepts. */
1424
2020
  export declare enum KnownScheme {
1425
2021
  /** Http */
@@ -1515,6 +2111,22 @@ export declare enum KnownRevisionProvisioningState {
1515
2111
  * **Deprovisioned**
1516
2112
  */
1517
2113
  export declare type RevisionProvisioningState = string;
2114
+ /** Known values of {@link SkuName} that the service accepts. */
2115
+ export declare enum KnownSkuName {
2116
+ /** Consumption SKU of Managed Environment. */
2117
+ Consumption = "Consumption",
2118
+ /** Premium SKU of Managed Environment. */
2119
+ Premium = "Premium"
2120
+ }
2121
+ /**
2122
+ * Defines values for SkuName. \
2123
+ * {@link KnownSkuName} can be used interchangeably with SkuName,
2124
+ * this enum contains the known values that the service supports.
2125
+ * ### Known values supported by the service
2126
+ * **Consumption**: Consumption SKU of Managed Environment. \
2127
+ * **Premium**: Premium SKU of Managed Environment.
2128
+ */
2129
+ export declare type SkuName = string;
1518
2130
  /** Known values of {@link EnvironmentProvisioningState} that the service accepts. */
1519
2131
  export declare enum KnownEnvironmentProvisioningState {
1520
2132
  /** Succeeded */
@@ -1555,6 +2167,22 @@ export declare enum KnownEnvironmentProvisioningState {
1555
2167
  * **UpgradeFailed**
1556
2168
  */
1557
2169
  export declare type EnvironmentProvisioningState = string;
2170
+ /** Known values of {@link ManagedEnvironmentOutBoundType} that the service accepts. */
2171
+ export declare enum KnownManagedEnvironmentOutBoundType {
2172
+ /** LoadBalancer */
2173
+ LoadBalancer = "LoadBalancer",
2174
+ /** UserDefinedRouting */
2175
+ UserDefinedRouting = "UserDefinedRouting"
2176
+ }
2177
+ /**
2178
+ * Defines values for ManagedEnvironmentOutBoundType. \
2179
+ * {@link KnownManagedEnvironmentOutBoundType} can be used interchangeably with ManagedEnvironmentOutBoundType,
2180
+ * this enum contains the known values that the service supports.
2181
+ * ### Known values supported by the service
2182
+ * **LoadBalancer** \
2183
+ * **UserDefinedRouting**
2184
+ */
2185
+ export declare type ManagedEnvironmentOutBoundType = string;
1558
2186
  /** Known values of {@link CertificateProvisioningState} that the service accepts. */
1559
2187
  export declare enum KnownCertificateProvisioningState {
1560
2188
  /** Succeeded */
@@ -1634,6 +2262,75 @@ export declare enum KnownSourceControlOperationState {
1634
2262
  * **Canceled**
1635
2263
  */
1636
2264
  export declare type SourceControlOperationState = string;
2265
+ /** Known values of {@link ConnectedEnvironmentProvisioningState} that the service accepts. */
2266
+ export declare enum KnownConnectedEnvironmentProvisioningState {
2267
+ /** Succeeded */
2268
+ Succeeded = "Succeeded",
2269
+ /** Failed */
2270
+ Failed = "Failed",
2271
+ /** Canceled */
2272
+ Canceled = "Canceled",
2273
+ /** Waiting */
2274
+ Waiting = "Waiting",
2275
+ /** InitializationInProgress */
2276
+ InitializationInProgress = "InitializationInProgress",
2277
+ /** InfrastructureSetupInProgress */
2278
+ InfrastructureSetupInProgress = "InfrastructureSetupInProgress",
2279
+ /** InfrastructureSetupComplete */
2280
+ InfrastructureSetupComplete = "InfrastructureSetupComplete",
2281
+ /** ScheduledForDelete */
2282
+ ScheduledForDelete = "ScheduledForDelete"
2283
+ }
2284
+ /**
2285
+ * Defines values for ConnectedEnvironmentProvisioningState. \
2286
+ * {@link KnownConnectedEnvironmentProvisioningState} can be used interchangeably with ConnectedEnvironmentProvisioningState,
2287
+ * this enum contains the known values that the service supports.
2288
+ * ### Known values supported by the service
2289
+ * **Succeeded** \
2290
+ * **Failed** \
2291
+ * **Canceled** \
2292
+ * **Waiting** \
2293
+ * **InitializationInProgress** \
2294
+ * **InfrastructureSetupInProgress** \
2295
+ * **InfrastructureSetupComplete** \
2296
+ * **ScheduledForDelete**
2297
+ */
2298
+ export declare type ConnectedEnvironmentProvisioningState = string;
2299
+ /** Known values of {@link Category} that the service accepts. */
2300
+ export declare enum KnownCategory {
2301
+ /** PremiumSkuGeneralPurpose */
2302
+ PremiumSkuGeneralPurpose = "PremiumSkuGeneralPurpose",
2303
+ /** PremiumSkuMemoryOptimized */
2304
+ PremiumSkuMemoryOptimized = "PremiumSkuMemoryOptimized",
2305
+ /** PremiumSkuComputeOptimized */
2306
+ PremiumSkuComputeOptimized = "PremiumSkuComputeOptimized"
2307
+ }
2308
+ /**
2309
+ * Defines values for Category. \
2310
+ * {@link KnownCategory} can be used interchangeably with Category,
2311
+ * this enum contains the known values that the service supports.
2312
+ * ### Known values supported by the service
2313
+ * **PremiumSkuGeneralPurpose** \
2314
+ * **PremiumSkuMemoryOptimized** \
2315
+ * **PremiumSkuComputeOptimized**
2316
+ */
2317
+ export declare type Category = string;
2318
+ /** Known values of {@link Applicability} that the service accepts. */
2319
+ export declare enum KnownApplicability {
2320
+ /** LocationDefault */
2321
+ LocationDefault = "LocationDefault",
2322
+ /** Custom */
2323
+ Custom = "Custom"
2324
+ }
2325
+ /**
2326
+ * Defines values for Applicability. \
2327
+ * {@link KnownApplicability} can be used interchangeably with Applicability,
2328
+ * this enum contains the known values that the service supports.
2329
+ * ### Known values supported by the service
2330
+ * **LocationDefault** \
2331
+ * **Custom**
2332
+ */
2333
+ export declare type Applicability = string;
1637
2334
  /** Defines values for UnauthenticatedClientActionV2. */
1638
2335
  export declare type UnauthenticatedClientActionV2 = "RedirectToLoginPage" | "AllowAnonymous" | "Return401" | "Return403";
1639
2336
  /** Defines values for CookieExpirationConvention. */
@@ -1716,6 +2413,11 @@ export interface ContainerAppsListSecretsOptionalParams extends coreClient.Opera
1716
2413
  /** Contains response data for the listSecrets operation. */
1717
2414
  export declare type ContainerAppsListSecretsResponse = SecretsCollection;
1718
2415
  /** Optional parameters. */
2416
+ export interface ContainerAppsGetAuthTokenOptionalParams extends coreClient.OperationOptions {
2417
+ }
2418
+ /** Contains response data for the getAuthToken operation. */
2419
+ export declare type ContainerAppsGetAuthTokenResponse = ContainerAppAuthToken;
2420
+ /** Optional parameters. */
1719
2421
  export interface ContainerAppsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
1720
2422
  }
1721
2423
  /** Contains response data for the listBySubscriptionNext operation. */
@@ -1792,6 +2494,60 @@ export interface DaprComponentsListNextOptionalParams extends coreClient.Operati
1792
2494
  /** Contains response data for the listNext operation. */
1793
2495
  export declare type DaprComponentsListNextResponse = DaprComponentsCollection;
1794
2496
  /** Optional parameters. */
2497
+ export interface ContainerAppsDiagnosticsListDetectorsOptionalParams extends coreClient.OperationOptions {
2498
+ }
2499
+ /** Contains response data for the listDetectors operation. */
2500
+ export declare type ContainerAppsDiagnosticsListDetectorsResponse = DiagnosticsCollection;
2501
+ /** Optional parameters. */
2502
+ export interface ContainerAppsDiagnosticsGetDetectorOptionalParams extends coreClient.OperationOptions {
2503
+ }
2504
+ /** Contains response data for the getDetector operation. */
2505
+ export declare type ContainerAppsDiagnosticsGetDetectorResponse = Diagnostics;
2506
+ /** Optional parameters. */
2507
+ export interface ContainerAppsDiagnosticsListRevisionsOptionalParams extends coreClient.OperationOptions {
2508
+ /** The filter to apply on the operation. */
2509
+ filter?: string;
2510
+ }
2511
+ /** Contains response data for the listRevisions operation. */
2512
+ export declare type ContainerAppsDiagnosticsListRevisionsResponse = RevisionCollection;
2513
+ /** Optional parameters. */
2514
+ export interface ContainerAppsDiagnosticsGetRevisionOptionalParams extends coreClient.OperationOptions {
2515
+ }
2516
+ /** Contains response data for the getRevision operation. */
2517
+ export declare type ContainerAppsDiagnosticsGetRevisionResponse = Revision;
2518
+ /** Optional parameters. */
2519
+ export interface ContainerAppsDiagnosticsGetRootOptionalParams extends coreClient.OperationOptions {
2520
+ }
2521
+ /** Contains response data for the getRoot operation. */
2522
+ export declare type ContainerAppsDiagnosticsGetRootResponse = ContainerApp;
2523
+ /** Optional parameters. */
2524
+ export interface ContainerAppsDiagnosticsListDetectorsNextOptionalParams extends coreClient.OperationOptions {
2525
+ }
2526
+ /** Contains response data for the listDetectorsNext operation. */
2527
+ export declare type ContainerAppsDiagnosticsListDetectorsNextResponse = DiagnosticsCollection;
2528
+ /** Optional parameters. */
2529
+ export interface ContainerAppsDiagnosticsListRevisionsNextOptionalParams extends coreClient.OperationOptions {
2530
+ /** The filter to apply on the operation. */
2531
+ filter?: string;
2532
+ }
2533
+ /** Contains response data for the listRevisionsNext operation. */
2534
+ export declare type ContainerAppsDiagnosticsListRevisionsNextResponse = RevisionCollection;
2535
+ /** Optional parameters. */
2536
+ export interface ManagedEnvironmentDiagnosticsListDetectorsOptionalParams extends coreClient.OperationOptions {
2537
+ }
2538
+ /** Contains response data for the listDetectors operation. */
2539
+ export declare type ManagedEnvironmentDiagnosticsListDetectorsResponse = DiagnosticsCollection;
2540
+ /** Optional parameters. */
2541
+ export interface ManagedEnvironmentDiagnosticsGetDetectorOptionalParams extends coreClient.OperationOptions {
2542
+ }
2543
+ /** Contains response data for the getDetector operation. */
2544
+ export declare type ManagedEnvironmentDiagnosticsGetDetectorResponse = Diagnostics;
2545
+ /** Optional parameters. */
2546
+ export interface ManagedEnvironmentsDiagnosticsGetRootOptionalParams extends coreClient.OperationOptions {
2547
+ }
2548
+ /** Contains response data for the getRoot operation. */
2549
+ export declare type ManagedEnvironmentsDiagnosticsGetRootResponse = ManagedEnvironment;
2550
+ /** Optional parameters. */
1795
2551
  export interface OperationsListOptionalParams extends coreClient.OperationOptions {
1796
2552
  }
1797
2553
  /** Contains response data for the list operation. */
@@ -1840,6 +2596,16 @@ export interface ManagedEnvironmentsUpdateOptionalParams extends coreClient.Oper
1840
2596
  resumeFrom?: string;
1841
2597
  }
1842
2598
  /** Optional parameters. */
2599
+ export interface ManagedEnvironmentsGetAuthTokenOptionalParams extends coreClient.OperationOptions {
2600
+ }
2601
+ /** Contains response data for the getAuthToken operation. */
2602
+ export declare type ManagedEnvironmentsGetAuthTokenResponse = EnvironmentAuthToken;
2603
+ /** Optional parameters. */
2604
+ export interface ManagedEnvironmentsListWorkloadProfileStatesOptionalParams extends coreClient.OperationOptions {
2605
+ }
2606
+ /** Contains response data for the listWorkloadProfileStates operation. */
2607
+ export declare type ManagedEnvironmentsListWorkloadProfileStatesResponse = WorkloadProfileStatesCollection;
2608
+ /** Optional parameters. */
1843
2609
  export interface ManagedEnvironmentsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
1844
2610
  }
1845
2611
  /** Contains response data for the listBySubscriptionNext operation. */
@@ -1850,6 +2616,11 @@ export interface ManagedEnvironmentsListByResourceGroupNextOptionalParams extend
1850
2616
  /** Contains response data for the listByResourceGroupNext operation. */
1851
2617
  export declare type ManagedEnvironmentsListByResourceGroupNextResponse = ManagedEnvironmentsCollection;
1852
2618
  /** Optional parameters. */
2619
+ export interface ManagedEnvironmentsListWorkloadProfileStatesNextOptionalParams extends coreClient.OperationOptions {
2620
+ }
2621
+ /** Contains response data for the listWorkloadProfileStatesNext operation. */
2622
+ export declare type ManagedEnvironmentsListWorkloadProfileStatesNextResponse = WorkloadProfileStatesCollection;
2623
+ /** Optional parameters. */
1853
2624
  export interface CertificatesListOptionalParams extends coreClient.OperationOptions {
1854
2625
  }
1855
2626
  /** Contains response data for the list operation. */
@@ -1934,6 +2705,148 @@ export interface ContainerAppsSourceControlsListByContainerAppNextOptionalParams
1934
2705
  /** Contains response data for the listByContainerAppNext operation. */
1935
2706
  export declare type ContainerAppsSourceControlsListByContainerAppNextResponse = SourceControlCollection;
1936
2707
  /** Optional parameters. */
2708
+ export interface ConnectedEnvironmentsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
2709
+ }
2710
+ /** Contains response data for the listBySubscription operation. */
2711
+ export declare type ConnectedEnvironmentsListBySubscriptionResponse = ConnectedEnvironmentCollection;
2712
+ /** Optional parameters. */
2713
+ export interface ConnectedEnvironmentsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
2714
+ }
2715
+ /** Contains response data for the listByResourceGroup operation. */
2716
+ export declare type ConnectedEnvironmentsListByResourceGroupResponse = ConnectedEnvironmentCollection;
2717
+ /** Optional parameters. */
2718
+ export interface ConnectedEnvironmentsGetOptionalParams extends coreClient.OperationOptions {
2719
+ }
2720
+ /** Contains response data for the get operation. */
2721
+ export declare type ConnectedEnvironmentsGetResponse = ConnectedEnvironment;
2722
+ /** Optional parameters. */
2723
+ export interface ConnectedEnvironmentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2724
+ /** Delay to wait until next poll, in milliseconds. */
2725
+ updateIntervalInMs?: number;
2726
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2727
+ resumeFrom?: string;
2728
+ }
2729
+ /** Contains response data for the createOrUpdate operation. */
2730
+ export declare type ConnectedEnvironmentsCreateOrUpdateResponse = ConnectedEnvironment;
2731
+ /** Optional parameters. */
2732
+ export interface ConnectedEnvironmentsDeleteOptionalParams extends coreClient.OperationOptions {
2733
+ /** Delay to wait until next poll, in milliseconds. */
2734
+ updateIntervalInMs?: number;
2735
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2736
+ resumeFrom?: string;
2737
+ }
2738
+ /** Optional parameters. */
2739
+ export interface ConnectedEnvironmentsUpdateOptionalParams extends coreClient.OperationOptions {
2740
+ }
2741
+ /** Contains response data for the update operation. */
2742
+ export declare type ConnectedEnvironmentsUpdateResponse = ConnectedEnvironment;
2743
+ /** Optional parameters. */
2744
+ export interface ConnectedEnvironmentsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
2745
+ }
2746
+ /** Contains response data for the checkNameAvailability operation. */
2747
+ export declare type ConnectedEnvironmentsCheckNameAvailabilityResponse = CheckNameAvailabilityResponse;
2748
+ /** Optional parameters. */
2749
+ export interface ConnectedEnvironmentsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
2750
+ }
2751
+ /** Contains response data for the listBySubscriptionNext operation. */
2752
+ export declare type ConnectedEnvironmentsListBySubscriptionNextResponse = ConnectedEnvironmentCollection;
2753
+ /** Optional parameters. */
2754
+ export interface ConnectedEnvironmentsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
2755
+ }
2756
+ /** Contains response data for the listByResourceGroupNext operation. */
2757
+ export declare type ConnectedEnvironmentsListByResourceGroupNextResponse = ConnectedEnvironmentCollection;
2758
+ /** Optional parameters. */
2759
+ export interface ConnectedEnvironmentsCertificatesListOptionalParams extends coreClient.OperationOptions {
2760
+ }
2761
+ /** Contains response data for the list operation. */
2762
+ export declare type ConnectedEnvironmentsCertificatesListResponse = CertificateCollection;
2763
+ /** Optional parameters. */
2764
+ export interface ConnectedEnvironmentsCertificatesGetOptionalParams extends coreClient.OperationOptions {
2765
+ }
2766
+ /** Contains response data for the get operation. */
2767
+ export declare type ConnectedEnvironmentsCertificatesGetResponse = Certificate;
2768
+ /** Optional parameters. */
2769
+ export interface ConnectedEnvironmentsCertificatesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2770
+ /** Certificate to be created or updated */
2771
+ certificateEnvelope?: Certificate;
2772
+ }
2773
+ /** Contains response data for the createOrUpdate operation. */
2774
+ export declare type ConnectedEnvironmentsCertificatesCreateOrUpdateResponse = Certificate;
2775
+ /** Optional parameters. */
2776
+ export interface ConnectedEnvironmentsCertificatesDeleteOptionalParams extends coreClient.OperationOptions {
2777
+ }
2778
+ /** Optional parameters. */
2779
+ export interface ConnectedEnvironmentsCertificatesUpdateOptionalParams extends coreClient.OperationOptions {
2780
+ }
2781
+ /** Contains response data for the update operation. */
2782
+ export declare type ConnectedEnvironmentsCertificatesUpdateResponse = Certificate;
2783
+ /** Optional parameters. */
2784
+ export interface ConnectedEnvironmentsCertificatesListNextOptionalParams extends coreClient.OperationOptions {
2785
+ }
2786
+ /** Contains response data for the listNext operation. */
2787
+ export declare type ConnectedEnvironmentsCertificatesListNextResponse = CertificateCollection;
2788
+ /** Optional parameters. */
2789
+ export interface ConnectedEnvironmentsDaprComponentsListOptionalParams extends coreClient.OperationOptions {
2790
+ }
2791
+ /** Contains response data for the list operation. */
2792
+ export declare type ConnectedEnvironmentsDaprComponentsListResponse = DaprComponentsCollection;
2793
+ /** Optional parameters. */
2794
+ export interface ConnectedEnvironmentsDaprComponentsGetOptionalParams extends coreClient.OperationOptions {
2795
+ }
2796
+ /** Contains response data for the get operation. */
2797
+ export declare type ConnectedEnvironmentsDaprComponentsGetResponse = DaprComponent;
2798
+ /** Optional parameters. */
2799
+ export interface ConnectedEnvironmentsDaprComponentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2800
+ }
2801
+ /** Contains response data for the createOrUpdate operation. */
2802
+ export declare type ConnectedEnvironmentsDaprComponentsCreateOrUpdateResponse = DaprComponent;
2803
+ /** Optional parameters. */
2804
+ export interface ConnectedEnvironmentsDaprComponentsDeleteOptionalParams extends coreClient.OperationOptions {
2805
+ }
2806
+ /** Optional parameters. */
2807
+ export interface ConnectedEnvironmentsDaprComponentsListSecretsOptionalParams extends coreClient.OperationOptions {
2808
+ }
2809
+ /** Contains response data for the listSecrets operation. */
2810
+ export declare type ConnectedEnvironmentsDaprComponentsListSecretsResponse = DaprSecretsCollection;
2811
+ /** Optional parameters. */
2812
+ export interface ConnectedEnvironmentsDaprComponentsListNextOptionalParams extends coreClient.OperationOptions {
2813
+ }
2814
+ /** Contains response data for the listNext operation. */
2815
+ export declare type ConnectedEnvironmentsDaprComponentsListNextResponse = DaprComponentsCollection;
2816
+ /** Optional parameters. */
2817
+ export interface ConnectedEnvironmentsStoragesListOptionalParams extends coreClient.OperationOptions {
2818
+ }
2819
+ /** Contains response data for the list operation. */
2820
+ export declare type ConnectedEnvironmentsStoragesListResponse = ConnectedEnvironmentStoragesCollection;
2821
+ /** Optional parameters. */
2822
+ export interface ConnectedEnvironmentsStoragesGetOptionalParams extends coreClient.OperationOptions {
2823
+ }
2824
+ /** Contains response data for the get operation. */
2825
+ export declare type ConnectedEnvironmentsStoragesGetResponse = ConnectedEnvironmentStorage;
2826
+ /** Optional parameters. */
2827
+ export interface ConnectedEnvironmentsStoragesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2828
+ }
2829
+ /** Contains response data for the createOrUpdate operation. */
2830
+ export declare type ConnectedEnvironmentsStoragesCreateOrUpdateResponse = ConnectedEnvironmentStorage;
2831
+ /** Optional parameters. */
2832
+ export interface ConnectedEnvironmentsStoragesDeleteOptionalParams extends coreClient.OperationOptions {
2833
+ }
2834
+ /** Optional parameters. */
2835
+ export interface AvailableWorkloadProfilesGetOptionalParams extends coreClient.OperationOptions {
2836
+ }
2837
+ /** Contains response data for the get operation. */
2838
+ export declare type AvailableWorkloadProfilesGetResponse = AvailableWorkloadProfilesCollection;
2839
+ /** Optional parameters. */
2840
+ export interface AvailableWorkloadProfilesGetNextOptionalParams extends coreClient.OperationOptions {
2841
+ }
2842
+ /** Contains response data for the getNext operation. */
2843
+ export declare type AvailableWorkloadProfilesGetNextResponse = AvailableWorkloadProfilesCollection;
2844
+ /** Optional parameters. */
2845
+ export interface BillingMetersGetOptionalParams extends coreClient.OperationOptions {
2846
+ }
2847
+ /** Contains response data for the get operation. */
2848
+ export declare type BillingMetersGetResponse = BillingMeterCollection;
2849
+ /** Optional parameters. */
1937
2850
  export interface ContainerAppsAPIClientOptionalParams extends coreClient.ServiceClientOptions {
1938
2851
  /** server parameter */
1939
2852
  $host?: string;