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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (761) hide show
  1. package/app/appResiliency.d.ts +1 -1
  2. package/app/appResiliency.js +3 -3
  3. package/app/build.d.ts +1 -1
  4. package/app/build.js +3 -3
  5. package/app/builder.d.ts +1 -1
  6. package/app/builder.js +3 -3
  7. package/app/certificate.d.ts +1 -1
  8. package/app/certificate.js +3 -3
  9. package/app/connectedEnvironment.d.ts +1 -1
  10. package/app/connectedEnvironment.js +3 -3
  11. package/app/connectedEnvironmentsCertificate.d.ts +1 -1
  12. package/app/connectedEnvironmentsCertificate.js +3 -3
  13. package/app/connectedEnvironmentsDaprComponent.d.ts +1 -1
  14. package/app/connectedEnvironmentsDaprComponent.js +3 -3
  15. package/app/connectedEnvironmentsStorage.d.ts +1 -1
  16. package/app/connectedEnvironmentsStorage.js +3 -3
  17. package/app/containerApp.d.ts +1 -1
  18. package/app/containerApp.js +3 -3
  19. package/app/containerAppsAuthConfig.d.ts +1 -1
  20. package/app/containerAppsAuthConfig.js +3 -3
  21. package/app/containerAppsSessionPool.d.ts +2 -0
  22. package/app/containerAppsSessionPool.js +4 -2
  23. package/app/containerAppsSourceControl.d.ts +1 -1
  24. package/app/containerAppsSourceControl.js +3 -3
  25. package/app/daprComponent.d.ts +1 -1
  26. package/app/daprComponent.js +3 -3
  27. package/app/daprComponentResiliencyPolicy.d.ts +1 -1
  28. package/app/daprComponentResiliencyPolicy.js +3 -3
  29. package/app/daprSubscription.d.ts +1 -1
  30. package/app/daprSubscription.js +3 -3
  31. package/app/dotNetComponent.d.ts +1 -1
  32. package/app/dotNetComponent.js +3 -3
  33. package/app/getAppResiliency.d.ts +2 -2
  34. package/app/getAppResiliency.js +2 -2
  35. package/app/getBuild.d.ts +2 -2
  36. package/app/getBuild.js +2 -2
  37. package/app/getBuilder.d.ts +2 -2
  38. package/app/getBuilder.js +2 -2
  39. package/app/getCertificate.d.ts +2 -2
  40. package/app/getCertificate.js +2 -2
  41. package/app/getConnectedEnvironment.d.ts +2 -2
  42. package/app/getConnectedEnvironment.js +2 -2
  43. package/app/getConnectedEnvironmentsCertificate.d.ts +2 -2
  44. package/app/getConnectedEnvironmentsCertificate.js +2 -2
  45. package/app/getConnectedEnvironmentsDaprComponent.d.ts +2 -2
  46. package/app/getConnectedEnvironmentsDaprComponent.js +2 -2
  47. package/app/getConnectedEnvironmentsStorage.d.ts +2 -2
  48. package/app/getConnectedEnvironmentsStorage.js +2 -2
  49. package/app/getContainerApp.d.ts +2 -2
  50. package/app/getContainerApp.js +2 -2
  51. package/app/getContainerAppAuthToken.d.ts +2 -2
  52. package/app/getContainerAppAuthToken.js +2 -2
  53. package/app/getContainerAppsAuthConfig.d.ts +2 -2
  54. package/app/getContainerAppsAuthConfig.js +2 -2
  55. package/app/getContainerAppsSessionPool.d.ts +4 -0
  56. package/app/getContainerAppsSessionPool.js +5 -1
  57. package/app/getContainerAppsSourceControl.d.ts +2 -2
  58. package/app/getContainerAppsSourceControl.js +2 -2
  59. package/app/getCustomDomainVerificationId.d.ts +2 -2
  60. package/app/getCustomDomainVerificationId.js +2 -2
  61. package/app/getDaprComponent.d.ts +2 -2
  62. package/app/getDaprComponent.js +2 -2
  63. package/app/getDaprComponentResiliencyPolicy.d.ts +2 -2
  64. package/app/getDaprComponentResiliencyPolicy.js +2 -2
  65. package/app/getDaprSubscription.d.ts +2 -2
  66. package/app/getDaprSubscription.js +2 -2
  67. package/app/getDotNetComponent.d.ts +2 -2
  68. package/app/getDotNetComponent.js +2 -2
  69. package/app/getJavaComponent.d.ts +2 -2
  70. package/app/getJavaComponent.js +2 -2
  71. package/app/getJob.d.ts +2 -2
  72. package/app/getJob.js +2 -2
  73. package/app/getLogicApp.d.ts +4 -0
  74. package/app/getLogicApp.js +5 -1
  75. package/app/getManagedCertificate.d.ts +2 -2
  76. package/app/getManagedCertificate.js +2 -2
  77. package/app/getManagedEnvironment.d.ts +2 -2
  78. package/app/getManagedEnvironment.js +2 -2
  79. package/app/getManagedEnvironmentAuthToken.d.ts +2 -2
  80. package/app/getManagedEnvironmentAuthToken.js +2 -2
  81. package/app/getManagedEnvironmentPrivateEndpointConnection.d.ts +4 -0
  82. package/app/getManagedEnvironmentPrivateEndpointConnection.js +5 -1
  83. package/app/getManagedEnvironmentsStorage.d.ts +2 -2
  84. package/app/getManagedEnvironmentsStorage.js +2 -2
  85. package/app/index.d.ts +2 -1
  86. package/app/index.js +4 -2
  87. package/app/javaComponent.d.ts +1 -1
  88. package/app/javaComponent.js +3 -3
  89. package/app/job.d.ts +1 -1
  90. package/app/job.js +3 -3
  91. package/app/listBuildAuthToken.d.ts +2 -2
  92. package/app/listBuildAuthToken.js +2 -2
  93. package/app/listConnectedEnvironmentsDaprComponentSecrets.d.ts +2 -2
  94. package/app/listConnectedEnvironmentsDaprComponentSecrets.js +2 -2
  95. package/app/listContainerAppCustomHostNameAnalysis.d.ts +2 -2
  96. package/app/listContainerAppCustomHostNameAnalysis.js +2 -2
  97. package/app/listContainerAppSecrets.d.ts +2 -2
  98. package/app/listContainerAppSecrets.js +2 -2
  99. package/app/listDaprComponentSecrets.d.ts +2 -2
  100. package/app/listDaprComponentSecrets.js +2 -2
  101. package/app/listJobSecrets.d.ts +2 -2
  102. package/app/listJobSecrets.js +2 -2
  103. package/app/listLogicAppWorkflowsConnections.d.ts +4 -0
  104. package/app/listLogicAppWorkflowsConnections.js +5 -1
  105. package/app/logicApp.d.ts +2 -0
  106. package/app/logicApp.js +4 -2
  107. package/app/managedCertificate.d.ts +1 -1
  108. package/app/managedCertificate.js +3 -3
  109. package/app/managedEnvironment.d.ts +1 -1
  110. package/app/managedEnvironment.js +3 -3
  111. package/app/managedEnvironmentPrivateEndpointConnection.d.ts +2 -0
  112. package/app/managedEnvironmentPrivateEndpointConnection.js +4 -2
  113. package/app/managedEnvironmentsStorage.d.ts +1 -1
  114. package/app/managedEnvironmentsStorage.js +3 -3
  115. package/app/v20220101preview/certificate.js +2 -2
  116. package/app/v20220101preview/containerApp.js +2 -2
  117. package/app/v20220101preview/containerAppsAuthConfig.js +2 -2
  118. package/app/v20220101preview/containerAppsSourceControl.js +2 -2
  119. package/app/v20220101preview/daprComponent.js +2 -2
  120. package/app/v20220101preview/managedEnvironment.js +2 -2
  121. package/app/v20220101preview/managedEnvironmentsStorage.js +2 -2
  122. package/app/v20221001/certificate.js +2 -2
  123. package/app/v20221001/connectedEnvironment.js +2 -2
  124. package/app/v20221001/connectedEnvironmentsCertificate.js +2 -2
  125. package/app/v20221001/connectedEnvironmentsDaprComponent.js +2 -2
  126. package/app/v20221001/connectedEnvironmentsStorage.js +2 -2
  127. package/app/v20221001/containerApp.js +2 -2
  128. package/app/v20221001/containerAppsAuthConfig.js +2 -2
  129. package/app/v20221001/containerAppsSourceControl.js +2 -2
  130. package/app/v20221001/daprComponent.js +2 -2
  131. package/app/v20221001/managedEnvironment.js +2 -2
  132. package/app/v20221001/managedEnvironmentsStorage.js +2 -2
  133. package/app/v20230401preview/certificate.js +2 -2
  134. package/app/v20230401preview/connectedEnvironment.js +2 -2
  135. package/app/v20230401preview/connectedEnvironmentsCertificate.js +2 -2
  136. package/app/v20230401preview/connectedEnvironmentsDaprComponent.js +2 -2
  137. package/app/v20230401preview/connectedEnvironmentsStorage.js +2 -2
  138. package/app/v20230401preview/containerApp.js +2 -2
  139. package/app/v20230401preview/containerAppsAuthConfig.js +2 -2
  140. package/app/v20230401preview/containerAppsSourceControl.js +2 -2
  141. package/app/v20230401preview/daprComponent.js +2 -2
  142. package/app/v20230401preview/job.js +2 -2
  143. package/app/v20230401preview/managedCertificate.js +2 -2
  144. package/app/v20230401preview/managedEnvironment.js +2 -2
  145. package/app/v20230401preview/managedEnvironmentsStorage.js +2 -2
  146. package/app/v20230501/certificate.js +2 -2
  147. package/app/v20230501/connectedEnvironment.js +2 -2
  148. package/app/v20230501/connectedEnvironmentsCertificate.js +2 -2
  149. package/app/v20230501/connectedEnvironmentsDaprComponent.js +2 -2
  150. package/app/v20230501/connectedEnvironmentsStorage.js +2 -2
  151. package/app/v20230501/containerApp.js +2 -2
  152. package/app/v20230501/containerAppsAuthConfig.js +2 -2
  153. package/app/v20230501/containerAppsSourceControl.js +2 -2
  154. package/app/v20230501/daprComponent.js +2 -2
  155. package/app/v20230501/job.js +2 -2
  156. package/app/v20230501/managedCertificate.js +2 -2
  157. package/app/v20230501/managedEnvironment.js +2 -2
  158. package/app/v20230501/managedEnvironmentsStorage.js +2 -2
  159. package/app/v20230502preview/certificate.js +2 -2
  160. package/app/v20230502preview/connectedEnvironment.js +2 -2
  161. package/app/v20230502preview/connectedEnvironmentsCertificate.js +2 -2
  162. package/app/v20230502preview/connectedEnvironmentsDaprComponent.js +2 -2
  163. package/app/v20230502preview/connectedEnvironmentsStorage.js +2 -2
  164. package/app/v20230502preview/containerApp.js +2 -2
  165. package/app/v20230502preview/containerAppsAuthConfig.js +2 -2
  166. package/app/v20230502preview/containerAppsSourceControl.js +2 -2
  167. package/app/v20230502preview/daprComponent.js +2 -2
  168. package/app/v20230502preview/job.js +2 -2
  169. package/app/v20230502preview/managedCertificate.js +2 -2
  170. package/app/v20230502preview/managedEnvironment.js +2 -2
  171. package/app/v20230502preview/managedEnvironmentsStorage.js +2 -2
  172. package/app/v20230801preview/appResiliency.js +2 -2
  173. package/app/v20230801preview/build.js +2 -2
  174. package/app/v20230801preview/builder.js +2 -2
  175. package/app/v20230801preview/certificate.js +2 -2
  176. package/app/v20230801preview/connectedEnvironment.js +2 -2
  177. package/app/v20230801preview/connectedEnvironmentsCertificate.js +2 -2
  178. package/app/v20230801preview/connectedEnvironmentsDaprComponent.js +2 -2
  179. package/app/v20230801preview/connectedEnvironmentsStorage.js +2 -2
  180. package/app/v20230801preview/containerApp.js +2 -2
  181. package/app/v20230801preview/containerAppsAuthConfig.js +2 -2
  182. package/app/v20230801preview/containerAppsSourceControl.js +2 -2
  183. package/app/v20230801preview/daprComponent.js +2 -2
  184. package/app/v20230801preview/daprComponentResiliencyPolicy.js +2 -2
  185. package/app/v20230801preview/daprSubscription.js +2 -2
  186. package/app/v20230801preview/job.js +2 -2
  187. package/app/v20230801preview/managedCertificate.js +2 -2
  188. package/app/v20230801preview/managedEnvironment.js +2 -2
  189. package/app/v20230801preview/managedEnvironmentsStorage.js +2 -2
  190. package/app/v20231102preview/appResiliency.js +2 -2
  191. package/app/v20231102preview/build.js +2 -2
  192. package/app/v20231102preview/builder.js +2 -2
  193. package/app/v20231102preview/certificate.js +2 -2
  194. package/app/v20231102preview/connectedEnvironment.js +2 -2
  195. package/app/v20231102preview/connectedEnvironmentsCertificate.js +2 -2
  196. package/app/v20231102preview/connectedEnvironmentsDaprComponent.js +2 -2
  197. package/app/v20231102preview/connectedEnvironmentsStorage.js +2 -2
  198. package/app/v20231102preview/containerApp.js +2 -2
  199. package/app/v20231102preview/containerAppsAuthConfig.js +2 -2
  200. package/app/v20231102preview/containerAppsSourceControl.js +2 -2
  201. package/app/v20231102preview/daprComponent.js +2 -2
  202. package/app/v20231102preview/daprComponentResiliencyPolicy.js +2 -2
  203. package/app/v20231102preview/daprSubscription.js +2 -2
  204. package/app/v20231102preview/dotNetComponent.js +2 -2
  205. package/app/v20231102preview/javaComponent.js +2 -2
  206. package/app/v20231102preview/job.js +2 -2
  207. package/app/v20231102preview/managedCertificate.js +2 -2
  208. package/app/v20231102preview/managedEnvironment.js +2 -2
  209. package/app/v20231102preview/managedEnvironmentsStorage.js +2 -2
  210. package/app/v20240202preview/appResiliency.js +2 -2
  211. package/app/v20240202preview/build.js +2 -2
  212. package/app/v20240202preview/builder.js +2 -2
  213. package/app/v20240202preview/certificate.js +2 -2
  214. package/app/v20240202preview/connectedEnvironment.js +2 -2
  215. package/app/v20240202preview/connectedEnvironmentsCertificate.js +2 -2
  216. package/app/v20240202preview/connectedEnvironmentsDaprComponent.js +2 -2
  217. package/app/v20240202preview/connectedEnvironmentsStorage.js +2 -2
  218. package/app/v20240202preview/containerApp.js +2 -2
  219. package/app/v20240202preview/containerAppsAuthConfig.js +2 -2
  220. package/app/v20240202preview/containerAppsSessionPool.js +2 -2
  221. package/app/v20240202preview/containerAppsSourceControl.js +2 -2
  222. package/app/v20240202preview/daprComponent.js +2 -2
  223. package/app/v20240202preview/daprComponentResiliencyPolicy.js +2 -2
  224. package/app/v20240202preview/daprSubscription.js +2 -2
  225. package/app/v20240202preview/dotNetComponent.js +2 -2
  226. package/app/v20240202preview/javaComponent.js +2 -2
  227. package/app/v20240202preview/job.js +2 -2
  228. package/app/v20240202preview/logicApp.js +2 -2
  229. package/app/v20240202preview/managedCertificate.js +2 -2
  230. package/app/v20240202preview/managedEnvironment.js +2 -2
  231. package/app/v20240202preview/managedEnvironmentPrivateEndpointConnection.js +2 -2
  232. package/app/v20240202preview/managedEnvironmentsStorage.js +2 -2
  233. package/app/v20240301/certificate.js +2 -2
  234. package/app/v20240301/connectedEnvironment.js +2 -2
  235. package/app/v20240301/connectedEnvironmentsCertificate.js +2 -2
  236. package/app/v20240301/connectedEnvironmentsDaprComponent.js +2 -2
  237. package/app/v20240301/connectedEnvironmentsStorage.js +2 -2
  238. package/app/v20240301/containerApp.js +2 -2
  239. package/app/v20240301/containerAppsAuthConfig.js +2 -2
  240. package/app/v20240301/containerAppsSourceControl.js +2 -2
  241. package/app/v20240301/daprComponent.js +2 -2
  242. package/app/v20240301/job.js +2 -2
  243. package/app/v20240301/managedCertificate.js +2 -2
  244. package/app/v20240301/managedEnvironment.js +2 -2
  245. package/app/v20240301/managedEnvironmentsStorage.js +2 -2
  246. package/app/v20240802preview/appResiliency.d.ts +107 -0
  247. package/app/v20240802preview/appResiliency.js +82 -0
  248. package/app/v20240802preview/build.d.ts +95 -0
  249. package/app/v20240802preview/build.js +85 -0
  250. package/app/v20240802preview/builder.d.ts +103 -0
  251. package/app/v20240802preview/builder.js +82 -0
  252. package/app/v20240802preview/certificate.d.ts +87 -0
  253. package/app/v20240802preview/certificate.js +77 -0
  254. package/app/v20240802preview/connectedEnvironment.d.ts +119 -0
  255. package/app/v20240802preview/connectedEnvironment.js +85 -0
  256. package/app/v20240802preview/connectedEnvironmentsCertificate.d.ts +87 -0
  257. package/app/v20240802preview/connectedEnvironmentsCertificate.js +77 -0
  258. package/app/v20240802preview/connectedEnvironmentsDaprComponent.d.ts +131 -0
  259. package/app/v20240802preview/connectedEnvironmentsDaprComponent.js +90 -0
  260. package/app/v20240802preview/connectedEnvironmentsStorage.d.ts +67 -0
  261. package/app/v20240802preview/connectedEnvironmentsStorage.js +73 -0
  262. package/app/v20240802preview/containerApp.d.ts +188 -0
  263. package/app/v20240802preview/containerApp.js +108 -0
  264. package/app/v20240802preview/containerAppsAuthConfig.d.ts +107 -0
  265. package/app/v20240802preview/containerAppsAuthConfig.js +83 -0
  266. package/app/v20240802preview/containerAppsSessionPool.d.ts +152 -0
  267. package/app/v20240802preview/containerAppsSessionPool.js +93 -0
  268. package/app/v20240802preview/containerAppsSourceControl.d.ts +91 -0
  269. package/app/v20240802preview/containerAppsSourceControl.js +79 -0
  270. package/app/v20240802preview/daprComponent.d.ts +131 -0
  271. package/app/v20240802preview/daprComponent.js +90 -0
  272. package/app/v20240802preview/daprComponentResiliencyPolicy.d.ts +79 -0
  273. package/app/v20240802preview/daprComponentResiliencyPolicy.js +78 -0
  274. package/app/v20240802preview/daprSubscription.d.ts +119 -0
  275. package/app/v20240802preview/daprSubscription.js +85 -0
  276. package/app/v20240802preview/dotNetComponent.d.ts +88 -0
  277. package/app/v20240802preview/dotNetComponent.js +78 -0
  278. package/app/v20240802preview/getAppResiliency.d.ts +83 -0
  279. package/app/v20240802preview/getAppResiliency.js +27 -0
  280. package/app/v20240802preview/getBuild.d.ts +87 -0
  281. package/app/v20240802preview/getBuild.js +27 -0
  282. package/app/v20240802preview/getBuilder.d.ts +77 -0
  283. package/app/v20240802preview/getBuilder.js +26 -0
  284. package/app/v20240802preview/getCertificate.d.ts +73 -0
  285. package/app/v20240802preview/getCertificate.js +27 -0
  286. package/app/v20240802preview/getConnectedEnvironment.d.ts +89 -0
  287. package/app/v20240802preview/getConnectedEnvironment.js +26 -0
  288. package/app/v20240802preview/getConnectedEnvironmentsCertificate.d.ts +73 -0
  289. package/app/v20240802preview/getConnectedEnvironmentsCertificate.js +27 -0
  290. package/app/v20240802preview/getConnectedEnvironmentsDaprComponent.d.ts +95 -0
  291. package/app/v20240802preview/getConnectedEnvironmentsDaprComponent.js +27 -0
  292. package/app/v20240802preview/getConnectedEnvironmentsStorage.d.ts +63 -0
  293. package/app/v20240802preview/getConnectedEnvironmentsStorage.js +27 -0
  294. package/app/v20240802preview/getContainerApp.d.ts +133 -0
  295. package/app/v20240802preview/getContainerApp.js +26 -0
  296. package/app/v20240802preview/getContainerAppAuthToken.d.ts +69 -0
  297. package/app/v20240802preview/getContainerAppAuthToken.js +26 -0
  298. package/app/v20240802preview/getContainerAppsAuthConfig.d.ts +83 -0
  299. package/app/v20240802preview/getContainerAppsAuthConfig.js +27 -0
  300. package/app/v20240802preview/getContainerAppsSessionPool.d.ts +105 -0
  301. package/app/v20240802preview/getContainerAppsSessionPool.js +26 -0
  302. package/app/v20240802preview/getContainerAppsSourceControl.d.ts +77 -0
  303. package/app/v20240802preview/getContainerAppsSourceControl.js +27 -0
  304. package/app/v20240802preview/getCustomDomainVerificationId.d.ts +17 -0
  305. package/app/v20240802preview/getCustomDomainVerificationId.js +24 -0
  306. package/app/v20240802preview/getDaprComponent.d.ts +95 -0
  307. package/app/v20240802preview/getDaprComponent.js +27 -0
  308. package/app/v20240802preview/getDaprComponentResiliencyPolicy.d.ts +75 -0
  309. package/app/v20240802preview/getDaprComponentResiliencyPolicy.js +28 -0
  310. package/app/v20240802preview/getDaprSubscription.d.ts +89 -0
  311. package/app/v20240802preview/getDaprSubscription.js +27 -0
  312. package/app/v20240802preview/getDotNetComponent.d.ts +75 -0
  313. package/app/v20240802preview/getDotNetComponent.js +27 -0
  314. package/app/v20240802preview/getJavaComponent.d.ts +63 -0
  315. package/app/v20240802preview/getJavaComponent.js +27 -0
  316. package/app/v20240802preview/getJob.d.ts +101 -0
  317. package/app/v20240802preview/getJob.js +26 -0
  318. package/app/v20240802preview/getLogicApp.d.ts +59 -0
  319. package/app/v20240802preview/getLogicApp.js +27 -0
  320. package/app/v20240802preview/getManagedCertificate.d.ts +73 -0
  321. package/app/v20240802preview/getManagedCertificate.js +27 -0
  322. package/app/v20240802preview/getManagedEnvironment.d.ts +155 -0
  323. package/app/v20240802preview/getManagedEnvironment.js +26 -0
  324. package/app/v20240802preview/getManagedEnvironmentAuthToken.d.ts +69 -0
  325. package/app/v20240802preview/getManagedEnvironmentAuthToken.js +26 -0
  326. package/app/v20240802preview/getManagedEnvironmentPrivateEndpointConnection.d.ts +75 -0
  327. package/app/v20240802preview/getManagedEnvironmentPrivateEndpointConnection.js +27 -0
  328. package/app/v20240802preview/getManagedEnvironmentsStorage.d.ts +63 -0
  329. package/app/v20240802preview/getManagedEnvironmentsStorage.js +27 -0
  330. package/app/v20240802preview/index.d.ts +169 -0
  331. package/app/v20240802preview/index.js +226 -0
  332. package/app/v20240802preview/javaComponent.d.ts +67 -0
  333. package/app/v20240802preview/javaComponent.js +72 -0
  334. package/app/v20240802preview/job.d.ts +139 -0
  335. package/app/v20240802preview/job.js +92 -0
  336. package/app/v20240802preview/listBuildAuthToken.d.ts +50 -0
  337. package/app/v20240802preview/listBuildAuthToken.js +27 -0
  338. package/app/v20240802preview/listConnectedEnvironmentsDaprComponentSecrets.d.ts +47 -0
  339. package/app/v20240802preview/listConnectedEnvironmentsDaprComponentSecrets.js +27 -0
  340. package/app/v20240802preview/listContainerAppCustomHostNameAnalysis.d.ts +91 -0
  341. package/app/v20240802preview/listContainerAppCustomHostNameAnalysis.js +27 -0
  342. package/app/v20240802preview/listContainerAppSecrets.d.ts +39 -0
  343. package/app/v20240802preview/listContainerAppSecrets.js +26 -0
  344. package/app/v20240802preview/listDaprComponentSecrets.d.ts +47 -0
  345. package/app/v20240802preview/listDaprComponentSecrets.js +27 -0
  346. package/app/v20240802preview/listJobSecrets.d.ts +39 -0
  347. package/app/v20240802preview/listJobSecrets.js +26 -0
  348. package/app/v20240802preview/listLogicAppWorkflowsConnections.d.ts +67 -0
  349. package/app/v20240802preview/listLogicAppWorkflowsConnections.js +27 -0
  350. package/app/v20240802preview/logicApp.d.ts +58 -0
  351. package/app/v20240802preview/logicApp.js +71 -0
  352. package/app/v20240802preview/managedCertificate.d.ts +87 -0
  353. package/app/v20240802preview/managedCertificate.js +77 -0
  354. package/app/v20240802preview/managedEnvironment.d.ts +232 -0
  355. package/app/v20240802preview/managedEnvironment.js +117 -0
  356. package/app/v20240802preview/managedEnvironmentPrivateEndpointConnection.d.ts +79 -0
  357. package/app/v20240802preview/managedEnvironmentPrivateEndpointConnection.js +82 -0
  358. package/app/v20240802preview/managedEnvironmentsStorage.d.ts +67 -0
  359. package/app/v20240802preview/managedEnvironmentsStorage.js +73 -0
  360. package/devcenter/attachedNetworkByDevCenter.d.ts +1 -1
  361. package/devcenter/attachedNetworkByDevCenter.js +3 -3
  362. package/devcenter/catalog.d.ts +1 -1
  363. package/devcenter/catalog.js +3 -3
  364. package/devcenter/curationProfile.d.ts +2 -0
  365. package/devcenter/curationProfile.js +4 -2
  366. package/devcenter/devBoxDefinition.d.ts +1 -1
  367. package/devcenter/devBoxDefinition.js +3 -3
  368. package/devcenter/devCenter.d.ts +1 -1
  369. package/devcenter/devCenter.js +3 -3
  370. package/devcenter/encryptionSet.d.ts +1 -1
  371. package/devcenter/encryptionSet.js +3 -3
  372. package/devcenter/environmentType.d.ts +1 -1
  373. package/devcenter/environmentType.js +3 -3
  374. package/devcenter/gallery.d.ts +1 -1
  375. package/devcenter/gallery.js +3 -3
  376. package/devcenter/getAttachedNetworkByDevCenter.d.ts +2 -2
  377. package/devcenter/getAttachedNetworkByDevCenter.js +2 -2
  378. package/devcenter/getCatalog.d.ts +2 -2
  379. package/devcenter/getCatalog.js +2 -2
  380. package/devcenter/getCatalogSyncErrorDetails.d.ts +2 -2
  381. package/devcenter/getCatalogSyncErrorDetails.js +2 -2
  382. package/devcenter/getCurationProfile.d.ts +4 -0
  383. package/devcenter/getCurationProfile.js +5 -1
  384. package/devcenter/getCustomizationTaskErrorDetails.d.ts +2 -2
  385. package/devcenter/getCustomizationTaskErrorDetails.js +2 -2
  386. package/devcenter/getDevBoxDefinition.d.ts +2 -2
  387. package/devcenter/getDevBoxDefinition.js +2 -2
  388. package/devcenter/getDevCenter.d.ts +2 -2
  389. package/devcenter/getDevCenter.js +2 -2
  390. package/devcenter/getEncryptionSet.d.ts +2 -2
  391. package/devcenter/getEncryptionSet.js +2 -2
  392. package/devcenter/getEnvironmentDefinitionErrorDetails.d.ts +2 -2
  393. package/devcenter/getEnvironmentDefinitionErrorDetails.js +2 -2
  394. package/devcenter/getEnvironmentType.d.ts +2 -2
  395. package/devcenter/getEnvironmentType.js +2 -2
  396. package/devcenter/getGallery.d.ts +2 -2
  397. package/devcenter/getGallery.js +2 -2
  398. package/devcenter/getNetworkConnection.d.ts +2 -2
  399. package/devcenter/getNetworkConnection.js +2 -2
  400. package/devcenter/getPlan.d.ts +2 -2
  401. package/devcenter/getPlan.js +2 -2
  402. package/devcenter/getPlanMember.d.ts +2 -2
  403. package/devcenter/getPlanMember.js +2 -2
  404. package/devcenter/getPool.d.ts +2 -2
  405. package/devcenter/getPool.js +2 -2
  406. package/devcenter/getProject.d.ts +2 -2
  407. package/devcenter/getProject.js +2 -2
  408. package/devcenter/getProjectCatalog.d.ts +2 -2
  409. package/devcenter/getProjectCatalog.js +2 -2
  410. package/devcenter/getProjectCatalogEnvironmentDefinitionErrorDetails.d.ts +2 -2
  411. package/devcenter/getProjectCatalogEnvironmentDefinitionErrorDetails.js +2 -2
  412. package/devcenter/getProjectCatalogImageDefinitionBuildDetails.d.ts +2 -2
  413. package/devcenter/getProjectCatalogImageDefinitionBuildDetails.js +2 -2
  414. package/devcenter/getProjectCatalogSyncErrorDetails.d.ts +2 -2
  415. package/devcenter/getProjectCatalogSyncErrorDetails.js +2 -2
  416. package/devcenter/getProjectEnvironmentType.d.ts +2 -2
  417. package/devcenter/getProjectEnvironmentType.js +2 -2
  418. package/devcenter/getProjectInheritedSettings.d.ts +2 -2
  419. package/devcenter/getProjectInheritedSettings.js +2 -2
  420. package/devcenter/getProjectPolicy.d.ts +73 -0
  421. package/devcenter/getProjectPolicy.js +29 -0
  422. package/devcenter/getSchedule.d.ts +2 -2
  423. package/devcenter/getSchedule.js +2 -2
  424. package/devcenter/index.d.ts +8 -1
  425. package/devcenter/index.js +11 -2
  426. package/devcenter/listSkusByProject.d.ts +2 -2
  427. package/devcenter/listSkusByProject.js +2 -2
  428. package/devcenter/networkConnection.d.ts +1 -1
  429. package/devcenter/networkConnection.js +3 -3
  430. package/devcenter/plan.d.ts +1 -1
  431. package/devcenter/plan.js +3 -3
  432. package/devcenter/planMember.d.ts +1 -1
  433. package/devcenter/planMember.js +3 -3
  434. package/devcenter/pool.d.ts +1 -1
  435. package/devcenter/pool.js +3 -3
  436. package/devcenter/project.d.ts +1 -1
  437. package/devcenter/project.js +3 -3
  438. package/devcenter/projectCatalog.d.ts +1 -1
  439. package/devcenter/projectCatalog.js +3 -3
  440. package/devcenter/projectEnvironmentType.d.ts +1 -1
  441. package/devcenter/projectEnvironmentType.js +3 -3
  442. package/devcenter/projectPolicy.d.ts +80 -0
  443. package/devcenter/projectPolicy.js +78 -0
  444. package/devcenter/schedule.d.ts +1 -1
  445. package/devcenter/schedule.js +3 -3
  446. package/devcenter/v20221111preview/devBoxDefinition.js +2 -2
  447. package/devcenter/v20230401/attachedNetworkByDevCenter.js +2 -2
  448. package/devcenter/v20230401/catalog.js +2 -2
  449. package/devcenter/v20230401/devBoxDefinition.js +2 -2
  450. package/devcenter/v20230401/devCenter.js +2 -2
  451. package/devcenter/v20230401/environmentType.js +2 -2
  452. package/devcenter/v20230401/gallery.js +2 -2
  453. package/devcenter/v20230401/networkConnection.js +2 -2
  454. package/devcenter/v20230401/pool.js +2 -2
  455. package/devcenter/v20230401/project.js +2 -2
  456. package/devcenter/v20230401/projectEnvironmentType.js +2 -2
  457. package/devcenter/v20230401/schedule.js +2 -2
  458. package/devcenter/v20230801preview/attachedNetworkByDevCenter.js +2 -2
  459. package/devcenter/v20230801preview/catalog.js +2 -2
  460. package/devcenter/v20230801preview/devBoxDefinition.js +2 -2
  461. package/devcenter/v20230801preview/devCenter.js +2 -2
  462. package/devcenter/v20230801preview/environmentType.js +2 -2
  463. package/devcenter/v20230801preview/gallery.js +2 -2
  464. package/devcenter/v20230801preview/networkConnection.js +2 -2
  465. package/devcenter/v20230801preview/pool.js +2 -2
  466. package/devcenter/v20230801preview/project.js +2 -2
  467. package/devcenter/v20230801preview/projectEnvironmentType.js +2 -2
  468. package/devcenter/v20230801preview/schedule.js +2 -2
  469. package/devcenter/v20231001preview/attachedNetworkByDevCenter.js +2 -2
  470. package/devcenter/v20231001preview/catalog.js +2 -2
  471. package/devcenter/v20231001preview/devBoxDefinition.js +2 -2
  472. package/devcenter/v20231001preview/devCenter.js +2 -2
  473. package/devcenter/v20231001preview/environmentType.js +2 -2
  474. package/devcenter/v20231001preview/gallery.js +2 -2
  475. package/devcenter/v20231001preview/networkConnection.js +2 -2
  476. package/devcenter/v20231001preview/pool.js +2 -2
  477. package/devcenter/v20231001preview/project.js +2 -2
  478. package/devcenter/v20231001preview/projectEnvironmentType.js +2 -2
  479. package/devcenter/v20231001preview/schedule.js +2 -2
  480. package/devcenter/v20240201/attachedNetworkByDevCenter.js +2 -2
  481. package/devcenter/v20240201/catalog.js +2 -2
  482. package/devcenter/v20240201/devBoxDefinition.js +2 -2
  483. package/devcenter/v20240201/devCenter.js +2 -2
  484. package/devcenter/v20240201/environmentType.js +2 -2
  485. package/devcenter/v20240201/gallery.js +2 -2
  486. package/devcenter/v20240201/networkConnection.js +2 -2
  487. package/devcenter/v20240201/pool.js +2 -2
  488. package/devcenter/v20240201/project.js +2 -2
  489. package/devcenter/v20240201/projectCatalog.js +2 -2
  490. package/devcenter/v20240201/projectEnvironmentType.js +2 -2
  491. package/devcenter/v20240201/schedule.js +2 -2
  492. package/devcenter/v20240501preview/attachedNetworkByDevCenter.js +2 -2
  493. package/devcenter/v20240501preview/catalog.js +2 -2
  494. package/devcenter/v20240501preview/devBoxDefinition.js +2 -2
  495. package/devcenter/v20240501preview/devCenter.js +2 -2
  496. package/devcenter/v20240501preview/encryptionSet.js +2 -2
  497. package/devcenter/v20240501preview/environmentType.js +2 -2
  498. package/devcenter/v20240501preview/gallery.js +2 -2
  499. package/devcenter/v20240501preview/networkConnection.js +2 -2
  500. package/devcenter/v20240501preview/plan.js +2 -2
  501. package/devcenter/v20240501preview/planMember.js +2 -2
  502. package/devcenter/v20240501preview/pool.js +2 -2
  503. package/devcenter/v20240501preview/project.js +2 -2
  504. package/devcenter/v20240501preview/projectCatalog.js +2 -2
  505. package/devcenter/v20240501preview/projectEnvironmentType.js +2 -2
  506. package/devcenter/v20240501preview/schedule.js +2 -2
  507. package/devcenter/v20240601preview/attachedNetworkByDevCenter.js +2 -2
  508. package/devcenter/v20240601preview/catalog.js +2 -2
  509. package/devcenter/v20240601preview/devBoxDefinition.js +2 -2
  510. package/devcenter/v20240601preview/devCenter.js +2 -2
  511. package/devcenter/v20240601preview/encryptionSet.js +2 -2
  512. package/devcenter/v20240601preview/environmentType.js +2 -2
  513. package/devcenter/v20240601preview/gallery.js +2 -2
  514. package/devcenter/v20240601preview/networkConnection.js +2 -2
  515. package/devcenter/v20240601preview/plan.js +2 -2
  516. package/devcenter/v20240601preview/planMember.js +2 -2
  517. package/devcenter/v20240601preview/pool.js +2 -2
  518. package/devcenter/v20240601preview/project.js +2 -2
  519. package/devcenter/v20240601preview/projectCatalog.js +2 -2
  520. package/devcenter/v20240601preview/projectEnvironmentType.js +2 -2
  521. package/devcenter/v20240601preview/schedule.js +2 -2
  522. package/devcenter/v20240701preview/attachedNetworkByDevCenter.js +2 -2
  523. package/devcenter/v20240701preview/catalog.js +2 -2
  524. package/devcenter/v20240701preview/devBoxDefinition.js +2 -2
  525. package/devcenter/v20240701preview/devCenter.js +2 -2
  526. package/devcenter/v20240701preview/encryptionSet.js +2 -2
  527. package/devcenter/v20240701preview/environmentType.js +2 -2
  528. package/devcenter/v20240701preview/gallery.js +2 -2
  529. package/devcenter/v20240701preview/networkConnection.js +2 -2
  530. package/devcenter/v20240701preview/plan.js +2 -2
  531. package/devcenter/v20240701preview/planMember.js +2 -2
  532. package/devcenter/v20240701preview/pool.js +2 -2
  533. package/devcenter/v20240701preview/project.js +2 -2
  534. package/devcenter/v20240701preview/projectCatalog.js +2 -2
  535. package/devcenter/v20240701preview/projectEnvironmentType.js +2 -2
  536. package/devcenter/v20240701preview/schedule.js +2 -2
  537. package/devcenter/v20240801preview/attachedNetworkByDevCenter.js +2 -2
  538. package/devcenter/v20240801preview/catalog.js +2 -2
  539. package/devcenter/v20240801preview/curationProfile.js +2 -2
  540. package/devcenter/v20240801preview/devBoxDefinition.js +2 -2
  541. package/devcenter/v20240801preview/devCenter.js +2 -2
  542. package/devcenter/v20240801preview/encryptionSet.js +2 -2
  543. package/devcenter/v20240801preview/environmentType.js +2 -2
  544. package/devcenter/v20240801preview/gallery.js +2 -2
  545. package/devcenter/v20240801preview/networkConnection.js +2 -2
  546. package/devcenter/v20240801preview/plan.js +2 -2
  547. package/devcenter/v20240801preview/planMember.js +2 -2
  548. package/devcenter/v20240801preview/pool.js +2 -2
  549. package/devcenter/v20240801preview/project.js +2 -2
  550. package/devcenter/v20240801preview/projectCatalog.js +2 -2
  551. package/devcenter/v20240801preview/projectEnvironmentType.js +2 -2
  552. package/devcenter/v20240801preview/schedule.js +2 -2
  553. package/devcenter/v20241001preview/attachedNetworkByDevCenter.d.ts +82 -0
  554. package/devcenter/v20241001preview/attachedNetworkByDevCenter.js +84 -0
  555. package/devcenter/v20241001preview/catalog.d.ts +120 -0
  556. package/devcenter/v20241001preview/catalog.js +91 -0
  557. package/devcenter/v20241001preview/curationProfile.d.ts +79 -0
  558. package/devcenter/v20241001preview/curationProfile.js +77 -0
  559. package/devcenter/v20241001preview/devBoxDefinition.d.ts +132 -0
  560. package/devcenter/v20241001preview/devBoxDefinition.js +99 -0
  561. package/devcenter/v20241001preview/devCenter.d.ts +148 -0
  562. package/devcenter/v20241001preview/devCenter.js +91 -0
  563. package/devcenter/v20241001preview/encryptionSet.d.ts +108 -0
  564. package/devcenter/v20241001preview/encryptionSet.js +83 -0
  565. package/devcenter/v20241001preview/environmentType.d.ts +82 -0
  566. package/devcenter/v20241001preview/environmentType.js +77 -0
  567. package/devcenter/v20241001preview/gallery.d.ts +70 -0
  568. package/devcenter/v20241001preview/gallery.js +78 -0
  569. package/devcenter/v20241001preview/getAttachedNetworkByDevCenter.d.ts +79 -0
  570. package/devcenter/v20241001preview/getAttachedNetworkByDevCenter.js +27 -0
  571. package/devcenter/v20241001preview/getCatalog.d.ts +101 -0
  572. package/devcenter/v20241001preview/getCatalog.js +27 -0
  573. package/devcenter/v20241001preview/getCatalogSyncErrorDetails.d.ts +55 -0
  574. package/devcenter/v20241001preview/getCatalogSyncErrorDetails.js +27 -0
  575. package/devcenter/v20241001preview/getCurationProfile.d.ts +71 -0
  576. package/devcenter/v20241001preview/getCurationProfile.js +27 -0
  577. package/devcenter/v20241001preview/getCustomizationTaskErrorDetails.d.ts +55 -0
  578. package/devcenter/v20241001preview/getCustomizationTaskErrorDetails.js +28 -0
  579. package/devcenter/v20241001preview/getDevBoxDefinition.d.ts +105 -0
  580. package/devcenter/v20241001preview/getDevBoxDefinition.js +27 -0
  581. package/devcenter/v20241001preview/getDevCenter.d.ts +101 -0
  582. package/devcenter/v20241001preview/getDevCenter.js +26 -0
  583. package/devcenter/v20241001preview/getEncryptionSet.d.ts +85 -0
  584. package/devcenter/v20241001preview/getEncryptionSet.js +27 -0
  585. package/devcenter/v20241001preview/getEnvironmentDefinitionErrorDetails.d.ts +55 -0
  586. package/devcenter/v20241001preview/getEnvironmentDefinitionErrorDetails.js +28 -0
  587. package/devcenter/v20241001preview/getEnvironmentType.d.ts +73 -0
  588. package/devcenter/v20241001preview/getEnvironmentType.js +27 -0
  589. package/devcenter/v20241001preview/getGallery.d.ts +67 -0
  590. package/devcenter/v20241001preview/getGallery.js +27 -0
  591. package/devcenter/v20241001preview/getNetworkConnection.d.ts +97 -0
  592. package/devcenter/v20241001preview/getNetworkConnection.js +26 -0
  593. package/devcenter/v20241001preview/getPlan.d.ts +69 -0
  594. package/devcenter/v20241001preview/getPlan.js +26 -0
  595. package/devcenter/v20241001preview/getPlanMember.d.ts +85 -0
  596. package/devcenter/v20241001preview/getPlanMember.js +27 -0
  597. package/devcenter/v20241001preview/getPool.d.ts +133 -0
  598. package/devcenter/v20241001preview/getPool.js +27 -0
  599. package/devcenter/v20241001preview/getProject.d.ts +93 -0
  600. package/devcenter/v20241001preview/getProject.js +26 -0
  601. package/devcenter/v20241001preview/getProjectCatalog.d.ts +101 -0
  602. package/devcenter/v20241001preview/getProjectCatalog.js +27 -0
  603. package/devcenter/v20241001preview/getProjectCatalogEnvironmentDefinitionErrorDetails.d.ts +55 -0
  604. package/devcenter/v20241001preview/getProjectCatalogEnvironmentDefinitionErrorDetails.js +28 -0
  605. package/devcenter/v20241001preview/getProjectCatalogImageDefinitionBuildDetails.d.ts +99 -0
  606. package/devcenter/v20241001preview/getProjectCatalogImageDefinitionBuildDetails.js +29 -0
  607. package/devcenter/v20241001preview/getProjectCatalogSyncErrorDetails.d.ts +55 -0
  608. package/devcenter/v20241001preview/getProjectCatalogSyncErrorDetails.js +27 -0
  609. package/devcenter/v20241001preview/getProjectEnvironmentType.d.ts +103 -0
  610. package/devcenter/v20241001preview/getProjectEnvironmentType.js +27 -0
  611. package/devcenter/v20241001preview/getProjectInheritedSettings.d.ts +43 -0
  612. package/devcenter/v20241001preview/getProjectInheritedSettings.js +26 -0
  613. package/devcenter/v20241001preview/getProjectPolicy.d.ts +71 -0
  614. package/devcenter/v20241001preview/getProjectPolicy.js +27 -0
  615. package/devcenter/v20241001preview/getSchedule.d.ts +105 -0
  616. package/devcenter/v20241001preview/getSchedule.js +29 -0
  617. package/devcenter/v20241001preview/index.d.ts +127 -0
  618. package/devcenter/v20241001preview/index.js +178 -0
  619. package/devcenter/v20241001preview/listSkusByProject.d.ts +43 -0
  620. package/devcenter/v20241001preview/listSkusByProject.js +26 -0
  621. package/devcenter/v20241001preview/networkConnection.d.ts +139 -0
  622. package/devcenter/v20241001preview/networkConnection.js +95 -0
  623. package/devcenter/v20241001preview/plan.d.ts +87 -0
  624. package/devcenter/v20241001preview/plan.js +75 -0
  625. package/devcenter/v20241001preview/planMember.d.ts +103 -0
  626. package/devcenter/v20241001preview/planMember.js +83 -0
  627. package/devcenter/v20241001preview/pool.d.ts +192 -0
  628. package/devcenter/v20241001preview/pool.js +119 -0
  629. package/devcenter/v20241001preview/project.d.ts +131 -0
  630. package/devcenter/v20241001preview/project.js +87 -0
  631. package/devcenter/v20241001preview/projectCatalog.d.ts +120 -0
  632. package/devcenter/v20241001preview/projectCatalog.js +91 -0
  633. package/devcenter/v20241001preview/projectEnvironmentType.d.ts +140 -0
  634. package/devcenter/v20241001preview/projectEnvironmentType.js +91 -0
  635. package/devcenter/v20241001preview/projectPolicy.d.ts +79 -0
  636. package/devcenter/v20241001preview/projectPolicy.js +77 -0
  637. package/devcenter/v20241001preview/schedule.d.ts +127 -0
  638. package/devcenter/v20241001preview/schedule.js +102 -0
  639. package/elastic/getBillingInfo.d.ts +2 -2
  640. package/elastic/getBillingInfo.js +2 -2
  641. package/elastic/getMonitor.d.ts +2 -2
  642. package/elastic/getMonitor.js +2 -2
  643. package/elastic/getMonitoredSubscription.d.ts +2 -2
  644. package/elastic/getMonitoredSubscription.js +2 -2
  645. package/elastic/getOpenAI.d.ts +2 -2
  646. package/elastic/getOpenAI.js +2 -2
  647. package/elastic/getOpenAIStatus.d.ts +2 -2
  648. package/elastic/getOpenAIStatus.js +2 -2
  649. package/elastic/getOrganizationApiKey.d.ts +2 -2
  650. package/elastic/getOrganizationApiKey.js +2 -2
  651. package/elastic/getOrganizationElasticToAzureSubscriptionMapping.d.ts +2 -2
  652. package/elastic/getOrganizationElasticToAzureSubscriptionMapping.js +2 -2
  653. package/elastic/getTagRule.d.ts +2 -2
  654. package/elastic/getTagRule.js +2 -2
  655. package/elastic/index.d.ts +2 -1
  656. package/elastic/index.js +4 -2
  657. package/elastic/listAllTrafficFilter.d.ts +2 -2
  658. package/elastic/listAllTrafficFilter.js +2 -2
  659. package/elastic/listConnectedPartnerResource.d.ts +2 -2
  660. package/elastic/listConnectedPartnerResource.js +2 -2
  661. package/elastic/listDeploymentInfo.d.ts +2 -2
  662. package/elastic/listDeploymentInfo.js +2 -2
  663. package/elastic/listMonitoredResource.d.ts +2 -2
  664. package/elastic/listMonitoredResource.js +2 -2
  665. package/elastic/listUpgradableVersionDetails.d.ts +2 -2
  666. package/elastic/listUpgradableVersionDetails.js +2 -2
  667. package/elastic/listVMHost.d.ts +2 -2
  668. package/elastic/listVMHost.js +2 -2
  669. package/elastic/listlistAssociatedTrafficFilter.d.ts +2 -2
  670. package/elastic/listlistAssociatedTrafficFilter.js +2 -2
  671. package/elastic/monitor.d.ts +1 -1
  672. package/elastic/monitor.js +3 -3
  673. package/elastic/monitoredSubscription.d.ts +1 -1
  674. package/elastic/monitoredSubscription.js +3 -3
  675. package/elastic/openAI.d.ts +1 -1
  676. package/elastic/openAI.js +3 -3
  677. package/elastic/tagRule.d.ts +1 -1
  678. package/elastic/tagRule.js +3 -3
  679. package/elastic/v20230601/monitor.js +2 -2
  680. package/elastic/v20230601/tagRule.js +2 -2
  681. package/elastic/v20230615preview/monitor.js +2 -2
  682. package/elastic/v20230615preview/tagRule.js +2 -2
  683. package/elastic/v20230701preview/monitor.js +2 -2
  684. package/elastic/v20230701preview/tagRule.js +2 -2
  685. package/elastic/v20231001preview/monitor.js +2 -2
  686. package/elastic/v20231001preview/tagRule.js +2 -2
  687. package/elastic/v20231101preview/monitor.js +2 -2
  688. package/elastic/v20231101preview/tagRule.js +2 -2
  689. package/elastic/v20240101preview/monitor.js +2 -2
  690. package/elastic/v20240101preview/openAI.js +2 -2
  691. package/elastic/v20240101preview/tagRule.js +2 -2
  692. package/elastic/v20240301/monitor.js +2 -2
  693. package/elastic/v20240301/openAI.js +2 -2
  694. package/elastic/v20240301/tagRule.js +2 -2
  695. package/elastic/v20240501preview/monitor.js +2 -2
  696. package/elastic/v20240501preview/monitoredSubscription.js +2 -2
  697. package/elastic/v20240501preview/openAI.js +2 -2
  698. package/elastic/v20240501preview/tagRule.js +2 -2
  699. package/elastic/v20240615preview/monitor.js +2 -2
  700. package/elastic/v20240615preview/monitoredSubscription.js +2 -2
  701. package/elastic/v20240615preview/openAI.js +2 -2
  702. package/elastic/v20240615preview/tagRule.js +2 -2
  703. package/elastic/v20241001preview/getBillingInfo.d.ts +43 -0
  704. package/elastic/v20241001preview/getBillingInfo.js +26 -0
  705. package/elastic/v20241001preview/getMonitor.d.ts +73 -0
  706. package/elastic/v20241001preview/getMonitor.js +26 -0
  707. package/elastic/v20241001preview/getMonitoredSubscription.d.ts +59 -0
  708. package/elastic/v20241001preview/getMonitoredSubscription.js +27 -0
  709. package/elastic/v20241001preview/getOpenAI.d.ts +59 -0
  710. package/elastic/v20241001preview/getOpenAI.js +27 -0
  711. package/elastic/v20241001preview/getOpenAIStatus.d.ts +47 -0
  712. package/elastic/v20241001preview/getOpenAIStatus.js +27 -0
  713. package/elastic/v20241001preview/getOrganizationApiKey.d.ts +28 -0
  714. package/elastic/v20241001preview/getOrganizationApiKey.js +26 -0
  715. package/elastic/v20241001preview/getOrganizationElasticToAzureSubscriptionMapping.d.ts +21 -0
  716. package/elastic/v20241001preview/getOrganizationElasticToAzureSubscriptionMapping.js +24 -0
  717. package/elastic/v20241001preview/getTagRule.d.ts +63 -0
  718. package/elastic/v20241001preview/getTagRule.js +27 -0
  719. package/elastic/v20241001preview/index.d.ts +58 -0
  720. package/elastic/v20241001preview/index.js +95 -0
  721. package/elastic/v20241001preview/listAllTrafficFilter.d.ts +39 -0
  722. package/elastic/v20241001preview/listAllTrafficFilter.js +26 -0
  723. package/elastic/v20241001preview/listConnectedPartnerResource.d.ts +43 -0
  724. package/elastic/v20241001preview/listConnectedPartnerResource.js +26 -0
  725. package/elastic/v20241001preview/listDeploymentInfo.d.ts +63 -0
  726. package/elastic/v20241001preview/listDeploymentInfo.js +26 -0
  727. package/elastic/v20241001preview/listMonitoredResource.d.ts +43 -0
  728. package/elastic/v20241001preview/listMonitoredResource.js +26 -0
  729. package/elastic/v20241001preview/listUpgradableVersionDetails.d.ts +42 -0
  730. package/elastic/v20241001preview/listUpgradableVersionDetails.js +26 -0
  731. package/elastic/v20241001preview/listVMHost.d.ts +43 -0
  732. package/elastic/v20241001preview/listVMHost.js +26 -0
  733. package/elastic/v20241001preview/listlistAssociatedTrafficFilter.d.ts +39 -0
  734. package/elastic/v20241001preview/listlistAssociatedTrafficFilter.js +26 -0
  735. package/elastic/v20241001preview/monitor.d.ts +99 -0
  736. package/elastic/v20241001preview/monitor.js +77 -0
  737. package/elastic/v20241001preview/monitoredSubscription.d.ts +63 -0
  738. package/elastic/v20241001preview/monitoredSubscription.js +71 -0
  739. package/elastic/v20241001preview/openAI.d.ts +63 -0
  740. package/elastic/v20241001preview/openAI.js +71 -0
  741. package/elastic/v20241001preview/tagRule.d.ts +67 -0
  742. package/elastic/v20241001preview/tagRule.js +73 -0
  743. package/package.json +2 -2
  744. package/package.json.bak +2 -2
  745. package/tsconfig.tsbuildinfo +1 -1
  746. package/types/enums/app/index.d.ts +2 -1
  747. package/types/enums/app/index.js +4 -2
  748. package/types/enums/app/v20240802preview/index.d.ts +304 -0
  749. package/types/enums/app/v20240802preview/index.js +169 -0
  750. package/types/enums/devcenter/index.d.ts +2 -1
  751. package/types/enums/devcenter/index.js +4 -2
  752. package/types/enums/devcenter/v20241001preview/index.d.ts +196 -0
  753. package/types/enums/devcenter/v20241001preview/index.js +106 -0
  754. package/types/enums/elastic/index.d.ts +2 -1
  755. package/types/enums/elastic/index.js +4 -2
  756. package/types/enums/elastic/v20241001preview/index.d.ts +44 -0
  757. package/types/enums/elastic/v20241001preview/index.js +30 -0
  758. package/types/input.d.ts +3532 -156
  759. package/types/input.js +98 -1
  760. package/types/output.d.ts +4889 -497
  761. package/types/output.js +136 -3
