@pulumi/azure-native 2.65.1 → 2.66.0-alpha.1728463590

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 (761) hide show
  1. package/app/appResiliency.d.ts +1 -1
  2. package/app/appResiliency.js +3 -3
  3. package/app/build.d.ts +1 -1
  4. package/app/build.js +3 -3
  5. package/app/builder.d.ts +1 -1
  6. package/app/builder.js +3 -3
  7. package/app/certificate.d.ts +1 -1
  8. package/app/certificate.js +3 -3
  9. package/app/connectedEnvironment.d.ts +1 -1
  10. package/app/connectedEnvironment.js +3 -3
  11. package/app/connectedEnvironmentsCertificate.d.ts +1 -1
  12. package/app/connectedEnvironmentsCertificate.js +3 -3
  13. package/app/connectedEnvironmentsDaprComponent.d.ts +1 -1
  14. package/app/connectedEnvironmentsDaprComponent.js +3 -3
  15. package/app/connectedEnvironmentsStorage.d.ts +1 -1
  16. package/app/connectedEnvironmentsStorage.js +3 -3
  17. package/app/containerApp.d.ts +1 -1
  18. package/app/containerApp.js +3 -3
  19. package/app/containerAppsAuthConfig.d.ts +1 -1
  20. package/app/containerAppsAuthConfig.js +3 -3
  21. package/app/containerAppsSessionPool.d.ts +2 -0
  22. package/app/containerAppsSessionPool.js +4 -2
  23. package/app/containerAppsSourceControl.d.ts +1 -1
  24. package/app/containerAppsSourceControl.js +3 -3
  25. package/app/daprComponent.d.ts +1 -1
  26. package/app/daprComponent.js +3 -3
  27. package/app/daprComponentResiliencyPolicy.d.ts +1 -1
  28. package/app/daprComponentResiliencyPolicy.js +3 -3
  29. package/app/daprSubscription.d.ts +1 -1
  30. package/app/daprSubscription.js +3 -3
  31. package/app/dotNetComponent.d.ts +1 -1
  32. package/app/dotNetComponent.js +3 -3
  33. package/app/getAppResiliency.d.ts +2 -2
  34. package/app/getAppResiliency.js +2 -2
  35. package/app/getBuild.d.ts +2 -2
  36. package/app/getBuild.js +2 -2
  37. package/app/getBuilder.d.ts +2 -2
  38. package/app/getBuilder.js +2 -2
  39. package/app/getCertificate.d.ts +2 -2
  40. package/app/getCertificate.js +2 -2
  41. package/app/getConnectedEnvironment.d.ts +2 -2
  42. package/app/getConnectedEnvironment.js +2 -2
  43. package/app/getConnectedEnvironmentsCertificate.d.ts +2 -2
  44. package/app/getConnectedEnvironmentsCertificate.js +2 -2
  45. package/app/getConnectedEnvironmentsDaprComponent.d.ts +2 -2
  46. package/app/getConnectedEnvironmentsDaprComponent.js +2 -2
  47. package/app/getConnectedEnvironmentsStorage.d.ts +2 -2
  48. package/app/getConnectedEnvironmentsStorage.js +2 -2
  49. package/app/getContainerApp.d.ts +2 -2
  50. package/app/getContainerApp.js +2 -2
  51. package/app/getContainerAppAuthToken.d.ts +2 -2
  52. package/app/getContainerAppAuthToken.js +2 -2
  53. package/app/getContainerAppsAuthConfig.d.ts +2 -2
  54. package/app/getContainerAppsAuthConfig.js +2 -2
  55. package/app/getContainerAppsSessionPool.d.ts +4 -0
  56. package/app/getContainerAppsSessionPool.js +5 -1
  57. package/app/getContainerAppsSourceControl.d.ts +2 -2
  58. package/app/getContainerAppsSourceControl.js +2 -2
  59. package/app/getCustomDomainVerificationId.d.ts +2 -2
  60. package/app/getCustomDomainVerificationId.js +2 -2
  61. package/app/getDaprComponent.d.ts +2 -2
  62. package/app/getDaprComponent.js +2 -2
  63. package/app/getDaprComponentResiliencyPolicy.d.ts +2 -2
  64. package/app/getDaprComponentResiliencyPolicy.js +2 -2
  65. package/app/getDaprSubscription.d.ts +2 -2
  66. package/app/getDaprSubscription.js +2 -2
  67. package/app/getDotNetComponent.d.ts +2 -2
  68. package/app/getDotNetComponent.js +2 -2
  69. package/app/getJavaComponent.d.ts +2 -2
  70. package/app/getJavaComponent.js +2 -2
  71. package/app/getJob.d.ts +2 -2
  72. package/app/getJob.js +2 -2
  73. package/app/getLogicApp.d.ts +4 -0
  74. package/app/getLogicApp.js +5 -1
  75. package/app/getManagedCertificate.d.ts +2 -2
  76. package/app/getManagedCertificate.js +2 -2
  77. package/app/getManagedEnvironment.d.ts +2 -2
  78. package/app/getManagedEnvironment.js +2 -2
  79. package/app/getManagedEnvironmentAuthToken.d.ts +2 -2
  80. package/app/getManagedEnvironmentAuthToken.js +2 -2
  81. package/app/getManagedEnvironmentPrivateEndpointConnection.d.ts +4 -0
  82. package/app/getManagedEnvironmentPrivateEndpointConnection.js +5 -1
  83. package/app/getManagedEnvironmentsStorage.d.ts +2 -2
  84. package/app/getManagedEnvironmentsStorage.js +2 -2
  85. package/app/index.d.ts +2 -1
  86. package/app/index.js +4 -2
  87. package/app/javaComponent.d.ts +1 -1
  88. package/app/javaComponent.js +3 -3
  89. package/app/job.d.ts +1 -1
  90. package/app/job.js +3 -3
  91. package/app/listBuildAuthToken.d.ts +2 -2
  92. package/app/listBuildAuthToken.js +2 -2
  93. package/app/listConnectedEnvironmentsDaprComponentSecrets.d.ts +2 -2
  94. package/app/listConnectedEnvironmentsDaprComponentSecrets.js +2 -2
  95. package/app/listContainerAppCustomHostNameAnalysis.d.ts +2 -2
  96. package/app/listContainerAppCustomHostNameAnalysis.js +2 -2
  97. package/app/listContainerAppSecrets.d.ts +2 -2
  98. package/app/listContainerAppSecrets.js +2 -2
  99. package/app/listDaprComponentSecrets.d.ts +2 -2
  100. package/app/listDaprComponentSecrets.js +2 -2
  101. package/app/listJobSecrets.d.ts +2 -2
  102. package/app/listJobSecrets.js +2 -2
  103. package/app/listLogicAppWorkflowsConnections.d.ts +4 -0
  104. package/app/listLogicAppWorkflowsConnections.js +5 -1
  105. package/app/logicApp.d.ts +2 -0
  106. package/app/logicApp.js +4 -2
  107. package/app/managedCertificate.d.ts +1 -1
  108. package/app/managedCertificate.js +3 -3
  109. package/app/managedEnvironment.d.ts +1 -1
  110. package/app/managedEnvironment.js +3 -3
  111. package/app/managedEnvironmentPrivateEndpointConnection.d.ts +2 -0
  112. package/app/managedEnvironmentPrivateEndpointConnection.js +4 -2
  113. package/app/managedEnvironmentsStorage.d.ts +1 -1
  114. package/app/managedEnvironmentsStorage.js +3 -3
  115. package/app/v20220101preview/certificate.js +2 -2
  116. package/app/v20220101preview/containerApp.js +2 -2
  117. package/app/v20220101preview/containerAppsAuthConfig.js +2 -2
  118. package/app/v20220101preview/containerAppsSourceControl.js +2 -2
  119. package/app/v20220101preview/daprComponent.js +2 -2
  120. package/app/v20220101preview/managedEnvironment.js +2 -2
  121. package/app/v20220101preview/managedEnvironmentsStorage.js +2 -2
  122. package/app/v20221001/certificate.js +2 -2
  123. package/app/v20221001/connectedEnvironment.js +2 -2
  124. package/app/v20221001/connectedEnvironmentsCertificate.js +2 -2
  125. package/app/v20221001/connectedEnvironmentsDaprComponent.js +2 -2
  126. package/app/v20221001/connectedEnvironmentsStorage.js +2 -2
  127. package/app/v20221001/containerApp.js +2 -2
  128. package/app/v20221001/containerAppsAuthConfig.js +2 -2
  129. package/app/v20221001/containerAppsSourceControl.js +2 -2
  130. package/app/v20221001/daprComponent.js +2 -2
  131. package/app/v20221001/managedEnvironment.js +2 -2
  132. package/app/v20221001/managedEnvironmentsStorage.js +2 -2
  133. package/app/v20230401preview/certificate.js +2 -2
  134. package/app/v20230401preview/connectedEnvironment.js +2 -2
  135. package/app/v20230401preview/connectedEnvironmentsCertificate.js +2 -2
  136. package/app/v20230401preview/connectedEnvironmentsDaprComponent.js +2 -2
  137. package/app/v20230401preview/connectedEnvironmentsStorage.js +2 -2
  138. package/app/v20230401preview/containerApp.js +2 -2
  139. package/app/v20230401preview/containerAppsAuthConfig.js +2 -2
  140. package/app/v20230401preview/containerAppsSourceControl.js +2 -2
  141. package/app/v20230401preview/daprComponent.js +2 -2
  142. package/app/v20230401preview/job.js +2 -2
  143. package/app/v20230401preview/managedCertificate.js +2 -2
  144. package/app/v20230401preview/managedEnvironment.js +2 -2
  145. package/app/v20230401preview/managedEnvironmentsStorage.js +2 -2
  146. package/app/v20230501/certificate.js +2 -2
  147. package/app/v20230501/connectedEnvironment.js +2 -2
  148. package/app/v20230501/connectedEnvironmentsCertificate.js +2 -2
  149. package/app/v20230501/connectedEnvironmentsDaprComponent.js +2 -2
  150. package/app/v20230501/connectedEnvironmentsStorage.js +2 -2
  151. package/app/v20230501/containerApp.js +2 -2
  152. package/app/v20230501/containerAppsAuthConfig.js +2 -2
  153. package/app/v20230501/containerAppsSourceControl.js +2 -2
  154. package/app/v20230501/daprComponent.js +2 -2
  155. package/app/v20230501/job.js +2 -2
  156. package/app/v20230501/managedCertificate.js +2 -2
  157. package/app/v20230501/managedEnvironment.js +2 -2
  158. package/app/v20230501/managedEnvironmentsStorage.js +2 -2
  159. package/app/v20230502preview/certificate.js +2 -2
  160. package/app/v20230502preview/connectedEnvironment.js +2 -2
  161. package/app/v20230502preview/connectedEnvironmentsCertificate.js +2 -2
  162. package/app/v20230502preview/connectedEnvironmentsDaprComponent.js +2 -2
  163. package/app/v20230502preview/connectedEnvironmentsStorage.js +2 -2
  164. package/app/v20230502preview/containerApp.js +2 -2
  165. package/app/v20230502preview/containerAppsAuthConfig.js +2 -2
  166. package/app/v20230502preview/containerAppsSourceControl.js +2 -2
  167. package/app/v20230502preview/daprComponent.js +2 -2
  168. package/app/v20230502preview/job.js +2 -2
  169. package/app/v20230502preview/managedCertificate.js +2 -2
  170. package/app/v20230502preview/managedEnvironment.js +2 -2
  171. package/app/v20230502preview/managedEnvironmentsStorage.js +2 -2
  172. package/app/v20230801preview/appResiliency.js +2 -2
  173. package/app/v20230801preview/build.js +2 -2
  174. package/app/v20230801preview/builder.js +2 -2
  175. package/app/v20230801preview/certificate.js +2 -2
  176. package/app/v20230801preview/connectedEnvironment.js +2 -2
  177. package/app/v20230801preview/connectedEnvironmentsCertificate.js +2 -2
  178. package/app/v20230801preview/connectedEnvironmentsDaprComponent.js +2 -2
  179. package/app/v20230801preview/connectedEnvironmentsStorage.js +2 -2
  180. package/app/v20230801preview/containerApp.js +2 -2
  181. package/app/v20230801preview/containerAppsAuthConfig.js +2 -2
  182. package/app/v20230801preview/containerAppsSourceControl.js +2 -2
  183. package/app/v20230801preview/daprComponent.js +2 -2
  184. package/app/v20230801preview/daprComponentResiliencyPolicy.js +2 -2
  185. package/app/v20230801preview/daprSubscription.js +2 -2
  186. package/app/v20230801preview/job.js +2 -2
  187. package/app/v20230801preview/managedCertificate.js +2 -2
  188. package/app/v20230801preview/managedEnvironment.js +2 -2
  189. package/app/v20230801preview/managedEnvironmentsStorage.js +2 -2
  190. package/app/v20231102preview/appResiliency.js +2 -2
  191. package/app/v20231102preview/build.js +2 -2
  192. package/app/v20231102preview/builder.js +2 -2
  193. package/app/v20231102preview/certificate.js +2 -2
  194. package/app/v20231102preview/connectedEnvironment.js +2 -2
  195. package/app/v20231102preview/connectedEnvironmentsCertificate.js +2 -2
  196. package/app/v20231102preview/connectedEnvironmentsDaprComponent.js +2 -2
  197. package/app/v20231102preview/connectedEnvironmentsStorage.js +2 -2
  198. package/app/v20231102preview/containerApp.js +2 -2
  199. package/app/v20231102preview/containerAppsAuthConfig.js +2 -2
  200. package/app/v20231102preview/containerAppsSourceControl.js +2 -2
  201. package/app/v20231102preview/daprComponent.js +2 -2
  202. package/app/v20231102preview/daprComponentResiliencyPolicy.js +2 -2
  203. package/app/v20231102preview/daprSubscription.js +2 -2
  204. package/app/v20231102preview/dotNetComponent.js +2 -2
  205. package/app/v20231102preview/javaComponent.js +2 -2
  206. package/app/v20231102preview/job.js +2 -2
  207. package/app/v20231102preview/managedCertificate.js +2 -2
  208. package/app/v20231102preview/managedEnvironment.js +2 -2
  209. package/app/v20231102preview/managedEnvironmentsStorage.js +2 -2
  210. package/app/v20240202preview/appResiliency.js +2 -2
  211. package/app/v20240202preview/build.js +2 -2
  212. package/app/v20240202preview/builder.js +2 -2
  213. package/app/v20240202preview/certificate.js +2 -2
  214. package/app/v20240202preview/connectedEnvironment.js +2 -2
  215. package/app/v20240202preview/connectedEnvironmentsCertificate.js +2 -2
  216. package/app/v20240202preview/connectedEnvironmentsDaprComponent.js +2 -2
  217. package/app/v20240202preview/connectedEnvironmentsStorage.js +2 -2
  218. package/app/v20240202preview/containerApp.js +2 -2
  219. package/app/v20240202preview/containerAppsAuthConfig.js +2 -2
  220. package/app/v20240202preview/containerAppsSessionPool.js +2 -2
  221. package/app/v20240202preview/containerAppsSourceControl.js +2 -2
  222. package/app/v20240202preview/daprComponent.js +2 -2
  223. package/app/v20240202preview/daprComponentResiliencyPolicy.js +2 -2
  224. package/app/v20240202preview/daprSubscription.js +2 -2
  225. package/app/v20240202preview/dotNetComponent.js +2 -2
  226. package/app/v20240202preview/javaComponent.js +2 -2
  227. package/app/v20240202preview/job.js +2 -2
  228. package/app/v20240202preview/logicApp.js +2 -2
  229. package/app/v20240202preview/managedCertificate.js +2 -2
  230. package/app/v20240202preview/managedEnvironment.js +2 -2
  231. package/app/v20240202preview/managedEnvironmentPrivateEndpointConnection.js +2 -2
  232. package/app/v20240202preview/managedEnvironmentsStorage.js +2 -2
  233. package/app/v20240301/certificate.js +2 -2
  234. package/app/v20240301/connectedEnvironment.js +2 -2
  235. package/app/v20240301/connectedEnvironmentsCertificate.js +2 -2
  236. package/app/v20240301/connectedEnvironmentsDaprComponent.js +2 -2
  237. package/app/v20240301/connectedEnvironmentsStorage.js +2 -2
  238. package/app/v20240301/containerApp.js +2 -2
  239. package/app/v20240301/containerAppsAuthConfig.js +2 -2
  240. package/app/v20240301/containerAppsSourceControl.js +2 -2
  241. package/app/v20240301/daprComponent.js +2 -2
  242. package/app/v20240301/job.js +2 -2
  243. package/app/v20240301/managedCertificate.js +2 -2
  244. package/app/v20240301/managedEnvironment.js +2 -2
  245. package/app/v20240301/managedEnvironmentsStorage.js +2 -2
  246. package/app/v20240802preview/appResiliency.d.ts +107 -0
  247. package/app/v20240802preview/appResiliency.js +82 -0
  248. package/app/v20240802preview/build.d.ts +95 -0
  249. package/app/v20240802preview/build.js +85 -0
  250. package/app/v20240802preview/builder.d.ts +103 -0
  251. package/app/v20240802preview/builder.js +82 -0
  252. package/app/v20240802preview/certificate.d.ts +87 -0
  253. package/app/v20240802preview/certificate.js +77 -0
  254. package/app/v20240802preview/connectedEnvironment.d.ts +119 -0
  255. package/app/v20240802preview/connectedEnvironment.js +85 -0
  256. package/app/v20240802preview/connectedEnvironmentsCertificate.d.ts +87 -0
  257. package/app/v20240802preview/connectedEnvironmentsCertificate.js +77 -0
  258. package/app/v20240802preview/connectedEnvironmentsDaprComponent.d.ts +131 -0
  259. package/app/v20240802preview/connectedEnvironmentsDaprComponent.js +90 -0
  260. package/app/v20240802preview/connectedEnvironmentsStorage.d.ts +67 -0
  261. package/app/v20240802preview/connectedEnvironmentsStorage.js +73 -0
  262. package/app/v20240802preview/containerApp.d.ts +188 -0
  263. package/app/v20240802preview/containerApp.js +108 -0
  264. package/app/v20240802preview/containerAppsAuthConfig.d.ts +107 -0
  265. package/app/v20240802preview/containerAppsAuthConfig.js +83 -0
  266. package/app/v20240802preview/containerAppsSessionPool.d.ts +152 -0
  267. package/app/v20240802preview/containerAppsSessionPool.js +93 -0
  268. package/app/v20240802preview/containerAppsSourceControl.d.ts +91 -0
  269. package/app/v20240802preview/containerAppsSourceControl.js +79 -0
  270. package/app/v20240802preview/daprComponent.d.ts +131 -0
  271. package/app/v20240802preview/daprComponent.js +90 -0
  272. package/app/v20240802preview/daprComponentResiliencyPolicy.d.ts +79 -0
  273. package/app/v20240802preview/daprComponentResiliencyPolicy.js +78 -0
  274. package/app/v20240802preview/daprSubscription.d.ts +119 -0
  275. package/app/v20240802preview/daprSubscription.js +85 -0
  276. package/app/v20240802preview/dotNetComponent.d.ts +88 -0
  277. package/app/v20240802preview/dotNetComponent.js +78 -0
  278. package/app/v20240802preview/getAppResiliency.d.ts +83 -0
  279. package/app/v20240802preview/getAppResiliency.js +27 -0
  280. package/app/v20240802preview/getBuild.d.ts +87 -0
  281. package/app/v20240802preview/getBuild.js +27 -0
  282. package/app/v20240802preview/getBuilder.d.ts +77 -0
  283. package/app/v20240802preview/getBuilder.js +26 -0
  284. package/app/v20240802preview/getCertificate.d.ts +73 -0
  285. package/app/v20240802preview/getCertificate.js +27 -0
  286. package/app/v20240802preview/getConnectedEnvironment.d.ts +89 -0
  287. package/app/v20240802preview/getConnectedEnvironment.js +26 -0
  288. package/app/v20240802preview/getConnectedEnvironmentsCertificate.d.ts +73 -0
  289. package/app/v20240802preview/getConnectedEnvironmentsCertificate.js +27 -0
  290. package/app/v20240802preview/getConnectedEnvironmentsDaprComponent.d.ts +95 -0
  291. package/app/v20240802preview/getConnectedEnvironmentsDaprComponent.js +27 -0
  292. package/app/v20240802preview/getConnectedEnvironmentsStorage.d.ts +63 -0
  293. package/app/v20240802preview/getConnectedEnvironmentsStorage.js +27 -0
  294. package/app/v20240802preview/getContainerApp.d.ts +133 -0
  295. package/app/v20240802preview/getContainerApp.js +26 -0
  296. package/app/v20240802preview/getContainerAppAuthToken.d.ts +69 -0
  297. package/app/v20240802preview/getContainerAppAuthToken.js +26 -0
  298. package/app/v20240802preview/getContainerAppsAuthConfig.d.ts +83 -0
  299. package/app/v20240802preview/getContainerAppsAuthConfig.js +27 -0
  300. package/app/v20240802preview/getContainerAppsSessionPool.d.ts +105 -0
  301. package/app/v20240802preview/getContainerAppsSessionPool.js +26 -0
  302. package/app/v20240802preview/getContainerAppsSourceControl.d.ts +77 -0
  303. package/app/v20240802preview/getContainerAppsSourceControl.js +27 -0
  304. package/app/v20240802preview/getCustomDomainVerificationId.d.ts +17 -0
  305. package/app/v20240802preview/getCustomDomainVerificationId.js +24 -0
  306. package/app/v20240802preview/getDaprComponent.d.ts +95 -0
  307. package/app/v20240802preview/getDaprComponent.js +27 -0
  308. package/app/v20240802preview/getDaprComponentResiliencyPolicy.d.ts +75 -0
  309. package/app/v20240802preview/getDaprComponentResiliencyPolicy.js +28 -0
  310. package/app/v20240802preview/getDaprSubscription.d.ts +89 -0
  311. package/app/v20240802preview/getDaprSubscription.js +27 -0
  312. package/app/v20240802preview/getDotNetComponent.d.ts +75 -0
  313. package/app/v20240802preview/getDotNetComponent.js +27 -0
  314. package/app/v20240802preview/getJavaComponent.d.ts +63 -0
  315. package/app/v20240802preview/getJavaComponent.js +27 -0
  316. package/app/v20240802preview/getJob.d.ts +101 -0
  317. package/app/v20240802preview/getJob.js +26 -0
  318. package/app/v20240802preview/getLogicApp.d.ts +59 -0
  319. package/app/v20240802preview/getLogicApp.js +27 -0
  320. package/app/v20240802preview/getManagedCertificate.d.ts +73 -0
  321. package/app/v20240802preview/getManagedCertificate.js +27 -0
  322. package/app/v20240802preview/getManagedEnvironment.d.ts +155 -0
  323. package/app/v20240802preview/getManagedEnvironment.js +26 -0
  324. package/app/v20240802preview/getManagedEnvironmentAuthToken.d.ts +69 -0
  325. package/app/v20240802preview/getManagedEnvironmentAuthToken.js +26 -0
  326. package/app/v20240802preview/getManagedEnvironmentPrivateEndpointConnection.d.ts +75 -0
  327. package/app/v20240802preview/getManagedEnvironmentPrivateEndpointConnection.js +27 -0
  328. package/app/v20240802preview/getManagedEnvironmentsStorage.d.ts +63 -0
  329. package/app/v20240802preview/getManagedEnvironmentsStorage.js +27 -0
  330. package/app/v20240802preview/index.d.ts +169 -0
  331. package/app/v20240802preview/index.js +226 -0
  332. package/app/v20240802preview/javaComponent.d.ts +67 -0
  333. package/app/v20240802preview/javaComponent.js +72 -0
  334. package/app/v20240802preview/job.d.ts +139 -0
  335. package/app/v20240802preview/job.js +92 -0
  336. package/app/v20240802preview/listBuildAuthToken.d.ts +50 -0
  337. package/app/v20240802preview/listBuildAuthToken.js +27 -0
  338. package/app/v20240802preview/listConnectedEnvironmentsDaprComponentSecrets.d.ts +47 -0
  339. package/app/v20240802preview/listConnectedEnvironmentsDaprComponentSecrets.js +27 -0
  340. package/app/v20240802preview/listContainerAppCustomHostNameAnalysis.d.ts +91 -0
  341. package/app/v20240802preview/listContainerAppCustomHostNameAnalysis.js +27 -0
  342. package/app/v20240802preview/listContainerAppSecrets.d.ts +39 -0
  343. package/app/v20240802preview/listContainerAppSecrets.js +26 -0
  344. package/app/v20240802preview/listDaprComponentSecrets.d.ts +47 -0
  345. package/app/v20240802preview/listDaprComponentSecrets.js +27 -0
  346. package/app/v20240802preview/listJobSecrets.d.ts +39 -0
  347. package/app/v20240802preview/listJobSecrets.js +26 -0
  348. package/app/v20240802preview/listLogicAppWorkflowsConnections.d.ts +67 -0
  349. package/app/v20240802preview/listLogicAppWorkflowsConnections.js +27 -0
  350. package/app/v20240802preview/logicApp.d.ts +58 -0
  351. package/app/v20240802preview/logicApp.js +71 -0
  352. package/app/v20240802preview/managedCertificate.d.ts +87 -0
  353. package/app/v20240802preview/managedCertificate.js +77 -0
  354. package/app/v20240802preview/managedEnvironment.d.ts +232 -0
  355. package/app/v20240802preview/managedEnvironment.js +117 -0
  356. package/app/v20240802preview/managedEnvironmentPrivateEndpointConnection.d.ts +79 -0
  357. package/app/v20240802preview/managedEnvironmentPrivateEndpointConnection.js +82 -0
  358. package/app/v20240802preview/managedEnvironmentsStorage.d.ts +67 -0
  359. package/app/v20240802preview/managedEnvironmentsStorage.js +73 -0
  360. package/devcenter/attachedNetworkByDevCenter.d.ts +1 -1
  361. package/devcenter/attachedNetworkByDevCenter.js +3 -3
  362. package/devcenter/catalog.d.ts +1 -1
  363. package/devcenter/catalog.js +3 -3
  364. package/devcenter/curationProfile.d.ts +2 -0
  365. package/devcenter/curationProfile.js +4 -2
  366. package/devcenter/devBoxDefinition.d.ts +1 -1
  367. package/devcenter/devBoxDefinition.js +3 -3
  368. package/devcenter/devCenter.d.ts +1 -1
  369. package/devcenter/devCenter.js +3 -3
  370. package/devcenter/encryptionSet.d.ts +1 -1
  371. package/devcenter/encryptionSet.js +3 -3
  372. package/devcenter/environmentType.d.ts +1 -1
  373. package/devcenter/environmentType.js +3 -3
  374. package/devcenter/gallery.d.ts +1 -1
  375. package/devcenter/gallery.js +3 -3
  376. package/devcenter/getAttachedNetworkByDevCenter.d.ts +2 -2
  377. package/devcenter/getAttachedNetworkByDevCenter.js +2 -2
  378. package/devcenter/getCatalog.d.ts +2 -2
  379. package/devcenter/getCatalog.js +2 -2
  380. package/devcenter/getCatalogSyncErrorDetails.d.ts +2 -2
  381. package/devcenter/getCatalogSyncErrorDetails.js +2 -2
  382. package/devcenter/getCurationProfile.d.ts +4 -0
  383. package/devcenter/getCurationProfile.js +5 -1
  384. package/devcenter/getCustomizationTaskErrorDetails.d.ts +2 -2
  385. package/devcenter/getCustomizationTaskErrorDetails.js +2 -2
  386. package/devcenter/getDevBoxDefinition.d.ts +2 -2
  387. package/devcenter/getDevBoxDefinition.js +2 -2
  388. package/devcenter/getDevCenter.d.ts +2 -2
  389. package/devcenter/getDevCenter.js +2 -2
  390. package/devcenter/getEncryptionSet.d.ts +2 -2
  391. package/devcenter/getEncryptionSet.js +2 -2
  392. package/devcenter/getEnvironmentDefinitionErrorDetails.d.ts +2 -2
  393. package/devcenter/getEnvironmentDefinitionErrorDetails.js +2 -2
  394. package/devcenter/getEnvironmentType.d.ts +2 -2
  395. package/devcenter/getEnvironmentType.js +2 -2
  396. package/devcenter/getGallery.d.ts +2 -2
  397. package/devcenter/getGallery.js +2 -2
  398. package/devcenter/getNetworkConnection.d.ts +2 -2
  399. package/devcenter/getNetworkConnection.js +2 -2
  400. package/devcenter/getPlan.d.ts +2 -2
  401. package/devcenter/getPlan.js +2 -2
  402. package/devcenter/getPlanMember.d.ts +2 -2
  403. package/devcenter/getPlanMember.js +2 -2
  404. package/devcenter/getPool.d.ts +2 -2
  405. package/devcenter/getPool.js +2 -2
  406. package/devcenter/getProject.d.ts +2 -2
  407. package/devcenter/getProject.js +2 -2
  408. package/devcenter/getProjectCatalog.d.ts +2 -2
  409. package/devcenter/getProjectCatalog.js +2 -2
  410. package/devcenter/getProjectCatalogEnvironmentDefinitionErrorDetails.d.ts +2 -2
  411. package/devcenter/getProjectCatalogEnvironmentDefinitionErrorDetails.js +2 -2
  412. package/devcenter/getProjectCatalogImageDefinitionBuildDetails.d.ts +2 -2
  413. package/devcenter/getProjectCatalogImageDefinitionBuildDetails.js +2 -2
  414. package/devcenter/getProjectCatalogSyncErrorDetails.d.ts +2 -2
  415. package/devcenter/getProjectCatalogSyncErrorDetails.js +2 -2
  416. package/devcenter/getProjectEnvironmentType.d.ts +2 -2
  417. package/devcenter/getProjectEnvironmentType.js +2 -2
  418. package/devcenter/getProjectInheritedSettings.d.ts +2 -2
  419. package/devcenter/getProjectInheritedSettings.js +2 -2
  420. package/devcenter/getProjectPolicy.d.ts +73 -0
  421. package/devcenter/getProjectPolicy.js +29 -0
  422. package/devcenter/getSchedule.d.ts +2 -2
  423. package/devcenter/getSchedule.js +2 -2
  424. package/devcenter/index.d.ts +8 -1
  425. package/devcenter/index.js +11 -2
  426. package/devcenter/listSkusByProject.d.ts +2 -2
  427. package/devcenter/listSkusByProject.js +2 -2
  428. package/devcenter/networkConnection.d.ts +1 -1
  429. package/devcenter/networkConnection.js +3 -3
  430. package/devcenter/plan.d.ts +1 -1
  431. package/devcenter/plan.js +3 -3
  432. package/devcenter/planMember.d.ts +1 -1
  433. package/devcenter/planMember.js +3 -3
  434. package/devcenter/pool.d.ts +1 -1
  435. package/devcenter/pool.js +3 -3
  436. package/devcenter/project.d.ts +1 -1
  437. package/devcenter/project.js +3 -3
  438. package/devcenter/projectCatalog.d.ts +1 -1
  439. package/devcenter/projectCatalog.js +3 -3
  440. package/devcenter/projectEnvironmentType.d.ts +1 -1
  441. package/devcenter/projectEnvironmentType.js +3 -3
  442. package/devcenter/projectPolicy.d.ts +80 -0
  443. package/devcenter/projectPolicy.js +78 -0
  444. package/devcenter/schedule.d.ts +1 -1
  445. package/devcenter/schedule.js +3 -3
  446. package/devcenter/v20221111preview/devBoxDefinition.js +2 -2
  447. package/devcenter/v20230401/attachedNetworkByDevCenter.js +2 -2
  448. package/devcenter/v20230401/catalog.js +2 -2
  449. package/devcenter/v20230401/devBoxDefinition.js +2 -2
  450. package/devcenter/v20230401/devCenter.js +2 -2
  451. package/devcenter/v20230401/environmentType.js +2 -2
  452. package/devcenter/v20230401/gallery.js +2 -2
  453. package/devcenter/v20230401/networkConnection.js +2 -2
  454. package/devcenter/v20230401/pool.js +2 -2
  455. package/devcenter/v20230401/project.js +2 -2
  456. package/devcenter/v20230401/projectEnvironmentType.js +2 -2
  457. package/devcenter/v20230401/schedule.js +2 -2
  458. package/devcenter/v20230801preview/attachedNetworkByDevCenter.js +2 -2
  459. package/devcenter/v20230801preview/catalog.js +2 -2
  460. package/devcenter/v20230801preview/devBoxDefinition.js +2 -2
  461. package/devcenter/v20230801preview/devCenter.js +2 -2
  462. package/devcenter/v20230801preview/environmentType.js +2 -2
  463. package/devcenter/v20230801preview/gallery.js +2 -2
  464. package/devcenter/v20230801preview/networkConnection.js +2 -2
  465. package/devcenter/v20230801preview/pool.js +2 -2
  466. package/devcenter/v20230801preview/project.js +2 -2
  467. package/devcenter/v20230801preview/projectEnvironmentType.js +2 -2
  468. package/devcenter/v20230801preview/schedule.js +2 -2
  469. package/devcenter/v20231001preview/attachedNetworkByDevCenter.js +2 -2
  470. package/devcenter/v20231001preview/catalog.js +2 -2
  471. package/devcenter/v20231001preview/devBoxDefinition.js +2 -2
  472. package/devcenter/v20231001preview/devCenter.js +2 -2
  473. package/devcenter/v20231001preview/environmentType.js +2 -2
  474. package/devcenter/v20231001preview/gallery.js +2 -2
  475. package/devcenter/v20231001preview/networkConnection.js +2 -2
  476. package/devcenter/v20231001preview/pool.js +2 -2
  477. package/devcenter/v20231001preview/project.js +2 -2
  478. package/devcenter/v20231001preview/projectEnvironmentType.js +2 -2
  479. package/devcenter/v20231001preview/schedule.js +2 -2
  480. package/devcenter/v20240201/attachedNetworkByDevCenter.js +2 -2
  481. package/devcenter/v20240201/catalog.js +2 -2
  482. package/devcenter/v20240201/devBoxDefinition.js +2 -2
  483. package/devcenter/v20240201/devCenter.js +2 -2
  484. package/devcenter/v20240201/environmentType.js +2 -2
  485. package/devcenter/v20240201/gallery.js +2 -2
  486. package/devcenter/v20240201/networkConnection.js +2 -2
  487. package/devcenter/v20240201/pool.js +2 -2
  488. package/devcenter/v20240201/project.js +2 -2
  489. package/devcenter/v20240201/projectCatalog.js +2 -2
  490. package/devcenter/v20240201/projectEnvironmentType.js +2 -2
  491. package/devcenter/v20240201/schedule.js +2 -2
  492. package/devcenter/v20240501preview/attachedNetworkByDevCenter.js +2 -2
  493. package/devcenter/v20240501preview/catalog.js +2 -2
  494. package/devcenter/v20240501preview/devBoxDefinition.js +2 -2
  495. package/devcenter/v20240501preview/devCenter.js +2 -2
  496. package/devcenter/v20240501preview/encryptionSet.js +2 -2
  497. package/devcenter/v20240501preview/environmentType.js +2 -2
  498. package/devcenter/v20240501preview/gallery.js +2 -2
  499. package/devcenter/v20240501preview/networkConnection.js +2 -2
  500. package/devcenter/v20240501preview/plan.js +2 -2
  501. package/devcenter/v20240501preview/planMember.js +2 -2
  502. package/devcenter/v20240501preview/pool.js +2 -2
  503. package/devcenter/v20240501preview/project.js +2 -2
  504. package/devcenter/v20240501preview/projectCatalog.js +2 -2
  505. package/devcenter/v20240501preview/projectEnvironmentType.js +2 -2
  506. package/devcenter/v20240501preview/schedule.js +2 -2
  507. package/devcenter/v20240601preview/attachedNetworkByDevCenter.js +2 -2
  508. package/devcenter/v20240601preview/catalog.js +2 -2
  509. package/devcenter/v20240601preview/devBoxDefinition.js +2 -2
  510. package/devcenter/v20240601preview/devCenter.js +2 -2
  511. package/devcenter/v20240601preview/encryptionSet.js +2 -2
  512. package/devcenter/v20240601preview/environmentType.js +2 -2
  513. package/devcenter/v20240601preview/gallery.js +2 -2
  514. package/devcenter/v20240601preview/networkConnection.js +2 -2
  515. package/devcenter/v20240601preview/plan.js +2 -2
  516. package/devcenter/v20240601preview/planMember.js +2 -2
  517. package/devcenter/v20240601preview/pool.js +2 -2
  518. package/devcenter/v20240601preview/project.js +2 -2
  519. package/devcenter/v20240601preview/projectCatalog.js +2 -2
  520. package/devcenter/v20240601preview/projectEnvironmentType.js +2 -2
  521. package/devcenter/v20240601preview/schedule.js +2 -2
  522. package/devcenter/v20240701preview/attachedNetworkByDevCenter.js +2 -2
  523. package/devcenter/v20240701preview/catalog.js +2 -2
  524. package/devcenter/v20240701preview/devBoxDefinition.js +2 -2
  525. package/devcenter/v20240701preview/devCenter.js +2 -2
  526. package/devcenter/v20240701preview/encryptionSet.js +2 -2
  527. package/devcenter/v20240701preview/environmentType.js +2 -2
  528. package/devcenter/v20240701preview/gallery.js +2 -2
  529. package/devcenter/v20240701preview/networkConnection.js +2 -2
  530. package/devcenter/v20240701preview/plan.js +2 -2
  531. package/devcenter/v20240701preview/planMember.js +2 -2
  532. package/devcenter/v20240701preview/pool.js +2 -2
  533. package/devcenter/v20240701preview/project.js +2 -2
  534. package/devcenter/v20240701preview/projectCatalog.js +2 -2
  535. package/devcenter/v20240701preview/projectEnvironmentType.js +2 -2
  536. package/devcenter/v20240701preview/schedule.js +2 -2
  537. package/devcenter/v20240801preview/attachedNetworkByDevCenter.js +2 -2
  538. package/devcenter/v20240801preview/catalog.js +2 -2
  539. package/devcenter/v20240801preview/curationProfile.js +2 -2
  540. package/devcenter/v20240801preview/devBoxDefinition.js +2 -2
  541. package/devcenter/v20240801preview/devCenter.js +2 -2
  542. package/devcenter/v20240801preview/encryptionSet.js +2 -2
  543. package/devcenter/v20240801preview/environmentType.js +2 -2
  544. package/devcenter/v20240801preview/gallery.js +2 -2
  545. package/devcenter/v20240801preview/networkConnection.js +2 -2
  546. package/devcenter/v20240801preview/plan.js +2 -2
  547. package/devcenter/v20240801preview/planMember.js +2 -2
  548. package/devcenter/v20240801preview/pool.js +2 -2
  549. package/devcenter/v20240801preview/project.js +2 -2
  550. package/devcenter/v20240801preview/projectCatalog.js +2 -2
  551. package/devcenter/v20240801preview/projectEnvironmentType.js +2 -2
  552. package/devcenter/v20240801preview/schedule.js +2 -2
  553. package/devcenter/v20241001preview/attachedNetworkByDevCenter.d.ts +82 -0
  554. package/devcenter/v20241001preview/attachedNetworkByDevCenter.js +84 -0
  555. package/devcenter/v20241001preview/catalog.d.ts +120 -0
  556. package/devcenter/v20241001preview/catalog.js +91 -0
  557. package/devcenter/v20241001preview/curationProfile.d.ts +79 -0
  558. package/devcenter/v20241001preview/curationProfile.js +77 -0
  559. package/devcenter/v20241001preview/devBoxDefinition.d.ts +132 -0
  560. package/devcenter/v20241001preview/devBoxDefinition.js +99 -0
  561. package/devcenter/v20241001preview/devCenter.d.ts +148 -0
  562. package/devcenter/v20241001preview/devCenter.js +91 -0
  563. package/devcenter/v20241001preview/encryptionSet.d.ts +108 -0
  564. package/devcenter/v20241001preview/encryptionSet.js +83 -0
  565. package/devcenter/v20241001preview/environmentType.d.ts +82 -0
  566. package/devcenter/v20241001preview/environmentType.js +77 -0
  567. package/devcenter/v20241001preview/gallery.d.ts +70 -0
  568. package/devcenter/v20241001preview/gallery.js +78 -0
  569. package/devcenter/v20241001preview/getAttachedNetworkByDevCenter.d.ts +79 -0
  570. package/devcenter/v20241001preview/getAttachedNetworkByDevCenter.js +27 -0
  571. package/devcenter/v20241001preview/getCatalog.d.ts +101 -0
  572. package/devcenter/v20241001preview/getCatalog.js +27 -0
  573. package/devcenter/v20241001preview/getCatalogSyncErrorDetails.d.ts +55 -0
  574. package/devcenter/v20241001preview/getCatalogSyncErrorDetails.js +27 -0
  575. package/devcenter/v20241001preview/getCurationProfile.d.ts +71 -0
  576. package/devcenter/v20241001preview/getCurationProfile.js +27 -0
  577. package/devcenter/v20241001preview/getCustomizationTaskErrorDetails.d.ts +55 -0
  578. package/devcenter/v20241001preview/getCustomizationTaskErrorDetails.js +28 -0
  579. package/devcenter/v20241001preview/getDevBoxDefinition.d.ts +105 -0
  580. package/devcenter/v20241001preview/getDevBoxDefinition.js +27 -0
  581. package/devcenter/v20241001preview/getDevCenter.d.ts +101 -0
  582. package/devcenter/v20241001preview/getDevCenter.js +26 -0
  583. package/devcenter/v20241001preview/getEncryptionSet.d.ts +85 -0
  584. package/devcenter/v20241001preview/getEncryptionSet.js +27 -0
  585. package/devcenter/v20241001preview/getEnvironmentDefinitionErrorDetails.d.ts +55 -0
  586. package/devcenter/v20241001preview/getEnvironmentDefinitionErrorDetails.js +28 -0
  587. package/devcenter/v20241001preview/getEnvironmentType.d.ts +73 -0
  588. package/devcenter/v20241001preview/getEnvironmentType.js +27 -0
  589. package/devcenter/v20241001preview/getGallery.d.ts +67 -0
  590. package/devcenter/v20241001preview/getGallery.js +27 -0
  591. package/devcenter/v20241001preview/getNetworkConnection.d.ts +97 -0
  592. package/devcenter/v20241001preview/getNetworkConnection.js +26 -0
  593. package/devcenter/v20241001preview/getPlan.d.ts +69 -0
  594. package/devcenter/v20241001preview/getPlan.js +26 -0
  595. package/devcenter/v20241001preview/getPlanMember.d.ts +85 -0
  596. package/devcenter/v20241001preview/getPlanMember.js +27 -0
  597. package/devcenter/v20241001preview/getPool.d.ts +133 -0
  598. package/devcenter/v20241001preview/getPool.js +27 -0
  599. package/devcenter/v20241001preview/getProject.d.ts +93 -0
  600. package/devcenter/v20241001preview/getProject.js +26 -0
  601. package/devcenter/v20241001preview/getProjectCatalog.d.ts +101 -0
  602. package/devcenter/v20241001preview/getProjectCatalog.js +27 -0
  603. package/devcenter/v20241001preview/getProjectCatalogEnvironmentDefinitionErrorDetails.d.ts +55 -0
  604. package/devcenter/v20241001preview/getProjectCatalogEnvironmentDefinitionErrorDetails.js +28 -0
  605. package/devcenter/v20241001preview/getProjectCatalogImageDefinitionBuildDetails.d.ts +99 -0
  606. package/devcenter/v20241001preview/getProjectCatalogImageDefinitionBuildDetails.js +29 -0
  607. package/devcenter/v20241001preview/getProjectCatalogSyncErrorDetails.d.ts +55 -0
  608. package/devcenter/v20241001preview/getProjectCatalogSyncErrorDetails.js +27 -0
  609. package/devcenter/v20241001preview/getProjectEnvironmentType.d.ts +103 -0
  610. package/devcenter/v20241001preview/getProjectEnvironmentType.js +27 -0
  611. package/devcenter/v20241001preview/getProjectInheritedSettings.d.ts +43 -0
  612. package/devcenter/v20241001preview/getProjectInheritedSettings.js +26 -0
  613. package/devcenter/v20241001preview/getProjectPolicy.d.ts +71 -0
  614. package/devcenter/v20241001preview/getProjectPolicy.js +27 -0
  615. package/devcenter/v20241001preview/getSchedule.d.ts +105 -0
  616. package/devcenter/v20241001preview/getSchedule.js +29 -0
  617. package/devcenter/v20241001preview/index.d.ts +127 -0
  618. package/devcenter/v20241001preview/index.js +178 -0
  619. package/devcenter/v20241001preview/listSkusByProject.d.ts +43 -0
  620. package/devcenter/v20241001preview/listSkusByProject.js +26 -0
  621. package/devcenter/v20241001preview/networkConnection.d.ts +139 -0
  622. package/devcenter/v20241001preview/networkConnection.js +95 -0
  623. package/devcenter/v20241001preview/plan.d.ts +87 -0
  624. package/devcenter/v20241001preview/plan.js +75 -0
  625. package/devcenter/v20241001preview/planMember.d.ts +103 -0
  626. package/devcenter/v20241001preview/planMember.js +83 -0
  627. package/devcenter/v20241001preview/pool.d.ts +192 -0
  628. package/devcenter/v20241001preview/pool.js +119 -0
  629. package/devcenter/v20241001preview/project.d.ts +131 -0
  630. package/devcenter/v20241001preview/project.js +87 -0
  631. package/devcenter/v20241001preview/projectCatalog.d.ts +120 -0
  632. package/devcenter/v20241001preview/projectCatalog.js +91 -0
  633. package/devcenter/v20241001preview/projectEnvironmentType.d.ts +140 -0
  634. package/devcenter/v20241001preview/projectEnvironmentType.js +91 -0
  635. package/devcenter/v20241001preview/projectPolicy.d.ts +79 -0
  636. package/devcenter/v20241001preview/projectPolicy.js +77 -0
  637. package/devcenter/v20241001preview/schedule.d.ts +127 -0
  638. package/devcenter/v20241001preview/schedule.js +102 -0
  639. package/elastic/getBillingInfo.d.ts +2 -2
  640. package/elastic/getBillingInfo.js +2 -2
  641. package/elastic/getMonitor.d.ts +2 -2
  642. package/elastic/getMonitor.js +2 -2
  643. package/elastic/getMonitoredSubscription.d.ts +2 -2
  644. package/elastic/getMonitoredSubscription.js +2 -2
  645. package/elastic/getOpenAI.d.ts +2 -2
  646. package/elastic/getOpenAI.js +2 -2
  647. package/elastic/getOpenAIStatus.d.ts +2 -2
  648. package/elastic/getOpenAIStatus.js +2 -2
  649. package/elastic/getOrganizationApiKey.d.ts +2 -2
  650. package/elastic/getOrganizationApiKey.js +2 -2
  651. package/elastic/getOrganizationElasticToAzureSubscriptionMapping.d.ts +2 -2
  652. package/elastic/getOrganizationElasticToAzureSubscriptionMapping.js +2 -2
  653. package/elastic/getTagRule.d.ts +2 -2
  654. package/elastic/getTagRule.js +2 -2
  655. package/elastic/index.d.ts +2 -1
  656. package/elastic/index.js +4 -2
  657. package/elastic/listAllTrafficFilter.d.ts +2 -2
  658. package/elastic/listAllTrafficFilter.js +2 -2
  659. package/elastic/listConnectedPartnerResource.d.ts +2 -2
  660. package/elastic/listConnectedPartnerResource.js +2 -2
  661. package/elastic/listDeploymentInfo.d.ts +2 -2
  662. package/elastic/listDeploymentInfo.js +2 -2
  663. package/elastic/listMonitoredResource.d.ts +2 -2
  664. package/elastic/listMonitoredResource.js +2 -2
  665. package/elastic/listUpgradableVersionDetails.d.ts +2 -2
  666. package/elastic/listUpgradableVersionDetails.js +2 -2
  667. package/elastic/listVMHost.d.ts +2 -2
  668. package/elastic/listVMHost.js +2 -2
  669. package/elastic/listlistAssociatedTrafficFilter.d.ts +2 -2
  670. package/elastic/listlistAssociatedTrafficFilter.js +2 -2
  671. package/elastic/monitor.d.ts +1 -1
  672. package/elastic/monitor.js +3 -3
  673. package/elastic/monitoredSubscription.d.ts +1 -1
  674. package/elastic/monitoredSubscription.js +3 -3
  675. package/elastic/openAI.d.ts +1 -1
  676. package/elastic/openAI.js +3 -3
  677. package/elastic/tagRule.d.ts +1 -1
  678. package/elastic/tagRule.js +3 -3
  679. package/elastic/v20230601/monitor.js +2 -2
  680. package/elastic/v20230601/tagRule.js +2 -2
  681. package/elastic/v20230615preview/monitor.js +2 -2
  682. package/elastic/v20230615preview/tagRule.js +2 -2
  683. package/elastic/v20230701preview/monitor.js +2 -2
  684. package/elastic/v20230701preview/tagRule.js +2 -2
  685. package/elastic/v20231001preview/monitor.js +2 -2
  686. package/elastic/v20231001preview/tagRule.js +2 -2
  687. package/elastic/v20231101preview/monitor.js +2 -2
  688. package/elastic/v20231101preview/tagRule.js +2 -2
  689. package/elastic/v20240101preview/monitor.js +2 -2
  690. package/elastic/v20240101preview/openAI.js +2 -2
  691. package/elastic/v20240101preview/tagRule.js +2 -2
  692. package/elastic/v20240301/monitor.js +2 -2
  693. package/elastic/v20240301/openAI.js +2 -2
  694. package/elastic/v20240301/tagRule.js +2 -2
  695. package/elastic/v20240501preview/monitor.js +2 -2
  696. package/elastic/v20240501preview/monitoredSubscription.js +2 -2
  697. package/elastic/v20240501preview/openAI.js +2 -2
  698. package/elastic/v20240501preview/tagRule.js +2 -2
  699. package/elastic/v20240615preview/monitor.js +2 -2
  700. package/elastic/v20240615preview/monitoredSubscription.js +2 -2
  701. package/elastic/v20240615preview/openAI.js +2 -2
  702. package/elastic/v20240615preview/tagRule.js +2 -2
  703. package/elastic/v20241001preview/getBillingInfo.d.ts +43 -0
  704. package/elastic/v20241001preview/getBillingInfo.js +26 -0
  705. package/elastic/v20241001preview/getMonitor.d.ts +73 -0
  706. package/elastic/v20241001preview/getMonitor.js +26 -0
  707. package/elastic/v20241001preview/getMonitoredSubscription.d.ts +59 -0
  708. package/elastic/v20241001preview/getMonitoredSubscription.js +27 -0
  709. package/elastic/v20241001preview/getOpenAI.d.ts +59 -0
  710. package/elastic/v20241001preview/getOpenAI.js +27 -0
  711. package/elastic/v20241001preview/getOpenAIStatus.d.ts +47 -0
  712. package/elastic/v20241001preview/getOpenAIStatus.js +27 -0
  713. package/elastic/v20241001preview/getOrganizationApiKey.d.ts +28 -0
  714. package/elastic/v20241001preview/getOrganizationApiKey.js +26 -0
  715. package/elastic/v20241001preview/getOrganizationElasticToAzureSubscriptionMapping.d.ts +21 -0
  716. package/elastic/v20241001preview/getOrganizationElasticToAzureSubscriptionMapping.js +24 -0
  717. package/elastic/v20241001preview/getTagRule.d.ts +63 -0
  718. package/elastic/v20241001preview/getTagRule.js +27 -0
  719. package/elastic/v20241001preview/index.d.ts +58 -0
  720. package/elastic/v20241001preview/index.js +95 -0
  721. package/elastic/v20241001preview/listAllTrafficFilter.d.ts +39 -0
  722. package/elastic/v20241001preview/listAllTrafficFilter.js +26 -0
  723. package/elastic/v20241001preview/listConnectedPartnerResource.d.ts +43 -0
  724. package/elastic/v20241001preview/listConnectedPartnerResource.js +26 -0
  725. package/elastic/v20241001preview/listDeploymentInfo.d.ts +63 -0
  726. package/elastic/v20241001preview/listDeploymentInfo.js +26 -0
  727. package/elastic/v20241001preview/listMonitoredResource.d.ts +43 -0
  728. package/elastic/v20241001preview/listMonitoredResource.js +26 -0
  729. package/elastic/v20241001preview/listUpgradableVersionDetails.d.ts +42 -0
  730. package/elastic/v20241001preview/listUpgradableVersionDetails.js +26 -0
  731. package/elastic/v20241001preview/listVMHost.d.ts +43 -0
  732. package/elastic/v20241001preview/listVMHost.js +26 -0
  733. package/elastic/v20241001preview/listlistAssociatedTrafficFilter.d.ts +39 -0
  734. package/elastic/v20241001preview/listlistAssociatedTrafficFilter.js +26 -0
  735. package/elastic/v20241001preview/monitor.d.ts +99 -0
  736. package/elastic/v20241001preview/monitor.js +77 -0
  737. package/elastic/v20241001preview/monitoredSubscription.d.ts +63 -0
  738. package/elastic/v20241001preview/monitoredSubscription.js +71 -0
  739. package/elastic/v20241001preview/openAI.d.ts +63 -0
  740. package/elastic/v20241001preview/openAI.js +71 -0
  741. package/elastic/v20241001preview/tagRule.d.ts +67 -0
  742. package/elastic/v20241001preview/tagRule.js +73 -0
  743. package/package.json +2 -2
  744. package/package.json.bak +2 -2
  745. package/tsconfig.tsbuildinfo +1 -1
  746. package/types/enums/app/index.d.ts +2 -1
  747. package/types/enums/app/index.js +4 -2
  748. package/types/enums/app/v20240802preview/index.d.ts +304 -0
  749. package/types/enums/app/v20240802preview/index.js +169 -0
  750. package/types/enums/devcenter/index.d.ts +2 -1
  751. package/types/enums/devcenter/index.js +4 -2
  752. package/types/enums/devcenter/v20241001preview/index.d.ts +196 -0
  753. package/types/enums/devcenter/v20241001preview/index.js +106 -0
  754. package/types/enums/elastic/index.d.ts +2 -1
  755. package/types/enums/elastic/index.js +4 -2
  756. package/types/enums/elastic/v20241001preview/index.d.ts +44 -0
  757. package/types/enums/elastic/v20241001preview/index.js +30 -0
  758. package/types/input.d.ts +3532 -156
  759. package/types/input.js +98 -1
  760. package/types/output.d.ts +4889 -497
  761. package/types/output.js +136 -3
