@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
package/getProject.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";
@@ -13,6 +14,8 @@ import * as pulumi from "@pulumi/pulumi";
13
14
  * });
14
15
  * export const project = example;
15
16
  * ```
17
+ * <!--End PulumiCodeChooser -->
18
+ *
16
19
  * ## Relevant Links
17
20
  *
18
21
  * - [Azure DevOps Service REST API 7.0 - Projects - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/core/projects/get?view=azure-devops-rest-7.0)
@@ -55,6 +58,7 @@ export interface GetProjectResult {
55
58
  *
56
59
  * ## Example Usage
57
60
  *
61
+ * <!--Start PulumiCodeChooser -->
58
62
  * ```typescript
59
63
  * import * as pulumi from "@pulumi/pulumi";
60
64
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -64,6 +68,8 @@ export interface GetProjectResult {
64
68
  * });
65
69
  * export const project = example;
66
70
  * ```
71
+ * <!--End PulumiCodeChooser -->
72
+ *
67
73
  * ## Relevant Links
68
74
  *
69
75
  * - [Azure DevOps Service REST API 7.0 - Projects - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/core/projects/get?view=azure-devops-rest-7.0)
package/getProject.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";
@@ -19,6 +20,8 @@ const utilities = require("./utilities");
19
20
  * });
20
21
  * export const project = example;
21
22
  * ```
23
+ * <!--End PulumiCodeChooser -->
24
+ *
22
25
  * ## Relevant Links
23
26
  *
24
27
  * - [Azure DevOps Service REST API 7.0 - Projects - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/core/projects/get?view=azure-devops-rest-7.0)
@@ -37,6 +40,7 @@ exports.getProject = getProject;
37
40
  *
38
41
  * ## Example Usage
39
42
  *
43
+ * <!--Start PulumiCodeChooser -->
40
44
  * ```typescript
41
45
  * import * as pulumi from "@pulumi/pulumi";
42
46
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -46,6 +50,8 @@ exports.getProject = getProject;
46
50
  * });
47
51
  * export const project = example;
48
52
  * ```
53
+ * <!--End PulumiCodeChooser -->
54
+ *
49
55
  * ## Relevant Links
50
56
  *
51
57
  * - [Azure DevOps Service REST API 7.0 - Projects - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/core/projects/get?view=azure-devops-rest-7.0)
