@pulumi/azuredevops 3.6.0-alpha.1737523387 → 3.6.0

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 (217) hide show
  1. package/areaPermissions.d.ts +36 -36
  2. package/branchPolicyAutoReviewers.d.ts +3 -3
  3. package/branchPolicyBuildValidation.d.ts +3 -3
  4. package/branchPolicyCommentResolution.d.ts +3 -3
  5. package/branchPolicyMergeTypes.d.ts +3 -3
  6. package/branchPolicyStatusCheck.d.ts +3 -3
  7. package/branchPolicyWorkItemLinking.d.ts +3 -3
  8. package/buildDefinition.d.ts +3 -3
  9. package/checkBranchControl.d.ts +3 -3
  10. package/checkBusinessHours.d.ts +3 -3
  11. package/checkExclusiveLock.d.ts +3 -3
  12. package/checkRestApi.d.ts +300 -0
  13. package/checkRestApi.js +161 -0
  14. package/checkRestApi.js.map +1 -0
  15. package/feed.d.ts +4 -4
  16. package/feed.js +4 -4
  17. package/feedPermission.d.ts +4 -4
  18. package/feedPermission.js +1 -1
  19. package/feedRetentionPolicy.d.ts +155 -0
  20. package/feedRetentionPolicy.js +135 -0
  21. package/feedRetentionPolicy.js.map +1 -0
  22. package/getAgentQueue.d.ts +2 -2
  23. package/getArea.d.ts +1 -1
  24. package/getClientConfig.d.ts +3 -0
  25. package/getClientConfig.js.map +1 -1
  26. package/getFeed.d.ts +4 -4
  27. package/getGitRepository.d.ts +8 -8
  28. package/getGroup.d.ts +4 -4
  29. package/getGroups.d.ts +3 -3
  30. package/getIdentityGroup.d.ts +3 -0
  31. package/getIdentityGroup.js.map +1 -1
  32. package/getIdentityGroups.d.ts +1 -1
  33. package/getIdentityUsers.d.ts +5 -5
  34. package/getPool.d.ts +14 -2
  35. package/getPool.js +2 -2
  36. package/getPool.js.map +1 -1
  37. package/getPools.d.ts +3 -3
  38. package/getPools.js +2 -2
  39. package/getProject.d.ts +32 -0
  40. package/getProject.js +10 -0
  41. package/getProject.js.map +1 -1
  42. package/getProjects.d.ts +4 -4
  43. package/getRepositories.d.ts +5 -1
  44. package/getRepositories.js.map +1 -1
  45. package/getSecurityroleDefinitions.d.ts +4 -4
  46. package/getSecurityroleDefinitions.js +2 -2
  47. package/getServiceEndpointAzureRM.d.ts +5 -5
  48. package/getServiceEndpointGithub.d.ts +6 -6
  49. package/getServicePrincipal.d.ts +73 -0
  50. package/getServicePrincipal.js +52 -0
  51. package/getServicePrincipal.js.map +1 -0
  52. package/getServiceendpointAzurecr.d.ts +1 -1
  53. package/getServiceendpointBitbucket.d.ts +6 -6
  54. package/getServiceendpointNpm.d.ts +3 -3
  55. package/getServiceendpointSonarcloud.d.ts +2 -2
  56. package/getTeam.d.ts +10 -3
  57. package/getTeam.js.map +1 -1
  58. package/getTeams.d.ts +2 -3
  59. package/getTeams.js.map +1 -1
  60. package/getUsers.d.ts +5 -9
  61. package/getUsers.js.map +1 -1
  62. package/git.d.ts +3 -3
  63. package/gitPermissions.d.ts +3 -6
  64. package/gitPermissions.js.map +1 -1
  65. package/gitRepositoryFile.d.ts +3 -6
  66. package/gitRepositoryFile.js.map +1 -1
  67. package/group.d.ts +9 -3
  68. package/group.js.map +1 -1
  69. package/groupEntitlement.d.ts +7 -9
  70. package/groupEntitlement.js +1 -3
  71. package/groupEntitlement.js.map +1 -1
  72. package/groupMembership.d.ts +15 -22
  73. package/groupMembership.js +0 -4
  74. package/groupMembership.js.map +1 -1
  75. package/index.d.ts +24 -0
  76. package/index.js +42 -4
  77. package/index.js.map +1 -1
  78. package/iterativePermissions.d.ts +21 -21
  79. package/libraryPermissions.d.ts +33 -33
  80. package/libraryPermissions.js +6 -6
  81. package/package.json +2 -2
  82. package/pipelineAuthorization.d.ts +3 -3
  83. package/pool.d.ts +2 -2
  84. package/pool.js +2 -2
  85. package/project.d.ts +49 -27
  86. package/project.js +1 -0
  87. package/project.js.map +1 -1
  88. package/projectFeatures.d.ts +36 -18
  89. package/projectFeatures.js.map +1 -1
  90. package/projectPermissions.d.ts +3 -3
  91. package/projectPipelineSettings.d.ts +12 -15
  92. package/projectPipelineSettings.js.map +1 -1
  93. package/projectTags.d.ts +97 -0
  94. package/projectTags.js +94 -0
  95. package/projectTags.js.map +1 -0
  96. package/queue.d.ts +3 -6
  97. package/queue.js.map +1 -1
  98. package/repositoryPolicyAuthorEmailPattern.d.ts +6 -3
  99. package/repositoryPolicyAuthorEmailPattern.js.map +1 -1
  100. package/repositoryPolicyMaxFileSize.d.ts +3 -3
  101. package/resourceAuthorization.d.ts +15 -15
  102. package/serviceEndpointArtifactory.d.ts +14 -8
  103. package/serviceEndpointArtifactory.js +2 -2
  104. package/serviceEndpointArtifactory.js.map +1 -1
  105. package/serviceEndpointAws.d.ts +1 -1
  106. package/serviceEndpointAws.js +1 -1
  107. package/serviceEndpointAzureEcr.d.ts +6 -7
  108. package/serviceEndpointAzureEcr.js +3 -4
  109. package/serviceEndpointAzureEcr.js.map +1 -1
  110. package/serviceEndpointAzureRM.d.ts +11 -11
  111. package/serviceEndpointAzureRM.js +2 -2
  112. package/serviceEndpointBitBucket.d.ts +1 -1
  113. package/serviceEndpointBitBucket.js +1 -1
  114. package/serviceEndpointDockerRegistry.d.ts +1 -1
  115. package/serviceEndpointDockerRegistry.js +1 -1
  116. package/serviceEndpointGeneric.d.ts +1 -1
  117. package/serviceEndpointGeneric.js +1 -1
  118. package/serviceEndpointGenericGit.d.ts +2 -4
  119. package/serviceEndpointGenericGit.js +2 -4
  120. package/serviceEndpointGenericGit.js.map +1 -1
  121. package/serviceEndpointGitHub.d.ts +10 -1
  122. package/serviceEndpointGitHub.js +1 -1
  123. package/serviceEndpointGitHub.js.map +1 -1
  124. package/serviceEndpointGitHubEnterprise.d.ts +10 -1
  125. package/serviceEndpointGitHubEnterprise.js +1 -1
  126. package/serviceEndpointGitHubEnterprise.js.map +1 -1
  127. package/serviceEndpointKubernetes.d.ts +10 -10
  128. package/serviceEndpointKubernetes.js +1 -1
  129. package/serviceEndpointNpm.d.ts +2 -2
  130. package/serviceEndpointNpm.js +2 -2
  131. package/serviceEndpointPipeline.d.ts +2 -2
  132. package/serviceEndpointPipeline.js +2 -2
  133. package/serviceEndpointServiceFabric.d.ts +31 -4
  134. package/serviceEndpointServiceFabric.js +1 -1
  135. package/serviceEndpointServiceFabric.js.map +1 -1
  136. package/serviceEndpointSonarCloud.d.ts +5 -5
  137. package/serviceEndpointSonarCloud.js +2 -2
  138. package/serviceEndpointSonarQube.d.ts +5 -5
  139. package/serviceEndpointSonarQube.js +2 -2
  140. package/serviceEndpointSsh.d.ts +1 -3
  141. package/serviceEndpointSsh.js +1 -3
  142. package/serviceEndpointSsh.js.map +1 -1
  143. package/servicePrincipalEntitlement.d.ts +122 -0
  144. package/servicePrincipalEntitlement.js +84 -0
  145. package/servicePrincipalEntitlement.js.map +1 -0
  146. package/serviceendpointArgocd.d.ts +1 -1
  147. package/serviceendpointArgocd.js +1 -1
  148. package/serviceendpointAzureServiceBus.d.ts +1 -1
  149. package/serviceendpointAzureServiceBus.js +1 -1
  150. package/serviceendpointCheckmarxOne.d.ts +199 -0
  151. package/serviceendpointCheckmarxOne.js +137 -0
  152. package/serviceendpointCheckmarxOne.js.map +1 -0
  153. package/serviceendpointCheckmarxSast.d.ts +171 -0
  154. package/serviceendpointCheckmarxSast.js +121 -0
  155. package/serviceendpointCheckmarxSast.js.map +1 -0
  156. package/serviceendpointCheckmarxSca.d.ts +196 -0
  157. package/serviceendpointCheckmarxSca.js +135 -0
  158. package/serviceendpointCheckmarxSca.js.map +1 -0
  159. package/serviceendpointDynamicsLifecycleServices.d.ts +1 -1
  160. package/serviceendpointDynamicsLifecycleServices.js +1 -1
  161. package/serviceendpointExternaltfs.d.ts +33 -5
  162. package/serviceendpointExternaltfs.js +30 -2
  163. package/serviceendpointExternaltfs.js.map +1 -1
  164. package/serviceendpointGcpTerraform.d.ts +1 -1
  165. package/serviceendpointGcpTerraform.js +1 -1
  166. package/serviceendpointIncomingwebhook.d.ts +1 -1
  167. package/serviceendpointIncomingwebhook.js +1 -1
  168. package/serviceendpointJenkins.d.ts +1 -1
  169. package/serviceendpointJenkins.js +1 -1
  170. package/serviceendpointJfrogArtifactoryV2.d.ts +8 -8
  171. package/serviceendpointJfrogArtifactoryV2.js +2 -2
  172. package/serviceendpointJfrogDistributionV2.d.ts +8 -8
  173. package/serviceendpointJfrogDistributionV2.js +2 -2
  174. package/serviceendpointJfrogPlatformV2.d.ts +8 -8
  175. package/serviceendpointJfrogPlatformV2.js +2 -2
  176. package/serviceendpointJfrogXrayV2.d.ts +8 -8
  177. package/serviceendpointJfrogXrayV2.js +2 -2
  178. package/serviceendpointMaven.d.ts +1 -1
  179. package/serviceendpointMaven.js +1 -1
  180. package/serviceendpointNexus.d.ts +1 -1
  181. package/serviceendpointNexus.js +1 -1
  182. package/serviceendpointNuget.d.ts +1 -1
  183. package/serviceendpointNuget.js +1 -1
  184. package/serviceendpointOctopusdeploy.d.ts +1 -1
  185. package/serviceendpointOctopusdeploy.js +1 -1
  186. package/serviceendpointPermissions.d.ts +24 -24
  187. package/serviceendpointSnyk.d.ts +1 -1
  188. package/serviceendpointSnyk.js +1 -1
  189. package/serviceendpointVisualstudiomarketplace.d.ts +2 -3
  190. package/serviceendpointVisualstudiomarketplace.js +2 -3
  191. package/serviceendpointVisualstudiomarketplace.js.map +1 -1
  192. package/servicehookPermissions.d.ts +22 -22
  193. package/servicehookPermissions.js +1 -1
  194. package/servicehookStorageQueuePipelines.d.ts +2 -2
  195. package/servicehookStorageQueuePipelines.js +2 -2
  196. package/taggingPermissions.d.ts +21 -21
  197. package/team.d.ts +34 -24
  198. package/team.js +10 -0
  199. package/team.js.map +1 -1
  200. package/teamAdministrators.d.ts +37 -24
  201. package/teamAdministrators.js +10 -0
  202. package/teamAdministrators.js.map +1 -1
  203. package/teamMembers.d.ts +24 -21
  204. package/teamMembers.js.map +1 -1
  205. package/types/input.d.ts +40 -39
  206. package/types/output.d.ts +66 -51
  207. package/variableGroup.d.ts +2 -1
  208. package/variableGroup.js +2 -1
  209. package/variableGroup.js.map +1 -1
  210. package/variableGroupPermissions.d.ts +33 -33
  211. package/variableGroupPermissions.js +6 -6
  212. package/wiki.d.ts +10 -1
  213. package/wiki.js +1 -1
  214. package/wiki.js.map +1 -1
  215. package/wikiPage.d.ts +1 -1
  216. package/wikiPage.js +1 -1
  217. package/workItemQueryPermissions.d.ts +3 -3