package/types/input.d.ts CHANGED
@@ -29689,6 +29689,2940 @@ export declare namespace app {
29689
29689
  workloadProfileType: pulumi.Input<string>;
29690
29690
  }
29691
29691
  }
29692
+ namespace v20240802preview {
29693
+ /**
29694
+ * The configuration settings of the Allowed Audiences validation flow.
29695
+ */
29696
+ interface AllowedAudiencesValidationArgs {
29697
+ /**
29698
+ * The configuration settings of the allowed list of audiences from which to validate the JWT token.
29699
+ */
29700
+ allowedAudiences?: pulumi.Input<pulumi.Input<string>[]>;
29701
+ }
29702
+ /**
29703
+ * The configuration settings of the Azure Active Directory allowed principals.
29704
+ */
29705
+ interface AllowedPrincipalsArgs {
29706
+ /**
29707
+ * The list of the allowed groups.
29708
+ */
29709
+ groups?: pulumi.Input<pulumi.Input<string>[]>;
29710
+ /**
29711
+ * The list of the allowed identities.
29712
+ */
29713
+ identities?: pulumi.Input<pulumi.Input<string>[]>;
29714
+ }
29715
+ /**
29716
+ * Configuration of Application Insights
29717
+ */
29718
+ interface AppInsightsConfigurationArgs {
29719
+ /**
29720
+ * Application Insights connection string
29721
+ */
29722
+ connectionString?: pulumi.Input<string>;
29723
+ }
29724
+ /**
29725
+ * Configuration of application logs
29726
+ */
29727
+ interface AppLogsConfigurationArgs {
29728
+ /**
29729
+ * Logs destination, can be 'log-analytics', 'azure-monitor' or 'none'
29730
+ */
29731
+ destination?: pulumi.Input<string>;
29732
+ /**
29733
+ * Log Analytics configuration, must only be provided when destination is configured as 'log-analytics'
29734
+ */
29735
+ logAnalyticsConfiguration?: pulumi.Input<inputs.app.v20240802preview.LogAnalyticsConfigurationArgs>;
29736
+ }
29737
+ /**
29738
+ * The configuration settings of the app registration for providers that have app ids and app secrets
29739
+ */
29740
+ interface AppRegistrationArgs {
29741
+ /**
29742
+ * The App ID of the app used for login.
29743
+ */
29744
+ appId?: pulumi.Input<string>;
29745
+ /**
29746
+ * The app setting name that contains the app secret.
29747
+ */
29748
+ appSecretSettingName?: pulumi.Input<string>;
29749
+ }
29750
+ /**
29751
+ * The configuration settings of the Apple provider.
29752
+ */
29753
+ interface AppleArgs {
29754
+ /**
29755
+ * <code>false</code> if the Apple provider should not be enabled despite the set registration; otherwise, <code>true</code>.
29756
+ */
29757
+ enabled?: pulumi.Input<boolean>;
29758
+ /**
29759
+ * The configuration settings of the login flow.
29760
+ */
29761
+ login?: pulumi.Input<inputs.app.v20240802preview.LoginScopesArgs>;
29762
+ /**
29763
+ * The configuration settings of the Apple registration.
29764
+ */
29765
+ registration?: pulumi.Input<inputs.app.v20240802preview.AppleRegistrationArgs>;
29766
+ }
29767
+ /**
29768
+ * The configuration settings of the registration for the Apple provider
29769
+ */
29770
+ interface AppleRegistrationArgs {
29771
+ /**
29772
+ * The Client ID of the app used for login.
29773
+ */
29774
+ clientId?: pulumi.Input<string>;
29775
+ /**
29776
+ * The app setting name that contains the client secret.
29777
+ */
29778
+ clientSecretSettingName?: pulumi.Input<string>;
29779
+ }
29780
+ /**
29781
+ * The configuration settings of the platform of ContainerApp Service Authentication/Authorization.
29782
+ */
29783
+ interface AuthPlatformArgs {
29784
+ /**
29785
+ * <code>true</code> if the Authentication / Authorization feature is enabled for the current app; otherwise, <code>false</code>.
29786
+ */
29787
+ enabled?: pulumi.Input<boolean>;
29788
+ /**
29789
+ * The RuntimeVersion of the Authentication / Authorization feature in use for the current app.
29790
+ * The setting in this value can control the behavior of certain features in the Authentication / Authorization module.
29791
+ */
29792
+ runtimeVersion?: pulumi.Input<string>;
29793
+ }
29794
+ /**
29795
+ * The configuration settings of the Azure Active directory provider.
29796
+ */
29797
+ interface AzureActiveDirectoryArgs {
29798
+ /**
29799
+ * <code>false</code> if the Azure Active Directory provider should not be enabled despite the set registration; otherwise, <code>true</code>.
29800
+ */
29801
+ enabled?: pulumi.Input<boolean>;
29802
+ /**
29803
+ * Gets a value indicating whether the Azure AD configuration was auto-provisioned using 1st party tooling.
29804
+ * This is an internal flag primarily intended to support the Azure Management Portal. Users should not
29805
+ * read or write to this property.
29806
+ */
29807
+ isAutoProvisioned?: pulumi.Input<boolean>;
29808
+ /**
29809
+ * The configuration settings of the Azure Active Directory login flow.
29810
+ */
29811
+ login?: pulumi.Input<inputs.app.v20240802preview.AzureActiveDirectoryLoginArgs>;
29812
+ /**
29813
+ * The configuration settings of the Azure Active Directory app registration.
29814
+ */
29815
+ registration?: pulumi.Input<inputs.app.v20240802preview.AzureActiveDirectoryRegistrationArgs>;
29816
+ /**
29817
+ * The configuration settings of the Azure Active Directory token validation flow.
29818
+ */
29819
+ validation?: pulumi.Input<inputs.app.v20240802preview.AzureActiveDirectoryValidationArgs>;
29820
+ }
29821
+ /**
29822
+ * The configuration settings of the Azure Active Directory login flow.
29823
+ */
29824
+ interface AzureActiveDirectoryLoginArgs {
29825
+ /**
29826
+ * <code>true</code> if the www-authenticate provider should be omitted from the request; otherwise, <code>false</code>.
29827
+ */
29828
+ disableWWWAuthenticate?: pulumi.Input<boolean>;
29829
+ /**
29830
+ * Login parameters to send to the OpenID Connect authorization endpoint when
29831
+ * a user logs in. Each parameter must be in the form "key=value".
29832
+ */
29833
+ loginParameters?: pulumi.Input<pulumi.Input<string>[]>;
29834
+ }
29835
+ /**
29836
+ * The configuration settings of the Azure Active Directory app registration.
29837
+ */
29838
+ interface AzureActiveDirectoryRegistrationArgs {
29839
+ /**
29840
+ * The Client ID of this relying party application, known as the client_id.
29841
+ * This setting is required for enabling OpenID Connection authentication with Azure Active Directory or
29842
+ * other 3rd party OpenID Connect providers.
29843
+ * More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html
29844
+ */
29845
+ clientId?: pulumi.Input<string>;
29846
+ /**
29847
+ * An alternative to the client secret thumbprint, that is the issuer of a certificate used for signing purposes. This property acts as
29848
+ * a replacement for the Client Secret Certificate Thumbprint. It is also optional.
29849
+ */
29850
+ clientSecretCertificateIssuer?: pulumi.Input<string>;
29851
+ /**
29852
+ * An alternative to the client secret thumbprint, that is the subject alternative name of a certificate used for signing purposes. This property acts as
29853
+ * a replacement for the Client Secret Certificate Thumbprint. It is also optional.
29854
+ */
29855
+ clientSecretCertificateSubjectAlternativeName?: pulumi.Input<string>;
29856
+ /**
29857
+ * An alternative to the client secret, that is the thumbprint of a certificate used for signing purposes. This property acts as
29858
+ * a replacement for the Client Secret. It is also optional.
29859
+ */
29860
+ clientSecretCertificateThumbprint?: pulumi.Input<string>;
29861
+ /**
29862
+ * The app setting name that contains the client secret of the relying party application.
29863
+ */
29864
+ clientSecretSettingName?: pulumi.Input<string>;
29865
+ /**
29866
+ * The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application.
29867
+ * When using Azure Active Directory, this value is the URI of the directory tenant, e.g. https://login.microsoftonline.com/v2.0/{tenant-guid}/.
29868
+ * This URI is a case-sensitive identifier for the token issuer.
29869
+ * More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html
29870
+ */
29871
+ openIdIssuer?: pulumi.Input<string>;
29872
+ }
29873
+ /**
29874
+ * The configuration settings of the Azure Active Directory token validation flow.
29875
+ */
29876
+ interface AzureActiveDirectoryValidationArgs {
29877
+ /**
29878
+ * The list of audiences that can make successful authentication/authorization requests.
29879
+ */
29880
+ allowedAudiences?: pulumi.Input<pulumi.Input<string>[]>;
29881
+ /**
29882
+ * The configuration settings of the default authorization policy.
29883
+ */
29884
+ defaultAuthorizationPolicy?: pulumi.Input<inputs.app.v20240802preview.DefaultAuthorizationPolicyArgs>;
29885
+ /**
29886
+ * The configuration settings of the checks that should be made while validating the JWT Claims.
29887
+ */
29888
+ jwtClaimChecks?: pulumi.Input<inputs.app.v20240802preview.JwtClaimChecksArgs>;
29889
+ }
29890
+ /**
29891
+ * Container App credentials.
29892
+ */
29893
+ interface AzureCredentialsArgs {
29894
+ /**
29895
+ * Client Id.
29896
+ */
29897
+ clientId?: pulumi.Input<string>;
29898
+ /**
29899
+ * Client Secret.
29900
+ */
29901
+ clientSecret?: pulumi.Input<string>;
29902
+ /**
29903
+ * Kind of auth github does for deploying the template
29904
+ */
29905
+ kind?: pulumi.Input<string>;
29906
+ /**
29907
+ * Subscription Id.
29908
+ */
29909
+ subscriptionId?: pulumi.Input<string>;
29910
+ /**
29911
+ * Tenant Id.
29912
+ */
29913
+ tenantId?: pulumi.Input<string>;
29914
+ }
29915
+ /**
29916
+ * Azure File Properties.
29917
+ */
29918
+ interface AzureFilePropertiesArgs {
29919
+ /**
29920
+ * Access mode for storage
29921
+ */
29922
+ accessMode?: pulumi.Input<string | enums.app.v20240802preview.AccessMode>;
29923
+ /**
29924
+ * Storage account key for azure file.
29925
+ */
29926
+ accountKey?: pulumi.Input<string>;
29927
+ /**
29928
+ * Storage account name for azure file.
29929
+ */
29930
+ accountName?: pulumi.Input<string>;
29931
+ /**
29932
+ * Azure file share name.
29933
+ */
29934
+ shareName?: pulumi.Input<string>;
29935
+ }
29936
+ /**
29937
+ * The configuration settings of the Azure Static Web Apps provider.
29938
+ */
29939
+ interface AzureStaticWebAppsArgs {
29940
+ /**
29941
+ * <code>false</code> if the Azure Static Web Apps provider should not be enabled despite the set registration; otherwise, <code>true</code>.
29942
+ */
29943
+ enabled?: pulumi.Input<boolean>;
29944
+ /**
29945
+ * The configuration settings of the Azure Static Web Apps registration.
29946
+ */
29947
+ registration?: pulumi.Input<inputs.app.v20240802preview.AzureStaticWebAppsRegistrationArgs>;
29948
+ }
29949
+ /**
29950
+ * The configuration settings of the registration for the Azure Static Web Apps provider
29951
+ */
29952
+ interface AzureStaticWebAppsRegistrationArgs {
29953
+ /**
29954
+ * The Client ID of the app used for login.
29955
+ */
29956
+ clientId?: pulumi.Input<string>;
29957
+ }
29958
+ /**
29959
+ * The configuration settings of the storage of the tokens if blob storage is used.
29960
+ */
29961
+ interface BlobStorageTokenStoreArgs {
29962
+ /**
29963
+ * The name of the app secrets containing the SAS URL of the blob storage containing the tokens.
29964
+ */
29965
+ sasUrlSettingName: pulumi.Input<string>;
29966
+ }
29967
+ /**
29968
+ * Configuration of the build.
29969
+ */
29970
+ interface BuildConfigurationArgs {
29971
+ /**
29972
+ * Base OS used to build and run the app.
29973
+ */
29974
+ baseOs?: pulumi.Input<string>;
29975
+ /**
29976
+ * List of environment variables to be passed to the build, secrets should not be used in environment variable.
29977
+ */
29978
+ environmentVariables?: pulumi.Input<pulumi.Input<inputs.app.v20240802preview.EnvironmentVariableArgs>[]>;
29979
+ /**
29980
+ * Platform to be used to build and run the app.
29981
+ */
29982
+ platform?: pulumi.Input<string>;
29983
+ /**
29984
+ * Platform version to be used to build and run the app.
29985
+ */
29986
+ platformVersion?: pulumi.Input<string>;
29987
+ /**
29988
+ * List of steps to perform before the build.
29989
+ */
29990
+ preBuildSteps?: pulumi.Input<pulumi.Input<inputs.app.v20240802preview.PreBuildStepArgs>[]>;
29991
+ }
29992
+ /**
29993
+ * Properties for a certificate stored in a Key Vault.
29994
+ */
29995
+ interface CertificateKeyVaultPropertiesArgs {
29996
+ /**
29997
+ * Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity.
29998
+ */
29999
+ identity?: pulumi.Input<string>;
30000
+ /**
30001
+ * URL pointing to the Azure Key Vault secret that holds the certificate.
30002
+ */
30003
+ keyVaultUrl?: pulumi.Input<string>;
30004
+ }
30005
+ /**
30006
+ * Certificate resource specific properties
30007
+ */
30008
+ interface CertificatePropertiesArgs {
30009
+ /**
30010
+ * Properties for a certificate stored in a Key Vault.
30011
+ */
30012
+ certificateKeyVaultProperties?: pulumi.Input<inputs.app.v20240802preview.CertificateKeyVaultPropertiesArgs>;
30013
+ /**
30014
+ * The type of the certificate. Allowed values are `ServerSSLCertificate` and `ImagePullTrustedCA`
30015
+ */
30016
+ certificateType?: pulumi.Input<string | enums.app.v20240802preview.CertificateType>;
30017
+ /**
30018
+ * Certificate password.
30019
+ */
30020
+ password?: pulumi.Input<string>;
30021
+ /**
30022
+ * PFX or PEM blob
30023
+ */
30024
+ value?: pulumi.Input<string>;
30025
+ }
30026
+ /**
30027
+ * Policy that defines circuit breaker conditions
30028
+ */
30029
+ interface CircuitBreakerPolicyArgs {
30030
+ /**
30031
+ * Number of consecutive errors before the circuit breaker opens
30032
+ */
30033
+ consecutiveErrors?: pulumi.Input<number>;
30034
+ /**
30035
+ * The time interval, in seconds, between endpoint checks. This can result in opening the circuit breaker if the check fails as well as closing the circuit breaker if the check succeeds. Defaults to 10s.
30036
+ */
30037
+ intervalInSeconds?: pulumi.Input<number>;
30038
+ /**
30039
+ * Maximum percentage of hosts that will be ejected after failure threshold has been met
30040
+ */
30041
+ maxEjectionPercent?: pulumi.Input<number>;
30042
+ }
30043
+ /**
30044
+ * The configuration settings of the app registration for providers that have client ids and client secrets
30045
+ */
30046
+ interface ClientRegistrationArgs {
30047
+ /**
30048
+ * The Client ID of the app used for login.
30049
+ */
30050
+ clientId?: pulumi.Input<string>;
30051
+ /**
30052
+ * The app setting name that contains the client secret.
30053
+ */
30054
+ clientSecretSettingName?: pulumi.Input<string>;
30055
+ }
30056
+ /**
30057
+ * Non versioned Container App configuration properties that define the mutable settings of a Container app
30058
+ */
30059
+ interface ConfigurationArgs {
30060
+ /**
30061
+ * ActiveRevisionsMode controls how active revisions are handled for the Container app:
30062
+ * <list><item>Multiple: multiple revisions can be active.</item><item>Single: Only one revision can be active at a time. Revision weights can not be used in this mode. If no value if provided, this is the default.</item></list>
30063
+ */
30064
+ activeRevisionsMode?: pulumi.Input<string | enums.app.v20240802preview.ActiveRevisionsMode>;
30065
+ /**
30066
+ * Dapr configuration for the Container App.
30067
+ */
30068
+ dapr?: pulumi.Input<inputs.app.v20240802preview.DaprArgs>;
30069
+ /**
30070
+ * Optional settings for Managed Identities that are assigned to the Container App. If a Managed Identity is not specified here, default settings will be used.
30071
+ */
30072
+ identitySettings?: pulumi.Input<pulumi.Input<inputs.app.v20240802preview.IdentitySettingsArgs>[]>;
30073
+ /**
30074
+ * Ingress configurations.
30075
+ */
30076
+ ingress?: pulumi.Input<inputs.app.v20240802preview.IngressArgs>;
30077
+ /**
30078
+ * Optional. Max inactive revisions a Container App can have.
30079
+ */
30080
+ maxInactiveRevisions?: pulumi.Input<number>;
30081
+ /**
30082
+ * Collection of private container registry credentials for containers used by the Container app
30083
+ */
30084
+ registries?: pulumi.Input<pulumi.Input<inputs.app.v20240802preview.RegistryCredentialsArgs>[]>;
30085
+ /**
30086
+ * App runtime configuration for the Container App.
30087
+ */
30088
+ runtime?: pulumi.Input<inputs.app.v20240802preview.RuntimeArgs>;
30089
+ /**
30090
+ * Collection of secrets used by a Container app
30091
+ */
30092
+ secrets?: pulumi.Input<pulumi.Input<inputs.app.v20240802preview.SecretArgs>[]>;
30093
+ /**
30094
+ * Container App to be a dev Container App Service
30095
+ */
30096
+ service?: pulumi.Input<inputs.app.v20240802preview.ServiceArgs>;
30097
+ }
30098
+ /**
30099
+ * configurationArgsProvideDefaults sets the appropriate defaults for ConfigurationArgs
30100
+ */
30101
+ function configurationArgsProvideDefaults(val: ConfigurationArgs): ConfigurationArgs;
30102
+ /**
30103
+ * Storage properties
30104
+ */
30105
+ interface ConnectedEnvironmentStoragePropertiesArgs {
30106
+ /**
30107
+ * Azure file properties
30108
+ */
30109
+ azureFile?: pulumi.Input<inputs.app.v20240802preview.AzureFilePropertiesArgs>;
30110
+ /**
30111
+ * SMB storage properties
30112
+ */
30113
+ smb?: pulumi.Input<inputs.app.v20240802preview.SmbStorageArgs>;
30114
+ }
30115
+ /**
30116
+ * Container App container definition
30117
+ */
30118
+ interface ContainerArgs {
30119
+ /**
30120
+ * Container start command arguments.
30121
+ */
30122
+ args?: pulumi.Input<pulumi.Input<string>[]>;
30123
+ /**
30124
+ * Container start command.
30125
+ */
30126
+ command?: pulumi.Input<pulumi.Input<string>[]>;
30127
+ /**
30128
+ * Container environment variables.
30129
+ */
30130
+ env?: pulumi.Input<pulumi.Input<inputs.app.v20240802preview.EnvironmentVarArgs>[]>;
30131
+ /**
30132
+ * Container image tag.
30133
+ */
30134
+ image?: pulumi.Input<string>;
30135
+ /**
30136
+ * The type of the image. Set to CloudBuild to let the system manages the image, where user will not be able to update image through image field. Set to ContainerImage for user provided image.
30137
+ */
30138
+ imageType?: pulumi.Input<string | enums.app.v20240802preview.ImageType>;
30139
+ /**
30140
+ * Custom container name.
30141
+ */
30142
+ name?: pulumi.Input<string>;
30143
+ /**
30144
+ * List of probes for the container.
30145
+ */
30146
+ probes?: pulumi.Input<pulumi.Input<inputs.app.v20240802preview.ContainerAppProbeArgs>[]>;
30147
+ /**
30148
+ * Container resource requirements.
30149
+ */
30150
+ resources?: pulumi.Input<inputs.app.v20240802preview.ContainerResourcesArgs>;
30151
+ /**
30152
+ * Container volume mounts.
30153
+ */
30154
+ volumeMounts?: pulumi.Input<pulumi.Input<inputs.app.v20240802preview.VolumeMountArgs>[]>;
30155
+ }
30156
+ /**
30157
+ * Container App auto patch configuration.
30158
+ */
30159
+ interface ContainerAppPatchingConfigurationArgs {
30160
+ /**
30161
+ * Patching mode for the container app. Null or default in this field will be interpreted as Automatic by RP. Automatic mode will automatically apply available patches. Manual mode will require the user to manually apply patches. Disabled mode will stop patch detection and auto patching.
30162
+ */
30163
+ patchingMode?: pulumi.Input<string | enums.app.v20240802preview.PatchingMode>;
30164
+ }
30165
+ /**
30166
+ * Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.
30167
+ */
30168
+ interface ContainerAppProbeArgs {
30169
+ /**
30170
+ * Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1. Maximum value is 10.
30171
+ */
30172
+ failureThreshold?: pulumi.Input<number>;
30173
+ /**
30174
+ * HTTPGet specifies the http request to perform.
30175
+ */
30176
+ httpGet?: pulumi.Input<inputs.app.v20240802preview.ContainerAppProbeHttpGetArgs>;
30177
+ /**
30178
+ * Number of seconds after the container has started before liveness probes are initiated. Minimum value is 1. Maximum value is 60.
30179
+ */
30180
+ initialDelaySeconds?: pulumi.Input<number>;
30181
+ /**
30182
+ * How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value is 240.
30183
+ */
30184
+ periodSeconds?: pulumi.Input<number>;
30185
+ /**
30186
+ * Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1. Maximum value is 10.
30187
+ */
30188
+ successThreshold?: pulumi.Input<number>;
30189
+ /**
30190
+ * TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported.
30191
+ */
30192
+ tcpSocket?: pulumi.Input<inputs.app.v20240802preview.ContainerAppProbeTcpSocketArgs>;
30193
+ /**
30194
+ * Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is an alpha field and requires enabling ProbeTerminationGracePeriod feature gate. Maximum value is 3600 seconds (1 hour)
30195
+ */
30196
+ terminationGracePeriodSeconds?: pulumi.Input<number>;
30197
+ /**
30198
+ * Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 240.
30199
+ */
30200
+ timeoutSeconds?: pulumi.Input<number>;
30201
+ /**
30202
+ * The type of probe.
30203
+ */
30204
+ type?: pulumi.Input<string | enums.app.v20240802preview.Type>;
30205
+ }
30206
+ /**
30207
+ * HTTPGet specifies the http request to perform.
30208
+ */
30209
+ interface ContainerAppProbeHttpGetArgs {
30210
+ /**
30211
+ * Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead.
30212
+ */
30213
+ host?: pulumi.Input<string>;
30214
+ /**
30215
+ * Custom headers to set in the request. HTTP allows repeated headers.
30216
+ */
30217
+ httpHeaders?: pulumi.Input<pulumi.Input<inputs.app.v20240802preview.ContainerAppProbeHttpHeadersArgs>[]>;
30218
+ /**
30219
+ * Path to access on the HTTP server.
30220
+ */
30221
+ path?: pulumi.Input<string>;
30222
+ /**
30223
+ * Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
30224
+ */
30225
+ port: pulumi.Input<number>;
30226
+ /**
30227
+ * Scheme to use for connecting to the host. Defaults to HTTP.
30228
+ */
30229
+ scheme?: pulumi.Input<string | enums.app.v20240802preview.Scheme>;
30230
+ }
30231
+ /**
30232
+ * HTTPHeader describes a custom header to be used in HTTP probes
30233
+ */
30234
+ interface ContainerAppProbeHttpHeadersArgs {
30235
+ /**
30236
+ * The header field name
30237
+ */
30238
+ name: pulumi.Input<string>;
30239
+ /**
30240
+ * The header field value
30241
+ */
30242
+ value: pulumi.Input<string>;
30243
+ }
30244
+ /**
30245
+ * TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported.
30246
+ */
30247
+ interface ContainerAppProbeTcpSocketArgs {
30248
+ /**
30249
+ * Optional: Host name to connect to, defaults to the pod IP.
30250
+ */
30251
+ host?: pulumi.Input<string>;
30252
+ /**
30253
+ * 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.
30254
+ */
30255
+ port: pulumi.Input<number>;
30256
+ }
30257
+ /**
30258
+ * Model representing a mapping from a container registry to the identity used to connect to it.
30259
+ */
30260
+ interface ContainerRegistryArgs {
30261
+ /**
30262
+ * Login server of the container registry.
30263
+ */
30264
+ containerRegistryServer: pulumi.Input<string>;
30265
+ /**
30266
+ * Resource ID of the managed identity.
30267
+ */
30268
+ identityResourceId: pulumi.Input<string>;
30269
+ }
30270
+ /**
30271
+ * Container registry that the final image will be uploaded to.
30272
+ */
30273
+ interface ContainerRegistryWithCustomImageArgs {
30274
+ /**
30275
+ * Full name that the final image should be uploaded as, including both image name and tag.
30276
+ */
30277
+ image?: pulumi.Input<string>;
30278
+ /**
30279
+ * Login server of the container registry that the final image should be uploaded to. Builder resource needs to have this container registry defined along with an identity to use to access it.
30280
+ */
30281
+ server: pulumi.Input<string>;
30282
+ }
30283
+ /**
30284
+ * Container App container resource requirements.
30285
+ */
30286
+ interface ContainerResourcesArgs {
30287
+ /**
30288
+ * Required CPU in cores, e.g. 0.5
30289
+ */
30290
+ cpu?: pulumi.Input<number>;
30291
+ /**
30292
+ * Required memory, e.g. "250Mb"
30293
+ */
30294
+ memory?: pulumi.Input<string>;
30295
+ }
30296
+ /**
30297
+ * The configuration settings of the session cookie's expiration.
30298
+ */
30299
+ interface CookieExpirationArgs {
30300
+ /**
30301
+ * The convention used when determining the session cookie's expiration.
30302
+ */
30303
+ convention?: pulumi.Input<enums.app.v20240802preview.CookieExpirationConvention>;
30304
+ /**
30305
+ * The time after the request is made when the session cookie should expire.
30306
+ */
30307
+ timeToExpiration?: pulumi.Input<string>;
30308
+ }
30309
+ /**
30310
+ * Cross-Origin-Resource-Sharing policy
30311
+ */
30312
+ interface CorsPolicyArgs {
30313
+ /**
30314
+ * Specifies whether the resource allows credentials
30315
+ */
30316
+ allowCredentials?: pulumi.Input<boolean>;
30317
+ /**
30318
+ * Specifies the content for the access-control-allow-headers header
30319
+ */
30320
+ allowedHeaders?: pulumi.Input<pulumi.Input<string>[]>;
30321
+ /**
30322
+ * Specifies the content for the access-control-allow-methods header
30323
+ */
30324
+ allowedMethods?: pulumi.Input<pulumi.Input<string>[]>;
30325
+ /**
30326
+ * Specifies the content for the access-control-allow-origins header
30327
+ */
30328
+ allowedOrigins: pulumi.Input<pulumi.Input<string>[]>;
30329
+ /**
30330
+ * Specifies the content for the access-control-expose-headers header
30331
+ */
30332
+ exposeHeaders?: pulumi.Input<pulumi.Input<string>[]>;
30333
+ /**
30334
+ * Specifies the content for the access-control-max-age header
30335
+ */
30336
+ maxAge?: pulumi.Input<number>;
30337
+ }
30338
+ /**
30339
+ * Custom container configuration.
30340
+ */
30341
+ interface CustomContainerTemplateArgs {
30342
+ /**
30343
+ * List of container definitions for the sessions of the session pool.
30344
+ */
30345
+ containers?: pulumi.Input<pulumi.Input<inputs.app.v20240802preview.SessionContainerArgs>[]>;
30346
+ /**
30347
+ * Session pool ingress configuration.
30348
+ */
30349
+ ingress?: pulumi.Input<inputs.app.v20240802preview.SessionIngressArgs>;
30350
+ /**
30351
+ * Private container registry credentials for containers used by the sessions of the session pool.
30352
+ */
30353
+ registryCredentials?: pulumi.Input<inputs.app.v20240802preview.SessionRegistryCredentialsArgs>;
30354
+ }
30355
+ /**
30356
+ * Custom Domain of a Container App
30357
+ */
30358
+ interface CustomDomainArgs {
30359
+ /**
30360
+ * Custom Domain binding type.
30361
+ */
30362
+ bindingType?: pulumi.Input<string | enums.app.v20240802preview.BindingType>;
30363
+ /**
30364
+ * Resource Id of the Certificate to be bound to this hostname. Must exist in the Managed Environment.
30365
+ */
30366
+ certificateId?: pulumi.Input<string>;
30367
+ /**
30368
+ * Hostname.
30369
+ */
30370
+ name: pulumi.Input<string>;
30371
+ }
30372
+ /**
30373
+ * Configuration properties for apps environment custom domain
30374
+ */
30375
+ interface CustomDomainConfigurationArgs {
30376
+ /**
30377
+ * Certificate stored in Azure Key Vault.
30378
+ */
30379
+ certificateKeyVaultProperties?: pulumi.Input<inputs.app.v20240802preview.CertificateKeyVaultPropertiesArgs>;
30380
+ /**
30381
+ * Certificate password
30382
+ */
30383
+ certificatePassword?: pulumi.Input<string>;
30384
+ /**
30385
+ * PFX or PEM blob
30386
+ */
30387
+ certificateValue?: pulumi.Input<string>;
30388
+ /**
30389
+ * Dns suffix for the environment domain
30390
+ */
30391
+ dnsSuffix?: pulumi.Input<string>;
30392
+ }
30393
+ /**
30394
+ * The configuration settings of the custom Open ID Connect provider.
30395
+ */
30396
+ interface CustomOpenIdConnectProviderArgs {
30397
+ /**
30398
+ * <code>false</code> if the custom Open ID provider provider should not be enabled; otherwise, <code>true</code>.
30399
+ */
30400
+ enabled?: pulumi.Input<boolean>;
30401
+ /**
30402
+ * The configuration settings of the login flow of the custom Open ID Connect provider.
30403
+ */
30404
+ login?: pulumi.Input<inputs.app.v20240802preview.OpenIdConnectLoginArgs>;
30405
+ /**
30406
+ * The configuration settings of the app registration for the custom Open ID Connect provider.
30407
+ */
30408
+ registration?: pulumi.Input<inputs.app.v20240802preview.OpenIdConnectRegistrationArgs>;
30409
+ }
30410
+ /**
30411
+ * Container App container Custom scaling rule.
30412
+ */
30413
+ interface CustomScaleRuleArgs {
30414
+ /**
30415
+ * Authentication secrets for the custom scale rule.
30416
+ */
30417
+ auth?: pulumi.Input<pulumi.Input<inputs.app.v20240802preview.ScaleRuleAuthArgs>[]>;
30418
+ /**
30419
+ * The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity.
30420
+ */
30421
+ identity?: pulumi.Input<string>;
30422
+ /**
30423
+ * Metadata properties to describe custom scale rule.
30424
+ */
30425
+ metadata?: pulumi.Input<{
30426
+ [key: string]: pulumi.Input<string>;
30427
+ }>;
30428
+ /**
30429
+ * Type of the custom scale rule
30430
+ * eg: azure-servicebus, redis etc.
30431
+ */
30432
+ type?: pulumi.Input<string>;
30433
+ }
30434
+ /**
30435
+ * Container App Dapr configuration.
30436
+ */
30437
+ interface DaprArgs {
30438
+ /**
30439
+ * Dapr application identifier
30440
+ */
30441
+ appId?: pulumi.Input<string>;
30442
+ /**
30443
+ * Tells Dapr which port your application is listening on
30444
+ */
30445
+ appPort?: pulumi.Input<number>;
30446
+ /**
30447
+ * Tells Dapr which protocol your application is using. Valid options are http and grpc. Default is http
30448
+ */
30449
+ appProtocol?: pulumi.Input<string | enums.app.v20240802preview.AppProtocol>;
30450
+ /**
30451
+ * Enables API logging for the Dapr sidecar
30452
+ */
30453
+ enableApiLogging?: pulumi.Input<boolean>;
30454
+ /**
30455
+ * Boolean indicating if the Dapr side car is enabled
30456
+ */
30457
+ enabled?: pulumi.Input<boolean>;
30458
+ /**
30459
+ * Increasing max size of request body http and grpc servers parameter in MB to handle uploading of big files. Default is 4 MB.
30460
+ */
30461
+ httpMaxRequestSize?: pulumi.Input<number>;
30462
+ /**
30463
+ * Dapr max size of http header read buffer in KB to handle when sending multi-KB headers. Default is 65KB.
30464
+ */
30465
+ httpReadBufferSize?: pulumi.Input<number>;
30466
+ /**
30467
+ * Sets the log level for the Dapr sidecar. Allowed values are debug, info, warn, error. Default is info.
30468
+ */
30469
+ logLevel?: pulumi.Input<string | enums.app.v20240802preview.LogLevel>;
30470
+ }
30471
+ /**
30472
+ * daprArgsProvideDefaults sets the appropriate defaults for DaprArgs
30473
+ */
30474
+ function daprArgsProvideDefaults(val: DaprArgs): DaprArgs;
30475
+ /**
30476
+ * Dapr Component Resiliency Policy Circuit Breaker Policy Configuration.
30477
+ */
30478
+ interface DaprComponentResiliencyPolicyCircuitBreakerPolicyConfigurationArgs {
30479
+ /**
30480
+ * The number of consecutive errors before the circuit is opened.
30481
+ */
30482
+ consecutiveErrors?: pulumi.Input<number>;
30483
+ /**
30484
+ * The optional interval in seconds after which the error count resets to 0. An interval of 0 will never reset. If not specified, the timeoutInSeconds value will be used.
30485
+ */
30486
+ intervalInSeconds?: pulumi.Input<number>;
30487
+ /**
30488
+ * The interval in seconds until a retry attempt is made after the circuit is opened.
30489
+ */
30490
+ timeoutInSeconds?: pulumi.Input<number>;
30491
+ }
30492
+ /**
30493
+ * Dapr Component Resiliency Policy Configuration.
30494
+ */
30495
+ interface DaprComponentResiliencyPolicyConfigurationArgs {
30496
+ /**
30497
+ * The optional circuit breaker policy configuration
30498
+ */
30499
+ circuitBreakerPolicy?: pulumi.Input<inputs.app.v20240802preview.DaprComponentResiliencyPolicyCircuitBreakerPolicyConfigurationArgs>;
30500
+ /**
30501
+ * The optional HTTP retry policy configuration
30502
+ */
30503
+ httpRetryPolicy?: pulumi.Input<inputs.app.v20240802preview.DaprComponentResiliencyPolicyHttpRetryPolicyConfigurationArgs>;
30504
+ /**
30505
+ * The optional timeout policy configuration
30506
+ */
30507
+ timeoutPolicy?: pulumi.Input<inputs.app.v20240802preview.DaprComponentResiliencyPolicyTimeoutPolicyConfigurationArgs>;
30508
+ }
30509
+ /**
30510
+ * Dapr Component Resiliency Policy HTTP Retry Backoff Configuration.
30511
+ */
30512
+ interface DaprComponentResiliencyPolicyHttpRetryBackOffConfigurationArgs {
30513
+ /**
30514
+ * The optional initial delay in milliseconds before an operation is retried
30515
+ */
30516
+ initialDelayInMilliseconds?: pulumi.Input<number>;
30517
+ /**
30518
+ * The optional maximum time interval in milliseconds between retry attempts
30519
+ */
30520
+ maxIntervalInMilliseconds?: pulumi.Input<number>;
30521
+ }
30522
+ /**
30523
+ * Dapr Component Resiliency Policy HTTP Retry Policy Configuration.
30524
+ */
30525
+ interface DaprComponentResiliencyPolicyHttpRetryPolicyConfigurationArgs {
30526
+ /**
30527
+ * The optional maximum number of retries
30528
+ */
30529
+ maxRetries?: pulumi.Input<number>;
30530
+ /**
30531
+ * The optional retry backoff configuration
30532
+ */
30533
+ retryBackOff?: pulumi.Input<inputs.app.v20240802preview.DaprComponentResiliencyPolicyHttpRetryBackOffConfigurationArgs>;
30534
+ }
30535
+ /**
30536
+ * Dapr Component Resiliency Policy Timeout Policy Configuration.
30537
+ */
30538
+ interface DaprComponentResiliencyPolicyTimeoutPolicyConfigurationArgs {
30539
+ /**
30540
+ * The optional response timeout in seconds
30541
+ */
30542
+ responseTimeoutInSeconds?: pulumi.Input<number>;
30543
+ }
30544
+ /**
30545
+ * Configuration to bind a Dapr Component to a dev ContainerApp Service
30546
+ */
30547
+ interface DaprComponentServiceBindingArgs {
30548
+ /**
30549
+ * Service bind metadata
30550
+ */
30551
+ metadata?: pulumi.Input<inputs.app.v20240802preview.DaprServiceBindMetadataArgs>;
30552
+ /**
30553
+ * Name of the service bind
30554
+ */
30555
+ name?: pulumi.Input<string>;
30556
+ /**
30557
+ * Resource id of the target service
30558
+ */
30559
+ serviceId?: pulumi.Input<string>;
30560
+ }
30561
+ /**
30562
+ * Dapr component metadata.
30563
+ */
30564
+ interface DaprMetadataArgs {
30565
+ /**
30566
+ * Metadata property name.
30567
+ */
30568
+ name?: pulumi.Input<string>;
30569
+ /**
30570
+ * Name of the Dapr Component secret from which to pull the metadata property value.
30571
+ */
30572
+ secretRef?: pulumi.Input<string>;
30573
+ /**
30574
+ * Metadata property value.
30575
+ */
30576
+ value?: pulumi.Input<string>;
30577
+ }
30578
+ /**
30579
+ * Dapr component metadata.
30580
+ */
30581
+ interface DaprServiceBindMetadataArgs {
30582
+ /**
30583
+ * Service bind metadata property name.
30584
+ */
30585
+ name?: pulumi.Input<string>;
30586
+ /**
30587
+ * Service bind metadata property value.
30588
+ */
30589
+ value?: pulumi.Input<string>;
30590
+ }
30591
+ /**
30592
+ * Dapr PubSub Bulk Subscription Options.
30593
+ */
30594
+ interface DaprSubscriptionBulkSubscribeOptionsArgs {
30595
+ /**
30596
+ * Enable bulk subscription
30597
+ */
30598
+ enabled?: pulumi.Input<boolean>;
30599
+ /**
30600
+ * Maximum duration in milliseconds to wait before a bulk message is sent to the app.
30601
+ */
30602
+ maxAwaitDurationMs?: pulumi.Input<number>;
30603
+ /**
30604
+ * Maximum number of messages to deliver in a bulk message.
30605
+ */
30606
+ maxMessagesCount?: pulumi.Input<number>;
30607
+ }
30608
+ /**
30609
+ * daprSubscriptionBulkSubscribeOptionsArgsProvideDefaults sets the appropriate defaults for DaprSubscriptionBulkSubscribeOptionsArgs
30610
+ */
30611
+ function daprSubscriptionBulkSubscribeOptionsArgsProvideDefaults(val: DaprSubscriptionBulkSubscribeOptionsArgs): DaprSubscriptionBulkSubscribeOptionsArgs;
30612
+ /**
30613
+ * Dapr Pubsub Event Subscription Route Rule is used to specify the condition for sending a message to a specific path.
30614
+ */
30615
+ interface DaprSubscriptionRouteRuleArgs {
30616
+ /**
30617
+ * The optional CEL expression used to match the event. If the match is not specified, then the route is considered the default. The rules are tested in the order specified, so they should be define from most-to-least specific. The default route should appear last in the list.
30618
+ */
30619
+ match?: pulumi.Input<string>;
30620
+ /**
30621
+ * The path for events that match this rule
30622
+ */
30623
+ path?: pulumi.Input<string>;
30624
+ }
30625
+ /**
30626
+ * Dapr PubSub Event Subscription Routes configuration.
30627
+ */
30628
+ interface DaprSubscriptionRoutesArgs {
30629
+ /**
30630
+ * The default path to deliver events that do not match any of the rules.
30631
+ */
30632
+ default?: pulumi.Input<string>;
30633
+ /**
30634
+ * The list of Dapr PubSub Event Subscription Route Rules.
30635
+ */
30636
+ rules?: pulumi.Input<pulumi.Input<inputs.app.v20240802preview.DaprSubscriptionRouteRuleArgs>[]>;
30637
+ }
30638
+ /**
30639
+ * Configuration of datadog
30640
+ */
30641
+ interface DataDogConfigurationArgs {
30642
+ /**
30643
+ * The data dog api key
30644
+ */
30645
+ key?: pulumi.Input<string>;
30646
+ /**
30647
+ * The data dog site
30648
+ */
30649
+ site?: pulumi.Input<string>;
30650
+ }
30651
+ /**
30652
+ * The configuration settings of the Azure Active Directory default authorization policy.
30653
+ */
30654
+ interface DefaultAuthorizationPolicyArgs {
30655
+ /**
30656
+ * The configuration settings of the Azure Active Directory allowed applications.
30657
+ */
30658
+ allowedApplications?: pulumi.Input<pulumi.Input<string>[]>;
30659
+ /**
30660
+ * The configuration settings of the Azure Active Directory allowed principals.
30661
+ */
30662
+ allowedPrincipals?: pulumi.Input<inputs.app.v20240802preview.AllowedPrincipalsArgs>;
30663
+ }
30664
+ /**
30665
+ * Configuration of Open Telemetry destinations
30666
+ */
30667
+ interface DestinationsConfigurationArgs {
30668
+ /**
30669
+ * Open telemetry datadog destination configuration
30670
+ */
30671
+ dataDogConfiguration?: pulumi.Input<inputs.app.v20240802preview.DataDogConfigurationArgs>;
30672
+ /**
30673
+ * Open telemetry otlp configurations
30674
+ */
30675
+ otlpConfigurations?: pulumi.Input<pulumi.Input<inputs.app.v20240802preview.OtlpConfigurationArgs>[]>;
30676
+ }
30677
+ /**
30678
+ * Configuration properties for a .NET Component
30679
+ */
30680
+ interface DotNetComponentConfigurationPropertyArgs {
30681
+ /**
30682
+ * The name of the property
30683
+ */
30684
+ propertyName?: pulumi.Input<string>;
30685
+ /**
30686
+ * The value of the property
30687
+ */
30688
+ value?: pulumi.Input<string>;
30689
+ }
30690
+ /**
30691
+ * Configuration to bind a .NET Component to another .NET Component
30692
+ */
30693
+ interface DotNetComponentServiceBindArgs {
30694
+ /**
30695
+ * Name of the service bind
30696
+ */
30697
+ name?: pulumi.Input<string>;
30698
+ /**
30699
+ * Resource id of the target service
30700
+ */
30701
+ serviceId?: pulumi.Input<string>;
30702
+ }
30703
+ /**
30704
+ * Dynamic pool configuration.
30705
+ */
30706
+ interface DynamicPoolConfigurationArgs {
30707
+ /**
30708
+ * The cooldown period of a session in seconds.
30709
+ */
30710
+ cooldownPeriodInSeconds?: pulumi.Input<number>;
30711
+ /**
30712
+ * The execution type of the session pool.
30713
+ */
30714
+ executionType?: pulumi.Input<string | enums.app.v20240802preview.ExecutionType>;
30715
+ }
30716
+ /**
30717
+ * The configuration settings of the secrets references of encryption key and signing key for ContainerApp Service Authentication/Authorization.
30718
+ */
30719
+ interface EncryptionSettingsArgs {
30720
+ /**
30721
+ * The secret name which is referenced for EncryptionKey.
30722
+ */
30723
+ containerAppAuthEncryptionSecretName?: pulumi.Input<string>;
30724
+ /**
30725
+ * The secret name which is referenced for SigningKey.
30726
+ */
30727
+ containerAppAuthSigningSecretName?: pulumi.Input<string>;
30728
+ }
30729
+ /**
30730
+ * Container App container environment variable.
30731
+ */
30732
+ interface EnvironmentVarArgs {
30733
+ /**
30734
+ * Environment variable name.
30735
+ */
30736
+ name?: pulumi.Input<string>;
30737
+ /**
30738
+ * Name of the Container App secret from which to pull the environment variable value.
30739
+ */
30740
+ secretRef?: pulumi.Input<string>;
30741
+ /**
30742
+ * Non-secret environment variable value.
30743
+ */
30744
+ value?: pulumi.Input<string>;
30745
+ }
30746
+ /**
30747
+ * Model representing an environment variable.
30748
+ */
30749
+ interface EnvironmentVariableArgs {
30750
+ /**
30751
+ * Environment variable name.
30752
+ */
30753
+ name: pulumi.Input<string>;
30754
+ /**
30755
+ * Environment variable value.
30756
+ */
30757
+ value: pulumi.Input<string>;
30758
+ }
30759
+ /**
30760
+ * The complex type of the extended location.
30761
+ */
30762
+ interface ExtendedLocationArgs {
30763
+ /**
30764
+ * The name of the extended location.
30765
+ */
30766
+ name?: pulumi.Input<string>;
30767
+ /**
30768
+ * The type of the extended location.
30769
+ */
30770
+ type?: pulumi.Input<string | enums.app.v20240802preview.ExtendedLocationTypes>;
30771
+ }
30772
+ /**
30773
+ * The configuration settings of the Facebook provider.
30774
+ */
30775
+ interface FacebookArgs {
30776
+ /**
30777
+ * <code>false</code> if the Facebook provider should not be enabled despite the set registration; otherwise, <code>true</code>.
30778
+ */
30779
+ enabled?: pulumi.Input<boolean>;
30780
+ /**
30781
+ * The version of the Facebook api to be used while logging in.
30782
+ */
30783
+ graphApiVersion?: pulumi.Input<string>;
30784
+ /**
30785
+ * The configuration settings of the login flow.
30786
+ */
30787
+ login?: pulumi.Input<inputs.app.v20240802preview.LoginScopesArgs>;
30788
+ /**
30789
+ * The configuration settings of the app registration for the Facebook provider.
30790
+ */
30791
+ registration?: pulumi.Input<inputs.app.v20240802preview.AppRegistrationArgs>;
30792
+ }
30793
+ /**
30794
+ * The configuration settings of a forward proxy used to make the requests.
30795
+ */
30796
+ interface ForwardProxyArgs {
30797
+ /**
30798
+ * The convention used to determine the url of the request made.
30799
+ */
30800
+ convention?: pulumi.Input<enums.app.v20240802preview.ForwardProxyConvention>;
30801
+ /**
30802
+ * The name of the header containing the host of the request.
30803
+ */
30804
+ customHostHeaderName?: pulumi.Input<string>;
30805
+ /**
30806
+ * The name of the header containing the scheme of the request.
30807
+ */
30808
+ customProtoHeaderName?: pulumi.Input<string>;
30809
+ }
30810
+ /**
30811
+ * The configuration settings of the GitHub provider.
30812
+ */
30813
+ interface GitHubArgs {
30814
+ /**
30815
+ * <code>false</code> if the GitHub provider should not be enabled despite the set registration; otherwise, <code>true</code>.
30816
+ */
30817
+ enabled?: pulumi.Input<boolean>;
30818
+ /**
30819
+ * The configuration settings of the login flow.
30820
+ */
30821
+ login?: pulumi.Input<inputs.app.v20240802preview.LoginScopesArgs>;
30822
+ /**
30823
+ * The configuration settings of the app registration for the GitHub provider.
30824
+ */
30825
+ registration?: pulumi.Input<inputs.app.v20240802preview.ClientRegistrationArgs>;
30826
+ }
30827
+ /**
30828
+ * Configuration properties that define the mutable settings of a Container App SourceControl
30829
+ */
30830
+ interface GithubActionConfigurationArgs {
30831
+ /**
30832
+ * AzureCredentials configurations.
30833
+ */
30834
+ azureCredentials?: pulumi.Input<inputs.app.v20240802preview.AzureCredentialsArgs>;
30835
+ /**
30836
+ * List of environment variables to be passed to the build.
30837
+ */
30838
+ buildEnvironmentVariables?: pulumi.Input<pulumi.Input<inputs.app.v20240802preview.EnvironmentVariableArgs>[]>;
30839
+ /**
30840
+ * Context path
30841
+ */
30842
+ contextPath?: pulumi.Input<string>;
30843
+ /**
30844
+ * Dockerfile path
30845
+ */
30846
+ dockerfilePath?: pulumi.Input<string>;
30847
+ /**
30848
+ * One time Github PAT to configure github environment
30849
+ */
30850
+ githubPersonalAccessToken?: pulumi.Input<string>;
30851
+ /**
30852
+ * Image name
30853
+ */
30854
+ image?: pulumi.Input<string>;
30855
+ /**
30856
+ * Operation system
30857
+ */
30858
+ os?: pulumi.Input<string>;
30859
+ /**
30860
+ * Code or Image
30861
+ */
30862
+ publishType?: pulumi.Input<string>;
30863
+ /**
30864
+ * Registry configurations.
30865
+ */
30866
+ registryInfo?: pulumi.Input<inputs.app.v20240802preview.RegistryInfoArgs>;
30867
+ /**
30868
+ * Runtime stack
30869
+ */
30870
+ runtimeStack?: pulumi.Input<string>;
30871
+ /**
30872
+ * Runtime version
30873
+ */
30874
+ runtimeVersion?: pulumi.Input<string>;
30875
+ }
30876
+ /**
30877
+ * The configuration settings that determines the validation flow of users using ContainerApp Service Authentication/Authorization.
30878
+ */
30879
+ interface GlobalValidationArgs {
30880
+ /**
30881
+ * The paths for which unauthenticated flow would not be redirected to the login page.
30882
+ */
30883
+ excludedPaths?: pulumi.Input<pulumi.Input<string>[]>;
30884
+ /**
30885
+ * The default authentication provider to use when multiple providers are configured.
30886
+ * This setting is only needed if multiple providers are configured and the unauthenticated client
30887
+ * action is set to "RedirectToLoginPage".
30888
+ */
30889
+ redirectToProvider?: pulumi.Input<string>;
30890
+ /**
30891
+ * The action to take when an unauthenticated client attempts to access the app.
30892
+ */
30893
+ unauthenticatedClientAction?: pulumi.Input<enums.app.v20240802preview.UnauthenticatedClientActionV2>;
30894
+ }
30895
+ /**
30896
+ * The configuration settings of the Google provider.
30897
+ */
30898
+ interface GoogleArgs {
30899
+ /**
30900
+ * <code>false</code> if the Google provider should not be enabled despite the set registration; otherwise, <code>true</code>.
30901
+ */
30902
+ enabled?: pulumi.Input<boolean>;
30903
+ /**
30904
+ * The configuration settings of the login flow.
30905
+ */
30906
+ login?: pulumi.Input<inputs.app.v20240802preview.LoginScopesArgs>;
30907
+ /**
30908
+ * The configuration settings of the app registration for the Google provider.
30909
+ */
30910
+ registration?: pulumi.Input<inputs.app.v20240802preview.ClientRegistrationArgs>;
30911
+ /**
30912
+ * The configuration settings of the Azure Active Directory token validation flow.
30913
+ */
30914
+ validation?: pulumi.Input<inputs.app.v20240802preview.AllowedAudiencesValidationArgs>;
30915
+ }
30916
+ /**
30917
+ * Header of otlp configuration
30918
+ */
30919
+ interface HeaderArgs {
30920
+ /**
30921
+ * The key of otlp configuration header
30922
+ */
30923
+ key?: pulumi.Input<string>;
30924
+ /**
30925
+ * The value of otlp configuration header
30926
+ */
30927
+ value?: pulumi.Input<string>;
30928
+ }
30929
+ /**
30930
+ * Conditions required to match a header
30931
+ */
30932
+ interface HeaderMatchArgs {
30933
+ /**
30934
+ * Exact value of the header
30935
+ */
30936
+ exactMatch?: pulumi.Input<string>;
30937
+ /**
30938
+ * Name of the header
30939
+ */
30940
+ header?: pulumi.Input<string>;
30941
+ /**
30942
+ * Prefix value of the header
30943
+ */
30944
+ prefixMatch?: pulumi.Input<string>;
30945
+ /**
30946
+ * Regex value of the header
30947
+ */
30948
+ regexMatch?: pulumi.Input<string>;
30949
+ /**
30950
+ * Suffix value of the header
30951
+ */
30952
+ suffixMatch?: pulumi.Input<string>;
30953
+ }
30954
+ /**
30955
+ * Defines parameters for http connection pooling
30956
+ */
30957
+ interface HttpConnectionPoolArgs {
30958
+ /**
30959
+ * Maximum number of pending http1 requests allowed
30960
+ */
30961
+ http1MaxPendingRequests?: pulumi.Input<number>;
30962
+ /**
30963
+ * Maximum number of http2 requests allowed
30964
+ */
30965
+ http2MaxRequests?: pulumi.Input<number>;
30966
+ }
30967
+ /**
30968
+ * Model representing a http get request.
30969
+ */
30970
+ interface HttpGetArgs {
30971
+ /**
30972
+ * Name of the file that the request should be saved to.
30973
+ */
30974
+ fileName?: pulumi.Input<string>;
30975
+ /**
30976
+ * List of headers to send with the request.
30977
+ */
30978
+ headers?: pulumi.Input<pulumi.Input<string>[]>;
30979
+ /**
30980
+ * URL to make HTTP GET request against.
30981
+ */
30982
+ url: pulumi.Input<string>;
30983
+ }
30984
+ /**
30985
+ * Policy that defines http request retry conditions
30986
+ */
30987
+ interface HttpRetryPolicyArgs {
30988
+ /**
30989
+ * Errors that can trigger a retry
30990
+ */
30991
+ errors?: pulumi.Input<pulumi.Input<string>[]>;
30992
+ /**
30993
+ * Headers that must be present for a request to be retried
30994
+ */
30995
+ headers?: pulumi.Input<pulumi.Input<inputs.app.v20240802preview.HeaderMatchArgs>[]>;
30996
+ /**
30997
+ * Additional http status codes that can trigger a retry
30998
+ */
30999
+ httpStatusCodes?: pulumi.Input<pulumi.Input<number>[]>;
31000
+ /**
31001
+ * Initial delay, in milliseconds, before retrying a request
31002
+ */
31003
+ initialDelayInMilliseconds?: pulumi.Input<number>;
31004
+ /**
31005
+ * Maximum interval, in milliseconds, between retries
31006
+ */
31007
+ maxIntervalInMilliseconds?: pulumi.Input<number>;
31008
+ /**
31009
+ * Maximum number of times a request will retry
31010
+ */
31011
+ maxRetries?: pulumi.Input<number>;
31012
+ }
31013
+ /**
31014
+ * Container App container Http scaling rule.
31015
+ */
31016
+ interface HttpScaleRuleArgs {
31017
+ /**
31018
+ * Authentication secrets for the custom scale rule.
31019
+ */
31020
+ auth?: pulumi.Input<pulumi.Input<inputs.app.v20240802preview.ScaleRuleAuthArgs>[]>;
31021
+ /**
31022
+ * The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity.
31023
+ */
31024
+ identity?: pulumi.Input<string>;
31025
+ /**
31026
+ * Metadata properties to describe http scale rule.
31027
+ */
31028
+ metadata?: pulumi.Input<{
31029
+ [key: string]: pulumi.Input<string>;
31030
+ }>;
31031
+ }
31032
+ /**
31033
+ * The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization.
31034
+ */
31035
+ interface HttpSettingsArgs {
31036
+ /**
31037
+ * The configuration settings of a forward proxy used to make the requests.
31038
+ */
31039
+ forwardProxy?: pulumi.Input<inputs.app.v20240802preview.ForwardProxyArgs>;
31040
+ /**
31041
+ * <code>false</code> if the authentication/authorization responses not having the HTTPS scheme are permissible; otherwise, <code>true</code>.
31042
+ */
31043
+ requireHttps?: pulumi.Input<boolean>;
31044
+ /**
31045
+ * The configuration settings of the paths HTTP requests.
31046
+ */
31047
+ routes?: pulumi.Input<inputs.app.v20240802preview.HttpSettingsRoutesArgs>;
31048
+ }
31049
+ /**
31050
+ * The configuration settings of the paths HTTP requests.
31051
+ */
31052
+ interface HttpSettingsRoutesArgs {
31053
+ /**
31054
+ * The prefix that should precede all the authentication/authorization paths.
31055
+ */
31056
+ apiPrefix?: pulumi.Input<string>;
31057
+ }
31058
+ /**
31059
+ * The configuration settings of each of the identity providers used to configure ContainerApp Service Authentication/Authorization.
31060
+ */
31061
+ interface IdentityProvidersArgs {
31062
+ /**
31063
+ * The configuration settings of the Apple provider.
31064
+ */
31065
+ apple?: pulumi.Input<inputs.app.v20240802preview.AppleArgs>;
31066
+ /**
31067
+ * The configuration settings of the Azure Active directory provider.
31068
+ */
31069
+ azureActiveDirectory?: pulumi.Input<inputs.app.v20240802preview.AzureActiveDirectoryArgs>;
31070
+ /**
31071
+ * The configuration settings of the Azure Static Web Apps provider.
31072
+ */
31073
+ azureStaticWebApps?: pulumi.Input<inputs.app.v20240802preview.AzureStaticWebAppsArgs>;
31074
+ /**
31075
+ * The map of the name of the alias of each custom Open ID Connect provider to the
31076
+ * configuration settings of the custom Open ID Connect provider.
31077
+ */
31078
+ customOpenIdConnectProviders?: pulumi.Input<{
31079
+ [key: string]: pulumi.Input<inputs.app.v20240802preview.CustomOpenIdConnectProviderArgs>;
31080
+ }>;
31081
+ /**
31082
+ * The configuration settings of the Facebook provider.
31083
+ */
31084
+ facebook?: pulumi.Input<inputs.app.v20240802preview.FacebookArgs>;
31085
+ /**
31086
+ * The configuration settings of the GitHub provider.
31087
+ */
31088
+ gitHub?: pulumi.Input<inputs.app.v20240802preview.GitHubArgs>;
31089
+ /**
31090
+ * The configuration settings of the Google provider.
31091
+ */
31092
+ google?: pulumi.Input<inputs.app.v20240802preview.GoogleArgs>;
31093
+ /**
31094
+ * The configuration settings of the Twitter provider.
31095
+ */
31096
+ twitter?: pulumi.Input<inputs.app.v20240802preview.TwitterArgs>;
31097
+ }
31098
+ /**
31099
+ * Optional settings for a Managed Identity that is assigned to the Container App.
31100
+ */
31101
+ interface IdentitySettingsArgs {
31102
+ /**
31103
+ * The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity.
31104
+ */
31105
+ identity: pulumi.Input<string>;
31106
+ /**
31107
+ * Use to select the lifecycle stages of a Container App during which the Managed Identity should be available.
31108
+ */
31109
+ lifecycle?: pulumi.Input<string | enums.app.v20240802preview.IdentitySettingsLifeCycle>;
31110
+ }
31111
+ /**
31112
+ * identitySettingsArgsProvideDefaults sets the appropriate defaults for IdentitySettingsArgs
31113
+ */
31114
+ function identitySettingsArgsProvideDefaults(val: IdentitySettingsArgs): IdentitySettingsArgs;
31115
+ /**
31116
+ * Container App Ingress configuration.
31117
+ */
31118
+ interface IngressArgs {
31119
+ /**
31120
+ * Settings to expose additional ports on container app
31121
+ */
31122
+ additionalPortMappings?: pulumi.Input<pulumi.Input<inputs.app.v20240802preview.IngressPortMappingArgs>[]>;
31123
+ /**
31124
+ * Bool indicating if HTTP connections to is allowed. If set to false HTTP connections are automatically redirected to HTTPS connections
31125
+ */
31126
+ allowInsecure?: pulumi.Input<boolean>;
31127
+ /**
31128
+ * Client certificate mode for mTLS authentication. Ignore indicates server drops client certificate on forwarding. Accept indicates server forwards client certificate but does not require a client certificate. Require indicates server requires a client certificate.
31129
+ */
31130
+ clientCertificateMode?: pulumi.Input<string | enums.app.v20240802preview.IngressClientCertificateMode>;
31131
+ /**
31132
+ * CORS policy for container app
31133
+ */
31134
+ corsPolicy?: pulumi.Input<inputs.app.v20240802preview.CorsPolicyArgs>;
31135
+ /**
31136
+ * custom domain bindings for Container Apps' hostnames.
31137
+ */
31138
+ customDomains?: pulumi.Input<pulumi.Input<inputs.app.v20240802preview.CustomDomainArgs>[]>;
31139
+ /**
31140
+ * Exposed Port in containers for TCP traffic from ingress
31141
+ */
31142
+ exposedPort?: pulumi.Input<number>;
31143
+ /**
31144
+ * Bool indicating if app exposes an external http endpoint
31145
+ */
31146
+ external?: pulumi.Input<boolean>;
31147
+ /**
31148
+ * Rules to restrict incoming IP address.
31149
+ */
31150
+ ipSecurityRestrictions?: pulumi.Input<pulumi.Input<inputs.app.v20240802preview.IpSecurityRestrictionRuleArgs>[]>;
31151
+ /**
31152
+ * Sticky Sessions for Single Revision Mode
31153
+ */
31154
+ stickySessions?: pulumi.Input<inputs.app.v20240802preview.IngressStickySessionsArgs>;
31155
+ /**
31156
+ * Target Port in containers for traffic from ingress
31157
+ */
31158
+ targetPort?: pulumi.Input<number>;
31159
+ /**
31160
+ * Whether an http app listens on http or https
31161
+ */
31162
+ targetPortHttpScheme?: pulumi.Input<string | enums.app.v20240802preview.IngressTargetPortHttpScheme>;
31163
+ /**
31164
+ * Traffic weights for app's revisions
31165
+ */
31166
+ traffic?: pulumi.Input<pulumi.Input<inputs.app.v20240802preview.TrafficWeightArgs>[]>;
31167
+ /**
31168
+ * Ingress transport protocol
31169
+ */
31170
+ transport?: pulumi.Input<string | enums.app.v20240802preview.IngressTransportMethod>;
31171
+ }
31172
+ /**
31173
+ * ingressArgsProvideDefaults sets the appropriate defaults for IngressArgs
31174
+ */
31175
+ function ingressArgsProvideDefaults(val: IngressArgs): IngressArgs;
31176
+ /**
31177
+ * Port mappings of container app ingress
31178
+ */
31179
+ interface IngressPortMappingArgs {
31180
+ /**
31181
+ * Specifies the exposed port for the target port. If not specified, it defaults to target port
31182
+ */
31183
+ exposedPort?: pulumi.Input<number>;
31184
+ /**
31185
+ * Specifies whether the app port is accessible outside of the environment
31186
+ */
31187
+ external: pulumi.Input<boolean>;
31188
+ /**
31189
+ * Specifies the port user's container listens on
31190
+ */
31191
+ targetPort: pulumi.Input<number>;
31192
+ }
31193
+ /**
31194
+ * Sticky Sessions for Single Revision Mode
31195
+ */
31196
+ interface IngressStickySessionsArgs {
31197
+ /**
31198
+ * Sticky Session Affinity
31199
+ */
31200
+ affinity?: pulumi.Input<string | enums.app.v20240802preview.Affinity>;
31201
+ }
31202
+ /**
31203
+ * Container App init container definition
31204
+ */
31205
+ interface InitContainerArgs {
31206
+ /**
31207
+ * Container start command arguments.
31208
+ */
31209
+ args?: pulumi.Input<pulumi.Input<string>[]>;
31210
+ /**
31211
+ * Container start command.
31212
+ */
31213
+ command?: pulumi.Input<pulumi.Input<string>[]>;
31214
+ /**
31215
+ * Container environment variables.
31216
+ */
31217
+ env?: pulumi.Input<pulumi.Input<inputs.app.v20240802preview.EnvironmentVarArgs>[]>;
31218
+ /**
31219
+ * Container image tag.
31220
+ */
31221
+ image?: pulumi.Input<string>;
31222
+ /**
31223
+ * The type of the image. Set to CloudBuild to let the system manages the image, where user will not be able to update image through image field. Set to ContainerImage for user provided image.
31224
+ */
31225
+ imageType?: pulumi.Input<string | enums.app.v20240802preview.ImageType>;
31226
+ /**
31227
+ * Custom container name.
31228
+ */
31229
+ name?: pulumi.Input<string>;
31230
+ /**
31231
+ * Container resource requirements.
31232
+ */
31233
+ resources?: pulumi.Input<inputs.app.v20240802preview.ContainerResourcesArgs>;
31234
+ /**
31235
+ * Container volume mounts.
31236
+ */
31237
+ volumeMounts?: pulumi.Input<pulumi.Input<inputs.app.v20240802preview.VolumeMountArgs>[]>;
31238
+ }
31239
+ /**
31240
+ * Rule to restrict incoming IP address.
31241
+ */
31242
+ interface IpSecurityRestrictionRuleArgs {
31243
+ /**
31244
+ * Allow or Deny rules to determine for incoming IP. Note: Rules can only consist of ALL Allow or ALL Deny
31245
+ */
31246
+ action: pulumi.Input<string | enums.app.v20240802preview.Action>;
31247
+ /**
31248
+ * Describe the IP restriction rule that is being sent to the container-app. This is an optional field.
31249
+ */
31250
+ description?: pulumi.Input<string>;
31251
+ /**
31252
+ * CIDR notation to match incoming IP address
31253
+ */
31254
+ ipAddressRange: pulumi.Input<string>;
31255
+ /**
31256
+ * Name for the IP restriction rule.
31257
+ */
31258
+ name: pulumi.Input<string>;
31259
+ }
31260
+ /**
31261
+ * Configuration properties for a Java Component
31262
+ */
31263
+ interface JavaComponentConfigurationPropertyArgs {
31264
+ /**
31265
+ * The name of the property
31266
+ */
31267
+ propertyName?: pulumi.Input<string>;
31268
+ /**
31269
+ * The value of the property
31270
+ */
31271
+ value?: pulumi.Input<string>;
31272
+ }
31273
+ /**
31274
+ * Java component scaling configurations
31275
+ */
31276
+ interface JavaComponentPropertiesScaleArgs {
31277
+ /**
31278
+ * Optional. Maximum number of Java component replicas
31279
+ */
31280
+ maxReplicas?: pulumi.Input<number>;
31281
+ /**
31282
+ * Optional. Minimum number of Java component replicas. Defaults to 1 if not set
31283
+ */
31284
+ minReplicas?: pulumi.Input<number>;
31285
+ }
31286
+ /**
31287
+ * Configuration to bind a Java Component to another Java Component
31288
+ */
31289
+ interface JavaComponentServiceBindArgs {
31290
+ /**
31291
+ * Name of the service bind
31292
+ */
31293
+ name?: pulumi.Input<string>;
31294
+ /**
31295
+ * Resource id of the target service
31296
+ */
31297
+ serviceId?: pulumi.Input<string>;
31298
+ }
31299
+ /**
31300
+ * Non versioned Container Apps Job configuration properties
31301
+ */
31302
+ interface JobConfigurationArgs {
31303
+ /**
31304
+ * Trigger configuration of an event driven job.
31305
+ */
31306
+ eventTriggerConfig?: pulumi.Input<inputs.app.v20240802preview.JobConfigurationEventTriggerConfigArgs>;
31307
+ /**
31308
+ * Optional settings for Managed Identities that are assigned to the Container App Job. If a Managed Identity is not specified here, default settings will be used.
31309
+ */
31310
+ identitySettings?: pulumi.Input<pulumi.Input<inputs.app.v20240802preview.IdentitySettingsArgs>[]>;
31311
+ /**
31312
+ * Manual trigger configuration for a single execution job. Properties replicaCompletionCount and parallelism would be set to 1 by default
31313
+ */
31314
+ manualTriggerConfig?: pulumi.Input<inputs.app.v20240802preview.JobConfigurationManualTriggerConfigArgs>;
31315
+ /**
31316
+ * Collection of private container registry credentials used by a Container apps job
31317
+ */
31318
+ registries?: pulumi.Input<pulumi.Input<inputs.app.v20240802preview.RegistryCredentialsArgs>[]>;
31319
+ /**
31320
+ * Maximum number of retries before failing the job.
31321
+ */
31322
+ replicaRetryLimit?: pulumi.Input<number>;
31323
+ /**
31324
+ * Maximum number of seconds a replica is allowed to run.
31325
+ */
31326
+ replicaTimeout: pulumi.Input<number>;
31327
+ /**
31328
+ * Cron formatted repeating trigger schedule ("* * * * *") for cronjobs. Properties completions and parallelism would be set to 1 by default
31329
+ */
31330
+ scheduleTriggerConfig?: pulumi.Input<inputs.app.v20240802preview.JobConfigurationScheduleTriggerConfigArgs>;
31331
+ /**
31332
+ * Collection of secrets used by a Container Apps Job
31333
+ */
31334
+ secrets?: pulumi.Input<pulumi.Input<inputs.app.v20240802preview.SecretArgs>[]>;
31335
+ /**
31336
+ * Trigger type of the job
31337
+ */
31338
+ triggerType: pulumi.Input<string | enums.app.v20240802preview.TriggerType>;
31339
+ }
31340
+ /**
31341
+ * jobConfigurationArgsProvideDefaults sets the appropriate defaults for JobConfigurationArgs
31342
+ */
31343
+ function jobConfigurationArgsProvideDefaults(val: JobConfigurationArgs): JobConfigurationArgs;
31344
+ /**
31345
+ * Trigger configuration of an event driven job.
31346
+ */
31347
+ interface JobConfigurationEventTriggerConfigArgs {
31348
+ /**
31349
+ * Number of parallel replicas of a job that can run at a given time.
31350
+ */
31351
+ parallelism?: pulumi.Input<number>;
31352
+ /**
31353
+ * Minimum number of successful replica completions before overall job completion.
31354
+ */
31355
+ replicaCompletionCount?: pulumi.Input<number>;
31356
+ /**
31357
+ * Scaling configurations for event driven jobs.
31358
+ */
31359
+ scale?: pulumi.Input<inputs.app.v20240802preview.JobScaleArgs>;
31360
+ }
31361
+ /**
31362
+ * jobConfigurationEventTriggerConfigArgsProvideDefaults sets the appropriate defaults for JobConfigurationEventTriggerConfigArgs
31363
+ */
31364
+ function jobConfigurationEventTriggerConfigArgsProvideDefaults(val: JobConfigurationEventTriggerConfigArgs): JobConfigurationEventTriggerConfigArgs;
31365
+ /**
31366
+ * Manual trigger configuration for a single execution job. Properties replicaCompletionCount and parallelism would be set to 1 by default
31367
+ */
31368
+ interface JobConfigurationManualTriggerConfigArgs {
31369
+ /**
31370
+ * Number of parallel replicas of a job that can run at a given time.
31371
+ */
31372
+ parallelism?: pulumi.Input<number>;
31373
+ /**
31374
+ * Minimum number of successful replica completions before overall job completion.
31375
+ */
31376
+ replicaCompletionCount?: pulumi.Input<number>;
31377
+ }
31378
+ /**
31379
+ * Cron formatted repeating trigger schedule ("* * * * *") for cronjobs. Properties completions and parallelism would be set to 1 by default
31380
+ */
31381
+ interface JobConfigurationScheduleTriggerConfigArgs {
31382
+ /**
31383
+ * Cron formatted repeating schedule ("* * * * *") of a Cron Job.
31384
+ */
31385
+ cronExpression: pulumi.Input<string>;
31386
+ /**
31387
+ * Number of parallel replicas of a job that can run at a given time.
31388
+ */
31389
+ parallelism?: pulumi.Input<number>;
31390
+ /**
31391
+ * Minimum number of successful replica completions before overall job completion.
31392
+ */
31393
+ replicaCompletionCount?: pulumi.Input<number>;
31394
+ }
31395
+ /**
31396
+ * Scaling configurations for event driven jobs.
31397
+ */
31398
+ interface JobScaleArgs {
31399
+ /**
31400
+ * Maximum number of job executions that are created for a trigger, default 100.
31401
+ */
31402
+ maxExecutions?: pulumi.Input<number>;
31403
+ /**
31404
+ * Minimum number of job executions that are created for a trigger, default 0
31405
+ */
31406
+ minExecutions?: pulumi.Input<number>;
31407
+ /**
31408
+ * Interval to check each event source in seconds. Defaults to 30s
31409
+ */
31410
+ pollingInterval?: pulumi.Input<number>;
31411
+ /**
31412
+ * Scaling rules.
31413
+ */
31414
+ rules?: pulumi.Input<pulumi.Input<inputs.app.v20240802preview.JobScaleRuleArgs>[]>;
31415
+ }
31416
+ /**
31417
+ * jobScaleArgsProvideDefaults sets the appropriate defaults for JobScaleArgs
31418
+ */
31419
+ function jobScaleArgsProvideDefaults(val: JobScaleArgs): JobScaleArgs;
31420
+ /**
31421
+ * Scaling rule.
31422
+ */
31423
+ interface JobScaleRuleArgs {
31424
+ /**
31425
+ * Authentication secrets for the scale rule.
31426
+ */
31427
+ auth?: pulumi.Input<pulumi.Input<inputs.app.v20240802preview.ScaleRuleAuthArgs>[]>;
31428
+ /**
31429
+ * The resource ID of a user-assigned managed identity that is assigned to the job, or 'system' for system-assigned identity.
31430
+ */
31431
+ identity?: pulumi.Input<string>;
31432
+ /**
31433
+ * Metadata properties to describe the scale rule.
31434
+ */
31435
+ metadata?: any;
31436
+ /**
31437
+ * Scale Rule Name
31438
+ */
31439
+ name?: pulumi.Input<string>;
31440
+ /**
31441
+ * Type of the scale rule
31442
+ * eg: azure-servicebus, redis etc.
31443
+ */
31444
+ type?: pulumi.Input<string>;
31445
+ }
31446
+ /**
31447
+ * Container Apps Job versioned application definition. Defines the desired state of an immutable revision. Any changes to this section Will result in a new revision being created
31448
+ */
31449
+ interface JobTemplateArgs {
31450
+ /**
31451
+ * List of container definitions for the Container App.
31452
+ */
31453
+ containers?: pulumi.Input<pulumi.Input<inputs.app.v20240802preview.ContainerArgs>[]>;
31454
+ /**
31455
+ * List of specialized containers that run before app containers.
31456
+ */
31457
+ initContainers?: pulumi.Input<pulumi.Input<inputs.app.v20240802preview.InitContainerArgs>[]>;
31458
+ /**
31459
+ * List of volume definitions for the Container App.
31460
+ */
31461
+ volumes?: pulumi.Input<pulumi.Input<inputs.app.v20240802preview.VolumeArgs>[]>;
31462
+ }
31463
+ /**
31464
+ * The configuration settings of the checks that should be made while validating the JWT Claims.
31465
+ */
31466
+ interface JwtClaimChecksArgs {
31467
+ /**
31468
+ * The list of the allowed client applications.
31469
+ */
31470
+ allowedClientApplications?: pulumi.Input<pulumi.Input<string>[]>;
31471
+ /**
31472
+ * The list of the allowed groups.
31473
+ */
31474
+ allowedGroups?: pulumi.Input<pulumi.Input<string>[]>;
31475
+ }
31476
+ /**
31477
+ * Log Analytics configuration, must only be provided when destination is configured as 'log-analytics'
31478
+ */
31479
+ interface LogAnalyticsConfigurationArgs {
31480
+ /**
31481
+ * Log analytics customer id
31482
+ */
31483
+ customerId?: pulumi.Input<string>;
31484
+ /**
31485
+ * Boolean indicating whether to parse json string log into dynamic json columns
31486
+ */
31487
+ dynamicJsonColumns?: pulumi.Input<boolean>;
31488
+ /**
31489
+ * Log analytics customer key
31490
+ */
31491
+ sharedKey?: pulumi.Input<string>;
31492
+ }
31493
+ /**
31494
+ * Logger settings for java workloads.
31495
+ */
31496
+ interface LoggerSettingArgs {
31497
+ /**
31498
+ * The specified logger's log level.
31499
+ */
31500
+ level: pulumi.Input<string | enums.app.v20240802preview.Level>;
31501
+ /**
31502
+ * Logger name.
31503
+ */
31504
+ logger: pulumi.Input<string>;
31505
+ }
31506
+ /**
31507
+ * The configuration settings of the login flow of users using ContainerApp Service Authentication/Authorization.
31508
+ */
31509
+ interface LoginArgs {
31510
+ /**
31511
+ * External URLs that can be redirected to as part of logging in or logging out of the app. Note that the query string part of the URL is ignored.
31512
+ * This is an advanced setting typically only needed by Windows Store application backends.
31513
+ * Note that URLs within the current domain are always implicitly allowed.
31514
+ */
31515
+ allowedExternalRedirectUrls?: pulumi.Input<pulumi.Input<string>[]>;
31516
+ /**
31517
+ * The configuration settings of the session cookie's expiration.
31518
+ */
31519
+ cookieExpiration?: pulumi.Input<inputs.app.v20240802preview.CookieExpirationArgs>;
31520
+ /**
31521
+ * The configuration settings of the nonce used in the login flow.
31522
+ */
31523
+ nonce?: pulumi.Input<inputs.app.v20240802preview.NonceArgs>;
31524
+ /**
31525
+ * <code>true</code> if the fragments from the request are preserved after the login request is made; otherwise, <code>false</code>.
31526
+ */
31527
+ preserveUrlFragmentsForLogins?: pulumi.Input<boolean>;
31528
+ /**
31529
+ * The routes that specify the endpoints used for login and logout requests.
31530
+ */
31531
+ routes?: pulumi.Input<inputs.app.v20240802preview.LoginRoutesArgs>;
31532
+ /**
31533
+ * The configuration settings of the token store.
31534
+ */
31535
+ tokenStore?: pulumi.Input<inputs.app.v20240802preview.TokenStoreArgs>;
31536
+ }
31537
+ /**
31538
+ * The routes that specify the endpoints used for login and logout requests.
31539
+ */
31540
+ interface LoginRoutesArgs {
31541
+ /**
31542
+ * The endpoint at which a logout request should be made.
31543
+ */
31544
+ logoutEndpoint?: pulumi.Input<string>;
31545
+ }
31546
+ /**
31547
+ * The configuration settings of the login flow, including the scopes that should be requested.
31548
+ */
31549
+ interface LoginScopesArgs {
31550
+ /**
31551
+ * A list of the scopes that should be requested while authenticating.
31552
+ */
31553
+ scopes?: pulumi.Input<pulumi.Input<string>[]>;
31554
+ }
31555
+ /**
31556
+ * Configuration of Open Telemetry logs
31557
+ */
31558
+ interface LogsConfigurationArgs {
31559
+ /**
31560
+ * Open telemetry logs destinations
31561
+ */
31562
+ destinations?: pulumi.Input<pulumi.Input<string>[]>;
31563
+ }
31564
+ /**
31565
+ * Certificate resource specific properties
31566
+ */
31567
+ interface ManagedCertificatePropertiesArgs {
31568
+ /**
31569
+ * Selected type of domain control validation for managed certificates.
31570
+ */
31571
+ domainControlValidation?: pulumi.Input<string | enums.app.v20240802preview.ManagedCertificateDomainControlValidation>;
31572
+ /**
31573
+ * Subject name of the certificate.
31574
+ */
31575
+ subjectName?: pulumi.Input<string>;
31576
+ }
31577
+ /**
31578
+ * Peer traffic encryption settings for the Managed Environment
31579
+ */
31580
+ interface ManagedEnvironmentEncryptionArgs {
31581
+ /**
31582
+ * Boolean indicating whether the peer traffic encryption is enabled
31583
+ */
31584
+ enabled?: pulumi.Input<boolean>;
31585
+ }
31586
+ /**
31587
+ * Peer authentication settings for the Managed Environment
31588
+ */
31589
+ interface ManagedEnvironmentPeerAuthenticationArgs {
31590
+ /**
31591
+ * Mutual TLS authentication settings for the Managed Environment
31592
+ */
31593
+ mtls?: pulumi.Input<inputs.app.v20240802preview.MtlsArgs>;
31594
+ }
31595
+ /**
31596
+ * Peer traffic settings for the Managed Environment
31597
+ */
31598
+ interface ManagedEnvironmentPeerTrafficConfigurationArgs {
31599
+ /**
31600
+ * Peer traffic encryption settings for the Managed Environment
31601
+ */
31602
+ encryption?: pulumi.Input<inputs.app.v20240802preview.ManagedEnvironmentEncryptionArgs>;
31603
+ }
31604
+ /**
31605
+ * Storage properties
31606
+ */
31607
+ interface ManagedEnvironmentStoragePropertiesArgs {
31608
+ /**
31609
+ * Azure file properties
31610
+ */
31611
+ azureFile?: pulumi.Input<inputs.app.v20240802preview.AzureFilePropertiesArgs>;
31612
+ /**
31613
+ * NFS Azure file properties
31614
+ */
31615
+ nfsAzureFile?: pulumi.Input<inputs.app.v20240802preview.NfsAzureFilePropertiesArgs>;
31616
+ }
31617
+ /**
31618
+ * Managed service identity (system assigned and/or user assigned identities)
31619
+ */
31620
+ interface ManagedServiceIdentityArgs {
31621
+ /**
31622
+ * Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
31623
+ */
31624
+ type: pulumi.Input<string | enums.app.v20240802preview.ManagedServiceIdentityType>;
31625
+ /**
31626
+ * The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
31627
+ */
31628
+ userAssignedIdentities?: pulumi.Input<pulumi.Input<string>[]>;
31629
+ }
31630
+ /**
31631
+ * Configuration of Open Telemetry metrics
31632
+ */
31633
+ interface MetricsConfigurationArgs {
31634
+ /**
31635
+ * Open telemetry metrics destinations
31636
+ */
31637
+ destinations?: pulumi.Input<pulumi.Input<string>[]>;
31638
+ /**
31639
+ * Boolean indicating if including keda metrics
31640
+ */
31641
+ includeKeda?: pulumi.Input<boolean>;
31642
+ }
31643
+ /**
31644
+ * Configuration properties for mutual TLS authentication
31645
+ */
31646
+ interface MtlsArgs {
31647
+ /**
31648
+ * Boolean indicating whether the mutual TLS authentication is enabled
31649
+ */
31650
+ enabled?: pulumi.Input<boolean>;
31651
+ }
31652
+ /**
31653
+ * Nacos properties.
31654
+ */
31655
+ interface NacosComponentArgs {
31656
+ /**
31657
+ * Type of the Java Component.
31658
+ * Expected value is 'Nacos'.
31659
+ */
31660
+ componentType: pulumi.Input<"Nacos">;
31661
+ /**
31662
+ * List of Java Components configuration properties
31663
+ */
31664
+ configurations?: pulumi.Input<pulumi.Input<inputs.app.v20240802preview.JavaComponentConfigurationPropertyArgs>[]>;
31665
+ /**
31666
+ * Java component scaling configurations
31667
+ */
31668
+ scale?: pulumi.Input<inputs.app.v20240802preview.JavaComponentPropertiesScaleArgs>;
31669
+ /**
31670
+ * List of Java Components that are bound to the Java component
31671
+ */
31672
+ serviceBinds?: pulumi.Input<pulumi.Input<inputs.app.v20240802preview.JavaComponentServiceBindArgs>[]>;
31673
+ }
31674
+ /**
31675
+ * NFS Azure File Properties.
31676
+ */
31677
+ interface NfsAzureFilePropertiesArgs {
31678
+ /**
31679
+ * Access mode for storage
31680
+ */
31681
+ accessMode?: pulumi.Input<string | enums.app.v20240802preview.AccessMode>;
31682
+ /**
31683
+ * Server for NFS azure file.
31684
+ */
31685
+ server?: pulumi.Input<string>;
31686
+ /**
31687
+ * NFS Azure file share name.
31688
+ */
31689
+ shareName?: pulumi.Input<string>;
31690
+ }
31691
+ /**
31692
+ * The configuration settings of the nonce used in the login flow.
31693
+ */
31694
+ interface NonceArgs {
31695
+ /**
31696
+ * The time after the request is made when the nonce should expire.
31697
+ */
31698
+ nonceExpirationInterval?: pulumi.Input<string>;
31699
+ /**
31700
+ * <code>false</code> if the nonce should not be validated while completing the login flow; otherwise, <code>true</code>.
31701
+ */
31702
+ validateNonce?: pulumi.Input<boolean>;
31703
+ }
31704
+ /**
31705
+ * The authentication client credentials of the custom Open ID Connect provider.
31706
+ */
31707
+ interface OpenIdConnectClientCredentialArgs {
31708
+ /**
31709
+ * The app setting that contains the client secret for the custom Open ID Connect provider.
31710
+ */
31711
+ clientSecretSettingName?: pulumi.Input<string>;
31712
+ /**
31713
+ * The method that should be used to authenticate the user.
31714
+ */
31715
+ method?: pulumi.Input<enums.app.v20240802preview.ClientCredentialMethod>;
31716
+ }
31717
+ /**
31718
+ * The configuration settings of the endpoints used for the custom Open ID Connect provider.
31719
+ */
31720
+ interface OpenIdConnectConfigArgs {
31721
+ /**
31722
+ * The endpoint to be used to make an authorization request.
31723
+ */
31724
+ authorizationEndpoint?: pulumi.Input<string>;
31725
+ /**
31726
+ * The endpoint that provides the keys necessary to validate the token.
31727
+ */
31728
+ certificationUri?: pulumi.Input<string>;
31729
+ /**
31730
+ * The endpoint that issues the token.
31731
+ */
31732
+ issuer?: pulumi.Input<string>;
31733
+ /**
31734
+ * The endpoint to be used to request a token.
31735
+ */
31736
+ tokenEndpoint?: pulumi.Input<string>;
31737
+ /**
31738
+ * The endpoint that contains all the configuration endpoints for the provider.
31739
+ */
31740
+ wellKnownOpenIdConfiguration?: pulumi.Input<string>;
31741
+ }
31742
+ /**
31743
+ * The configuration settings of the login flow of the custom Open ID Connect provider.
31744
+ */
31745
+ interface OpenIdConnectLoginArgs {
31746
+ /**
31747
+ * The name of the claim that contains the users name.
31748
+ */
31749
+ nameClaimType?: pulumi.Input<string>;
31750
+ /**
31751
+ * A list of the scopes that should be requested while authenticating.
31752
+ */
31753
+ scopes?: pulumi.Input<pulumi.Input<string>[]>;
31754
+ }
31755
+ /**
31756
+ * The configuration settings of the app registration for the custom Open ID Connect provider.
31757
+ */
31758
+ interface OpenIdConnectRegistrationArgs {
31759
+ /**
31760
+ * The authentication credentials of the custom Open ID Connect provider.
31761
+ */
31762
+ clientCredential?: pulumi.Input<inputs.app.v20240802preview.OpenIdConnectClientCredentialArgs>;
31763
+ /**
31764
+ * The client id of the custom Open ID Connect provider.
31765
+ */
31766
+ clientId?: pulumi.Input<string>;
31767
+ /**
31768
+ * The configuration settings of the endpoints used for the custom Open ID Connect provider.
31769
+ */
31770
+ openIdConnectConfiguration?: pulumi.Input<inputs.app.v20240802preview.OpenIdConnectConfigArgs>;
31771
+ }
31772
+ /**
31773
+ * Configuration of Open Telemetry
31774
+ */
31775
+ interface OpenTelemetryConfigurationArgs {
31776
+ /**
31777
+ * Open telemetry destinations configuration
31778
+ */
31779
+ destinationsConfiguration?: pulumi.Input<inputs.app.v20240802preview.DestinationsConfigurationArgs>;
31780
+ /**
31781
+ * Open telemetry logs configuration
31782
+ */
31783
+ logsConfiguration?: pulumi.Input<inputs.app.v20240802preview.LogsConfigurationArgs>;
31784
+ /**
31785
+ * Open telemetry metrics configuration
31786
+ */
31787
+ metricsConfiguration?: pulumi.Input<inputs.app.v20240802preview.MetricsConfigurationArgs>;
31788
+ /**
31789
+ * Open telemetry trace configuration
31790
+ */
31791
+ tracesConfiguration?: pulumi.Input<inputs.app.v20240802preview.TracesConfigurationArgs>;
31792
+ }
31793
+ /**
31794
+ * Configuration of otlp
31795
+ */
31796
+ interface OtlpConfigurationArgs {
31797
+ /**
31798
+ * The endpoint of otlp configuration
31799
+ */
31800
+ endpoint?: pulumi.Input<string>;
31801
+ /**
31802
+ * Headers of otlp configurations
31803
+ */
31804
+ headers?: pulumi.Input<pulumi.Input<inputs.app.v20240802preview.HeaderArgs>[]>;
31805
+ /**
31806
+ * Boolean indicating if otlp configuration is insecure
31807
+ */
31808
+ insecure?: pulumi.Input<boolean>;
31809
+ /**
31810
+ * The name of otlp configuration
31811
+ */
31812
+ name?: pulumi.Input<string>;
31813
+ }
31814
+ /**
31815
+ * Model representing a pre-build step.
31816
+ */
31817
+ interface PreBuildStepArgs {
31818
+ /**
31819
+ * Description of the pre-build step.
31820
+ */
31821
+ description?: pulumi.Input<string>;
31822
+ /**
31823
+ * Http get request to send before the build.
31824
+ */
31825
+ httpGet?: pulumi.Input<inputs.app.v20240802preview.HttpGetArgs>;
31826
+ /**
31827
+ * List of custom commands to run.
31828
+ */
31829
+ scripts?: pulumi.Input<pulumi.Input<string>[]>;
31830
+ }
31831
+ /**
31832
+ * A collection of information about the state of the connection between service consumer and provider.
31833
+ */
31834
+ interface PrivateLinkServiceConnectionStateArgs {
31835
+ /**
31836
+ * A message indicating if changes on the service provider require any updates on the consumer.
31837
+ */
31838
+ actionsRequired?: pulumi.Input<string>;
31839
+ /**
31840
+ * The reason for approval/rejection of the connection.
31841
+ */
31842
+ description?: pulumi.Input<string>;
31843
+ /**
31844
+ * Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
31845
+ */
31846
+ status?: pulumi.Input<string | enums.app.v20240802preview.PrivateEndpointServiceConnectionStatus>;
31847
+ }
31848
+ /**
31849
+ * Container App container Azure Queue based scaling rule.
31850
+ */
31851
+ interface QueueScaleRuleArgs {
31852
+ /**
31853
+ * Storage account name. required if using managed identity to authenticate
31854
+ */
31855
+ accountName?: pulumi.Input<string>;
31856
+ /**
31857
+ * Authentication secrets for the queue scale rule.
31858
+ */
31859
+ auth?: pulumi.Input<pulumi.Input<inputs.app.v20240802preview.ScaleRuleAuthArgs>[]>;
31860
+ /**
31861
+ * The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity.
31862
+ */
31863
+ identity?: pulumi.Input<string>;
31864
+ /**
31865
+ * Queue length.
31866
+ */
31867
+ queueLength?: pulumi.Input<number>;
31868
+ /**
31869
+ * Queue name.
31870
+ */
31871
+ queueName?: pulumi.Input<string>;
31872
+ }
31873
+ /**
31874
+ * Container App Private Registry
31875
+ */
31876
+ interface RegistryCredentialsArgs {
31877
+ /**
31878
+ * A Managed Identity to use to authenticate with Azure Container Registry. For user-assigned identities, use the full user-assigned identity Resource ID. For system-assigned identities, use 'system'
31879
+ */
31880
+ identity?: pulumi.Input<string>;
31881
+ /**
31882
+ * The name of the Secret that contains the registry login password
31883
+ */
31884
+ passwordSecretRef?: pulumi.Input<string>;
31885
+ /**
31886
+ * Container Registry Server
31887
+ */
31888
+ server?: pulumi.Input<string>;
31889
+ /**
31890
+ * Container Registry Username
31891
+ */
31892
+ username?: pulumi.Input<string>;
31893
+ }
31894
+ /**
31895
+ * Container App registry information.
31896
+ */
31897
+ interface RegistryInfoArgs {
31898
+ /**
31899
+ * registry secret.
31900
+ */
31901
+ registryPassword?: pulumi.Input<string>;
31902
+ /**
31903
+ * registry server Url.
31904
+ */
31905
+ registryUrl?: pulumi.Input<string>;
31906
+ /**
31907
+ * registry username.
31908
+ */
31909
+ registryUserName?: pulumi.Input<string>;
31910
+ }
31911
+ /**
31912
+ * Container App Runtime configuration.
31913
+ */
31914
+ interface RuntimeArgs {
31915
+ /**
31916
+ * .NET app configuration
31917
+ */
31918
+ dotnet?: pulumi.Input<inputs.app.v20240802preview.RuntimeDotnetArgs>;
31919
+ /**
31920
+ * Java app configuration
31921
+ */
31922
+ java?: pulumi.Input<inputs.app.v20240802preview.RuntimeJavaArgs>;
31923
+ }
31924
+ /**
31925
+ * .NET app configuration
31926
+ */
31927
+ interface RuntimeDotnetArgs {
31928
+ /**
31929
+ * Auto configure the ASP.NET Core Data Protection feature
31930
+ */
31931
+ autoConfigureDataProtection?: pulumi.Input<boolean>;
31932
+ }
31933
+ /**
31934
+ * Java app configuration
31935
+ */
31936
+ interface RuntimeJavaArgs {
31937
+ /**
31938
+ * Enable jmx core metrics for the java app
31939
+ */
31940
+ enableMetrics?: pulumi.Input<boolean>;
31941
+ /**
31942
+ * Diagnostic capabilities achieved by java agent
31943
+ */
31944
+ javaAgent?: pulumi.Input<inputs.app.v20240802preview.RuntimeJavaAgentArgs>;
31945
+ }
31946
+ /**
31947
+ * Diagnostic capabilities achieved by java agent
31948
+ */
31949
+ interface RuntimeJavaAgentArgs {
31950
+ /**
31951
+ * Enable java agent injection for the java app.
31952
+ */
31953
+ enabled?: pulumi.Input<boolean>;
31954
+ /**
31955
+ * Capabilities on the java logging scenario.
31956
+ */
31957
+ logging?: pulumi.Input<inputs.app.v20240802preview.RuntimeLoggingArgs>;
31958
+ }
31959
+ /**
31960
+ * Capabilities on the java logging scenario.
31961
+ */
31962
+ interface RuntimeLoggingArgs {
31963
+ /**
31964
+ * Settings of the logger for the java app.
31965
+ */
31966
+ loggerSettings?: pulumi.Input<pulumi.Input<inputs.app.v20240802preview.LoggerSettingArgs>[]>;
31967
+ }
31968
+ /**
31969
+ * Container App scaling configurations.
31970
+ */
31971
+ interface ScaleArgs {
31972
+ /**
31973
+ * Optional. KEDA Cooldown Period. Defaults to 300 seconds if not set.
31974
+ */
31975
+ cooldownPeriod?: pulumi.Input<number>;
31976
+ /**
31977
+ * Optional. Maximum number of container replicas. Defaults to 10 if not set.
31978
+ */
31979
+ maxReplicas?: pulumi.Input<number>;
31980
+ /**
31981
+ * Optional. Minimum number of container replicas.
31982
+ */
31983
+ minReplicas?: pulumi.Input<number>;
31984
+ /**
31985
+ * Optional. KEDA Polling Interval. Defaults to 30 seconds if not set.
31986
+ */
31987
+ pollingInterval?: pulumi.Input<number>;
31988
+ /**
31989
+ * Scaling rules.
31990
+ */
31991
+ rules?: pulumi.Input<pulumi.Input<inputs.app.v20240802preview.ScaleRuleArgs>[]>;
31992
+ }
31993
+ /**
31994
+ * scaleArgsProvideDefaults sets the appropriate defaults for ScaleArgs
31995
+ */
31996
+ function scaleArgsProvideDefaults(val: ScaleArgs): ScaleArgs;
31997
+ /**
31998
+ * Scale configuration.
31999
+ */
32000
+ interface ScaleConfigurationArgs {
32001
+ /**
32002
+ * The maximum count of sessions at the same time.
32003
+ */
32004
+ maxConcurrentSessions?: pulumi.Input<number>;
32005
+ /**
32006
+ * The minimum count of ready session instances.
32007
+ */
32008
+ readySessionInstances?: pulumi.Input<number>;
32009
+ }
32010
+ /**
32011
+ * Container App container scaling rule.
32012
+ */
32013
+ interface ScaleRuleArgs {
32014
+ /**
32015
+ * Azure Queue based scaling.
32016
+ */
32017
+ azureQueue?: pulumi.Input<inputs.app.v20240802preview.QueueScaleRuleArgs>;
32018
+ /**
32019
+ * Custom scale rule.
32020
+ */
32021
+ custom?: pulumi.Input<inputs.app.v20240802preview.CustomScaleRuleArgs>;
32022
+ /**
32023
+ * HTTP requests based scaling.
32024
+ */
32025
+ http?: pulumi.Input<inputs.app.v20240802preview.HttpScaleRuleArgs>;
32026
+ /**
32027
+ * Scale Rule Name
32028
+ */
32029
+ name?: pulumi.Input<string>;
32030
+ /**
32031
+ * Tcp requests based scaling.
32032
+ */
32033
+ tcp?: pulumi.Input<inputs.app.v20240802preview.TcpScaleRuleArgs>;
32034
+ }
32035
+ /**
32036
+ * Auth Secrets for Scale Rule
32037
+ */
32038
+ interface ScaleRuleAuthArgs {
32039
+ /**
32040
+ * Name of the secret from which to pull the auth params.
32041
+ */
32042
+ secretRef?: pulumi.Input<string>;
32043
+ /**
32044
+ * Trigger Parameter that uses the secret
32045
+ */
32046
+ triggerParameter?: pulumi.Input<string>;
32047
+ }
32048
+ /**
32049
+ * Spring Cloud Gateway route definition
32050
+ */
32051
+ interface ScgRouteArgs {
32052
+ /**
32053
+ * Filters of the route
32054
+ */
32055
+ filters?: pulumi.Input<pulumi.Input<string>[]>;
32056
+ /**
32057
+ * Id of the route
32058
+ */
32059
+ id: pulumi.Input<string>;
32060
+ /**
32061
+ * Order of the route
32062
+ */
32063
+ order?: pulumi.Input<number>;
32064
+ /**
32065
+ * Predicates of the route
32066
+ */
32067
+ predicates?: pulumi.Input<pulumi.Input<string>[]>;
32068
+ /**
32069
+ * Uri of the route
32070
+ */
32071
+ uri: pulumi.Input<string>;
32072
+ }
32073
+ /**
32074
+ * Secret definition.
32075
+ */
32076
+ interface SecretArgs {
32077
+ /**
32078
+ * Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity.
32079
+ */
32080
+ identity?: pulumi.Input<string>;
32081
+ /**
32082
+ * Azure Key Vault URL pointing to the secret referenced by the container app.
32083
+ */
32084
+ keyVaultUrl?: pulumi.Input<string>;
32085
+ /**
32086
+ * Secret Name.
32087
+ */
32088
+ name?: pulumi.Input<string>;
32089
+ /**
32090
+ * Secret Value.
32091
+ */
32092
+ value?: pulumi.Input<string>;
32093
+ }
32094
+ /**
32095
+ * Secret to be added to volume.
32096
+ */
32097
+ interface SecretVolumeItemArgs {
32098
+ /**
32099
+ * Path to project secret to. If no path is provided, path defaults to name of secret listed in secretRef.
32100
+ */
32101
+ path?: pulumi.Input<string>;
32102
+ /**
32103
+ * Name of the Container App secret from which to pull the secret value.
32104
+ */
32105
+ secretRef?: pulumi.Input<string>;
32106
+ }
32107
+ /**
32108
+ * Container App to be a dev service
32109
+ */
32110
+ interface ServiceArgs {
32111
+ /**
32112
+ * Dev ContainerApp service type
32113
+ */
32114
+ type: pulumi.Input<string>;
32115
+ }
32116
+ /**
32117
+ * Configuration to bind a ContainerApp to a dev ContainerApp Service
32118
+ */
32119
+ interface ServiceBindArgs {
32120
+ /**
32121
+ * Type of the client to be used to connect to the service
32122
+ */
32123
+ clientType?: pulumi.Input<string>;
32124
+ /**
32125
+ * Customized keys for customizing injected values to the app
32126
+ */
32127
+ customizedKeys?: pulumi.Input<{
32128
+ [key: string]: pulumi.Input<string>;
32129
+ }>;
32130
+ /**
32131
+ * Name of the service bind
32132
+ */
32133
+ name?: pulumi.Input<string>;
32134
+ /**
32135
+ * Resource id of the target service
32136
+ */
32137
+ serviceId?: pulumi.Input<string>;
32138
+ }
32139
+ /**
32140
+ * Container definitions for the sessions of the session pool.
32141
+ */
32142
+ interface SessionContainerArgs {
32143
+ /**
32144
+ * Container start command arguments.
32145
+ */
32146
+ args?: pulumi.Input<pulumi.Input<string>[]>;
32147
+ /**
32148
+ * Container start command.
32149
+ */
32150
+ command?: pulumi.Input<pulumi.Input<string>[]>;
32151
+ /**
32152
+ * Container environment variables.
32153
+ */
32154
+ env?: pulumi.Input<pulumi.Input<inputs.app.v20240802preview.EnvironmentVarArgs>[]>;
32155
+ /**
32156
+ * Container image tag.
32157
+ */
32158
+ image?: pulumi.Input<string>;
32159
+ /**
32160
+ * Custom container name.
32161
+ */
32162
+ name?: pulumi.Input<string>;
32163
+ /**
32164
+ * Container resource requirements.
32165
+ */
32166
+ resources?: pulumi.Input<inputs.app.v20240802preview.SessionContainerResourcesArgs>;
32167
+ }
32168
+ /**
32169
+ * Container resource requirements for sessions of the session pool.
32170
+ */
32171
+ interface SessionContainerResourcesArgs {
32172
+ /**
32173
+ * Required CPU in cores, e.g. 0.5
32174
+ */
32175
+ cpu?: pulumi.Input<number>;
32176
+ /**
32177
+ * Required memory, e.g. "250Mb"
32178
+ */
32179
+ memory?: pulumi.Input<string>;
32180
+ }
32181
+ /**
32182
+ * Session pool ingress configuration.
32183
+ */
32184
+ interface SessionIngressArgs {
32185
+ /**
32186
+ * Target port in containers for traffic from ingress
32187
+ */
32188
+ targetPort?: pulumi.Input<number>;
32189
+ }
32190
+ /**
32191
+ * Session network configuration.
32192
+ */
32193
+ interface SessionNetworkConfigurationArgs {
32194
+ /**
32195
+ * Network status for the sessions.
32196
+ */
32197
+ status?: pulumi.Input<string | enums.app.v20240802preview.SessionNetworkStatus>;
32198
+ }
32199
+ /**
32200
+ * Secret definition.
32201
+ */
32202
+ interface SessionPoolSecretArgs {
32203
+ /**
32204
+ * Secret Name.
32205
+ */
32206
+ name?: pulumi.Input<string>;
32207
+ /**
32208
+ * Secret Value.
32209
+ */
32210
+ value?: pulumi.Input<string>;
32211
+ }
32212
+ /**
32213
+ * Session pool private registry credentials.
32214
+ */
32215
+ interface SessionRegistryCredentialsArgs {
32216
+ /**
32217
+ * A Managed Identity to use to authenticate with Azure Container Registry. For user-assigned identities, use the full user-assigned identity Resource ID. For system-assigned identities, use 'system'
32218
+ */
32219
+ identity?: pulumi.Input<string>;
32220
+ /**
32221
+ * The name of the secret that contains the registry login password
32222
+ */
32223
+ passwordSecretRef?: pulumi.Input<string>;
32224
+ /**
32225
+ * Container registry server.
32226
+ */
32227
+ server?: pulumi.Input<string>;
32228
+ /**
32229
+ * Container registry username.
32230
+ */
32231
+ username?: pulumi.Input<string>;
32232
+ }
32233
+ /**
32234
+ * SMB storage properties
32235
+ */
32236
+ interface SmbStorageArgs {
32237
+ /**
32238
+ * Access mode for storage
32239
+ */
32240
+ accessMode?: pulumi.Input<string | enums.app.v20240802preview.AccessMode>;
32241
+ /**
32242
+ * The domain name for the user.
32243
+ */
32244
+ domain?: pulumi.Input<string>;
32245
+ /**
32246
+ * The host name or IP address of the SMB server.
32247
+ */
32248
+ host?: pulumi.Input<string>;
32249
+ /**
32250
+ * The password for the user.
32251
+ */
32252
+ password?: pulumi.Input<string>;
32253
+ /**
32254
+ * The path to the SMB shared folder.
32255
+ */
32256
+ shareName?: pulumi.Input<string>;
32257
+ /**
32258
+ * The user to log on to the SMB server.
32259
+ */
32260
+ username?: pulumi.Input<string>;
32261
+ }
32262
+ /**
32263
+ * Spring Boot Admin properties.
32264
+ */
32265
+ interface SpringBootAdminComponentArgs {
32266
+ /**
32267
+ * Type of the Java Component.
32268
+ * Expected value is 'SpringBootAdmin'.
32269
+ */
32270
+ componentType: pulumi.Input<"SpringBootAdmin">;
32271
+ /**
32272
+ * List of Java Components configuration properties
32273
+ */
32274
+ configurations?: pulumi.Input<pulumi.Input<inputs.app.v20240802preview.JavaComponentConfigurationPropertyArgs>[]>;
32275
+ /**
32276
+ * Java component scaling configurations
32277
+ */
32278
+ scale?: pulumi.Input<inputs.app.v20240802preview.JavaComponentPropertiesScaleArgs>;
32279
+ /**
32280
+ * List of Java Components that are bound to the Java component
32281
+ */
32282
+ serviceBinds?: pulumi.Input<pulumi.Input<inputs.app.v20240802preview.JavaComponentServiceBindArgs>[]>;
32283
+ }
32284
+ /**
32285
+ * Spring Cloud Config properties.
32286
+ */
32287
+ interface SpringCloudConfigComponentArgs {
32288
+ /**
32289
+ * Type of the Java Component.
32290
+ * Expected value is 'SpringCloudConfig'.
32291
+ */
32292
+ componentType: pulumi.Input<"SpringCloudConfig">;
32293
+ /**
32294
+ * List of Java Components configuration properties
32295
+ */
32296
+ configurations?: pulumi.Input<pulumi.Input<inputs.app.v20240802preview.JavaComponentConfigurationPropertyArgs>[]>;
32297
+ /**
32298
+ * Java component scaling configurations
32299
+ */
32300
+ scale?: pulumi.Input<inputs.app.v20240802preview.JavaComponentPropertiesScaleArgs>;
32301
+ /**
32302
+ * List of Java Components that are bound to the Java component
32303
+ */
32304
+ serviceBinds?: pulumi.Input<pulumi.Input<inputs.app.v20240802preview.JavaComponentServiceBindArgs>[]>;
32305
+ }
32306
+ /**
32307
+ * Spring Cloud Eureka properties.
32308
+ */
32309
+ interface SpringCloudEurekaComponentArgs {
32310
+ /**
32311
+ * Type of the Java Component.
32312
+ * Expected value is 'SpringCloudEureka'.
32313
+ */
32314
+ componentType: pulumi.Input<"SpringCloudEureka">;
32315
+ /**
32316
+ * List of Java Components configuration properties
32317
+ */
32318
+ configurations?: pulumi.Input<pulumi.Input<inputs.app.v20240802preview.JavaComponentConfigurationPropertyArgs>[]>;
32319
+ /**
32320
+ * Java component scaling configurations
32321
+ */
32322
+ scale?: pulumi.Input<inputs.app.v20240802preview.JavaComponentPropertiesScaleArgs>;
32323
+ /**
32324
+ * List of Java Components that are bound to the Java component
32325
+ */
32326
+ serviceBinds?: pulumi.Input<pulumi.Input<inputs.app.v20240802preview.JavaComponentServiceBindArgs>[]>;
32327
+ }
32328
+ /**
32329
+ * Spring Cloud Gateway properties.
32330
+ */
32331
+ interface SpringCloudGatewayComponentArgs {
32332
+ /**
32333
+ * Type of the Java Component.
32334
+ * Expected value is 'SpringCloudGateway'.
32335
+ */
32336
+ componentType: pulumi.Input<"SpringCloudGateway">;
32337
+ /**
32338
+ * List of Java Components configuration properties
32339
+ */
32340
+ configurations?: pulumi.Input<pulumi.Input<inputs.app.v20240802preview.JavaComponentConfigurationPropertyArgs>[]>;
32341
+ /**
32342
+ * Java component scaling configurations
32343
+ */
32344
+ scale?: pulumi.Input<inputs.app.v20240802preview.JavaComponentPropertiesScaleArgs>;
32345
+ /**
32346
+ * List of Java Components that are bound to the Java component
32347
+ */
32348
+ serviceBinds?: pulumi.Input<pulumi.Input<inputs.app.v20240802preview.JavaComponentServiceBindArgs>[]>;
32349
+ /**
32350
+ * Gateway route definition
32351
+ */
32352
+ springCloudGatewayRoutes?: pulumi.Input<pulumi.Input<inputs.app.v20240802preview.ScgRouteArgs>[]>;
32353
+ }
32354
+ /**
32355
+ * Defines parameters for tcp connection pooling
32356
+ */
32357
+ interface TcpConnectionPoolArgs {
32358
+ /**
32359
+ * Maximum number of tcp connections allowed
32360
+ */
32361
+ maxConnections?: pulumi.Input<number>;
32362
+ }
32363
+ /**
32364
+ * Policy that defines tcp request retry conditions
32365
+ */
32366
+ interface TcpRetryPolicyArgs {
32367
+ /**
32368
+ * Maximum number of attempts to connect to the tcp service
32369
+ */
32370
+ maxConnectAttempts?: pulumi.Input<number>;
32371
+ }
32372
+ /**
32373
+ * Container App container Tcp scaling rule.
32374
+ */
32375
+ interface TcpScaleRuleArgs {
32376
+ /**
32377
+ * Authentication secrets for the tcp scale rule.
32378
+ */
32379
+ auth?: pulumi.Input<pulumi.Input<inputs.app.v20240802preview.ScaleRuleAuthArgs>[]>;
32380
+ /**
32381
+ * The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity.
32382
+ */
32383
+ identity?: pulumi.Input<string>;
32384
+ /**
32385
+ * Metadata properties to describe tcp scale rule.
32386
+ */
32387
+ metadata?: pulumi.Input<{
32388
+ [key: string]: pulumi.Input<string>;
32389
+ }>;
32390
+ }
32391
+ /**
32392
+ * Container App versioned application definition.
32393
+ * Defines the desired state of an immutable revision.
32394
+ * Any changes to this section Will result in a new revision being created
32395
+ */
32396
+ interface TemplateArgs {
32397
+ /**
32398
+ * List of container definitions for the Container App.
32399
+ */
32400
+ containers?: pulumi.Input<pulumi.Input<inputs.app.v20240802preview.ContainerArgs>[]>;
32401
+ /**
32402
+ * List of specialized containers that run before app containers.
32403
+ */
32404
+ initContainers?: pulumi.Input<pulumi.Input<inputs.app.v20240802preview.InitContainerArgs>[]>;
32405
+ /**
32406
+ * User friendly suffix that is appended to the revision name
32407
+ */
32408
+ revisionSuffix?: pulumi.Input<string>;
32409
+ /**
32410
+ * Scaling properties for the Container App.
32411
+ */
32412
+ scale?: pulumi.Input<inputs.app.v20240802preview.ScaleArgs>;
32413
+ /**
32414
+ * List of container app services bound to the app
32415
+ */
32416
+ serviceBinds?: pulumi.Input<pulumi.Input<inputs.app.v20240802preview.ServiceBindArgs>[]>;
32417
+ /**
32418
+ * Optional duration in seconds the Container App Instance needs to terminate gracefully. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). If this value is nil, the default grace period will be used instead. Set this value longer than the expected cleanup time for your process. Defaults to 30 seconds.
32419
+ */
32420
+ terminationGracePeriodSeconds?: pulumi.Input<number>;
32421
+ /**
32422
+ * List of volume definitions for the Container App.
32423
+ */
32424
+ volumes?: pulumi.Input<pulumi.Input<inputs.app.v20240802preview.VolumeArgs>[]>;
32425
+ }
32426
+ /**
32427
+ * templateArgsProvideDefaults sets the appropriate defaults for TemplateArgs
32428
+ */
32429
+ function templateArgsProvideDefaults(val: TemplateArgs): TemplateArgs;
32430
+ /**
32431
+ * Policy to set request timeouts
32432
+ */
32433
+ interface TimeoutPolicyArgs {
32434
+ /**
32435
+ * Timeout, in seconds, for a request to initiate a connection
32436
+ */
32437
+ connectionTimeoutInSeconds?: pulumi.Input<number>;
32438
+ /**
32439
+ * Timeout, in seconds, for a request to respond
32440
+ */
32441
+ responseTimeoutInSeconds?: pulumi.Input<number>;
32442
+ }
32443
+ /**
32444
+ * The configuration settings of the token store.
32445
+ */
32446
+ interface TokenStoreArgs {
32447
+ /**
32448
+ * The configuration settings of the storage of the tokens if blob storage is used.
32449
+ */
32450
+ azureBlobStorage?: pulumi.Input<inputs.app.v20240802preview.BlobStorageTokenStoreArgs>;
32451
+ /**
32452
+ * <code>true</code> to durably store platform-specific security tokens that are obtained during login flows; otherwise, <code>false</code>.
32453
+ * The default is <code>false</code>.
32454
+ */
32455
+ enabled?: pulumi.Input<boolean>;
32456
+ /**
32457
+ * The number of hours after session token expiration that a session token can be used to
32458
+ * call the token refresh API. The default is 72 hours.
32459
+ */
32460
+ tokenRefreshExtensionHours?: pulumi.Input<number>;
32461
+ }
32462
+ /**
32463
+ * Configuration of Open Telemetry traces
32464
+ */
32465
+ interface TracesConfigurationArgs {
32466
+ /**
32467
+ * Open telemetry traces destinations
32468
+ */
32469
+ destinations?: pulumi.Input<pulumi.Input<string>[]>;
32470
+ /**
32471
+ * Boolean indicating if including dapr traces
32472
+ */
32473
+ includeDapr?: pulumi.Input<boolean>;
32474
+ }
32475
+ /**
32476
+ * Traffic weight assigned to a revision
32477
+ */
32478
+ interface TrafficWeightArgs {
32479
+ /**
32480
+ * Associates a traffic label with a revision
32481
+ */
32482
+ label?: pulumi.Input<string>;
32483
+ /**
32484
+ * Indicates that the traffic weight belongs to a latest stable revision
32485
+ */
32486
+ latestRevision?: pulumi.Input<boolean>;
32487
+ /**
32488
+ * Name of a revision
32489
+ */
32490
+ revisionName?: pulumi.Input<string>;
32491
+ /**
32492
+ * Traffic weight assigned to a revision
32493
+ */
32494
+ weight?: pulumi.Input<number>;
32495
+ }
32496
+ /**
32497
+ * trafficWeightArgsProvideDefaults sets the appropriate defaults for TrafficWeightArgs
32498
+ */
32499
+ function trafficWeightArgsProvideDefaults(val: TrafficWeightArgs): TrafficWeightArgs;
32500
+ /**
32501
+ * The configuration settings of the Twitter provider.
32502
+ */
32503
+ interface TwitterArgs {
32504
+ /**
32505
+ * <code>false</code> if the Twitter provider should not be enabled despite the set registration; otherwise, <code>true</code>.
32506
+ */
32507
+ enabled?: pulumi.Input<boolean>;
32508
+ /**
32509
+ * The configuration settings of the app registration for the Twitter provider.
32510
+ */
32511
+ registration?: pulumi.Input<inputs.app.v20240802preview.TwitterRegistrationArgs>;
32512
+ }
32513
+ /**
32514
+ * The configuration settings of the app registration for the Twitter provider.
32515
+ */
32516
+ interface TwitterRegistrationArgs {
32517
+ /**
32518
+ * The OAuth 1.0a consumer key of the Twitter application used for sign-in.
32519
+ * This setting is required for enabling Twitter Sign-In.
32520
+ * Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in
32521
+ */
32522
+ consumerKey?: pulumi.Input<string>;
32523
+ /**
32524
+ * The app setting name that contains the OAuth 1.0a consumer secret of the Twitter
32525
+ * application used for sign-in.
32526
+ */
32527
+ consumerSecretSettingName?: pulumi.Input<string>;
32528
+ }
32529
+ /**
32530
+ * Configuration properties for apps environment to join a Virtual Network
32531
+ */
32532
+ interface VnetConfigurationArgs {
32533
+ /**
32534
+ * CIDR notation IP range assigned to the Docker bridge, network. Must not overlap with any other provided IP ranges.
32535
+ */
32536
+ dockerBridgeCidr?: pulumi.Input<string>;
32537
+ /**
32538
+ * Resource ID of a subnet for infrastructure components. Must not overlap with any other provided IP ranges.
32539
+ */
32540
+ infrastructureSubnetId?: pulumi.Input<string>;
32541
+ /**
32542
+ * Boolean indicating the environment only has an internal load balancer. These environments do not have a public static IP resource. They must provide infrastructureSubnetId if enabling this property
32543
+ */
32544
+ internal?: pulumi.Input<boolean>;
32545
+ /**
32546
+ * IP range in CIDR notation that can be reserved for environment infrastructure IP addresses. Must not overlap with any other provided IP ranges.
32547
+ */
32548
+ platformReservedCidr?: pulumi.Input<string>;
32549
+ /**
32550
+ * An IP address from the IP range defined by platformReservedCidr that will be reserved for the internal DNS server.
32551
+ */
32552
+ platformReservedDnsIP?: pulumi.Input<string>;
32553
+ }
32554
+ /**
32555
+ * Volume definitions for the Container App.
32556
+ */
32557
+ interface VolumeArgs {
32558
+ /**
32559
+ * Mount options used while mounting the Azure file share or NFS Azure file share. Must be a comma-separated string.
32560
+ */
32561
+ mountOptions?: pulumi.Input<string>;
32562
+ /**
32563
+ * Volume name.
32564
+ */
32565
+ name?: pulumi.Input<string>;
32566
+ /**
32567
+ * List of secrets to be added in volume. If no secrets are provided, all secrets in collection will be added to volume.
32568
+ */
32569
+ secrets?: pulumi.Input<pulumi.Input<inputs.app.v20240802preview.SecretVolumeItemArgs>[]>;
32570
+ /**
32571
+ * Name of storage resource. No need to provide for EmptyDir and Secret.
32572
+ */
32573
+ storageName?: pulumi.Input<string>;
32574
+ /**
32575
+ * Storage type for the volume. If not provided, use EmptyDir.
32576
+ */
32577
+ storageType?: pulumi.Input<string | enums.app.v20240802preview.StorageType>;
32578
+ }
32579
+ /**
32580
+ * Volume mount for the Container App.
32581
+ */
32582
+ interface VolumeMountArgs {
32583
+ /**
32584
+ * Path within the container at which the volume should be mounted.Must not contain ':'.
32585
+ */
32586
+ mountPath?: pulumi.Input<string>;
32587
+ /**
32588
+ * Path within the volume from which the container's volume should be mounted. Defaults to "" (volume's root).
32589
+ */
32590
+ subPath?: pulumi.Input<string>;
32591
+ /**
32592
+ * This must match the Name of a Volume.
32593
+ */
32594
+ volumeName?: pulumi.Input<string>;
32595
+ }
32596
+ /**
32597
+ * Workload profile to scope container app execution.
32598
+ */
32599
+ interface WorkloadProfileArgs {
32600
+ /**
32601
+ * Whether to use a FIPS-enabled OS. Supported only for dedicated workload profiles.
32602
+ */
32603
+ enableFips?: pulumi.Input<boolean>;
32604
+ /**
32605
+ * The maximum capacity.
32606
+ */
32607
+ maximumCount?: pulumi.Input<number>;
32608
+ /**
32609
+ * The minimum capacity.
32610
+ */
32611
+ minimumCount?: pulumi.Input<number>;
32612
+ /**
32613
+ * Workload profile type for the workloads to run on.
32614
+ */
32615
+ name: pulumi.Input<string>;
32616
+ /**
32617
+ * Workload profile type for the workloads to run on.
32618
+ */
32619
+ workloadProfileType: pulumi.Input<string>;
32620
+ }
32621
+ /**
32622
+ * workloadProfileArgsProvideDefaults sets the appropriate defaults for WorkloadProfileArgs
32623
+ */
32624
+ function workloadProfileArgsProvideDefaults(val: WorkloadProfileArgs): WorkloadProfileArgs;
32625
+ }
29692
32626
  }
