@pulumi/azure-native 3.2.0 → 3.3.0-alpha.1745856299

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 (571) hide show
  1. package/advisor/assessment.d.ts +2 -0
  2. package/advisor/assessment.js +4 -2
  3. package/advisor/getAssessment.d.ts +4 -0
  4. package/advisor/getAssessment.js +5 -1
  5. package/advisor/getSuppression.d.ts +2 -2
  6. package/advisor/getSuppression.js +2 -2
  7. package/advisor/suppression.d.ts +1 -1
  8. package/advisor/suppression.js +3 -3
  9. package/containerregistry/cacheRule.d.ts +1 -1
  10. package/containerregistry/cacheRule.js +3 -3
  11. package/containerregistry/connectedRegistry.d.ts +1 -1
  12. package/containerregistry/connectedRegistry.js +3 -3
  13. package/containerregistry/credentialSet.d.ts +1 -1
  14. package/containerregistry/credentialSet.js +3 -3
  15. package/containerregistry/getCacheRule.d.ts +2 -2
  16. package/containerregistry/getCacheRule.js +2 -2
  17. package/containerregistry/getConnectedRegistry.d.ts +2 -2
  18. package/containerregistry/getConnectedRegistry.js +2 -2
  19. package/containerregistry/getCredentialSet.d.ts +2 -2
  20. package/containerregistry/getCredentialSet.js +2 -2
  21. package/containerregistry/getPrivateEndpointConnection.d.ts +2 -2
  22. package/containerregistry/getPrivateEndpointConnection.js +2 -2
  23. package/containerregistry/getRegistry.d.ts +2 -2
  24. package/containerregistry/getRegistry.js +2 -2
  25. package/containerregistry/getReplication.d.ts +2 -2
  26. package/containerregistry/getReplication.js +2 -2
  27. package/containerregistry/getScopeMap.d.ts +2 -2
  28. package/containerregistry/getScopeMap.js +2 -2
  29. package/containerregistry/getToken.d.ts +2 -2
  30. package/containerregistry/getToken.js +2 -2
  31. package/containerregistry/getWebhook.d.ts +2 -2
  32. package/containerregistry/getWebhook.js +2 -2
  33. package/containerregistry/getWebhookCallbackConfig.d.ts +2 -2
  34. package/containerregistry/getWebhookCallbackConfig.js +2 -2
  35. package/containerregistry/listRegistryCredentials.d.ts +2 -2
  36. package/containerregistry/listRegistryCredentials.js +2 -2
  37. package/containerregistry/listWebhookEvents.d.ts +2 -2
  38. package/containerregistry/listWebhookEvents.js +2 -2
  39. package/containerregistry/privateEndpointConnection.d.ts +1 -1
  40. package/containerregistry/privateEndpointConnection.js +3 -3
  41. package/containerregistry/registry.d.ts +1 -1
  42. package/containerregistry/registry.js +3 -3
  43. package/containerregistry/replication.d.ts +1 -1
  44. package/containerregistry/replication.js +3 -3
  45. package/containerregistry/scopeMap.d.ts +1 -1
  46. package/containerregistry/scopeMap.js +3 -3
  47. package/containerregistry/token.d.ts +1 -1
  48. package/containerregistry/token.js +3 -3
  49. package/containerregistry/webhook.d.ts +1 -1
  50. package/containerregistry/webhook.js +3 -3
  51. package/containerservice/agentPool.d.ts +1 -1
  52. package/containerservice/agentPool.js +3 -3
  53. package/containerservice/getAgentPool.d.ts +2 -2
  54. package/containerservice/getAgentPool.js +2 -2
  55. package/containerservice/getLoadBalancer.d.ts +2 -2
  56. package/containerservice/getLoadBalancer.js +2 -2
  57. package/containerservice/getMaintenanceConfiguration.d.ts +2 -2
  58. package/containerservice/getMaintenanceConfiguration.js +2 -2
  59. package/containerservice/getManagedCluster.d.ts +2 -2
  60. package/containerservice/getManagedCluster.js +2 -2
  61. package/containerservice/getManagedClusterSnapshot.d.ts +2 -2
  62. package/containerservice/getManagedClusterSnapshot.js +2 -2
  63. package/containerservice/getNamespace.d.ts +85 -0
  64. package/containerservice/getNamespace.js +36 -0
  65. package/containerservice/getPrivateEndpointConnection.d.ts +2 -2
  66. package/containerservice/getPrivateEndpointConnection.js +2 -2
  67. package/containerservice/getSnapshot.d.ts +2 -2
  68. package/containerservice/getSnapshot.js +2 -2
  69. package/containerservice/getTrustedAccessRoleBinding.d.ts +2 -2
  70. package/containerservice/getTrustedAccessRoleBinding.js +2 -2
  71. package/containerservice/index.d.ts +9 -0
  72. package/containerservice/index.js +13 -2
  73. package/containerservice/listManagedClusterAdminCredentials.d.ts +2 -2
  74. package/containerservice/listManagedClusterAdminCredentials.js +2 -2
  75. package/containerservice/listManagedClusterMonitoringUserCredentials.d.ts +2 -2
  76. package/containerservice/listManagedClusterMonitoringUserCredentials.js +2 -2
  77. package/containerservice/listManagedClusterUserCredentials.d.ts +2 -2
  78. package/containerservice/listManagedClusterUserCredentials.js +2 -2
  79. package/containerservice/listNamespaceCredential.d.ts +51 -0
  80. package/containerservice/listNamespaceCredential.js +36 -0
  81. package/containerservice/loadBalancer.d.ts +1 -1
  82. package/containerservice/loadBalancer.js +3 -3
  83. package/containerservice/maintenanceConfiguration.d.ts +1 -1
  84. package/containerservice/maintenanceConfiguration.js +3 -3
  85. package/containerservice/managedCluster.d.ts +1 -1
  86. package/containerservice/managedCluster.js +3 -3
  87. package/containerservice/managedClusterSnapshot.d.ts +1 -1
  88. package/containerservice/managedClusterSnapshot.js +3 -3
  89. package/containerservice/namespace.d.ts +97 -0
  90. package/containerservice/namespace.js +84 -0
  91. package/containerservice/privateEndpointConnection.d.ts +1 -1
  92. package/containerservice/privateEndpointConnection.js +3 -3
  93. package/containerservice/snapshot.d.ts +1 -1
  94. package/containerservice/snapshot.js +3 -3
  95. package/containerservice/trustedAccessRoleBinding.d.ts +1 -1
  96. package/containerservice/trustedAccessRoleBinding.js +3 -3
  97. package/cosmosdb/cassandraCluster.d.ts +1 -1
  98. package/cosmosdb/cassandraCluster.js +3 -3
  99. package/cosmosdb/cassandraDataCenter.d.ts +1 -1
  100. package/cosmosdb/cassandraDataCenter.js +3 -3
  101. package/cosmosdb/cassandraResourceCassandraKeyspace.d.ts +1 -1
  102. package/cosmosdb/cassandraResourceCassandraKeyspace.js +3 -3
  103. package/cosmosdb/cassandraResourceCassandraRoleAssignment.d.ts +92 -0
  104. package/cosmosdb/cassandraResourceCassandraRoleAssignment.js +83 -0
  105. package/cosmosdb/cassandraResourceCassandraRoleDefinition.d.ts +98 -0
  106. package/cosmosdb/cassandraResourceCassandraRoleDefinition.js +82 -0
  107. package/cosmosdb/cassandraResourceCassandraTable.d.ts +1 -1
  108. package/cosmosdb/cassandraResourceCassandraTable.js +3 -3
  109. package/cosmosdb/cassandraResourceCassandraView.d.ts +1 -1
  110. package/cosmosdb/cassandraResourceCassandraView.js +3 -3
  111. package/cosmosdb/databaseAccount.d.ts +1 -1
  112. package/cosmosdb/databaseAccount.js +3 -3
  113. package/cosmosdb/databaseAccountCassandraKeyspace.js +2 -2
  114. package/cosmosdb/databaseAccountCassandraTable.js +2 -2
  115. package/cosmosdb/databaseAccountGremlinDatabase.js +2 -2
  116. package/cosmosdb/databaseAccountGremlinGraph.js +2 -2
  117. package/cosmosdb/databaseAccountMongoDBCollection.js +2 -2
  118. package/cosmosdb/databaseAccountMongoDBDatabase.js +2 -2
  119. package/cosmosdb/databaseAccountSqlContainer.js +2 -2
  120. package/cosmosdb/databaseAccountSqlDatabase.js +2 -2
  121. package/cosmosdb/databaseAccountTable.js +2 -2
  122. package/cosmosdb/fleet.d.ts +84 -0
  123. package/cosmosdb/fleet.js +77 -0
  124. package/cosmosdb/fleetAnalytic.d.ts +85 -0
  125. package/cosmosdb/fleetAnalytic.js +81 -0
  126. package/cosmosdb/fleetspace.d.ts +86 -0
  127. package/cosmosdb/fleetspace.js +81 -0
  128. package/cosmosdb/fleetspaceAccount.d.ts +88 -0
  129. package/cosmosdb/fleetspaceAccount.js +85 -0
  130. package/cosmosdb/getCassandraCluster.d.ts +2 -2
  131. package/cosmosdb/getCassandraCluster.js +2 -2
  132. package/cosmosdb/getCassandraDataCenter.d.ts +2 -2
  133. package/cosmosdb/getCassandraDataCenter.js +2 -2
  134. package/cosmosdb/getCassandraResourceCassandraKeyspace.d.ts +2 -2
  135. package/cosmosdb/getCassandraResourceCassandraKeyspace.js +2 -2
  136. package/cosmosdb/getCassandraResourceCassandraRoleAssignment.d.ts +83 -0
  137. package/cosmosdb/getCassandraResourceCassandraRoleAssignment.js +36 -0
  138. package/cosmosdb/getCassandraResourceCassandraRoleDefinition.d.ts +79 -0
  139. package/cosmosdb/getCassandraResourceCassandraRoleDefinition.js +36 -0
  140. package/cosmosdb/getCassandraResourceCassandraTable.d.ts +2 -2
  141. package/cosmosdb/getCassandraResourceCassandraTable.js +2 -2
  142. package/cosmosdb/getCassandraResourceCassandraView.d.ts +2 -2
  143. package/cosmosdb/getCassandraResourceCassandraView.js +2 -2
  144. package/cosmosdb/getDatabaseAccount.d.ts +2 -2
  145. package/cosmosdb/getDatabaseAccount.js +2 -2
  146. package/cosmosdb/getFleet.d.ts +73 -0
  147. package/cosmosdb/getFleet.js +34 -0
  148. package/cosmosdb/getFleetAnalytic.d.ts +79 -0
  149. package/cosmosdb/getFleetAnalytic.js +36 -0
  150. package/cosmosdb/getFleetspace.d.ts +79 -0
  151. package/cosmosdb/getFleetspace.js +36 -0
  152. package/cosmosdb/getFleetspaceAccount.d.ts +87 -0
  153. package/cosmosdb/getFleetspaceAccount.js +38 -0
  154. package/cosmosdb/getGraphResourceGraph.d.ts +2 -2
  155. package/cosmosdb/getGraphResourceGraph.js +2 -2
  156. package/cosmosdb/getGremlinResourceGremlinDatabase.d.ts +2 -2
  157. package/cosmosdb/getGremlinResourceGremlinDatabase.js +2 -2
  158. package/cosmosdb/getGremlinResourceGremlinGraph.d.ts +2 -2
  159. package/cosmosdb/getGremlinResourceGremlinGraph.js +2 -2
  160. package/cosmosdb/getGremlinResourceGremlinRoleAssignment.d.ts +83 -0
  161. package/cosmosdb/getGremlinResourceGremlinRoleAssignment.js +36 -0
  162. package/cosmosdb/getGremlinResourceGremlinRoleDefinition.d.ts +79 -0
  163. package/cosmosdb/getGremlinResourceGremlinRoleDefinition.js +36 -0
  164. package/cosmosdb/getMongoDBResourceMongoDBCollection.d.ts +2 -2
  165. package/cosmosdb/getMongoDBResourceMongoDBCollection.js +2 -2
  166. package/cosmosdb/getMongoDBResourceMongoDBDatabase.d.ts +2 -2
  167. package/cosmosdb/getMongoDBResourceMongoDBDatabase.js +2 -2
  168. package/cosmosdb/getMongoDBResourceMongoRoleDefinition.d.ts +2 -2
  169. package/cosmosdb/getMongoDBResourceMongoRoleDefinition.js +2 -2
  170. package/cosmosdb/getMongoDBResourceMongoUserDefinition.d.ts +2 -2
  171. package/cosmosdb/getMongoDBResourceMongoUserDefinition.js +2 -2
  172. package/cosmosdb/getMongoMIResourceMongoMIRoleAssignment.d.ts +83 -0
  173. package/cosmosdb/getMongoMIResourceMongoMIRoleAssignment.js +36 -0
  174. package/cosmosdb/getMongoMIResourceMongoMIRoleDefinition.d.ts +79 -0
  175. package/cosmosdb/getMongoMIResourceMongoMIRoleDefinition.js +36 -0
  176. package/cosmosdb/getNotebookWorkspace.d.ts +2 -2
  177. package/cosmosdb/getNotebookWorkspace.js +2 -2
  178. package/cosmosdb/getPrivateEndpointConnection.d.ts +2 -2
  179. package/cosmosdb/getPrivateEndpointConnection.js +2 -2
  180. package/cosmosdb/getService.d.ts +2 -2
  181. package/cosmosdb/getService.js +2 -2
  182. package/cosmosdb/getSqlResourceSqlContainer.d.ts +2 -2
  183. package/cosmosdb/getSqlResourceSqlContainer.js +2 -2
  184. package/cosmosdb/getSqlResourceSqlDatabase.d.ts +2 -2
  185. package/cosmosdb/getSqlResourceSqlDatabase.js +2 -2
  186. package/cosmosdb/getSqlResourceSqlRoleAssignment.d.ts +2 -2
  187. package/cosmosdb/getSqlResourceSqlRoleAssignment.js +2 -2
  188. package/cosmosdb/getSqlResourceSqlRoleDefinition.d.ts +2 -2
  189. package/cosmosdb/getSqlResourceSqlRoleDefinition.js +2 -2
  190. package/cosmosdb/getSqlResourceSqlStoredProcedure.d.ts +2 -2
  191. package/cosmosdb/getSqlResourceSqlStoredProcedure.js +2 -2
  192. package/cosmosdb/getSqlResourceSqlTrigger.d.ts +2 -2
  193. package/cosmosdb/getSqlResourceSqlTrigger.js +2 -2
  194. package/cosmosdb/getSqlResourceSqlUserDefinedFunction.d.ts +2 -2
  195. package/cosmosdb/getSqlResourceSqlUserDefinedFunction.js +2 -2
  196. package/cosmosdb/getTableResourceTable.d.ts +2 -2
  197. package/cosmosdb/getTableResourceTable.js +2 -2
  198. package/cosmosdb/getTableResourceTableRoleAssignment.d.ts +4 -0
  199. package/cosmosdb/getTableResourceTableRoleAssignment.js +5 -1
  200. package/cosmosdb/getTableResourceTableRoleDefinition.d.ts +4 -0
  201. package/cosmosdb/getTableResourceTableRoleDefinition.js +5 -1
  202. package/cosmosdb/getThroughputPool.d.ts +2 -2
  203. package/cosmosdb/getThroughputPool.js +2 -2
  204. package/cosmosdb/getThroughputPoolAccount.d.ts +2 -2
  205. package/cosmosdb/getThroughputPoolAccount.js +2 -2
  206. package/cosmosdb/graphResourceGraph.d.ts +1 -1
  207. package/cosmosdb/graphResourceGraph.js +3 -3
  208. package/cosmosdb/gremlinResourceGremlinDatabase.d.ts +1 -1
  209. package/cosmosdb/gremlinResourceGremlinDatabase.js +3 -3
  210. package/cosmosdb/gremlinResourceGremlinGraph.d.ts +1 -1
  211. package/cosmosdb/gremlinResourceGremlinGraph.js +3 -3
  212. package/cosmosdb/gremlinResourceGremlinRoleAssignment.d.ts +92 -0
  213. package/cosmosdb/gremlinResourceGremlinRoleAssignment.js +83 -0
  214. package/cosmosdb/gremlinResourceGremlinRoleDefinition.d.ts +98 -0
  215. package/cosmosdb/gremlinResourceGremlinRoleDefinition.js +82 -0
  216. package/cosmosdb/index.d.ts +60 -0
  217. package/cosmosdb/index.js +75 -4
  218. package/cosmosdb/listDatabaseAccountConnectionStrings.d.ts +2 -2
  219. package/cosmosdb/listDatabaseAccountConnectionStrings.js +2 -2
  220. package/cosmosdb/listDatabaseAccountKeys.d.ts +2 -2
  221. package/cosmosdb/listDatabaseAccountKeys.js +2 -2
  222. package/cosmosdb/listNotebookWorkspaceConnectionInfo.d.ts +2 -2
  223. package/cosmosdb/listNotebookWorkspaceConnectionInfo.js +2 -2
  224. package/cosmosdb/mongoDBResourceMongoDBCollection.d.ts +1 -1
  225. package/cosmosdb/mongoDBResourceMongoDBCollection.js +3 -3
  226. package/cosmosdb/mongoDBResourceMongoDBDatabase.d.ts +1 -1
  227. package/cosmosdb/mongoDBResourceMongoDBDatabase.js +3 -3
  228. package/cosmosdb/mongoDBResourceMongoRoleDefinition.d.ts +1 -1
  229. package/cosmosdb/mongoDBResourceMongoRoleDefinition.js +3 -3
  230. package/cosmosdb/mongoDBResourceMongoUserDefinition.d.ts +1 -1
  231. package/cosmosdb/mongoDBResourceMongoUserDefinition.js +3 -3
  232. package/cosmosdb/mongoMIResourceMongoMIRoleAssignment.d.ts +92 -0
  233. package/cosmosdb/mongoMIResourceMongoMIRoleAssignment.js +83 -0
  234. package/cosmosdb/mongoMIResourceMongoMIRoleDefinition.d.ts +98 -0
  235. package/cosmosdb/mongoMIResourceMongoMIRoleDefinition.js +82 -0
  236. package/cosmosdb/notebookWorkspace.d.ts +1 -1
  237. package/cosmosdb/notebookWorkspace.js +3 -3
  238. package/cosmosdb/privateEndpointConnection.d.ts +1 -1
  239. package/cosmosdb/privateEndpointConnection.js +3 -3
  240. package/cosmosdb/service.d.ts +1 -1
  241. package/cosmosdb/service.js +3 -3
  242. package/cosmosdb/sqlResourceSqlContainer.d.ts +1 -1
  243. package/cosmosdb/sqlResourceSqlContainer.js +3 -3
  244. package/cosmosdb/sqlResourceSqlDatabase.d.ts +1 -1
  245. package/cosmosdb/sqlResourceSqlDatabase.js +3 -3
  246. package/cosmosdb/sqlResourceSqlRoleAssignment.d.ts +1 -1
  247. package/cosmosdb/sqlResourceSqlRoleAssignment.js +3 -3
  248. package/cosmosdb/sqlResourceSqlRoleDefinition.d.ts +1 -1
  249. package/cosmosdb/sqlResourceSqlRoleDefinition.js +3 -3
  250. package/cosmosdb/sqlResourceSqlStoredProcedure.d.ts +1 -1
  251. package/cosmosdb/sqlResourceSqlStoredProcedure.js +3 -3
  252. package/cosmosdb/sqlResourceSqlTrigger.d.ts +1 -1
  253. package/cosmosdb/sqlResourceSqlTrigger.js +3 -3
  254. package/cosmosdb/sqlResourceSqlUserDefinedFunction.d.ts +1 -1
  255. package/cosmosdb/sqlResourceSqlUserDefinedFunction.js +3 -3
  256. package/cosmosdb/tableResourceTable.d.ts +1 -1
  257. package/cosmosdb/tableResourceTable.js +3 -3
  258. package/cosmosdb/tableResourceTableRoleAssignment.d.ts +2 -0
  259. package/cosmosdb/tableResourceTableRoleAssignment.js +4 -2
  260. package/cosmosdb/tableResourceTableRoleDefinition.d.ts +2 -0
  261. package/cosmosdb/tableResourceTableRoleDefinition.js +4 -2
  262. package/cosmosdb/throughputPool.d.ts +1 -1
  263. package/cosmosdb/throughputPool.js +3 -3
  264. package/cosmosdb/throughputPoolAccount.d.ts +1 -1
  265. package/cosmosdb/throughputPoolAccount.js +3 -3
  266. package/dbforpostgresql/getServerGroupCluster.d.ts +3 -3
  267. package/dbforpostgresql/server.js +2 -2
  268. package/dbforpostgresql/serverGroupCluster.d.ts +6 -6
  269. package/dbforpostgresql/serverGroupCluster.js +2 -3
  270. package/devcenter/attachedNetworkByDevCenter.d.ts +1 -1
  271. package/devcenter/attachedNetworkByDevCenter.js +3 -3
  272. package/devcenter/catalog.d.ts +1 -1
  273. package/devcenter/catalog.js +3 -3
  274. package/devcenter/devBoxDefinition.d.ts +1 -1
  275. package/devcenter/devBoxDefinition.js +3 -3
  276. package/devcenter/devCenter.d.ts +1 -1
  277. package/devcenter/devCenter.js +3 -3
  278. package/devcenter/encryptionSet.d.ts +1 -1
  279. package/devcenter/encryptionSet.js +3 -3
  280. package/devcenter/environmentType.d.ts +1 -1
  281. package/devcenter/environmentType.js +3 -3
  282. package/devcenter/gallery.d.ts +1 -1
  283. package/devcenter/gallery.js +3 -3
  284. package/devcenter/getAttachedNetworkByDevCenter.d.ts +2 -2
  285. package/devcenter/getAttachedNetworkByDevCenter.js +2 -2
  286. package/devcenter/getCatalog.d.ts +2 -2
  287. package/devcenter/getCatalog.js +2 -2
  288. package/devcenter/getCatalogSyncErrorDetails.d.ts +2 -2
  289. package/devcenter/getCatalogSyncErrorDetails.js +2 -2
  290. package/devcenter/getCustomizationTaskErrorDetails.d.ts +2 -2
  291. package/devcenter/getCustomizationTaskErrorDetails.js +2 -2
  292. package/devcenter/getDevBoxDefinition.d.ts +2 -2
  293. package/devcenter/getDevBoxDefinition.js +2 -2
  294. package/devcenter/getDevCenter.d.ts +2 -2
  295. package/devcenter/getDevCenter.js +2 -2
  296. package/devcenter/getDevCenterCatalogImageDefinitionBuildDetails.d.ts +103 -0
  297. package/devcenter/getDevCenterCatalogImageDefinitionBuildDetails.js +40 -0
  298. package/devcenter/getDevCenterCatalogImageDefinitionErrorDetails.d.ts +59 -0
  299. package/devcenter/getDevCenterCatalogImageDefinitionErrorDetails.js +38 -0
  300. package/devcenter/getEncryptionSet.d.ts +2 -2
  301. package/devcenter/getEncryptionSet.js +2 -2
  302. package/devcenter/getEnvironmentDefinitionErrorDetails.d.ts +2 -2
  303. package/devcenter/getEnvironmentDefinitionErrorDetails.js +2 -2
  304. package/devcenter/getEnvironmentType.d.ts +2 -2
  305. package/devcenter/getEnvironmentType.js +2 -2
  306. package/devcenter/getGallery.d.ts +2 -2
  307. package/devcenter/getGallery.js +2 -2
  308. package/devcenter/getNetworkConnection.d.ts +2 -2
  309. package/devcenter/getNetworkConnection.js +2 -2
  310. package/devcenter/getPool.d.ts +2 -2
  311. package/devcenter/getPool.js +2 -2
  312. package/devcenter/getProject.d.ts +2 -2
  313. package/devcenter/getProject.js +2 -2
  314. package/devcenter/getProjectCatalog.d.ts +2 -2
  315. package/devcenter/getProjectCatalog.js +2 -2
  316. package/devcenter/getProjectCatalogEnvironmentDefinitionErrorDetails.d.ts +2 -2
  317. package/devcenter/getProjectCatalogEnvironmentDefinitionErrorDetails.js +2 -2
  318. package/devcenter/getProjectCatalogImageDefinitionBuildDetails.d.ts +2 -2
  319. package/devcenter/getProjectCatalogImageDefinitionBuildDetails.js +2 -2
  320. package/devcenter/getProjectCatalogImageDefinitionErrorDetails.d.ts +4 -0
  321. package/devcenter/getProjectCatalogImageDefinitionErrorDetails.js +5 -1
  322. package/devcenter/getProjectCatalogSyncErrorDetails.d.ts +2 -2
  323. package/devcenter/getProjectCatalogSyncErrorDetails.js +2 -2
  324. package/devcenter/getProjectEnvironmentType.d.ts +2 -2
  325. package/devcenter/getProjectEnvironmentType.js +2 -2
  326. package/devcenter/getProjectInheritedSettings.d.ts +2 -2
  327. package/devcenter/getProjectInheritedSettings.js +2 -2
  328. package/devcenter/getProjectPolicy.d.ts +2 -2
  329. package/devcenter/getProjectPolicy.js +2 -2
  330. package/devcenter/getSchedule.d.ts +2 -2
  331. package/devcenter/getSchedule.js +2 -2
  332. package/devcenter/index.d.ts +6 -0
  333. package/devcenter/index.js +9 -3
  334. package/devcenter/listSkusByProject.d.ts +2 -2
  335. package/devcenter/listSkusByProject.js +2 -2
  336. package/devcenter/networkConnection.d.ts +1 -1
  337. package/devcenter/networkConnection.js +3 -3
  338. package/devcenter/pool.d.ts +1 -1
  339. package/devcenter/pool.js +3 -3
  340. package/devcenter/project.d.ts +1 -1
  341. package/devcenter/project.js +3 -3
  342. package/devcenter/projectCatalog.d.ts +1 -1
  343. package/devcenter/projectCatalog.js +3 -3
  344. package/devcenter/projectEnvironmentType.d.ts +1 -1
  345. package/devcenter/projectEnvironmentType.js +3 -3
  346. package/devcenter/projectPolicy.d.ts +1 -1
  347. package/devcenter/projectPolicy.js +3 -3
  348. package/devcenter/schedule.d.ts +1 -1
  349. package/devcenter/schedule.js +3 -3
  350. package/frontdoor/getPolicy.d.ts +2 -2
  351. package/frontdoor/getPolicy.js +2 -2
  352. package/frontdoor/policy.d.ts +1 -1
  353. package/frontdoor/policy.js +3 -3
  354. package/hybridcompute/gateway.d.ts +1 -1
  355. package/hybridcompute/gateway.js +3 -3
  356. package/hybridcompute/getGateway.d.ts +2 -2
  357. package/hybridcompute/getGateway.js +2 -2
  358. package/hybridcompute/getLicense.d.ts +2 -2
  359. package/hybridcompute/getLicense.js +2 -2
  360. package/hybridcompute/getLicenseProfile.d.ts +2 -2
  361. package/hybridcompute/getLicenseProfile.js +2 -2
  362. package/hybridcompute/getMachine.d.ts +2 -2
  363. package/hybridcompute/getMachine.js +2 -2
  364. package/hybridcompute/getMachineExtension.d.ts +2 -2
  365. package/hybridcompute/getMachineExtension.js +2 -2
  366. package/hybridcompute/getMachineRunCommand.d.ts +2 -2
  367. package/hybridcompute/getMachineRunCommand.js +2 -2
  368. package/hybridcompute/getPrivateEndpointConnection.d.ts +2 -2
  369. package/hybridcompute/getPrivateEndpointConnection.js +2 -2
  370. package/hybridcompute/getPrivateLinkScope.d.ts +2 -2
  371. package/hybridcompute/getPrivateLinkScope.js +2 -2
  372. package/hybridcompute/license.d.ts +1 -1
  373. package/hybridcompute/license.js +3 -3
  374. package/hybridcompute/licenseProfile.d.ts +1 -1
  375. package/hybridcompute/licenseProfile.js +3 -3
  376. package/hybridcompute/machine.d.ts +1 -1
  377. package/hybridcompute/machine.js +3 -3
  378. package/hybridcompute/machineExtension.d.ts +1 -1
  379. package/hybridcompute/machineExtension.js +3 -3
  380. package/hybridcompute/machineRunCommand.d.ts +1 -1
  381. package/hybridcompute/machineRunCommand.js +3 -3
  382. package/hybridcompute/privateEndpointConnection.d.ts +1 -1
  383. package/hybridcompute/privateEndpointConnection.js +3 -3
  384. package/hybridcompute/privateLinkScope.d.ts +1 -1
  385. package/hybridcompute/privateLinkScope.js +3 -3
  386. package/index.d.ts +2 -1
  387. package/index.js +6 -3
  388. package/monitor/azureMonitorWorkspace.d.ts +17 -12
  389. package/monitor/azureMonitorWorkspace.js +5 -5
  390. package/monitor/getAzureMonitorWorkspace.d.ts +18 -18
  391. package/monitor/getAzureMonitorWorkspace.js +6 -6
  392. package/networkcloud/agentPool.d.ts +1 -1
  393. package/networkcloud/agentPool.js +1 -1
  394. package/networkcloud/bareMetalMachine.d.ts +1 -1
  395. package/networkcloud/bareMetalMachine.js +1 -1
  396. package/networkcloud/bareMetalMachineKeySet.d.ts +1 -1
  397. package/networkcloud/bareMetalMachineKeySet.js +1 -1
  398. package/networkcloud/bmcKeySet.d.ts +1 -1
  399. package/networkcloud/bmcKeySet.js +1 -1
  400. package/networkcloud/cloudServicesNetwork.d.ts +1 -1
  401. package/networkcloud/cloudServicesNetwork.js +1 -1
  402. package/networkcloud/cluster.d.ts +1 -1
  403. package/networkcloud/cluster.js +1 -1
  404. package/networkcloud/clusterManager.d.ts +1 -1
  405. package/networkcloud/clusterManager.js +1 -1
  406. package/networkcloud/console.d.ts +1 -1
  407. package/networkcloud/console.js +1 -1
  408. package/networkcloud/getAgentPool.d.ts +2 -2
  409. package/networkcloud/getAgentPool.js +2 -2
  410. package/networkcloud/getBareMetalMachine.d.ts +2 -2
  411. package/networkcloud/getBareMetalMachine.js +2 -2
  412. package/networkcloud/getBareMetalMachineKeySet.d.ts +2 -2
  413. package/networkcloud/getBareMetalMachineKeySet.js +2 -2
  414. package/networkcloud/getBmcKeySet.d.ts +2 -2
  415. package/networkcloud/getBmcKeySet.js +2 -2
  416. package/networkcloud/getCloudServicesNetwork.d.ts +2 -2
  417. package/networkcloud/getCloudServicesNetwork.js +2 -2
  418. package/networkcloud/getCluster.d.ts +2 -2
  419. package/networkcloud/getCluster.js +2 -2
  420. package/networkcloud/getClusterManager.d.ts +2 -2
  421. package/networkcloud/getClusterManager.js +2 -2
  422. package/networkcloud/getConsole.d.ts +2 -2
  423. package/networkcloud/getConsole.js +2 -2
  424. package/networkcloud/getKubernetesCluster.d.ts +2 -2
  425. package/networkcloud/getKubernetesCluster.js +2 -2
  426. package/networkcloud/getKubernetesClusterFeature.d.ts +2 -2
  427. package/networkcloud/getKubernetesClusterFeature.js +2 -2
  428. package/networkcloud/getL2Network.d.ts +2 -2
  429. package/networkcloud/getL2Network.js +2 -2
  430. package/networkcloud/getL3Network.d.ts +2 -2
  431. package/networkcloud/getL3Network.js +2 -2
  432. package/networkcloud/getMetricsConfiguration.d.ts +2 -2
  433. package/networkcloud/getMetricsConfiguration.js +2 -2
  434. package/networkcloud/getRack.d.ts +2 -2
  435. package/networkcloud/getRack.js +2 -2
  436. package/networkcloud/getStorageAppliance.d.ts +2 -2
  437. package/networkcloud/getStorageAppliance.js +2 -2
  438. package/networkcloud/getTrunkedNetwork.d.ts +2 -2
  439. package/networkcloud/getTrunkedNetwork.js +2 -2
  440. package/networkcloud/getVirtualMachine.d.ts +2 -2
  441. package/networkcloud/getVirtualMachine.js +2 -2
  442. package/networkcloud/getVolume.d.ts +2 -2
  443. package/networkcloud/getVolume.js +2 -2
  444. package/networkcloud/kubernetesCluster.d.ts +1 -1
  445. package/networkcloud/kubernetesCluster.js +1 -1
  446. package/networkcloud/kubernetesClusterFeature.d.ts +1 -1
  447. package/networkcloud/kubernetesClusterFeature.js +1 -1
  448. package/networkcloud/l2network.d.ts +1 -1
  449. package/networkcloud/l2network.js +1 -1
  450. package/networkcloud/l3network.d.ts +1 -1
  451. package/networkcloud/l3network.js +1 -1
  452. package/networkcloud/metricsConfiguration.d.ts +1 -1
  453. package/networkcloud/metricsConfiguration.js +1 -1
  454. package/networkcloud/rack.d.ts +1 -1
  455. package/networkcloud/rack.js +1 -1
  456. package/networkcloud/storageAppliance.d.ts +1 -1
  457. package/networkcloud/storageAppliance.js +1 -1
  458. package/networkcloud/trunkedNetwork.d.ts +1 -1
  459. package/networkcloud/trunkedNetwork.js +1 -1
  460. package/networkcloud/virtualMachine.d.ts +1 -1
  461. package/networkcloud/virtualMachine.js +1 -1
  462. package/networkcloud/volume.d.ts +1 -1
  463. package/networkcloud/volume.js +1 -1
  464. package/onlineexperimentation/getOnlineExperimentWorkspace.d.ts +81 -0
  465. package/onlineexperimentation/getOnlineExperimentWorkspace.js +34 -0
  466. package/onlineexperimentation/index.d.ts +7 -0
  467. package/onlineexperimentation/index.js +41 -0
  468. package/onlineexperimentation/onlineExperimentWorkspace.d.ts +105 -0
  469. package/onlineexperimentation/onlineExperimentWorkspace.js +81 -0
  470. package/package.json +2 -2
  471. package/recoveryservices/getPrivateEndpointConnection.d.ts +2 -2
  472. package/recoveryservices/getPrivateEndpointConnection.js +2 -2
  473. package/recoveryservices/getProtectedItem.d.ts +2 -2
  474. package/recoveryservices/getProtectedItem.js +2 -2
  475. package/recoveryservices/getProtectionContainer.d.ts +2 -2
  476. package/recoveryservices/getProtectionContainer.js +2 -2
  477. package/recoveryservices/getProtectionIntent.d.ts +2 -2
  478. package/recoveryservices/getProtectionIntent.js +2 -2
  479. package/recoveryservices/getProtectionPolicy.d.ts +2 -2
  480. package/recoveryservices/getProtectionPolicy.js +2 -2
  481. package/recoveryservices/getResourceGuardProxy.d.ts +2 -2
  482. package/recoveryservices/getResourceGuardProxy.js +2 -2
  483. package/recoveryservices/privateEndpointConnection.d.ts +1 -1
  484. package/recoveryservices/privateEndpointConnection.js +3 -3
  485. package/recoveryservices/protectedItem.d.ts +1 -1
  486. package/recoveryservices/protectedItem.js +3 -3
  487. package/recoveryservices/protectionContainer.d.ts +1 -1
  488. package/recoveryservices/protectionContainer.js +3 -3
  489. package/recoveryservices/protectionIntent.d.ts +1 -1
  490. package/recoveryservices/protectionIntent.js +3 -3
  491. package/recoveryservices/protectionPolicy.d.ts +1 -1
  492. package/recoveryservices/protectionPolicy.js +3 -3
  493. package/recoveryservices/resourceGuardProxy.d.ts +1 -1
  494. package/recoveryservices/resourceGuardProxy.js +3 -3
  495. package/resourcehealth/listSecurityAdvisoryImpactedResourceBySubscriptionIdAndEventId.d.ts +2 -2
  496. package/resourcehealth/listSecurityAdvisoryImpactedResourceBySubscriptionIdAndEventId.js +2 -2
  497. package/resourcehealth/listSecurityAdvisoryImpactedResourceByTenantIdAndEventId.d.ts +2 -2
  498. package/resourcehealth/listSecurityAdvisoryImpactedResourceByTenantIdAndEventId.js +2 -2
  499. package/resources/deployment.d.ts +1 -1
  500. package/resources/deployment.js +3 -3
  501. package/resources/deploymentAtManagementGroupScope.d.ts +1 -1
  502. package/resources/deploymentAtManagementGroupScope.js +3 -3
  503. package/resources/deploymentAtScope.d.ts +1 -1
  504. package/resources/deploymentAtScope.js +3 -3
  505. package/resources/deploymentAtSubscriptionScope.d.ts +1 -1
  506. package/resources/deploymentAtSubscriptionScope.js +3 -3
  507. package/resources/deploymentAtTenantScope.d.ts +1 -1
  508. package/resources/deploymentAtTenantScope.js +3 -3
  509. package/resources/getDeployment.d.ts +2 -2
  510. package/resources/getDeployment.js +2 -2
  511. package/resources/getDeploymentAtManagementGroupScope.d.ts +2 -2
  512. package/resources/getDeploymentAtManagementGroupScope.js +2 -2
  513. package/resources/getDeploymentAtScope.d.ts +2 -2
  514. package/resources/getDeploymentAtScope.js +2 -2
  515. package/resources/getDeploymentAtSubscriptionScope.d.ts +2 -2
  516. package/resources/getDeploymentAtSubscriptionScope.js +2 -2
  517. package/resources/getDeploymentAtTenantScope.d.ts +2 -2
  518. package/resources/getDeploymentAtTenantScope.js +2 -2
  519. package/resources/getResource.d.ts +2 -2
  520. package/resources/getResource.js +2 -2
  521. package/resources/getResourceGroup.d.ts +2 -2
  522. package/resources/getResourceGroup.js +2 -2
  523. package/resources/getTagAtScope.d.ts +2 -2
  524. package/resources/getTagAtScope.js +2 -2
  525. package/resources/resource.d.ts +1 -1
  526. package/resources/resource.js +3 -3
  527. package/resources/resourceGroup.d.ts +1 -1
  528. package/resources/resourceGroup.js +3 -3
  529. package/resources/tagAtScope.d.ts +1 -1
  530. package/resources/tagAtScope.js +3 -3
  531. package/search/getPrivateEndpointConnection.d.ts +2 -2
  532. package/search/getPrivateEndpointConnection.js +2 -2
  533. package/search/getService.d.ts +2 -2
  534. package/search/getService.js +2 -2
  535. package/search/getSharedPrivateLinkResource.d.ts +2 -2
  536. package/search/getSharedPrivateLinkResource.js +2 -2
  537. package/search/listAdminKey.d.ts +2 -2
  538. package/search/listAdminKey.js +2 -2
  539. package/search/listQueryKeyBySearchService.d.ts +2 -2
  540. package/search/listQueryKeyBySearchService.js +2 -2
  541. package/search/privateEndpointConnection.d.ts +1 -1
  542. package/search/privateEndpointConnection.js +3 -3
  543. package/search/service.d.ts +1 -1
  544. package/search/service.js +3 -3
  545. package/search/sharedPrivateLinkResource.d.ts +1 -1
  546. package/search/sharedPrivateLinkResource.js +3 -3
  547. package/tsconfig.tsbuildinfo +1 -1
  548. package/types/enums/containerservice/index.d.ts +50 -0
  549. package/types/enums/containerservice/index.js +40 -2
  550. package/types/enums/cosmosdb/index.d.ts +23 -0
  551. package/types/enums/cosmosdb/index.js +13 -2
  552. package/types/enums/datafactory/index.d.ts +7 -0
  553. package/types/enums/datafactory/index.js +6 -3
  554. package/types/enums/durabletask/index.d.ts +1 -1
  555. package/types/enums/durabletask/index.js +1 -1
  556. package/types/enums/index.d.ts +2 -1
  557. package/types/enums/index.js +5 -3
  558. package/types/enums/migrate/index.d.ts +22 -0
  559. package/types/enums/migrate/index.js +21 -3
  560. package/types/enums/monitor/index.d.ts +8 -0
  561. package/types/enums/monitor/index.js +6 -2
  562. package/types/enums/onlineexperimentation/index.d.ts +46 -0
  563. package/types/enums/onlineexperimentation/index.js +40 -0
  564. package/types/input.d.ts +313 -18
  565. package/types/input.js +26 -3
  566. package/types/output.d.ts +408 -41
  567. package/types/output.js +26 -3
  568. package/weightsandbiases/getInstance.d.ts +4 -0
  569. package/weightsandbiases/getInstance.js +5 -1
  570. package/weightsandbiases/instance.d.ts +2 -0
  571. package/weightsandbiases/instance.js +4 -2