@@ -0,0 +1,28 @@
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.getProjectCatalogEnvironmentDefinitionErrorDetailsOutput = exports.getProjectCatalogEnvironmentDefinitionErrorDetails = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * Gets Environment Definition error details
10
+ */
11
+ function getProjectCatalogEnvironmentDefinitionErrorDetails(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("azure-native:devcenter/v20241001preview:getProjectCatalogEnvironmentDefinitionErrorDetails", {
14
+ "catalogName": args.catalogName,
15
+ "environmentDefinitionName": args.environmentDefinitionName,
16
+ "projectName": args.projectName,
17
+ "resourceGroupName": args.resourceGroupName,
18
+ }, opts);
19
+ }
20
+ exports.getProjectCatalogEnvironmentDefinitionErrorDetails = getProjectCatalogEnvironmentDefinitionErrorDetails;
21
+ /**
22
+ * Gets Environment Definition error details
23
+ */
24
+ function getProjectCatalogEnvironmentDefinitionErrorDetailsOutput(args, opts) {
25
+ return pulumi.output(args).apply((a) => getProjectCatalogEnvironmentDefinitionErrorDetails(a, opts));
26
+ }
27
+ exports.getProjectCatalogEnvironmentDefinitionErrorDetailsOutput = getProjectCatalogEnvironmentDefinitionErrorDetailsOutput;
28
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0UHJvamVjdENhdGFsb2dFbnZpcm9ubWVudERlZmluaXRpb25FcnJvckRldGFpbHMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9kZXZjZW50ZXIvdjIwMjQxMDAxcHJldmlldy9nZXRQcm9qZWN0Q2F0YWxvZ0Vudmlyb25tZW50RGVmaW5pdGlvbkVycm9yRGV0YWlscy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6Qyw2Q0FBNkM7QUFFN0M7O0dBRUc7QUFDSCxTQUFnQixrREFBa0QsQ0FBQyxJQUE0RCxFQUFFLElBQTJCO0lBRXhKLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksSUFBSSxFQUFFLENBQUMsQ0FBQztJQUN6RSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLDRGQUE0RixFQUFFO1FBQ3ZILGFBQWEsRUFBRSxJQUFJLENBQUMsV0FBVztRQUMvQiwyQkFBMkIsRUFBRSxJQUFJLENBQUMseUJBQXlCO1FBQzNELGFBQWEsRUFBRSxJQUFJLENBQUMsV0FBVztRQUMvQixtQkFBbUIsRUFBRSxJQUFJLENBQUMsaUJBQWlCO0tBQzlDLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBVEQsZ0hBU0M7QUE4QkQ7O0dBRUc7QUFDSCxTQUFnQix3REFBd0QsQ0FBQyxJQUFrRSxFQUFFLElBQTJCO0lBQ3BLLE9BQU8sTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFNLEVBQUUsRUFBRSxDQUFDLGtEQUFrRCxDQUFDLENBQUMsRUFBRSxJQUFJLENBQUMsQ0FBQyxDQUFBO0FBQzdHLENBQUM7QUFGRCw0SEFFQyJ9
@@ -0,0 +1,99 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../../types/output";
3
+ /**
4
+ * Gets Build details
5
+ */
6
+ export declare function getProjectCatalogImageDefinitionBuildDetails(args: GetProjectCatalogImageDefinitionBuildDetailsArgs, opts?: pulumi.InvokeOptions): Promise<GetProjectCatalogImageDefinitionBuildDetailsResult>;
7
+ export interface GetProjectCatalogImageDefinitionBuildDetailsArgs {
8
+ /**
9
+ * The ID of the Image Definition Build.
10
+ */
11
+ buildName: string;
12
+ /**
13
+ * The name of the Catalog.
14
+ */
15
+ catalogName: string;
16
+ /**
17
+ * The name of the Image Definition.
18
+ */
19
+ imageDefinitionName: string;
20
+ /**
21
+ * The name of the project.
22
+ */
23
+ projectName: string;
24
+ /**
25
+ * The name of the resource group. The name is case insensitive.
26
+ */
27
+ resourceGroupName: string;
28
+ }
29
+ /**
30
+ * Represents a specific build of an Image Definition.
31
+ */
32
+ export interface GetProjectCatalogImageDefinitionBuildDetailsResult {
33
+ /**
34
+ * End time of the task group.
35
+ */
36
+ readonly endTime: string;
37
+ /**
38
+ * Details for image creation error. Populated when the image creation is not successful.
39
+ */
40
+ readonly errorDetails: outputs.devcenter.v20241001preview.ImageCreationErrorDetailsResponse;
41
+ /**
42
+ * Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
43
+ */
44
+ readonly id: string;
45
+ /**
46
+ * The specific image version used by the build.
47
+ */
48
+ readonly imageReference: outputs.devcenter.v20241001preview.ImageReferenceResponse;
49
+ /**
50
+ * The name of the resource
51
+ */
52
+ readonly name: string;
53
+ /**
54
+ * Start time of the task group.
55
+ */
56
+ readonly startTime: string;
57
+ /**
58
+ * The status of the build.
59
+ */
60
+ readonly status: string;
61
+ /**
62
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
63
+ */
64
+ readonly systemData: outputs.devcenter.v20241001preview.SystemDataResponse;
65
+ /**
66
+ * The list of task groups executed during the image definition build.
67
+ */
68
+ readonly taskGroups: outputs.devcenter.v20241001preview.ImageDefinitionBuildTaskGroupResponse[];
69
+ /**
70
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
71
+ */
72
+ readonly type: string;
73
+ }
74
+ /**
75
+ * Gets Build details
76
+ */
77
+ export declare function getProjectCatalogImageDefinitionBuildDetailsOutput(args: GetProjectCatalogImageDefinitionBuildDetailsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetProjectCatalogImageDefinitionBuildDetailsResult>;
78
+ export interface GetProjectCatalogImageDefinitionBuildDetailsOutputArgs {
79
+ /**
80
+ * The ID of the Image Definition Build.
81
+ */
82
+ buildName: pulumi.Input<string>;
83
+ /**
84
+ * The name of the Catalog.
85
+ */
86
+ catalogName: pulumi.Input<string>;
87
+ /**
88
+ * The name of the Image Definition.
89
+ */
90
+ imageDefinitionName: pulumi.Input<string>;
91
+ /**
92
+ * The name of the project.
93
+ */
94
+ projectName: pulumi.Input<string>;
95
+ /**
96
+ * The name of the resource group. The name is case insensitive.
97
+ */
98
+ resourceGroupName: pulumi.Input<string>;
99
+ }
@@ -0,0 +1,29 @@
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.getProjectCatalogImageDefinitionBuildDetailsOutput = exports.getProjectCatalogImageDefinitionBuildDetails = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * Gets Build details
10
+ */
11
+ function getProjectCatalogImageDefinitionBuildDetails(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("azure-native:devcenter/v20241001preview:getProjectCatalogImageDefinitionBuildDetails", {
14
+ "buildName": args.buildName,
15
+ "catalogName": args.catalogName,
16
+ "imageDefinitionName": args.imageDefinitionName,
17
+ "projectName": args.projectName,
18
+ "resourceGroupName": args.resourceGroupName,
19
+ }, opts);
20
+ }
21
+ exports.getProjectCatalogImageDefinitionBuildDetails = getProjectCatalogImageDefinitionBuildDetails;
22
+ /**
23
+ * Gets Build details
24
+ */
25
+ function getProjectCatalogImageDefinitionBuildDetailsOutput(args, opts) {
26
+ return pulumi.output(args).apply((a) => getProjectCatalogImageDefinitionBuildDetails(a, opts));
27
+ }
28
+ exports.getProjectCatalogImageDefinitionBuildDetailsOutput = getProjectCatalogImageDefinitionBuildDetailsOutput;
29
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0UHJvamVjdENhdGFsb2dJbWFnZURlZmluaXRpb25CdWlsZERldGFpbHMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9kZXZjZW50ZXIvdjIwMjQxMDAxcHJldmlldy9nZXRQcm9qZWN0Q2F0YWxvZ0ltYWdlRGVmaW5pdGlvbkJ1aWxkRGV0YWlscy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6Qyw2Q0FBNkM7QUFFN0M7O0dBRUc7QUFDSCxTQUFnQiw0Q0FBNEMsQ0FBQyxJQUFzRCxFQUFFLElBQTJCO0lBRTVJLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksSUFBSSxFQUFFLENBQUMsQ0FBQztJQUN6RSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLHNGQUFzRixFQUFFO1FBQ2pILFdBQVcsRUFBRSxJQUFJLENBQUMsU0FBUztRQUMzQixhQUFhLEVBQUUsSUFBSSxDQUFDLFdBQVc7UUFDL0IscUJBQXFCLEVBQUUsSUFBSSxDQUFDLG1CQUFtQjtRQUMvQyxhQUFhLEVBQUUsSUFBSSxDQUFDLFdBQVc7UUFDL0IsbUJBQW1CLEVBQUUsSUFBSSxDQUFDLGlCQUFpQjtLQUM5QyxFQUFFLElBQUksQ0FBQyxDQUFDO0FBQ2IsQ0FBQztBQVZELG9HQVVDO0FBc0VEOztHQUVHO0FBQ0gsU0FBZ0Isa0RBQWtELENBQUMsSUFBNEQsRUFBRSxJQUEyQjtJQUN4SixPQUFPLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBTSxFQUFFLEVBQUUsQ0FBQyw0Q0FBNEMsQ0FBQyxDQUFDLEVBQUUsSUFBSSxDQUFDLENBQUMsQ0FBQTtBQUN2RyxDQUFDO0FBRkQsZ0hBRUMifQ==
@@ -0,0 +1,55 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../../types/output";
3
+ /**
4
+ * Gets project catalog synchronization error details
5
+ */
6
+ export declare function getProjectCatalogSyncErrorDetails(args: GetProjectCatalogSyncErrorDetailsArgs, opts?: pulumi.InvokeOptions): Promise<GetProjectCatalogSyncErrorDetailsResult>;
7
+ export interface GetProjectCatalogSyncErrorDetailsArgs {
8
+ /**
9
+ * The name of the Catalog.
10
+ */
11
+ catalogName: string;
12
+ /**
13
+ * The name of the project.
14
+ */
15
+ projectName: string;
16
+ /**
17
+ * The name of the resource group. The name is case insensitive.
18
+ */
19
+ resourceGroupName: string;
20
+ }
21
+ /**
22
+ * Synchronization error details.
23
+ */
24
+ export interface GetProjectCatalogSyncErrorDetailsResult {
25
+ /**
26
+ * Catalog items that have conflicting names.
27
+ */
28
+ readonly conflicts: outputs.devcenter.v20241001preview.CatalogConflictErrorResponse[];
29
+ /**
30
+ * Errors that occured during synchronization.
31
+ */
32
+ readonly errors: outputs.devcenter.v20241001preview.CatalogSyncErrorResponse[];
33
+ /**
34
+ * Error information for the overall synchronization operation.
35
+ */
36
+ readonly operationError: outputs.devcenter.v20241001preview.CatalogErrorDetailsResponse;
37
+ }
38
+ /**
39
+ * Gets project catalog synchronization error details
40
+ */
41
+ export declare function getProjectCatalogSyncErrorDetailsOutput(args: GetProjectCatalogSyncErrorDetailsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetProjectCatalogSyncErrorDetailsResult>;
42
+ export interface GetProjectCatalogSyncErrorDetailsOutputArgs {
43
+ /**
44
+ * The name of the Catalog.
45
+ */
46
+ catalogName: pulumi.Input<string>;
47
+ /**
48
+ * The name of the project.
49
+ */
50
+ projectName: pulumi.Input<string>;
51
+ /**
52
+ * The name of the resource group. The name is case insensitive.
53
+ */
54
+ resourceGroupName: pulumi.Input<string>;
55
+ }
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getProjectCatalogSyncErrorDetailsOutput = exports.getProjectCatalogSyncErrorDetails = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * Gets project catalog synchronization error details
10
+ */
11
+ function getProjectCatalogSyncErrorDetails(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("azure-native:devcenter/v20241001preview:getProjectCatalogSyncErrorDetails", {
14
+ "catalogName": args.catalogName,
15
+ "projectName": args.projectName,
16
+ "resourceGroupName": args.resourceGroupName,
17
+ }, opts);
18
+ }
19
+ exports.getProjectCatalogSyncErrorDetails = getProjectCatalogSyncErrorDetails;
20
+ /**
21
+ * Gets project catalog synchronization error details
22
+ */
23
+ function getProjectCatalogSyncErrorDetailsOutput(args, opts) {
24
+ return pulumi.output(args).apply((a) => getProjectCatalogSyncErrorDetails(a, opts));
25
+ }
26
+ exports.getProjectCatalogSyncErrorDetailsOutput = getProjectCatalogSyncErrorDetailsOutput;
27
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0UHJvamVjdENhdGFsb2dTeW5jRXJyb3JEZXRhaWxzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vZGV2Y2VudGVyL3YyMDI0MTAwMXByZXZpZXcvZ2V0UHJvamVjdENhdGFsb2dTeW5jRXJyb3JEZXRhaWxzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzRUFBc0U7QUFDdEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBSXpDLDZDQUE2QztBQUU3Qzs7R0FFRztBQUNILFNBQWdCLGlDQUFpQyxDQUFDLElBQTJDLEVBQUUsSUFBMkI7SUFFdEgsSUFBSSxHQUFHLE1BQU0sQ0FBQyxZQUFZLENBQUMsU0FBUyxDQUFDLG9CQUFvQixFQUFFLEVBQUUsSUFBSSxJQUFJLEVBQUUsQ0FBQyxDQUFDO0lBQ3pFLE9BQU8sTUFBTSxDQUFDLE9BQU8sQ0FBQyxNQUFNLENBQUMsMkVBQTJFLEVBQUU7UUFDdEcsYUFBYSxFQUFFLElBQUksQ0FBQyxXQUFXO1FBQy9CLGFBQWEsRUFBRSxJQUFJLENBQUMsV0FBVztRQUMvQixtQkFBbUIsRUFBRSxJQUFJLENBQUMsaUJBQWlCO0tBQzlDLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBUkQsOEVBUUM7QUFrQ0Q7O0dBRUc7QUFDSCxTQUFnQix1Q0FBdUMsQ0FBQyxJQUFpRCxFQUFFLElBQTJCO0lBQ2xJLE9BQU8sTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFNLEVBQUUsRUFBRSxDQUFDLGlDQUFpQyxDQUFDLENBQUMsRUFBRSxJQUFJLENBQUMsQ0FBQyxDQUFBO0FBQzVGLENBQUM7QUFGRCwwRkFFQyJ9
@@ -0,0 +1,103 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../../types/output";
3
+ /**
4
+ * Gets a project environment type.
5
+ */
6
+ export declare function getProjectEnvironmentType(args: GetProjectEnvironmentTypeArgs, opts?: pulumi.InvokeOptions): Promise<GetProjectEnvironmentTypeResult>;
7
+ export interface GetProjectEnvironmentTypeArgs {
8
+ /**
9
+ * The name of the environment type.
10
+ */
11
+ environmentTypeName: string;
12
+ /**
13
+ * The name of the project.
14
+ */
15
+ projectName: string;
16
+ /**
17
+ * The name of the resource group. The name is case insensitive.
18
+ */
19
+ resourceGroupName: string;
20
+ }
21
+ /**
22
+ * Represents an environment type.
23
+ */
24
+ export interface GetProjectEnvironmentTypeResult {
25
+ /**
26
+ * The role definition assigned to the environment creator on backing resources.
27
+ */
28
+ readonly creatorRoleAssignment?: outputs.devcenter.v20241001preview.ProjectEnvironmentTypeUpdatePropertiesResponseCreatorRoleAssignment;
29
+ /**
30
+ * Id of a subscription that the environment type will be mapped to. The environment's resources will be deployed into this subscription.
31
+ */
32
+ readonly deploymentTargetId?: string;
33
+ /**
34
+ * The display name of the project environment type.
35
+ */
36
+ readonly displayName?: string;
37
+ /**
38
+ * The number of environments of this type.
39
+ */
40
+ readonly environmentCount: number;
41
+ /**
42
+ * Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
43
+ */
44
+ readonly id: string;
45
+ /**
46
+ * Managed identity properties
47
+ */
48
+ readonly identity?: outputs.devcenter.v20241001preview.ManagedServiceIdentityResponse;
49
+ /**
50
+ * The geo-location for the environment type
51
+ */
52
+ readonly location?: string;
53
+ /**
54
+ * The name of the resource
55
+ */
56
+ readonly name: string;
57
+ /**
58
+ * The provisioning state of the resource.
59
+ */
60
+ readonly provisioningState: string;
61
+ /**
62
+ * Defines whether this Environment Type can be used in this Project.
63
+ */
64
+ readonly status?: string;
65
+ /**
66
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
67
+ */
68
+ readonly systemData: outputs.devcenter.v20241001preview.SystemDataResponse;
69
+ /**
70
+ * Resource tags.
71
+ */
72
+ readonly tags?: {
73
+ [key: string]: string;
74
+ };
75
+ /**
76
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
77
+ */
78
+ readonly type: string;
79
+ /**
80
+ * Role Assignments created on environment backing resources. This is a mapping from a user object ID to an object of role definition IDs.
81
+ */
82
+ readonly userRoleAssignments?: {
83
+ [key: string]: outputs.devcenter.v20241001preview.UserRoleAssignmentResponse;
84
+ };
85
+ }
86
+ /**
87
+ * Gets a project environment type.
88
+ */
89
+ export declare function getProjectEnvironmentTypeOutput(args: GetProjectEnvironmentTypeOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetProjectEnvironmentTypeResult>;
90
+ export interface GetProjectEnvironmentTypeOutputArgs {
91
+ /**
92
+ * The name of the environment type.
93
+ */
94
+ environmentTypeName: pulumi.Input<string>;
95
+ /**
96
+ * The name of the project.
97
+ */
98
+ projectName: 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,27 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getProjectEnvironmentTypeOutput = exports.getProjectEnvironmentType = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * Gets a project environment type.
10
+ */
11
+ function getProjectEnvironmentType(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("azure-native:devcenter/v20241001preview:getProjectEnvironmentType", {
14
+ "environmentTypeName": args.environmentTypeName,
15
+ "projectName": args.projectName,
16
+ "resourceGroupName": args.resourceGroupName,
17
+ }, opts);
18
+ }
19
+ exports.getProjectEnvironmentType = getProjectEnvironmentType;
20
+ /**
21
+ * Gets a project environment type.
22
+ */
23
+ function getProjectEnvironmentTypeOutput(args, opts) {
24
+ return pulumi.output(args).apply((a) => getProjectEnvironmentType(a, opts));
25
+ }
26
+ exports.getProjectEnvironmentTypeOutput = getProjectEnvironmentTypeOutput;
27
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0UHJvamVjdEVudmlyb25tZW50VHlwZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2RldmNlbnRlci92MjAyNDEwMDFwcmV2aWV3L2dldFByb2plY3RFbnZpcm9ubWVudFR5cGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNFQUFzRTtBQUN0RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsNkNBQTZDO0FBRTdDOztHQUVHO0FBQ0gsU0FBZ0IseUJBQXlCLENBQUMsSUFBbUMsRUFBRSxJQUEyQjtJQUV0RyxJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLElBQUksRUFBRSxDQUFDLENBQUM7SUFDekUsT0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQyxtRUFBbUUsRUFBRTtRQUM5RixxQkFBcUIsRUFBRSxJQUFJLENBQUMsbUJBQW1CO1FBQy9DLGFBQWEsRUFBRSxJQUFJLENBQUMsV0FBVztRQUMvQixtQkFBbUIsRUFBRSxJQUFJLENBQUMsaUJBQWlCO0tBQzlDLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBUkQsOERBUUM7QUE4RUQ7O0dBRUc7QUFDSCxTQUFnQiwrQkFBK0IsQ0FBQyxJQUF5QyxFQUFFLElBQTJCO0lBQ2xILE9BQU8sTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFNLEVBQUUsRUFBRSxDQUFDLHlCQUF5QixDQUFDLENBQUMsRUFBRSxJQUFJLENBQUMsQ0FBQyxDQUFBO0FBQ3BGLENBQUM7QUFGRCwwRUFFQyJ9
@@ -0,0 +1,43 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../../types/output";
3
+ /**
4
+ * Gets applicable inherited settings for this project.
5
+ */
6
+ export declare function getProjectInheritedSettings(args: GetProjectInheritedSettingsArgs, opts?: pulumi.InvokeOptions): Promise<GetProjectInheritedSettingsResult>;
7
+ export interface GetProjectInheritedSettingsArgs {
8
+ /**
9
+ * The name of the project.
10
+ */
11
+ projectName: string;
12
+ /**
13
+ * The name of the resource group. The name is case insensitive.
14
+ */
15
+ resourceGroupName: string;
16
+ }
17
+ /**
18
+ * Applicable inherited settings for a project.
19
+ */
20
+ export interface GetProjectInheritedSettingsResult {
21
+ /**
22
+ * Network settings that will be enforced on this project.
23
+ */
24
+ readonly networkSettings: outputs.devcenter.v20241001preview.ProjectNetworkSettingsResponse;
25
+ /**
26
+ * Dev Center settings to be used when associating a project with a catalog.
27
+ */
28
+ readonly projectCatalogSettings: outputs.devcenter.v20241001preview.DevCenterProjectCatalogSettingsResponse;
29
+ }
30
+ /**
31
+ * Gets applicable inherited settings for this project.
32
+ */
33
+ export declare function getProjectInheritedSettingsOutput(args: GetProjectInheritedSettingsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetProjectInheritedSettingsResult>;
34
+ export interface GetProjectInheritedSettingsOutputArgs {
35
+ /**
36
+ * The name of the project.
37
+ */
38
+ projectName: pulumi.Input<string>;
39
+ /**
40
+ * The name of the resource group. The name is case insensitive.
41
+ */
42
+ resourceGroupName: pulumi.Input<string>;
43
+ }
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getProjectInheritedSettingsOutput = exports.getProjectInheritedSettings = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * Gets applicable inherited settings for this project.
10
+ */
11
+ function getProjectInheritedSettings(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("azure-native:devcenter/v20241001preview:getProjectInheritedSettings", {
14
+ "projectName": args.projectName,
15
+ "resourceGroupName": args.resourceGroupName,
16
+ }, opts);
17
+ }
18
+ exports.getProjectInheritedSettings = getProjectInheritedSettings;
19
+ /**
20
+ * Gets applicable inherited settings for this project.
21
+ */
22
+ function getProjectInheritedSettingsOutput(args, opts) {
23
+ return pulumi.output(args).apply((a) => getProjectInheritedSettings(a, opts));
24
+ }
25
+ exports.getProjectInheritedSettingsOutput = getProjectInheritedSettingsOutput;
26
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0UHJvamVjdEluaGVyaXRlZFNldHRpbmdzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vZGV2Y2VudGVyL3YyMDI0MTAwMXByZXZpZXcvZ2V0UHJvamVjdEluaGVyaXRlZFNldHRpbmdzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzRUFBc0U7QUFDdEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBSXpDLDZDQUE2QztBQUU3Qzs7R0FFRztBQUNILFNBQWdCLDJCQUEyQixDQUFDLElBQXFDLEVBQUUsSUFBMkI7SUFFMUcsSUFBSSxHQUFHLE1BQU0sQ0FBQyxZQUFZLENBQUMsU0FBUyxDQUFDLG9CQUFvQixFQUFFLEVBQUUsSUFBSSxJQUFJLEVBQUUsQ0FBQyxDQUFDO0lBQ3pFLE9BQU8sTUFBTSxDQUFDLE9BQU8sQ0FBQyxNQUFNLENBQUMscUVBQXFFLEVBQUU7UUFDaEcsYUFBYSxFQUFFLElBQUksQ0FBQyxXQUFXO1FBQy9CLG1CQUFtQixFQUFFLElBQUksQ0FBQyxpQkFBaUI7S0FDOUMsRUFBRSxJQUFJLENBQUMsQ0FBQztBQUNiLENBQUM7QUFQRCxrRUFPQztBQTBCRDs7R0FFRztBQUNILFNBQWdCLGlDQUFpQyxDQUFDLElBQTJDLEVBQUUsSUFBMkI7SUFDdEgsT0FBTyxNQUFNLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQU0sRUFBRSxFQUFFLENBQUMsMkJBQTJCLENBQUMsQ0FBQyxFQUFFLElBQUksQ0FBQyxDQUFDLENBQUE7QUFDdEYsQ0FBQztBQUZELDhFQUVDIn0=
@@ -0,0 +1,71 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../../types/output";
3
+ /**
4
+ * Gets a specific project policy.
5
+ */
6
+ export declare function getProjectPolicy(args: GetProjectPolicyArgs, opts?: pulumi.InvokeOptions): Promise<GetProjectPolicyResult>;
7
+ export interface GetProjectPolicyArgs {
8
+ /**
9
+ * The name of the devcenter.
10
+ */
11
+ devCenterName: string;
12
+ /**
13
+ * The name of the project policy.
14
+ */
15
+ projectPolicyName: string;
16
+ /**
17
+ * The name of the resource group. The name is case insensitive.
18
+ */
19
+ resourceGroupName: string;
20
+ }
21
+ /**
22
+ * Represents an project policy resource.
23
+ */
24
+ export interface GetProjectPolicyResult {
25
+ /**
26
+ * Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
27
+ */
28
+ readonly id: string;
29
+ /**
30
+ * The name of the resource
31
+ */
32
+ readonly name: string;
33
+ /**
34
+ * The provisioning state of the resource.
35
+ */
36
+ readonly provisioningState: string;
37
+ /**
38
+ * Resource policies that are a part of this project policy.
39
+ */
40
+ readonly resourcePolicies?: outputs.devcenter.v20241001preview.ResourcePolicyResponse[];
41
+ /**
42
+ * Resources that have access to the shared resources that are a part of this project policy.
43
+ */
44
+ readonly scopes?: string[];
45
+ /**
46
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
47
+ */
48
+ readonly systemData: outputs.devcenter.v20241001preview.SystemDataResponse;
49
+ /**
50
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
51
+ */
52
+ readonly type: string;
53
+ }
54
+ /**
55
+ * Gets a specific project policy.
56
+ */
57
+ export declare function getProjectPolicyOutput(args: GetProjectPolicyOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetProjectPolicyResult>;
58
+ export interface GetProjectPolicyOutputArgs {
59
+ /**
60
+ * The name of the devcenter.
61
+ */
62
+ devCenterName: pulumi.Input<string>;
63
+ /**
64
+ * The name of the project policy.
65
+ */
66
+ projectPolicyName: pulumi.Input<string>;
67
+ /**
68
+ * The name of the resource group. The name is case insensitive.
69
+ */
70
+ resourceGroupName: pulumi.Input<string>;
71
+ }
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getProjectPolicyOutput = exports.getProjectPolicy = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * Gets a specific project policy.
10
+ */
11
+ function getProjectPolicy(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("azure-native:devcenter/v20241001preview:getProjectPolicy", {
14
+ "devCenterName": args.devCenterName,
15
+ "projectPolicyName": args.projectPolicyName,
16
+ "resourceGroupName": args.resourceGroupName,
17
+ }, opts);
18
+ }
19
+ exports.getProjectPolicy = getProjectPolicy;
20
+ /**
21
+ * Gets a specific project policy.
22
+ */
23
+ function getProjectPolicyOutput(args, opts) {
24
+ return pulumi.output(args).apply((a) => getProjectPolicy(a, opts));
25
+ }
26
+ exports.getProjectPolicyOutput = getProjectPolicyOutput;
27
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0UHJvamVjdFBvbGljeS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2RldmNlbnRlci92MjAyNDEwMDFwcmV2aWV3L2dldFByb2plY3RQb2xpY3kudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNFQUFzRTtBQUN0RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsNkNBQTZDO0FBRTdDOztHQUVHO0FBQ0gsU0FBZ0IsZ0JBQWdCLENBQUMsSUFBMEIsRUFBRSxJQUEyQjtJQUVwRixJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLElBQUksRUFBRSxDQUFDLENBQUM7SUFDekUsT0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQywwREFBMEQsRUFBRTtRQUNyRixlQUFlLEVBQUUsSUFBSSxDQUFDLGFBQWE7UUFDbkMsbUJBQW1CLEVBQUUsSUFBSSxDQUFDLGlCQUFpQjtRQUMzQyxtQkFBbUIsRUFBRSxJQUFJLENBQUMsaUJBQWlCO0tBQzlDLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBUkQsNENBUUM7QUFrREQ7O0dBRUc7QUFDSCxTQUFnQixzQkFBc0IsQ0FBQyxJQUFnQyxFQUFFLElBQTJCO0lBQ2hHLE9BQU8sTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFNLEVBQUUsRUFBRSxDQUFDLGdCQUFnQixDQUFDLENBQUMsRUFBRSxJQUFJLENBQUMsQ0FBQyxDQUFBO0FBQzNFLENBQUM7QUFGRCx3REFFQyJ9
@@ -0,0 +1,105 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../../types/output";
3
+ /**
4
+ * Gets a schedule resource.
5
+ */
6
+ export declare function getSchedule(args: GetScheduleArgs, opts?: pulumi.InvokeOptions): Promise<GetScheduleResult>;
7
+ export interface GetScheduleArgs {
8
+ /**
9
+ * Name of the pool.
10
+ */
11
+ poolName: string;
12
+ /**
13
+ * The name of the project.
14
+ */
15
+ projectName: string;
16
+ /**
17
+ * The name of the resource group. The name is case insensitive.
18
+ */
19
+ resourceGroupName: string;
20
+ /**
21
+ * The name of the schedule that uniquely identifies it.
22
+ */
23
+ scheduleName: string;
24
+ /**
25
+ * The maximum number of resources to return from the operation. Example: '$top=10'.
26
+ */
27
+ top?: number;
28
+ }
29
+ /**
30
+ * Represents a Schedule to execute a task.
31
+ */
32
+ export interface GetScheduleResult {
33
+ /**
34
+ * The frequency of this scheduled task.
35
+ */
36
+ readonly frequency: string;
37
+ /**
38
+ * Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
39
+ */
40
+ readonly id: string;
41
+ /**
42
+ * The geo-location where the resource lives
43
+ */
44
+ readonly location?: string;
45
+ /**
46
+ * The name of the resource
47
+ */
48
+ readonly name: string;
49
+ /**
50
+ * The provisioning state of the resource.
51
+ */
52
+ readonly provisioningState: string;
53
+ /**
54
+ * Indicates whether or not this scheduled task is enabled.
55
+ */
56
+ readonly state?: string;
57
+ /**
58
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
59
+ */
60
+ readonly systemData: outputs.devcenter.v20241001preview.SystemDataResponse;
61
+ /**
62
+ * Resource tags.
63
+ */
64
+ readonly tags?: {
65
+ [key: string]: string;
66
+ };
67
+ /**
68
+ * The target time to trigger the action. The format is HH:MM.
69
+ */
70
+ readonly time: string;
71
+ /**
72
+ * The IANA timezone id at which the schedule should execute.
73
+ */
74
+ readonly timeZone: string;
75
+ /**
76
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
77
+ */
78
+ readonly type: string;
79
+ }
80
+ /**
81
+ * Gets a schedule resource.
82
+ */
83
+ export declare function getScheduleOutput(args: GetScheduleOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetScheduleResult>;
84
+ export interface GetScheduleOutputArgs {
85
+ /**
86
+ * Name of the pool.
87
+ */
88
+ poolName: pulumi.Input<string>;
89
+ /**
90
+ * The name of the project.
91
+ */
92
+ projectName: pulumi.Input<string>;
93
+ /**
94
+ * The name of the resource group. The name is case insensitive.
95
+ */
96
+ resourceGroupName: pulumi.Input<string>;
97
+ /**
98
+ * The name of the schedule that uniquely identifies it.
99
+ */
100
+ scheduleName: pulumi.Input<string>;
101
+ /**
102
+ * The maximum number of resources to return from the operation. Example: '$top=10'.
103
+ */
104
+ top?: pulumi.Input<number>;
105
+ }