29693
32627
  export declare namespace appcomplianceautomation {
29694
32628
  /**
@@ -282242,7 +285176,7 @@ export declare namespace devcenter {
282242
285176
  */
282243
285177
  filter?: pulumi.Input<string>;
282244
285178
  /**
282245
- * Resources that are included and shared as a part of a curation profile.
285179
+ * Resources that are included and shared as a part of a project policy.
282246
285180
  */
282247
285181
  resources?: pulumi.Input<string>;
282248
285182
  }
@@ -282836,7 +285770,180 @@ export declare namespace devcenter {
282836
285770
  */
282837
285771
  family?: pulumi.Input<string>;
282838
285772
  /**
282839
- * The name of the SKU. Ex - P3. It is typically a letter+number code
285773
+ * The name of the SKU. Ex - P3. It is typically a letter+number code
285774
+ */
285775
+ name: pulumi.Input<string>;
285776
+ /**
285777
+ * The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
285778
+ */
285779
+ size?: pulumi.Input<string>;
285780
+ /**
285781
+ * This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
285782
+ */
285783
+ tier?: pulumi.Input<enums.devcenter.v20240201.SkuTier>;
285784
+ }
285785
+ /**
285786
+ * Stop on disconnect configuration settings for Dev Boxes created in this pool.
285787
+ */
285788
+ interface StopOnDisconnectConfigurationArgs {
285789
+ /**
285790
+ * The specified time in minutes to wait before stopping a Dev Box once disconnect is detected.
285791
+ */
285792
+ gracePeriodMinutes?: pulumi.Input<number>;
285793
+ /**
285794
+ * Whether the feature to stop the Dev Box on disconnect once the grace period has lapsed is enabled.
285795
+ */
285796
+ status?: pulumi.Input<string | enums.devcenter.v20240201.StopOnDisconnectEnableStatus>;
285797
+ }
285798
+ /**
285799
+ * Mapping of user object ID to role assignments.
285800
+ */
285801
+ interface UserRoleAssignmentArgs {
285802
+ /**
285803
+ * A map of roles to assign to the parent user.
285804
+ */
285805
+ roles?: pulumi.Input<pulumi.Input<string>[]>;
285806
+ }
285807
+ }
285808
+ namespace v20240501preview {
285809
+ /**
285810
+ * All Customer-managed key encryption properties for the resource.
285811
+ */
285812
+ interface CustomerManagedKeyEncryptionArgs {
285813
+ /**
285814
+ * All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.
285815
+ */
285816
+ keyEncryptionKeyIdentity?: pulumi.Input<inputs.devcenter.v20240501preview.CustomerManagedKeyEncryptionKeyEncryptionKeyIdentityArgs>;
285817
+ /**
285818
+ * key encryption key Url, versioned or non-versioned. Ex: https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78 or https://contosovault.vault.azure.net/keys/contosokek.
285819
+ */
285820
+ keyEncryptionKeyUrl?: pulumi.Input<string>;
285821
+ }
285822
+ /**
285823
+ * All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.
285824
+ */
285825
+ interface CustomerManagedKeyEncryptionKeyEncryptionKeyIdentityArgs {
285826
+ /**
285827
+ * delegated identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. Mutually exclusive with identityType systemAssignedIdentity and userAssignedIdentity - internal use only.
285828
+ */
285829
+ delegatedIdentityClientId?: pulumi.Input<string>;
285830
+ /**
285831
+ * Values can be systemAssignedIdentity or userAssignedIdentity
285832
+ */
285833
+ identityType?: pulumi.Input<string | enums.devcenter.v20240501preview.IdentityType>;
285834
+ /**
285835
+ * user assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. Mutually exclusive with identityType systemAssignedIdentity and delegatedResourceIdentity.
285836
+ */
285837
+ userAssignedIdentityResourceId?: pulumi.Input<string>;
285838
+ }
285839
+ /**
285840
+ * Provisioning settings that apply to all Dev Boxes created in this dev center
285841
+ */
285842
+ interface DevBoxProvisioningSettingsArgs {
285843
+ /**
285844
+ * Whether project catalogs associated with projects in this dev center can be configured to sync catalog items.
285845
+ */
285846
+ installAzureMonitorAgentEnableStatus?: pulumi.Input<string | enums.devcenter.v20240501preview.InstallAzureMonitorAgentEnableStatus>;
285847
+ }
285848
+ /**
285849
+ * Network settings for the Dev Center.
285850
+ */
285851
+ interface DevCenterNetworkSettingsArgs {
285852
+ /**
285853
+ * Indicates whether pools in this Dev Center can use Microsoft Hosted Networks. Defaults to Enabled if not set.
285854
+ */
285855
+ microsoftHostedNetworkEnableStatus?: pulumi.Input<string | enums.devcenter.v20240501preview.MicrosoftHostedNetworkEnableStatus>;
285856
+ }
285857
+ /**
285858
+ * Project catalog settings for project catalogs under a project associated to this dev center.
285859
+ */
285860
+ interface DevCenterProjectCatalogSettingsArgs {
285861
+ /**
285862
+ * Whether project catalogs associated with projects in this dev center can be configured to sync catalog items.
285863
+ */
285864
+ catalogItemSyncEnableStatus?: pulumi.Input<string | enums.devcenter.v20240501preview.CatalogItemSyncEnableStatus>;
285865
+ }
285866
+ interface EncryptionArgs {
285867
+ /**
285868
+ * All Customer-managed key encryption properties for the resource.
285869
+ */
285870
+ customerManagedKeyEncryption?: pulumi.Input<inputs.devcenter.v20240501preview.CustomerManagedKeyEncryptionArgs>;
285871
+ }
285872
+ /**
285873
+ * Properties for a Git repository catalog.
285874
+ */
285875
+ interface GitCatalogArgs {
285876
+ /**
285877
+ * Git branch.
285878
+ */
285879
+ branch?: pulumi.Input<string>;
285880
+ /**
285881
+ * The folder where the catalog items can be found inside the repository.
285882
+ */
285883
+ path?: pulumi.Input<string>;
285884
+ /**
285885
+ * A reference to the Key Vault secret containing a security token to authenticate to a Git repository.
285886
+ */
285887
+ secretIdentifier?: pulumi.Input<string>;
285888
+ /**
285889
+ * Git URI.
285890
+ */
285891
+ uri?: pulumi.Input<string>;
285892
+ }
285893
+ /**
285894
+ * Image reference information
285895
+ */
285896
+ interface ImageReferenceArgs {
285897
+ /**
285898
+ * Image ID, or Image version ID. When Image ID is provided, its latest version will be used.
285899
+ */
285900
+ id?: pulumi.Input<string>;
285901
+ }
285902
+ /**
285903
+ * Managed service identity (system assigned and/or user assigned identities)
285904
+ */
285905
+ interface ManagedServiceIdentityArgs {
285906
+ /**
285907
+ * Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
285908
+ */
285909
+ type: pulumi.Input<string | enums.devcenter.v20240501preview.ManagedServiceIdentityType>;
285910
+ /**
285911
+ * The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
285912
+ */
285913
+ userAssignedIdentities?: pulumi.Input<pulumi.Input<string>[]>;
285914
+ }
285915
+ /**
285916
+ * Settings to be used when associating a project with a catalog.
285917
+ */
285918
+ interface ProjectCatalogSettingsArgs {
285919
+ /**
285920
+ * Indicates catalog item types that can be synced.
285921
+ */
285922
+ catalogItemSyncTypes?: pulumi.Input<pulumi.Input<string | enums.devcenter.v20240501preview.CatalogItemType>[]>;
285923
+ }
285924
+ /**
285925
+ * The role definition assigned to the environment creator on backing resources.
285926
+ */
285927
+ interface ProjectEnvironmentTypeUpdatePropertiesCreatorRoleAssignmentArgs {
285928
+ /**
285929
+ * A map of roles to assign to the environment creator.
285930
+ */
285931
+ roles?: pulumi.Input<pulumi.Input<string>[]>;
285932
+ }
285933
+ /**
285934
+ * The resource model definition representing SKU
285935
+ */
285936
+ interface SkuArgs {
285937
+ /**
285938
+ * If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
285939
+ */
285940
+ capacity?: pulumi.Input<number>;
285941
+ /**
285942
+ * If the service has different generations of hardware, for the same SKU, then that can be captured here.
285943
+ */
285944
+ family?: pulumi.Input<string>;
285945
+ /**
285946
+ * The name of the SKU. E.g. P3. It is typically a letter+number code
282840
285947
  */
282841
285948
  name: pulumi.Input<string>;
282842
285949
  /**
@@ -282846,7 +285953,7 @@ export declare namespace devcenter {
282846
285953
  /**
282847
285954
  * This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
282848
285955
  */
282849
- tier?: pulumi.Input<enums.devcenter.v20240201.SkuTier>;
285956
+ tier?: pulumi.Input<enums.devcenter.v20240501preview.SkuTier>;
282850
285957
  }
282851
285958
  /**
282852
285959
  * Stop on disconnect configuration settings for Dev Boxes created in this pool.
@@ -282859,7 +285966,7 @@ export declare namespace devcenter {
282859
285966
  /**
282860
285967
  * Whether the feature to stop the Dev Box on disconnect once the grace period has lapsed is enabled.
282861
285968
  */
282862
- status?: pulumi.Input<string | enums.devcenter.v20240201.StopOnDisconnectEnableStatus>;
285969
+ status?: pulumi.Input<string | enums.devcenter.v20240501preview.StopOnDisconnectEnableStatus>;
282863
285970
  }
