@pulumi/azuredevops 2.15.0 → 2.15.1

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 (400) hide show
  1. package/agent/getPool.d.ts +6 -0
  2. package/agent/getPool.js +6 -0
  3. package/agent/getPool.js.map +1 -1
  4. package/agent/getPools.d.ts +6 -0
  5. package/agent/getPools.js +6 -0
  6. package/agent/getPools.js.map +1 -1
  7. package/agent/pool.d.ts +4 -1
  8. package/agent/pool.js +4 -1
  9. package/agent/pool.js.map +1 -1
  10. package/agent/queue.d.ts +8 -1
  11. package/agent/queue.js +8 -1
  12. package/agent/queue.js.map +1 -1
  13. package/areaPermissions.d.ts +3 -0
  14. package/areaPermissions.js +3 -0
  15. package/areaPermissions.js.map +1 -1
  16. package/branchPolicyAutoReviewers.d.ts +5 -2
  17. package/branchPolicyAutoReviewers.js +5 -2
  18. package/branchPolicyAutoReviewers.js.map +1 -1
  19. package/branchPolicyBuildValidation.d.ts +5 -2
  20. package/branchPolicyBuildValidation.js +5 -2
  21. package/branchPolicyBuildValidation.js.map +1 -1
  22. package/branchPolicyCommentResolution.d.ts +5 -2
  23. package/branchPolicyCommentResolution.js +5 -2
  24. package/branchPolicyCommentResolution.js.map +1 -1
  25. package/branchPolicyMergeTypes.d.ts +5 -2
  26. package/branchPolicyMergeTypes.js +5 -2
  27. package/branchPolicyMergeTypes.js.map +1 -1
  28. package/branchPolicyMinReviewers.d.ts +5 -2
  29. package/branchPolicyMinReviewers.js +5 -2
  30. package/branchPolicyMinReviewers.js.map +1 -1
  31. package/branchPolicyStatusCheck.d.ts +5 -2
  32. package/branchPolicyStatusCheck.js +5 -2
  33. package/branchPolicyStatusCheck.js.map +1 -1
  34. package/branchPolicyWorkItemLinking.d.ts +5 -2
  35. package/branchPolicyWorkItemLinking.js +5 -2
  36. package/branchPolicyWorkItemLinking.js.map +1 -1
  37. package/build/buildDefinition.d.ts +10 -3
  38. package/build/buildDefinition.js +10 -3
  39. package/build/buildDefinition.js.map +1 -1
  40. package/buildDefinition.d.ts +10 -3
  41. package/buildDefinition.js +10 -3
  42. package/buildDefinition.js.map +1 -1
  43. package/buildDefinitionPermissions.d.ts +3 -0
  44. package/buildDefinitionPermissions.js +3 -0
  45. package/buildDefinitionPermissions.js.map +1 -1
  46. package/buildFolder.d.ts +5 -3
  47. package/buildFolder.js +5 -3
  48. package/buildFolder.js.map +1 -1
  49. package/buildFolderPermissions.d.ts +6 -0
  50. package/buildFolderPermissions.js +6 -0
  51. package/buildFolderPermissions.js.map +1 -1
  52. package/checkApproval.d.ts +3 -0
  53. package/checkApproval.js +3 -0
  54. package/checkApproval.js.map +1 -1
  55. package/checkBranchControl.d.ts +16 -0
  56. package/checkBranchControl.js +16 -0
  57. package/checkBranchControl.js.map +1 -1
  58. package/checkBusinessHours.d.ts +16 -0
  59. package/checkBusinessHours.js +16 -0
  60. package/checkBusinessHours.js.map +1 -1
  61. package/checkExclusiveLock.d.ts +6 -0
  62. package/checkExclusiveLock.js +6 -0
  63. package/checkExclusiveLock.js.map +1 -1
  64. package/checkRequiredTemplate.d.ts +6 -0
  65. package/checkRequiredTemplate.js +6 -0
  66. package/checkRequiredTemplate.js.map +1 -1
  67. package/core/getClientConfig.d.ts +4 -0
  68. package/core/getClientConfig.js +4 -0
  69. package/core/getClientConfig.js.map +1 -1
  70. package/core/getProject.d.ts +6 -0
  71. package/core/getProject.js +6 -0
  72. package/core/getProject.js.map +1 -1
  73. package/core/getProjects.d.ts +6 -0
  74. package/core/getProjects.js +6 -0
  75. package/core/getProjects.js.map +1 -1
  76. package/core/project.d.ts +6 -3
  77. package/core/project.js +6 -3
  78. package/core/project.js.map +1 -1
  79. package/core/projectFeatures.d.ts +4 -1
  80. package/core/projectFeatures.js +4 -1
  81. package/core/projectFeatures.js.map +1 -1
  82. package/elasticPool.d.ts +4 -1
  83. package/elasticPool.js +4 -1
  84. package/elasticPool.js.map +1 -1
  85. package/entitlement/user.d.ts +3 -0
  86. package/entitlement/user.js +3 -0
  87. package/entitlement/user.js.map +1 -1
  88. package/environment.d.ts +5 -2
  89. package/environment.js +5 -2
  90. package/environment.js.map +1 -1
  91. package/getAgentQueue.d.ts +6 -0
  92. package/getAgentQueue.js +6 -0
  93. package/getAgentQueue.js.map +1 -1
  94. package/getArea.d.ts +6 -0
  95. package/getArea.js +6 -0
  96. package/getArea.js.map +1 -1
  97. package/getBuildDefinition.d.ts +4 -0
  98. package/getBuildDefinition.js +4 -0
  99. package/getBuildDefinition.js.map +1 -1
  100. package/getClientConfig.d.ts +4 -0
  101. package/getClientConfig.js +4 -0
  102. package/getClientConfig.js.map +1 -1
  103. package/getEnvironment.d.ts +0 -8
  104. package/getEnvironment.js +0 -8
  105. package/getEnvironment.js.map +1 -1
  106. package/getGitRepository.d.ts +6 -0
  107. package/getGitRepository.js +6 -0
  108. package/getGitRepository.js.map +1 -1
  109. package/getGroup.d.ts +6 -0
  110. package/getGroup.js +6 -0
  111. package/getGroup.js.map +1 -1
  112. package/getGroups.d.ts +6 -0
  113. package/getGroups.js +6 -0
  114. package/getGroups.js.map +1 -1
  115. package/getIteration.d.ts +6 -0
  116. package/getIteration.js +6 -0
  117. package/getIteration.js.map +1 -1
  118. package/getPool.d.ts +6 -0
  119. package/getPool.js +6 -0
  120. package/getPool.js.map +1 -1
  121. package/getPools.d.ts +6 -0
  122. package/getPools.js +6 -0
  123. package/getPools.js.map +1 -1
  124. package/getProject.d.ts +6 -0
  125. package/getProject.js +6 -0
  126. package/getProject.js.map +1 -1
  127. package/getProjects.d.ts +6 -0
  128. package/getProjects.js +6 -0
  129. package/getProjects.js.map +1 -1
  130. package/getRepositories.d.ts +6 -0
  131. package/getRepositories.js +6 -0
  132. package/getRepositories.js.map +1 -1
  133. package/getServiceEndpointAzureRM.d.ts +12 -0
  134. package/getServiceEndpointAzureRM.js +12 -0
  135. package/getServiceEndpointAzureRM.js.map +1 -1
  136. package/getServiceEndpointGithub.d.ts +12 -0
  137. package/getServiceEndpointGithub.js +12 -0
  138. package/getServiceEndpointGithub.js.map +1 -1
  139. package/getServiceendpointAzurecr.d.ts +4 -0
  140. package/getServiceendpointAzurecr.js +4 -0
  141. package/getServiceendpointAzurecr.js.map +1 -1
  142. package/getServiceendpointNpm.d.ts +4 -0
  143. package/getServiceendpointNpm.js +4 -0
  144. package/getServiceendpointNpm.js.map +1 -1
  145. package/getServiceendpointSonarcloud.d.ts +4 -0
  146. package/getServiceendpointSonarcloud.js +4 -0
  147. package/getServiceendpointSonarcloud.js.map +1 -1
  148. package/getTeam.d.ts +6 -0
  149. package/getTeam.js +6 -0
  150. package/getTeam.js.map +1 -1
  151. package/getTeams.d.ts +6 -0
  152. package/getTeams.js +6 -0
  153. package/getTeams.js.map +1 -1
  154. package/getUsers.d.ts +14 -0
  155. package/getUsers.js +6 -0
  156. package/getUsers.js.map +1 -1
  157. package/getVariableGroup.d.ts +8 -2
  158. package/getVariableGroup.js +8 -2
  159. package/getVariableGroup.js.map +1 -1
  160. package/git.d.ts +26 -28
  161. package/git.js +26 -28
  162. package/git.js.map +1 -1
  163. package/gitPermissions.d.ts +9 -0
  164. package/gitPermissions.js +9 -0
  165. package/gitPermissions.js.map +1 -1
  166. package/gitRepositoryBranch.d.ts +2 -0
  167. package/gitRepositoryBranch.js +2 -0
  168. package/gitRepositoryBranch.js.map +1 -1
  169. package/gitRepositoryFile.d.ts +6 -3
  170. package/gitRepositoryFile.js +6 -3
  171. package/gitRepositoryFile.js.map +1 -1
  172. package/group.d.ts +4 -1
  173. package/group.js +4 -1
  174. package/group.js.map +1 -1
  175. package/groupEntitlement.d.ts +11 -2
  176. package/groupEntitlement.js +11 -2
  177. package/groupEntitlement.js.map +1 -1
  178. package/groupMembership.d.ts +3 -0
  179. package/groupMembership.js +3 -0
  180. package/groupMembership.js.map +1 -1
  181. package/identities/getGroup.d.ts +6 -0
  182. package/identities/getGroup.js +6 -0
  183. package/identities/getGroup.js.map +1 -1
  184. package/identities/getUsers.d.ts +14 -0
  185. package/identities/getUsers.js +6 -0
  186. package/identities/getUsers.js.map +1 -1
  187. package/identities/group.d.ts +4 -1
  188. package/identities/group.js +4 -1
  189. package/identities/group.js.map +1 -1
  190. package/identities/groupMembership.d.ts +3 -0
  191. package/identities/groupMembership.js +3 -0
  192. package/identities/groupMembership.js.map +1 -1
  193. package/iterativePermissions.d.ts +3 -0
  194. package/iterativePermissions.js +3 -0
  195. package/iterativePermissions.js.map +1 -1
  196. package/package.json +1 -1
  197. package/pipeline/variableGroup.d.ts +13 -5
  198. package/pipeline/variableGroup.js +13 -5
  199. package/pipeline/variableGroup.js.map +1 -1
  200. package/pipelineAuthorization.d.ts +7 -0
  201. package/pipelineAuthorization.js +7 -0
  202. package/pipelineAuthorization.js.map +1 -1
  203. package/policy/branchPolicyBuildValidation.d.ts +5 -2
  204. package/policy/branchPolicyBuildValidation.js +5 -2
  205. package/policy/branchPolicyBuildValidation.js.map +1 -1
  206. package/policy/branchPolicyMinReviewers.d.ts +5 -2
  207. package/policy/branchPolicyMinReviewers.js +5 -2
  208. package/policy/branchPolicyMinReviewers.js.map +1 -1
  209. package/pool.d.ts +4 -1
  210. package/pool.js +4 -1
  211. package/pool.js.map +1 -1
  212. package/project.d.ts +6 -3
  213. package/project.js +6 -3
  214. package/project.js.map +1 -1
  215. package/projectFeatures.d.ts +4 -1
  216. package/projectFeatures.js +4 -1
  217. package/projectFeatures.js.map +1 -1
  218. package/projectPermissions.d.ts +3 -0
  219. package/projectPermissions.js +3 -0
  220. package/projectPermissions.js.map +1 -1
  221. package/projectPipelineSettings.d.ts +4 -1
  222. package/projectPipelineSettings.js +4 -1
  223. package/projectPipelineSettings.js.map +1 -1
  224. package/queue.d.ts +8 -1
  225. package/queue.js +8 -1
  226. package/queue.js.map +1 -1
  227. package/repository/getRepositories.d.ts +6 -0
  228. package/repository/getRepositories.js +6 -0
  229. package/repository/getRepositories.js.map +1 -1
  230. package/repository/git.d.ts +26 -28
  231. package/repository/git.js +26 -28
  232. package/repository/git.js.map +1 -1
  233. package/repositoryPolicyAuthorEmailPattern.d.ts +7 -2
  234. package/repositoryPolicyAuthorEmailPattern.js +7 -2
  235. package/repositoryPolicyAuthorEmailPattern.js.map +1 -1
  236. package/repositoryPolicyCaseEnforcement.d.ts +7 -2
  237. package/repositoryPolicyCaseEnforcement.js +7 -2
  238. package/repositoryPolicyCaseEnforcement.js.map +1 -1
  239. package/repositoryPolicyCheckCredentials.d.ts +7 -2
  240. package/repositoryPolicyCheckCredentials.js +7 -2
  241. package/repositoryPolicyCheckCredentials.js.map +1 -1
  242. package/repositoryPolicyFilePathPattern.d.ts +7 -2
  243. package/repositoryPolicyFilePathPattern.js +7 -2
  244. package/repositoryPolicyFilePathPattern.js.map +1 -1
  245. package/repositoryPolicyMaxFileSize.d.ts +7 -2
  246. package/repositoryPolicyMaxFileSize.js +7 -2
  247. package/repositoryPolicyMaxFileSize.js.map +1 -1
  248. package/repositoryPolicyMaxPathLength.d.ts +7 -2
  249. package/repositoryPolicyMaxPathLength.js +7 -2
  250. package/repositoryPolicyMaxPathLength.js.map +1 -1
  251. package/repositoryPolicyReservedNames.d.ts +7 -2
  252. package/repositoryPolicyReservedNames.js +7 -2
  253. package/repositoryPolicyReservedNames.js.map +1 -1
  254. package/resourceAuthorization.d.ts +4 -1
  255. package/resourceAuthorization.js +4 -1
  256. package/resourceAuthorization.js.map +1 -1
  257. package/security/resourceAuthorization.d.ts +4 -1
  258. package/security/resourceAuthorization.js +4 -1
  259. package/security/resourceAuthorization.js.map +1 -1
  260. package/serviceEndpointArtifactory.d.ts +6 -1
  261. package/serviceEndpointArtifactory.js +6 -1
  262. package/serviceEndpointArtifactory.js.map +1 -1
  263. package/serviceEndpointAws.d.ts +4 -1
  264. package/serviceEndpointAws.js +4 -1
  265. package/serviceEndpointAws.js.map +1 -1
  266. package/serviceEndpointAzureDevOps.d.ts +4 -1
  267. package/serviceEndpointAzureDevOps.js +4 -1
  268. package/serviceEndpointAzureDevOps.js.map +1 -1
  269. package/serviceEndpointAzureEcr.d.ts +4 -1
  270. package/serviceEndpointAzureEcr.js +4 -1
  271. package/serviceEndpointAzureEcr.js.map +1 -1
  272. package/serviceEndpointAzureRM.d.ts +16 -44
  273. package/serviceEndpointAzureRM.js +16 -44
  274. package/serviceEndpointAzureRM.js.map +1 -1
  275. package/serviceEndpointBitBucket.d.ts +4 -1
  276. package/serviceEndpointBitBucket.js +4 -1
  277. package/serviceEndpointBitBucket.js.map +1 -1
  278. package/serviceEndpointDockerRegistry.d.ts +4 -1
  279. package/serviceEndpointDockerRegistry.js +4 -1
  280. package/serviceEndpointDockerRegistry.js.map +1 -1
  281. package/serviceEndpointGeneric.d.ts +7 -2
  282. package/serviceEndpointGeneric.js +7 -2
  283. package/serviceEndpointGeneric.js.map +1 -1
  284. package/serviceEndpointGenericGit.d.ts +7 -2
  285. package/serviceEndpointGenericGit.js +7 -2
  286. package/serviceEndpointGenericGit.js.map +1 -1
  287. package/serviceEndpointGitHub.d.ts +8 -1
  288. package/serviceEndpointGitHub.js +8 -1
  289. package/serviceEndpointGitHub.js.map +1 -1
  290. package/serviceEndpointGitHubEnterprise.d.ts +4 -1
  291. package/serviceEndpointGitHubEnterprise.js +4 -1
  292. package/serviceEndpointGitHubEnterprise.js.map +1 -1
  293. package/serviceEndpointKubernetes.d.ts +1 -5
  294. package/serviceEndpointKubernetes.js +1 -5
  295. package/serviceEndpointKubernetes.js.map +1 -1
  296. package/serviceEndpointNpm.d.ts +4 -1
  297. package/serviceEndpointNpm.js +4 -1
  298. package/serviceEndpointNpm.js.map +1 -1
  299. package/serviceEndpointPipeline.d.ts +4 -1
  300. package/serviceEndpointPipeline.js +4 -1
  301. package/serviceEndpointPipeline.js.map +1 -1
  302. package/serviceEndpointServiceFabric.d.ts +12 -2
  303. package/serviceEndpointServiceFabric.js +12 -2
  304. package/serviceEndpointServiceFabric.js.map +1 -1
  305. package/serviceEndpointSonarCloud.d.ts +4 -1
  306. package/serviceEndpointSonarCloud.js +4 -1
  307. package/serviceEndpointSonarCloud.js.map +1 -1
  308. package/serviceEndpointSonarQube.d.ts +4 -1
  309. package/serviceEndpointSonarQube.js +4 -1
  310. package/serviceEndpointSonarQube.js.map +1 -1
  311. package/serviceEndpointSsh.d.ts +7 -2
  312. package/serviceEndpointSsh.js +7 -2
  313. package/serviceEndpointSsh.js.map +1 -1
  314. package/serviceendpoint/azureRM.d.ts +16 -44
  315. package/serviceendpoint/azureRM.js +16 -44
  316. package/serviceendpoint/azureRM.js.map +1 -1
  317. package/serviceendpoint/bitBucket.d.ts +4 -1
  318. package/serviceendpoint/bitBucket.js +4 -1
  319. package/serviceendpoint/bitBucket.js.map +1 -1
  320. package/serviceendpoint/dockerRegistry.d.ts +4 -1
  321. package/serviceendpoint/dockerRegistry.js +4 -1
  322. package/serviceendpoint/dockerRegistry.js.map +1 -1
  323. package/serviceendpoint/gitHub.d.ts +8 -1
  324. package/serviceendpoint/gitHub.js +8 -1
  325. package/serviceendpoint/gitHub.js.map +1 -1
  326. package/serviceendpoint/kubernetes.d.ts +1 -5
  327. package/serviceendpoint/kubernetes.js +1 -5
  328. package/serviceendpoint/kubernetes.js.map +1 -1
  329. package/serviceendpointArgocd.d.ts +5 -1
  330. package/serviceendpointArgocd.js +5 -1
  331. package/serviceendpointArgocd.js.map +1 -1
  332. package/serviceendpointExternaltfs.d.ts +1 -5
  333. package/serviceendpointExternaltfs.js +1 -5
  334. package/serviceendpointExternaltfs.js.map +1 -1
  335. package/serviceendpointGcpTerraform.d.ts +4 -1
  336. package/serviceendpointGcpTerraform.js +4 -1
  337. package/serviceendpointGcpTerraform.js.map +1 -1
  338. package/serviceendpointIncomingwebhook.d.ts +3 -1
  339. package/serviceendpointIncomingwebhook.js +3 -1
  340. package/serviceendpointIncomingwebhook.js.map +1 -1
  341. package/serviceendpointJenkins.d.ts +3 -1
  342. package/serviceendpointJenkins.js +3 -1
  343. package/serviceendpointJenkins.js.map +1 -1
  344. package/serviceendpointJfrogArtifactoryV2.d.ts +6 -1
  345. package/serviceendpointJfrogArtifactoryV2.js +6 -1
  346. package/serviceendpointJfrogArtifactoryV2.js.map +1 -1
  347. package/serviceendpointJfrogDistributionV2.d.ts +6 -1
  348. package/serviceendpointJfrogDistributionV2.js +6 -1
  349. package/serviceendpointJfrogDistributionV2.js.map +1 -1
  350. package/serviceendpointJfrogPlatformV2.d.ts +6 -1
  351. package/serviceendpointJfrogPlatformV2.js +6 -1
  352. package/serviceendpointJfrogPlatformV2.js.map +1 -1
  353. package/serviceendpointJfrogXrayV2.d.ts +6 -1
  354. package/serviceendpointJfrogXrayV2.js +6 -1
  355. package/serviceendpointJfrogXrayV2.js.map +1 -1
  356. package/serviceendpointMaven.d.ts +5 -1
  357. package/serviceendpointMaven.js +5 -1
  358. package/serviceendpointMaven.js.map +1 -1
  359. package/serviceendpointNexus.d.ts +3 -1
  360. package/serviceendpointNexus.js +3 -1
  361. package/serviceendpointNexus.js.map +1 -1
  362. package/serviceendpointNuget.d.ts +4 -1
  363. package/serviceendpointNuget.js +4 -1
  364. package/serviceendpointNuget.js.map +1 -1
  365. package/serviceendpointOctopusdeploy.d.ts +4 -1
  366. package/serviceendpointOctopusdeploy.js +4 -1
  367. package/serviceendpointOctopusdeploy.js.map +1 -1
  368. package/serviceendpointPermissions.d.ts +3 -0
  369. package/serviceendpointPermissions.js +3 -0
  370. package/serviceendpointPermissions.js.map +1 -1
  371. package/servicehookPermissions.d.ts +3 -0
  372. package/servicehookPermissions.js +3 -0
  373. package/servicehookPermissions.js.map +1 -1
  374. package/servicehookStorageQueuePipelines.d.ts +14 -17
  375. package/servicehookStorageQueuePipelines.js +14 -17
  376. package/servicehookStorageQueuePipelines.js.map +1 -1
  377. package/taggingPermissions.d.ts +3 -0
  378. package/taggingPermissions.js +3 -0
  379. package/taggingPermissions.js.map +1 -1
  380. package/team.d.ts +4 -1
  381. package/team.js +4 -1
  382. package/team.js.map +1 -1
  383. package/teamAdministrators.d.ts +3 -0
  384. package/teamAdministrators.js +3 -0
  385. package/teamAdministrators.js.map +1 -1
  386. package/teamMembers.d.ts +3 -0
  387. package/teamMembers.js +3 -0
  388. package/teamMembers.js.map +1 -1
  389. package/user.d.ts +3 -0
  390. package/user.js +3 -0
  391. package/user.js.map +1 -1
  392. package/variableGroup.d.ts +13 -5
  393. package/variableGroup.js +13 -5
  394. package/variableGroup.js.map +1 -1
  395. package/workItemQueryPermissions.d.ts +7 -0
  396. package/workItemQueryPermissions.js +7 -0
  397. package/workItemQueryPermissions.js.map +1 -1
  398. package/workitem.d.ts +6 -0
  399. package/workitem.js +6 -0
  400. package/workitem.js.map +1 -1