package/getProject.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"getProject.js","sourceRoot":"","sources":["../getProject.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,UAAU,CAAC,IAAqB,EAAE,IAA2B;IACzE,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,yCAAyC,EAAE;QACpE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,gCAQC;AAiCD;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAA2B;IACrF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,UAAU,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACrE,CAAC;AAFD,4CAEC"}
1
+ {"version":3,"file":"getProject.js","sourceRoot":"","sources":["../getProject.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,UAAU,CAAC,IAAqB,EAAE,IAA2B;IACzE,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,yCAAyC,EAAE;QACpE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,gCAQC;AAiCD;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAA2B;IACrF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,UAAU,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACrE,CAAC;AAFD,4CAEC"}
package/getProjects.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";
@@ -18,6 +19,8 @@ import * as outputs from "./types/output";
18
19
  * export const projectUrl = example.then(example => example.projects.map(__item => __item.projectUrl));
19
20
  * export const state = example.then(example => example.projects.map(__item => __item.state));
20
21
  * ```
22
+ * <!--End PulumiCodeChooser -->
23
+ *
21
24
  * ## Relevant Links
22
25
  *
23
26
  * - [Azure DevOps Service REST API 7.0 - Projects - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/core/projects/get?view=azure-devops-rest-7.0)
@@ -64,6 +67,7 @@ export interface GetProjectsResult {
64
67
  *
65
68
  * ## Example Usage
66
69
  *
70
+ * <!--Start PulumiCodeChooser -->
67
71
  * ```typescript
68
72
  * import * as pulumi from "@pulumi/pulumi";
69
73
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -77,6 +81,8 @@ export interface GetProjectsResult {
77
81
  * export const projectUrl = example.then(example => example.projects.map(__item => __item.projectUrl));
78
82
  * export const state = example.then(example => example.projects.map(__item => __item.state));
79
83
  * ```
84
+ * <!--End PulumiCodeChooser -->
85
+ *
80
86
  * ## Relevant Links
81
87
  *
82
88
  * - [Azure DevOps Service REST API 7.0 - Projects - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/core/projects/get?view=azure-devops-rest-7.0)
package/getProjects.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";
@@ -23,6 +24,8 @@ const utilities = require("./utilities");
23
24
  * export const projectUrl = example.then(example => example.projects.map(__item => __item.projectUrl));
24
25
  * export const state = example.then(example => example.projects.map(__item => __item.state));
25
26
  * ```
27
+ * <!--End PulumiCodeChooser -->
28
+ *
26
29
  * ## Relevant Links
27
30
  *
28
31
  * - [Azure DevOps Service REST API 7.0 - Projects - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/core/projects/get?view=azure-devops-rest-7.0)
@@ -41,6 +44,7 @@ exports.getProjects = getProjects;
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";
@@ -54,6 +58,8 @@ exports.getProjects = getProjects;
54
58
  * export const projectUrl = example.then(example => example.projects.map(__item => __item.projectUrl));
55
59
  * export const state = example.then(example => example.projects.map(__item => __item.state));
56
60
  * ```
61
+ * <!--End PulumiCodeChooser -->
62
+ *
57
63
  * ## Relevant Links
58
64
  *
59
65
  * - [Azure DevOps Service REST API 7.0 - Projects - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/core/projects/get?view=azure-devops-rest-7.0)
@@ -1 +1 @@
1
- {"version":3,"file":"getProjects.js","sourceRoot":"","sources":["../getProjects.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,WAAW,CAAC,IAAsB,EAAE,IAA2B;IAC3E,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,2CAA2C,EAAE;QACtE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,kCAQC;AAuCD;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAA2B;IACvF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,WAAW,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACtE,CAAC;AAFD,8CAEC"}
1
+ {"version":3,"file":"getProjects.js","sourceRoot":"","sources":["../getProjects.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,SAAgB,WAAW,CAAC,IAAsB,EAAE,IAA2B;IAC3E,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,2CAA2C,EAAE;QACtE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,kCAQC;AAuCD;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAA2B;IACvF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,WAAW,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACtE,CAAC;AAFD,8CAEC"}
@@ -6,6 +6,7 @@ import * as outputs from "./types/output";
6
6
  *
7
7
  * ## Example Usage
8
8
  *
9
+ * <!--Start PulumiCodeChooser -->
9
10
  * ```typescript
10
11
  * import * as pulumi from "@pulumi/pulumi";
11
12
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -22,6 +23,8 @@ import * as outputs from "./types/output";
22
23
  * name: "Example Repository",
23
24
  * }));
24
25
  * ```
26
+ * <!--End PulumiCodeChooser -->
27
+ *
25
28
  * ## Relevant Links
26
29
  *
27
30
  * - [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)
@@ -72,6 +75,7 @@ export interface GetRepositoriesResult {
72
75
  *
73
76
  * ## Example Usage
74
77
  *
78
+ * <!--Start PulumiCodeChooser -->
75
79
  * ```typescript
76
80
  * import * as pulumi from "@pulumi/pulumi";
77
81
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -88,6 +92,8 @@ export interface GetRepositoriesResult {
88
92
  * name: "Example Repository",
89
93
  * }));
90
94
  * ```
95
+ * <!--End PulumiCodeChooser -->
96
+ *
91
97
  * ## Relevant Links
92
98
  *
93
99
  * - [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";
@@ -27,6 +28,8 @@ const utilities = require("./utilities");
27
28
  * name: "Example Repository",
28
29
  * }));
29
30
  * ```