282864
285971
  /**
282865
285972
  * Mapping of user object ID to role assignments.
@@ -282871,7 +285978,7 @@ export declare namespace devcenter {
282871
285978
  roles?: pulumi.Input<pulumi.Input<string>[]>;
282872
285979
  }
282873
285980
  }
282874
- namespace v20240501preview {
285981
+ namespace v20240601preview {
282875
285982
  /**
282876
285983
  * All Customer-managed key encryption properties for the resource.
282877
285984
  */
@@ -282879,7 +285986,7 @@ export declare namespace devcenter {
282879
285986
  /**
282880
285987
  * All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.
282881
285988
  */
282882
- keyEncryptionKeyIdentity?: pulumi.Input<inputs.devcenter.v20240501preview.CustomerManagedKeyEncryptionKeyEncryptionKeyIdentityArgs>;
285989
+ keyEncryptionKeyIdentity?: pulumi.Input<inputs.devcenter.v20240601preview.CustomerManagedKeyEncryptionKeyEncryptionKeyIdentityArgs>;
282883
285990
  /**
282884
285991
  * key encryption key Url, versioned or non-versioned. Ex: https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78 or https://contosovault.vault.azure.net/keys/contosokek.
282885
285992
  */
@@ -282896,7 +286003,7 @@ export declare namespace devcenter {
282896
286003
  /**
282897
286004
  * Values can be systemAssignedIdentity or userAssignedIdentity
282898
286005
  */
282899
- identityType?: pulumi.Input<string | enums.devcenter.v20240501preview.IdentityType>;
286006
+ identityType?: pulumi.Input<string | enums.devcenter.v20240601preview.IdentityType>;
282900
286007
  /**
282901
286008
  * user assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. Mutually exclusive with identityType systemAssignedIdentity and delegatedResourceIdentity.
282902
286009
  */
@@ -282909,7 +286016,7 @@ export declare namespace devcenter {
282909
286016
  /**
282910
286017
  * Whether project catalogs associated with projects in this dev center can be configured to sync catalog items.
282911
286018
  */
282912
- installAzureMonitorAgentEnableStatus?: pulumi.Input<string | enums.devcenter.v20240501preview.InstallAzureMonitorAgentEnableStatus>;
286019
+ installAzureMonitorAgentEnableStatus?: pulumi.Input<string | enums.devcenter.v20240601preview.InstallAzureMonitorAgentEnableStatus>;
282913
286020
  }
282914
286021
  /**
282915
286022
  * Network settings for the Dev Center.
@@ -282918,7 +286025,7 @@ export declare namespace devcenter {
282918
286025
  /**
282919
286026
  * Indicates whether pools in this Dev Center can use Microsoft Hosted Networks. Defaults to Enabled if not set.
282920
286027
  */
282921
- microsoftHostedNetworkEnableStatus?: pulumi.Input<string | enums.devcenter.v20240501preview.MicrosoftHostedNetworkEnableStatus>;
286028
+ microsoftHostedNetworkEnableStatus?: pulumi.Input<string | enums.devcenter.v20240601preview.MicrosoftHostedNetworkEnableStatus>;
282922
286029
  }
282923
286030
  /**
282924
286031
  * Project catalog settings for project catalogs under a project associated to this dev center.
@@ -282927,13 +286034,13 @@ export declare namespace devcenter {
282927
286034
  /**
282928
286035
  * Whether project catalogs associated with projects in this dev center can be configured to sync catalog items.
282929
286036
  */
282930
- catalogItemSyncEnableStatus?: pulumi.Input<string | enums.devcenter.v20240501preview.CatalogItemSyncEnableStatus>;
286037
+ catalogItemSyncEnableStatus?: pulumi.Input<string | enums.devcenter.v20240601preview.CatalogItemSyncEnableStatus>;
282931
286038
  }