@@ -5,6 +5,7 @@ import * as outputs from "./types/output";
5
5
  *
6
6
  * ## Example Usage
7
7
  *
8
+ * <!--Start PulumiCodeChooser -->
8
9
  * ```typescript
9
10
  * import * as pulumi from "@pulumi/pulumi";
10
11
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -18,6 +19,7 @@ import * as outputs from "./types/output";
18
19
  * }));
19
20
  * export const id = exampleBuildDefinition.then(exampleBuildDefinition => exampleBuildDefinition.id);
20
21
  * ```
22
+ * <!--End PulumiCodeChooser -->
21
23
  */
22
24
  export declare function getBuildDefinition(args: GetBuildDefinitionArgs, opts?: pulumi.InvokeOptions): Promise<GetBuildDefinitionResult>;
23
25
  /**
@@ -93,6 +95,7 @@ export interface GetBuildDefinitionResult {
93
95
  *
94
96
  * ## Example Usage
95
97
  *
98
+ * <!--Start PulumiCodeChooser -->
96
99
  * ```typescript
97
100
  * import * as pulumi from "@pulumi/pulumi";
98
101
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -106,6 +109,7 @@ export interface GetBuildDefinitionResult {
106
109
  * }));
107
110
  * export const id = exampleBuildDefinition.then(exampleBuildDefinition => exampleBuildDefinition.id);
108
111
  * ```
112
+ * <!--End PulumiCodeChooser -->
109
113
  */