@@ -5,7 +5,7 @@ import * as outputs from "../types/output";
5
5
  *
6
6
  * Uses Azure REST API version 2024-02-01.
7
7
  *
8
- * Other available API versions: 2023-04-01, 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
8
+ * Other available API versions: 2023-04-01, 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01, 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
9
9
  */
10
10
  export declare function getAttachedNetworkByDevCenter(args: GetAttachedNetworkByDevCenterArgs, opts?: pulumi.InvokeOptions): Promise<GetAttachedNetworkByDevCenterResult>;
11
11
  export interface GetAttachedNetworkByDevCenterArgs {
@@ -72,7 +72,7 @@ export interface GetAttachedNetworkByDevCenterResult {
72
72
  *
73
73
  * Uses Azure REST API version 2024-02-01.
74
74
  *
75
- * Other available API versions: 2023-04-01, 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
75
+ * Other available API versions: 2023-04-01, 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01, 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
76
76
  */
77
77
  export declare function getAttachedNetworkByDevCenterOutput(args: GetAttachedNetworkByDevCenterOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetAttachedNetworkByDevCenterResult>;
78
78
  export interface GetAttachedNetworkByDevCenterOutputArgs {
@@ -10,7 +10,7 @@ const utilities = require("../utilities");
10
10
  *
11
11
  * Uses Azure REST API version 2024-02-01.
12
12
  *
13
- * Other available API versions: 2023-04-01, 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
13
+ * Other available API versions: 2023-04-01, 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01, 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
14
14
  */
15
15
  function getAttachedNetworkByDevCenter(args, opts) {
16
16
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -26,7 +26,7 @@ exports.getAttachedNetworkByDevCenter = getAttachedNetworkByDevCenter;
26
26
  *
27
27
  * Uses Azure REST API version 2024-02-01.
28
28
  *
29
- * Other available API versions: 2023-04-01, 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
29
+ * Other available API versions: 2023-04-01, 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01, 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
30
30
  */
31
31
  function getAttachedNetworkByDevCenterOutput(args, opts) {
32
32
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -5,7 +5,7 @@ import * as outputs from "../types/output";
5
5
  *
6
6
  * Uses Azure REST API version 2024-02-01.
7
7
  *
8
- * Other available API versions: 2023-04-01, 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
8
+ * Other available API versions: 2023-04-01, 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01, 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
9
9
  */
10
10
  export declare function getCatalog(args: GetCatalogArgs, opts?: pulumi.InvokeOptions): Promise<GetCatalogResult>;
11
11
  export interface GetCatalogArgs {
@@ -94,7 +94,7 @@ export interface GetCatalogResult {
94
94
  *
95
95
  * Uses Azure REST API version 2024-02-01.
96
96
  *
97
- * Other available API versions: 2023-04-01, 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
97
+ * Other available API versions: 2023-04-01, 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01, 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
98
98
  */
99
99
  export declare function getCatalogOutput(args: GetCatalogOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCatalogResult>;
100
100
  export interface GetCatalogOutputArgs {
@@ -10,7 +10,7 @@ const utilities = require("../utilities");
10
10
  *
11
11
  * Uses Azure REST API version 2024-02-01.
12
12
  *
13
- * Other available API versions: 2023-04-01, 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
13
+ * Other available API versions: 2023-04-01, 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01, 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
14
14
  */
15
15
  function getCatalog(args, opts) {
16
16
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -26,7 +26,7 @@ exports.getCatalog = getCatalog;
26
26
  *
27
27
  * Uses Azure REST API version 2024-02-01.
28
28
  *
29
- * Other available API versions: 2023-04-01, 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
29
+ * Other available API versions: 2023-04-01, 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01, 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
30
30
  */
31
31
  function getCatalogOutput(args, opts) {
32
32
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -5,7 +5,7 @@ import * as outputs from "../types/output";
5
5
  *
6
6
  * Uses Azure REST API version 2024-02-01.
7
7
  *
8
- * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
8
+ * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01, 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
9
9
  */
10
10
  export declare function getCatalogSyncErrorDetails(args: GetCatalogSyncErrorDetailsArgs, opts?: pulumi.InvokeOptions): Promise<GetCatalogSyncErrorDetailsResult>;
11
11
  export interface GetCatalogSyncErrorDetailsArgs {
@@ -44,7 +44,7 @@ export interface GetCatalogSyncErrorDetailsResult {
44
44
  *
45
45
  * Uses Azure REST API version 2024-02-01.
46
46
  *
47
- * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
47
+ * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01, 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
48
48
  */
49
49
  export declare function getCatalogSyncErrorDetailsOutput(args: GetCatalogSyncErrorDetailsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCatalogSyncErrorDetailsResult>;
50
50
  export interface GetCatalogSyncErrorDetailsOutputArgs {
@@ -10,7 +10,7 @@ const utilities = require("../utilities");
10
10
  *
11
11
  * Uses Azure REST API version 2024-02-01.
12
12
  *
13
- * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
13
+ * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01, 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
14
14
  */
15
15
  function getCatalogSyncErrorDetails(args, opts) {
16
16
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -26,7 +26,7 @@ exports.getCatalogSyncErrorDetails = getCatalogSyncErrorDetails;
26
26
  *
27
27
  * Uses Azure REST API version 2024-02-01.
28
28
  *
29
- * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
29
+ * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01, 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
30
30
  */
31
31
  function getCatalogSyncErrorDetailsOutput(args, opts) {
32
32
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -5,7 +5,7 @@ import * as outputs from "../types/output";
5
5
  *
6
6
  * Uses Azure REST API version 2024-10-01-preview.
7
7
  *
8
- * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2025-02-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
8
+ * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2025-02-01, 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
9
9
  */
10
10
  export declare function getCustomizationTaskErrorDetails(args: GetCustomizationTaskErrorDetailsArgs, opts?: pulumi.InvokeOptions): Promise<GetCustomizationTaskErrorDetailsResult>;
11
11
  export interface GetCustomizationTaskErrorDetailsArgs {
@@ -40,7 +40,7 @@ export interface GetCustomizationTaskErrorDetailsResult {
40
40
  *
41
41
  * Uses Azure REST API version 2024-10-01-preview.
42
42
  *
43
- * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2025-02-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
43
+ * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2025-02-01, 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
44
44
  */
45
45
  export declare function getCustomizationTaskErrorDetailsOutput(args: GetCustomizationTaskErrorDetailsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCustomizationTaskErrorDetailsResult>;
46
46
  export interface GetCustomizationTaskErrorDetailsOutputArgs {
@@ -10,7 +10,7 @@ const utilities = require("../utilities");
10
10
  *
11
11
  * Uses Azure REST API version 2024-10-01-preview.
12
12
  *
13
- * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2025-02-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
13
+ * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2025-02-01, 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
14
14
  */
15
15
  function getCustomizationTaskErrorDetails(args, opts) {
16
16
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -27,7 +27,7 @@ exports.getCustomizationTaskErrorDetails = getCustomizationTaskErrorDetails;
27
27
  *
28
28
  * Uses Azure REST API version 2024-10-01-preview.
29
29
  *
30
- * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2025-02-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
30
+ * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2025-02-01, 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
31
31
  */
32
32
  function getCustomizationTaskErrorDetailsOutput(args, opts) {
33
33
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -5,7 +5,7 @@ import * as outputs from "../types/output";
5
5
  *
6
6
  * Uses Azure REST API version 2024-02-01.
7
7
  *
8
- * Other available API versions: 2023-04-01, 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
8
+ * Other available API versions: 2023-04-01, 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01, 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
9
9
  */
10
10
  export declare function getDevBoxDefinition(args: GetDevBoxDefinitionArgs, opts?: pulumi.InvokeOptions): Promise<GetDevBoxDefinitionResult>;
11
11
  export interface GetDevBoxDefinitionArgs {
@@ -98,7 +98,7 @@ export interface GetDevBoxDefinitionResult {
98
98
  *
99
99
  * Uses Azure REST API version 2024-02-01.
100
100
  *
101
- * Other available API versions: 2023-04-01, 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
101
+ * Other available API versions: 2023-04-01, 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01, 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
102
102
  */
103
103
  export declare function getDevBoxDefinitionOutput(args: GetDevBoxDefinitionOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetDevBoxDefinitionResult>;
104
104
  export interface GetDevBoxDefinitionOutputArgs {
@@ -10,7 +10,7 @@ const utilities = require("../utilities");
10
10
  *
11
11
  * Uses Azure REST API version 2024-02-01.
12
12
  *
13
- * Other available API versions: 2023-04-01, 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
13
+ * Other available API versions: 2023-04-01, 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01, 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
14
14
  */
15
15
  function getDevBoxDefinition(args, opts) {
16
16
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -26,7 +26,7 @@ exports.getDevBoxDefinition = getDevBoxDefinition;
26
26
  *
27
27
  * Uses Azure REST API version 2024-02-01.
28
28
  *
29
- * Other available API versions: 2023-04-01, 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
29
+ * Other available API versions: 2023-04-01, 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01, 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
30
30
  */
31
31
  function getDevBoxDefinitionOutput(args, opts) {
32
32
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -5,7 +5,7 @@ import * as outputs from "../types/output";
5
5
  *
6
6
  * Uses Azure REST API version 2024-02-01.
7
7
  *
8
- * Other available API versions: 2023-04-01, 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
8
+ * Other available API versions: 2023-04-01, 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01, 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
9
9
  */
10
10
  export declare function getDevCenter(args: GetDevCenterArgs, opts?: pulumi.InvokeOptions): Promise<GetDevCenterResult>;
11
11
  export interface GetDevCenterArgs {
@@ -82,7 +82,7 @@ export interface GetDevCenterResult {
82
82
  *
83
83
  * Uses Azure REST API version 2024-02-01.
84
84
  *
85
- * Other available API versions: 2023-04-01, 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
85
+ * Other available API versions: 2023-04-01, 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01, 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
86
86
  */
87
87
  export declare function getDevCenterOutput(args: GetDevCenterOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetDevCenterResult>;
88
88
  export interface GetDevCenterOutputArgs {
@@ -10,7 +10,7 @@ const utilities = require("../utilities");
10
10
  *
11
11
  * Uses Azure REST API version 2024-02-01.
12
12
  *
13
- * Other available API versions: 2023-04-01, 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
13
+ * Other available API versions: 2023-04-01, 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01, 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
14
14
  */
15
15
  function getDevCenter(args, opts) {
16
16
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -25,7 +25,7 @@ exports.getDevCenter = getDevCenter;
25
25
  *
26
26
  * Uses Azure REST API version 2024-02-01.
27
27
  *
28
- * Other available API versions: 2023-04-01, 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
28
+ * Other available API versions: 2023-04-01, 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01, 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
29
29
  */
30
30
  function getDevCenterOutput(args, opts) {
31
31
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -0,0 +1,103 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Gets Build details
5
+ *
6
+ * Uses Azure REST API version 2025-04-01-preview.
7
+ */
8
+ export declare function getDevCenterCatalogImageDefinitionBuildDetails(args: GetDevCenterCatalogImageDefinitionBuildDetailsArgs, opts?: pulumi.InvokeOptions): Promise<GetDevCenterCatalogImageDefinitionBuildDetailsResult>;
9
+ export interface GetDevCenterCatalogImageDefinitionBuildDetailsArgs {
10
+ /**
11
+ * The ID of the Image Definition Build.
12
+ */
13
+ buildName: string;
14
+ /**
15
+ * The name of the Catalog.
16
+ */
17
+ catalogName: string;
18
+ /**
19
+ * The name of the devcenter.
20
+ */
21
+ devCenterName: string;
22
+ /**
23
+ * The name of the Image Definition.
24
+ */
25
+ imageDefinitionName: string;
26
+ /**
27
+ * The name of the resource group. The name is case insensitive.
28
+ */
29
+ resourceGroupName: string;
30
+ }
31
+ /**
32
+ * Represents a specific build of an Image Definition.
33
+ */
34
+ export interface GetDevCenterCatalogImageDefinitionBuildDetailsResult {
35
+ /**
36
+ * End time of the task group.
37
+ */
38
+ readonly endTime: string;
39
+ /**
40
+ * Details for image creation error. Populated when the image creation is not successful.
41
+ */
42
+ readonly errorDetails: outputs.devcenter.ImageCreationErrorDetailsResponse;
43
+ /**
44
+ * Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
45
+ */
46
+ readonly id: string;
47
+ /**
48
+ * The specific image version used by the build.
49
+ */
50
+ readonly imageReference: outputs.devcenter.ImageReferenceResponse;
51
+ /**
52
+ * The name of the resource
53
+ */
54
+ readonly name: string;
55
+ /**
56
+ * Start time of the task group.
57
+ */
58
+ readonly startTime: string;
59
+ /**
60
+ * The status of the build.
61
+ */
62
+ readonly status: string;
63
+ /**
64
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
65
+ */
66
+ readonly systemData: outputs.devcenter.SystemDataResponse;
67
+ /**
68
+ * The list of task groups executed during the image definition build.
69
+ */
70
+ readonly taskGroups: outputs.devcenter.ImageDefinitionBuildTaskGroupResponse[];
71
+ /**
72
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
73
+ */
74
+ readonly type: string;
75
+ }
76
+ /**
77
+ * Gets Build details
78
+ *
79
+ * Uses Azure REST API version 2025-04-01-preview.
80
+ */
81
+ export declare function getDevCenterCatalogImageDefinitionBuildDetailsOutput(args: GetDevCenterCatalogImageDefinitionBuildDetailsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetDevCenterCatalogImageDefinitionBuildDetailsResult>;
82
+ export interface GetDevCenterCatalogImageDefinitionBuildDetailsOutputArgs {
83
+ /**
84
+ * The ID of the Image Definition Build.
85
+ */
86
+ buildName: pulumi.Input<string>;
87
+ /**
88
+ * The name of the Catalog.
89
+ */
90
+ catalogName: pulumi.Input<string>;
91
+ /**
92
+ * The name of the devcenter.
93
+ */
94
+ devCenterName: pulumi.Input<string>;
95
+ /**
96
+ * The name of the Image Definition.
97
+ */
98
+ imageDefinitionName: pulumi.Input<string>;
99
+ /**
100
+ * The name of the resource group. The name is case insensitive.
101
+ */
102
+ resourceGroupName: pulumi.Input<string>;
103
+ }
@@ -0,0 +1,40 @@
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.getDevCenterCatalogImageDefinitionBuildDetailsOutput = exports.getDevCenterCatalogImageDefinitionBuildDetails = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Gets Build details
10
+ *
11
+ * Uses Azure REST API version 2025-04-01-preview.
12
+ */
13
+ function getDevCenterCatalogImageDefinitionBuildDetails(args, opts) {
14
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
15
+ return pulumi.runtime.invoke("azure-native:devcenter:getDevCenterCatalogImageDefinitionBuildDetails", {
16
+ "buildName": args.buildName,
17
+ "catalogName": args.catalogName,
18
+ "devCenterName": args.devCenterName,
19
+ "imageDefinitionName": args.imageDefinitionName,
20
+ "resourceGroupName": args.resourceGroupName,
21
+ }, opts);
22
+ }
23
+ exports.getDevCenterCatalogImageDefinitionBuildDetails = getDevCenterCatalogImageDefinitionBuildDetails;
24
+ /**
25
+ * Gets Build details
26
+ *
27
+ * Uses Azure REST API version 2025-04-01-preview.
28
+ */
29
+ function getDevCenterCatalogImageDefinitionBuildDetailsOutput(args, opts) {
30
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
31
+ return pulumi.runtime.invokeOutput("azure-native:devcenter:getDevCenterCatalogImageDefinitionBuildDetails", {
32
+ "buildName": args.buildName,
33
+ "catalogName": args.catalogName,
34
+ "devCenterName": args.devCenterName,
35
+ "imageDefinitionName": args.imageDefinitionName,
36
+ "resourceGroupName": args.resourceGroupName,
37
+ }, opts);
38
+ }
39
+ exports.getDevCenterCatalogImageDefinitionBuildDetailsOutput = getDevCenterCatalogImageDefinitionBuildDetailsOutput;
40
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0RGV2Q2VudGVyQ2F0YWxvZ0ltYWdlRGVmaW5pdGlvbkJ1aWxkRGV0YWlscy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL2RldmNlbnRlci9nZXREZXZDZW50ZXJDYXRhbG9nSW1hZ2VEZWZpbml0aW9uQnVpbGREZXRhaWxzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzRUFBc0U7QUFDdEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBSXpDLDBDQUEwQztBQUUxQzs7OztHQUlHO0FBQ0gsU0FBZ0IsOENBQThDLENBQUMsSUFBd0QsRUFBRSxJQUEyQjtJQUNoSixJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLElBQUksRUFBRSxDQUFDLENBQUM7SUFDekUsT0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQyx1RUFBdUUsRUFBRTtRQUNsRyxXQUFXLEVBQUUsSUFBSSxDQUFDLFNBQVM7UUFDM0IsYUFBYSxFQUFFLElBQUksQ0FBQyxXQUFXO1FBQy9CLGVBQWUsRUFBRSxJQUFJLENBQUMsYUFBYTtRQUNuQyxxQkFBcUIsRUFBRSxJQUFJLENBQUMsbUJBQW1CO1FBQy9DLG1CQUFtQixFQUFFLElBQUksQ0FBQyxpQkFBaUI7S0FDOUMsRUFBRSxJQUFJLENBQUMsQ0FBQztBQUNiLENBQUM7QUFURCx3R0FTQztBQXNFRDs7OztHQUlHO0FBQ0gsU0FBZ0Isb0RBQW9ELENBQUMsSUFBOEQsRUFBRSxJQUFpQztJQUNsSyxJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLElBQUksRUFBRSxDQUFDLENBQUM7SUFDekUsT0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLFlBQVksQ0FBQyx1RUFBdUUsRUFBRTtRQUN4RyxXQUFXLEVBQUUsSUFBSSxDQUFDLFNBQVM7UUFDM0IsYUFBYSxFQUFFLElBQUksQ0FBQyxXQUFXO1FBQy9CLGVBQWUsRUFBRSxJQUFJLENBQUMsYUFBYTtRQUNuQyxxQkFBcUIsRUFBRSxJQUFJLENBQUMsbUJBQW1CO1FBQy9DLG1CQUFtQixFQUFFLElBQUksQ0FBQyxpQkFBaUI7S0FDOUMsRUFBRSxJQUFJLENBQUMsQ0FBQztBQUNiLENBQUM7QUFURCxvSEFTQyJ9
@@ -0,0 +1,59 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Gets Image Definition error details
5
+ *
6
+ * Uses Azure REST API version 2025-04-01-preview.
7
+ */
8
+ export declare function getDevCenterCatalogImageDefinitionErrorDetails(args: GetDevCenterCatalogImageDefinitionErrorDetailsArgs, opts?: pulumi.InvokeOptions): Promise<GetDevCenterCatalogImageDefinitionErrorDetailsResult>;
9
+ export interface GetDevCenterCatalogImageDefinitionErrorDetailsArgs {
10
+ /**
11
+ * The name of the Catalog.
12
+ */
13
+ catalogName: string;
14
+ /**
15
+ * The name of the devcenter.
16
+ */
17
+ devCenterName: string;
18
+ /**
19
+ * The name of the Image Definition.
20
+ */
21
+ imageDefinitionName: string;
22
+ /**
23
+ * The name of the resource group. The name is case insensitive.
24
+ */
25
+ resourceGroupName: string;
26
+ }
27
+ /**
28
+ * List of validator error details. Populated when changes are made to the resource or its dependent resources that impact the validity of the Catalog resource.
29
+ */
30
+ export interface GetDevCenterCatalogImageDefinitionErrorDetailsResult {
31
+ /**
32
+ * Errors associated with resources synchronized from the catalog.
33
+ */
34
+ readonly errors: outputs.devcenter.CatalogErrorDetailsResponse[];
35
+ }
36
+ /**
37
+ * Gets Image Definition error details
38
+ *
39
+ * Uses Azure REST API version 2025-04-01-preview.
40
+ */
41
+ export declare function getDevCenterCatalogImageDefinitionErrorDetailsOutput(args: GetDevCenterCatalogImageDefinitionErrorDetailsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetDevCenterCatalogImageDefinitionErrorDetailsResult>;
42
+ export interface GetDevCenterCatalogImageDefinitionErrorDetailsOutputArgs {
43
+ /**
44
+ * The name of the Catalog.
45
+ */
46
+ catalogName: pulumi.Input<string>;
47
+ /**
48
+ * The name of the devcenter.
49
+ */
50
+ devCenterName: pulumi.Input<string>;
51
+ /**
52
+ * The name of the Image Definition.
53
+ */
54
+ imageDefinitionName: 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,38 @@
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.getDevCenterCatalogImageDefinitionErrorDetailsOutput = exports.getDevCenterCatalogImageDefinitionErrorDetails = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Gets Image Definition error details
10
+ *
11
+ * Uses Azure REST API version 2025-04-01-preview.
12
+ */
13
+ function getDevCenterCatalogImageDefinitionErrorDetails(args, opts) {
14
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
15
+ return pulumi.runtime.invoke("azure-native:devcenter:getDevCenterCatalogImageDefinitionErrorDetails", {
16
+ "catalogName": args.catalogName,
17
+ "devCenterName": args.devCenterName,
18
+ "imageDefinitionName": args.imageDefinitionName,
19
+ "resourceGroupName": args.resourceGroupName,
20
+ }, opts);
21
+ }
22
+ exports.getDevCenterCatalogImageDefinitionErrorDetails = getDevCenterCatalogImageDefinitionErrorDetails;
23
+ /**
24
+ * Gets Image Definition error details
25
+ *
26
+ * Uses Azure REST API version 2025-04-01-preview.
27
+ */
28
+ function getDevCenterCatalogImageDefinitionErrorDetailsOutput(args, opts) {
29
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
30
+ return pulumi.runtime.invokeOutput("azure-native:devcenter:getDevCenterCatalogImageDefinitionErrorDetails", {
31
+ "catalogName": args.catalogName,
32
+ "devCenterName": args.devCenterName,
33
+ "imageDefinitionName": args.imageDefinitionName,
34
+ "resourceGroupName": args.resourceGroupName,
35
+ }, opts);
36
+ }
37
+ exports.getDevCenterCatalogImageDefinitionErrorDetailsOutput = getDevCenterCatalogImageDefinitionErrorDetailsOutput;
38
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0RGV2Q2VudGVyQ2F0YWxvZ0ltYWdlRGVmaW5pdGlvbkVycm9yRGV0YWlscy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL2RldmNlbnRlci9nZXREZXZDZW50ZXJDYXRhbG9nSW1hZ2VEZWZpbml0aW9uRXJyb3JEZXRhaWxzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzRUFBc0U7QUFDdEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBSXpDLDBDQUEwQztBQUUxQzs7OztHQUlHO0FBQ0gsU0FBZ0IsOENBQThDLENBQUMsSUFBd0QsRUFBRSxJQUEyQjtJQUNoSixJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLElBQUksRUFBRSxDQUFDLENBQUM7SUFDekUsT0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQyx1RUFBdUUsRUFBRTtRQUNsRyxhQUFhLEVBQUUsSUFBSSxDQUFDLFdBQVc7UUFDL0IsZUFBZSxFQUFFLElBQUksQ0FBQyxhQUFhO1FBQ25DLHFCQUFxQixFQUFFLElBQUksQ0FBQyxtQkFBbUI7UUFDL0MsbUJBQW1CLEVBQUUsSUFBSSxDQUFDLGlCQUFpQjtLQUM5QyxFQUFFLElBQUksQ0FBQyxDQUFDO0FBQ2IsQ0FBQztBQVJELHdHQVFDO0FBOEJEOzs7O0dBSUc7QUFDSCxTQUFnQixvREFBb0QsQ0FBQyxJQUE4RCxFQUFFLElBQWlDO0lBQ2xLLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksSUFBSSxFQUFFLENBQUMsQ0FBQztJQUN6RSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsWUFBWSxDQUFDLHVFQUF1RSxFQUFFO1FBQ3hHLGFBQWEsRUFBRSxJQUFJLENBQUMsV0FBVztRQUMvQixlQUFlLEVBQUUsSUFBSSxDQUFDLGFBQWE7UUFDbkMscUJBQXFCLEVBQUUsSUFBSSxDQUFDLG1CQUFtQjtRQUMvQyxtQkFBbUIsRUFBRSxJQUFJLENBQUMsaUJBQWlCO0tBQzlDLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBUkQsb0hBUUMifQ==
@@ -5,7 +5,7 @@ import * as outputs from "../types/output";
5
5
  *
6
6
  * Uses Azure REST API version 2024-10-01-preview.
7
7
  *
8
- * Other available API versions: 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
8
+ * Other available API versions: 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
9
9
  */
10
10
  export declare function getEncryptionSet(args: GetEncryptionSetArgs, opts?: pulumi.InvokeOptions): Promise<GetEncryptionSetResult>;
11
11
  export interface GetEncryptionSetArgs {
@@ -78,7 +78,7 @@ export interface GetEncryptionSetResult {
78
78
  *
79
79
  * Uses Azure REST API version 2024-10-01-preview.
80
80
  *
81
- * Other available API versions: 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
81
+ * Other available API versions: 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
82
82
  */
83
83
  export declare function getEncryptionSetOutput(args: GetEncryptionSetOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetEncryptionSetResult>;
84
84
  export interface GetEncryptionSetOutputArgs {
@@ -10,7 +10,7 @@ const utilities = require("../utilities");
10
10
  *
11
11
  * Uses Azure REST API version 2024-10-01-preview.
12
12
  *
13
- * Other available API versions: 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
13
+ * Other available API versions: 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
14
14
  */
15
15
  function getEncryptionSet(args, opts) {
16
16
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -26,7 +26,7 @@ exports.getEncryptionSet = getEncryptionSet;
26
26
  *
27
27
  * Uses Azure REST API version 2024-10-01-preview.
28
28
  *
29
- * Other available API versions: 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
29
+ * Other available API versions: 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
30
30
  */
31
31
  function getEncryptionSetOutput(args, opts) {
32
32
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -5,7 +5,7 @@ import * as outputs from "../types/output";
5
5
  *
6
6
  * Uses Azure REST API version 2024-02-01.
7
7
  *
8
- * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
8
+ * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01, 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
9
9
  */
10
10
  export declare function getEnvironmentDefinitionErrorDetails(args: GetEnvironmentDefinitionErrorDetailsArgs, opts?: pulumi.InvokeOptions): Promise<GetEnvironmentDefinitionErrorDetailsResult>;
11
11
  export interface GetEnvironmentDefinitionErrorDetailsArgs {
@@ -40,7 +40,7 @@ export interface GetEnvironmentDefinitionErrorDetailsResult {
40
40
  *
41
41
  * Uses Azure REST API version 2024-02-01.
42
42
  *
43
- * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
43
+ * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01, 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
44
44
  */
45
45
  export declare function getEnvironmentDefinitionErrorDetailsOutput(args: GetEnvironmentDefinitionErrorDetailsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetEnvironmentDefinitionErrorDetailsResult>;
46
46
  export interface GetEnvironmentDefinitionErrorDetailsOutputArgs {
@@ -10,7 +10,7 @@ const utilities = require("../utilities");
10
10
  *
11
11
  * Uses Azure REST API version 2024-02-01.
12
12
  *
13
- * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
13
+ * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01, 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
14
14
  */
15
15
  function getEnvironmentDefinitionErrorDetails(args, opts) {
16
16
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -27,7 +27,7 @@ exports.getEnvironmentDefinitionErrorDetails = getEnvironmentDefinitionErrorDeta
27
27
  *
28
28
  * Uses Azure REST API version 2024-02-01.
29
29
  *
30
- * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
30
+ * Other available API versions: 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01, 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
31
31
  */
32
32
  function getEnvironmentDefinitionErrorDetailsOutput(args, opts) {
33
33
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -5,7 +5,7 @@ import * as outputs from "../types/output";
5
5
  *
6
6
  * Uses Azure REST API version 2024-02-01.
7
7
  *
8
- * Other available API versions: 2023-04-01, 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
8
+ * Other available API versions: 2023-04-01, 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01, 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
9
9
  */
10
10
  export declare function getEnvironmentType(args: GetEnvironmentTypeArgs, opts?: pulumi.InvokeOptions): Promise<GetEnvironmentTypeResult>;
11
11
  export interface GetEnvironmentTypeArgs {
@@ -66,7 +66,7 @@ export interface GetEnvironmentTypeResult {
66
66
  *
67
67
  * Uses Azure REST API version 2024-02-01.
68
68
  *
69
- * Other available API versions: 2023-04-01, 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
69
+ * Other available API versions: 2023-04-01, 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01, 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
70
70
  */
71
71
  export declare function getEnvironmentTypeOutput(args: GetEnvironmentTypeOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetEnvironmentTypeResult>;
72
72
  export interface GetEnvironmentTypeOutputArgs {
@@ -10,7 +10,7 @@ const utilities = require("../utilities");
10
10
  *
11
11
  * Uses Azure REST API version 2024-02-01.
12
12
  *
13
- * Other available API versions: 2023-04-01, 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
13
+ * Other available API versions: 2023-04-01, 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01, 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
14
14
  */
15
15
  function getEnvironmentType(args, opts) {
16
16
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -26,7 +26,7 @@ exports.getEnvironmentType = getEnvironmentType;
26
26
  *
27
27
  * Uses Azure REST API version 2024-02-01.
28
28
  *
29
- * Other available API versions: 2023-04-01, 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
29
+ * Other available API versions: 2023-04-01, 2023-08-01-preview, 2023-10-01-preview, 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01, 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native devcenter [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
30
30
  */
31
31
  function getEnvironmentTypeOutput(args, opts) {
32
32
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});