@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
@@ -4,7 +4,7 @@ import * as outputs from "../types/output";
4
4
  * Gets catalog synchronization error details
5
5
  * Azure REST API version: 2023-08-01-preview.
6
6
  *
7
- * Other available API versions: 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
7
+ * Other available API versions: 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
8
8
  */
9
9
  export declare function getCatalogSyncErrorDetails(args: GetCatalogSyncErrorDetailsArgs, opts?: pulumi.InvokeOptions): Promise<GetCatalogSyncErrorDetailsResult>;
10
10
  export interface GetCatalogSyncErrorDetailsArgs {
@@ -42,7 +42,7 @@ export interface GetCatalogSyncErrorDetailsResult {
42
42
  * Gets catalog synchronization error details
43
43
  * Azure REST API version: 2023-08-01-preview.
44
44
  *
45
- * Other available API versions: 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
45
+ * Other available API versions: 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
46
46
  */
47
47
  export declare function getCatalogSyncErrorDetailsOutput(args: GetCatalogSyncErrorDetailsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetCatalogSyncErrorDetailsResult>;
48
48
  export interface GetCatalogSyncErrorDetailsOutputArgs {
@@ -9,7 +9,7 @@ const utilities = require("../utilities");
9
9
  * Gets catalog synchronization error details
10
10
  * Azure REST API version: 2023-08-01-preview.
11
11
  *
12
- * Other available API versions: 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
12
+ * Other available API versions: 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
13
13
  */
14
14
  function getCatalogSyncErrorDetails(args, opts) {
15
15
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -24,7 +24,7 @@ exports.getCatalogSyncErrorDetails = getCatalogSyncErrorDetails;
24
24
  * Gets catalog synchronization error details
25
25
  * Azure REST API version: 2023-08-01-preview.
26
26
  *
27
- * Other available API versions: 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
27
+ * Other available API versions: 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
28
28
  */
29
29
  function getCatalogSyncErrorDetailsOutput(args, opts) {
30
30
  return pulumi.output(args).apply((a) => getCatalogSyncErrorDetails(a, opts));
@@ -3,6 +3,8 @@ import * as outputs from "../types/output";
3
3
  /**
4
4
  * Gets a specific curation profile.
5
5
  * Azure REST API version: 2024-08-01-preview.
6
+ *
7
+ * Other available API versions: 2024-10-01-preview.
6
8
  */
7
9
  export declare function getCurationProfile(args: GetCurationProfileArgs, opts?: pulumi.InvokeOptions): Promise<GetCurationProfileResult>;
8
10
  export interface GetCurationProfileArgs {
@@ -55,6 +57,8 @@ export interface GetCurationProfileResult {
55
57
  /**
56
58
  * Gets a specific curation profile.
57
59
  * Azure REST API version: 2024-08-01-preview.
60
+ *
61
+ * Other available API versions: 2024-10-01-preview.
58
62
  */
59
63
  export declare function getCurationProfileOutput(args: GetCurationProfileOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetCurationProfileResult>;
60
64
  export interface GetCurationProfileOutputArgs {
@@ -8,6 +8,8 @@ const utilities = require("../utilities");
8
8
  /**
9
9
  * Gets a specific curation profile.
10
10
  * Azure REST API version: 2024-08-01-preview.
11
+ *
12
+ * Other available API versions: 2024-10-01-preview.
11
13
  */
12
14
  function getCurationProfile(args, opts) {
13
15
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -21,9 +23,11 @@ exports.getCurationProfile = getCurationProfile;
21
23
  /**
22
24
  * Gets a specific curation profile.
23
25
  * Azure REST API version: 2024-08-01-preview.
26
+ *
27
+ * Other available API versions: 2024-10-01-preview.
24
28
  */
25
29
  function getCurationProfileOutput(args, opts) {
26
30
  return pulumi.output(args).apply((a) => getCurationProfile(a, opts));
27
31
  }
28
32
  exports.getCurationProfileOutput = getCurationProfileOutput;
29
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0Q3VyYXRpb25Qcm9maWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vZGV2Y2VudGVyL2dldEN1cmF0aW9uUHJvZmlsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6QywwQ0FBMEM7QUFFMUM7OztHQUdHO0FBQ0gsU0FBZ0Isa0JBQWtCLENBQUMsSUFBNEIsRUFBRSxJQUEyQjtJQUV4RixJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLElBQUksRUFBRSxDQUFDLENBQUM7SUFDekUsT0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQywyQ0FBMkMsRUFBRTtRQUN0RSxxQkFBcUIsRUFBRSxJQUFJLENBQUMsbUJBQW1CO1FBQy9DLGVBQWUsRUFBRSxJQUFJLENBQUMsYUFBYTtRQUNuQyxtQkFBbUIsRUFBRSxJQUFJLENBQUMsaUJBQWlCO0tBQzlDLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBUkQsZ0RBUUM7QUFrREQ7OztHQUdHO0FBQ0gsU0FBZ0Isd0JBQXdCLENBQUMsSUFBa0MsRUFBRSxJQUEyQjtJQUNwRyxPQUFPLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBTSxFQUFFLEVBQUUsQ0FBQyxrQkFBa0IsQ0FBQyxDQUFDLEVBQUUsSUFBSSxDQUFDLENBQUMsQ0FBQTtBQUM3RSxDQUFDO0FBRkQsNERBRUMifQ==
33
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0Q3VyYXRpb25Qcm9maWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vZGV2Y2VudGVyL2dldEN1cmF0aW9uUHJvZmlsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6QywwQ0FBMEM7QUFFMUM7Ozs7O0dBS0c7QUFDSCxTQUFnQixrQkFBa0IsQ0FBQyxJQUE0QixFQUFFLElBQTJCO0lBRXhGLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksSUFBSSxFQUFFLENBQUMsQ0FBQztJQUN6RSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLDJDQUEyQyxFQUFFO1FBQ3RFLHFCQUFxQixFQUFFLElBQUksQ0FBQyxtQkFBbUI7UUFDL0MsZUFBZSxFQUFFLElBQUksQ0FBQyxhQUFhO1FBQ25DLG1CQUFtQixFQUFFLElBQUksQ0FBQyxpQkFBaUI7S0FDOUMsRUFBRSxJQUFJLENBQUMsQ0FBQztBQUNiLENBQUM7QUFSRCxnREFRQztBQWtERDs7Ozs7R0FLRztBQUNILFNBQWdCLHdCQUF3QixDQUFDLElBQWtDLEVBQUUsSUFBMkI7SUFDcEcsT0FBTyxNQUFNLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQU0sRUFBRSxFQUFFLENBQUMsa0JBQWtCLENBQUMsQ0FBQyxFQUFFLElBQUksQ0FBQyxDQUFDLENBQUE7QUFDN0UsQ0FBQztBQUZELDREQUVDIn0=
@@ -4,7 +4,7 @@ import * as outputs from "../types/output";
4
4
  * Gets Customization Task error details
5
5
  * Azure REST API version: 2023-08-01-preview.
6
6
  *
7
- * Other available API versions: 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
7
+ * Other available API versions: 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
8
8
  */
9
9
  export declare function getCustomizationTaskErrorDetails(args: GetCustomizationTaskErrorDetailsArgs, opts?: pulumi.InvokeOptions): Promise<GetCustomizationTaskErrorDetailsResult>;
10
10
  export interface GetCustomizationTaskErrorDetailsArgs {
@@ -38,7 +38,7 @@ export interface GetCustomizationTaskErrorDetailsResult {
38
38
  * Gets Customization Task error details
39
39
  * Azure REST API version: 2023-08-01-preview.
40
40
  *
41
- * Other available API versions: 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
41
+ * Other available API versions: 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
42
42
  */
43
43
  export declare function getCustomizationTaskErrorDetailsOutput(args: GetCustomizationTaskErrorDetailsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetCustomizationTaskErrorDetailsResult>;
44
44
  export interface GetCustomizationTaskErrorDetailsOutputArgs {
@@ -9,7 +9,7 @@ const utilities = require("../utilities");
9
9
  * Gets Customization Task error details
10
10
  * Azure REST API version: 2023-08-01-preview.
11
11
  *
12
- * Other available API versions: 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
12
+ * Other available API versions: 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
13
13
  */
14
14
  function getCustomizationTaskErrorDetails(args, opts) {
15
15
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -25,7 +25,7 @@ exports.getCustomizationTaskErrorDetails = getCustomizationTaskErrorDetails;
25
25
  * Gets Customization Task error details
26
26
  * Azure REST API version: 2023-08-01-preview.
27
27
  *
28
- * Other available API versions: 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
28
+ * Other available API versions: 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
29
29
  */
30
30
  function getCustomizationTaskErrorDetailsOutput(args, opts) {
31
31
  return pulumi.output(args).apply((a) => getCustomizationTaskErrorDetails(a, opts));
@@ -4,7 +4,7 @@ import * as outputs from "../types/output";
4
4
  * Gets a Dev Box definition
5
5
  * Azure REST API version: 2023-04-01.
6
6
  *
7
- * Other available API versions: 2022-11-11-preview, 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
7
+ * Other available API versions: 2022-11-11-preview, 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
8
8
  */
9
9
  export declare function getDevBoxDefinition(args: GetDevBoxDefinitionArgs, opts?: pulumi.InvokeOptions): Promise<GetDevBoxDefinitionResult>;
10
10
  export interface GetDevBoxDefinitionArgs {
@@ -88,7 +88,7 @@ export interface GetDevBoxDefinitionResult {
88
88
  * Gets a Dev Box definition
89
89
  * Azure REST API version: 2023-04-01.
90
90
  *
91
- * Other available API versions: 2022-11-11-preview, 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
91
+ * Other available API versions: 2022-11-11-preview, 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
92
92
  */
93
93
  export declare function getDevBoxDefinitionOutput(args: GetDevBoxDefinitionOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDevBoxDefinitionResult>;
94
94
  export interface GetDevBoxDefinitionOutputArgs {
@@ -9,7 +9,7 @@ const utilities = require("../utilities");
9
9
  * Gets a Dev Box definition
10
10
  * Azure REST API version: 2023-04-01.
11
11
  *
12
- * Other available API versions: 2022-11-11-preview, 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
12
+ * Other available API versions: 2022-11-11-preview, 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
13
13
  */
14
14
  function getDevBoxDefinition(args, opts) {
15
15
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -24,7 +24,7 @@ exports.getDevBoxDefinition = getDevBoxDefinition;
24
24
  * Gets a Dev Box definition
25
25
  * Azure REST API version: 2023-04-01.
26
26
  *
27
- * Other available API versions: 2022-11-11-preview, 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
27
+ * Other available API versions: 2022-11-11-preview, 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
28
28
  */
29
29
  function getDevBoxDefinitionOutput(args, opts) {
30
30
  return pulumi.output(args).apply((a) => getDevBoxDefinition(a, opts));
@@ -4,7 +4,7 @@ import * as outputs from "../types/output";
4
4
  * Gets a devcenter.
5
5
  * Azure REST API version: 2023-04-01.
6
6
  *
7
- * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
7
+ * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
8
8
  */
9
9
  export declare function getDevCenter(args: GetDevCenterArgs, opts?: pulumi.InvokeOptions): Promise<GetDevCenterResult>;
10
10
  export interface GetDevCenterArgs {
@@ -64,7 +64,7 @@ export interface GetDevCenterResult {
64
64
  * Gets a devcenter.
65
65
  * Azure REST API version: 2023-04-01.
66
66
  *
67
- * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
67
+ * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
68
68
  */
69
69
  export declare function getDevCenterOutput(args: GetDevCenterOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDevCenterResult>;
70
70
  export interface GetDevCenterOutputArgs {
@@ -9,7 +9,7 @@ const utilities = require("../utilities");
9
9
  * Gets a devcenter.
10
10
  * Azure REST API version: 2023-04-01.
11
11
  *
12
- * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
12
+ * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
13
13
  */
14
14
  function getDevCenter(args, opts) {
15
15
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -23,7 +23,7 @@ exports.getDevCenter = getDevCenter;
23
23
  * Gets a devcenter.
24
24
  * Azure REST API version: 2023-04-01.
25
25
  *
26
- * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
26
+ * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
27
27
  */
28
28
  function getDevCenterOutput(args, opts) {
29
29
  return pulumi.output(args).apply((a) => getDevCenter(a, opts));
@@ -4,7 +4,7 @@ import * as outputs from "../types/output";
4
4
  * Gets a devcenter encryption set.
5
5
  * Azure REST API version: 2024-05-01-preview.
6
6
  *
7
- * Other available API versions: 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
7
+ * Other available API versions: 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
8
8
  */
9
9
  export declare function getEncryptionSet(args: GetEncryptionSetArgs, opts?: pulumi.InvokeOptions): Promise<GetEncryptionSetResult>;
10
10
  export interface GetEncryptionSetArgs {
@@ -72,7 +72,7 @@ export interface GetEncryptionSetResult {
72
72
  * Gets a devcenter encryption set.
73
73
  * Azure REST API version: 2024-05-01-preview.
74
74
  *
75
- * Other available API versions: 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
75
+ * Other available API versions: 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
76
76
  */
77
77
  export declare function getEncryptionSetOutput(args: GetEncryptionSetOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetEncryptionSetResult>;
78
78
  export interface GetEncryptionSetOutputArgs {
@@ -9,7 +9,7 @@ const utilities = require("../utilities");
9
9
  * Gets a devcenter encryption set.
10
10
  * Azure REST API version: 2024-05-01-preview.
11
11
  *
12
- * Other available API versions: 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
12
+ * Other available API versions: 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
13
13
  */
14
14
  function getEncryptionSet(args, opts) {
15
15
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -24,7 +24,7 @@ exports.getEncryptionSet = getEncryptionSet;
24
24
  * Gets a devcenter encryption set.
25
25
  * Azure REST API version: 2024-05-01-preview.
26
26
  *
27
- * Other available API versions: 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
27
+ * Other available API versions: 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
28
28
  */
29
29
  function getEncryptionSetOutput(args, opts) {
30
30
  return pulumi.output(args).apply((a) => getEncryptionSet(a, opts));
@@ -4,7 +4,7 @@ import * as outputs from "../types/output";
4
4
  * Gets Environment Definition error details
5
5
  * Azure REST API version: 2023-08-01-preview.
6
6
  *
7
- * Other available API versions: 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
7
+ * Other available API versions: 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
8
8
  */
9
9
  export declare function getEnvironmentDefinitionErrorDetails(args: GetEnvironmentDefinitionErrorDetailsArgs, opts?: pulumi.InvokeOptions): Promise<GetEnvironmentDefinitionErrorDetailsResult>;
10
10
  export interface GetEnvironmentDefinitionErrorDetailsArgs {
@@ -38,7 +38,7 @@ export interface GetEnvironmentDefinitionErrorDetailsResult {
38
38
  * Gets Environment Definition error details
39
39
  * Azure REST API version: 2023-08-01-preview.
40
40
  *
41
- * Other available API versions: 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
41
+ * Other available API versions: 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
42
42
  */
43
43
  export declare function getEnvironmentDefinitionErrorDetailsOutput(args: GetEnvironmentDefinitionErrorDetailsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetEnvironmentDefinitionErrorDetailsResult>;
44
44
  export interface GetEnvironmentDefinitionErrorDetailsOutputArgs {
@@ -9,7 +9,7 @@ const utilities = require("../utilities");
9
9
  * Gets Environment Definition error details
10
10
  * Azure REST API version: 2023-08-01-preview.
11
11
  *
12
- * Other available API versions: 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
12
+ * Other available API versions: 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
13
13
  */
14
14
  function getEnvironmentDefinitionErrorDetails(args, opts) {
15
15
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -25,7 +25,7 @@ exports.getEnvironmentDefinitionErrorDetails = getEnvironmentDefinitionErrorDeta
25
25
  * Gets Environment Definition error details
26
26
  * Azure REST API version: 2023-08-01-preview.
27
27
  *
28
- * Other available API versions: 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
28
+ * Other available API versions: 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
29
29
  */
30
30
  function getEnvironmentDefinitionErrorDetailsOutput(args, opts) {
31
31
  return pulumi.output(args).apply((a) => getEnvironmentDefinitionErrorDetails(a, opts));
@@ -4,7 +4,7 @@ import * as outputs from "../types/output";
4
4
  * Gets an environment type.
5
5
  * Azure REST API version: 2023-04-01.
6
6
  *
7
- * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
7
+ * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
8
8
  */
9
9
  export declare function getEnvironmentType(args: GetEnvironmentTypeArgs, opts?: pulumi.InvokeOptions): Promise<GetEnvironmentTypeResult>;
10
10
  export interface GetEnvironmentTypeArgs {
@@ -56,7 +56,7 @@ export interface GetEnvironmentTypeResult {
56
56
  * Gets an environment type.
57
57
  * Azure REST API version: 2023-04-01.
58
58
  *
59
- * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
59
+ * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
60
60
  */
61
61
  export declare function getEnvironmentTypeOutput(args: GetEnvironmentTypeOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetEnvironmentTypeResult>;
62
62
  export interface GetEnvironmentTypeOutputArgs {
@@ -9,7 +9,7 @@ const utilities = require("../utilities");
9
9
  * Gets an environment type.
10
10
  * Azure REST API version: 2023-04-01.
11
11
  *
12
- * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
12
+ * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
13
13
  */
14
14
  function getEnvironmentType(args, opts) {
15
15
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -24,7 +24,7 @@ exports.getEnvironmentType = getEnvironmentType;
24
24
  * Gets an environment type.
25
25
  * Azure REST API version: 2023-04-01.
26
26
  *
27
- * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
27
+ * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
28
28
  */
29
29
  function getEnvironmentTypeOutput(args, opts) {
30
30
  return pulumi.output(args).apply((a) => getEnvironmentType(a, opts));
@@ -4,7 +4,7 @@ import * as outputs from "../types/output";
4
4
  * Gets a gallery
5
5
  * Azure REST API version: 2023-04-01.
6
6
  *
7
- * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
7
+ * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
8
8
  */
9
9
  export declare function getGallery(args: GetGalleryArgs, opts?: pulumi.InvokeOptions): Promise<GetGalleryResult>;
10
10
  export interface GetGalleryArgs {
@@ -54,7 +54,7 @@ export interface GetGalleryResult {
54
54
  * Gets a gallery
55
55
  * Azure REST API version: 2023-04-01.
56
56
  *
57
- * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
57
+ * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
58
58
  */
59
59
  export declare function getGalleryOutput(args: GetGalleryOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetGalleryResult>;
60
60
  export interface GetGalleryOutputArgs {
@@ -9,7 +9,7 @@ const utilities = require("../utilities");
9
9
  * Gets a gallery
10
10
  * Azure REST API version: 2023-04-01.
11
11
  *
12
- * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
12
+ * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
13
13
  */
14
14
  function getGallery(args, opts) {
15
15
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -24,7 +24,7 @@ exports.getGallery = getGallery;
24
24
  * Gets a gallery
25
25
  * Azure REST API version: 2023-04-01.
26
26
  *
27
- * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
27
+ * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
28
28
  */
29
29
  function getGalleryOutput(args, opts) {
30
30
  return pulumi.output(args).apply((a) => getGallery(a, opts));
@@ -4,7 +4,7 @@ import * as outputs from "../types/output";
4
4
  * Gets a network connection resource
5
5
  * Azure REST API version: 2023-04-01.
6
6
  *
7
- * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
7
+ * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
8
8
  */
9
9
  export declare function getNetworkConnection(args: GetNetworkConnectionArgs, opts?: pulumi.InvokeOptions): Promise<GetNetworkConnectionResult>;
10
10
  export interface GetNetworkConnectionArgs {
@@ -88,7 +88,7 @@ export interface GetNetworkConnectionResult {
88
88
  * Gets a network connection resource
89
89
  * Azure REST API version: 2023-04-01.
90
90
  *
91
- * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
91
+ * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
92
92
  */
93
93
  export declare function getNetworkConnectionOutput(args: GetNetworkConnectionOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetNetworkConnectionResult>;
94
94
  export interface GetNetworkConnectionOutputArgs {
@@ -9,7 +9,7 @@ const utilities = require("../utilities");
9
9
  * Gets a network connection resource
10
10
  * Azure REST API version: 2023-04-01.
11
11
  *
12
- * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
12
+ * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
13
13
  */
14
14
  function getNetworkConnection(args, opts) {
15
15
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -23,7 +23,7 @@ exports.getNetworkConnection = getNetworkConnection;
23
23
  * Gets a network connection resource
24
24
  * Azure REST API version: 2023-04-01.
25
25
  *
26
- * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
26
+ * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
27
27
  */
28
28
  function getNetworkConnectionOutput(args, opts) {
29
29
  return pulumi.output(args).apply((a) => getNetworkConnection(a, opts));
@@ -4,7 +4,7 @@ import * as outputs from "../types/output";
4
4
  * Gets a devcenter plan.
5
5
  * Azure REST API version: 2024-05-01-preview.
6
6
  *
7
- * Other available API versions: 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
7
+ * Other available API versions: 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
8
8
  */
9
9
  export declare function getPlan(args: GetPlanArgs, opts?: pulumi.InvokeOptions): Promise<GetPlanResult>;
10
10
  export interface GetPlanArgs {
@@ -60,7 +60,7 @@ export interface GetPlanResult {
60
60
  * Gets a devcenter plan.
61
61
  * Azure REST API version: 2024-05-01-preview.
62
62
  *
63
- * Other available API versions: 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
63
+ * Other available API versions: 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
64
64
  */
65
65
  export declare function getPlanOutput(args: GetPlanOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetPlanResult>;
66
66
  export interface GetPlanOutputArgs {
@@ -9,7 +9,7 @@ const utilities = require("../utilities");
9
9
  * Gets a devcenter plan.
10
10
  * Azure REST API version: 2024-05-01-preview.
11
11
  *
12
- * Other available API versions: 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
12
+ * Other available API versions: 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
13
13
  */
14
14
  function getPlan(args, opts) {
15
15
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -23,7 +23,7 @@ exports.getPlan = getPlan;
23
23
  * Gets a devcenter plan.
24
24
  * Azure REST API version: 2024-05-01-preview.
25
25
  *
26
- * Other available API versions: 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
26
+ * Other available API versions: 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
27
27
  */
28
28
  function getPlanOutput(args, opts) {
29
29
  return pulumi.output(args).apply((a) => getPlan(a, opts));
@@ -4,7 +4,7 @@ import * as outputs from "../types/output";
4
4
  * Gets a devcenter plan member.
5
5
  * Azure REST API version: 2024-05-01-preview.
6
6
  *
7
- * Other available API versions: 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
7
+ * Other available API versions: 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
8
8
  */
9
9
  export declare function getPlanMember(args: GetPlanMemberArgs, opts?: pulumi.InvokeOptions): Promise<GetPlanMemberResult>;
10
10
  export interface GetPlanMemberArgs {
@@ -64,7 +64,7 @@ export interface GetPlanMemberResult {
64
64
  * Gets a devcenter plan member.
65
65
  * Azure REST API version: 2024-05-01-preview.
66
66
  *
67
- * Other available API versions: 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
67
+ * Other available API versions: 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
68
68
  */
69
69
  export declare function getPlanMemberOutput(args: GetPlanMemberOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetPlanMemberResult>;
70
70
  export interface GetPlanMemberOutputArgs {
@@ -9,7 +9,7 @@ const utilities = require("../utilities");
9
9
  * Gets a devcenter plan member.
10
10
  * Azure REST API version: 2024-05-01-preview.
11
11
  *
12
- * Other available API versions: 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
12
+ * Other available API versions: 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
13
13
  */
14
14
  function getPlanMember(args, opts) {
15
15
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -24,7 +24,7 @@ exports.getPlanMember = getPlanMember;
24
24
  * Gets a devcenter plan member.
25
25
  * Azure REST API version: 2024-05-01-preview.
26
26
  *
27
- * Other available API versions: 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
27
+ * Other available API versions: 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
28
28
  */
29
29
  function getPlanMemberOutput(args, opts) {
30
30
  return pulumi.output(args).apply((a) => getPlanMember(a, opts));
@@ -4,7 +4,7 @@ import * as outputs from "../types/output";
4
4
  * Gets a machine pool
5
5
  * Azure REST API version: 2023-04-01.
6
6
  *
7
- * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
7
+ * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
8
8
  */
9
9
  export declare function getPool(args: GetPoolArgs, opts?: pulumi.InvokeOptions): Promise<GetPoolResult>;
10
10
  export interface GetPoolArgs {
@@ -88,7 +88,7 @@ export interface GetPoolResult {
88
88
  * Gets a machine pool
89
89
  * Azure REST API version: 2023-04-01.
90
90
  *
91
- * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
91
+ * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
92
92
  */
93
93
  export declare function getPoolOutput(args: GetPoolOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetPoolResult>;
94
94
  export interface GetPoolOutputArgs {
@@ -9,7 +9,7 @@ const utilities = require("../utilities");
9
9
  * Gets a machine pool
10
10
  * Azure REST API version: 2023-04-01.
11
11
  *
12
- * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
12
+ * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
13
13
  */
14
14
  function getPool(args, opts) {
15
15
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -24,7 +24,7 @@ exports.getPool = getPool;
24
24
  * Gets a machine pool
25
25
  * Azure REST API version: 2023-04-01.
26
26
  *
27
- * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
27
+ * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
28
28
  */
29
29
  function getPoolOutput(args, opts) {
30
30
  return pulumi.output(args).apply((a) => getPool(a, opts));
@@ -4,7 +4,7 @@ import * as outputs from "../types/output";
4
4
  * Gets a specific project.
5
5
  * Azure REST API version: 2023-04-01.
6
6
  *
7
- * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
7
+ * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
8
8
  */
9
9
  export declare function getProject(args: GetProjectArgs, opts?: pulumi.InvokeOptions): Promise<GetProjectResult>;
10
10
  export interface GetProjectArgs {
@@ -72,7 +72,7 @@ export interface GetProjectResult {
72
72
  * Gets a specific project.
73
73
  * Azure REST API version: 2023-04-01.
74
74
  *
75
- * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
75
+ * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
76
76
  */
77
77
  export declare function getProjectOutput(args: GetProjectOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetProjectResult>;
78
78
  export interface GetProjectOutputArgs {
@@ -9,7 +9,7 @@ const utilities = require("../utilities");
9
9
  * Gets a specific project.
10
10
  * Azure REST API version: 2023-04-01.
11
11
  *
12
- * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
12
+ * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
13
13
  */
14
14
  function getProject(args, opts) {
15
15
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -23,7 +23,7 @@ exports.getProject = getProject;
23
23
  * Gets a specific project.
24
24
  * Azure REST API version: 2023-04-01.
25
25
  *
26
- * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
26
+ * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
27
27
  */
28
28
  function getProjectOutput(args, opts) {
29
29
  return pulumi.output(args).apply((a) => getProject(a, opts));
@@ -4,7 +4,7 @@ import * as outputs from "../types/output";
4
4
  * Gets an associated project catalog.
5
5
  * Azure REST API version: 2024-02-01.
6
6
  *
7
- * Other available API versions: 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
7
+ * Other available API versions: 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
8
8
  */
9
9
  export declare function getProjectCatalog(args: GetProjectCatalogArgs, opts?: pulumi.InvokeOptions): Promise<GetProjectCatalogResult>;
10
10
  export interface GetProjectCatalogArgs {
@@ -88,7 +88,7 @@ export interface GetProjectCatalogResult {
88
88
  * Gets an associated project catalog.
89
89
  * Azure REST API version: 2024-02-01.
90
90
  *
91
- * Other available API versions: 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
91
+ * Other available API versions: 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
92
92
  */
93
93
  export declare function getProjectCatalogOutput(args: GetProjectCatalogOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetProjectCatalogResult>;
94
94
  export interface GetProjectCatalogOutputArgs {
@@ -9,7 +9,7 @@ const utilities = require("../utilities");
9
9
  * Gets an associated project catalog.
10
10
  * Azure REST API version: 2024-02-01.
11
11
  *
12
- * Other available API versions: 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
12
+ * Other available API versions: 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
13
13
  */
14
14
  function getProjectCatalog(args, opts) {
15
15
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -24,7 +24,7 @@ exports.getProjectCatalog = getProjectCatalog;
24
24
  * Gets an associated project catalog.
25
25
  * Azure REST API version: 2024-02-01.
26
26
  *
27
- * Other available API versions: 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
27
+ * Other available API versions: 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
28
28
  */
29
29
  function getProjectCatalogOutput(args, opts) {
30
30
  return pulumi.output(args).apply((a) => getProjectCatalog(a, opts));
@@ -4,7 +4,7 @@ import * as outputs from "../types/output";
4
4
  * Gets Environment Definition error details
5
5
  * Azure REST API version: 2024-02-01.
6
6
  *
7
- * Other available API versions: 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
7
+ * Other available API versions: 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
8
8
  */
9
9
  export declare function getProjectCatalogEnvironmentDefinitionErrorDetails(args: GetProjectCatalogEnvironmentDefinitionErrorDetailsArgs, opts?: pulumi.InvokeOptions): Promise<GetProjectCatalogEnvironmentDefinitionErrorDetailsResult>;
10
10
  export interface GetProjectCatalogEnvironmentDefinitionErrorDetailsArgs {
@@ -38,7 +38,7 @@ export interface GetProjectCatalogEnvironmentDefinitionErrorDetailsResult {
38
38
  * Gets Environment Definition error details
39
39
  * Azure REST API version: 2024-02-01.
40
40
  *
41
- * Other available API versions: 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
41
+ * Other available API versions: 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
42
42
  */
43
43
  export declare function getProjectCatalogEnvironmentDefinitionErrorDetailsOutput(args: GetProjectCatalogEnvironmentDefinitionErrorDetailsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetProjectCatalogEnvironmentDefinitionErrorDetailsResult>;
44
44
  export interface GetProjectCatalogEnvironmentDefinitionErrorDetailsOutputArgs {
@@ -9,7 +9,7 @@ const utilities = require("../utilities");
9
9
  * Gets Environment Definition error details
10
10
  * Azure REST API version: 2024-02-01.
11
11
  *
12
- * Other available API versions: 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
12
+ * Other available API versions: 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
13
13
  */
14
14
  function getProjectCatalogEnvironmentDefinitionErrorDetails(args, opts) {
15
15
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -25,7 +25,7 @@ exports.getProjectCatalogEnvironmentDefinitionErrorDetails = getProjectCatalogEn
25
25
  * Gets Environment Definition error details
26
26
  * Azure REST API version: 2024-02-01.
27
27
  *
28
- * Other available API versions: 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview.
28
+ * Other available API versions: 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview.
29
29
  */
30
30
  function getProjectCatalogEnvironmentDefinitionErrorDetailsOutput(args, opts) {
31
31
  return pulumi.output(args).apply((a) => getProjectCatalogEnvironmentDefinitionErrorDetails(a, opts));