110
114
  export declare function getBuildDefinitionOutput(args: GetBuildDefinitionOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetBuildDefinitionResult>;
111
115
  /**
@@ -10,6 +10,7 @@ const utilities = require("./utilities");
10
10
  *
11
11
  * ## Example Usage
12
12
  *
13
+ * <!--Start PulumiCodeChooser -->
13
14
  * ```typescript
14
15
  * import * as pulumi from "@pulumi/pulumi";
15
16
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -23,6 +24,7 @@ const utilities = require("./utilities");
23
24
  * }));
24
25
  * export const id = exampleBuildDefinition.then(exampleBuildDefinition => exampleBuildDefinition.id);
25
26
  * ```
27
+ * <!--End PulumiCodeChooser -->
26
28
  */
27
29
  function getBuildDefinition(args, opts) {
28
30
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -38,6 +40,7 @@ exports.getBuildDefinition = getBuildDefinition;
38
40
  *
39
41
  * ## Example Usage
40
42
  *
43
+ * <!--Start PulumiCodeChooser -->
41
44
  * ```typescript
42
45
  * import * as pulumi from "@pulumi/pulumi";
43
46
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -51,6 +54,7 @@ exports.getBuildDefinition = getBuildDefinition;
51
54
  * }));
52
55
  * export const id = exampleBuildDefinition.then(exampleBuildDefinition => exampleBuildDefinition.id);
53
56
  * ```
57
+ * <!--End PulumiCodeChooser -->
54
58
  */
55
59
  function getBuildDefinitionOutput(args, opts) {
56
60
  return pulumi.output(args).apply((a) => getBuildDefinition(a, opts));
@@ -1 +1 @@
1
- {"version":3,"file":"getBuildDefinition.js","sourceRoot":"","sources":["../getBuildDefinition.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IAExF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yDAAyD,EAAE;QACpF,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,gDAQC;AAuED;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IACpG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,kBAAkB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC7E,CAAC;AAFD,4DAEC"}
1
+ {"version":3,"file":"getBuildDefinition.js","sourceRoot":"","sources":["../getBuildDefinition.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IAExF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yDAAyD,EAAE;QACpF,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,gDAQC;AAuED;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IACpG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,kBAAkB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC7E,CAAC;AAFD,4DAEC"}
@@ -4,6 +4,7 @@ import * as pulumi from "@pulumi/pulumi";
4
4
  *
5
5
  * ## Example Usage
6
6
  *
7
+ * <!--Start PulumiCodeChooser -->
7
8
  * ```typescript
8
9
  * import * as pulumi from "@pulumi/pulumi";
9
10
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -11,6 +12,7 @@ import * as pulumi from "@pulumi/pulumi";
11
12
  * const example = azuredevops.getClientConfig({});
12
13
  * export const orgUrl = example.then(example => example.organizationUrl);
13
14
  * ```
15
+ * <!--End PulumiCodeChooser -->
14
16
  */
15
17
  export declare function getClientConfig(opts?: pulumi.InvokeOptions): Promise<GetClientConfigResult>;
16
18
  /**
@@ -28,6 +30,7 @@ export interface GetClientConfigResult {
28
30
  *
29
31
  * ## Example Usage
30
32
  *
33
+ * <!--Start PulumiCodeChooser -->
31
34
  * ```typescript
32
35
  * import * as pulumi from "@pulumi/pulumi";
33
36
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -35,5 +38,6 @@ export interface GetClientConfigResult {
35
38
  * const example = azuredevops.getClientConfig({});
36
39
  * export const orgUrl = example.then(example => example.organizationUrl);
37
40
  * ```
41
+ * <!--End PulumiCodeChooser -->
38
42
  */
39
43
  export declare function getClientConfigOutput(opts?: pulumi.InvokeOptions): pulumi.Output<GetClientConfigResult>;
@@ -10,6 +10,7 @@ const utilities = require("./utilities");
10
10
  *
11
11
  * ## Example Usage
12
12
  *
13
+ * <!--Start PulumiCodeChooser -->
13
14
  * ```typescript
14
15
  * import * as pulumi from "@pulumi/pulumi";
15
16
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -17,6 +18,7 @@ const utilities = require("./utilities");
17
18
  * const example = azuredevops.getClientConfig({});
18
19
  * export const orgUrl = example.then(example => example.organizationUrl);
19
20
  * ```
21
+ * <!--End PulumiCodeChooser -->
20
22
  */
21
23
  function getClientConfig(opts) {
22
24
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -28,6 +30,7 @@ exports.getClientConfig = getClientConfig;
28
30
  *
29
31
  * ## Example Usage
30
32
  *
33
+ * <!--Start PulumiCodeChooser -->
31
34
  * ```typescript
32
35
  * import * as pulumi from "@pulumi/pulumi";
33
36
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -35,6 +38,7 @@ exports.getClientConfig = getClientConfig;
35
38
  * const example = azuredevops.getClientConfig({});
36
39
  * export const orgUrl = example.then(example => example.organizationUrl);
37
40
  * ```
41
+ * <!--End PulumiCodeChooser -->
38
42
  */
39
43
  function getClientConfigOutput(opts) {
40
44
  return pulumi.output(getClientConfig(opts));
@@ -1 +1 @@
1
- {"version":3,"file":"getClientConfig.js","sourceRoot":"","sources":["../getClientConfig.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,eAAe,CAAC,IAA2B;IAEvD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mDAAmD,EAAE,EACjF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0CAKC;AAYD;;;;;;;;;;;;GAYG;AACH,SAAgB,qBAAqB,CAAC,IAA2B;IAC7D,OAAO,MAAM,CAAC,MAAM,CAAC,eAAe,CAAC,IAAI,CAAC,CAAC,CAAA;AAC/C,CAAC;AAFD,sDAEC"}
1
+ {"version":3,"file":"getClientConfig.js","sourceRoot":"","sources":["../getClientConfig.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,eAAe,CAAC,IAA2B;IAEvD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mDAAmD,EAAE,EACjF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0CAKC;AAYD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,qBAAqB,CAAC,IAA2B;IAC7D,OAAO,MAAM,CAAC,MAAM,CAAC,eAAe,CAAC,IAAI,CAAC,CAAC,CAAA;AAC/C,CAAC;AAFD,sDAEC"}
@@ -1,10 +1,6 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
3
  * Use this data source to access information about an Environment.
4
- *
5
- * ## Relevant Links
6
- *
7
- * * [Azure DevOps Service REST API 7.0 - Environments](https://docs.microsoft.com/en-us/rest/api/azure/devops/distributedtask/environments?view=azure-devops-rest-7.0)
8
4
  */
9
5
  export declare function getEnvironment(args: GetEnvironmentArgs, opts?: pulumi.InvokeOptions): Promise<GetEnvironmentResult>;
10
6
  /**
@@ -47,10 +43,6 @@ export interface GetEnvironmentResult {
47
43
  }
48
44
  /**
49
45
  * Use this data source to access information about an Environment.
50
- *
51
- * ## Relevant Links
52
- *
53
- * * [Azure DevOps Service REST API 7.0 - Environments](https://docs.microsoft.com/en-us/rest/api/azure/devops/distributedtask/environments?view=azure-devops-rest-7.0)
54
46
  */
55
47
  export declare function getEnvironmentOutput(args: GetEnvironmentOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetEnvironmentResult>;
56
48
  /**
package/getEnvironment.js CHANGED
@@ -7,10 +7,6 @@ const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
9
  * Use this data source to access information about an Environment.
10
- *
11
- * ## Relevant Links
12
- *
13
- * * [Azure DevOps Service REST API 7.0 - Environments](https://docs.microsoft.com/en-us/rest/api/azure/devops/distributedtask/environments?view=azure-devops-rest-7.0)
14
10
  */
15
11
  function getEnvironment(args, opts) {
16
12
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -23,10 +19,6 @@ function getEnvironment(args, opts) {
23
19
  exports.getEnvironment = getEnvironment;
24
20
  /**
25
21
  * Use this data source to access information about an Environment.
26
- *
27
- * ## Relevant Links
28
- *
29
- * * [Azure DevOps Service REST API 7.0 - Environments](https://docs.microsoft.com/en-us/rest/api/azure/devops/distributedtask/environments?view=azure-devops-rest-7.0)
30
22
  */
31
23
  function getEnvironmentOutput(args, opts) {
32
24
  return pulumi.output(args).apply((a) => getEnvironment(a, opts));
@@ -1 +1 @@
1
- {"version":3,"file":"getEnvironment.js","sourceRoot":"","sources":["../getEnvironment.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;GAMG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAEhF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iDAAiD,EAAE;QAC5E,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,wCAQC;AAyCD;;;;;;GAMG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,cAAc,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACzE,CAAC;AAFD,oDAEC"}
1
+ {"version":3,"file":"getEnvironment.js","sourceRoot":"","sources":["../getEnvironment.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAEhF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iDAAiD,EAAE;QAC5E,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,wCAQC;AAyCD;;GAEG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,cAAc,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACzE,CAAC;AAFD,oDAEC"}
@@ -5,6 +5,7 @@ import * as pulumi from "@pulumi/pulumi";
5
5
  *
6
6
  * ## Example Usage
7
7
  *
8
+ * <!--Start PulumiCodeChooser -->
8
9
  * ```typescript
9
10
  * import * as pulumi from "@pulumi/pulumi";
10
11
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -17,6 +18,8 @@ import * as pulumi from "@pulumi/pulumi";
17
18
  * name: "Example Repository",
18
19
  * }));
19
20
  * ```
21
+ * <!--End PulumiCodeChooser -->
22
+ *
20
23
  * ## Relevant Links
21
24
  *
22
25
  * - [Azure DevOps Service REST API 7.0 - Git API](https://docs.microsoft.com/en-us/rest/api/azure/devops/git/?view=azure-devops-rest-7.0)
@@ -83,6 +86,7 @@ export interface GetGitRepositoryResult {
83
86
  *
84
87
  * ## Example Usage
85
88
  *
89
+ * <!--Start PulumiCodeChooser -->
86
90
  * ```typescript
87
91
  * import * as pulumi from "@pulumi/pulumi";
88
92
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -95,6 +99,8 @@ export interface GetGitRepositoryResult {
95
99
  * name: "Example Repository",
96
100
  * }));
97
101
  * ```
102
+ * <!--End PulumiCodeChooser -->
103
+ *
98
104
  * ## Relevant Links
99
105
  *
100
106
  * - [Azure DevOps Service REST API 7.0 - Git API](https://docs.microsoft.com/en-us/rest/api/azure/devops/git/?view=azure-devops-rest-7.0)
@@ -11,6 +11,7 @@ const utilities = require("./utilities");
11
11
  *
12
12
  * ## Example Usage
13
13
  *
14
+ * <!--Start PulumiCodeChooser -->
14
15
  * ```typescript
15
16
  * import * as pulumi from "@pulumi/pulumi";
16
17
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -23,6 +24,8 @@ const utilities = require("./utilities");
23
24
  * name: "Example Repository",
24
25
  * }));
25
26
  * ```
27
+ * <!--End PulumiCodeChooser -->
28
+ *
26
29
  * ## Relevant Links
27
30
  *
28
31
  * - [Azure DevOps Service REST API 7.0 - Git API](https://docs.microsoft.com/en-us/rest/api/azure/devops/git/?view=azure-devops-rest-7.0)
@@ -41,6 +44,7 @@ exports.getGitRepository = getGitRepository;
41
44
  *
42
45
  * ## Example Usage
43
46
  *
47
+ * <!--Start PulumiCodeChooser -->
44
48
  * ```typescript
45
49
  * import * as pulumi from "@pulumi/pulumi";
46
50
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -53,6 +57,8 @@ exports.getGitRepository = getGitRepository;
53
57
  * name: "Example Repository",
54
58
  * }));
55
59
  * ```
60
+ * <!--End PulumiCodeChooser -->
61
+ *
56
62
  * ## Relevant Links
57
63
  *
58
64
  * - [Azure DevOps Service REST API 7.0 - Git API](https://docs.microsoft.com/en-us/rest/api/azure/devops/git/?view=azure-devops-rest-7.0)
@@ -1 +1 @@
1
- {"version":3,"file":"getGitRepository.js","sourceRoot":"","sources":["../getGitRepository.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IAEpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qDAAqD,EAAE;QAChF,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4CAOC;AA0DD;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,gBAAgB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC3E,CAAC;AAFD,wDAEC"}
1
+ {"version":3,"file":"getGitRepository.js","sourceRoot":"","sources":["../getGitRepository.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IAEpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qDAAqD,EAAE;QAChF,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4CAOC;AA0DD;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,gBAAgB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC3E,CAAC;AAFD,wDAEC"}
package/getGroup.d.ts CHANGED
@@ -4,6 +4,7 @@ import * as pulumi from "@pulumi/pulumi";
4
4
  *
5
5
  * ## Example Usage
6
6
  *
7
+ * <!--Start PulumiCodeChooser -->
7
8
  * ```typescript
8
9
  * import * as pulumi from "@pulumi/pulumi";
9
10
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -23,6 +24,8 @@ import * as pulumi from "@pulumi/pulumi";
23
24
  * export const collectionGroupId = exampleGroup.then(exampleGroup => exampleGroup.id);
24
25
  * export const collectionGroupDescriptor = exampleGroup.then(exampleGroup => exampleGroup.descriptor);
25
26
  * ```
27
+ * <!--End PulumiCodeChooser -->
28
+ *
26
29
  * ## Relevant Links
27
30
  *
28
31
  * - [Azure DevOps Service REST API 7.0 - Groups - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/graph/groups/get?view=azure-devops-rest-7.0)
@@ -69,6 +72,7 @@ export interface GetGroupResult {
69
72
  *
70
73
  * ## Example Usage
71
74
  *
75
+ * <!--Start PulumiCodeChooser -->
72
76
  * ```typescript
73
77
  * import * as pulumi from "@pulumi/pulumi";
74
78
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -88,6 +92,8 @@ export interface GetGroupResult {
88
92
  * export const collectionGroupId = exampleGroup.then(exampleGroup => exampleGroup.id);
89
93
  * export const collectionGroupDescriptor = exampleGroup.then(exampleGroup => exampleGroup.descriptor);
90
94
  * ```
95
+ * <!--End PulumiCodeChooser -->
96
+ *
91
97
  * ## Relevant Links
92
98
  *
93
99
  * - [Azure DevOps Service REST API 7.0 - Groups - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/graph/groups/get?view=azure-devops-rest-7.0)
package/getGroup.js CHANGED
@@ -10,6 +10,7 @@ const utilities = require("./utilities");
10
10
  *
11
11
  * ## Example Usage
12
12
  *
13
+ * <!--Start PulumiCodeChooser -->
13
14
  * ```typescript
14
15
  * import * as pulumi from "@pulumi/pulumi";
15
16
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -29,6 +30,8 @@ const utilities = require("./utilities");
29
30
  * export const collectionGroupId = exampleGroup.then(exampleGroup => exampleGroup.id);
30
31
  * export const collectionGroupDescriptor = exampleGroup.then(exampleGroup => exampleGroup.descriptor);
31
32
  * ```
33
+ * <!--End PulumiCodeChooser -->
34
+ *
32
35
  * ## Relevant Links
33
36
  *
34
37
  * - [Azure DevOps Service REST API 7.0 - Groups - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/graph/groups/get?view=azure-devops-rest-7.0)
@@ -46,6 +49,7 @@ exports.getGroup = getGroup;
46
49
  *
47
50
  * ## Example Usage
48
51
  *
52
+ * <!--Start PulumiCodeChooser -->
49
53
  * ```typescript
50
54
  * import * as pulumi from "@pulumi/pulumi";
51
55
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -65,6 +69,8 @@ exports.getGroup = getGroup;
65
69
  * export const collectionGroupId = exampleGroup.then(exampleGroup => exampleGroup.id);
66
70
  * export const collectionGroupDescriptor = exampleGroup.then(exampleGroup => exampleGroup.descriptor);
67
71
  * ```
72
+ * <!--End PulumiCodeChooser -->
73
+ *
68
74
  * ## Relevant Links
69
75
  *
70
76
  * - [Azure DevOps Service REST API 7.0 - Groups - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/graph/groups/get?view=azure-devops-rest-7.0)
package/getGroup.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"getGroup.js","sourceRoot":"","sources":["../getGroup.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IAEpE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qCAAqC,EAAE;QAChE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4BAOC;AAuCD;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,QAAQ,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACnE,CAAC;AAFD,wCAEC"}
1
+ {"version":3,"file":"getGroup.js","sourceRoot":"","sources":["../getGroup.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IAEpE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qCAAqC,EAAE;QAChE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4BAOC;AAuCD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,QAAQ,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACnE,CAAC;AAFD,wCAEC"}
package/getGroups.d.ts CHANGED
@@ -5,6 +5,7 @@ import * as outputs from "./types/output";
5
5
  *
6
6
  * ## Example Usage
7
7
  *
8
+ * <!--Start PulumiCodeChooser -->
8
9
  * ```typescript
9
10
  * import * as pulumi from "@pulumi/pulumi";
10
11
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -17,6 +18,8 @@ import * as outputs from "./types/output";
17
18
  * projectId: example.id,
18
19
  * }));
19
20
  * ```
21
+ * <!--End PulumiCodeChooser -->
22
+ *
20
23
  * ## Relevant Links
21
24
  *
22
25
  * - [Azure DevOps Service REST API 7.0 - Groups - List](https://docs.microsoft.com/en-us/rest/api/azure/devops/graph/groups/list?view=azure-devops-rest-7.0)
@@ -50,6 +53,7 @@ export interface GetGroupsResult {
50
53
  *
51
54
  * ## Example Usage
52
55
  *
56
+ * <!--Start PulumiCodeChooser -->
53
57
  * ```typescript
54
58
  * import * as pulumi from "@pulumi/pulumi";
55
59
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -62,6 +66,8 @@ export interface GetGroupsResult {
62
66
  * projectId: example.id,
63
67
  * }));
64
68
  * ```
69
+ * <!--End PulumiCodeChooser -->
70
+ *
65
71
  * ## Relevant Links
66
72
  *
67
73
  * - [Azure DevOps Service REST API 7.0 - Groups - List](https://docs.microsoft.com/en-us/rest/api/azure/devops/graph/groups/list?view=azure-devops-rest-7.0)
package/getGroups.js CHANGED
@@ -10,6 +10,7 @@ const utilities = require("./utilities");
10
10
  *
11
11
  * ## Example Usage
12
12
  *
13
+ * <!--Start PulumiCodeChooser -->
13
14
  * ```typescript
14
15
  * import * as pulumi from "@pulumi/pulumi";
15
16
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -22,6 +23,8 @@ const utilities = require("./utilities");
22
23
  * projectId: example.id,
23
24
  * }));
24
25
  * ```
26
+ * <!--End PulumiCodeChooser -->
27
+ *
25
28
  * ## Relevant Links
26
29
  *
27
30
  * - [Azure DevOps Service REST API 7.0 - Groups - List](https://docs.microsoft.com/en-us/rest/api/azure/devops/graph/groups/list?view=azure-devops-rest-7.0)
@@ -39,6 +42,7 @@ exports.getGroups = getGroups;
39
42
  *
40
43
  * ## Example Usage
41
44
  *
45
+ * <!--Start PulumiCodeChooser -->
42
46
  * ```typescript
43
47
  * import * as pulumi from "@pulumi/pulumi";
44
48
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -51,6 +55,8 @@ exports.getGroups = getGroups;
51
55
  * projectId: example.id,
52
56
  * }));
53
57
  * ```
58
+ * <!--End PulumiCodeChooser -->
59
+ *
54
60
  * ## Relevant Links
55
61
  *
56
62
  * - [Azure DevOps Service REST API 7.0 - Groups - List](https://docs.microsoft.com/en-us/rest/api/azure/devops/graph/groups/list?view=azure-devops-rest-7.0)
package/getGroups.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"getGroups.js","sourceRoot":"","sources":["../getGroups.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,SAAS,CAAC,IAAoB,EAAE,IAA2B;IACvE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,uCAAuC,EAAE;QAClE,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,8BAOC;AA0BD;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAA2B;IACnF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,SAAS,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACpE,CAAC;AAFD,0CAEC"}
1
+ {"version":3,"file":"getGroups.js","sourceRoot":"","sources":["../getGroups.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,SAAS,CAAC,IAAoB,EAAE,IAA2B;IACvE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,uCAAuC,EAAE;QAClE,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,8BAOC;AA0BD;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAA2B;IACnF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,SAAS,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACpE,CAAC;AAFD,0CAEC"}
package/getIteration.d.ts CHANGED
@@ -5,6 +5,7 @@ import * as outputs from "./types/output";
5
5
  *
6
6
  * ## Example Usage
7
7
  *
8
+ * <!--Start PulumiCodeChooser -->
8
9
  * ```typescript
9
10
  * import * as pulumi from "@pulumi/pulumi";
10
11
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -26,6 +27,8 @@ import * as outputs from "./types/output";
26
27
  * fetchChildren: true,
27
28
  * });
28
29
  * ```
30
+ * <!--End PulumiCodeChooser -->
31
+ *
29
32
  * ## Relevant Links
30
33
  *
31
34
  * - [Azure DevOps Service REST API 7.0 - Classification Nodes - Get Classification Nodes](https://docs.microsoft.com/en-us/rest/api/azure/devops/wit/classification-nodes/get-classification-nodes?view=azure-devops-rest-7.0)
@@ -87,6 +90,7 @@ export interface GetIterationResult {
87
90
  *
88
91
  * ## Example Usage
89
92
  *
93
+ * <!--Start PulumiCodeChooser -->
90
94
  * ```typescript
91
95
  * import * as pulumi from "@pulumi/pulumi";
92
96
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -108,6 +112,8 @@ export interface GetIterationResult {
108
112
  * fetchChildren: true,
109
113
  * });
110
114
  * ```
115
+ * <!--End PulumiCodeChooser -->
116
+ *
111
117
  * ## Relevant Links
112
118
  *
113
119
  * - [Azure DevOps Service REST API 7.0 - Classification Nodes - Get Classification Nodes](https://docs.microsoft.com/en-us/rest/api/azure/devops/wit/classification-nodes/get-classification-nodes?view=azure-devops-rest-7.0)
package/getIteration.js CHANGED
@@ -10,6 +10,7 @@ const utilities = require("./utilities");
10
10
  *
11
11
  * ## Example Usage
12
12
  *
13
+ * <!--Start PulumiCodeChooser -->
13
14
  * ```typescript
14
15
  * import * as pulumi from "@pulumi/pulumi";
15
16
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -31,6 +32,8 @@ const utilities = require("./utilities");
31
32
  * fetchChildren: true,
32
33
  * });
33
34
  * ```
35
+ * <!--End PulumiCodeChooser -->
36
+ *
34
37
  * ## Relevant Links
35
38
  *
36
39
  * - [Azure DevOps Service REST API 7.0 - Classification Nodes - Get Classification Nodes](https://docs.microsoft.com/en-us/rest/api/azure/devops/wit/classification-nodes/get-classification-nodes?view=azure-devops-rest-7.0)
@@ -53,6 +56,7 @@ exports.getIteration = getIteration;
53
56
  *
54
57
  * ## Example Usage
55
58
  *
59
+ * <!--Start PulumiCodeChooser -->
56
60
  * ```typescript
57
61
  * import * as pulumi from "@pulumi/pulumi";
58
62
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -74,6 +78,8 @@ exports.getIteration = getIteration;
74
78
  * fetchChildren: true,
75
79
  * });
76
80
  * ```
81
+ * <!--End PulumiCodeChooser -->
82
+ *
77
83
  * ## Relevant Links
78
84
  *
79
85
  * - [Azure DevOps Service REST API 7.0 - Classification Nodes - Get Classification Nodes](https://docs.microsoft.com/en-us/rest/api/azure/devops/wit/classification-nodes/get-classification-nodes?view=azure-devops-rest-7.0)
@@ -1 +1 @@
1
- {"version":3,"file":"getIteration.js","sourceRoot":"","sources":["../getIteration.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAE5E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6CAA6C,EAAE;QACxE,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,oCAQC;AAkDD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,YAAY,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACvE,CAAC;AAFD,gDAEC"}
1
+ {"version":3,"file":"getIteration.js","sourceRoot":"","sources":["../getIteration.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAE5E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6CAA6C,EAAE;QACxE,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,oCAQC;AAkDD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,YAAY,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACvE,CAAC;AAFD,gDAEC"}
package/getPool.d.ts CHANGED
@@ -4,6 +4,7 @@ import * as pulumi from "@pulumi/pulumi";
4
4
  *
5
5
  * ## Example Usage
6
6
  *
7
+ * <!--Start PulumiCodeChooser -->
7
8
  * ```typescript
8
9
  * import * as pulumi from "@pulumi/pulumi";
9
10
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -16,6 +17,8 @@ import * as pulumi from "@pulumi/pulumi";
16
17
  * export const autoProvision = example.then(example => example.autoProvision);
17
18
  * export const autoUpdate = example.then(example => example.autoUpdate);
18
19
  * ```
20
+ * <!--End PulumiCodeChooser -->
21
+ *
19
22
  * ## Relevant Links
20
23
  *
21
24
  * - [Azure DevOps Service REST API 7.0 - Agent Pools - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/distributedtask/pools/get?view=azure-devops-rest-7.0)
@@ -48,6 +51,7 @@ export interface GetPoolResult {
48
51
  *
49
52
  * ## Example Usage
50
53
  *
54
+ * <!--Start PulumiCodeChooser -->
51
55
  * ```typescript
52
56
  * import * as pulumi from "@pulumi/pulumi";
53
57
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -60,6 +64,8 @@ export interface GetPoolResult {
60
64
  * export const autoProvision = example.then(example => example.autoProvision);
61
65
  * export const autoUpdate = example.then(example => example.autoUpdate);
62
66
  * ```
67
+ * <!--End PulumiCodeChooser -->
68
+ *
63
69
  * ## Relevant Links
64
70
  *
65
71
  * - [Azure DevOps Service REST API 7.0 - Agent Pools - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/distributedtask/pools/get?view=azure-devops-rest-7.0)
package/getPool.js CHANGED
@@ -10,6 +10,7 @@ const utilities = require("./utilities");
10
10
  *
11
11
  * ## Example Usage
12
12
  *
13
+ * <!--Start PulumiCodeChooser -->
13
14
  * ```typescript
14
15
  * import * as pulumi from "@pulumi/pulumi";
15
16
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -22,6 +23,8 @@ const utilities = require("./utilities");
22
23
  * export const autoProvision = example.then(example => example.autoProvision);
23
24
  * export const autoUpdate = example.then(example => example.autoUpdate);
24
25
  * ```
26
+ * <!--End PulumiCodeChooser -->
27
+ *
25
28
  * ## Relevant Links
26
29
  *
27
30
  * - [Azure DevOps Service REST API 7.0 - Agent Pools - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/distributedtask/pools/get?view=azure-devops-rest-7.0)
@@ -38,6 +41,7 @@ exports.getPool = getPool;
38
41
  *
39
42
  * ## Example Usage
40
43
  *
44
+ * <!--Start PulumiCodeChooser -->
41
45
  * ```typescript
42
46
  * import * as pulumi from "@pulumi/pulumi";
43
47
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -50,6 +54,8 @@ exports.getPool = getPool;
50
54
  * export const autoProvision = example.then(example => example.autoProvision);
51
55
  * export const autoUpdate = example.then(example => example.autoUpdate);
52
56
  * ```
57
+ * <!--End PulumiCodeChooser -->
58
+ *
53
59
  * ## Relevant Links
54
60
  *
55
61
  * - [Azure DevOps Service REST API 7.0 - Agent Pools - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/distributedtask/pools/get?view=azure-devops-rest-7.0)
package/getPool.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"getPool.js","sourceRoot":"","sources":["../getPool.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAElE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mCAAmC,EAAE;QAC9D,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0BAMC;AAyBD;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,OAAO,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClE,CAAC;AAFD,sCAEC"}
1
+ {"version":3,"file":"getPool.js","sourceRoot":"","sources":["../getPool.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAElE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mCAAmC,EAAE;QAC9D,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0BAMC;AAyBD;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,OAAO,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClE,CAAC;AAFD,sCAEC"}
package/getPools.d.ts CHANGED
@@ -5,6 +5,7 @@ import * as outputs from "./types/output";
5
5
  *
6
6
  * ## Example Usage
7
7
  *
8
+ * <!--Start PulumiCodeChooser -->
8
9
  * ```typescript
9
10
  * import * as pulumi from "@pulumi/pulumi";
10
11
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -15,6 +16,8 @@ import * as outputs from "./types/output";
15
16
  * export const autoUpdate = example.then(example => example.agentPools.map(__item => __item.autoUpdate));
16
17
  * export const poolType = example.then(example => example.agentPools.map(__item => __item.poolType));
17
18
  * ```
19
+ * <!--End PulumiCodeChooser -->
20
+ *
18
21
  * ## Relevant Links
19
22
  *
20
23
  * - [Azure DevOps Service REST API 7.0 - Agent Pools - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/distributedtask/pools/get?view=azure-devops-rest-7.0)
@@ -38,6 +41,7 @@ export interface GetPoolsResult {
38
41
  *
39
42
  * ## Example Usage
40
43
  *
44
+ * <!--Start PulumiCodeChooser -->
41
45
  * ```typescript
42
46
  * import * as pulumi from "@pulumi/pulumi";
43
47
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -48,6 +52,8 @@ export interface GetPoolsResult {
48
52
  * export const autoUpdate = example.then(example => example.agentPools.map(__item => __item.autoUpdate));
49
53
  * export const poolType = example.then(example => example.agentPools.map(__item => __item.poolType));
50
54
  * ```
55
+ * <!--End PulumiCodeChooser -->
56
+ *
51
57
  * ## Relevant Links
52
58
  *
53
59
  * - [Azure DevOps Service REST API 7.0 - Agent Pools - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/distributedtask/pools/get?view=azure-devops-rest-7.0)
package/getPools.js CHANGED
@@ -10,6 +10,7 @@ const utilities = require("./utilities");
10
10
  *
11
11
  * ## Example Usage
12
12
  *
13
+ * <!--Start PulumiCodeChooser -->
13
14
  * ```typescript
14
15
  * import * as pulumi from "@pulumi/pulumi";
15
16
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -20,6 +21,8 @@ const utilities = require("./utilities");
20
21
  * export const autoUpdate = example.then(example => example.agentPools.map(__item => __item.autoUpdate));
21
22
  * export const poolType = example.then(example => example.agentPools.map(__item => __item.poolType));
22
23
  * ```
24
+ * <!--End PulumiCodeChooser -->
25
+ *
23
26
  * ## Relevant Links
24
27
  *
25
28
  * - [Azure DevOps Service REST API 7.0 - Agent Pools - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/distributedtask/pools/get?view=azure-devops-rest-7.0)
@@ -34,6 +37,7 @@ exports.getPools = getPools;
34
37
  *
35
38
  * ## Example Usage
36
39
  *
40
+ * <!--Start PulumiCodeChooser -->
37
41
  * ```typescript
38
42
  * import * as pulumi from "@pulumi/pulumi";
39
43
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -44,6 +48,8 @@ exports.getPools = getPools;
44
48
  * export const autoUpdate = example.then(example => example.agentPools.map(__item => __item.autoUpdate));
45
49
  * export const poolType = example.then(example => example.agentPools.map(__item => __item.poolType));
46
50
  * ```
51
+ * <!--End PulumiCodeChooser -->
52
+ *
47
53
  * ## Relevant Links
48
54
  *
49
55
  * - [Azure DevOps Service REST API 7.0 - Agent Pools - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/distributedtask/pools/get?view=azure-devops-rest-7.0)
package/getPools.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"getPools.js","sourceRoot":"","sources":["../getPools.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,QAAQ,CAAC,IAA2B;IAEhD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qCAAqC,EAAE,EACnE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4BAKC;AAeD;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,cAAc,CAAC,IAA2B;IACtD,OAAO,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAA;AACxC,CAAC;AAFD,wCAEC"}
1
+ {"version":3,"file":"getPools.js","sourceRoot":"","sources":["../getPools.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,QAAQ,CAAC,IAA2B;IAEhD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qCAAqC,EAAE,EACnE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4BAKC;AAeD;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,cAAc,CAAC,IAA2B;IACtD,OAAO,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAA;AACxC,CAAC;AAFD,wCAEC"}