31
+ * <!--End PulumiCodeChooser -->
32
+ *
30
33
  * ## Relevant Links
31
34
  *
32
35
  * - [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)
@@ -47,6 +50,7 @@ exports.getRepositories = getRepositories;
47
50
  *
48
51
  * ## Example Usage
49
52
  *
53
+ * <!--Start PulumiCodeChooser -->
50
54
  * ```typescript
51
55
  * import * as pulumi from "@pulumi/pulumi";
52
56
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -63,6 +67,8 @@ exports.getRepositories = getRepositories;
63
67
  * name: "Example Repository",
64
68
  * }));
65
69
  * ```
70
+ * <!--End PulumiCodeChooser -->
71
+ *
66
72
  * ## Relevant Links
67
73
  *
68
74
  * - [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":"getRepositories.js","sourceRoot":"","sources":["../getRepositories.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAA2B;IACnF,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,mDAAmD,EAAE;QAC9E,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,0CASC;AA0CD;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,SAAgB,qBAAqB,CAAC,IAAgC,EAAE,IAA2B;IAC/F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,eAAe,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC1E,CAAC;AAFD,sDAEC"}
1
+ {"version":3,"file":"getRepositories.js","sourceRoot":"","sources":["../getRepositories.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAA2B;IACnF,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,mDAAmD,EAAE;QAC9E,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,0CASC;AA0CD;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,SAAgB,qBAAqB,CAAC,IAAgC,EAAE,IAA2B;IAC/F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,eAAe,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC1E,CAAC;AAFD,sDAEC"}
@@ -3,8 +3,10 @@ import * as pulumi from "@pulumi/pulumi";
3
3
  * Use this data source to access information about an existing AzureRM service Endpoint.
4
4
  *
5
5
  * ## Example Usage
6
+ *
6
7
  * ### By Service Endpoint ID
7
8
  *
9
+ * <!--Start PulumiCodeChooser -->
8
10
  * ```typescript
9
11
  * import * as pulumi from "@pulumi/pulumi";
10
12
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -18,8 +20,11 @@ import * as pulumi from "@pulumi/pulumi";
18
20
  * }));
19
21
  * export const serviceEndpointName = serviceendpoint.then(serviceendpoint => serviceendpoint.serviceEndpointName);
20
22
  * ```
23
+ * <!--End PulumiCodeChooser -->
24
+ *
21
25
  * ### By Service Endpoint Name
22
26
  *
27
+ * <!--Start PulumiCodeChooser -->
23
28
  * ```typescript
24
29
  * import * as pulumi from "@pulumi/pulumi";
25
30
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -33,6 +38,7 @@ import * as pulumi from "@pulumi/pulumi";
33
38
  * }));
34
39
  * export const serviceEndpointId = serviceendpoint.then(serviceendpoint => serviceendpoint.id);
35
40
  * ```
41
+ * <!--End PulumiCodeChooser -->
36
42
  */
37
43
  export declare function getServiceEndpointAzureRM(args: GetServiceEndpointAzureRMArgs, opts?: pulumi.InvokeOptions): Promise<GetServiceEndpointAzureRMResult>;
38
44
  /**
@@ -121,8 +127,10 @@ export interface GetServiceEndpointAzureRMResult {
121
127
  * Use this data source to access information about an existing AzureRM service Endpoint.
122
128
  *
123
129
  * ## Example Usage
130
+ *
124
131
  * ### By Service Endpoint ID
125
132
  *
133
+ * <!--Start PulumiCodeChooser -->
126
134
  * ```typescript
127
135
  * import * as pulumi from "@pulumi/pulumi";
128
136
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -136,8 +144,11 @@ export interface GetServiceEndpointAzureRMResult {
136
144
  * }));
137
145
  * export const serviceEndpointName = serviceendpoint.then(serviceendpoint => serviceendpoint.serviceEndpointName);
138
146
  * ```
147
+ * <!--End PulumiCodeChooser -->
148
+ *
139
149
  * ### By Service Endpoint Name
140
150
  *
151
+ * <!--Start PulumiCodeChooser -->
141
152
  * ```typescript
142
153
  * import * as pulumi from "@pulumi/pulumi";
143
154
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -151,6 +162,7 @@ export interface GetServiceEndpointAzureRMResult {
151
162
  * }));
152
163
  * export const serviceEndpointId = serviceendpoint.then(serviceendpoint => serviceendpoint.id);
153
164
  * ```
165
+ * <!--End PulumiCodeChooser -->
154
166
  */
155
167
  export declare function getServiceEndpointAzureRMOutput(args: GetServiceEndpointAzureRMOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetServiceEndpointAzureRMResult>;
156
168
  /**
@@ -9,8 +9,10 @@ const utilities = require("./utilities");
9
9
  * Use this data source to access information about an existing AzureRM service Endpoint.
10
10
  *
11
11
  * ## Example Usage
12
+ *
12
13
  * ### By Service Endpoint ID
13
14
  *
15
+ * <!--Start PulumiCodeChooser -->
14
16
  * ```typescript
15
17
  * import * as pulumi from "@pulumi/pulumi";
16
18
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -24,8 +26,11 @@ const utilities = require("./utilities");
24
26
  * }));
25
27
  * export const serviceEndpointName = serviceendpoint.then(serviceendpoint => serviceendpoint.serviceEndpointName);
26
28
  * ```
29
+ * <!--End PulumiCodeChooser -->
30
+ *
27
31
  * ### By Service Endpoint Name
28
32
  *
33
+ * <!--Start PulumiCodeChooser -->
29
34
  * ```typescript
30
35
  * import * as pulumi from "@pulumi/pulumi";
31
36
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -39,6 +44,7 @@ const utilities = require("./utilities");
39
44
  * }));
40
45
  * export const serviceEndpointId = serviceendpoint.then(serviceendpoint => serviceendpoint.id);
41
46
  * ```
47
+ * <!--End PulumiCodeChooser -->
42
48
  */
43
49
  function getServiceEndpointAzureRM(args, opts) {
44
50
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -53,8 +59,10 @@ exports.getServiceEndpointAzureRM = getServiceEndpointAzureRM;
53
59
  * Use this data source to access information about an existing AzureRM service Endpoint.
54
60
  *
55
61
  * ## Example Usage
62
+ *
56
63
  * ### By Service Endpoint ID
57
64
  *
65
+ * <!--Start PulumiCodeChooser -->
58
66
  * ```typescript
59
67
  * import * as pulumi from "@pulumi/pulumi";
60
68
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -68,8 +76,11 @@ exports.getServiceEndpointAzureRM = getServiceEndpointAzureRM;
68
76
  * }));
69
77
  * export const serviceEndpointName = serviceendpoint.then(serviceendpoint => serviceendpoint.serviceEndpointName);
70
78
  * ```
79
+ * <!--End PulumiCodeChooser -->
80
+ *
71
81
  * ### By Service Endpoint Name
72
82
  *
83
+ * <!--Start PulumiCodeChooser -->
73
84
  * ```typescript
74
85
  * import * as pulumi from "@pulumi/pulumi";
75
86
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -83,6 +94,7 @@ exports.getServiceEndpointAzureRM = getServiceEndpointAzureRM;
83
94
  * }));
84
95
  * export const serviceEndpointId = serviceendpoint.then(serviceendpoint => serviceendpoint.id);
85
96
  * ```
97
+ * <!--End PulumiCodeChooser -->
86
98
  */
87
99
  function getServiceEndpointAzureRMOutput(args, opts) {
88
100
  return pulumi.output(args).apply((a) => getServiceEndpointAzureRM(a, opts));
@@ -1 +1 @@
1
- {"version":3,"file":"getServiceEndpointAzureRM.js","sourceRoot":"","sources":["../getServiceEndpointAzureRM.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAA2B;IAEtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,uEAAuE,EAAE;QAClG,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;KAClD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,8DAQC;AAmFD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,SAAgB,+BAA+B,CAAC,IAAyC,EAAE,IAA2B;IAClH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,yBAAyB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACpF,CAAC;AAFD,0EAEC"}
1
+ {"version":3,"file":"getServiceEndpointAzureRM.js","sourceRoot":"","sources":["../getServiceEndpointAzureRM.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAA2B;IAEtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,uEAAuE,EAAE;QAClG,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;KAClD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,8DAQC;AAmFD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;AACH,SAAgB,+BAA+B,CAAC,IAAyC,EAAE,IAA2B;IAClH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,yBAAyB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACpF,CAAC;AAFD,0EAEC"}
@@ -3,8 +3,10 @@ import * as pulumi from "@pulumi/pulumi";
3
3
  * Use this data source to access information about an existing GitHub service Endpoint.
4
4
  *
5
5
  * ## Example Usage
6
+ *
6
7
  * ### By Service Endpoint ID
7
8
  *
9
+ * <!--Start PulumiCodeChooser -->
8
10
  * ```typescript
9
11
  * import * as pulumi from "@pulumi/pulumi";
10
12
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -18,8 +20,11 @@ import * as pulumi from "@pulumi/pulumi";
18
20
  * }));
19
21
  * export const serviceEndpointName = serviceendpoint.then(serviceendpoint => serviceendpoint.serviceEndpointName);
20
22
  * ```
23
+ * <!--End PulumiCodeChooser -->
24
+ *
21
25
  * ### By Service Endpoint Name
22
26
  *
27
+ * <!--Start PulumiCodeChooser -->
23
28
  * ```typescript
24
29
  * import * as pulumi from "@pulumi/pulumi";
25
30
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -33,6 +38,7 @@ import * as pulumi from "@pulumi/pulumi";
33
38
  * }));
34
39
  * export const serviceEndpointId = serviceendpoint.then(serviceendpoint => serviceendpoint.id);
35
40
  * ```
41
+ * <!--End PulumiCodeChooser -->
36
42
  */
37
43
  export declare function getServiceEndpointGithub(args: GetServiceEndpointGithubArgs, opts?: pulumi.InvokeOptions): Promise<GetServiceEndpointGithubResult>;
38
44
  /**
@@ -81,8 +87,10 @@ export interface GetServiceEndpointGithubResult {
81
87
  * Use this data source to access information about an existing GitHub service Endpoint.
82
88
  *
83
89
  * ## Example Usage
90
+ *
84
91
  * ### By Service Endpoint ID
85
92
  *
93
+ * <!--Start PulumiCodeChooser -->
86
94
  * ```typescript
87
95
  * import * as pulumi from "@pulumi/pulumi";
88
96
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -96,8 +104,11 @@ export interface GetServiceEndpointGithubResult {
96
104
  * }));
97
105
  * export const serviceEndpointName = serviceendpoint.then(serviceendpoint => serviceendpoint.serviceEndpointName);
98
106
  * ```
107
+ * <!--End PulumiCodeChooser -->
108
+ *
99
109
  * ### By Service Endpoint Name
100
110
  *
111
+ * <!--Start PulumiCodeChooser -->
101
112
  * ```typescript
102
113
  * import * as pulumi from "@pulumi/pulumi";
103
114
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -111,6 +122,7 @@ export interface GetServiceEndpointGithubResult {
111
122
  * }));
112
123
  * export const serviceEndpointId = serviceendpoint.then(serviceendpoint => serviceendpoint.id);
113
124
  * ```
125
+ * <!--End PulumiCodeChooser -->
114
126
  */
115
127
  export declare function getServiceEndpointGithubOutput(args: GetServiceEndpointGithubOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetServiceEndpointGithubResult>;
116
128
  /**
@@ -9,8 +9,10 @@ const utilities = require("./utilities");
9
9
  * Use this data source to access information about an existing GitHub service Endpoint.
10
10
  *
11
11
  * ## Example Usage
12
+ *
12
13
  * ### By Service Endpoint ID
13
14
  *
15
+ * <!--Start PulumiCodeChooser -->
14
16
  * ```typescript
15
17
  * import * as pulumi from "@pulumi/pulumi";
16
18
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -24,8 +26,11 @@ const utilities = require("./utilities");
24
26
  * }));
25
27
  * export const serviceEndpointName = serviceendpoint.then(serviceendpoint => serviceendpoint.serviceEndpointName);
26
28
  * ```
29
+ * <!--End PulumiCodeChooser -->
30
+ *
27
31
  * ### By Service Endpoint Name
28
32
  *
33
+ * <!--Start PulumiCodeChooser -->
29
34
  * ```typescript
30
35
  * import * as pulumi from "@pulumi/pulumi";
31
36
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -39,6 +44,7 @@ const utilities = require("./utilities");
39
44
  * }));
40
45
  * export const serviceEndpointId = serviceendpoint.then(serviceendpoint => serviceendpoint.id);
41
46
  * ```
47
+ * <!--End PulumiCodeChooser -->
42
48
  */
43
49
  function getServiceEndpointGithub(args, opts) {
44
50
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -53,8 +59,10 @@ exports.getServiceEndpointGithub = getServiceEndpointGithub;
53
59
  * Use this data source to access information about an existing GitHub service Endpoint.
54
60
  *
55
61
  * ## Example Usage
62
+ *
56
63
  * ### By Service Endpoint ID
57
64
  *
65
+ * <!--Start PulumiCodeChooser -->
58
66
  * ```typescript
59
67
  * import * as pulumi from "@pulumi/pulumi";
60
68
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -68,8 +76,11 @@ exports.getServiceEndpointGithub = getServiceEndpointGithub;
68
76
  * }));
69
77
  * export const serviceEndpointName = serviceendpoint.then(serviceendpoint => serviceendpoint.serviceEndpointName);
70
78
  * ```
79
+ * <!--End PulumiCodeChooser -->
80
+ *
71
81
  * ### By Service Endpoint Name
72
82
  *
83
+ * <!--Start PulumiCodeChooser -->
73
84
  * ```typescript
74
85
  * import * as pulumi from "@pulumi/pulumi";
75
86
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -83,6 +94,7 @@ exports.getServiceEndpointGithub = getServiceEndpointGithub;
83
94
  * }));
84
95
  * export const serviceEndpointId = serviceendpoint.then(serviceendpoint => serviceendpoint.id);
85
96
  * ```
97
+ * <!--End PulumiCodeChooser -->
86
98
  */
87
99
  function getServiceEndpointGithubOutput(args, opts) {
88
100
  return pulumi.output(args).apply((a) => getServiceEndpointGithub(a, opts));
@@ -1 +1 @@
1
- {"version":3,"file":"getServiceEndpointGithub.js","sourceRoot":"","sources":["../getServiceEndpointGithub.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IAEpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qEAAqE,EAAE;QAChG,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;KAClD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,4DAQC;AA2CD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,SAAgB,8BAA8B,CAAC,IAAwC,EAAE,IAA2B;IAChH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,wBAAwB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACnF,CAAC;AAFD,wEAEC"}
1
+ {"version":3,"file":"getServiceEndpointGithub.js","sourceRoot":"","sources":["../getServiceEndpointGithub.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IAEpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qEAAqE,EAAE;QAChG,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;KAClD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,4DAQC;AA2CD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;AACH,SAAgB,8BAA8B,CAAC,IAAwC,EAAE,IAA2B;IAChH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,wBAAwB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACnF,CAAC;AAFD,wEAEC"}
@@ -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";
@@ -14,6 +15,7 @@ import * as pulumi from "@pulumi/pulumi";
14
15
  * });
15
16
  * export const serviceEndpointId = example.then(example => example.id);
16
17
  * ```
18
+ * <!--End PulumiCodeChooser -->
17
19
  */
18
20
  export declare function getServiceendpointAzurecr(args: GetServiceendpointAzurecrArgs, opts?: pulumi.InvokeOptions): Promise<GetServiceendpointAzurecrResult>;
19
21
  /**
@@ -102,6 +104,7 @@ export interface GetServiceendpointAzurecrResult {
102
104
  *
103
105
  * ## Example Usage
104
106
  *
107
+ * <!--Start PulumiCodeChooser -->
105
108
  * ```typescript
106
109
  * import * as pulumi from "@pulumi/pulumi";
107
110
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -112,6 +115,7 @@ export interface GetServiceendpointAzurecrResult {
112
115
  * });
113
116
  * export const serviceEndpointId = example.then(example => example.id);
114
117
  * ```
118
+ * <!--End PulumiCodeChooser -->
115
119
  */
116
120
  export declare function getServiceendpointAzurecrOutput(args: GetServiceendpointAzurecrOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetServiceendpointAzurecrResult>;
117
121
  /**
@@ -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,7 @@ const utilities = require("./utilities");
20
21
  * });
21
22
  * export const serviceEndpointId = example.then(example => example.id);
22
23
  * ```
24
+ * <!--End PulumiCodeChooser -->
23
25
  */
24
26
  function getServiceendpointAzurecr(args, opts) {
25
27
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -35,6 +37,7 @@ exports.getServiceendpointAzurecr = getServiceendpointAzurecr;
35
37
  *
36
38
  * ## Example Usage
37
39
  *
40
+ * <!--Start PulumiCodeChooser -->
38
41
  * ```typescript
39
42
  * import * as pulumi from "@pulumi/pulumi";
40
43
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -45,6 +48,7 @@ exports.getServiceendpointAzurecr = getServiceendpointAzurecr;
45
48
  * });
46
49
  * export const serviceEndpointId = example.then(example => example.id);
47
50
  * ```
51
+ * <!--End PulumiCodeChooser -->
48
52
  */
49
53
  function getServiceendpointAzurecrOutput(args, opts) {
50
54
  return pulumi.output(args).apply((a) => getServiceendpointAzurecr(a, opts));
@@ -1 +1 @@
1
- {"version":3,"file":"getServiceendpointAzurecr.js","sourceRoot":"","sources":["../getServiceendpointAzurecr.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAA2B;IAEtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,uEAAuE,EAAE;QAClG,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;KAClD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,8DAQC;AAkFD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,+BAA+B,CAAC,IAAyC,EAAE,IAA2B;IAClH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,yBAAyB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACpF,CAAC;AAFD,0EAEC"}
1
+ {"version":3,"file":"getServiceendpointAzurecr.js","sourceRoot":"","sources":["../getServiceendpointAzurecr.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAA2B;IAEtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,uEAAuE,EAAE;QAClG,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;KAClD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,8DAQC;AAkFD;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,+BAA+B,CAAC,IAAyC,EAAE,IAA2B;IAClH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,yBAAyB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACpF,CAAC;AAFD,0EAEC"}
@@ -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";
@@ -14,6 +15,7 @@ import * as pulumi from "@pulumi/pulumi";
14
15
  * });
15
16
  * export const serviceEndpointId = example.then(example => example.id);
16
17
  * ```
18
+ * <!--End PulumiCodeChooser -->
17
19
  */
18
20
  export declare function getServiceendpointNpm(args: GetServiceendpointNpmArgs, opts?: pulumi.InvokeOptions): Promise<GetServiceendpointNpmResult>;
19
21
  /**
@@ -66,6 +68,7 @@ export interface GetServiceendpointNpmResult {
66
68
  *
67
69
  * ## Example Usage
68
70
  *
71
+ * <!--Start PulumiCodeChooser -->
69
72
  * ```typescript
70
73
  * import * as pulumi from "@pulumi/pulumi";
71
74
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -76,6 +79,7 @@ export interface GetServiceendpointNpmResult {
76
79
  * });
77
80
  * export const serviceEndpointId = example.then(example => example.id);
78
81
  * ```
82
+ * <!--End PulumiCodeChooser -->
79
83
  */
80
84
  export declare function getServiceendpointNpmOutput(args: GetServiceendpointNpmOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetServiceendpointNpmResult>;
81
85
  /**
@@ -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,7 @@ const utilities = require("./utilities");
20
21
  * });
21
22
  * export const serviceEndpointId = example.then(example => example.id);
22
23
  * ```
24
+ * <!--End PulumiCodeChooser -->
23
25
  */
24
26
  function getServiceendpointNpm(args, opts) {
25
27
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -35,6 +37,7 @@ exports.getServiceendpointNpm = getServiceendpointNpm;
35
37
  *
36
38
  * ## Example Usage
37
39
  *
40
+ * <!--Start PulumiCodeChooser -->
38
41
  * ```typescript
39
42
  * import * as pulumi from "@pulumi/pulumi";
40
43
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -45,6 +48,7 @@ exports.getServiceendpointNpm = getServiceendpointNpm;
45
48
  * });
46
49
  * export const serviceEndpointId = example.then(example => example.id);
47
50
  * ```
51
+ * <!--End PulumiCodeChooser -->
48
52
  */
49
53
  function getServiceendpointNpmOutput(args, opts) {
50
54
  return pulumi.output(args).apply((a) => getServiceendpointNpm(a, opts));
@@ -1 +1 @@
1
- {"version":3,"file":"getServiceendpointNpm.js","sourceRoot":"","sources":["../getServiceendpointNpm.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAE9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+DAA+D,EAAE;QAC1F,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;KAClD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,sDAQC;AA8CD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,qBAAqB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAChF,CAAC;AAFD,kEAEC"}
1
+ {"version":3,"file":"getServiceendpointNpm.js","sourceRoot":"","sources":["../getServiceendpointNpm.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAE9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+DAA+D,EAAE;QAC1F,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;KAClD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,sDAQC;AA8CD;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,qBAAqB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAChF,CAAC;AAFD,kEAEC"}
@@ -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";
@@ -14,6 +15,7 @@ import * as pulumi from "@pulumi/pulumi";
14
15
  * });
15
16
  * export const serviceEndpointId = example.then(example => example.id);
16
17
  * ```
18
+ * <!--End PulumiCodeChooser -->
17
19
  */
18
20
  export declare function getServiceendpointSonarcloud(args: GetServiceendpointSonarcloudArgs, opts?: pulumi.InvokeOptions): Promise<GetServiceendpointSonarcloudResult>;
19
21
  /**
@@ -62,6 +64,7 @@ export interface GetServiceendpointSonarcloudResult {
62
64
  *
63
65
  * ## Example Usage
64
66
  *
67
+ * <!--Start PulumiCodeChooser -->
65
68
  * ```typescript
66
69
  * import * as pulumi from "@pulumi/pulumi";
67
70
  * import * as azuredevops from "@pulumi/azuredevops";
@@ -72,6 +75,7 @@ export interface GetServiceendpointSonarcloudResult {
72
75
  * });
73
76
  * export const serviceEndpointId = example.then(example => example.id);
74
77
  * ```
78
+ * <!--End PulumiCodeChooser -->
75
79
  */
76
80
  export declare function getServiceendpointSonarcloudOutput(args: GetServiceendpointSonarcloudOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetServiceendpointSonarcloudResult>;
77
81
  /**