package/getPools.js CHANGED
@@ -23,7 +23,7 @@ const utilities = require("./utilities");
23
23
  *
24
24
  * ## Relevant Links
25
25
  *
26
- * - [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)
26
+ * - [Azure DevOps Service REST API 7.1 - Agent Pools - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/distributedtask/pools/get?view=azure-devops-rest-7.1)
27
27
  */
28
28
  function getPools(opts) {
29
29
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -48,7 +48,7 @@ exports.getPools = getPools;
48
48
  *
49
49
  * ## Relevant Links
50
50
  *
51
- * - [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)
51
+ * - [Azure DevOps Service REST API 7.1 - Agent Pools - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/distributedtask/pools/get?view=azure-devops-rest-7.1)
52
52
  */
53
53
  function getPoolsOutput(opts) {
54
54
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
package/getProject.d.ts CHANGED
@@ -17,6 +17,11 @@ import * as pulumi from "@pulumi/pulumi";
17
17
  * ## Relevant Links
18
18
  *
19
19
  * - [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)
20
+ *
21
+ * ## PAT Permissions Required
22
+ *
23
+ * - **Project & Team**: Read
24
+ * - **Work Items**: Read
20
25
  */
21
26
  export declare function getProject(args?: GetProjectArgs, opts?: pulumi.InvokeOptions): Promise<GetProjectResult>;
22
27
  /**
@@ -29,6 +34,8 @@ export interface GetProjectArgs {
29
34
  name?: string;
30
35
  /**
31
36
  * ID of the Project.
37
+ *
38
+ * > **NOTE:** One of either `projectId` or `name` must be specified.
32
39
  */
33
40
  projectId?: string;
34
41
  }
@@ -36,6 +43,9 @@ export interface GetProjectArgs {
36
43
  * A collection of values returned by getProject.
37
44
  */
38
45
  export interface GetProjectResult {
46
+ /**
47
+ * The description of the project.
48
+ */
39
49
  readonly description: string;
40
50
  readonly features: {
41
51
  [key: string]: string;
@@ -44,11 +54,26 @@ export interface GetProjectResult {
44
54
  * The provider-assigned unique ID for this managed resource.
45
55
  */
46
56
  readonly id: string;
57
+ /**
58
+ * The name of the project.
59
+ */
47
60
  readonly name?: string;
61
+ /**
62
+ * The process template ID for the project.
63
+ */
48
64
  readonly processTemplateId: string;
49
65
  readonly projectId?: string;
66
+ /**
67
+ * The version control of the project.
68
+ */
50
69
  readonly versionControl: string;
70
+ /**
71
+ * The visibility of the project.
72
+ */
51
73
  readonly visibility: string;
74
+ /**
75
+ * The work item template for the project.
76
+ */
52
77
  readonly workItemTemplate: string;
53
78
  }
54
79
  /**
@@ -69,6 +94,11 @@ export interface GetProjectResult {
69
94
  * ## Relevant Links
70
95
  *
71
96
  * - [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)
97
+ *
98
+ * ## PAT Permissions Required
99
+ *
100
+ * - **Project & Team**: Read
101
+ * - **Work Items**: Read
72
102
  */
73
103
  export declare function getProjectOutput(args?: GetProjectOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetProjectResult>;
74
104
  /**
@@ -81,6 +111,8 @@ export interface GetProjectOutputArgs {
81
111
  name?: pulumi.Input<string>;
82
112
  /**
83
113
  * ID of the Project.
114
+ *
115
+ * > **NOTE:** One of either `projectId` or `name` must be specified.
84
116
  */
85
117
  projectId?: pulumi.Input<string>;
86
118
  }
package/getProject.js CHANGED
@@ -23,6 +23,11 @@ const utilities = require("./utilities");
23
23
  * ## Relevant Links
24
24
  *
25
25
  * - [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)
26
+ *
27
+ * ## PAT Permissions Required
28
+ *
29
+ * - **Project & Team**: Read
30
+ * - **Work Items**: Read
26
31
  */
27
32
  function getProject(args, opts) {
28
33
  args = args || {};
@@ -51,6 +56,11 @@ exports.getProject = getProject;
51
56
  * ## Relevant Links
52
57
  *
53
58
  * - [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)
59
+ *
60
+ * ## PAT Permissions Required
61
+ *
62
+ * - **Project & Team**: Read
63
+ * - **Work Items**: Read
54
64
  */
55
65
  function getProjectOutput(args, opts) {
56
66
  args = args || {};
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;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,UAAU,CAAC,IAAqB,EAAE,IAA2B;IACzE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,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;AAPD,gCAOC;AAiCD;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAAiC;IAC3F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,yCAAyC,EAAE;QAC1E,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4CAOC"}
1
+ {"version":3,"file":"getProject.js","sourceRoot":"","sources":["../getProject.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,UAAU,CAAC,IAAqB,EAAE,IAA2B;IACzE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,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;AAPD,gCAOC;AAqDD;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAAiC;IAC3F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,yCAAyC,EAAE;QAC1E,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4CAOC"}
package/getProjects.d.ts CHANGED
@@ -35,7 +35,7 @@ export interface GetProjectsArgs {
35
35
  /**
36
36
  * State of the Project, if not specified all projects will be returned. Valid values are `all`, `deleting`, `new`, `wellFormed`, `createPending`, `unchanged`,`deleted`.
37
37
  *
38
- * DataSource without specifying any arguments will return all projects.
38
+ * > **NOTE:** DataSource without specifying any arguments will return all projects.
39
39
  */
40
40
  state?: string;
41
41
  }
@@ -52,11 +52,11 @@ export interface GetProjectsResult {
52
52
  */
53
53
  readonly name?: string;
54
54
  /**
55
- * A list of existing projects in your Azure DevOps Organization with details about every project which includes:
55
+ * A list of `projects` blocks as documented below. A list of existing projects in your Azure DevOps Organization with details about every project which includes:
56
56
  */
57
57
  readonly projects: outputs.GetProjectsProject[];
58
58
  /**
59
- * Project state.
59
+ * The state of the Project.
60
60
  */
61
61
  readonly state?: string;
62
62
  }
@@ -95,7 +95,7 @@ export interface GetProjectsOutputArgs {
95
95
  /**
96
96
  * State of the Project, if not specified all projects will be returned. Valid values are `all`, `deleting`, `new`, `wellFormed`, `createPending`, `unchanged`,`deleted`.
97
97
  *
98
- * DataSource without specifying any arguments will return all projects.
98
+ * > **NOTE:** DataSource without specifying any arguments will return all projects.
99
99
  */
100
100
  state?: pulumi.Input<string>;
101
101
  }
@@ -35,6 +35,8 @@ export declare function getRepositories(args?: GetRepositoriesArgs, opts?: pulum
35
35
  */
36
36
  export interface GetRepositoriesArgs {
37
37
  /**
38
+ * Defaults to `false`.
39
+ *
38
40
  * DataSource without specifying any arguments will return all Git repositories of an organization.
39
41
  */
40
42
  includeHidden?: boolean;
@@ -65,7 +67,7 @@ export interface GetRepositoriesResult {
65
67
  */
66
68
  readonly projectId?: string;
67
69
  /**
68
- * A list of existing projects in your Azure DevOps Organization with details about every project which includes:
70
+ * A `repositories` blocks as documented below. A list of existing projects in your Azure DevOps Organization with details about every project.
69
71
  */
70
72
  readonly repositories: outputs.GetRepositoriesRepository[];
71
73
  }
@@ -104,6 +106,8 @@ export declare function getRepositoriesOutput(args?: GetRepositoriesOutputArgs,
104
106
  */
105
107
  export interface GetRepositoriesOutputArgs {
106
108
  /**
109
+ * Defaults to `false`.
110
+ *
107
111
  * DataSource without specifying any arguments will return all Git repositories of an organization.
108
112
  */
109
113
  includeHidden?: pulumi.Input<boolean>;
@@ -1 +1 @@
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;IAClB,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;AARD,0CAQC;AA0CD;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,SAAgB,qBAAqB,CAAC,IAAgC,EAAE,IAAiC;IACrG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,mDAAmD,EAAE;QACpF,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,sDAQC"}
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;IAClB,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;AARD,0CAQC;AA4CD;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,SAAgB,qBAAqB,CAAC,IAAgC,EAAE,IAAiC;IACrG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,mDAAmD,EAAE;QACpF,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,sDAQC"}
@@ -17,7 +17,7 @@ import * as outputs from "./types/output";
17
17
  *
18
18
  * ## Relevant Links
19
19
  *
20
- * - [Azure DevOps Service REST API 7.0 - Roledefinitions - List](https://learn.microsoft.com/en-us/rest/api/azure/devops/securityroles/roledefinitions/list?view=azure-devops-rest-7.1)
20
+ * - [Azure DevOps Service REST API 7.0 - Role Definitions - List](https://learn.microsoft.com/en-us/rest/api/azure/devops/securityroles/roledefinitions/list?view=azure-devops-rest-7.1)
21
21
  */
22
22
  export declare function getSecurityroleDefinitions(args: GetSecurityroleDefinitionsArgs, opts?: pulumi.InvokeOptions): Promise<GetSecurityroleDefinitionsResult>;
23
23
  /**
@@ -27,7 +27,7 @@ export interface GetSecurityroleDefinitionsArgs {
27
27
  /**
28
28
  * Name of the Scope for which Security Role Definitions will be returned.
29
29
  *
30
- * DataSource without specifying any arguments will return all projects.
30
+ * > **NOTE:** DataSource without specifying any arguments will return all projects.
31
31
  */
32
32
  scope: string;
33
33
  }
@@ -65,7 +65,7 @@ export interface GetSecurityroleDefinitionsResult {
65
65
  *
66
66
  * ## Relevant Links
67
67
  *
68
- * - [Azure DevOps Service REST API 7.0 - Roledefinitions - List](https://learn.microsoft.com/en-us/rest/api/azure/devops/securityroles/roledefinitions/list?view=azure-devops-rest-7.1)
68
+ * - [Azure DevOps Service REST API 7.0 - Role Definitions - List](https://learn.microsoft.com/en-us/rest/api/azure/devops/securityroles/roledefinitions/list?view=azure-devops-rest-7.1)
69
69
  */
70
70
  export declare function getSecurityroleDefinitionsOutput(args: GetSecurityroleDefinitionsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetSecurityroleDefinitionsResult>;
71
71
  /**
@@ -75,7 +75,7 @@ export interface GetSecurityroleDefinitionsOutputArgs {
75
75
  /**
76
76
  * Name of the Scope for which Security Role Definitions will be returned.
77
77
  *
78
- * DataSource without specifying any arguments will return all projects.
78
+ * > **NOTE:** DataSource without specifying any arguments will return all projects.
79
79
  */
80
80
  scope: pulumi.Input<string>;
81
81
  }
@@ -22,7 +22,7 @@ const utilities = require("./utilities");
22
22
  *
23
23
  * ## Relevant Links
24
24
  *
25
- * - [Azure DevOps Service REST API 7.0 - Roledefinitions - List](https://learn.microsoft.com/en-us/rest/api/azure/devops/securityroles/roledefinitions/list?view=azure-devops-rest-7.1)
25
+ * - [Azure DevOps Service REST API 7.0 - Role Definitions - List](https://learn.microsoft.com/en-us/rest/api/azure/devops/securityroles/roledefinitions/list?view=azure-devops-rest-7.1)
26
26
  */
27
27
  function getSecurityroleDefinitions(args, opts) {
28
28
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -48,7 +48,7 @@ exports.getSecurityroleDefinitions = getSecurityroleDefinitions;
48
48
  *
49
49
  * ## Relevant Links
50
50
  *
51
- * - [Azure DevOps Service REST API 7.0 - Roledefinitions - List](https://learn.microsoft.com/en-us/rest/api/azure/devops/securityroles/roledefinitions/list?view=azure-devops-rest-7.1)
51
+ * - [Azure DevOps Service REST API 7.0 - Role Definitions - List](https://learn.microsoft.com/en-us/rest/api/azure/devops/securityroles/roledefinitions/list?view=azure-devops-rest-7.1)
52
52
  */
53
53
  function getSecurityroleDefinitionsOutput(args, opts) {
54
54
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -52,8 +52,8 @@ export interface GetServiceEndpointAzureRMArgs {
52
52
  /**
53
53
  * the Name of the Service Endpoint.
54
54
  *
55
- * > **NOTE:** One of either `serviceEndpointId` or `serviceEndpointName` must be specified.
56
- * > **NOTE:** When supplying `serviceEndpointName`, take care to ensure that this is a unique name.
55
+ * > **NOTE:** 1. One of either `serviceEndpointId` or `serviceEndpointName` must be specified.
56
+ * <br>2. When supplying `serviceEndpointName`, take care to ensure that this is a unique name.
57
57
  */
58
58
  serviceEndpointName?: string;
59
59
  }
@@ -62,7 +62,7 @@ export interface GetServiceEndpointAzureRMArgs {
62
62
  */
63
63
  export interface GetServiceEndpointAzureRMResult {
64
64
  /**
65
- * The Authorization Scheme Map.
65
+ * The Authorization scheme.
66
66
  */
67
67
  readonly authorization: {
68
68
  [key: string]: string;
@@ -180,8 +180,8 @@ export interface GetServiceEndpointAzureRMOutputArgs {
180
180
  /**
181
181
  * the Name of the Service Endpoint.
182
182
  *
183
- * > **NOTE:** One of either `serviceEndpointId` or `serviceEndpointName` must be specified.
184
- * > **NOTE:** When supplying `serviceEndpointName`, take care to ensure that this is a unique name.
183
+ * > **NOTE:** 1. One of either `serviceEndpointId` or `serviceEndpointName` must be specified.
184
+ * <br>2. When supplying `serviceEndpointName`, take care to ensure that this is a unique name.
185
185
  */
186
186
  serviceEndpointName?: pulumi.Input<string>;
187
187
  }
@@ -52,8 +52,8 @@ export interface GetServiceEndpointGithubArgs {
52
52
  /**
53
53
  * the Name of the Service Endpoint.
54
54
  *
55
- * > **NOTE:** One of either `serviceEndpointId` or `serviceEndpointName` must be specified.
56
- * > **NOTE:** When supplying `serviceEndpointName`, take care to ensure that this is a unique name.
55
+ * > **NOTE:** 1. One of either `serviceEndpointId` or `serviceEndpointName` must be specified.
56
+ * <br>2. When supplying `serviceEndpointName`, take care to ensure that this is a unique name.
57
57
  */
58
58
  serviceEndpointName?: string;
59
59
  }
@@ -62,13 +62,13 @@ export interface GetServiceEndpointGithubArgs {
62
62
  */
63
63
  export interface GetServiceEndpointGithubResult {
64
64
  /**
65
- * Specifies the Authorization Scheme Map.
65
+ * The Authorization scheme.
66
66
  */
67
67
  readonly authorization: {
68
68
  [key: string]: string;
69
69
  };
70
70
  /**
71
- * Specifies the description of the Service Endpoint.
71
+ * The description of the Service Endpoint.
72
72
  */
73
73
  readonly description: string;
74
74
  /**
@@ -132,8 +132,8 @@ export interface GetServiceEndpointGithubOutputArgs {
132
132
  /**
133
133
  * the Name of the Service Endpoint.
134
134
  *
135
- * > **NOTE:** One of either `serviceEndpointId` or `serviceEndpointName` must be specified.
136
- * > **NOTE:** When supplying `serviceEndpointName`, take care to ensure that this is a unique name.
135
+ * > **NOTE:** 1. One of either `serviceEndpointId` or `serviceEndpointName` must be specified.
136
+ * <br>2. When supplying `serviceEndpointName`, take care to ensure that this is a unique name.
137
137
  */
138
138
  serviceEndpointName?: pulumi.Input<string>;
139
139
  }
@@ -0,0 +1,73 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Use this data source to access information about an existing Service Principal.
4
+ *
5
+ * ## Example Usage
6
+ *
7
+ * ```typescript
8
+ * import * as pulumi from "@pulumi/pulumi";
9
+ * import * as azuredevops from "@pulumi/azuredevops";
10
+ *
11
+ * const example = azuredevops.getServicePrincipal({
12
+ * displayName: "existing",
13
+ * });
14
+ * export const id = example.then(example => example.id);
15
+ * ```
16
+ */
17
+ export declare function getServicePrincipal(args: GetServicePrincipalArgs, opts?: pulumi.InvokeOptions): Promise<GetServicePrincipalResult>;
18
+ /**
19
+ * A collection of arguments for invoking getServicePrincipal.
20
+ */
21
+ export interface GetServicePrincipalArgs {
22
+ /**
23
+ * The Display Name of the Service Principal. Changing this forces a new Service Principal to be created.
24
+ */
25
+ displayName: string;
26
+ }
27
+ /**
28
+ * A collection of values returned by getServicePrincipal.
29
+ */
30
+ export interface GetServicePrincipalResult {
31
+ /**
32
+ * The descriptor of the Service Principal.
33
+ */
34
+ readonly descriptor: string;
35
+ readonly displayName: string;
36
+ /**
37
+ * The provider-assigned unique ID for this managed resource.
38
+ */
39
+ readonly id: string;
40
+ /**
41
+ * The origin of the Service Principal.
42
+ */
43
+ readonly origin: string;
44
+ /**
45
+ * The origin ID of the Service Principal..
46
+ */
47
+ readonly originId: string;
48
+ }
49
+ /**
50
+ * Use this data source to access information about an existing Service Principal.
51
+ *
52
+ * ## Example Usage
53
+ *
54
+ * ```typescript
55
+ * import * as pulumi from "@pulumi/pulumi";
56
+ * import * as azuredevops from "@pulumi/azuredevops";
57
+ *
58
+ * const example = azuredevops.getServicePrincipal({
59
+ * displayName: "existing",
60
+ * });
61
+ * export const id = example.then(example => example.id);
62
+ * ```
63
+ */
64
+ export declare function getServicePrincipalOutput(args: GetServicePrincipalOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetServicePrincipalResult>;
65
+ /**
66
+ * A collection of arguments for invoking getServicePrincipal.
67
+ */
68
+ export interface GetServicePrincipalOutputArgs {
69
+ /**
70
+ * The Display Name of the Service Principal. Changing this forces a new Service Principal to be created.
71
+ */
72
+ displayName: pulumi.Input<string>;
73
+ }
@@ -0,0 +1,52 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getServicePrincipalOutput = exports.getServicePrincipal = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * Use this data source to access information about an existing Service Principal.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as azuredevops from "@pulumi/azuredevops";
16
+ *
17
+ * const example = azuredevops.getServicePrincipal({
18
+ * displayName: "existing",
19
+ * });
20
+ * export const id = example.then(example => example.id);
21
+ * ```
22
+ */
23
+ function getServicePrincipal(args, opts) {
24
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
25
+ return pulumi.runtime.invoke("azuredevops:index/getServicePrincipal:getServicePrincipal", {
26
+ "displayName": args.displayName,
27
+ }, opts);
28
+ }
29
+ exports.getServicePrincipal = getServicePrincipal;
30
+ /**
31
+ * Use this data source to access information about an existing Service Principal.
32
+ *
33
+ * ## Example Usage
34
+ *
35
+ * ```typescript
36
+ * import * as pulumi from "@pulumi/pulumi";
37
+ * import * as azuredevops from "@pulumi/azuredevops";
38
+ *
39
+ * const example = azuredevops.getServicePrincipal({
40
+ * displayName: "existing",
41
+ * });
42
+ * export const id = example.then(example => example.id);
43
+ * ```
44
+ */
45
+ function getServicePrincipalOutput(args, opts) {
46
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
47
+ return pulumi.runtime.invokeOutput("azuredevops:index/getServicePrincipal:getServicePrincipal", {
48
+ "displayName": args.displayName,
49
+ }, opts);
50
+ }
51
+ exports.getServicePrincipalOutput = getServicePrincipalOutput;
52
+ //# sourceMappingURL=getServicePrincipal.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getServicePrincipal.js","sourceRoot":"","sources":["../getServicePrincipal.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2DAA2D,EAAE;QACtF,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kDAKC;AAkCD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAAiC;IAC5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,2DAA2D,EAAE;QAC5F,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8DAKC"}
@@ -44,7 +44,7 @@ export interface GetServiceendpointAzurecrResult {
44
44
  */
45
45
  readonly appObjectId: string;
46
46
  /**
47
- * Specifies the Authorization Scheme Map.
47
+ * The Authorization scheme.
48
48
  */
49
49
  readonly authorization: {
50
50
  [key: string]: string;
@@ -56,8 +56,8 @@ export interface GetServiceendpointBitbucketArgs {
56
56
  /**
57
57
  * the Name of the Service Endpoint.
58
58
  *
59
- * > **NOTE:** One of either `serviceEndpointId` or `serviceEndpointName` must be specified.
60
- * > **NOTE:** When supplying `serviceEndpointName`, take care to ensure that this is a unique name.
59
+ * > **NOTE:** 1. One of either `serviceEndpointId` or `serviceEndpointName` must be specified.
60
+ * <br>2. When supplying `serviceEndpointName`, take care to ensure that this is a unique name.
61
61
  */
62
62
  serviceEndpointName?: string;
63
63
  }
@@ -66,13 +66,13 @@ export interface GetServiceendpointBitbucketArgs {
66
66
  */
67
67
  export interface GetServiceendpointBitbucketResult {
68
68
  /**
69
- * Specifies the Authorization Scheme Map.
69
+ * The Authorization scheme.
70
70
  */
71
71
  readonly authorization: {
72
72
  [key: string]: string;
73
73
  };
74
74
  /**
75
- * Specifies the description of the Service Endpoint.
75
+ * The description of the Service Endpoint.
76
76
  */
77
77
  readonly description: string;
78
78
  /**
@@ -140,8 +140,8 @@ export interface GetServiceendpointBitbucketOutputArgs {
140
140
  /**
141
141
  * the Name of the Service Endpoint.
142
142
  *
143
- * > **NOTE:** One of either `serviceEndpointId` or `serviceEndpointName` must be specified.
144
- * > **NOTE:** When supplying `serviceEndpointName`, take care to ensure that this is a unique name.
143
+ * > **NOTE:** 1. One of either `serviceEndpointId` or `serviceEndpointName` must be specified.
144
+ * <br>2. When supplying `serviceEndpointName`, take care to ensure that this is a unique name.
145
145
  */
146
146
  serviceEndpointName?: pulumi.Input<string>;
147
147
  }
@@ -40,13 +40,13 @@ export interface GetServiceendpointNpmArgs {
40
40
  */
41
41
  export interface GetServiceendpointNpmResult {
42
42
  /**
43
- * Specifies the Authorization Scheme Map.
43
+ * The Authorization scheme.
44
44
  */
45
45
  readonly authorization: {
46
46
  [key: string]: string;
47
47
  };
48
48
  /**
49
- * Specifies the description of the Service Endpoint.
49
+ * The description of the Service Endpoint.
50
50
  */
51
51
  readonly description: string;
52
52
  /**
@@ -57,7 +57,7 @@ export interface GetServiceendpointNpmResult {
57
57
  readonly serviceEndpointId: string;
58
58
  readonly serviceEndpointName: string;
59
59
  /**
60
- * Specifies the URL of the npm registry to connect with.
60
+ * The URL of the NPM registry to connect with.
61
61
  */
62
62
  readonly url: string;
63
63
  }
@@ -40,13 +40,13 @@ export interface GetServiceendpointSonarcloudArgs {
40
40
  */
41
41
  export interface GetServiceendpointSonarcloudResult {
42
42
  /**
43
- * Specifies the Authorization Scheme Map.
43
+ * The Authorization scheme.
44
44
  */
45
45
  readonly authorization: {
46
46
  [key: string]: string;
47
47
  };
48
48
  /**
49
- * Specifies the description of the Service Endpoint.
49
+ * The description of the Service Endpoint.
50
50
  */
51
51
  readonly description: string;
52
52
  /**
package/getTeam.d.ts CHANGED
@@ -43,7 +43,9 @@ export interface GetTeamArgs {
43
43
  */
44
44
  projectId: string;
45
45
  /**
46
- * The maximum number of teams to return. Defaults to `100`.
46
+ * The maximum number of teams to return. Defaults to `100`. This property is deprecated and will be removed in the feature
47
+ *
48
+ * @deprecated This property is deprecated and will be removed in the feature
47
49
  */
48
50
  top?: number;
49
51
  }
@@ -56,7 +58,7 @@ export interface GetTeamResult {
56
58
  */
57
59
  readonly administrators: string[];
58
60
  /**
59
- * Team description.
61
+ * The description of the team.
60
62
  */
61
63
  readonly description: string;
62
64
  /**
@@ -73,6 +75,9 @@ export interface GetTeamResult {
73
75
  readonly members: string[];
74
76
  readonly name: string;
75
77
  readonly projectId: string;
78
+ /**
79
+ * @deprecated This property is deprecated and will be removed in the feature
80
+ */
76
81
  readonly top?: number;
77
82
  }
78
83
  /**
@@ -119,7 +124,9 @@ export interface GetTeamOutputArgs {
119
124
  */
120
125
  projectId: pulumi.Input<string>;
121
126
  /**
122
- * The maximum number of teams to return. Defaults to `100`.
127
+ * The maximum number of teams to return. Defaults to `100`. This property is deprecated and will be removed in the feature
128
+ *
129
+ * @deprecated This property is deprecated and will be removed in the feature
123
130
  */
124
131
  top?: pulumi.Input<number>;
125
132
  }
package/getTeam.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"getTeam.js","sourceRoot":"","sources":["../getTeam.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAClE,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;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,0BAOC;AAgDD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAAiC;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,mCAAmC,EAAE;QACpE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,sCAOC"}
1
+ {"version":3,"file":"getTeam.js","sourceRoot":"","sources":["../getTeam.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAClE,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;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,0BAOC;AAqDD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAAiC;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,mCAAmC,EAAE;QACpE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,sCAOC"}
package/getTeams.d.ts CHANGED
@@ -47,12 +47,11 @@ export interface GetTeamsResult {
47
47
  */
48
48
  readonly id: string;
49
49
  /**
50
- * Project identifier.
51
- * - `id - Team identifier
50
+ * The ID of the Project.
52
51
  */
53
52
  readonly projectId?: string;
54
53
  /**
55
- * A list of existing projects in your Azure DevOps Organization with details about every project which includes:
54
+ * A list of `teams` blocks as documented below. A list of existing projects in your Azure DevOps Organization with details about every project which includes:
56
55
  */
57
56
  readonly teams: outputs.GetTeamsTeam[];
58
57
  readonly top?: number;
package/getTeams.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"getTeams.js","sourceRoot":"","sources":["../getTeams.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,QAAQ,CAAC,IAAmB,EAAE,IAA2B;IACrE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,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,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4BAOC;AAmCD;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,cAAc,CAAC,IAAyB,EAAE,IAAiC;IACvF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,qCAAqC,EAAE;QACtE,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,wCAOC"}
1
+ {"version":3,"file":"getTeams.js","sourceRoot":"","sources":["../getTeams.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,QAAQ,CAAC,IAAmB,EAAE,IAA2B;IACrE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,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,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4BAOC;AAkCD;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,cAAc,CAAC,IAAyB,EAAE,IAAiC;IACvF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,qCAAqC,EAAE;QACtE,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,wCAOC"}