282932
286039
  interface EncryptionArgs {
282933
286040
  /**
282934
286041
  * All Customer-managed key encryption properties for the resource.
282935
286042
  */
282936
- customerManagedKeyEncryption?: pulumi.Input<inputs.devcenter.v20240501preview.CustomerManagedKeyEncryptionArgs>;
286043
+ customerManagedKeyEncryption?: pulumi.Input<inputs.devcenter.v20240601preview.CustomerManagedKeyEncryptionArgs>;
282937
286044
  }
282938
286045
  /**
282939
286046
  * Properties for a Git repository catalog.
@@ -282972,12 +286079,25 @@ export declare namespace devcenter {
282972
286079
  /**
282973
286080
  * Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
282974
286081
  */
282975
- type: pulumi.Input<string | enums.devcenter.v20240501preview.ManagedServiceIdentityType>;
286082
+ type: pulumi.Input<string | enums.devcenter.v20240601preview.ManagedServiceIdentityType>;
282976
286083
  /**
282977
286084
  * The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
282978
286085
  */
282979
286086
  userAssignedIdentities?: pulumi.Input<pulumi.Input<string>[]>;
282980
286087
  }
286088
+ /**
286089
+ * Represents a definition for a Developer Machine.
286090
+ */
286091
+ interface PoolDevBoxDefinitionArgs {
286092
+ /**
286093
+ * Image reference information.
286094
+ */
286095
+ imageReference?: pulumi.Input<inputs.devcenter.v20240601preview.ImageReferenceArgs>;
286096
+ /**
286097
+ * The SKU for Dev Boxes created from the Pool.
286098
+ */
286099
+ sku?: pulumi.Input<inputs.devcenter.v20240601preview.SkuArgs>;
286100
+ }
282981
286101
  /**
282982
286102
  * Settings to be used when associating a project with a catalog.
282983
286103
  */
