@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,73 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../../types/output";
3
+ /**
4
+ * Monitor resource.
5
+ */
6
+ export declare function getMonitor(args: GetMonitorArgs, opts?: pulumi.InvokeOptions): Promise<GetMonitorResult>;
7
+ export interface GetMonitorArgs {
8
+ /**
9
+ * Monitor resource name
10
+ */
11
+ monitorName: string;
12
+ /**
13
+ * The name of the resource group. The name is case insensitive.
14
+ */
15
+ resourceGroupName: string;
16
+ }
17
+ /**
18
+ * Monitor resource.
19
+ */
20
+ export interface GetMonitorResult {
21
+ /**
22
+ * ARM id of the monitor resource.
23
+ */
24
+ readonly id: string;
25
+ /**
26
+ * Identity properties of the monitor resource.
27
+ */
28
+ readonly identity?: outputs.elastic.v20241001preview.IdentityPropertiesResponse;
29
+ /**
30
+ * The location of the monitor resource
31
+ */
32
+ readonly location: string;
33
+ /**
34
+ * Name of the monitor resource.
35
+ */
36
+ readonly name: string;
37
+ /**
38
+ * Properties of the monitor resource.
39
+ */
40
+ readonly properties: outputs.elastic.v20241001preview.MonitorPropertiesResponse;
41
+ /**
42
+ * SKU of the monitor resource.
43
+ */
44
+ readonly sku?: outputs.elastic.v20241001preview.ResourceSkuResponse;
45
+ /**
46
+ * The system metadata relating to this resource
47
+ */
48
+ readonly systemData: outputs.elastic.v20241001preview.SystemDataResponse;
49
+ /**
50
+ * The tags of the monitor resource.
51
+ */
52
+ readonly tags?: {
53
+ [key: string]: string;
54
+ };
55
+ /**
56
+ * The type of the monitor resource.
57
+ */
58
+ readonly type: string;
59
+ }
60
+ /**
61
+ * Monitor resource.
62
+ */
63
+ export declare function getMonitorOutput(args: GetMonitorOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetMonitorResult>;
64
+ export interface GetMonitorOutputArgs {
65
+ /**
66
+ * Monitor resource name
67
+ */
68
+ monitorName: pulumi.Input<string>;
69
+ /**
70
+ * The name of the resource group. The name is case insensitive.
71
+ */
72
+ resourceGroupName: pulumi.Input<string>;
73
+ }
@@ -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.getMonitorOutput = exports.getMonitor = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * Monitor resource.
10
+ */
11
+ function getMonitor(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("azure-native:elastic/v20241001preview:getMonitor", {
14
+ "monitorName": args.monitorName,
15
+ "resourceGroupName": args.resourceGroupName,
16
+ }, opts);
17
+ }
18
+ exports.getMonitor = getMonitor;
19
+ /**
20
+ * Monitor resource.
21
+ */
22
+ function getMonitorOutput(args, opts) {
23
+ return pulumi.output(args).apply((a) => getMonitor(a, opts));
24
+ }
25
+ exports.getMonitorOutput = getMonitorOutput;
26
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0TW9uaXRvci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2VsYXN0aWMvdjIwMjQxMDAxcHJldmlldy9nZXRNb25pdG9yLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzRUFBc0U7QUFDdEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBSXpDLDZDQUE2QztBQUU3Qzs7R0FFRztBQUNILFNBQWdCLFVBQVUsQ0FBQyxJQUFvQixFQUFFLElBQTJCO0lBRXhFLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksSUFBSSxFQUFFLENBQUMsQ0FBQztJQUN6RSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLGtEQUFrRCxFQUFFO1FBQzdFLGFBQWEsRUFBRSxJQUFJLENBQUMsV0FBVztRQUMvQixtQkFBbUIsRUFBRSxJQUFJLENBQUMsaUJBQWlCO0tBQzlDLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBUEQsZ0NBT0M7QUFzREQ7O0dBRUc7QUFDSCxTQUFnQixnQkFBZ0IsQ0FBQyxJQUEwQixFQUFFLElBQTJCO0lBQ3BGLE9BQU8sTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFNLEVBQUUsRUFBRSxDQUFDLFVBQVUsQ0FBQyxDQUFDLEVBQUUsSUFBSSxDQUFDLENBQUMsQ0FBQTtBQUNyRSxDQUFDO0FBRkQsNENBRUMifQ==
@@ -0,0 +1,59 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../../types/output";
3
+ /**
4
+ * The request to update subscriptions needed to be monitored by the Elastic monitor resource.
5
+ */
6
+ export declare function getMonitoredSubscription(args: GetMonitoredSubscriptionArgs, opts?: pulumi.InvokeOptions): Promise<GetMonitoredSubscriptionResult>;
7
+ export interface GetMonitoredSubscriptionArgs {
8
+ /**
9
+ * The configuration name. Only 'default' value is supported.
10
+ */
11
+ configurationName: string;
12
+ /**
13
+ * Monitor resource name
14
+ */
15
+ monitorName: string;
16
+ /**
17
+ * The name of the resource group. The name is case insensitive.
18
+ */
19
+ resourceGroupName: string;
20
+ }
21
+ /**
22
+ * The request to update subscriptions needed to be monitored by the Elastic monitor resource.
23
+ */
24
+ export interface GetMonitoredSubscriptionResult {
25
+ /**
26
+ * The id of the monitored subscription resource.
27
+ */
28
+ readonly id: string;
29
+ /**
30
+ * Name of the monitored subscription resource.
31
+ */
32
+ readonly name: string;
33
+ /**
34
+ * The request to update subscriptions needed to be monitored by the Elastic monitor resource.
35
+ */
36
+ readonly properties: outputs.elastic.v20241001preview.SubscriptionListResponse;
37
+ /**
38
+ * The type of the monitored subscription resource.
39
+ */
40
+ readonly type: string;
41
+ }
42
+ /**
43
+ * The request to update subscriptions needed to be monitored by the Elastic monitor resource.
44
+ */
45
+ export declare function getMonitoredSubscriptionOutput(args: GetMonitoredSubscriptionOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetMonitoredSubscriptionResult>;
46
+ export interface GetMonitoredSubscriptionOutputArgs {
47
+ /**
48
+ * The configuration name. Only 'default' value is supported.
49
+ */
50
+ configurationName: pulumi.Input<string>;
51
+ /**
52
+ * Monitor resource name
53
+ */
54
+ monitorName: pulumi.Input<string>;
55
+ /**
56
+ * The name of the resource group. The name is case insensitive.
57
+ */
58
+ resourceGroupName: pulumi.Input<string>;
59
+ }
@@ -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.getMonitoredSubscriptionOutput = exports.getMonitoredSubscription = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * The request to update subscriptions needed to be monitored by the Elastic monitor resource.
10
+ */
11
+ function getMonitoredSubscription(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("azure-native:elastic/v20241001preview:getMonitoredSubscription", {
14
+ "configurationName": args.configurationName,
15
+ "monitorName": args.monitorName,
16
+ "resourceGroupName": args.resourceGroupName,
17
+ }, opts);
18
+ }
19
+ exports.getMonitoredSubscription = getMonitoredSubscription;
20
+ /**
21
+ * The request to update subscriptions needed to be monitored by the Elastic monitor resource.
22
+ */
23
+ function getMonitoredSubscriptionOutput(args, opts) {
24
+ return pulumi.output(args).apply((a) => getMonitoredSubscription(a, opts));
25
+ }
26
+ exports.getMonitoredSubscriptionOutput = getMonitoredSubscriptionOutput;
27
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0TW9uaXRvcmVkU3Vic2NyaXB0aW9uLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vZWxhc3RpYy92MjAyNDEwMDFwcmV2aWV3L2dldE1vbml0b3JlZFN1YnNjcmlwdGlvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6Qyw2Q0FBNkM7QUFFN0M7O0dBRUc7QUFDSCxTQUFnQix3QkFBd0IsQ0FBQyxJQUFrQyxFQUFFLElBQTJCO0lBRXBHLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksSUFBSSxFQUFFLENBQUMsQ0FBQztJQUN6RSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLGdFQUFnRSxFQUFFO1FBQzNGLG1CQUFtQixFQUFFLElBQUksQ0FBQyxpQkFBaUI7UUFDM0MsYUFBYSxFQUFFLElBQUksQ0FBQyxXQUFXO1FBQy9CLG1CQUFtQixFQUFFLElBQUksQ0FBQyxpQkFBaUI7S0FDOUMsRUFBRSxJQUFJLENBQUMsQ0FBQztBQUNiLENBQUM7QUFSRCw0REFRQztBQXNDRDs7R0FFRztBQUNILFNBQWdCLDhCQUE4QixDQUFDLElBQXdDLEVBQUUsSUFBMkI7SUFDaEgsT0FBTyxNQUFNLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQU0sRUFBRSxFQUFFLENBQUMsd0JBQXdCLENBQUMsQ0FBQyxFQUFFLElBQUksQ0FBQyxDQUFDLENBQUE7QUFDbkYsQ0FBQztBQUZELHdFQUVDIn0=
@@ -0,0 +1,59 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../../types/output";
3
+ /**
4
+ * Capture properties of Open AI resource Integration.
5
+ */
6
+ export declare function getOpenAI(args: GetOpenAIArgs, opts?: pulumi.InvokeOptions): Promise<GetOpenAIResult>;
7
+ export interface GetOpenAIArgs {
8
+ /**
9
+ * OpenAI Integration name
10
+ */
11
+ integrationName: string;
12
+ /**
13
+ * Monitor resource name
14
+ */
15
+ monitorName: string;
16
+ /**
17
+ * The name of the resource group. The name is case insensitive.
18
+ */
19
+ resourceGroupName: string;
20
+ }
21
+ /**
22
+ * Capture properties of Open AI resource Integration.
23
+ */
24
+ export interface GetOpenAIResult {
25
+ /**
26
+ * The id of the integration.
27
+ */
28
+ readonly id: string;
29
+ /**
30
+ * Name of the integration.
31
+ */
32
+ readonly name: string;
33
+ /**
34
+ * Open AI Integration details.
35
+ */
36
+ readonly properties: outputs.elastic.v20241001preview.OpenAIIntegrationPropertiesResponse;
37
+ /**
38
+ * The type of the integration.
39
+ */
40
+ readonly type: string;
41
+ }
42
+ /**
43
+ * Capture properties of Open AI resource Integration.
44
+ */
45
+ export declare function getOpenAIOutput(args: GetOpenAIOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetOpenAIResult>;
46
+ export interface GetOpenAIOutputArgs {
47
+ /**
48
+ * OpenAI Integration name
49
+ */
50
+ integrationName: pulumi.Input<string>;
51
+ /**
52
+ * Monitor resource name
53
+ */
54
+ monitorName: pulumi.Input<string>;
55
+ /**
56
+ * The name of the resource group. The name is case insensitive.
57
+ */
58
+ resourceGroupName: pulumi.Input<string>;
59
+ }
@@ -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.getOpenAIOutput = exports.getOpenAI = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * Capture properties of Open AI resource Integration.
10
+ */
11
+ function getOpenAI(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("azure-native:elastic/v20241001preview:getOpenAI", {
14
+ "integrationName": args.integrationName,
15
+ "monitorName": args.monitorName,
16
+ "resourceGroupName": args.resourceGroupName,
17
+ }, opts);
18
+ }
19
+ exports.getOpenAI = getOpenAI;
20
+ /**
21
+ * Capture properties of Open AI resource Integration.
22
+ */
23
+ function getOpenAIOutput(args, opts) {
24
+ return pulumi.output(args).apply((a) => getOpenAI(a, opts));
25
+ }
26
+ exports.getOpenAIOutput = getOpenAIOutput;
27
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0T3BlbkFJLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vZWxhc3RpYy92MjAyNDEwMDFwcmV2aWV3L2dldE9wZW5BSS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6Qyw2Q0FBNkM7QUFFN0M7O0dBRUc7QUFDSCxTQUFnQixTQUFTLENBQUMsSUFBbUIsRUFBRSxJQUEyQjtJQUV0RSxJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLElBQUksRUFBRSxDQUFDLENBQUM7SUFDekUsT0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQyxpREFBaUQsRUFBRTtRQUM1RSxpQkFBaUIsRUFBRSxJQUFJLENBQUMsZUFBZTtRQUN2QyxhQUFhLEVBQUUsSUFBSSxDQUFDLFdBQVc7UUFDL0IsbUJBQW1CLEVBQUUsSUFBSSxDQUFDLGlCQUFpQjtLQUM5QyxFQUFFLElBQUksQ0FBQyxDQUFDO0FBQ2IsQ0FBQztBQVJELDhCQVFDO0FBc0NEOztHQUVHO0FBQ0gsU0FBZ0IsZUFBZSxDQUFDLElBQXlCLEVBQUUsSUFBMkI7SUFDbEYsT0FBTyxNQUFNLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQU0sRUFBRSxFQUFFLENBQUMsU0FBUyxDQUFDLENBQUMsRUFBRSxJQUFJLENBQUMsQ0FBQyxDQUFBO0FBQ3BFLENBQUM7QUFGRCwwQ0FFQyJ9
@@ -0,0 +1,47 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../../types/output";
3
+ /**
4
+ * Status of the OpenAI Integration
5
+ */
6
+ export declare function getOpenAIStatus(args: GetOpenAIStatusArgs, opts?: pulumi.InvokeOptions): Promise<GetOpenAIStatusResult>;
7
+ export interface GetOpenAIStatusArgs {
8
+ /**
9
+ * OpenAI Integration name
10
+ */
11
+ integrationName: string;
12
+ /**
13
+ * Monitor resource name
14
+ */
15
+ monitorName: string;
16
+ /**
17
+ * The name of the resource group. The name is case insensitive.
18
+ */
19
+ resourceGroupName: string;
20
+ }
21
+ /**
22
+ * Status of the OpenAI Integration
23
+ */
24
+ export interface GetOpenAIStatusResult {
25
+ /**
26
+ * Status of the OpenAI Integration
27
+ */
28
+ readonly properties: outputs.elastic.v20241001preview.OpenAIIntegrationStatusResponsePropertiesResponse;
29
+ }
30
+ /**
31
+ * Status of the OpenAI Integration
32
+ */
33
+ export declare function getOpenAIStatusOutput(args: GetOpenAIStatusOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetOpenAIStatusResult>;
34
+ export interface GetOpenAIStatusOutputArgs {
35
+ /**
36
+ * OpenAI Integration name
37
+ */
38
+ integrationName: pulumi.Input<string>;
39
+ /**
40
+ * Monitor resource name
41
+ */
42
+ monitorName: pulumi.Input<string>;
43
+ /**
44
+ * The name of the resource group. The name is case insensitive.
45
+ */
46
+ resourceGroupName: pulumi.Input<string>;
47
+ }
@@ -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.getOpenAIStatusOutput = exports.getOpenAIStatus = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * Status of the OpenAI Integration
10
+ */
11
+ function getOpenAIStatus(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("azure-native:elastic/v20241001preview:getOpenAIStatus", {
14
+ "integrationName": args.integrationName,
15
+ "monitorName": args.monitorName,
16
+ "resourceGroupName": args.resourceGroupName,
17
+ }, opts);
18
+ }
19
+ exports.getOpenAIStatus = getOpenAIStatus;
20
+ /**
21
+ * Status of the OpenAI Integration
22
+ */
23
+ function getOpenAIStatusOutput(args, opts) {
24
+ return pulumi.output(args).apply((a) => getOpenAIStatus(a, opts));
25
+ }
26
+ exports.getOpenAIStatusOutput = getOpenAIStatusOutput;
27
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0T3BlbkFJU3RhdHVzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vZWxhc3RpYy92MjAyNDEwMDFwcmV2aWV3L2dldE9wZW5BSVN0YXR1cy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6Qyw2Q0FBNkM7QUFFN0M7O0dBRUc7QUFDSCxTQUFnQixlQUFlLENBQUMsSUFBeUIsRUFBRSxJQUEyQjtJQUVsRixJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLElBQUksRUFBRSxDQUFDLENBQUM7SUFDekUsT0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQyx1REFBdUQsRUFBRTtRQUNsRixpQkFBaUIsRUFBRSxJQUFJLENBQUMsZUFBZTtRQUN2QyxhQUFhLEVBQUUsSUFBSSxDQUFDLFdBQVc7UUFDL0IsbUJBQW1CLEVBQUUsSUFBSSxDQUFDLGlCQUFpQjtLQUM5QyxFQUFFLElBQUksQ0FBQyxDQUFDO0FBQ2IsQ0FBQztBQVJELDBDQVFDO0FBMEJEOztHQUVHO0FBQ0gsU0FBZ0IscUJBQXFCLENBQUMsSUFBK0IsRUFBRSxJQUEyQjtJQUM5RixPQUFPLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBTSxFQUFFLEVBQUUsQ0FBQyxlQUFlLENBQUMsQ0FBQyxFQUFFLElBQUksQ0FBQyxDQUFDLENBQUE7QUFDMUUsQ0FBQztBQUZELHNEQUVDIn0=
@@ -0,0 +1,28 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../../types/output";
3
+ /**
4
+ * Fetch User API Key from internal database, if it was generated and stored while creating the Elasticsearch Organization.
5
+ */
6
+ export declare function getOrganizationApiKey(args?: GetOrganizationApiKeyArgs, opts?: pulumi.InvokeOptions): Promise<GetOrganizationApiKeyResult>;
7
+ export interface GetOrganizationApiKeyArgs {
8
+ /**
9
+ * The User email Id
10
+ */
11
+ emailId?: string;
12
+ }
13
+ /**
14
+ * The User Api Key created for the Organization associated with the User Email Id that was passed in the request
15
+ */
16
+ export interface GetOrganizationApiKeyResult {
17
+ readonly properties: outputs.elastic.v20241001preview.UserApiKeyResponsePropertiesResponse;
18
+ }
19
+ /**
20
+ * Fetch User API Key from internal database, if it was generated and stored while creating the Elasticsearch Organization.
21
+ */
22
+ export declare function getOrganizationApiKeyOutput(args?: GetOrganizationApiKeyOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetOrganizationApiKeyResult>;
23
+ export interface GetOrganizationApiKeyOutputArgs {
24
+ /**
25
+ * The User email Id
26
+ */
27
+ emailId?: pulumi.Input<string>;
28
+ }
@@ -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.getOrganizationApiKeyOutput = exports.getOrganizationApiKey = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * Fetch User API Key from internal database, if it was generated and stored while creating the Elasticsearch Organization.
10
+ */
11
+ function getOrganizationApiKey(args, opts) {
12
+ args = args || {};
13
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
14
+ return pulumi.runtime.invoke("azure-native:elastic/v20241001preview:getOrganizationApiKey", {
15
+ "emailId": args.emailId,
16
+ }, opts);
17
+ }
18
+ exports.getOrganizationApiKey = getOrganizationApiKey;
19
+ /**
20
+ * Fetch User API Key from internal database, if it was generated and stored while creating the Elasticsearch Organization.
21
+ */
22
+ function getOrganizationApiKeyOutput(args, opts) {
23
+ return pulumi.output(args).apply((a) => getOrganizationApiKey(a, opts));
24
+ }
25
+ exports.getOrganizationApiKeyOutput = getOrganizationApiKeyOutput;
26
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0T3JnYW5pemF0aW9uQXBpS2V5LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vZWxhc3RpYy92MjAyNDEwMDFwcmV2aWV3L2dldE9yZ2FuaXphdGlvbkFwaUtleS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6Qyw2Q0FBNkM7QUFFN0M7O0dBRUc7QUFDSCxTQUFnQixxQkFBcUIsQ0FBQyxJQUFnQyxFQUFFLElBQTJCO0lBQy9GLElBQUksR0FBRyxJQUFJLElBQUksRUFBRSxDQUFDO0lBRWxCLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksSUFBSSxFQUFFLENBQUMsQ0FBQztJQUN6RSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLDZEQUE2RCxFQUFFO1FBQ3hGLFNBQVMsRUFBRSxJQUFJLENBQUMsT0FBTztLQUMxQixFQUFFLElBQUksQ0FBQyxDQUFDO0FBQ2IsQ0FBQztBQVBELHNEQU9DO0FBZUQ7O0dBRUc7QUFDSCxTQUFnQiwyQkFBMkIsQ0FBQyxJQUFzQyxFQUFFLElBQTJCO0lBQzNHLE9BQU8sTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFNLEVBQUUsRUFBRSxDQUFDLHFCQUFxQixDQUFDLENBQUMsRUFBRSxJQUFJLENBQUMsQ0FBQyxDQUFBO0FBQ2hGLENBQUM7QUFGRCxrRUFFQyJ9
@@ -0,0 +1,21 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../../types/output";
3
+ /**
4
+ * Get Elastic Organization To Azure Subscription Mapping details for the logged-in user.
5
+ */
6
+ export declare function getOrganizationElasticToAzureSubscriptionMapping(args?: GetOrganizationElasticToAzureSubscriptionMappingArgs, opts?: pulumi.InvokeOptions): Promise<GetOrganizationElasticToAzureSubscriptionMappingResult>;
7
+ export interface GetOrganizationElasticToAzureSubscriptionMappingArgs {
8
+ }
9
+ /**
10
+ * The Azure Subscription ID to which the Organization of the logged in user belongs and gets billed into.
11
+ */
12
+ export interface GetOrganizationElasticToAzureSubscriptionMappingResult {
13
+ /**
14
+ * The properties of Azure Subscription ID to which the Organization of the logged in user belongs and gets billed into.
15
+ */
16
+ readonly properties: outputs.elastic.v20241001preview.ElasticOrganizationToAzureSubscriptionMappingResponsePropertiesResponse;
17
+ }
18
+ /**
19
+ * Get Elastic Organization To Azure Subscription Mapping details for the logged-in user.
20
+ */
21
+ export declare function getOrganizationElasticToAzureSubscriptionMappingOutput(opts?: pulumi.InvokeOptions): pulumi.Output<GetOrganizationElasticToAzureSubscriptionMappingResult>;
@@ -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.getOrganizationElasticToAzureSubscriptionMappingOutput = exports.getOrganizationElasticToAzureSubscriptionMapping = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * Get Elastic Organization To Azure Subscription Mapping details for the logged-in user.
10
+ */
11
+ function getOrganizationElasticToAzureSubscriptionMapping(args, opts) {
12
+ args = args || {};
13
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
14
+ return pulumi.runtime.invoke("azure-native:elastic/v20241001preview:getOrganizationElasticToAzureSubscriptionMapping", {}, opts);
15
+ }
16
+ exports.getOrganizationElasticToAzureSubscriptionMapping = getOrganizationElasticToAzureSubscriptionMapping;
17
+ /**
18
+ * Get Elastic Organization To Azure Subscription Mapping details for the logged-in user.
19
+ */
20
+ function getOrganizationElasticToAzureSubscriptionMappingOutput(opts) {
21
+ return pulumi.output(getOrganizationElasticToAzureSubscriptionMapping(opts));
22
+ }
23
+ exports.getOrganizationElasticToAzureSubscriptionMappingOutput = getOrganizationElasticToAzureSubscriptionMappingOutput;
24
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0T3JnYW5pemF0aW9uRWxhc3RpY1RvQXp1cmVTdWJzY3JpcHRpb25NYXBwaW5nLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vZWxhc3RpYy92MjAyNDEwMDFwcmV2aWV3L2dldE9yZ2FuaXphdGlvbkVsYXN0aWNUb0F6dXJlU3Vic2NyaXB0aW9uTWFwcGluZy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6Qyw2Q0FBNkM7QUFFN0M7O0dBRUc7QUFDSCxTQUFnQixnREFBZ0QsQ0FBQyxJQUEyRCxFQUFFLElBQTJCO0lBQ3JKLElBQUksR0FBRyxJQUFJLElBQUksRUFBRSxDQUFDO0lBRWxCLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksSUFBSSxFQUFFLENBQUMsQ0FBQztJQUN6RSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLHdGQUF3RixFQUFFLEVBQ3RILEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBTkQsNEdBTUM7QUFjRDs7R0FFRztBQUNILFNBQWdCLHNEQUFzRCxDQUFDLElBQTJCO0lBQzlGLE9BQU8sTUFBTSxDQUFDLE1BQU0sQ0FBQyxnREFBZ0QsQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFBO0FBQ2hGLENBQUM7QUFGRCx3SEFFQyJ9
@@ -0,0 +1,63 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../../types/output";
3
+ /**
4
+ * Capture logs and metrics of Azure resources based on ARM tags.
5
+ */
6
+ export declare function getTagRule(args: GetTagRuleArgs, opts?: pulumi.InvokeOptions): Promise<GetTagRuleResult>;
7
+ export interface GetTagRuleArgs {
8
+ /**
9
+ * Monitor resource name
10
+ */
11
+ monitorName: string;
12
+ /**
13
+ * The name of the resource group. The name is case insensitive.
14
+ */
15
+ resourceGroupName: string;
16
+ /**
17
+ * Tag Rule Set resource name
18
+ */
19
+ ruleSetName: string;
20
+ }
21
+ /**
22
+ * Capture logs and metrics of Azure resources based on ARM tags.
23
+ */
24
+ export interface GetTagRuleResult {
25
+ /**
26
+ * The id of the rule set.
27
+ */
28
+ readonly id: string;
29
+ /**
30
+ * Name of the rule set.
31
+ */
32
+ readonly name: string;
33
+ /**
34
+ * Properties of the monitoring tag rules.
35
+ */
36
+ readonly properties: outputs.elastic.v20241001preview.MonitoringTagRulesPropertiesResponse;
37
+ /**
38
+ * The system metadata relating to this resource
39
+ */
40
+ readonly systemData: outputs.elastic.v20241001preview.SystemDataResponse;
41
+ /**
42
+ * The type of the rule set.
43
+ */
44
+ readonly type: string;
45
+ }
46
+ /**
47
+ * Capture logs and metrics of Azure resources based on ARM tags.
48
+ */
49
+ export declare function getTagRuleOutput(args: GetTagRuleOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetTagRuleResult>;
50
+ export interface GetTagRuleOutputArgs {
51
+ /**
52
+ * Monitor resource name
53
+ */
54
+ monitorName: pulumi.Input<string>;
55
+ /**
56
+ * The name of the resource group. The name is case insensitive.
57
+ */
58
+ resourceGroupName: pulumi.Input<string>;
59
+ /**
60
+ * Tag Rule Set resource name
61
+ */
62
+ ruleSetName: pulumi.Input<string>;
63
+ }
@@ -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.getTagRuleOutput = exports.getTagRule = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * Capture logs and metrics of Azure resources based on ARM tags.
10
+ */
11
+ function getTagRule(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("azure-native:elastic/v20241001preview:getTagRule", {
14
+ "monitorName": args.monitorName,
15
+ "resourceGroupName": args.resourceGroupName,
16
+ "ruleSetName": args.ruleSetName,
17
+ }, opts);
18
+ }
19
+ exports.getTagRule = getTagRule;
20
+ /**
21
+ * Capture logs and metrics of Azure resources based on ARM tags.
22
+ */
23
+ function getTagRuleOutput(args, opts) {
24
+ return pulumi.output(args).apply((a) => getTagRule(a, opts));
25
+ }
26
+ exports.getTagRuleOutput = getTagRuleOutput;
27
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0VGFnUnVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2VsYXN0aWMvdjIwMjQxMDAxcHJldmlldy9nZXRUYWdSdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzRUFBc0U7QUFDdEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBSXpDLDZDQUE2QztBQUU3Qzs7R0FFRztBQUNILFNBQWdCLFVBQVUsQ0FBQyxJQUFvQixFQUFFLElBQTJCO0lBRXhFLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksSUFBSSxFQUFFLENBQUMsQ0FBQztJQUN6RSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLGtEQUFrRCxFQUFFO1FBQzdFLGFBQWEsRUFBRSxJQUFJLENBQUMsV0FBVztRQUMvQixtQkFBbUIsRUFBRSxJQUFJLENBQUMsaUJBQWlCO1FBQzNDLGFBQWEsRUFBRSxJQUFJLENBQUMsV0FBVztLQUNsQyxFQUFFLElBQUksQ0FBQyxDQUFDO0FBQ2IsQ0FBQztBQVJELGdDQVFDO0FBMENEOztHQUVHO0FBQ0gsU0FBZ0IsZ0JBQWdCLENBQUMsSUFBMEIsRUFBRSxJQUEyQjtJQUNwRixPQUFPLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBTSxFQUFFLEVBQUUsQ0FBQyxVQUFVLENBQUMsQ0FBQyxFQUFFLElBQUksQ0FBQyxDQUFDLENBQUE7QUFDckUsQ0FBQztBQUZELDRDQUVDIn0=
@@ -0,0 +1,58 @@
1
+ export { GetBillingInfoArgs, GetBillingInfoResult, GetBillingInfoOutputArgs } from "./getBillingInfo";
2
+ export declare const getBillingInfo: typeof import("./getBillingInfo").getBillingInfo;
3
+ export declare const getBillingInfoOutput: typeof import("./getBillingInfo").getBillingInfoOutput;
4
+ export { GetMonitorArgs, GetMonitorResult, GetMonitorOutputArgs } from "./getMonitor";
5
+ export declare const getMonitor: typeof import("./getMonitor").getMonitor;
6
+ export declare const getMonitorOutput: typeof import("./getMonitor").getMonitorOutput;
7
+ export { GetMonitoredSubscriptionArgs, GetMonitoredSubscriptionResult, GetMonitoredSubscriptionOutputArgs } from "./getMonitoredSubscription";
8
+ export declare const getMonitoredSubscription: typeof import("./getMonitoredSubscription").getMonitoredSubscription;
9
+ export declare const getMonitoredSubscriptionOutput: typeof import("./getMonitoredSubscription").getMonitoredSubscriptionOutput;
10
+ export { GetOpenAIArgs, GetOpenAIResult, GetOpenAIOutputArgs } from "./getOpenAI";
11
+ export declare const getOpenAI: typeof import("./getOpenAI").getOpenAI;
12
+ export declare const getOpenAIOutput: typeof import("./getOpenAI").getOpenAIOutput;
13
+ export { GetOpenAIStatusArgs, GetOpenAIStatusResult, GetOpenAIStatusOutputArgs } from "./getOpenAIStatus";
14
+ export declare const getOpenAIStatus: typeof import("./getOpenAIStatus").getOpenAIStatus;
15
+ export declare const getOpenAIStatusOutput: typeof import("./getOpenAIStatus").getOpenAIStatusOutput;
16
+ export { GetOrganizationApiKeyArgs, GetOrganizationApiKeyResult, GetOrganizationApiKeyOutputArgs } from "./getOrganizationApiKey";
17
+ export declare const getOrganizationApiKey: typeof import("./getOrganizationApiKey").getOrganizationApiKey;
18
+ export declare const getOrganizationApiKeyOutput: typeof import("./getOrganizationApiKey").getOrganizationApiKeyOutput;
19
+ export { GetOrganizationElasticToAzureSubscriptionMappingArgs, GetOrganizationElasticToAzureSubscriptionMappingResult } from "./getOrganizationElasticToAzureSubscriptionMapping";
20
+ export declare const getOrganizationElasticToAzureSubscriptionMapping: typeof import("./getOrganizationElasticToAzureSubscriptionMapping").getOrganizationElasticToAzureSubscriptionMapping;
21
+ export declare const getOrganizationElasticToAzureSubscriptionMappingOutput: typeof import("./getOrganizationElasticToAzureSubscriptionMapping").getOrganizationElasticToAzureSubscriptionMappingOutput;
22
+ export { GetTagRuleArgs, GetTagRuleResult, GetTagRuleOutputArgs } from "./getTagRule";
23
+ export declare const getTagRule: typeof import("./getTagRule").getTagRule;
24
+ export declare const getTagRuleOutput: typeof import("./getTagRule").getTagRuleOutput;
25
+ export { ListAllTrafficFilterArgs, ListAllTrafficFilterResult, ListAllTrafficFilterOutputArgs } from "./listAllTrafficFilter";
26
+ export declare const listAllTrafficFilter: typeof import("./listAllTrafficFilter").listAllTrafficFilter;
27
+ export declare const listAllTrafficFilterOutput: typeof import("./listAllTrafficFilter").listAllTrafficFilterOutput;
28
+ export { ListConnectedPartnerResourceArgs, ListConnectedPartnerResourceResult, ListConnectedPartnerResourceOutputArgs } from "./listConnectedPartnerResource";
29
+ export declare const listConnectedPartnerResource: typeof import("./listConnectedPartnerResource").listConnectedPartnerResource;
30
+ export declare const listConnectedPartnerResourceOutput: typeof import("./listConnectedPartnerResource").listConnectedPartnerResourceOutput;
31
+ export { ListDeploymentInfoArgs, ListDeploymentInfoResult, ListDeploymentInfoOutputArgs } from "./listDeploymentInfo";
32
+ export declare const listDeploymentInfo: typeof import("./listDeploymentInfo").listDeploymentInfo;
33
+ export declare const listDeploymentInfoOutput: typeof import("./listDeploymentInfo").listDeploymentInfoOutput;
34
+ export { ListMonitoredResourceArgs, ListMonitoredResourceResult, ListMonitoredResourceOutputArgs } from "./listMonitoredResource";
35
+ export declare const listMonitoredResource: typeof import("./listMonitoredResource").listMonitoredResource;
36
+ export declare const listMonitoredResourceOutput: typeof import("./listMonitoredResource").listMonitoredResourceOutput;
37
+ export { ListUpgradableVersionDetailsArgs, ListUpgradableVersionDetailsResult, ListUpgradableVersionDetailsOutputArgs } from "./listUpgradableVersionDetails";
38
+ export declare const listUpgradableVersionDetails: typeof import("./listUpgradableVersionDetails").listUpgradableVersionDetails;
39
+ export declare const listUpgradableVersionDetailsOutput: typeof import("./listUpgradableVersionDetails").listUpgradableVersionDetailsOutput;
40
+ export { ListVMHostArgs, ListVMHostResult, ListVMHostOutputArgs } from "./listVMHost";
41
+ export declare const listVMHost: typeof import("./listVMHost").listVMHost;
42
+ export declare const listVMHostOutput: typeof import("./listVMHost").listVMHostOutput;
43
+ export { ListlistAssociatedTrafficFilterArgs, ListlistAssociatedTrafficFilterResult, ListlistAssociatedTrafficFilterOutputArgs } from "./listlistAssociatedTrafficFilter";
44
+ export declare const listlistAssociatedTrafficFilter: typeof import("./listlistAssociatedTrafficFilter").listlistAssociatedTrafficFilter;
45
+ export declare const listlistAssociatedTrafficFilterOutput: typeof import("./listlistAssociatedTrafficFilter").listlistAssociatedTrafficFilterOutput;
46
+ export { MonitorArgs } from "./monitor";
47
+ export type Monitor = import("./monitor").Monitor;
48
+ export declare const Monitor: typeof import("./monitor").Monitor;
49
+ export { MonitoredSubscriptionArgs } from "./monitoredSubscription";
50
+ export type MonitoredSubscription = import("./monitoredSubscription").MonitoredSubscription;
51
+ export declare const MonitoredSubscription: typeof import("./monitoredSubscription").MonitoredSubscription;
52
+ export { OpenAIArgs } from "./openAI";
53
+ export type OpenAI = import("./openAI").OpenAI;
54
+ export declare const OpenAI: typeof import("./openAI").OpenAI;
55
+ export { TagRuleArgs } from "./tagRule";
56
+ export type TagRule = import("./tagRule").TagRule;
57
+ export declare const TagRule: typeof import("./tagRule").TagRule;
58
+ export * from "../../types/enums/elastic/v20241001preview";