@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
@@ -0,0 +1,133 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../../types/output";
3
+ /**
4
+ * Container App.
5
+ */
6
+ export declare function getContainerApp(args: GetContainerAppArgs, opts?: pulumi.InvokeOptions): Promise<GetContainerAppResult>;
7
+ export interface GetContainerAppArgs {
8
+ /**
9
+ * Name of the Container App.
10
+ */
11
+ containerAppName: string;
12
+ /**
13
+ * The name of the resource group. The name is case insensitive.
14
+ */
15
+ resourceGroupName: string;
16
+ }
17
+ /**
18
+ * Container App.
19
+ */
20
+ export interface GetContainerAppResult {
21
+ /**
22
+ * Non versioned Container App configuration properties.
23
+ */
24
+ readonly configuration?: outputs.app.v20240802preview.ConfigurationResponse;
25
+ /**
26
+ * Id used to verify domain name ownership
27
+ */
28
+ readonly customDomainVerificationId: string;
29
+ /**
30
+ * Any errors that occurred during deployment
31
+ */
32
+ readonly deploymentErrors: string;
33
+ /**
34
+ * Resource ID of environment.
35
+ */
36
+ readonly environmentId?: string;
37
+ /**
38
+ * The endpoint of the eventstream of the container app.
39
+ */
40
+ readonly eventStreamEndpoint: string;
41
+ /**
42
+ * The complex type of the extended location.
43
+ */
44
+ readonly extendedLocation?: outputs.app.v20240802preview.ExtendedLocationResponse;
45
+ /**
46
+ * Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
47
+ */
48
+ readonly id: string;
49
+ /**
50
+ * managed identities for the Container App to interact with other Azure services without maintaining any secrets or credentials in code.
51
+ */
52
+ readonly identity?: outputs.app.v20240802preview.ManagedServiceIdentityResponse;
53
+ /**
54
+ * Metadata used to render different experiences for resources of the same type; e.g. WorkflowApp is a kind of Microsoft.App/ContainerApps type. If supported, the resource provider must validate and persist this value.
55
+ */
56
+ readonly kind?: string;
57
+ /**
58
+ * Name of the latest ready revision of the Container App.
59
+ */
60
+ readonly latestReadyRevisionName: string;
61
+ /**
62
+ * Fully Qualified Domain Name of the latest revision of the Container App.
63
+ */
64
+ readonly latestRevisionFqdn: string;
65
+ /**
66
+ * Name of the latest revision of the Container App.
67
+ */
68
+ readonly latestRevisionName: string;
69
+ /**
70
+ * The geo-location where the resource lives
71
+ */
72
+ readonly location: string;
73
+ /**
74
+ * The fully qualified resource ID of the resource that manages this resource. Indicates if this resource is managed by another Azure resource. If this is present, complete mode deployment will not delete the resource if it is removed from the template since it is managed by another resource.
75
+ */
76
+ readonly managedBy?: string;
77
+ /**
78
+ * Deprecated. Resource ID of the Container App's environment.
79
+ */
80
+ readonly managedEnvironmentId?: string;
81
+ /**
82
+ * The name of the resource
83
+ */
84
+ readonly name: string;
85
+ /**
86
+ * Outbound IP Addresses for container app.
87
+ */
88
+ readonly outboundIpAddresses: string[];
89
+ /**
90
+ * Container App auto patch configuration.
91
+ */
92
+ readonly patchingConfiguration?: outputs.app.v20240802preview.ContainerAppResponsePatchingConfiguration;
93
+ /**
94
+ * Provisioning state of the Container App.
95
+ */
96
+ readonly provisioningState: string;
97
+ /**
98
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
99
+ */
100
+ readonly systemData: outputs.app.v20240802preview.SystemDataResponse;
101
+ /**
102
+ * Resource tags.
103
+ */
104
+ readonly tags?: {
105
+ [key: string]: string;
106
+ };
107
+ /**
108
+ * Container App versioned application definition.
109
+ */
110
+ readonly template?: outputs.app.v20240802preview.TemplateResponse;
111
+ /**
112
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
113
+ */
114
+ readonly type: string;
115
+ /**
116
+ * Workload profile name to pin for container app execution.
117
+ */
118
+ readonly workloadProfileName?: string;
119
+ }
120
+ /**
121
+ * Container App.
122
+ */
123
+ export declare function getContainerAppOutput(args: GetContainerAppOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetContainerAppResult>;
124
+ export interface GetContainerAppOutputArgs {
125
+ /**
126
+ * Name of the Container App.
127
+ */
128
+ containerAppName: pulumi.Input<string>;
129
+ /**
130
+ * The name of the resource group. The name is case insensitive.
131
+ */
132
+ resourceGroupName: pulumi.Input<string>;
133
+ }
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getContainerAppOutput = exports.getContainerApp = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * Container App.
10
+ */
11
+ function getContainerApp(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("azure-native:app/v20240802preview:getContainerApp", {
14
+ "containerAppName": args.containerAppName,
15
+ "resourceGroupName": args.resourceGroupName,
16
+ }, opts);
17
+ }
18
+ exports.getContainerApp = getContainerApp;
19
+ /**
20
+ * Container App.
21
+ */
22
+ function getContainerAppOutput(args, opts) {
23
+ return pulumi.output(args).apply((a) => getContainerApp(a, opts));
24
+ }
25
+ exports.getContainerAppOutput = getContainerAppOutput;
26
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0Q29udGFpbmVyQXBwLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vYXBwL3YyMDI0MDgwMnByZXZpZXcvZ2V0Q29udGFpbmVyQXBwLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzRUFBc0U7QUFDdEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBSXpDLDZDQUE2QztBQUU3Qzs7R0FFRztBQUNILFNBQWdCLGVBQWUsQ0FBQyxJQUF5QixFQUFFLElBQTJCO0lBRWxGLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksSUFBSSxFQUFFLENBQUMsQ0FBQztJQUN6RSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLG1EQUFtRCxFQUFFO1FBQzlFLGtCQUFrQixFQUFFLElBQUksQ0FBQyxnQkFBZ0I7UUFDekMsbUJBQW1CLEVBQUUsSUFBSSxDQUFDLGlCQUFpQjtLQUM5QyxFQUFFLElBQUksQ0FBQyxDQUFDO0FBQ2IsQ0FBQztBQVBELDBDQU9DO0FBa0hEOztHQUVHO0FBQ0gsU0FBZ0IscUJBQXFCLENBQUMsSUFBK0IsRUFBRSxJQUEyQjtJQUM5RixPQUFPLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBTSxFQUFFLEVBQUUsQ0FBQyxlQUFlLENBQUMsQ0FBQyxFQUFFLElBQUksQ0FBQyxDQUFDLENBQUE7QUFDMUUsQ0FBQztBQUZELHNEQUVDIn0=
@@ -0,0 +1,69 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../../types/output";
3
+ /**
4
+ * Container App Auth Token.
5
+ */
6
+ export declare function getContainerAppAuthToken(args: GetContainerAppAuthTokenArgs, opts?: pulumi.InvokeOptions): Promise<GetContainerAppAuthTokenResult>;
7
+ export interface GetContainerAppAuthTokenArgs {
8
+ /**
9
+ * Name of the Container App.
10
+ */
11
+ containerAppName: string;
12
+ /**
13
+ * The name of the resource group. The name is case insensitive.
14
+ */
15
+ resourceGroupName: string;
16
+ }
17
+ /**
18
+ * Container App Auth Token.
19
+ */
20
+ export interface GetContainerAppAuthTokenResult {
21
+ /**
22
+ * Token expiration date.
23
+ */
24
+ readonly expires: string;
25
+ /**
26
+ * Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
27
+ */
28
+ readonly id: string;
29
+ /**
30
+ * The geo-location where the resource lives
31
+ */
32
+ readonly location: string;
33
+ /**
34
+ * The name of the resource
35
+ */
36
+ readonly name: string;
37
+ /**
38
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
39
+ */
40
+ readonly systemData: outputs.app.v20240802preview.SystemDataResponse;
41
+ /**
42
+ * Resource tags.
43
+ */
44
+ readonly tags?: {
45
+ [key: string]: string;
46
+ };
47
+ /**
48
+ * Auth token value.
49
+ */
50
+ readonly token: string;
51
+ /**
52
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
53
+ */
54
+ readonly type: string;
55
+ }
56
+ /**
57
+ * Container App Auth Token.
58
+ */
59
+ export declare function getContainerAppAuthTokenOutput(args: GetContainerAppAuthTokenOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetContainerAppAuthTokenResult>;
60
+ export interface GetContainerAppAuthTokenOutputArgs {
61
+ /**
62
+ * Name of the Container App.
63
+ */
64
+ containerAppName: pulumi.Input<string>;
65
+ /**
66
+ * The name of the resource group. The name is case insensitive.
67
+ */
68
+ resourceGroupName: pulumi.Input<string>;
69
+ }
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getContainerAppAuthTokenOutput = exports.getContainerAppAuthToken = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * Container App Auth Token.
10
+ */
11
+ function getContainerAppAuthToken(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("azure-native:app/v20240802preview:getContainerAppAuthToken", {
14
+ "containerAppName": args.containerAppName,
15
+ "resourceGroupName": args.resourceGroupName,
16
+ }, opts);
17
+ }
18
+ exports.getContainerAppAuthToken = getContainerAppAuthToken;
19
+ /**
20
+ * Container App Auth Token.
21
+ */
22
+ function getContainerAppAuthTokenOutput(args, opts) {
23
+ return pulumi.output(args).apply((a) => getContainerAppAuthToken(a, opts));
24
+ }
25
+ exports.getContainerAppAuthTokenOutput = getContainerAppAuthTokenOutput;
26
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0Q29udGFpbmVyQXBwQXV0aFRva2VuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vYXBwL3YyMDI0MDgwMnByZXZpZXcvZ2V0Q29udGFpbmVyQXBwQXV0aFRva2VuLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzRUFBc0U7QUFDdEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBSXpDLDZDQUE2QztBQUU3Qzs7R0FFRztBQUNILFNBQWdCLHdCQUF3QixDQUFDLElBQWtDLEVBQUUsSUFBMkI7SUFFcEcsSUFBSSxHQUFHLE1BQU0sQ0FBQyxZQUFZLENBQUMsU0FBUyxDQUFDLG9CQUFvQixFQUFFLEVBQUUsSUFBSSxJQUFJLEVBQUUsQ0FBQyxDQUFDO0lBQ3pFLE9BQU8sTUFBTSxDQUFDLE9BQU8sQ0FBQyxNQUFNLENBQUMsNERBQTRELEVBQUU7UUFDdkYsa0JBQWtCLEVBQUUsSUFBSSxDQUFDLGdCQUFnQjtRQUN6QyxtQkFBbUIsRUFBRSxJQUFJLENBQUMsaUJBQWlCO0tBQzlDLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBUEQsNERBT0M7QUFrREQ7O0dBRUc7QUFDSCxTQUFnQiw4QkFBOEIsQ0FBQyxJQUF3QyxFQUFFLElBQTJCO0lBQ2hILE9BQU8sTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFNLEVBQUUsRUFBRSxDQUFDLHdCQUF3QixDQUFDLENBQUMsRUFBRSxJQUFJLENBQUMsQ0FBQyxDQUFBO0FBQ25GLENBQUM7QUFGRCx3RUFFQyJ9
@@ -0,0 +1,83 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../../types/output";
3
+ /**
4
+ * Configuration settings for the Azure ContainerApp Service Authentication / Authorization feature.
5
+ */
6
+ export declare function getContainerAppsAuthConfig(args: GetContainerAppsAuthConfigArgs, opts?: pulumi.InvokeOptions): Promise<GetContainerAppsAuthConfigResult>;
7
+ export interface GetContainerAppsAuthConfigArgs {
8
+ /**
9
+ * Name of the Container App AuthConfig.
10
+ */
11
+ authConfigName: string;
12
+ /**
13
+ * Name of the Container App.
14
+ */
15
+ containerAppName: string;
16
+ /**
17
+ * The name of the resource group. The name is case insensitive.
18
+ */
19
+ resourceGroupName: string;
20
+ }
21
+ /**
22
+ * Configuration settings for the Azure ContainerApp Service Authentication / Authorization feature.
23
+ */
24
+ export interface GetContainerAppsAuthConfigResult {
25
+ /**
26
+ * The configuration settings of the secrets references of encryption key and signing key for ContainerApp Service Authentication/Authorization.
27
+ */
28
+ readonly encryptionSettings?: outputs.app.v20240802preview.EncryptionSettingsResponse;
29
+ /**
30
+ * The configuration settings that determines the validation flow of users using Service Authentication/Authorization.
31
+ */
32
+ readonly globalValidation?: outputs.app.v20240802preview.GlobalValidationResponse;
33
+ /**
34
+ * The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization.
35
+ */
36
+ readonly httpSettings?: outputs.app.v20240802preview.HttpSettingsResponse;
37
+ /**
38
+ * Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
39
+ */
40
+ readonly id: string;
41
+ /**
42
+ * The configuration settings of each of the identity providers used to configure ContainerApp Service Authentication/Authorization.
43
+ */
44
+ readonly identityProviders?: outputs.app.v20240802preview.IdentityProvidersResponse;
45
+ /**
46
+ * The configuration settings of the login flow of users using ContainerApp Service Authentication/Authorization.
47
+ */
48
+ readonly login?: outputs.app.v20240802preview.LoginResponse;
49
+ /**
50
+ * The name of the resource
51
+ */
52
+ readonly name: string;
53
+ /**
54
+ * The configuration settings of the platform of ContainerApp Service Authentication/Authorization.
55
+ */
56
+ readonly platform?: outputs.app.v20240802preview.AuthPlatformResponse;
57
+ /**
58
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
59
+ */
60
+ readonly systemData: outputs.app.v20240802preview.SystemDataResponse;
61
+ /**
62
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
63
+ */
64
+ readonly type: string;
65
+ }
66
+ /**
67
+ * Configuration settings for the Azure ContainerApp Service Authentication / Authorization feature.
68
+ */
69
+ export declare function getContainerAppsAuthConfigOutput(args: GetContainerAppsAuthConfigOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetContainerAppsAuthConfigResult>;
70
+ export interface GetContainerAppsAuthConfigOutputArgs {
71
+ /**
72
+ * Name of the Container App AuthConfig.
73
+ */
74
+ authConfigName: pulumi.Input<string>;
75
+ /**
76
+ * Name of the Container App.
77
+ */
78
+ containerAppName: pulumi.Input<string>;
79
+ /**
80
+ * The name of the resource group. The name is case insensitive.
81
+ */
82
+ resourceGroupName: pulumi.Input<string>;
83
+ }
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getContainerAppsAuthConfigOutput = exports.getContainerAppsAuthConfig = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * Configuration settings for the Azure ContainerApp Service Authentication / Authorization feature.
10
+ */
11
+ function getContainerAppsAuthConfig(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("azure-native:app/v20240802preview:getContainerAppsAuthConfig", {
14
+ "authConfigName": args.authConfigName,
15
+ "containerAppName": args.containerAppName,
16
+ "resourceGroupName": args.resourceGroupName,
17
+ }, opts);
18
+ }
19
+ exports.getContainerAppsAuthConfig = getContainerAppsAuthConfig;
20
+ /**
21
+ * Configuration settings for the Azure ContainerApp Service Authentication / Authorization feature.
22
+ */
23
+ function getContainerAppsAuthConfigOutput(args, opts) {
24
+ return pulumi.output(args).apply((a) => getContainerAppsAuthConfig(a, opts));
25
+ }
26
+ exports.getContainerAppsAuthConfigOutput = getContainerAppsAuthConfigOutput;
27
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0Q29udGFpbmVyQXBwc0F1dGhDb25maWcuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9hcHAvdjIwMjQwODAycHJldmlldy9nZXRDb250YWluZXJBcHBzQXV0aENvbmZpZy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6Qyw2Q0FBNkM7QUFFN0M7O0dBRUc7QUFDSCxTQUFnQiwwQkFBMEIsQ0FBQyxJQUFvQyxFQUFFLElBQTJCO0lBRXhHLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksSUFBSSxFQUFFLENBQUMsQ0FBQztJQUN6RSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLDhEQUE4RCxFQUFFO1FBQ3pGLGdCQUFnQixFQUFFLElBQUksQ0FBQyxjQUFjO1FBQ3JDLGtCQUFrQixFQUFFLElBQUksQ0FBQyxnQkFBZ0I7UUFDekMsbUJBQW1CLEVBQUUsSUFBSSxDQUFDLGlCQUFpQjtLQUM5QyxFQUFFLElBQUksQ0FBQyxDQUFDO0FBQ2IsQ0FBQztBQVJELGdFQVFDO0FBOEREOztHQUVHO0FBQ0gsU0FBZ0IsZ0NBQWdDLENBQUMsSUFBMEMsRUFBRSxJQUEyQjtJQUNwSCxPQUFPLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBTSxFQUFFLEVBQUUsQ0FBQywwQkFBMEIsQ0FBQyxDQUFDLEVBQUUsSUFBSSxDQUFDLENBQUMsQ0FBQTtBQUNyRixDQUFDO0FBRkQsNEVBRUMifQ==
@@ -0,0 +1,105 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../../types/output";
3
+ /**
4
+ * Container App session pool.
5
+ */
6
+ export declare function getContainerAppsSessionPool(args: GetContainerAppsSessionPoolArgs, opts?: pulumi.InvokeOptions): Promise<GetContainerAppsSessionPoolResult>;
7
+ export interface GetContainerAppsSessionPoolArgs {
8
+ /**
9
+ * The name of the resource group. The name is case insensitive.
10
+ */
11
+ resourceGroupName: string;
12
+ /**
13
+ * Name of the session pool.
14
+ */
15
+ sessionPoolName: string;
16
+ }
17
+ /**
18
+ * Container App session pool.
19
+ */
20
+ export interface GetContainerAppsSessionPoolResult {
21
+ /**
22
+ * The container type of the sessions.
23
+ */
24
+ readonly containerType?: string;
25
+ /**
26
+ * The custom container configuration if the containerType is CustomContainer.
27
+ */
28
+ readonly customContainerTemplate?: outputs.app.v20240802preview.CustomContainerTemplateResponse;
29
+ /**
30
+ * The pool configuration if the poolManagementType is dynamic.
31
+ */
32
+ readonly dynamicPoolConfiguration?: outputs.app.v20240802preview.DynamicPoolConfigurationResponse;
33
+ /**
34
+ * Resource ID of the session pool's environment.
35
+ */
36
+ readonly environmentId?: string;
37
+ /**
38
+ * Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
39
+ */
40
+ readonly id: string;
41
+ /**
42
+ * The geo-location where the resource lives
43
+ */
44
+ readonly location: string;
45
+ /**
46
+ * The name of the resource
47
+ */
48
+ readonly name: string;
49
+ /**
50
+ * The number of nodes the session pool is using.
51
+ */
52
+ readonly nodeCount: number;
53
+ /**
54
+ * The endpoint to manage the pool.
55
+ */
56
+ readonly poolManagementEndpoint: string;
57
+ /**
58
+ * The pool management type of the session pool.
59
+ */
60
+ readonly poolManagementType?: string;
61
+ /**
62
+ * Provisioning state of the session pool.
63
+ */
64
+ readonly provisioningState: string;
65
+ /**
66
+ * The scale configuration of the session pool.
67
+ */
68
+ readonly scaleConfiguration?: outputs.app.v20240802preview.ScaleConfigurationResponse;
69
+ /**
70
+ * The secrets of the session pool.
71
+ */
72
+ readonly secrets?: outputs.app.v20240802preview.SessionPoolSecretResponse[];
73
+ /**
74
+ * The network configuration of the sessions in the session pool.
75
+ */
76
+ readonly sessionNetworkConfiguration?: outputs.app.v20240802preview.SessionNetworkConfigurationResponse;
77
+ /**
78
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
79
+ */
80
+ readonly systemData: outputs.app.v20240802preview.SystemDataResponse;
81
+ /**
82
+ * Resource tags.
83
+ */
84
+ readonly tags?: {
85
+ [key: string]: string;
86
+ };
87
+ /**
88
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
89
+ */
90
+ readonly type: string;
91
+ }
92
+ /**
93
+ * Container App session pool.
94
+ */
95
+ export declare function getContainerAppsSessionPoolOutput(args: GetContainerAppsSessionPoolOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetContainerAppsSessionPoolResult>;
96
+ export interface GetContainerAppsSessionPoolOutputArgs {
97
+ /**
98
+ * The name of the resource group. The name is case insensitive.
99
+ */
100
+ resourceGroupName: pulumi.Input<string>;
101
+ /**
102
+ * Name of the session pool.
103
+ */
104
+ sessionPoolName: pulumi.Input<string>;
105
+ }
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getContainerAppsSessionPoolOutput = exports.getContainerAppsSessionPool = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * Container App session pool.
10
+ */
11
+ function getContainerAppsSessionPool(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("azure-native:app/v20240802preview:getContainerAppsSessionPool", {
14
+ "resourceGroupName": args.resourceGroupName,
15
+ "sessionPoolName": args.sessionPoolName,
16
+ }, opts);
17
+ }
18
+ exports.getContainerAppsSessionPool = getContainerAppsSessionPool;
19
+ /**
20
+ * Container App session pool.
21
+ */
22
+ function getContainerAppsSessionPoolOutput(args, opts) {
23
+ return pulumi.output(args).apply((a) => getContainerAppsSessionPool(a, opts));
24
+ }
25
+ exports.getContainerAppsSessionPoolOutput = getContainerAppsSessionPoolOutput;
26
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0Q29udGFpbmVyQXBwc1Nlc3Npb25Qb29sLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vYXBwL3YyMDI0MDgwMnByZXZpZXcvZ2V0Q29udGFpbmVyQXBwc1Nlc3Npb25Qb29sLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzRUFBc0U7QUFDdEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBSXpDLDZDQUE2QztBQUU3Qzs7R0FFRztBQUNILFNBQWdCLDJCQUEyQixDQUFDLElBQXFDLEVBQUUsSUFBMkI7SUFFMUcsSUFBSSxHQUFHLE1BQU0sQ0FBQyxZQUFZLENBQUMsU0FBUyxDQUFDLG9CQUFvQixFQUFFLEVBQUUsSUFBSSxJQUFJLEVBQUUsQ0FBQyxDQUFDO0lBQ3pFLE9BQU8sTUFBTSxDQUFDLE9BQU8sQ0FBQyxNQUFNLENBQUMsK0RBQStELEVBQUU7UUFDMUYsbUJBQW1CLEVBQUUsSUFBSSxDQUFDLGlCQUFpQjtRQUMzQyxpQkFBaUIsRUFBRSxJQUFJLENBQUMsZUFBZTtLQUMxQyxFQUFFLElBQUksQ0FBQyxDQUFDO0FBQ2IsQ0FBQztBQVBELGtFQU9DO0FBc0ZEOztHQUVHO0FBQ0gsU0FBZ0IsaUNBQWlDLENBQUMsSUFBMkMsRUFBRSxJQUEyQjtJQUN0SCxPQUFPLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBTSxFQUFFLEVBQUUsQ0FBQywyQkFBMkIsQ0FBQyxDQUFDLEVBQUUsSUFBSSxDQUFDLENBQUMsQ0FBQTtBQUN0RixDQUFDO0FBRkQsOEVBRUMifQ==
@@ -0,0 +1,77 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../../types/output";
3
+ /**
4
+ * Container App SourceControl.
5
+ */
6
+ export declare function getContainerAppsSourceControl(args: GetContainerAppsSourceControlArgs, opts?: pulumi.InvokeOptions): Promise<GetContainerAppsSourceControlResult>;
7
+ export interface GetContainerAppsSourceControlArgs {
8
+ /**
9
+ * Name of the Container App.
10
+ */
11
+ containerAppName: string;
12
+ /**
13
+ * The name of the resource group. The name is case insensitive.
14
+ */
15
+ resourceGroupName: string;
16
+ /**
17
+ * Name of the Container App SourceControl.
18
+ */
19
+ sourceControlName: string;
20
+ }
21
+ /**
22
+ * Container App SourceControl.
23
+ */
24
+ export interface GetContainerAppsSourceControlResult {
25
+ /**
26
+ * The branch which will trigger the auto deployment
27
+ */
28
+ readonly branch?: string;
29
+ /**
30
+ * Container App Revision Template with all possible settings and the
31
+ * defaults if user did not provide them. The defaults are populated
32
+ * as they were at the creation time
33
+ */
34
+ readonly githubActionConfiguration?: outputs.app.v20240802preview.GithubActionConfigurationResponse;
35
+ /**
36
+ * Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
37
+ */
38
+ readonly id: string;
39
+ /**
40
+ * The name of the resource
41
+ */
42
+ readonly name: string;
43
+ /**
44
+ * Current provisioning State of the operation
45
+ */
46
+ readonly operationState: string;
47
+ /**
48
+ * The repo url which will be integrated to ContainerApp.
49
+ */
50
+ readonly repoUrl?: string;
51
+ /**
52
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
53
+ */
54
+ readonly systemData: outputs.app.v20240802preview.SystemDataResponse;
55
+ /**
56
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
57
+ */
58
+ readonly type: string;
59
+ }
60
+ /**
61
+ * Container App SourceControl.
62
+ */
63
+ export declare function getContainerAppsSourceControlOutput(args: GetContainerAppsSourceControlOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetContainerAppsSourceControlResult>;
64
+ export interface GetContainerAppsSourceControlOutputArgs {
65
+ /**
66
+ * Name of the Container App.
67
+ */
68
+ containerAppName: pulumi.Input<string>;
69
+ /**
70
+ * The name of the resource group. The name is case insensitive.
71
+ */
72
+ resourceGroupName: pulumi.Input<string>;
73
+ /**
74
+ * Name of the Container App SourceControl.
75
+ */
76
+ sourceControlName: pulumi.Input<string>;
77
+ }
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getContainerAppsSourceControlOutput = exports.getContainerAppsSourceControl = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * Container App SourceControl.
10
+ */
11
+ function getContainerAppsSourceControl(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("azure-native:app/v20240802preview:getContainerAppsSourceControl", {
14
+ "containerAppName": args.containerAppName,
15
+ "resourceGroupName": args.resourceGroupName,
16
+ "sourceControlName": args.sourceControlName,
17
+ }, opts);
18
+ }
19
+ exports.getContainerAppsSourceControl = getContainerAppsSourceControl;
20
+ /**
21
+ * Container App SourceControl.
22
+ */
23
+ function getContainerAppsSourceControlOutput(args, opts) {
24
+ return pulumi.output(args).apply((a) => getContainerAppsSourceControl(a, opts));
25
+ }
26
+ exports.getContainerAppsSourceControlOutput = getContainerAppsSourceControlOutput;
27
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0Q29udGFpbmVyQXBwc1NvdXJjZUNvbnRyb2wuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9hcHAvdjIwMjQwODAycHJldmlldy9nZXRDb250YWluZXJBcHBzU291cmNlQ29udHJvbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6Qyw2Q0FBNkM7QUFFN0M7O0dBRUc7QUFDSCxTQUFnQiw2QkFBNkIsQ0FBQyxJQUF1QyxFQUFFLElBQTJCO0lBRTlHLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksSUFBSSxFQUFFLENBQUMsQ0FBQztJQUN6RSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLGlFQUFpRSxFQUFFO1FBQzVGLGtCQUFrQixFQUFFLElBQUksQ0FBQyxnQkFBZ0I7UUFDekMsbUJBQW1CLEVBQUUsSUFBSSxDQUFDLGlCQUFpQjtRQUMzQyxtQkFBbUIsRUFBRSxJQUFJLENBQUMsaUJBQWlCO0tBQzlDLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBUkQsc0VBUUM7QUF3REQ7O0dBRUc7QUFDSCxTQUFnQixtQ0FBbUMsQ0FBQyxJQUE2QyxFQUFFLElBQTJCO0lBQzFILE9BQU8sTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFNLEVBQUUsRUFBRSxDQUFDLDZCQUE2QixDQUFDLENBQUMsRUFBRSxJQUFJLENBQUMsQ0FBQyxDQUFBO0FBQ3hGLENBQUM7QUFGRCxrRkFFQyJ9
@@ -0,0 +1,17 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Get the verification id of a subscription used for verifying custom domains
4
+ */
5
+ export declare function getCustomDomainVerificationId(args?: GetCustomDomainVerificationIdArgs, opts?: pulumi.InvokeOptions): Promise<GetCustomDomainVerificationIdResult>;
6
+ export interface GetCustomDomainVerificationIdArgs {
7
+ }
8
+ /**
9
+ * Custom domain verification Id of a subscription
10
+ */
11
+ export interface GetCustomDomainVerificationIdResult {
12
+ readonly value?: string;
13
+ }
14
+ /**
15
+ * Get the verification id of a subscription used for verifying custom domains
16
+ */
17
+ export declare function getCustomDomainVerificationIdOutput(opts?: pulumi.InvokeOptions): pulumi.Output<GetCustomDomainVerificationIdResult>;
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getCustomDomainVerificationIdOutput = exports.getCustomDomainVerificationId = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * Get the verification id of a subscription used for verifying custom domains
10
+ */
11
+ function getCustomDomainVerificationId(args, opts) {
12
+ args = args || {};
13
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
14
+ return pulumi.runtime.invoke("azure-native:app/v20240802preview:getCustomDomainVerificationId", {}, opts);
15
+ }
16
+ exports.getCustomDomainVerificationId = getCustomDomainVerificationId;
17
+ /**
18
+ * Get the verification id of a subscription used for verifying custom domains
19
+ */
20
+ function getCustomDomainVerificationIdOutput(opts) {
21
+ return pulumi.output(getCustomDomainVerificationId(opts));
22
+ }
23
+ exports.getCustomDomainVerificationIdOutput = getCustomDomainVerificationIdOutput;
24
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0Q3VzdG9tRG9tYWluVmVyaWZpY2F0aW9uSWQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9hcHAvdjIwMjQwODAycHJldmlldy9nZXRDdXN0b21Eb21haW5WZXJpZmljYXRpb25JZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUN6Qyw2Q0FBNkM7QUFFN0M7O0dBRUc7QUFDSCxTQUFnQiw2QkFBNkIsQ0FBQyxJQUF3QyxFQUFFLElBQTJCO0lBQy9HLElBQUksR0FBRyxJQUFJLElBQUksRUFBRSxDQUFDO0lBRWxCLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksSUFBSSxFQUFFLENBQUMsQ0FBQztJQUN6RSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLGlFQUFpRSxFQUFFLEVBQy9GLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBTkQsc0VBTUM7QUFXRDs7R0FFRztBQUNILFNBQWdCLG1DQUFtQyxDQUFDLElBQTJCO0lBQzNFLE9BQU8sTUFBTSxDQUFDLE1BQU0sQ0FBQyw2QkFBNkIsQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFBO0FBQzdELENBQUM7QUFGRCxrRkFFQyJ9