@@ -282985,7 +286105,7 @@ export declare namespace devcenter {
282985
286105
  /**
282986
286106
  * Indicates catalog item types that can be synced.
282987
286107
  */
282988
- catalogItemSyncTypes?: pulumi.Input<pulumi.Input<string | enums.devcenter.v20240501preview.CatalogItemType>[]>;
286108
+ catalogItemSyncTypes?: pulumi.Input<pulumi.Input<string | enums.devcenter.v20240601preview.CatalogItemType>[]>;
282989
286109
  }
282990
286110
  /**
282991
286111
  * The role definition assigned to the environment creator on backing resources.
@@ -283019,7 +286139,7 @@ export declare namespace devcenter {
283019
286139
  /**
283020
286140
  * This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
283021
286141
  */
283022
- tier?: pulumi.Input<enums.devcenter.v20240501preview.SkuTier>;
286142
+ tier?: pulumi.Input<enums.devcenter.v20240601preview.SkuTier>;
283023
286143
  }
283024
286144
  /**
283025
286145
  * Stop on disconnect configuration settings for Dev Boxes created in this pool.
@@ -283032,7 +286152,7 @@ export declare namespace devcenter {
283032
286152
  /**
283033
286153
  * Whether the feature to stop the Dev Box on disconnect once the grace period has lapsed is enabled.
283034
286154
  */
283035
- status?: pulumi.Input<string | enums.devcenter.v20240501preview.StopOnDisconnectEnableStatus>;
286155
+ status?: pulumi.Input<string | enums.devcenter.v20240601preview.StopOnDisconnectEnableStatus>;
283036
286156
  }
283037
286157
  /**
283038
286158
  * Mapping of user object ID to role assignments.
@@ -283044,7 +286164,7 @@ export declare namespace devcenter {
283044
286164
  roles?: pulumi.Input<pulumi.Input<string>[]>;
283045
286165
  }
283046
286166
  }
283047
- namespace v20240601preview {
286167
+ namespace v20240701preview {
283048
286168
  /**
283049
286169
  * All Customer-managed key encryption properties for the resource.
283050
286170
  */
@@ -283052,7 +286172,7 @@ export declare namespace devcenter {
283052
286172
  /**
283053
286173
  * All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.
283054
286174
  */
283055
- keyEncryptionKeyIdentity?: pulumi.Input<inputs.devcenter.v20240601preview.CustomerManagedKeyEncryptionKeyEncryptionKeyIdentityArgs>;
286175
+ keyEncryptionKeyIdentity?: pulumi.Input<inputs.devcenter.v20240701preview.CustomerManagedKeyEncryptionKeyEncryptionKeyIdentityArgs>;
283056
286176
  /**
283057
286177
  * key encryption key Url, versioned or non-versioned. Ex: https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78 or https://contosovault.vault.azure.net/keys/contosokek.
283058
286178
  */
@@ -283069,7 +286189,7 @@ export declare namespace devcenter {
283069
286189
  /**
283070
286190
  * Values can be systemAssignedIdentity or userAssignedIdentity
283071
286191
  */
283072
- identityType?: pulumi.Input<string | enums.devcenter.v20240601preview.IdentityType>;
286192
+ identityType?: pulumi.Input<string | enums.devcenter.v20240701preview.IdentityType>;
283073
286193
  /**
283074
286194
  * user assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. Mutually exclusive with identityType systemAssignedIdentity and delegatedResourceIdentity.
283075
286195
  */
@@ -283082,7 +286202,7 @@ export declare namespace devcenter {
283082
286202
  /**
283083
286203
  * Whether project catalogs associated with projects in this dev center can be configured to sync catalog items.
283084
286204
  */
283085
- installAzureMonitorAgentEnableStatus?: pulumi.Input<string | enums.devcenter.v20240601preview.InstallAzureMonitorAgentEnableStatus>;
286205
+ installAzureMonitorAgentEnableStatus?: pulumi.Input<string | enums.devcenter.v20240701preview.InstallAzureMonitorAgentEnableStatus>;
283086
286206
  }
283087
286207
  /**
283088
286208
  * Network settings for the Dev Center.
@@ -283091,7 +286211,7 @@ export declare namespace devcenter {
283091
286211
  /**
283092
286212
  * Indicates whether pools in this Dev Center can use Microsoft Hosted Networks. Defaults to Enabled if not set.
283093
286213
  */
283094
- microsoftHostedNetworkEnableStatus?: pulumi.Input<string | enums.devcenter.v20240601preview.MicrosoftHostedNetworkEnableStatus>;
286214
+ microsoftHostedNetworkEnableStatus?: pulumi.Input<string | enums.devcenter.v20240701preview.MicrosoftHostedNetworkEnableStatus>;
283095
286215
  }
283096
286216
  /**
283097
286217
  * Project catalog settings for project catalogs under a project associated to this dev center.
@@ -283100,13 +286220,13 @@ export declare namespace devcenter {
283100
286220
  /**
283101
286221
  * Whether project catalogs associated with projects in this dev center can be configured to sync catalog items.
283102
286222
  */
283103
- catalogItemSyncEnableStatus?: pulumi.Input<string | enums.devcenter.v20240601preview.CatalogItemSyncEnableStatus>;
286223
+ catalogItemSyncEnableStatus?: pulumi.Input<string | enums.devcenter.v20240701preview.CatalogItemSyncEnableStatus>;
283104
286224
  }
283105
286225
  interface EncryptionArgs {
283106
286226
  /**
283107
286227
  * All Customer-managed key encryption properties for the resource.
283108
286228
  */
283109
- customerManagedKeyEncryption?: pulumi.Input<inputs.devcenter.v20240601preview.CustomerManagedKeyEncryptionArgs>;
286229
+ customerManagedKeyEncryption?: pulumi.Input<inputs.devcenter.v20240701preview.CustomerManagedKeyEncryptionArgs>;
283110
286230
  }
283111
286231
  /**
283112
286232
  * Properties for a Git repository catalog.
@@ -283145,7 +286265,7 @@ export declare namespace devcenter {
283145
286265
  /**
283146
286266
  * Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
283147
286267
  */
283148
- type: pulumi.Input<string | enums.devcenter.v20240601preview.ManagedServiceIdentityType>;
286268
+ type: pulumi.Input<string | enums.devcenter.v20240701preview.ManagedServiceIdentityType>;
283149
286269
  /**
283150
286270
  * The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
283151
286271
  */
@@ -283158,11 +286278,11 @@ export declare namespace devcenter {
283158
286278
  /**
283159
286279
  * Image reference information.
283160
286280
  */
283161
- imageReference?: pulumi.Input<inputs.devcenter.v20240601preview.ImageReferenceArgs>;
286281
+ imageReference?: pulumi.Input<inputs.devcenter.v20240701preview.ImageReferenceArgs>;
283162
286282
  /**
283163
286283
  * The SKU for Dev Boxes created from the Pool.
283164
286284
  */
283165
- sku?: pulumi.Input<inputs.devcenter.v20240601preview.SkuArgs>;
286285
+ sku?: pulumi.Input<inputs.devcenter.v20240701preview.SkuArgs>;
283166
286286
  }
283167
286287
  /**
283168
286288
  * Settings to be used when associating a project with a catalog.
@@ -283171,7 +286291,7 @@ export declare namespace devcenter {
283171
286291
  /**
283172
286292
  * Indicates catalog item types that can be synced.
283173
286293
  */
283174
- catalogItemSyncTypes?: pulumi.Input<pulumi.Input<string | enums.devcenter.v20240601preview.CatalogItemType>[]>;
286294
+ catalogItemSyncTypes?: pulumi.Input<pulumi.Input<string | enums.devcenter.v20240701preview.CatalogItemType>[]>;
283175
286295
  }
283176
286296
  /**
283177
286297
  * The role definition assigned to the environment creator on backing resources.
@@ -283205,7 +286325,7 @@ export declare namespace devcenter {
283205
286325
  /**
283206
286326
  * This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
283207
286327
  */
283208
- tier?: pulumi.Input<enums.devcenter.v20240601preview.SkuTier>;
286328
+ tier?: pulumi.Input<enums.devcenter.v20240701preview.SkuTier>;
283209
286329
  }
283210
286330
  /**
283211
286331
  * Stop on disconnect configuration settings for Dev Boxes created in this pool.
@@ -283218,7 +286338,7 @@ export declare namespace devcenter {
283218
286338
  /**
283219
286339
  * Whether the feature to stop the Dev Box on disconnect once the grace period has lapsed is enabled.
283220
286340
  */
283221
- status?: pulumi.Input<string | enums.devcenter.v20240601preview.StopOnDisconnectEnableStatus>;
286341
+ status?: pulumi.Input<string | enums.devcenter.v20240701preview.StopOnDisconnectEnableStatus>;
283222
286342
  }
283223
286343
  /**
283224
286344
  * Mapping of user object ID to role assignments.
@@ -283230,7 +286350,7 @@ export declare namespace devcenter {
283230
286350
  roles?: pulumi.Input<pulumi.Input<string>[]>;
283231
286351
  }
283232
286352
  }
283233
- namespace v20240701preview {
286353
+ namespace v20240801preview {
283234
286354
  /**
283235
286355
  * All Customer-managed key encryption properties for the resource.
283236
286356
  */
@@ -283238,7 +286358,7 @@ export declare namespace devcenter {
283238
286358
  /**
283239
286359
  * All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.
283240
286360
  */
283241
- keyEncryptionKeyIdentity?: pulumi.Input<inputs.devcenter.v20240701preview.CustomerManagedKeyEncryptionKeyEncryptionKeyIdentityArgs>;
286361
+ keyEncryptionKeyIdentity?: pulumi.Input<inputs.devcenter.v20240801preview.CustomerManagedKeyEncryptionKeyEncryptionKeyIdentityArgs>;
283242
286362
  /**
283243
286363
  * key encryption key Url, versioned or non-versioned. Ex: https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78 or https://contosovault.vault.azure.net/keys/contosokek.
283244
286364
  */
@@ -283255,7 +286375,7 @@ export declare namespace devcenter {
283255
286375
  /**
283256
286376
  * Values can be systemAssignedIdentity or userAssignedIdentity
283257
286377
  */
283258
- identityType?: pulumi.Input<string | enums.devcenter.v20240701preview.IdentityType>;
286378
+ identityType?: pulumi.Input<string | enums.devcenter.v20240801preview.IdentityType>;
283259
286379
  /**
283260
286380
  * user assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. Mutually exclusive with identityType systemAssignedIdentity and delegatedResourceIdentity.
283261
286381
  */
@@ -283268,7 +286388,7 @@ export declare namespace devcenter {
283268
286388
  /**
283269
286389
  * Whether project catalogs associated with projects in this dev center can be configured to sync catalog items.
283270
286390
  */
283271
- installAzureMonitorAgentEnableStatus?: pulumi.Input<string | enums.devcenter.v20240701preview.InstallAzureMonitorAgentEnableStatus>;
286391
+ installAzureMonitorAgentEnableStatus?: pulumi.Input<string | enums.devcenter.v20240801preview.InstallAzureMonitorAgentEnableStatus>;
283272
286392
  }
283273
286393
  /**
283274
286394
  * Network settings for the Dev Center.
@@ -283277,7 +286397,7 @@ export declare namespace devcenter {
283277
286397
  /**
283278
286398
  * Indicates whether pools in this Dev Center can use Microsoft Hosted Networks. Defaults to Enabled if not set.
283279
286399
  */
283280
- microsoftHostedNetworkEnableStatus?: pulumi.Input<string | enums.devcenter.v20240701preview.MicrosoftHostedNetworkEnableStatus>;
286400
+ microsoftHostedNetworkEnableStatus?: pulumi.Input<string | enums.devcenter.v20240801preview.MicrosoftHostedNetworkEnableStatus>;
283281
286401
  }
283282
286402
  /**
283283
286403
  * Project catalog settings for project catalogs under a project associated to this dev center.
@@ -283286,13 +286406,13 @@ export declare namespace devcenter {
283286
286406
  /**
283287
286407
  * Whether project catalogs associated with projects in this dev center can be configured to sync catalog items.
283288
286408
  */
283289
- catalogItemSyncEnableStatus?: pulumi.Input<string | enums.devcenter.v20240701preview.CatalogItemSyncEnableStatus>;
286409
+ catalogItemSyncEnableStatus?: pulumi.Input<string | enums.devcenter.v20240801preview.CatalogItemSyncEnableStatus>;
283290
286410
  }
283291
286411
  interface EncryptionArgs {
283292
286412
  /**
283293
286413
  * All Customer-managed key encryption properties for the resource.
283294
286414
  */
283295
- customerManagedKeyEncryption?: pulumi.Input<inputs.devcenter.v20240701preview.CustomerManagedKeyEncryptionArgs>;
286415
+ customerManagedKeyEncryption?: pulumi.Input<inputs.devcenter.v20240801preview.CustomerManagedKeyEncryptionArgs>;
283296
286416
  }
283297
286417
  /**
283298
286418
  * Properties for a Git repository catalog.
@@ -283331,7 +286451,7 @@ export declare namespace devcenter {
283331
286451
  /**
283332
286452
  * Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
283333
286453
  */
283334
- type: pulumi.Input<string | enums.devcenter.v20240701preview.ManagedServiceIdentityType>;
286454
+ type: pulumi.Input<string | enums.devcenter.v20240801preview.ManagedServiceIdentityType>;
283335
286455
  /**
283336
286456
  * The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
283337
286457
  */
@@ -283344,11 +286464,11 @@ export declare namespace devcenter {
283344
286464
  /**
283345
286465
  * Image reference information.
283346
286466
  */
283347
- imageReference?: pulumi.Input<inputs.devcenter.v20240701preview.ImageReferenceArgs>;
286467
+ imageReference?: pulumi.Input<inputs.devcenter.v20240801preview.ImageReferenceArgs>;
283348
286468
  /**
283349
286469
  * The SKU for Dev Boxes created from the Pool.
283350
286470
  */
283351
- sku?: pulumi.Input<inputs.devcenter.v20240701preview.SkuArgs>;
286471
+ sku?: pulumi.Input<inputs.devcenter.v20240801preview.SkuArgs>;
283352
286472
  }
