@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
@@ -0,0 +1,155 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * ## layout: "azuredevops"
4
+ *
5
+ * ***
6
+ * ## page_title: "AzureDevops: azuredevops.FeedRetentionPolicy"
7
+ *
8
+ * description: |-
9
+ * Manages the Feed Retention Policy within Azure DevOps organization.
10
+ * ---
11
+ *
12
+ * # azuredevops.FeedRetentionPolicy
13
+ *
14
+ * Manages the Feed Retention Policy within Azure DevOps.
15
+ *
16
+ * ## Example Usage
17
+ *
18
+ * ### Project Feed
19
+ * ```typescript
20
+ * import * as pulumi from "@pulumi/pulumi";
21
+ * import * as azuredevops from "@pulumi/azuredevops";
22
+ *
23
+ * const example = new azuredevops.Project("example", {
24
+ * name: "Example Project",
25
+ * visibility: "private",
26
+ * versionControl: "Git",
27
+ * workItemTemplate: "Agile",
28
+ * description: "Managed by Pulumi",
29
+ * });
30
+ * const exampleFeed = new azuredevops.Feed("example", {
31
+ * name: "ExampleFeed",
32
+ * projectId: example.id,
33
+ * });
34
+ * const exampleFeedRetentionPolicy = new azuredevops.FeedRetentionPolicy("example", {
35
+ * projectId: example.id,
36
+ * feedId: exampleFeed.id,
37
+ * countLimit: 20,
38
+ * daysToKeepRecentlyDownloadedPackages: 30,
39
+ * });
40
+ * ```
41
+ *
42
+ * ### Organization Feed
43
+ * ```typescript
44
+ * import * as pulumi from "@pulumi/pulumi";
45
+ * import * as azuredevops from "@pulumi/azuredevops";
46
+ *
47
+ * const example = new azuredevops.Feed("example", {name: "examplefeed"});
48
+ * const exampleFeedRetentionPolicy = new azuredevops.FeedRetentionPolicy("example", {
49
+ * feedId: example.id,
50
+ * countLimit: 20,
51
+ * daysToKeepRecentlyDownloadedPackages: 30,
52
+ * });
53
+ * ```
54
+ *
55
+ * ## Relevant Links
56
+ *
57
+ * - [Azure DevOps Service REST API 7.0 - Feed Management](https://learn.microsoft.com/en-us/rest/api/azure/devops/artifacts/feed-management?view=azure-devops-rest-7.0)
58
+ *
59
+ * ## Import
60
+ *
61
+ * Azure DevOps Feed Retention Policy can be imported using the Project ID and Feed ID or Feed ID e.g.:
62
+ *
63
+ * ```sh
64
+ * $ pulumi import azuredevops:index/feedRetentionPolicy:FeedRetentionPolicy example 00000000-0000-0000-0000-000000000000/00000000-0000-0000-0000-000000000000
65
+ * ```
66
+ *
67
+ * or
68
+ *
69
+ * ```sh
70
+ * $ pulumi import azuredevops:index/feedRetentionPolicy:FeedRetentionPolicy example 00000000-0000-0000-0000-000000000000
71
+ * ```
72
+ */
73
+ export declare class FeedRetentionPolicy extends pulumi.CustomResource {
74
+ /**
75
+ * Get an existing FeedRetentionPolicy resource's state with the given name, ID, and optional extra
76
+ * properties used to qualify the lookup.
77
+ *
78
+ * @param name The _unique_ name of the resulting resource.
79
+ * @param id The _unique_ provider ID of the resource to lookup.
80
+ * @param state Any extra arguments used during the lookup.
81
+ * @param opts Optional settings to control the behavior of the CustomResource.
82
+ */
83
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: FeedRetentionPolicyState, opts?: pulumi.CustomResourceOptions): FeedRetentionPolicy;
84
+ /**
85
+ * Returns true if the given object is an instance of FeedRetentionPolicy. This is designed to work even
86
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
87
+ */
88
+ static isInstance(obj: any): obj is FeedRetentionPolicy;
89
+ /**
90
+ * The maximum number of versions per package.
91
+ */
92
+ readonly countLimit: pulumi.Output<number>;
93
+ /**
94
+ * The days to keep recently downloaded packages.
95
+ */
96
+ readonly daysToKeepRecentlyDownloadedPackages: pulumi.Output<number>;
97
+ /**
98
+ * The ID of the Feed. Changing this forces a new resource to be created.
99
+ */
100
+ readonly feedId: pulumi.Output<string>;
101
+ /**
102
+ * The ID of the Project. If not specified, Feed will be created at the organization level. Changing this forces a new resource to be created.
103
+ */
104
+ readonly projectId: pulumi.Output<string | undefined>;
105
+ /**
106
+ * Create a FeedRetentionPolicy resource with the given unique name, arguments, and options.
107
+ *
108
+ * @param name The _unique_ name of the resource.
109
+ * @param args The arguments to use to populate this resource's properties.
110
+ * @param opts A bag of options that control this resource's behavior.
111
+ */
112
+ constructor(name: string, args: FeedRetentionPolicyArgs, opts?: pulumi.CustomResourceOptions);
113
+ }
114
+ /**
115
+ * Input properties used for looking up and filtering FeedRetentionPolicy resources.
116
+ */
117
+ export interface FeedRetentionPolicyState {
118
+ /**
119
+ * The maximum number of versions per package.
120
+ */
121
+ countLimit?: pulumi.Input<number>;
122
+ /**
123
+ * The days to keep recently downloaded packages.
124
+ */
125
+ daysToKeepRecentlyDownloadedPackages?: pulumi.Input<number>;
126
+ /**
127
+ * The ID of the Feed. Changing this forces a new resource to be created.
128
+ */
129
+ feedId?: pulumi.Input<string>;
130
+ /**
131
+ * The ID of the Project. If not specified, Feed will be created at the organization level. Changing this forces a new resource to be created.
132
+ */
133
+ projectId?: pulumi.Input<string>;
134
+ }
135
+ /**
136
+ * The set of arguments for constructing a FeedRetentionPolicy resource.
137
+ */
138
+ export interface FeedRetentionPolicyArgs {
139
+ /**
140
+ * The maximum number of versions per package.
141
+ */
142
+ countLimit: pulumi.Input<number>;
143
+ /**
144
+ * The days to keep recently downloaded packages.
145
+ */
146
+ daysToKeepRecentlyDownloadedPackages: pulumi.Input<number>;
147
+ /**
148
+ * The ID of the Feed. Changing this forces a new resource to be created.
149
+ */
150
+ feedId: pulumi.Input<string>;
151
+ /**
152
+ * The ID of the Project. If not specified, Feed will be created at the organization level. Changing this forces a new resource to be created.
153
+ */
154
+ projectId?: pulumi.Input<string>;
155
+ }
@@ -0,0 +1,135 @@
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.FeedRetentionPolicy = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * ## layout: "azuredevops"
10
+ *
11
+ * ***
12
+ * ## page_title: "AzureDevops: azuredevops.FeedRetentionPolicy"
13
+ *
14
+ * description: |-
15
+ * Manages the Feed Retention Policy within Azure DevOps organization.
16
+ * ---
17
+ *
18
+ * # azuredevops.FeedRetentionPolicy
19
+ *
20
+ * Manages the Feed Retention Policy within Azure DevOps.
21
+ *
22
+ * ## Example Usage
23
+ *
24
+ * ### Project Feed
25
+ * ```typescript
26
+ * import * as pulumi from "@pulumi/pulumi";
27
+ * import * as azuredevops from "@pulumi/azuredevops";
28
+ *
29
+ * const example = new azuredevops.Project("example", {
30
+ * name: "Example Project",
31
+ * visibility: "private",
32
+ * versionControl: "Git",
33
+ * workItemTemplate: "Agile",
34
+ * description: "Managed by Pulumi",
35
+ * });
36
+ * const exampleFeed = new azuredevops.Feed("example", {
37
+ * name: "ExampleFeed",
38
+ * projectId: example.id,
39
+ * });
40
+ * const exampleFeedRetentionPolicy = new azuredevops.FeedRetentionPolicy("example", {
41
+ * projectId: example.id,
42
+ * feedId: exampleFeed.id,
43
+ * countLimit: 20,
44
+ * daysToKeepRecentlyDownloadedPackages: 30,
45
+ * });
46
+ * ```
47
+ *
48
+ * ### Organization Feed
49
+ * ```typescript
50
+ * import * as pulumi from "@pulumi/pulumi";
51
+ * import * as azuredevops from "@pulumi/azuredevops";
52
+ *
53
+ * const example = new azuredevops.Feed("example", {name: "examplefeed"});
54
+ * const exampleFeedRetentionPolicy = new azuredevops.FeedRetentionPolicy("example", {
55
+ * feedId: example.id,
56
+ * countLimit: 20,
57
+ * daysToKeepRecentlyDownloadedPackages: 30,
58
+ * });
59
+ * ```
60
+ *
61
+ * ## Relevant Links
62
+ *
63
+ * - [Azure DevOps Service REST API 7.0 - Feed Management](https://learn.microsoft.com/en-us/rest/api/azure/devops/artifacts/feed-management?view=azure-devops-rest-7.0)
64
+ *
65
+ * ## Import
66
+ *
67
+ * Azure DevOps Feed Retention Policy can be imported using the Project ID and Feed ID or Feed ID e.g.:
68
+ *
69
+ * ```sh
70
+ * $ pulumi import azuredevops:index/feedRetentionPolicy:FeedRetentionPolicy example 00000000-0000-0000-0000-000000000000/00000000-0000-0000-0000-000000000000
71
+ * ```
72
+ *
73
+ * or
74
+ *
75
+ * ```sh
76
+ * $ pulumi import azuredevops:index/feedRetentionPolicy:FeedRetentionPolicy example 00000000-0000-0000-0000-000000000000
77
+ * ```
78
+ */
79
+ class FeedRetentionPolicy extends pulumi.CustomResource {
80
+ /**
81
+ * Get an existing FeedRetentionPolicy resource's state with the given name, ID, and optional extra
82
+ * properties used to qualify the lookup.
83
+ *
84
+ * @param name The _unique_ name of the resulting resource.
85
+ * @param id The _unique_ provider ID of the resource to lookup.
86
+ * @param state Any extra arguments used during the lookup.
87
+ * @param opts Optional settings to control the behavior of the CustomResource.
88
+ */
89
+ static get(name, id, state, opts) {
90
+ return new FeedRetentionPolicy(name, state, Object.assign(Object.assign({}, opts), { id: id }));
91
+ }
92
+ /**
93
+ * Returns true if the given object is an instance of FeedRetentionPolicy. This is designed to work even
94
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
95
+ */
96
+ static isInstance(obj) {
97
+ if (obj === undefined || obj === null) {
98
+ return false;
99
+ }
100
+ return obj['__pulumiType'] === FeedRetentionPolicy.__pulumiType;
101
+ }
102
+ constructor(name, argsOrState, opts) {
103
+ let resourceInputs = {};
104
+ opts = opts || {};
105
+ if (opts.id) {
106
+ const state = argsOrState;
107
+ resourceInputs["countLimit"] = state ? state.countLimit : undefined;
108
+ resourceInputs["daysToKeepRecentlyDownloadedPackages"] = state ? state.daysToKeepRecentlyDownloadedPackages : undefined;
109
+ resourceInputs["feedId"] = state ? state.feedId : undefined;
110
+ resourceInputs["projectId"] = state ? state.projectId : undefined;
111
+ }
112
+ else {
113
+ const args = argsOrState;
114
+ if ((!args || args.countLimit === undefined) && !opts.urn) {
115
+ throw new Error("Missing required property 'countLimit'");
116
+ }
117
+ if ((!args || args.daysToKeepRecentlyDownloadedPackages === undefined) && !opts.urn) {
118
+ throw new Error("Missing required property 'daysToKeepRecentlyDownloadedPackages'");
119
+ }
120
+ if ((!args || args.feedId === undefined) && !opts.urn) {
121
+ throw new Error("Missing required property 'feedId'");
122
+ }
123
+ resourceInputs["countLimit"] = args ? args.countLimit : undefined;
124
+ resourceInputs["daysToKeepRecentlyDownloadedPackages"] = args ? args.daysToKeepRecentlyDownloadedPackages : undefined;
125
+ resourceInputs["feedId"] = args ? args.feedId : undefined;
126
+ resourceInputs["projectId"] = args ? args.projectId : undefined;
127
+ }
128
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
129
+ super(FeedRetentionPolicy.__pulumiType, name, resourceInputs, opts);
130
+ }
131
+ }
132
+ exports.FeedRetentionPolicy = FeedRetentionPolicy;
133
+ /** @internal */
134
+ FeedRetentionPolicy.__pulumiType = 'azuredevops:index/feedRetentionPolicy:FeedRetentionPolicy';
135
+ //# sourceMappingURL=feedRetentionPolicy.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"feedRetentionPolicy.js","sourceRoot":"","sources":["../feedRetentionPolicy.ts"],"names":[],"mappings":"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"}
@@ -46,7 +46,7 @@ export interface GetAgentQueueArgs {
46
46
  */
47
47
  export interface GetAgentQueueResult {
48
48
  /**
49
- * Agent pool identifier to which the agent queue belongs.
49
+ * The ID of the Agent pool to which the agent queue belongs.
50
50
  */
51
51
  readonly agentPoolId: number;
52
52
  /**
@@ -58,7 +58,7 @@ export interface GetAgentQueueResult {
58
58
  */
59
59
  readonly name: string;
60
60
  /**
61
- * Project identifier to which the agent queue belongs.
61
+ * The ID of the Project to which the agent queue belongs.
62
62
  */
63
63
  readonly projectId: string;
64
64
  }
package/getArea.d.ts CHANGED
@@ -75,7 +75,7 @@ export interface GetAreaResult {
75
75
  */
76
76
  readonly path: string;
77
77
  /**
78
- * The project ID of the child Area node
78
+ * The ID of project.
79
79
  */
80
80
  readonly projectId: string;
81
81
  }
@@ -21,6 +21,9 @@ export interface GetClientConfigResult {
21
21
  * The provider-assigned unique ID for this managed resource.
22
22
  */
23
23
  readonly id: string;
24
+ /**
25
+ * The organization configured for the provider.
26
+ */
24
27
  readonly organizationUrl: string;
25
28
  }
26
29
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"getClientConfig.js","sourceRoot":"","sources":["../getClientConfig.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,eAAe,CAAC,IAA2B;IACvD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mDAAmD,EAAE,EACjF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,0CAIC;AAYD;;;;;;;;;;;;GAYG;AACH,SAAgB,qBAAqB,CAAC,IAAiC;IACnE,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,EACvF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,sDAIC"}
1
+ {"version":3,"file":"getClientConfig.js","sourceRoot":"","sources":["../getClientConfig.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,eAAe,CAAC,IAA2B;IACvD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mDAAmD,EAAE,EACjF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,0CAIC;AAeD;;;;;;;;;;;;GAYG;AACH,SAAgB,qBAAqB,CAAC,IAAiC;IACnE,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,EACvF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,sDAIC"}
package/getFeed.d.ts CHANGED
@@ -38,13 +38,13 @@ export declare function getFeed(args?: GetFeedArgs, opts?: pulumi.InvokeOptions)
38
38
  */
39
39
  export interface GetFeedArgs {
40
40
  /**
41
- * ID of the Feed.
41
+ * The ID of the Feed.
42
42
  *
43
43
  * > **Note** Only one of `name` or `feedId` can be set at the same time.
44
44
  */
45
45
  feedId?: string;
46
46
  /**
47
- * Name of the Feed.
47
+ * The Name of the Feed.
48
48
  */
49
49
  name?: string;
50
50
  /**
@@ -112,13 +112,13 @@ export declare function getFeedOutput(args?: GetFeedOutputArgs, opts?: pulumi.In
112
112
  */
113
113
  export interface GetFeedOutputArgs {
114
114
  /**
115
- * ID of the Feed.
115
+ * The ID of the Feed.
116
116
  *
117
117
  * > **Note** Only one of `name` or `feedId` can be set at the same time.
118
118
  */
119
119
  feedId?: pulumi.Input<string>;
120
120
  /**
121
- * Name of the Feed.
121
+ * The Name of the Feed.
122
122
  */
123
123
  name?: pulumi.Input<string>;
124
124
  /**
@@ -29,11 +29,11 @@ export declare function getGitRepository(args: GetGitRepositoryArgs, opts?: pulu
29
29
  */
30
30
  export interface GetGitRepositoryArgs {
31
31
  /**
32
- * Name of the Git repository to retrieve
32
+ * The Name of the Git repository to retrieve
33
33
  */
34
34
  name: string;
35
35
  /**
36
- * ID of project to list Git repositories
36
+ * The ID of project to list Git repositories
37
37
  */
38
38
  projectId: string;
39
39
  }
@@ -46,7 +46,7 @@ export interface GetGitRepositoryResult {
46
46
  */
47
47
  readonly defaultBranch: string;
48
48
  /**
49
- * Is the repository disabled?
49
+ * Indicates whether the repository is disabled.
50
50
  */
51
51
  readonly disabled: boolean;
52
52
  /**
@@ -55,7 +55,7 @@ export interface GetGitRepositoryResult {
55
55
  readonly id: string;
56
56
  readonly isFork: boolean;
57
57
  /**
58
- * Git repository name.
58
+ * The name of the Git repository.
59
59
  */
60
60
  readonly name: string;
61
61
  /**
@@ -75,11 +75,11 @@ export interface GetGitRepositoryResult {
75
75
  */
76
76
  readonly sshUrl: string;
77
77
  /**
78
- * Details REST API endpoint for the Git Repository.
78
+ * The details REST API endpoint for the Git Repository.
79
79
  */
80
80
  readonly url: string;
81
81
  /**
82
- * Url of the Git repository web view
82
+ * The Url of the Git repository web view
83
83
  */
84
84
  readonly webUrl: string;
85
85
  }
@@ -113,11 +113,11 @@ export declare function getGitRepositoryOutput(args: GetGitRepositoryOutputArgs,
113
113
  */
114
114
  export interface GetGitRepositoryOutputArgs {
115
115
  /**
116
- * Name of the Git repository to retrieve
116
+ * The Name of the Git repository to retrieve
117
117
  */
118
118
  name: pulumi.Input<string>;
119
119
  /**
120
- * ID of project to list Git repositories
120
+ * The ID of project to list Git repositories
121
121
  */
122
122
  projectId: pulumi.Input<string>;
123
123
  }
package/getGroup.d.ts CHANGED
@@ -39,11 +39,11 @@ export declare function getGroup(args: GetGroupArgs, opts?: pulumi.InvokeOptions
39
39
  */
40
40
  export interface GetGroupArgs {
41
41
  /**
42
- * The Group Name.
42
+ * The Name of the Group.
43
43
  */
44
44
  name: string;
45
45
  /**
46
- * The Project ID. If no project ID is specified the project collection groups will be searched.
46
+ * The ID of the Project. If `projectId` is not specified the project collection groups will be searched.
47
47
  */
48
48
  projectId?: string;
49
49
  }
@@ -114,11 +114,11 @@ export declare function getGroupOutput(args: GetGroupOutputArgs, opts?: pulumi.I
114
114
  */
115
115
  export interface GetGroupOutputArgs {
116
116
  /**
117
- * The Group Name.
117
+ * The Name of the Group.
118
118
  */
119
119
  name: pulumi.Input<string>;
120
120
  /**
121
- * The Project ID. If no project ID is specified the project collection groups will be searched.
121
+ * The ID of the Project. If `projectId` is not specified the project collection groups will be searched.
122
122
  */
123
123
  projectId?: pulumi.Input<string>;
124
124
  }
package/getGroups.d.ts CHANGED
@@ -30,7 +30,7 @@ export declare function getGroups(args?: GetGroupsArgs, opts?: pulumi.InvokeOpti
30
30
  */
31
31
  export interface GetGroupsArgs {
32
32
  /**
33
- * The Project ID. If no project ID is specified all groups of an organization will be returned
33
+ * The ID of the Project. If no project ID is specified all groups of an organization will be returned
34
34
  */
35
35
  projectId?: string;
36
36
  }
@@ -39,7 +39,7 @@ export interface GetGroupsArgs {
39
39
  */
40
40
  export interface GetGroupsResult {
41
41
  /**
42
- * A set of existing groups in your Azure DevOps Organization or project with details about every single group which includes:
42
+ * A `groups` blocks as documented below. A set of existing groups in your Azure DevOps Organization or project with details about every single group which includes:
43
43
  */
44
44
  readonly groups: outputs.GetGroupsGroup[];
45
45
  /**
@@ -78,7 +78,7 @@ export declare function getGroupsOutput(args?: GetGroupsOutputArgs, opts?: pulum
78
78
  */
79
79
  export interface GetGroupsOutputArgs {
80
80
  /**
81
- * The Project ID. If no project ID is specified all groups of an organization will be returned
81
+ * The ID of the Project. If no project ID is specified all groups of an organization will be returned
82
82
  */
83
83
  projectId?: pulumi.Input<string>;
84
84
  }
@@ -37,6 +37,9 @@ export interface GetIdentityGroupArgs {
37
37
  * A collection of values returned by getIdentityGroup.
38
38
  */
39
39
  export interface GetIdentityGroupResult {
40
+ /**
41
+ * The descriptor of the identity group.
42
+ */
40
43
  readonly descriptor: string;
41
44
  /**
42
45
  * The provider-assigned unique ID for this managed resource.
@@ -1 +1 @@
1
- {"version":3,"file":"getIdentityGroup.js","sourceRoot":"","sources":["../getIdentityGroup.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qDAAqD,EAAE;QAChF,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4CAMC;AA+BD;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAAiC;IACtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,qDAAqD,EAAE;QACtF,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wDAMC"}
1
+ {"version":3,"file":"getIdentityGroup.js","sourceRoot":"","sources":["../getIdentityGroup.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qDAAqD,EAAE;QAChF,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4CAMC;AAkCD;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAAiC;IACtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,qDAAqD,EAAE;QACtF,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wDAMC"}
@@ -39,7 +39,7 @@ export interface GetIdentityGroupsArgs {
39
39
  */
40
40
  export interface GetIdentityGroupsResult {
41
41
  /**
42
- * A set of existing groups in your Azure DevOps Organization or project with details about every single group which includes:
42
+ * A `groups` blocks as documented below. A set of existing groups in your Azure DevOps Organization or project with details about every single group.
43
43
  */
44
44
  readonly groups: outputs.GetIdentityGroupsGroup[];
45
45
  /**
@@ -12,7 +12,7 @@ export interface GetIdentityUsersArgs {
12
12
  */
13
13
  name: string;
14
14
  /**
15
- * The type of search to perform. Default is `General`. Possible values are `AccountName`, `DisplayName`, and `MailAddress`.
15
+ * The type of search to perform. Possible values are: `AccountName`, `DisplayName`, and `MailAddress`. Default is `General`.
16
16
  */
17
17
  searchFilter?: string;
18
18
  }
@@ -20,14 +20,14 @@ export interface GetIdentityUsersArgs {
20
20
  * A collection of values returned by getIdentityUsers.
21
21
  */
22
22
  export interface GetIdentityUsersResult {
23
+ /**
24
+ * The descriptor of the user.
25
+ */
23
26
  readonly descriptor: string;
24
27
  /**
25
28
  * The provider-assigned unique ID for this managed resource.
26
29
  */
27
30
  readonly id: string;
28
- /**
29
- * This is the PrincipalName of this identity member from the source provider. The source provider may change this field over time and it is not guaranteed to be immutable for the life of the identity member.
30
- */
31
31
  readonly name: string;
32
32
  readonly searchFilter?: string;
33
33
  }
@@ -44,7 +44,7 @@ export interface GetIdentityUsersOutputArgs {
44
44
  */
45
45
  name: pulumi.Input<string>;
46
46
  /**
47
- * The type of search to perform. Default is `General`. Possible values are `AccountName`, `DisplayName`, and `MailAddress`.
47
+ * The type of search to perform. Possible values are: `AccountName`, `DisplayName`, and `MailAddress`. Default is `General`.
48
48
  */
49
49
  searchFilter?: pulumi.Input<string>;
50
50
  }
package/getPool.d.ts CHANGED
@@ -19,7 +19,7 @@ import * as pulumi from "@pulumi/pulumi";
19
19
  *
20
20
  * ## Relevant Links
21
21
  *
22
- * - [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)
22
+ * - [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)
23
23
  */
24
24
  export declare function getPool(args: GetPoolArgs, opts?: pulumi.InvokeOptions): Promise<GetPoolResult>;
25
25
  /**
@@ -35,13 +35,25 @@ export interface GetPoolArgs {
35
35
  * A collection of values returned by getPool.
36
36
  */
37
37
  export interface GetPoolResult {
38
+ /**
39
+ * Specifies whether a queue should be automatically provisioned for each project collection.
40
+ */
38
41
  readonly autoProvision: boolean;
42
+ /**
43
+ * Specifies whether or not agents within the pool should be automatically updated.
44
+ */
39
45
  readonly autoUpdate: boolean;
40
46
  /**
41
47
  * The provider-assigned unique ID for this managed resource.
42
48
  */
43
49
  readonly id: string;
50
+ /**
51
+ * The name of the agent pool
52
+ */
44
53
  readonly name: string;
54
+ /**
55
+ * Specifies whether the agent pool type is Automation or Deployment.
56
+ */
45
57
  readonly poolType: string;
46
58
  }
47
59
  /**
@@ -64,7 +76,7 @@ export interface GetPoolResult {
64
76
  *
65
77
  * ## Relevant Links
66
78
  *
67
- * - [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)
79
+ * - [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)
68
80
  */
69
81
  export declare function getPoolOutput(args: GetPoolOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetPoolResult>;
70
82
  /**
package/getPool.js CHANGED
@@ -25,7 +25,7 @@ const utilities = require("./utilities");
25
25
  *
26
26
  * ## Relevant Links
27
27
  *
28
- * - [Azure DevOps Service REST API 7.0 - Agent Pools - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/distributedtask/pools/get?view=azure-devops-rest-7.0)
28
+ * - [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)
29
29
  */
30
30
  function getPool(args, opts) {
31
31
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -54,7 +54,7 @@ exports.getPool = getPool;
54
54
  *
55
55
  * ## Relevant Links
56
56
  *
57
- * - [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)
57
+ * - [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)
58
58
  */
59
59
  function getPoolOutput(args, opts) {
60
60
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
package/getPool.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"getPool.js","sourceRoot":"","sources":["../getPool.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;GAqBG;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;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0BAKC;AAyBD;;;;;;;;;;;;;;;;;;;;;GAqBG;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;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sCAKC"}
1
+ {"version":3,"file":"getPool.js","sourceRoot":"","sources":["../getPool.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;GAqBG;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;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0BAKC;AAqCD;;;;;;;;;;;;;;;;;;;;;GAqBG;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;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sCAKC"}
package/getPools.d.ts CHANGED
@@ -18,7 +18,7 @@ import * as outputs from "./types/output";
18
18
  *
19
19
  * ## Relevant Links
20
20
  *
21
- * - [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)
21
+ * - [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)
22
22
  */
23
23
  export declare function getPools(opts?: pulumi.InvokeOptions): Promise<GetPoolsResult>;
24
24
  /**
@@ -26,7 +26,7 @@ export declare function getPools(opts?: pulumi.InvokeOptions): Promise<GetPoolsR
26
26
  */
27
27
  export interface GetPoolsResult {
28
28
  /**
29
- * A list of existing agent pools in your Azure DevOps Organization with the following details about every agent pool:
29
+ * An `agentPools` blocks as documented below. A list of existing agent pools in your Azure DevOps Organization with the following details about every agent pool:
30
30
  */
31
31
  readonly agentPools: outputs.GetPoolsAgentPool[];
32
32
  /**
@@ -52,6 +52,6 @@ export interface GetPoolsResult {
52
52
  *
53
53
  * ## Relevant Links
54
54
  *
55
- * - [Azure DevOps Service REST API 7.0 - Agent Pools - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/distributedtask/pools/get?view=azure-devops-rest-7.0)
55
+ * - [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)
56
56
  */
57
57
  export declare function getPoolsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetPoolsResult>;