283353
286473
  /**
283354
286474
  * Settings to be used when associating a project with a catalog.
@@ -283357,7 +286477,7 @@ export declare namespace devcenter {
283357
286477
  /**
283358
286478
  * Indicates catalog item types that can be synced.
283359
286479
  */
283360
- catalogItemSyncTypes?: pulumi.Input<pulumi.Input<string | enums.devcenter.v20240701preview.CatalogItemType>[]>;
286480
+ catalogItemSyncTypes?: pulumi.Input<pulumi.Input<string | enums.devcenter.v20240801preview.CatalogItemType>[]>;
283361
286481
  }
283362
286482
  /**
283363
286483
  * The role definition assigned to the environment creator on backing resources.
@@ -283368,6 +286488,19 @@ export declare namespace devcenter {
283368
286488
  */
283369
286489
  roles?: pulumi.Input<pulumi.Input<string>[]>;
283370
286490
  }
286491
+ /**
286492
+ * A resource policy.
286493
+ */
286494
+ interface ResourcePolicyArgs {
286495
+ /**
286496
+ * Optional. When specified, this expression is used to filter the resources.
286497
+ */
286498
+ filter?: pulumi.Input<string>;
286499
+ /**
286500
+ * Resources that are included and shared as a part of a curation profile.
286501
+ */
286502
+ resources?: pulumi.Input<string>;
286503
+ }
283371
286504
  /**
283372
286505
  * The resource model definition representing SKU
283373
286506
  */
@@ -283391,7 +286524,7 @@ export declare namespace devcenter {
283391
286524
  /**
283392
286525
  * This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
283393
286526
  */
283394
- tier?: pulumi.Input<enums.devcenter.v20240701preview.SkuTier>;
286527
+ tier?: pulumi.Input<enums.devcenter.v20240801preview.SkuTier>;
283395
286528
  }
283396
286529
  /**
283397
286530
  * Stop on disconnect configuration settings for Dev Boxes created in this pool.
@@ -283404,7 +286537,7 @@ export declare namespace devcenter {
283404
286537
  /**
283405
286538
  * Whether the feature to stop the Dev Box on disconnect once the grace period has lapsed is enabled.
283406
286539
  */
283407
- status?: pulumi.Input<string | enums.devcenter.v20240701preview.StopOnDisconnectEnableStatus>;
286540
+ status?: pulumi.Input<string | enums.devcenter.v20240801preview.StopOnDisconnectEnableStatus>;
283408
286541
  }
283409
286542
  /**
283410
286543
  * Mapping of user object ID to role assignments.
@@ -283416,7 +286549,7 @@ export declare namespace devcenter {
283416
286549
  roles?: pulumi.Input<pulumi.Input<string>[]>;
283417
286550
  }
283418
286551
  }
283419
- namespace v20240801preview {
286552
+ namespace v20241001preview {
283420
286553
  /**
283421
286554
  * All Customer-managed key encryption properties for the resource.
283422
286555
  */
@@ -283424,7 +286557,7 @@ export declare namespace devcenter {
283424
286557
  /**
283425
286558
  * All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.
283426
286559
  */
283427
- keyEncryptionKeyIdentity?: pulumi.Input<inputs.devcenter.v20240801preview.CustomerManagedKeyEncryptionKeyEncryptionKeyIdentityArgs>;
286560
+ keyEncryptionKeyIdentity?: pulumi.Input<inputs.devcenter.v20241001preview.CustomerManagedKeyEncryptionKeyEncryptionKeyIdentityArgs>;
283428
286561
  /**
283429
286562
  * key encryption key Url, versioned or non-versioned. Ex: https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78 or https://contosovault.vault.azure.net/keys/contosokek.
283430
286563
  */
@@ -283441,7 +286574,7 @@ export declare namespace devcenter {
283441
286574
  /**
283442
286575
  * Values can be systemAssignedIdentity or userAssignedIdentity
283443
286576
  */
283444
- identityType?: pulumi.Input<string | enums.devcenter.v20240801preview.IdentityType>;
286577
+ identityType?: pulumi.Input<string | enums.devcenter.v20241001preview.IdentityType>;
283445
286578
  /**
283446
286579
  * user assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. Mutually exclusive with identityType systemAssignedIdentity and delegatedResourceIdentity.
283447
286580
  */
@@ -283454,7 +286587,7 @@ export declare namespace devcenter {
283454
286587
  /**
283455
286588
  * Whether project catalogs associated with projects in this dev center can be configured to sync catalog items.
283456
286589
  */
283457
- installAzureMonitorAgentEnableStatus?: pulumi.Input<string | enums.devcenter.v20240801preview.InstallAzureMonitorAgentEnableStatus>;
286590
+ installAzureMonitorAgentEnableStatus?: pulumi.Input<string | enums.devcenter.v20241001preview.InstallAzureMonitorAgentEnableStatus>;
283458
286591
  }
283459
286592
  /**
283460
286593
  * Network settings for the Dev Center.
@@ -283463,7 +286596,7 @@ export declare namespace devcenter {
283463
286596
  /**
283464
286597
  * Indicates whether pools in this Dev Center can use Microsoft Hosted Networks. Defaults to Enabled if not set.
283465
286598
  */
283466
- microsoftHostedNetworkEnableStatus?: pulumi.Input<string | enums.devcenter.v20240801preview.MicrosoftHostedNetworkEnableStatus>;
286599
+ microsoftHostedNetworkEnableStatus?: pulumi.Input<string | enums.devcenter.v20241001preview.MicrosoftHostedNetworkEnableStatus>;
283467
286600
  }
283468
286601
  /**
283469
286602
  * Project catalog settings for project catalogs under a project associated to this dev center.
@@ -283472,13 +286605,13 @@ export declare namespace devcenter {
283472
286605
  /**
283473
286606
  * Whether project catalogs associated with projects in this dev center can be configured to sync catalog items.
283474
286607
  */
283475
- catalogItemSyncEnableStatus?: pulumi.Input<string | enums.devcenter.v20240801preview.CatalogItemSyncEnableStatus>;
286608
+ catalogItemSyncEnableStatus?: pulumi.Input<string | enums.devcenter.v20241001preview.CatalogItemSyncEnableStatus>;
283476
286609
  }
283477
286610
  interface EncryptionArgs {
283478
286611
  /**
283479
286612
  * All Customer-managed key encryption properties for the resource.
283480
286613
  */
283481
- customerManagedKeyEncryption?: pulumi.Input<inputs.devcenter.v20240801preview.CustomerManagedKeyEncryptionArgs>;
286614
+ customerManagedKeyEncryption?: pulumi.Input<inputs.devcenter.v20241001preview.CustomerManagedKeyEncryptionArgs>;
283482
286615
  }
283483
286616
  /**
283484
286617
  * Properties for a Git repository catalog.
@@ -283517,7 +286650,7 @@ export declare namespace devcenter {
283517
286650
  /**
283518
286651
  * Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
283519
286652
  */
283520
- type: pulumi.Input<string | enums.devcenter.v20240801preview.ManagedServiceIdentityType>;
286653
+ type: pulumi.Input<string | enums.devcenter.v20241001preview.ManagedServiceIdentityType>;
283521
286654
  /**
283522
286655
  * The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
283523
286656
  */
@@ -283530,11 +286663,11 @@ export declare namespace devcenter {
283530
286663
  /**
283531
286664
  * Image reference information.
283532
286665
  */
283533
- imageReference?: pulumi.Input<inputs.devcenter.v20240801preview.ImageReferenceArgs>;
286666
+ imageReference?: pulumi.Input<inputs.devcenter.v20241001preview.ImageReferenceArgs>;
283534
286667
  /**
283535
286668
  * The SKU for Dev Boxes created from the Pool.
283536
286669
  */
283537
- sku?: pulumi.Input<inputs.devcenter.v20240801preview.SkuArgs>;
286670
+ sku?: pulumi.Input<inputs.devcenter.v20241001preview.SkuArgs>;
283538
286671
  }
283539
286672
  /**
283540
286673
  * Settings to be used when associating a project with a catalog.
@@ -283543,7 +286676,7 @@ export declare namespace devcenter {
283543
286676
  /**
283544
286677
  * Indicates catalog item types that can be synced.
283545
286678
  */
283546
- catalogItemSyncTypes?: pulumi.Input<pulumi.Input<string | enums.devcenter.v20240801preview.CatalogItemType>[]>;
286679
+ catalogItemSyncTypes?: pulumi.Input<pulumi.Input<string | enums.devcenter.v20241001preview.CatalogItemType>[]>;
283547
286680
  }
283548
286681
  /**
283549
286682
  * The role definition assigned to the environment creator on backing resources.
@@ -283563,7 +286696,7 @@ export declare namespace devcenter {
283563
286696
  */
283564
286697
  filter?: pulumi.Input<string>;
283565
286698
  /**
283566
- * Resources that are included and shared as a part of a curation profile.
286699
+ * Resources that are included and shared as a part of a project policy.
283567
286700
  */
283568
286701
  resources?: pulumi.Input<string>;
283569
286702
  }
@@ -283590,7 +286723,7 @@ export declare namespace devcenter {
283590
286723
  /**
283591
286724
  * This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
283592
286725
  */
283593
- tier?: pulumi.Input<enums.devcenter.v20240801preview.SkuTier>;
286726
+ tier?: pulumi.Input<enums.devcenter.v20241001preview.SkuTier>;
283594
286727
  }
283595
286728
  /**
283596
286729
  * Stop on disconnect configuration settings for Dev Boxes created in this pool.
@@ -283603,7 +286736,20 @@ export declare namespace devcenter {
283603
286736
  /**
283604
286737
  * Whether the feature to stop the Dev Box on disconnect once the grace period has lapsed is enabled.
283605
286738
  */
283606
- status?: pulumi.Input<string | enums.devcenter.v20240801preview.StopOnDisconnectEnableStatus>;
286739
+ status?: pulumi.Input<string | enums.devcenter.v20241001preview.StopOnDisconnectEnableStatus>;
286740
+ }
286741
+ /**
286742
+ * Stop on no connect configuration settings for Dev Boxes created in this pool.
286743
+ */
286744
+ interface StopOnNoConnectConfigurationArgs {
286745
+ /**
286746
+ * The specified time in minutes to wait before stopping a Dev Box if no connection is made.
286747
+ */
286748
+ gracePeriodMinutes?: pulumi.Input<number>;
286749
+ /**
286750
+ * Enables the feature to stop a started Dev Box when it has not been connected to, once the grace period has lapsed.
286751
+ */
286752
+ status?: pulumi.Input<string | enums.devcenter.v20241001preview.StopOnNoConnectEnableStatus>;
283607
286753
  }
283608
286754
  /**
283609
286755
  * Mapping of user object ID to role assignments.
@@ -310742,15 +313888,161 @@ export declare namespace elastic {
310742
313888
  /**
310743
313889
  * Flag specifying if the resource monitoring is enabled or disabled.
310744
313890
  */
310745
- monitoringStatus?: pulumi.Input<string | enums.elastic.v20230615preview.MonitoringStatus>;
313891
+ monitoringStatus?: pulumi.Input<string | enums.elastic.v20230615preview.MonitoringStatus>;
313892
+ /**
313893
+ * Provisioning state of the monitor resource.
313894
+ */
313895
+ provisioningState?: pulumi.Input<string | enums.elastic.v20230615preview.ProvisioningState>;
313896
+ /**
313897
+ * User information.
313898
+ */
313899
+ userInfo?: pulumi.Input<inputs.elastic.v20230615preview.UserInfoArgs>;
313900
+ /**
313901
+ * Version of elastic of the monitor resource
313902
+ */
313903
+ version?: pulumi.Input<string>;
313904
+ }
313905
+ /**
313906
+ * Definition of the properties for a TagRules resource.
313907
+ */
313908
+ interface MonitoringTagRulesPropertiesArgs {
313909
+ /**
313910
+ * Rules for sending logs.
313911
+ */
313912
+ logRules?: pulumi.Input<inputs.elastic.v20230615preview.LogRulesArgs>;
313913
+ /**
313914
+ * Provisioning state of the monitoring tag rules.
313915
+ */
313916
+ provisioningState?: pulumi.Input<string | enums.elastic.v20230615preview.ProvisioningState>;
313917
+ }
313918
+ /**
313919
+ * Microsoft.Elastic SKU.
313920
+ */
313921
+ interface ResourceSkuArgs {
313922
+ /**
313923
+ * Name of the SKU.
313924
+ */
313925
+ name: pulumi.Input<string>;
313926
+ }
313927
+ /**
313928
+ * User Information to be passed to partners.
313929
+ */
313930
+ interface UserInfoArgs {
313931
+ /**
313932
+ * Company information of the user to be passed to partners.
313933
+ */
313934
+ companyInfo?: pulumi.Input<inputs.elastic.v20230615preview.CompanyInfoArgs>;
313935
+ /**
313936
+ * Company name of the user
313937
+ */
313938
+ companyName?: pulumi.Input<string>;
313939
+ /**
313940
+ * Email of the user used by Elastic for contacting them if needed
313941
+ */
313942
+ emailAddress?: pulumi.Input<string>;
313943
+ /**
313944
+ * First name of the user
313945
+ */
313946
+ firstName?: pulumi.Input<string>;
313947
+ /**
313948
+ * Last name of the user
313949
+ */
313950
+ lastName?: pulumi.Input<string>;
313951
+ }
313952
+ }
313953
+ namespace v20230701preview {
313954
+ /**
313955
+ * Company information of the user to be passed to partners.
313956
+ */
313957
+ interface CompanyInfoArgs {
313958
+ /**
313959
+ * Business of the company
313960
+ */
313961
+ business?: pulumi.Input<string>;
313962
+ /**
313963
+ * Country of the company location.
313964
+ */
313965
+ country?: pulumi.Input<string>;
313966
+ /**
313967
+ * Domain of the company
313968
+ */
313969
+ domain?: pulumi.Input<string>;
313970
+ /**
313971
+ * Number of employees in the company
313972
+ */
313973
+ employeesNumber?: pulumi.Input<string>;
313974
+ /**
313975
+ * State of the company location.
313976
+ */
313977
+ state?: pulumi.Input<string>;
313978
+ }
313979
+ /**
313980
+ * The definition of a filtering tag. Filtering tags are used for capturing resources and include/exclude them from being monitored.
313981
+ */
313982
+ interface FilteringTagArgs {
313983
+ /**
313984
+ * Valid actions for a filtering tag.
313985
+ */
313986
+ action?: pulumi.Input<string | enums.elastic.v20230701preview.TagAction>;
313987
+ /**
313988
+ * The name (also known as the key) of the tag.
313989
+ */
313990
+ name?: pulumi.Input<string>;
313991
+ /**
313992
+ * The value of the tag.
313993
+ */
313994
+ value?: pulumi.Input<string>;
313995
+ }
313996
+ /**
313997
+ * Identity properties.
313998
+ */
313999
+ interface IdentityPropertiesArgs {
314000
+ /**
314001
+ * Managed identity type.
314002
+ */
314003
+ type?: pulumi.Input<string | enums.elastic.v20230701preview.ManagedIdentityTypes>;
314004
+ }
314005
+ /**
314006
+ * Set of rules for sending logs for the Monitor resource.
314007
+ */
314008
+ interface LogRulesArgs {
314009
+ /**
314010
+ * List of filtering tags to be used for capturing logs. This only takes effect if SendActivityLogs flag is enabled. If empty, all resources will be captured. If only Exclude action is specified, the rules will apply to the list of all available resources. If Include actions are specified, the rules will only include resources with the associated tags.
314011
+ */
314012
+ filteringTags?: pulumi.Input<pulumi.Input<inputs.elastic.v20230701preview.FilteringTagArgs>[]>;
314013
+ /**
314014
+ * Flag specifying if AAD logs should be sent for the Monitor resource.
314015
+ */
314016
+ sendAadLogs?: pulumi.Input<boolean>;
314017
+ /**
314018
+ * Flag specifying if activity logs from Azure resources should be sent for the Monitor resource.
314019
+ */
314020
+ sendActivityLogs?: pulumi.Input<boolean>;
314021
+ /**
314022
+ * Flag specifying if subscription logs should be sent for the Monitor resource.
314023
+ */
314024
+ sendSubscriptionLogs?: pulumi.Input<boolean>;
314025
+ }
314026
+ /**
314027
+ * Properties specific to the monitor resource.
314028
+ */
314029
+ interface MonitorPropertiesArgs {
314030
+ /**
314031
+ * Flag to determine if User API Key has to be generated and shared.
314032
+ */
314033
+ generateApiKey?: pulumi.Input<boolean>;
314034
+ /**
314035
+ * Flag specifying if the resource monitoring is enabled or disabled.
314036
+ */
314037
+ monitoringStatus?: pulumi.Input<string | enums.elastic.v20230701preview.MonitoringStatus>;
310746
314038
  /**
310747
314039
  * Provisioning state of the monitor resource.
310748
314040
  */
310749
- provisioningState?: pulumi.Input<string | enums.elastic.v20230615preview.ProvisioningState>;
314041
+ provisioningState?: pulumi.Input<string | enums.elastic.v20230701preview.ProvisioningState>;
310750
314042
  /**
310751
314043
  * User information.
310752
314044
  */
310753
- userInfo?: pulumi.Input<inputs.elastic.v20230615preview.UserInfoArgs>;
314045
+ userInfo?: pulumi.Input<inputs.elastic.v20230701preview.UserInfoArgs>;
310754
314046
  /**
310755
314047
  * Version of elastic of the monitor resource
310756
314048
  */
@@ -310763,11 +314055,11 @@ export declare namespace elastic {
310763
314055
  /**
310764
314056
  * Rules for sending logs.
310765
314057
  */
310766
- logRules?: pulumi.Input<inputs.elastic.v20230615preview.LogRulesArgs>;
314058
+ logRules?: pulumi.Input<inputs.elastic.v20230701preview.LogRulesArgs>;
310767
314059
  /**
310768
314060
  * Provisioning state of the monitoring tag rules.
310769
314061
  */
310770
- provisioningState?: pulumi.Input<string | enums.elastic.v20230615preview.ProvisioningState>;
314062
+ provisioningState?: pulumi.Input<string | enums.elastic.v20230701preview.ProvisioningState>;
310771
314063
  }
310772
314064
  /**
310773
314065
  * Microsoft.Elastic SKU.
@@ -310785,7 +314077,7 @@ export declare namespace elastic {
310785
314077
  /**
310786
314078
  * Company information of the user to be passed to partners.
310787
314079
  */
310788
- companyInfo?: pulumi.Input<inputs.elastic.v20230615preview.CompanyInfoArgs>;
314080
+ companyInfo?: pulumi.Input<inputs.elastic.v20230701preview.CompanyInfoArgs>;
310789
314081
  /**
310790
314082
  * Company name of the user
310791
314083
  */
@@ -310804,7 +314096,7 @@ export declare namespace elastic {
310804
314096
  lastName?: pulumi.Input<string>;
310805
314097
  }
310806
314098
  }
310807
- namespace v20230701preview {
314099
+ namespace v20231001preview {
310808
314100
  /**
310809
314101
  * Company information of the user to be passed to partners.
310810
314102
  */
@@ -310837,7 +314129,7 @@ export declare namespace elastic {
310837
314129
  /**
310838
314130
  * Valid actions for a filtering tag.
310839
314131
  */
310840
- action?: pulumi.Input<string | enums.elastic.v20230701preview.TagAction>;
314132
+ action?: pulumi.Input<string | enums.elastic.v20231001preview.TagAction>;
310841
314133
  /**
310842
314134
  * The name (also known as the key) of the tag.
310843
314135
  */
@@ -310854,7 +314146,7 @@ export declare namespace elastic {
310854
314146
  /**
310855
314147
  * Managed identity type.
310856
314148
  */
310857
- type?: pulumi.Input<string | enums.elastic.v20230701preview.ManagedIdentityTypes>;
314149
+ type?: pulumi.Input<string | enums.elastic.v20231001preview.ManagedIdentityTypes>;
310858
314150
  }
310859
314151
  /**
310860
314152
  * Set of rules for sending logs for the Monitor resource.
@@ -310863,7 +314155,7 @@ export declare namespace elastic {
310863
314155
  /**
310864
314156
  * List of filtering tags to be used for capturing logs. This only takes effect if SendActivityLogs flag is enabled. If empty, all resources will be captured. If only Exclude action is specified, the rules will apply to the list of all available resources. If Include actions are specified, the rules will only include resources with the associated tags.
310865
314157
  */
310866
- filteringTags?: pulumi.Input<pulumi.Input<inputs.elastic.v20230701preview.FilteringTagArgs>[]>;
314158
+ filteringTags?: pulumi.Input<pulumi.Input<inputs.elastic.v20231001preview.FilteringTagArgs>[]>;
310867
314159
  /**
310868
314160
  * Flag specifying if AAD logs should be sent for the Monitor resource.
310869
314161
  */
@@ -310888,15 +314180,15 @@ export declare namespace elastic {
310888
314180
  /**
310889
314181
  * Flag specifying if the resource monitoring is enabled or disabled.
310890
314182
  */
310891
- monitoringStatus?: pulumi.Input<string | enums.elastic.v20230701preview.MonitoringStatus>;
314183
+ monitoringStatus?: pulumi.Input<string | enums.elastic.v20231001preview.MonitoringStatus>;
310892
314184
  /**
310893
314185
  * Provisioning state of the monitor resource.
310894
314186
  */
310895
- provisioningState?: pulumi.Input<string | enums.elastic.v20230701preview.ProvisioningState>;
314187
+ provisioningState?: pulumi.Input<string | enums.elastic.v20231001preview.ProvisioningState>;
310896
314188
  /**
310897
314189
  * User information.
310898
314190
  */
310899
- userInfo?: pulumi.Input<inputs.elastic.v20230701preview.UserInfoArgs>;
314191
+ userInfo?: pulumi.Input<inputs.elastic.v20231001preview.UserInfoArgs>;
310900
314192
  /**
310901
314193
  * Version of elastic of the monitor resource
310902
314194
  */
@@ -310909,11 +314201,11 @@ export declare namespace elastic {
310909
314201
  /**
310910
314202
  * Rules for sending logs.
310911
314203
  */
310912
- logRules?: pulumi.Input<inputs.elastic.v20230701preview.LogRulesArgs>;
314204
+ logRules?: pulumi.Input<inputs.elastic.v20231001preview.LogRulesArgs>;
310913
314205
  /**
310914
314206
  * Provisioning state of the monitoring tag rules.
310915
314207
  */
310916
- provisioningState?: pulumi.Input<string | enums.elastic.v20230701preview.ProvisioningState>;
314208
+ provisioningState?: pulumi.Input<string | enums.elastic.v20231001preview.ProvisioningState>;
310917
314209
  }
310918
314210
  /**
310919
314211
  * Microsoft.Elastic SKU.
@@ -310931,7 +314223,7 @@ export declare namespace elastic {
310931
314223
  /**
310932
314224
  * Company information of the user to be passed to partners.
310933
314225
  */
310934
- companyInfo?: pulumi.Input<inputs.elastic.v20230701preview.CompanyInfoArgs>;
314226
+ companyInfo?: pulumi.Input<inputs.elastic.v20231001preview.CompanyInfoArgs>;
310935
314227
  /**
310936
314228
  * Company name of the user
310937
314229
  */
@@ -310950,7 +314242,7 @@ export declare namespace elastic {
310950
314242
  lastName?: pulumi.Input<string>;
310951
314243
  }
310952
314244
  }
310953
- namespace v20231001preview {
314245
+ namespace v20231101preview {
310954
314246
  /**
310955
314247
  * Company information of the user to be passed to partners.
310956
314248
  */
@@ -310983,7 +314275,7 @@ export declare namespace elastic {
310983
314275
  /**
310984
314276
  * Valid actions for a filtering tag.
310985
314277
  */
310986
- action?: pulumi.Input<string | enums.elastic.v20231001preview.TagAction>;
314278
+ action?: pulumi.Input<string | enums.elastic.v20231101preview.TagAction>;
310987
314279
  /**
310988
314280
  * The name (also known as the key) of the tag.
310989
314281
  */
@@ -311000,7 +314292,7 @@ export declare namespace elastic {
311000
314292
  /**
311001
314293
  * Managed identity type.
311002
314294
  */
311003
- type?: pulumi.Input<string | enums.elastic.v20231001preview.ManagedIdentityTypes>;
314295
+ type?: pulumi.Input<string | enums.elastic.v20231101preview.ManagedIdentityTypes>;
311004
314296
  }
311005
314297
  /**
311006
314298
  * Set of rules for sending logs for the Monitor resource.
@@ -311009,7 +314301,7 @@ export declare namespace elastic {
311009
314301
  /**
311010
314302
  * List of filtering tags to be used for capturing logs. This only takes effect if SendActivityLogs flag is enabled. If empty, all resources will be captured. If only Exclude action is specified, the rules will apply to the list of all available resources. If Include actions are specified, the rules will only include resources with the associated tags.
311011
314303
  */
311012
- filteringTags?: pulumi.Input<pulumi.Input<inputs.elastic.v20231001preview.FilteringTagArgs>[]>;
314304
+ filteringTags?: pulumi.Input<pulumi.Input<inputs.elastic.v20231101preview.FilteringTagArgs>[]>;
311013
314305
  /**
311014
314306
  * Flag specifying if AAD logs should be sent for the Monitor resource.
311015
314307
  */
@@ -311034,15 +314326,31 @@ export declare namespace elastic {
311034
314326
  /**
311035
314327
  * Flag specifying if the resource monitoring is enabled or disabled.
311036
314328
  */
311037
- monitoringStatus?: pulumi.Input<string | enums.elastic.v20231001preview.MonitoringStatus>;
314329
+ monitoringStatus?: pulumi.Input<string | enums.elastic.v20231101preview.MonitoringStatus>;
314330
+ /**
314331
+ * Plan details of the monitor resource.
314332
+ */
314333
+ planDetails?: pulumi.Input<inputs.elastic.v20231101preview.PlanDetailsArgs>;
311038
314334
  /**
311039
314335
  * Provisioning state of the monitor resource.
311040
314336
  */
311041
- provisioningState?: pulumi.Input<string | enums.elastic.v20231001preview.ProvisioningState>;
314337
+ provisioningState?: pulumi.Input<string | enums.elastic.v20231101preview.ProvisioningState>;
314338
+ /**
314339
+ * Status of Azure Subscription where Marketplace SaaS is located.
314340
+ */
314341
+ saaSAzureSubscriptionStatus?: pulumi.Input<string>;
314342
+ /**
314343
+ * A unique identifier associated with the campaign.
314344
+ */
314345
+ sourceCampaignId?: pulumi.Input<string>;
314346
+ /**
314347
+ * Name of the marketing campaign.
314348
+ */
314349
+ sourceCampaignName?: pulumi.Input<string>;
311042
314350
  /**
311043
314351
  * User information.
311044
314352
  */
311045
- userInfo?: pulumi.Input<inputs.elastic.v20231001preview.UserInfoArgs>;
314353
+ userInfo?: pulumi.Input<inputs.elastic.v20231101preview.UserInfoArgs>;
311046
314354
  /**
311047
314355
  * Version of elastic of the monitor resource
311048
314356
  */
@@ -311055,11 +314363,36 @@ export declare namespace elastic {
311055
314363
  /**
311056
314364
  * Rules for sending logs.
311057
314365
  */
311058
- logRules?: pulumi.Input<inputs.elastic.v20231001preview.LogRulesArgs>;
314366
+ logRules?: pulumi.Input<inputs.elastic.v20231101preview.LogRulesArgs>;
311059
314367
  /**
311060
314368
  * Provisioning state of the monitoring tag rules.
311061
314369
  */
311062
- provisioningState?: pulumi.Input<string | enums.elastic.v20231001preview.ProvisioningState>;
314370
+ provisioningState?: pulumi.Input<string | enums.elastic.v20231101preview.ProvisioningState>;
314371
+ }
314372
+ /**
314373
+ * Plan details of the monitor resource.
314374
+ */
314375
+ interface PlanDetailsArgs {
314376
+ /**
314377
+ * Offer ID of the plan
314378
+ */
314379
+ offerID?: pulumi.Input<string>;
314380
+ /**
314381
+ * Plan ID
314382
+ */
314383
+ planID?: pulumi.Input<string>;
314384
+ /**
314385
+ * Plan Name
314386
+ */
314387
+ planName?: pulumi.Input<string>;
314388
+ /**
314389
+ * Publisher ID of the plan
314390
+ */
314391
+ publisherID?: pulumi.Input<string>;
314392
+ /**
314393
+ * Term ID of the plan
314394
+ */
314395
+ termID?: pulumi.Input<string>;
311063
314396
  }
311064
314397
  /**
311065
314398
  * Microsoft.Elastic SKU.
@@ -311077,7 +314410,7 @@ export declare namespace elastic {
311077
314410
  /**
311078
314411
  * Company information of the user to be passed to partners.
311079
314412
  */
311080
- companyInfo?: pulumi.Input<inputs.elastic.v20231001preview.CompanyInfoArgs>;
314413
+ companyInfo?: pulumi.Input<inputs.elastic.v20231101preview.CompanyInfoArgs>;
311081
314414
  /**
311082
314415
  * Company name of the user
311083
314416
  */
@@ -311096,7 +314429,7 @@ export declare namespace elastic {
311096
314429
  lastName?: pulumi.Input<string>;
311097
314430
  }
311098
314431
  }
311099
- namespace v20231101preview {
314432
+ namespace v20240101preview {
311100
314433
  /**
311101
314434
  * Company information of the user to be passed to partners.
311102
314435
  */
@@ -311129,7 +314462,7 @@ export declare namespace elastic {
311129
314462
  /**
311130
314463
  * Valid actions for a filtering tag.
311131
314464
  */
311132
- action?: pulumi.Input<string | enums.elastic.v20231101preview.TagAction>;
314465
+ action?: pulumi.Input<string | enums.elastic.v20240101preview.TagAction>;
311133
314466
  /**
311134
314467
  * The name (also known as the key) of the tag.
311135
314468
  */
@@ -311146,7 +314479,7 @@ export declare namespace elastic {
311146
314479
  /**
311147
314480
  * Managed identity type.
311148
314481
  */
311149
- type?: pulumi.Input<string | enums.elastic.v20231101preview.ManagedIdentityTypes>;
314482
+ type?: pulumi.Input<string | enums.elastic.v20240101preview.ManagedIdentityTypes>;
311150
314483
  }
311151
314484
  /**
311152
314485
  * Set of rules for sending logs for the Monitor resource.
@@ -311155,7 +314488,7 @@ export declare namespace elastic {
311155
314488
  /**
311156
314489
  * List of filtering tags to be used for capturing logs. This only takes effect if SendActivityLogs flag is enabled. If empty, all resources will be captured. If only Exclude action is specified, the rules will apply to the list of all available resources. If Include actions are specified, the rules will only include resources with the associated tags.
311157
314490
  */
311158
- filteringTags?: pulumi.Input<pulumi.Input<inputs.elastic.v20231101preview.FilteringTagArgs>[]>;
314491
+ filteringTags?: pulumi.Input<pulumi.Input<inputs.elastic.v20240101preview.FilteringTagArgs>[]>;
311159
314492
  /**
311160
314493
  * Flag specifying if AAD logs should be sent for the Monitor resource.
311161
314494
  */
@@ -311180,15 +314513,15 @@ export declare namespace elastic {
311180
314513
  /**
311181
314514
  * Flag specifying if the resource monitoring is enabled or disabled.
311182
314515
  */
311183
- monitoringStatus?: pulumi.Input<string | enums.elastic.v20231101preview.MonitoringStatus>;
314516
+ monitoringStatus?: pulumi.Input<string | enums.elastic.v20240101preview.MonitoringStatus>;
311184
314517
  /**
311185
314518
  * Plan details of the monitor resource.
311186
314519
  */
311187
- planDetails?: pulumi.Input<inputs.elastic.v20231101preview.PlanDetailsArgs>;
314520
+ planDetails?: pulumi.Input<inputs.elastic.v20240101preview.PlanDetailsArgs>;
311188
314521
  /**
311189
314522
  * Provisioning state of the monitor resource.
311190
314523
  */
311191
- provisioningState?: pulumi.Input<string | enums.elastic.v20231101preview.ProvisioningState>;
314524
+ provisioningState?: pulumi.Input<string | enums.elastic.v20240101preview.ProvisioningState>;
311192
314525
  /**
311193
314526
  * Status of Azure Subscription where Marketplace SaaS is located.
311194
314527
  */
@@ -311201,10 +314534,14 @@ export declare namespace elastic {
311201
314534
  * Name of the marketing campaign.
311202
314535
  */
311203
314536
  sourceCampaignName?: pulumi.Input<string>;
314537
+ /**
314538
+ * State of the Azure Subscription containing the monitor resource
314539
+ */
314540
+ subscriptionState?: pulumi.Input<string>;
311204
314541
  /**
311205
314542
  * User information.
311206
314543
  */
311207
- userInfo?: pulumi.Input<inputs.elastic.v20231101preview.UserInfoArgs>;
314544
+ userInfo?: pulumi.Input<inputs.elastic.v20240101preview.UserInfoArgs>;
311208
314545
  /**
311209
314546
  * Version of elastic of the monitor resource
311210
314547
  */
@@ -311217,11 +314554,28 @@ export declare namespace elastic {
311217
314554
  /**
311218
314555
  * Rules for sending logs.
311219
314556
  */
311220
- logRules?: pulumi.Input<inputs.elastic.v20231101preview.LogRulesArgs>;
314557
+ logRules?: pulumi.Input<inputs.elastic.v20240101preview.LogRulesArgs>;
311221
314558
  /**
311222
314559
  * Provisioning state of the monitoring tag rules.
311223
314560
  */
311224
- provisioningState?: pulumi.Input<string | enums.elastic.v20231101preview.ProvisioningState>;
314561
+ provisioningState?: pulumi.Input<string | enums.elastic.v20240101preview.ProvisioningState>;
314562
+ }
314563
+ /**
314564
+ * Open AI Integration details.
314565
+ */
314566
+ interface OpenAIIntegrationPropertiesArgs {
314567
+ /**
314568
+ * Value of API key for Open AI resource
314569
+ */
314570
+ key?: pulumi.Input<string>;
314571
+ /**
314572
+ * The API endpoint for Open AI resource
314573
+ */
314574
+ openAIResourceEndpoint?: pulumi.Input<string>;
314575
+ /**
314576
+ * The resource name of Open AI resource
314577
+ */
314578
+ openAIResourceId?: pulumi.Input<string>;
311225
314579
  }
311226
314580
  /**
311227
314581
  * Plan details of the monitor resource.
@@ -311264,7 +314618,7 @@ export declare namespace elastic {
311264
314618
  /**
311265
314619
  * Company information of the user to be passed to partners.
311266
314620
  */
311267
- companyInfo?: pulumi.Input<inputs.elastic.v20231101preview.CompanyInfoArgs>;
314621
+ companyInfo?: pulumi.Input<inputs.elastic.v20240101preview.CompanyInfoArgs>;
311268
314622
  /**
311269
314623
  * Company name of the user
311270
314624
  */
@@ -311283,7 +314637,7 @@ export declare namespace elastic {
311283
314637
  lastName?: pulumi.Input<string>;
311284
314638
  }
311285
314639
  }
311286
- namespace v20240101preview {
314640
+ namespace v20240301 {
311287
314641
  /**
311288
314642
  * Company information of the user to be passed to partners.
311289
314643
  */
@@ -311316,7 +314670,7 @@ export declare namespace elastic {
311316
314670
  /**
311317
314671
  * Valid actions for a filtering tag.
311318
314672
  */
311319
- action?: pulumi.Input<string | enums.elastic.v20240101preview.TagAction>;
314673
+ action?: pulumi.Input<string | enums.elastic.v20240301.TagAction>;
311320
314674
  /**
311321
314675
  * The name (also known as the key) of the tag.
311322
314676
  */
@@ -311333,7 +314687,7 @@ export declare namespace elastic {
311333
314687
  /**
311334
314688
  * Managed identity type.
311335
314689
  */
311336
- type?: pulumi.Input<string | enums.elastic.v20240101preview.ManagedIdentityTypes>;
314690
+ type?: pulumi.Input<string | enums.elastic.v20240301.ManagedIdentityTypes>;
311337
314691
  }
311338
314692
  /**
311339
314693
  * Set of rules for sending logs for the Monitor resource.
@@ -311342,7 +314696,7 @@ export declare namespace elastic {
311342
314696
  /**
311343
314697
  * List of filtering tags to be used for capturing logs. This only takes effect if SendActivityLogs flag is enabled. If empty, all resources will be captured. If only Exclude action is specified, the rules will apply to the list of all available resources. If Include actions are specified, the rules will only include resources with the associated tags.
311344
314698
  */
311345
- filteringTags?: pulumi.Input<pulumi.Input<inputs.elastic.v20240101preview.FilteringTagArgs>[]>;
314699
+ filteringTags?: pulumi.Input<pulumi.Input<inputs.elastic.v20240301.FilteringTagArgs>[]>;
311346
314700
  /**
311347
314701
  * Flag specifying if AAD logs should be sent for the Monitor resource.
311348
314702
  */
@@ -311367,15 +314721,15 @@ export declare namespace elastic {
311367
314721
  /**
311368
314722
  * Flag specifying if the resource monitoring is enabled or disabled.
311369
314723
  */
311370
- monitoringStatus?: pulumi.Input<string | enums.elastic.v20240101preview.MonitoringStatus>;
314724
+ monitoringStatus?: pulumi.Input<string | enums.elastic.v20240301.MonitoringStatus>;
311371
314725
  /**
311372
314726
  * Plan details of the monitor resource.
311373
314727
  */
311374
- planDetails?: pulumi.Input<inputs.elastic.v20240101preview.PlanDetailsArgs>;
314728
+ planDetails?: pulumi.Input<inputs.elastic.v20240301.PlanDetailsArgs>;
311375
314729
  /**
311376
314730
  * Provisioning state of the monitor resource.
311377
314731
  */
311378
- provisioningState?: pulumi.Input<string | enums.elastic.v20240101preview.ProvisioningState>;
314732
+ provisioningState?: pulumi.Input<string | enums.elastic.v20240301.ProvisioningState>;
311379
314733
  /**
311380
314734
  * Status of Azure Subscription where Marketplace SaaS is located.
311381
314735
  */
@@ -311395,7 +314749,7 @@ export declare namespace elastic {
311395
314749
  /**
311396
314750
  * User information.
311397
314751
  */
311398
- userInfo?: pulumi.Input<inputs.elastic.v20240101preview.UserInfoArgs>;
314752
+ userInfo?: pulumi.Input<inputs.elastic.v20240301.UserInfoArgs>;
311399
314753
  /**
311400
314754
  * Version of elastic of the monitor resource
311401
314755
  */
@@ -311408,11 +314762,11 @@ export declare namespace elastic {
311408
314762
  /**
311409
314763
  * Rules for sending logs.
311410
314764
  */
311411
- logRules?: pulumi.Input<inputs.elastic.v20240101preview.LogRulesArgs>;
314765
+ logRules?: pulumi.Input<inputs.elastic.v20240301.LogRulesArgs>;
311412
314766
  /**
311413
314767
  * Provisioning state of the monitoring tag rules.
311414
314768
  */
311415
- provisioningState?: pulumi.Input<string | enums.elastic.v20240101preview.ProvisioningState>;
314769
+ provisioningState?: pulumi.Input<string | enums.elastic.v20240301.ProvisioningState>;
311416
314770
  }
311417
314771
  /**
311418
314772
  * Open AI Integration details.
@@ -311472,7 +314826,7 @@ export declare namespace elastic {
311472
314826
  /**
311473
314827
  * Company information of the user to be passed to partners.
311474
314828
  */
311475
- companyInfo?: pulumi.Input<inputs.elastic.v20240101preview.CompanyInfoArgs>;
314829
+ companyInfo?: pulumi.Input<inputs.elastic.v20240301.CompanyInfoArgs>;
311476
314830
  /**
311477
314831
  * Company name of the user
311478
314832
  */
@@ -311491,7 +314845,7 @@ export declare namespace elastic {
311491
314845
  lastName?: pulumi.Input<string>;
311492
314846
  }
311493
314847
  }
311494
- namespace v20240301 {
314848
+ namespace v20240501preview {
311495
314849
  /**
311496
314850
  * Company information of the user to be passed to partners.
311497
314851
  */
@@ -311524,7 +314878,7 @@ export declare namespace elastic {
311524
314878
  /**
311525
314879
  * Valid actions for a filtering tag.
311526
314880
  */
311527
- action?: pulumi.Input<string | enums.elastic.v20240301.TagAction>;
314881
+ action?: pulumi.Input<string | enums.elastic.v20240501preview.TagAction>;
311528
314882
  /**
311529
314883
  * The name (also known as the key) of the tag.
311530
314884
  */
@@ -311541,7 +314895,7 @@ export declare namespace elastic {
311541
314895
  /**
311542
314896
  * Managed identity type.
311543
314897
  */
311544
- type?: pulumi.Input<string | enums.elastic.v20240301.ManagedIdentityTypes>;
314898
+ type?: pulumi.Input<string | enums.elastic.v20240501preview.ManagedIdentityTypes>;
311545
314899
  }
311546
314900
  /**
311547
314901
  * Set of rules for sending logs for the Monitor resource.
@@ -311550,7 +314904,7 @@ export declare namespace elastic {
311550
314904
  /**
311551
314905
  * List of filtering tags to be used for capturing logs. This only takes effect if SendActivityLogs flag is enabled. If empty, all resources will be captured. If only Exclude action is specified, the rules will apply to the list of all available resources. If Include actions are specified, the rules will only include resources with the associated tags.
311552
314906
  */
311553
- filteringTags?: pulumi.Input<pulumi.Input<inputs.elastic.v20240301.FilteringTagArgs>[]>;
314907
+ filteringTags?: pulumi.Input<pulumi.Input<inputs.elastic.v20240501preview.FilteringTagArgs>[]>;
311554
314908
  /**
311555
314909
  * Flag specifying if AAD logs should be sent for the Monitor resource.
311556
314910
  */
@@ -311575,15 +314929,11 @@ export declare namespace elastic {
311575
314929
  /**
311576
314930
  * Flag specifying if the resource monitoring is enabled or disabled.
311577
314931
  */
311578
- monitoringStatus?: pulumi.Input<string | enums.elastic.v20240301.MonitoringStatus>;
314932
+ monitoringStatus?: pulumi.Input<string | enums.elastic.v20240501preview.MonitoringStatus>;
311579
314933
  /**
311580
314934
  * Plan details of the monitor resource.
311581
314935
  */
311582
- planDetails?: pulumi.Input<inputs.elastic.v20240301.PlanDetailsArgs>;
311583
- /**
311584
- * Provisioning state of the monitor resource.
311585
- */
311586
- provisioningState?: pulumi.Input<string | enums.elastic.v20240301.ProvisioningState>;
314936
+ planDetails?: pulumi.Input<inputs.elastic.v20240501preview.PlanDetailsArgs>;
311587
314937
  /**
311588
314938
  * Status of Azure Subscription where Marketplace SaaS is located.
311589
314939
  */
@@ -311603,12 +314953,33 @@ export declare namespace elastic {
311603
314953
  /**
311604
314954
  * User information.
311605
314955
  */
311606
- userInfo?: pulumi.Input<inputs.elastic.v20240301.UserInfoArgs>;
314956
+ userInfo?: pulumi.Input<inputs.elastic.v20240501preview.UserInfoArgs>;
311607
314957
  /**
311608
314958
  * Version of elastic of the monitor resource
311609
314959
  */
311610
314960
  version?: pulumi.Input<string>;
311611
314961
  }
314962
+ /**
314963
+ * The list of subscriptions and it's monitoring status by current Elastic monitor.
314964
+ */
314965
+ interface MonitoredSubscriptionArgs {
314966
+ /**
314967
+ * The reason of not monitoring the subscription.
314968
+ */
314969
+ error?: pulumi.Input<string>;
314970
+ /**
314971
+ * The state of monitoring.
314972
+ */
314973
+ status?: pulumi.Input<string | enums.elastic.v20240501preview.Status>;
314974
+ /**
314975
+ * The subscriptionId to be monitored.
314976
+ */
314977
+ subscriptionId?: pulumi.Input<string>;
314978
+ /**
314979
+ * Definition of the properties for a TagRules resource.
314980
+ */
314981
+ tagRules?: pulumi.Input<inputs.elastic.v20240501preview.MonitoringTagRulesPropertiesArgs>;
314982
+ }
311612
314983
  /**
311613
314984
  * Definition of the properties for a TagRules resource.
311614
314985
  */
@@ -311616,11 +314987,7 @@ export declare namespace elastic {
311616
314987
  /**
311617
314988
  * Rules for sending logs.
311618
314989
  */
311619
- logRules?: pulumi.Input<inputs.elastic.v20240301.LogRulesArgs>;
311620
- /**
311621
- * Provisioning state of the monitoring tag rules.
311622
- */
311623
- provisioningState?: pulumi.Input<string | enums.elastic.v20240301.ProvisioningState>;
314990
+ logRules?: pulumi.Input<inputs.elastic.v20240501preview.LogRulesArgs>;
311624
314991
  }
311625
314992
  /**
311626
314993
  * Open AI Integration details.
@@ -311630,6 +314997,10 @@ export declare namespace elastic {
311630
314997
  * Value of API key for Open AI resource
311631
314998
  */
311632
314999
  key?: pulumi.Input<string>;
315000
+ /**
315001
+ * The connector id of Open AI resource
315002
+ */
315003
+ openAIConnectorId?: pulumi.Input<string>;
311633
315004
  /**
311634
315005
  * The API endpoint for Open AI resource
311635
315006
  */
@@ -311673,6 +315044,19 @@ export declare namespace elastic {
311673
315044
  */
311674
315045
  name: pulumi.Input<string>;
311675
315046
  }
315047
+ /**
315048
+ * The request to update subscriptions needed to be monitored by the Elastic monitor resource.
315049
+ */
315050
+ interface SubscriptionListArgs {
315051
+ /**
315052
+ * List of subscriptions and the state of the monitoring.
315053
+ */
315054
+ monitoredSubscriptionList?: pulumi.Input<pulumi.Input<inputs.elastic.v20240501preview.MonitoredSubscriptionArgs>[]>;
315055
+ /**
315056
+ * The operation for the patch on the resource.
315057
+ */
315058
+ operation?: pulumi.Input<string | enums.elastic.v20240501preview.Operation>;
315059
+ }
311676
315060
  /**
311677
315061
  * User Information to be passed to partners.
311678
315062
  */
@@ -311680,7 +315064,7 @@ export declare namespace elastic {
311680
315064
  /**
311681
315065
  * Company information of the user to be passed to partners.
311682
315066
  */
311683
- companyInfo?: pulumi.Input<inputs.elastic.v20240301.CompanyInfoArgs>;
315067
+ companyInfo?: pulumi.Input<inputs.elastic.v20240501preview.CompanyInfoArgs>;
311684
315068
  /**
311685
315069
  * Company name of the user
311686
315070
  */
@@ -311699,7 +315083,7 @@ export declare namespace elastic {
311699
315083
  lastName?: pulumi.Input<string>;
311700
315084
  }
311701
315085
  }
311702
- namespace v20240501preview {
315086
+ namespace v20240615preview {
311703
315087
  /**
311704
315088
  * Company information of the user to be passed to partners.
311705
315089
  */
@@ -311732,7 +315116,7 @@ export declare namespace elastic {
311732
315116
  /**
311733
315117
  * Valid actions for a filtering tag.
311734
315118
  */
311735
- action?: pulumi.Input<string | enums.elastic.v20240501preview.TagAction>;
315119
+ action?: pulumi.Input<string | enums.elastic.v20240615preview.TagAction>;
311736
315120
  /**
311737
315121
  * The name (also known as the key) of the tag.
311738
315122
  */
@@ -311749,7 +315133,7 @@ export declare namespace elastic {
311749
315133
  /**
311750
315134
  * Managed identity type.
311751
315135
  */
311752
- type?: pulumi.Input<string | enums.elastic.v20240501preview.ManagedIdentityTypes>;
315136
+ type?: pulumi.Input<string | enums.elastic.v20240615preview.ManagedIdentityTypes>;
311753
315137
  }
311754
315138
  /**
311755
315139
  * Set of rules for sending logs for the Monitor resource.
@@ -311758,7 +315142,7 @@ export declare namespace elastic {
311758
315142
  /**
311759
315143
  * List of filtering tags to be used for capturing logs. This only takes effect if SendActivityLogs flag is enabled. If empty, all resources will be captured. If only Exclude action is specified, the rules will apply to the list of all available resources. If Include actions are specified, the rules will only include resources with the associated tags.
311760
315144
  */
311761
- filteringTags?: pulumi.Input<pulumi.Input<inputs.elastic.v20240501preview.FilteringTagArgs>[]>;
315145
+ filteringTags?: pulumi.Input<pulumi.Input<inputs.elastic.v20240615preview.FilteringTagArgs>[]>;
311762
315146
  /**
311763
315147
  * Flag specifying if AAD logs should be sent for the Monitor resource.
311764
315148
  */
@@ -311783,11 +315167,11 @@ export declare namespace elastic {
311783
315167
  /**
311784
315168
  * Flag specifying if the resource monitoring is enabled or disabled.
311785
315169
  */
311786
- monitoringStatus?: pulumi.Input<string | enums.elastic.v20240501preview.MonitoringStatus>;
315170
+ monitoringStatus?: pulumi.Input<string | enums.elastic.v20240615preview.MonitoringStatus>;
311787
315171
  /**
311788
315172
  * Plan details of the monitor resource.
311789
315173
  */
311790
- planDetails?: pulumi.Input<inputs.elastic.v20240501preview.PlanDetailsArgs>;
315174
+ planDetails?: pulumi.Input<inputs.elastic.v20240615preview.PlanDetailsArgs>;
311791
315175
  /**
311792
315176
  * Status of Azure Subscription where Marketplace SaaS is located.
311793
315177
  */
@@ -311807,7 +315191,7 @@ export declare namespace elastic {
311807
315191
  /**
311808
315192
  * User information.
311809
315193
  */
311810
- userInfo?: pulumi.Input<inputs.elastic.v20240501preview.UserInfoArgs>;
315194
+ userInfo?: pulumi.Input<inputs.elastic.v20240615preview.UserInfoArgs>;
311811
315195
  /**
311812
315196
  * Version of elastic of the monitor resource
311813
315197
  */
@@ -311824,7 +315208,7 @@ export declare namespace elastic {
311824
315208
  /**
311825
315209
  * The state of monitoring.
311826
315210
  */
311827
- status?: pulumi.Input<string | enums.elastic.v20240501preview.Status>;
315211
+ status?: pulumi.Input<string | enums.elastic.v20240615preview.Status>;
311828
315212
  /**
311829
315213
  * The subscriptionId to be monitored.
311830
315214
  */
@@ -311832,7 +315216,7 @@ export declare namespace elastic {
311832
315216
  /**
311833
315217
  * Definition of the properties for a TagRules resource.
311834
315218
  */
311835
- tagRules?: pulumi.Input<inputs.elastic.v20240501preview.MonitoringTagRulesPropertiesArgs>;
315219
+ tagRules?: pulumi.Input<inputs.elastic.v20240615preview.MonitoringTagRulesPropertiesArgs>;
311836
315220
  }
311837
315221
  /**
311838
315222
  * Definition of the properties for a TagRules resource.
@@ -311841,7 +315225,7 @@ export declare namespace elastic {
311841
315225
  /**
311842
315226
  * Rules for sending logs.
311843
315227
  */
311844
- logRules?: pulumi.Input<inputs.elastic.v20240501preview.LogRulesArgs>;
315228
+ logRules?: pulumi.Input<inputs.elastic.v20240615preview.LogRulesArgs>;
311845
315229
  }
311846
315230
  /**
311847
315231
  * Open AI Integration details.
@@ -311905,11 +315289,11 @@ export declare namespace elastic {
311905
315289
  /**
311906
315290
  * List of subscriptions and the state of the monitoring.
311907
315291
  */
311908
- monitoredSubscriptionList?: pulumi.Input<pulumi.Input<inputs.elastic.v20240501preview.MonitoredSubscriptionArgs>[]>;
315292
+ monitoredSubscriptionList?: pulumi.Input<pulumi.Input<inputs.elastic.v20240615preview.MonitoredSubscriptionArgs>[]>;
311909
315293
  /**
311910
315294
  * The operation for the patch on the resource.
311911
315295
  */
311912
- operation?: pulumi.Input<string | enums.elastic.v20240501preview.Operation>;
315296
+ operation?: pulumi.Input<string | enums.elastic.v20240615preview.Operation>;
311913
315297
  }
311914
315298
  /**
311915
315299
  * User Information to be passed to partners.
@@ -311918,7 +315302,7 @@ export declare namespace elastic {
311918
315302
  /**
311919
315303
  * Company information of the user to be passed to partners.
311920
315304
  */
311921
- companyInfo?: pulumi.Input<inputs.elastic.v20240501preview.CompanyInfoArgs>;
315305
+ companyInfo?: pulumi.Input<inputs.elastic.v20240615preview.CompanyInfoArgs>;
311922
315306
  /**
311923
315307
  * Company name of the user
311924
315308
  */
@@ -311937,7 +315321,7 @@ export declare namespace elastic {
311937
315321
  lastName?: pulumi.Input<string>;
311938
315322
  }
311939
315323
  }
311940
- namespace v20240615preview {
315324
+ namespace v20241001preview {
311941
315325
  /**
311942
315326
  * Company information of the user to be passed to partners.
311943
315327
  */
@@ -311970,7 +315354,7 @@ export declare namespace elastic {
311970
315354
  /**
311971
315355
  * Valid actions for a filtering tag.
311972
315356
  */
311973
- action?: pulumi.Input<string | enums.elastic.v20240615preview.TagAction>;
315357
+ action?: pulumi.Input<string | enums.elastic.v20241001preview.TagAction>;
311974
315358
  /**
311975
315359
  * The name (also known as the key) of the tag.
311976
315360
  */
@@ -311987,7 +315371,7 @@ export declare namespace elastic {
311987
315371
  /**
311988
315372
  * Managed identity type.
311989
315373
  */
311990
- type?: pulumi.Input<string | enums.elastic.v20240615preview.ManagedIdentityTypes>;
315374
+ type?: pulumi.Input<string | enums.elastic.v20241001preview.ManagedIdentityTypes>;
311991
315375
  }
311992
315376
  /**
311993
315377
  * Set of rules for sending logs for the Monitor resource.
@@ -311996,7 +315380,7 @@ export declare namespace elastic {
311996
315380
  /**
311997
315381
  * List of filtering tags to be used for capturing logs. This only takes effect if SendActivityLogs flag is enabled. If empty, all resources will be captured. If only Exclude action is specified, the rules will apply to the list of all available resources. If Include actions are specified, the rules will only include resources with the associated tags.
311998
315382
  */
311999
- filteringTags?: pulumi.Input<pulumi.Input<inputs.elastic.v20240615preview.FilteringTagArgs>[]>;
315383
+ filteringTags?: pulumi.Input<pulumi.Input<inputs.elastic.v20241001preview.FilteringTagArgs>[]>;
312000
315384
  /**
312001
315385
  * Flag specifying if AAD logs should be sent for the Monitor resource.
312002
315386
  */
@@ -312021,11 +315405,11 @@ export declare namespace elastic {
312021
315405
  /**
312022
315406
  * Flag specifying if the resource monitoring is enabled or disabled.
312023
315407
  */
312024
- monitoringStatus?: pulumi.Input<string | enums.elastic.v20240615preview.MonitoringStatus>;
315408
+ monitoringStatus?: pulumi.Input<string | enums.elastic.v20241001preview.MonitoringStatus>;
312025
315409
  /**
312026
315410
  * Plan details of the monitor resource.
312027
315411
  */
312028
- planDetails?: pulumi.Input<inputs.elastic.v20240615preview.PlanDetailsArgs>;
315412
+ planDetails?: pulumi.Input<inputs.elastic.v20241001preview.PlanDetailsArgs>;
312029
315413
  /**
312030
315414
  * Status of Azure Subscription where Marketplace SaaS is located.
312031
315415
  */
@@ -312045,7 +315429,7 @@ export declare namespace elastic {
312045
315429
  /**
312046
315430
  * User information.
312047
315431
  */
312048
- userInfo?: pulumi.Input<inputs.elastic.v20240615preview.UserInfoArgs>;
315432
+ userInfo?: pulumi.Input<inputs.elastic.v20241001preview.UserInfoArgs>;
312049
315433
  /**
312050
315434
  * Version of elastic of the monitor resource
312051
315435
  */
@@ -312062,7 +315446,7 @@ export declare namespace elastic {
312062
315446
  /**
312063
315447
  * The state of monitoring.
312064
315448
  */
312065
- status?: pulumi.Input<string | enums.elastic.v20240615preview.Status>;
315449
+ status?: pulumi.Input<string | enums.elastic.v20241001preview.Status>;
312066
315450
  /**
312067
315451
  * The subscriptionId to be monitored.
312068
315452
  */
@@ -312070,7 +315454,7 @@ export declare namespace elastic {
312070
315454
  /**
312071
315455
  * Definition of the properties for a TagRules resource.
312072
315456
  */
312073
- tagRules?: pulumi.Input<inputs.elastic.v20240615preview.MonitoringTagRulesPropertiesArgs>;
315457
+ tagRules?: pulumi.Input<inputs.elastic.v20241001preview.MonitoringTagRulesPropertiesArgs>;
312074
315458
  }
312075
315459
  /**
312076
315460
  * Definition of the properties for a TagRules resource.
@@ -312079,7 +315463,7 @@ export declare namespace elastic {
312079
315463
  /**
312080
315464
  * Rules for sending logs.
312081
315465
  */
312082
- logRules?: pulumi.Input<inputs.elastic.v20240615preview.LogRulesArgs>;
315466
+ logRules?: pulumi.Input<inputs.elastic.v20241001preview.LogRulesArgs>;
312083
315467
  }
312084
315468
  /**
312085
315469
  * Open AI Integration details.
@@ -312143,11 +315527,11 @@ export declare namespace elastic {
312143
315527
  /**
312144
315528
  * List of subscriptions and the state of the monitoring.
312145
315529
  */
312146
- monitoredSubscriptionList?: pulumi.Input<pulumi.Input<inputs.elastic.v20240615preview.MonitoredSubscriptionArgs>[]>;
315530
+ monitoredSubscriptionList?: pulumi.Input<pulumi.Input<inputs.elastic.v20241001preview.MonitoredSubscriptionArgs>[]>;
312147
315531
  /**
312148
315532
  * The operation for the patch on the resource.
312149
315533
  */
312150
- operation?: pulumi.Input<string | enums.elastic.v20240615preview.Operation>;
315534
+ operation?: pulumi.Input<string | enums.elastic.v20241001preview.Operation>;
312151
315535
  }
312152
315536
  /**
312153
315537
  * User Information to be passed to partners.
@@ -312156,7 +315540,7 @@ export declare namespace elastic {
312156
315540
  /**
312157
315541
  * Company information of the user to be passed to partners.
312158
315542
  */
312159
- companyInfo?: pulumi.Input<inputs.elastic.v20240615preview.CompanyInfoArgs>;
315543
+ companyInfo?: pulumi.Input<inputs.elastic.v20241001preview.CompanyInfoArgs>;
312160
315544
  /**
312161
315545
  * Company name of the user
312162
315546
  */
@@ -625172,11 +628556,7 @@ export declare namespace security {
625172
628556
  */
625173
628557
  isEnabled: pulumi.Input<string | enums.security.IsEnabled>;
625174
628558
  /**
625175
- * The extension name. Supported values are: <br><br>**AgentlessDiscoveryForKubernetes** - API-based discovery of information about Kubernetes cluster architecture, workload objects, and setup. Required for Kubernetes inventory, identity and network exposure detection, attack path analysis and risk hunting as part of the cloud security explorer.
625176
- * Available for CloudPosture plan.<br><br>**OnUploadMalwareScanning** - Limits the GB to be scanned per month for each storage account within the subscription. Once this limit reached on a given storage account, Blobs won't be scanned during current calendar month.
625177
- * Available for StorageAccounts plan.<br><br>**SensitiveDataDiscovery** - Sensitive data discovery identifies Blob storage container with sensitive data such as credentials, credit cards, and more, to help prioritize and investigate security events.
625178
- * Available for StorageAccounts and CloudPosture plans.<br><br>**ContainerRegistriesVulnerabilityAssessments** - Provides vulnerability management for images stored in your container registries.
625179
- * Available for CloudPosture and Containers plans.
628559
+ * The extension name. Supported values are: <br><br>**AgentlessDiscoveryForKubernetes** - Provides zero footprint, API-based discovery of Kubernetes clusters, their configurations and deployments. The collected data is used to create a contextualized security graph for Kubernetes clusters, provide risk hunting capabilities, and visualize risks and threats to Kubernetes environments and workloads.<br>Available for CloudPosture plan and Containers plan.<br><br>**OnUploadMalwareScanning** - Limits the GB to be scanned per month for each storage account within the subscription. Once this limit reached on a given storage account, Blobs won't be scanned during current calendar month.<br>Available for StorageAccounts plan (DefenderForStorageV2 sub plans).<br><br>**SensitiveDataDiscovery** - Sensitive data discovery identifies Blob storage container with sensitive data such as credentials, credit cards, and more, to help prioritize and investigate security events.<br>Available for StorageAccounts plan (DefenderForStorageV2 sub plan) and CloudPosture plan.<br><br>**ContainerRegistriesVulnerabilityAssessments** - Provides vulnerability management for images stored in your container registries.<br>Available for CloudPosture plan and Containers plan.<br><br>**MdeDesignatedSubscription** - Direct onboarding is a seamless integration between Defender for Endpoint and Defender for Cloud that doesn’t require extra software deployment on your servers. The onboarded resources will be presented under a designated Azure Subscription you configure<br>Available for VirtualMachines plan (P1 and P2 sub plans).<br><br>**AgentlessVmScanning** - Scans your machines for installed software, vulnerabilities, malware and secret scanning without relying on agents or impacting machine performance. Learn more here https://learn.microsoft.com/en-us/azure/defender-for-cloud/concept-agentless-data-collection.<br>Available for CloudPosture plan, VirtualMachines plan (P2 sub plan) and Containers plan.<br><br>**EntraPermissionsManagement** - Permissions Management provides Cloud Infrastructure Entitlement Management (CIEM) capabilities that helps organizations to manage and control user access and entitlements in their cloud infrastructure - important attack vector for cloud environments.<br>Permissions Management analyzes all permissions and active usage, and suggests recommendations to reduce permissions to enforce the principle of least privilege. Learn more here https://learn.microsoft.com/en-us/azure/defender-for-cloud/permissions-management.<br>Available for CloudPosture plan. <br><br>**FileIntegrityMonitoring** - File integrity monitoring (FIM), examines operating system files.<br>Windows registries, Linux system files, in real time, for changes that might indicate an attack.<br>Available for VirtualMachines plan (P2 sub plan). <br><br>**ContainerSensor** - The sensor is based on IG and provides a rich threat detection suite for Kubernetes clusters, nodes, and workloads, powered by Microsoft leading threat intelligence, provides mapping to MITRE ATT&CK framework.<br>Available for Containers plan. <br><br>**AIPromptEvidence** - Exposes the prompts passed between the user and the AI model as alert evidence. This helps classify and triage the alerts with relevant user context. The prompt snippets will include only segments of the user prompt or model response that were deemed suspicious and relevant for security classifications. The prompt evidence will be available through Defender portal as part of each alert.<br>Available for AI plan. <br><br>
625180
628560
  */
625181
628561
  name: pulumi.Input<string>;
625182
628562
  }
@@ -629528,11 +632908,7 @@ export declare namespace security {
629528
632908
  */
629529
632909
  isEnabled: pulumi.Input<string | enums.security.v20240101.IsEnabled>;
629530
632910
  /**
629531
- * The extension name. Supported values are: <br><br>**AgentlessDiscoveryForKubernetes** - API-based discovery of information about Kubernetes cluster architecture, workload objects, and setup. Required for Kubernetes inventory, identity and network exposure detection, attack path analysis and risk hunting as part of the cloud security explorer.
629532
- * Available for CloudPosture plan.<br><br>**OnUploadMalwareScanning** - Limits the GB to be scanned per month for each storage account within the subscription. Once this limit reached on a given storage account, Blobs won't be scanned during current calendar month.
629533
- * Available for StorageAccounts plan.<br><br>**SensitiveDataDiscovery** - Sensitive data discovery identifies Blob storage container with sensitive data such as credentials, credit cards, and more, to help prioritize and investigate security events.
629534
- * Available for StorageAccounts and CloudPosture plans.<br><br>**ContainerRegistriesVulnerabilityAssessments** - Provides vulnerability management for images stored in your container registries.
629535
- * Available for CloudPosture and Containers plans.
632911
+ * The extension name. Supported values are: <br><br>**AgentlessDiscoveryForKubernetes** - Provides zero footprint, API-based discovery of Kubernetes clusters, their configurations and deployments. The collected data is used to create a contextualized security graph for Kubernetes clusters, provide risk hunting capabilities, and visualize risks and threats to Kubernetes environments and workloads.<br>Available for CloudPosture plan and Containers plan.<br><br>**OnUploadMalwareScanning** - Limits the GB to be scanned per month for each storage account within the subscription. Once this limit reached on a given storage account, Blobs won't be scanned during current calendar month.<br>Available for StorageAccounts plan (DefenderForStorageV2 sub plans).<br><br>**SensitiveDataDiscovery** - Sensitive data discovery identifies Blob storage container with sensitive data such as credentials, credit cards, and more, to help prioritize and investigate security events.<br>Available for StorageAccounts plan (DefenderForStorageV2 sub plan) and CloudPosture plan.<br><br>**ContainerRegistriesVulnerabilityAssessments** - Provides vulnerability management for images stored in your container registries.<br>Available for CloudPosture plan and Containers plan.<br><br>**MdeDesignatedSubscription** - Direct onboarding is a seamless integration between Defender for Endpoint and Defender for Cloud that doesn’t require extra software deployment on your servers. The onboarded resources will be presented under a designated Azure Subscription you configure<br>Available for VirtualMachines plan (P1 and P2 sub plans).<br><br>**AgentlessVmScanning** - Scans your machines for installed software, vulnerabilities, malware and secret scanning without relying on agents or impacting machine performance. Learn more here https://learn.microsoft.com/en-us/azure/defender-for-cloud/concept-agentless-data-collection.<br>Available for CloudPosture plan, VirtualMachines plan (P2 sub plan) and Containers plan.<br><br>**EntraPermissionsManagement** - Permissions Management provides Cloud Infrastructure Entitlement Management (CIEM) capabilities that helps organizations to manage and control user access and entitlements in their cloud infrastructure - important attack vector for cloud environments.<br>Permissions Management analyzes all permissions and active usage, and suggests recommendations to reduce permissions to enforce the principle of least privilege. Learn more here https://learn.microsoft.com/en-us/azure/defender-for-cloud/permissions-management.<br>Available for CloudPosture plan. <br><br>**FileIntegrityMonitoring** - File integrity monitoring (FIM), examines operating system files.<br>Windows registries, Linux system files, in real time, for changes that might indicate an attack.<br>Available for VirtualMachines plan (P2 sub plan). <br><br>**ContainerSensor** - The sensor is based on IG and provides a rich threat detection suite for Kubernetes clusters, nodes, and workloads, powered by Microsoft leading threat intelligence, provides mapping to MITRE ATT&CK framework.<br>Available for Containers plan. <br><br>**AIPromptEvidence** - Exposes the prompts passed between the user and the AI model as alert evidence. This helps classify and triage the alerts with relevant user context. The prompt snippets will include only segments of the user prompt or model response that were deemed suspicious and relevant for security classifications. The prompt evidence will be available through Defender portal as part of each alert.<br>Available for AI plan. <br><br>
629536
632912
  */
629537
632913
  name: pulumi.Input<string>;
629538
632914
  }