@pulumi/azuredevops 2.13.0-alpha.1694644152 → 2.13.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.
- package/agent/getPool.d.ts +2 -2
- package/agent/getPool.js +2 -2
- package/agent/getPools.d.ts +22 -1
- package/agent/getPools.js +26 -2
- package/agent/getPools.js.map +1 -1
- package/agent/index.d.ts +1 -0
- package/agent/index.js +3 -2
- package/agent/index.js.map +1 -1
- package/agent/pool.d.ts +1 -1
- package/agent/pool.js +1 -1
- package/agent/queue.d.ts +1 -1
- package/agent/queue.js +1 -1
- package/areaPermissions.d.ts +1 -1
- package/areaPermissions.js +1 -1
- package/branchPolicyAutoReviewers.d.ts +1 -1
- package/branchPolicyAutoReviewers.js +1 -1
- package/branchPolicyBuildValidation.d.ts +1 -1
- package/branchPolicyBuildValidation.js +1 -1
- package/branchPolicyCommentResolution.d.ts +1 -1
- package/branchPolicyCommentResolution.js +1 -1
- package/branchPolicyMergeTypes.d.ts +1 -1
- package/branchPolicyMergeTypes.js +1 -1
- package/branchPolicyMinReviewers.d.ts +1 -1
- package/branchPolicyMinReviewers.js +1 -1
- package/branchPolicyStatusCheck.d.ts +1 -1
- package/branchPolicyStatusCheck.js +1 -1
- package/branchPolicyWorkItemLinking.d.ts +1 -1
- package/branchPolicyWorkItemLinking.js +1 -1
- package/build/buildDefinition.d.ts +16 -4
- package/build/buildDefinition.js +3 -1
- package/build/buildDefinition.js.map +1 -1
- package/buildDefinition.d.ts +16 -4
- package/buildDefinition.js +3 -1
- package/buildDefinition.js.map +1 -1
- package/buildDefinitionPermissions.d.ts +1 -1
- package/buildDefinitionPermissions.js +1 -1
- package/buildFolderPermissions.d.ts +1 -1
- package/buildFolderPermissions.js +1 -1
- package/core/getClientConfig.d.ts +15 -0
- package/core/getClientConfig.js +19 -1
- package/core/getClientConfig.js.map +1 -1
- package/core/getProject.d.ts +2 -2
- package/core/getProject.js +2 -2
- package/core/getProjects.d.ts +2 -2
- package/core/getProjects.js +2 -2
- package/core/index.d.ts +1 -0
- package/core/index.js +3 -2
- package/core/index.js.map +1 -1
- package/core/project.d.ts +1 -1
- package/core/project.js +1 -1
- package/entitlement/user.d.ts +1 -1
- package/entitlement/user.js +1 -1
- package/environment.d.ts +1 -1
- package/environment.js +1 -1
- package/getAgentQueue.d.ts +2 -2
- package/getAgentQueue.js +2 -2
- package/getArea.d.ts +2 -2
- package/getArea.js +2 -2
- package/getClientConfig.d.ts +14 -0
- package/getClientConfig.js +18 -1
- package/getClientConfig.js.map +1 -1
- package/getGitRepository.d.ts +2 -2
- package/getGitRepository.js +2 -2
- package/getGroup.d.ts +2 -2
- package/getGroup.js +2 -2
- package/getIteration.d.ts +2 -2
- package/getIteration.js +2 -2
- package/getPool.d.ts +2 -2
- package/getPool.js +2 -2
- package/getPools.d.ts +21 -1
- package/getPools.js +25 -2
- package/getPools.js.map +1 -1
- package/getProject.d.ts +2 -2
- package/getProject.js +2 -2
- package/getProjects.d.ts +2 -2
- package/getProjects.js +2 -2
- package/getRepositories.d.ts +2 -2
- package/getRepositories.js +2 -2
- package/getServiceendpointAzurecr.d.ts +135 -0
- package/getServiceendpointAzurecr.js +53 -0
- package/getServiceendpointAzurecr.js.map +1 -0
- package/getTeam.d.ts +2 -2
- package/getTeam.js +2 -2
- package/getTeams.d.ts +2 -2
- package/getTeams.js +2 -2
- package/getUsers.d.ts +2 -2
- package/getUsers.js +2 -2
- package/getVariableGroup.d.ts +2 -2
- package/getVariableGroup.js +2 -2
- package/gitPermissions.d.ts +1 -1
- package/gitPermissions.js +1 -1
- package/gitRepositoryFile.d.ts +1 -1
- package/gitRepositoryFile.js +1 -1
- package/group.d.ts +1 -1
- package/group.js +1 -1
- package/groupEntitlement.d.ts +156 -0
- package/groupEntitlement.js +99 -0
- package/groupEntitlement.js.map +1 -0
- package/groupMembership.d.ts +1 -1
- package/groupMembership.js +1 -1
- package/identities/getGroup.d.ts +2 -2
- package/identities/getGroup.js +2 -2
- package/identities/getUsers.d.ts +2 -2
- package/identities/getUsers.js +2 -2
- package/identities/group.d.ts +1 -1
- package/identities/group.js +1 -1
- package/identities/groupMembership.d.ts +1 -1
- package/identities/groupMembership.js +1 -1
- package/index.d.ts +11 -0
- package/index.js +20 -5
- package/index.js.map +1 -1
- package/iterativePermissions.d.ts +1 -1
- package/iterativePermissions.js +1 -1
- package/package.json +2 -3
- package/package.json.bak +1 -2
- package/pipeline/variableGroup.d.ts +2 -2
- package/pipeline/variableGroup.js +2 -2
- package/policy/branchPolicyBuildValidation.d.ts +1 -1
- package/policy/branchPolicyBuildValidation.js +1 -1
- package/policy/branchPolicyMinReviewers.d.ts +1 -1
- package/policy/branchPolicyMinReviewers.js +1 -1
- package/pool.d.ts +1 -1
- package/pool.js +1 -1
- package/project.d.ts +1 -1
- package/project.js +1 -1
- package/projectPermissions.d.ts +1 -1
- package/projectPermissions.js +1 -1
- package/queue.d.ts +1 -1
- package/queue.js +1 -1
- package/repository/getRepositories.d.ts +2 -2
- package/repository/getRepositories.js +2 -2
- package/repositoryPolicyAuthorEmailPattern.d.ts +1 -1
- package/repositoryPolicyAuthorEmailPattern.js +1 -1
- package/repositoryPolicyCaseEnforcement.d.ts +1 -1
- package/repositoryPolicyCaseEnforcement.js +1 -1
- package/repositoryPolicyCheckCredentials.d.ts +1 -1
- package/repositoryPolicyCheckCredentials.js +1 -1
- package/repositoryPolicyFilePathPattern.d.ts +1 -1
- package/repositoryPolicyFilePathPattern.js +1 -1
- package/repositoryPolicyMaxFileSize.d.ts +1 -1
- package/repositoryPolicyMaxFileSize.js +1 -1
- package/repositoryPolicyMaxPathLength.d.ts +1 -1
- package/repositoryPolicyMaxPathLength.js +1 -1
- package/repositoryPolicyReservedNames.d.ts +1 -1
- package/repositoryPolicyReservedNames.js +1 -1
- package/resourceAuthorization.d.ts +1 -1
- package/resourceAuthorization.js +1 -1
- package/security/resourceAuthorization.d.ts +1 -1
- package/security/resourceAuthorization.js +1 -1
- package/serviceEndpointAws.d.ts +1 -1
- package/serviceEndpointAws.js +1 -1
- package/serviceEndpointAzureDevOps.d.ts +1 -1
- package/serviceEndpointAzureDevOps.js +1 -1
- package/serviceEndpointAzureEcr.d.ts +1 -1
- package/serviceEndpointAzureEcr.js +1 -1
- package/serviceEndpointAzureRM.d.ts +1 -1
- package/serviceEndpointAzureRM.js +1 -1
- package/serviceEndpointBitBucket.d.ts +1 -1
- package/serviceEndpointBitBucket.js +1 -1
- package/serviceEndpointDockerRegistry.d.ts +1 -1
- package/serviceEndpointDockerRegistry.js +1 -1
- package/serviceEndpointGeneric.d.ts +1 -1
- package/serviceEndpointGeneric.js +1 -1
- package/serviceEndpointGenericGit.d.ts +1 -1
- package/serviceEndpointGenericGit.js +1 -1
- package/serviceEndpointGitHub.d.ts +1 -1
- package/serviceEndpointGitHub.js +1 -1
- package/serviceEndpointGitHubEnterprise.d.ts +1 -1
- package/serviceEndpointGitHubEnterprise.js +1 -1
- package/serviceEndpointKubernetes.d.ts +1 -1
- package/serviceEndpointKubernetes.js +1 -1
- package/serviceEndpointNpm.d.ts +1 -1
- package/serviceEndpointNpm.js +1 -1
- package/serviceEndpointPipeline.d.ts +1 -1
- package/serviceEndpointPipeline.js +1 -1
- package/serviceEndpointServiceFabric.d.ts +1 -1
- package/serviceEndpointServiceFabric.js +1 -1
- package/serviceEndpointSonarCloud.d.ts +1 -1
- package/serviceEndpointSonarCloud.js +1 -1
- package/serviceEndpointSonarQube.d.ts +1 -1
- package/serviceEndpointSonarQube.js +1 -1
- package/serviceEndpointSsh.d.ts +1 -1
- package/serviceEndpointSsh.js +1 -1
- package/serviceendpoint/azureRM.d.ts +1 -1
- package/serviceendpoint/azureRM.js +1 -1
- package/serviceendpoint/bitBucket.d.ts +1 -1
- package/serviceendpoint/bitBucket.js +1 -1
- package/serviceendpoint/dockerRegistry.d.ts +1 -1
- package/serviceendpoint/dockerRegistry.js +1 -1
- package/serviceendpoint/gitHub.d.ts +1 -1
- package/serviceendpoint/gitHub.js +1 -1
- package/serviceendpoint/kubernetes.d.ts +1 -1
- package/serviceendpoint/kubernetes.js +1 -1
- package/serviceendpointExternaltfs.d.ts +1 -1
- package/serviceendpointExternaltfs.js +1 -1
- package/serviceendpointNuget.d.ts +172 -0
- package/serviceendpointNuget.js +110 -0
- package/serviceendpointNuget.js.map +1 -0
- package/serviceendpointOctopusdeploy.d.ts +1 -1
- package/serviceendpointOctopusdeploy.js +1 -1
- package/serviceendpointPermissions.d.ts +1 -1
- package/serviceendpointPermissions.js +1 -1
- package/servicehookPermissions.d.ts +1 -1
- package/servicehookPermissions.js +1 -1
- package/taggingPermissions.d.ts +1 -1
- package/taggingPermissions.js +1 -1
- package/team.d.ts +1 -1
- package/team.js +1 -1
- package/teamAdministrators.d.ts +1 -1
- package/teamAdministrators.js +1 -1
- package/teamMembers.d.ts +1 -1
- package/teamMembers.js +1 -1
- package/types/input.d.ts +24 -8
- package/types/output.d.ts +24 -8
- package/user.d.ts +1 -1
- package/user.js +1 -1
- package/variableGroup.d.ts +2 -2
- package/variableGroup.js +2 -2
- package/workItemQueryPermissions.d.ts +1 -1
- package/workItemQueryPermissions.js +1 -1
package/agent/getPool.d.ts
CHANGED
|
@@ -18,7 +18,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
18
18
|
* ```
|
|
19
19
|
* ## Relevant Links
|
|
20
20
|
*
|
|
21
|
-
* - [Azure DevOps Service REST API
|
|
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)
|
|
22
22
|
*/
|
|
23
23
|
/** @deprecated azuredevops.agent.getPool has been deprecated in favor of azuredevops.getPool */
|
|
24
24
|
export declare function getPool(args: GetPoolArgs, opts?: pulumi.InvokeOptions): Promise<GetPoolResult>;
|
|
@@ -63,7 +63,7 @@ export interface GetPoolResult {
|
|
|
63
63
|
* ```
|
|
64
64
|
* ## Relevant Links
|
|
65
65
|
*
|
|
66
|
-
* - [Azure DevOps Service REST API
|
|
66
|
+
* - [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)
|
|
67
67
|
*/
|
|
68
68
|
/** @deprecated azuredevops.agent.getPool has been deprecated in favor of azuredevops.getPool */
|
|
69
69
|
export declare function getPoolOutput(args: GetPoolOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetPoolResult>;
|
package/agent/getPool.js
CHANGED
|
@@ -24,7 +24,7 @@ const utilities = require("../utilities");
|
|
|
24
24
|
* ```
|
|
25
25
|
* ## Relevant Links
|
|
26
26
|
*
|
|
27
|
-
* - [Azure DevOps Service REST API
|
|
27
|
+
* - [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
28
|
*/
|
|
29
29
|
/** @deprecated azuredevops.agent.getPool has been deprecated in favor of azuredevops.getPool */
|
|
30
30
|
function getPool(args, opts) {
|
|
@@ -54,7 +54,7 @@ exports.getPool = getPool;
|
|
|
54
54
|
* ```
|
|
55
55
|
* ## Relevant Links
|
|
56
56
|
*
|
|
57
|
-
* - [Azure DevOps Service REST API
|
|
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)
|
|
58
58
|
*/
|
|
59
59
|
/** @deprecated azuredevops.agent.getPool has been deprecated in favor of azuredevops.getPool */
|
|
60
60
|
function getPoolOutput(args, opts) {
|
package/agent/getPools.d.ts
CHANGED
|
@@ -17,7 +17,7 @@ import * as outputs from "../types/output";
|
|
|
17
17
|
* ```
|
|
18
18
|
* ## Relevant Links
|
|
19
19
|
*
|
|
20
|
-
* - [Azure DevOps Service REST API
|
|
20
|
+
* - [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
21
|
*/
|
|
22
22
|
/** @deprecated azuredevops.agent.getPools has been deprecated in favor of azuredevops.getPools */
|
|
23
23
|
export declare function getPools(opts?: pulumi.InvokeOptions): Promise<GetPoolsResult>;
|
|
@@ -34,3 +34,24 @@ export interface GetPoolsResult {
|
|
|
34
34
|
*/
|
|
35
35
|
readonly id: string;
|
|
36
36
|
}
|
|
37
|
+
/**
|
|
38
|
+
* Use this data source to access information about existing Agent Pools within Azure DevOps.
|
|
39
|
+
*
|
|
40
|
+
* ## Example Usage
|
|
41
|
+
*
|
|
42
|
+
* ```typescript
|
|
43
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
44
|
+
* import * as azuredevops from "@pulumi/azuredevops";
|
|
45
|
+
*
|
|
46
|
+
* const example = azuredevops.getPools({});
|
|
47
|
+
* export const agentPoolName = example.then(example => example.agentPools.map(__item => __item.name));
|
|
48
|
+
* export const autoProvision = example.then(example => example.agentPools.map(__item => __item.autoProvision));
|
|
49
|
+
* export const autoUpdate = example.then(example => example.agentPools.map(__item => __item.autoUpdate));
|
|
50
|
+
* export const poolType = example.then(example => example.agentPools.map(__item => __item.poolType));
|
|
51
|
+
* ```
|
|
52
|
+
* ## Relevant Links
|
|
53
|
+
*
|
|
54
|
+
* - [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
|
+
*/
|
|
56
|
+
/** @deprecated azuredevops.agent.getPools has been deprecated in favor of azuredevops.getPools */
|
|
57
|
+
export declare function getPoolsOutput(opts?: pulumi.InvokeOptions): pulumi.Output<GetPoolsResult>;
|
package/agent/getPools.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.getPools = void 0;
|
|
5
|
+
exports.getPoolsOutput = exports.getPools = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
@@ -22,7 +22,7 @@ const utilities = require("../utilities");
|
|
|
22
22
|
* ```
|
|
23
23
|
* ## Relevant Links
|
|
24
24
|
*
|
|
25
|
-
* - [Azure DevOps Service REST API
|
|
25
|
+
* - [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
26
|
*/
|
|
27
27
|
/** @deprecated azuredevops.agent.getPools has been deprecated in favor of azuredevops.getPools */
|
|
28
28
|
function getPools(opts) {
|
|
@@ -31,4 +31,28 @@ function getPools(opts) {
|
|
|
31
31
|
return pulumi.runtime.invoke("azuredevops:Agent/getPools:getPools", {}, opts);
|
|
32
32
|
}
|
|
33
33
|
exports.getPools = getPools;
|
|
34
|
+
/**
|
|
35
|
+
* Use this data source to access information about existing Agent Pools within Azure DevOps.
|
|
36
|
+
*
|
|
37
|
+
* ## Example Usage
|
|
38
|
+
*
|
|
39
|
+
* ```typescript
|
|
40
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
41
|
+
* import * as azuredevops from "@pulumi/azuredevops";
|
|
42
|
+
*
|
|
43
|
+
* const example = azuredevops.getPools({});
|
|
44
|
+
* export const agentPoolName = example.then(example => example.agentPools.map(__item => __item.name));
|
|
45
|
+
* export const autoProvision = example.then(example => example.agentPools.map(__item => __item.autoProvision));
|
|
46
|
+
* export const autoUpdate = example.then(example => example.agentPools.map(__item => __item.autoUpdate));
|
|
47
|
+
* export const poolType = example.then(example => example.agentPools.map(__item => __item.poolType));
|
|
48
|
+
* ```
|
|
49
|
+
* ## Relevant Links
|
|
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)
|
|
52
|
+
*/
|
|
53
|
+
/** @deprecated azuredevops.agent.getPools has been deprecated in favor of azuredevops.getPools */
|
|
54
|
+
function getPoolsOutput(opts) {
|
|
55
|
+
return pulumi.output(getPools(opts));
|
|
56
|
+
}
|
|
57
|
+
exports.getPoolsOutput = getPoolsOutput;
|
|
34
58
|
//# sourceMappingURL=getPools.js.map
|
package/agent/getPools.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPools.js","sourceRoot":"","sources":["../../agent/getPools.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;GAkBG;AACH,kGAAkG;AAClG,SAAgB,QAAQ,CAAC,IAA2B;IAChD,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,yGAAyG,CAAC,CAAA;IAE1H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qCAAqC,EAAE,EACnE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4BAMC"}
|
|
1
|
+
{"version":3,"file":"getPools.js","sourceRoot":"","sources":["../../agent/getPools.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;GAkBG;AACH,kGAAkG;AAClG,SAAgB,QAAQ,CAAC,IAA2B;IAChD,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,yGAAyG,CAAC,CAAA;IAE1H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qCAAqC,EAAE,EACnE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4BAMC;AAeD;;;;;;;;;;;;;;;;;;GAkBG;AACH,kGAAkG;AAClG,SAAgB,cAAc,CAAC,IAA2B;IACtD,OAAO,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAA;AACxC,CAAC;AAFD,wCAEC"}
|
package/agent/index.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ export declare const getPool: typeof import("./getPool").getPool;
|
|
|
3
3
|
export declare const getPoolOutput: typeof import("./getPool").getPoolOutput;
|
|
4
4
|
export { GetPoolsResult } from "./getPools";
|
|
5
5
|
export declare const getPools: typeof import("./getPools").getPools;
|
|
6
|
+
export declare const getPoolsOutput: typeof import("./getPools").getPoolsOutput;
|
|
6
7
|
export { PoolArgs, PoolState } from "./pool";
|
|
7
8
|
export type Pool = import("./pool").Pool;
|
|
8
9
|
export declare const Pool: typeof import("./pool").Pool;
|
package/agent/index.js
CHANGED
|
@@ -2,14 +2,15 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.Queue = exports.Pool = exports.getPools = exports.getPoolOutput = exports.getPool = void 0;
|
|
5
|
+
exports.Queue = exports.Pool = exports.getPoolsOutput = exports.getPools = exports.getPoolOutput = exports.getPool = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
exports.getPool = null;
|
|
9
9
|
exports.getPoolOutput = null;
|
|
10
10
|
utilities.lazyLoad(exports, ["getPool", "getPoolOutput"], () => require("./getPool"));
|
|
11
11
|
exports.getPools = null;
|
|
12
|
-
|
|
12
|
+
exports.getPoolsOutput = null;
|
|
13
|
+
utilities.lazyLoad(exports, ["getPools", "getPoolsOutput"], () => require("./getPools"));
|
|
13
14
|
exports.Pool = null;
|
|
14
15
|
utilities.lazyLoad(exports, ["Pool"], () => require("./pool"));
|
|
15
16
|
exports.Queue = null;
|
package/agent/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../agent/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAI7B,QAAA,OAAO,GAAuC,IAAW,CAAC;AAC1D,QAAA,aAAa,GAA6C,IAAW,CAAC;AACnF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,SAAS,EAAC,eAAe,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC;AAGxE,QAAA,QAAQ,GAAyC,IAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../agent/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAI7B,QAAA,OAAO,GAAuC,IAAW,CAAC;AAC1D,QAAA,aAAa,GAA6C,IAAW,CAAC;AACnF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,SAAS,EAAC,eAAe,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC;AAGxE,QAAA,QAAQ,GAAyC,IAAW,CAAC;AAC7D,QAAA,cAAc,GAA+C,IAAW,CAAC;AACtF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,UAAU,EAAC,gBAAgB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC;AAI3E,QAAA,IAAI,GAAiC,IAAW,CAAC;AAC9D,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,MAAM,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC,CAAC;AAIlD,QAAA,KAAK,GAAmC,IAAW,CAAC;AACjE,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,CAAC;AAGjE,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,6BAA6B;gBAC9B,OAAO,IAAI,YAAI,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAClD,KAAK,+BAA+B;gBAChC,OAAO,IAAI,aAAK,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACnD;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,aAAa,EAAE,YAAY,EAAE,OAAO,CAAC,CAAA;AAC3E,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,aAAa,EAAE,aAAa,EAAE,OAAO,CAAC,CAAA"}
|
package/agent/pool.d.ts
CHANGED
|
@@ -15,7 +15,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
15
15
|
* ```
|
|
16
16
|
* ## Relevant Links
|
|
17
17
|
*
|
|
18
|
-
* - [Azure DevOps Service REST API
|
|
18
|
+
* - [Azure DevOps Service REST API 7.0 - Agent Pools](https://docs.microsoft.com/en-us/rest/api/azure/devops/distributedtask/pools?view=azure-devops-rest-7.0)
|
|
19
19
|
*
|
|
20
20
|
* ## Import
|
|
21
21
|
*
|
package/agent/pool.js
CHANGED
|
@@ -21,7 +21,7 @@ const utilities = require("../utilities");
|
|
|
21
21
|
* ```
|
|
22
22
|
* ## Relevant Links
|
|
23
23
|
*
|
|
24
|
-
* - [Azure DevOps Service REST API
|
|
24
|
+
* - [Azure DevOps Service REST API 7.0 - Agent Pools](https://docs.microsoft.com/en-us/rest/api/azure/devops/distributedtask/pools?view=azure-devops-rest-7.0)
|
|
25
25
|
*
|
|
26
26
|
* ## Import
|
|
27
27
|
*
|
package/agent/queue.d.ts
CHANGED
|
@@ -30,7 +30,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
30
30
|
* ```
|
|
31
31
|
* ## Relevant Links
|
|
32
32
|
*
|
|
33
|
-
* - [Azure DevOps Service REST API
|
|
33
|
+
* - [Azure DevOps Service REST API 7.0 - Agent Queues](https://docs.microsoft.com/en-us/rest/api/azure/devops/distributedtask/queues?view=azure-devops-rest-7.0)
|
|
34
34
|
*
|
|
35
35
|
* ## Import
|
|
36
36
|
*
|
package/agent/queue.js
CHANGED
|
@@ -36,7 +36,7 @@ const utilities = require("../utilities");
|
|
|
36
36
|
* ```
|
|
37
37
|
* ## Relevant Links
|
|
38
38
|
*
|
|
39
|
-
* - [Azure DevOps Service REST API
|
|
39
|
+
* - [Azure DevOps Service REST API 7.0 - Agent Queues](https://docs.microsoft.com/en-us/rest/api/azure/devops/distributedtask/queues?view=azure-devops-rest-7.0)
|
|
40
40
|
*
|
|
41
41
|
* ## Import
|
|
42
42
|
*
|
package/areaPermissions.d.ts
CHANGED
|
@@ -39,7 +39,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
39
39
|
* ```
|
|
40
40
|
* ## Relevant Links
|
|
41
41
|
*
|
|
42
|
-
* * [Azure DevOps Service REST API
|
|
42
|
+
* * [Azure DevOps Service REST API 7.0 - Security](https://docs.microsoft.com/en-us/rest/api/azure/devops/security/?view=azure-devops-rest-7.0)
|
|
43
43
|
*
|
|
44
44
|
* ## PAT Permissions Required
|
|
45
45
|
*
|
package/areaPermissions.js
CHANGED
|
@@ -45,7 +45,7 @@ const utilities = require("./utilities");
|
|
|
45
45
|
* ```
|
|
46
46
|
* ## Relevant Links
|
|
47
47
|
*
|
|
48
|
-
* * [Azure DevOps Service REST API
|
|
48
|
+
* * [Azure DevOps Service REST API 7.0 - Security](https://docs.microsoft.com/en-us/rest/api/azure/devops/security/?view=azure-devops-rest-7.0)
|
|
49
49
|
*
|
|
50
50
|
* ## PAT Permissions Required
|
|
51
51
|
*
|
|
@@ -40,7 +40,7 @@ import * as outputs from "./types/output";
|
|
|
40
40
|
* ```
|
|
41
41
|
* ## Relevant Links
|
|
42
42
|
*
|
|
43
|
-
* - [Azure DevOps Service REST API
|
|
43
|
+
* - [Azure DevOps Service REST API 7.0 - Policy Configurations](https://docs.microsoft.com/en-us/rest/api/azure/devops/policy/configurations/create?view=azure-devops-rest-7.0)
|
|
44
44
|
*
|
|
45
45
|
* ## Import
|
|
46
46
|
*
|
|
@@ -44,7 +44,7 @@ const utilities = require("./utilities");
|
|
|
44
44
|
* ```
|
|
45
45
|
* ## Relevant Links
|
|
46
46
|
*
|
|
47
|
-
* - [Azure DevOps Service REST API
|
|
47
|
+
* - [Azure DevOps Service REST API 7.0 - Policy Configurations](https://docs.microsoft.com/en-us/rest/api/azure/devops/policy/configurations/create?view=azure-devops-rest-7.0)
|
|
48
48
|
*
|
|
49
49
|
* ## Import
|
|
50
50
|
*
|
|
@@ -58,7 +58,7 @@ import * as outputs from "./types/output";
|
|
|
58
58
|
* ```
|
|
59
59
|
* ## Relevant Links
|
|
60
60
|
*
|
|
61
|
-
* - [Azure DevOps Service REST API
|
|
61
|
+
* - [Azure DevOps Service REST API 7.0 - Policy Configurations](https://docs.microsoft.com/en-us/rest/api/azure/devops/policy/configurations/create?view=azure-devops-rest-7.0)
|
|
62
62
|
*
|
|
63
63
|
* ## Import
|
|
64
64
|
*
|
|
@@ -62,7 +62,7 @@ const utilities = require("./utilities");
|
|
|
62
62
|
* ```
|
|
63
63
|
* ## Relevant Links
|
|
64
64
|
*
|
|
65
|
-
* - [Azure DevOps Service REST API
|
|
65
|
+
* - [Azure DevOps Service REST API 7.0 - Policy Configurations](https://docs.microsoft.com/en-us/rest/api/azure/devops/policy/configurations/create?view=azure-devops-rest-7.0)
|
|
66
66
|
*
|
|
67
67
|
* ## Import
|
|
68
68
|
*
|
|
@@ -42,7 +42,7 @@ import * as outputs from "./types/output";
|
|
|
42
42
|
* ```
|
|
43
43
|
* ## Relevant Links
|
|
44
44
|
*
|
|
45
|
-
* - [Azure DevOps Service REST API
|
|
45
|
+
* - [Azure DevOps Service REST API 7.0 - Policy Configurations](https://docs.microsoft.com/en-us/rest/api/azure/devops/policy/configurations/create?view=azure-devops-rest-7.0)
|
|
46
46
|
*
|
|
47
47
|
* ## Import
|
|
48
48
|
*
|
|
@@ -46,7 +46,7 @@ const utilities = require("./utilities");
|
|
|
46
46
|
* ```
|
|
47
47
|
* ## Relevant Links
|
|
48
48
|
*
|
|
49
|
-
* - [Azure DevOps Service REST API
|
|
49
|
+
* - [Azure DevOps Service REST API 7.0 - Policy Configurations](https://docs.microsoft.com/en-us/rest/api/azure/devops/policy/configurations/create?view=azure-devops-rest-7.0)
|
|
50
50
|
*
|
|
51
51
|
* ## Import
|
|
52
52
|
*
|
|
@@ -46,7 +46,7 @@ import * as outputs from "./types/output";
|
|
|
46
46
|
* ```
|
|
47
47
|
* ## Relevant Links
|
|
48
48
|
*
|
|
49
|
-
* - [Azure DevOps Service REST API
|
|
49
|
+
* - [Azure DevOps Service REST API 7.0 - Policy Configurations](https://docs.microsoft.com/en-us/rest/api/azure/devops/policy/configurations/create?view=azure-devops-rest-7.0)
|
|
50
50
|
*
|
|
51
51
|
* ## Import
|
|
52
52
|
*
|
|
@@ -50,7 +50,7 @@ const utilities = require("./utilities");
|
|
|
50
50
|
* ```
|
|
51
51
|
* ## Relevant Links
|
|
52
52
|
*
|
|
53
|
-
* - [Azure DevOps Service REST API
|
|
53
|
+
* - [Azure DevOps Service REST API 7.0 - Policy Configurations](https://docs.microsoft.com/en-us/rest/api/azure/devops/policy/configurations/create?view=azure-devops-rest-7.0)
|
|
54
54
|
*
|
|
55
55
|
* ## Import
|
|
56
56
|
*
|
|
@@ -48,7 +48,7 @@ import * as outputs from "./types/output";
|
|
|
48
48
|
* ```
|
|
49
49
|
* ## Relevant Links
|
|
50
50
|
*
|
|
51
|
-
* - [Azure DevOps Service REST API
|
|
51
|
+
* - [Azure DevOps Service REST API 7.0 - Policy Configurations](https://docs.microsoft.com/en-us/rest/api/azure/devops/policy/configurations/create?view=azure-devops-rest-7.0)
|
|
52
52
|
*
|
|
53
53
|
* ## Import
|
|
54
54
|
*
|
|
@@ -52,7 +52,7 @@ const utilities = require("./utilities");
|
|
|
52
52
|
* ```
|
|
53
53
|
* ## Relevant Links
|
|
54
54
|
*
|
|
55
|
-
* - [Azure DevOps Service REST API
|
|
55
|
+
* - [Azure DevOps Service REST API 7.0 - Policy Configurations](https://docs.microsoft.com/en-us/rest/api/azure/devops/policy/configurations/create?view=azure-devops-rest-7.0)
|
|
56
56
|
*
|
|
57
57
|
* ## Import
|
|
58
58
|
*
|
|
@@ -55,7 +55,7 @@ import * as outputs from "./types/output";
|
|
|
55
55
|
* ```
|
|
56
56
|
* ## Relevant Links
|
|
57
57
|
*
|
|
58
|
-
* - [Azure DevOps Service REST API
|
|
58
|
+
* - [Azure DevOps Service REST API 7.0 - Policy Configurations](https://docs.microsoft.com/en-us/rest/api/azure/devops/policy/configurations/create?view=azure-devops-rest-7.0)
|
|
59
59
|
*
|
|
60
60
|
* ## Import
|
|
61
61
|
*
|
|
@@ -59,7 +59,7 @@ const utilities = require("./utilities");
|
|
|
59
59
|
* ```
|
|
60
60
|
* ## Relevant Links
|
|
61
61
|
*
|
|
62
|
-
* - [Azure DevOps Service REST API
|
|
62
|
+
* - [Azure DevOps Service REST API 7.0 - Policy Configurations](https://docs.microsoft.com/en-us/rest/api/azure/devops/policy/configurations/create?view=azure-devops-rest-7.0)
|
|
63
63
|
*
|
|
64
64
|
* ## Import
|
|
65
65
|
*
|
|
@@ -42,7 +42,7 @@ import * as outputs from "./types/output";
|
|
|
42
42
|
* ```
|
|
43
43
|
* ## Relevant Links
|
|
44
44
|
*
|
|
45
|
-
* - [Azure DevOps Service REST API
|
|
45
|
+
* - [Azure DevOps Service REST API 7.0 - Policy Configurations](https://docs.microsoft.com/en-us/rest/api/azure/devops/policy/configurations/create?view=azure-devops-rest-7.0)
|
|
46
46
|
*
|
|
47
47
|
* ## Import
|
|
48
48
|
*
|
|
@@ -46,7 +46,7 @@ const utilities = require("./utilities");
|
|
|
46
46
|
* ```
|
|
47
47
|
* ## Relevant Links
|
|
48
48
|
*
|
|
49
|
-
* - [Azure DevOps Service REST API
|
|
49
|
+
* - [Azure DevOps Service REST API 7.0 - Policy Configurations](https://docs.microsoft.com/en-us/rest/api/azure/devops/policy/configurations/create?view=azure-devops-rest-7.0)
|
|
50
50
|
*
|
|
51
51
|
* ## Import
|
|
52
52
|
*
|
|
@@ -138,7 +138,7 @@ import * as outputs from "../types/output";
|
|
|
138
138
|
*
|
|
139
139
|
* ## Relevant Links
|
|
140
140
|
*
|
|
141
|
-
* - [Azure DevOps Service REST API
|
|
141
|
+
* - [Azure DevOps Service REST API 7.0 - Build Definitions](https://docs.microsoft.com/en-us/rest/api/azure/devops/build/definitions?view=azure-devops-rest-7.0)
|
|
142
142
|
*
|
|
143
143
|
* ## Import
|
|
144
144
|
*
|
|
@@ -180,6 +180,10 @@ export declare class BuildDefinition extends pulumi.CustomResource {
|
|
|
180
180
|
* Continuous Integration trigger.
|
|
181
181
|
*/
|
|
182
182
|
readonly ciTrigger: pulumi.Output<outputs.Build.BuildDefinitionCiTrigger | undefined>;
|
|
183
|
+
/**
|
|
184
|
+
* A `features` blocks as documented below.
|
|
185
|
+
*/
|
|
186
|
+
readonly features: pulumi.Output<outputs.Build.BuildDefinitionFeature[] | undefined>;
|
|
183
187
|
/**
|
|
184
188
|
* The name of the build definition.
|
|
185
189
|
*/
|
|
@@ -193,7 +197,7 @@ export declare class BuildDefinition extends pulumi.CustomResource {
|
|
|
193
197
|
*/
|
|
194
198
|
readonly projectId: pulumi.Output<string>;
|
|
195
199
|
/**
|
|
196
|
-
* Pull Request Integration
|
|
200
|
+
* Pull Request Integration trigger.
|
|
197
201
|
*/
|
|
198
202
|
readonly pullRequestTrigger: pulumi.Output<outputs.Build.BuildDefinitionPullRequestTrigger | undefined>;
|
|
199
203
|
/**
|
|
@@ -235,6 +239,10 @@ export interface BuildDefinitionState {
|
|
|
235
239
|
* Continuous Integration trigger.
|
|
236
240
|
*/
|
|
237
241
|
ciTrigger?: pulumi.Input<inputs.Build.BuildDefinitionCiTrigger>;
|
|
242
|
+
/**
|
|
243
|
+
* A `features` blocks as documented below.
|
|
244
|
+
*/
|
|
245
|
+
features?: pulumi.Input<pulumi.Input<inputs.Build.BuildDefinitionFeature>[]>;
|
|
238
246
|
/**
|
|
239
247
|
* The name of the build definition.
|
|
240
248
|
*/
|
|
@@ -248,7 +256,7 @@ export interface BuildDefinitionState {
|
|
|
248
256
|
*/
|
|
249
257
|
projectId?: pulumi.Input<string>;
|
|
250
258
|
/**
|
|
251
|
-
* Pull Request Integration
|
|
259
|
+
* Pull Request Integration trigger.
|
|
252
260
|
*/
|
|
253
261
|
pullRequestTrigger?: pulumi.Input<inputs.Build.BuildDefinitionPullRequestTrigger>;
|
|
254
262
|
/**
|
|
@@ -281,6 +289,10 @@ export interface BuildDefinitionArgs {
|
|
|
281
289
|
* Continuous Integration trigger.
|
|
282
290
|
*/
|
|
283
291
|
ciTrigger?: pulumi.Input<inputs.Build.BuildDefinitionCiTrigger>;
|
|
292
|
+
/**
|
|
293
|
+
* A `features` blocks as documented below.
|
|
294
|
+
*/
|
|
295
|
+
features?: pulumi.Input<pulumi.Input<inputs.Build.BuildDefinitionFeature>[]>;
|
|
284
296
|
/**
|
|
285
297
|
* The name of the build definition.
|
|
286
298
|
*/
|
|
@@ -294,7 +306,7 @@ export interface BuildDefinitionArgs {
|
|
|
294
306
|
*/
|
|
295
307
|
projectId: pulumi.Input<string>;
|
|
296
308
|
/**
|
|
297
|
-
* Pull Request Integration
|
|
309
|
+
* Pull Request Integration trigger.
|
|
298
310
|
*/
|
|
299
311
|
pullRequestTrigger?: pulumi.Input<inputs.Build.BuildDefinitionPullRequestTrigger>;
|
|
300
312
|
/**
|
package/build/buildDefinition.js
CHANGED
|
@@ -142,7 +142,7 @@ const utilities = require("../utilities");
|
|
|
142
142
|
*
|
|
143
143
|
* ## Relevant Links
|
|
144
144
|
*
|
|
145
|
-
* - [Azure DevOps Service REST API
|
|
145
|
+
* - [Azure DevOps Service REST API 7.0 - Build Definitions](https://docs.microsoft.com/en-us/rest/api/azure/devops/build/definitions?view=azure-devops-rest-7.0)
|
|
146
146
|
*
|
|
147
147
|
* ## Import
|
|
148
148
|
*
|
|
@@ -193,6 +193,7 @@ class BuildDefinition extends pulumi.CustomResource {
|
|
|
193
193
|
const state = argsOrState;
|
|
194
194
|
resourceInputs["agentPoolName"] = state ? state.agentPoolName : undefined;
|
|
195
195
|
resourceInputs["ciTrigger"] = state ? state.ciTrigger : undefined;
|
|
196
|
+
resourceInputs["features"] = state ? state.features : undefined;
|
|
196
197
|
resourceInputs["name"] = state ? state.name : undefined;
|
|
197
198
|
resourceInputs["path"] = state ? state.path : undefined;
|
|
198
199
|
resourceInputs["projectId"] = state ? state.projectId : undefined;
|
|
@@ -213,6 +214,7 @@ class BuildDefinition extends pulumi.CustomResource {
|
|
|
213
214
|
}
|
|
214
215
|
resourceInputs["agentPoolName"] = args ? args.agentPoolName : undefined;
|
|
215
216
|
resourceInputs["ciTrigger"] = args ? args.ciTrigger : undefined;
|
|
217
|
+
resourceInputs["features"] = args ? args.features : undefined;
|
|
216
218
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
217
219
|
resourceInputs["path"] = args ? args.path : undefined;
|
|
218
220
|
resourceInputs["projectId"] = args ? args.projectId : undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"buildDefinition.js","sourceRoot":"","sources":["../../build/buildDefinition.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0JG;AACH,MAAa,eAAgB,SAAQ,MAAM,CAAC,cAAc;IACtD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA4B,EAAE,IAAmC;QAC1H,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,8HAA8H,CAAC,CAAA;QAC/I,OAAO,IAAI,eAAe,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACtE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,eAAe,CAAC,YAAY,CAAC;IAChE,CAAC;
|
|
1
|
+
{"version":3,"file":"buildDefinition.js","sourceRoot":"","sources":["../../build/buildDefinition.ts"],"names":[],"mappings":"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"}
|
package/buildDefinition.d.ts
CHANGED
|
@@ -138,7 +138,7 @@ import * as outputs from "./types/output";
|
|
|
138
138
|
*
|
|
139
139
|
* ## Relevant Links
|
|
140
140
|
*
|
|
141
|
-
* - [Azure DevOps Service REST API
|
|
141
|
+
* - [Azure DevOps Service REST API 7.0 - Build Definitions](https://docs.microsoft.com/en-us/rest/api/azure/devops/build/definitions?view=azure-devops-rest-7.0)
|
|
142
142
|
*
|
|
143
143
|
* ## Import
|
|
144
144
|
*
|
|
@@ -178,6 +178,10 @@ export declare class BuildDefinition extends pulumi.CustomResource {
|
|
|
178
178
|
* Continuous Integration trigger.
|
|
179
179
|
*/
|
|
180
180
|
readonly ciTrigger: pulumi.Output<outputs.BuildDefinitionCiTrigger | undefined>;
|
|
181
|
+
/**
|
|
182
|
+
* A `features` blocks as documented below.
|
|
183
|
+
*/
|
|
184
|
+
readonly features: pulumi.Output<outputs.BuildDefinitionFeature[] | undefined>;
|
|
181
185
|
/**
|
|
182
186
|
* The name of the build definition.
|
|
183
187
|
*/
|
|
@@ -191,7 +195,7 @@ export declare class BuildDefinition extends pulumi.CustomResource {
|
|
|
191
195
|
*/
|
|
192
196
|
readonly projectId: pulumi.Output<string>;
|
|
193
197
|
/**
|
|
194
|
-
* Pull Request Integration
|
|
198
|
+
* Pull Request Integration trigger.
|
|
195
199
|
*/
|
|
196
200
|
readonly pullRequestTrigger: pulumi.Output<outputs.BuildDefinitionPullRequestTrigger | undefined>;
|
|
197
201
|
/**
|
|
@@ -232,6 +236,10 @@ export interface BuildDefinitionState {
|
|
|
232
236
|
* Continuous Integration trigger.
|
|
233
237
|
*/
|
|
234
238
|
ciTrigger?: pulumi.Input<inputs.BuildDefinitionCiTrigger>;
|
|
239
|
+
/**
|
|
240
|
+
* A `features` blocks as documented below.
|
|
241
|
+
*/
|
|
242
|
+
features?: pulumi.Input<pulumi.Input<inputs.BuildDefinitionFeature>[]>;
|
|
235
243
|
/**
|
|
236
244
|
* The name of the build definition.
|
|
237
245
|
*/
|
|
@@ -245,7 +253,7 @@ export interface BuildDefinitionState {
|
|
|
245
253
|
*/
|
|
246
254
|
projectId?: pulumi.Input<string>;
|
|
247
255
|
/**
|
|
248
|
-
* Pull Request Integration
|
|
256
|
+
* Pull Request Integration trigger.
|
|
249
257
|
*/
|
|
250
258
|
pullRequestTrigger?: pulumi.Input<inputs.BuildDefinitionPullRequestTrigger>;
|
|
251
259
|
/**
|
|
@@ -278,6 +286,10 @@ export interface BuildDefinitionArgs {
|
|
|
278
286
|
* Continuous Integration trigger.
|
|
279
287
|
*/
|
|
280
288
|
ciTrigger?: pulumi.Input<inputs.BuildDefinitionCiTrigger>;
|
|
289
|
+
/**
|
|
290
|
+
* A `features` blocks as documented below.
|
|
291
|
+
*/
|
|
292
|
+
features?: pulumi.Input<pulumi.Input<inputs.BuildDefinitionFeature>[]>;
|
|
281
293
|
/**
|
|
282
294
|
* The name of the build definition.
|
|
283
295
|
*/
|
|
@@ -291,7 +303,7 @@ export interface BuildDefinitionArgs {
|
|
|
291
303
|
*/
|
|
292
304
|
projectId: pulumi.Input<string>;
|
|
293
305
|
/**
|
|
294
|
-
* Pull Request Integration
|
|
306
|
+
* Pull Request Integration trigger.
|
|
295
307
|
*/
|
|
296
308
|
pullRequestTrigger?: pulumi.Input<inputs.BuildDefinitionPullRequestTrigger>;
|
|
297
309
|
/**
|
package/buildDefinition.js
CHANGED
|
@@ -142,7 +142,7 @@ const utilities = require("./utilities");
|
|
|
142
142
|
*
|
|
143
143
|
* ## Relevant Links
|
|
144
144
|
*
|
|
145
|
-
* - [Azure DevOps Service REST API
|
|
145
|
+
* - [Azure DevOps Service REST API 7.0 - Build Definitions](https://docs.microsoft.com/en-us/rest/api/azure/devops/build/definitions?view=azure-devops-rest-7.0)
|
|
146
146
|
*
|
|
147
147
|
* ## Import
|
|
148
148
|
*
|
|
@@ -188,6 +188,7 @@ class BuildDefinition extends pulumi.CustomResource {
|
|
|
188
188
|
const state = argsOrState;
|
|
189
189
|
resourceInputs["agentPoolName"] = state ? state.agentPoolName : undefined;
|
|
190
190
|
resourceInputs["ciTrigger"] = state ? state.ciTrigger : undefined;
|
|
191
|
+
resourceInputs["features"] = state ? state.features : undefined;
|
|
191
192
|
resourceInputs["name"] = state ? state.name : undefined;
|
|
192
193
|
resourceInputs["path"] = state ? state.path : undefined;
|
|
193
194
|
resourceInputs["projectId"] = state ? state.projectId : undefined;
|
|
@@ -208,6 +209,7 @@ class BuildDefinition extends pulumi.CustomResource {
|
|
|
208
209
|
}
|
|
209
210
|
resourceInputs["agentPoolName"] = args ? args.agentPoolName : undefined;
|
|
210
211
|
resourceInputs["ciTrigger"] = args ? args.ciTrigger : undefined;
|
|
212
|
+
resourceInputs["features"] = args ? args.features : undefined;
|
|
211
213
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
212
214
|
resourceInputs["path"] = args ? args.path : undefined;
|
|
213
215
|
resourceInputs["projectId"] = args ? args.projectId : undefined;
|
package/buildDefinition.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"buildDefinition.js","sourceRoot":"","sources":["../buildDefinition.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwJG;AACH,MAAa,eAAgB,SAAQ,MAAM,CAAC,cAAc;IACtD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA4B,EAAE,IAAmC;QAC1H,OAAO,IAAI,eAAe,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACtE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,eAAe,CAAC,YAAY,CAAC;IAChE,CAAC;
|
|
1
|
+
{"version":3,"file":"buildDefinition.js","sourceRoot":"","sources":["../buildDefinition.ts"],"names":[],"mappings":"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"}
|
|
@@ -53,7 +53,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
53
53
|
* ```
|
|
54
54
|
* ## Relevant Links
|
|
55
55
|
*
|
|
56
|
-
* * [Azure DevOps Service REST API
|
|
56
|
+
* * [Azure DevOps Service REST API 7.0 - Security](https://docs.microsoft.com/en-us/rest/api/azure/devops/security/?view=azure-devops-rest-7.0)
|
|
57
57
|
*
|
|
58
58
|
* ## PAT Permissions Required
|
|
59
59
|
*
|
|
@@ -59,7 +59,7 @@ const utilities = require("./utilities");
|
|
|
59
59
|
* ```
|
|
60
60
|
* ## Relevant Links
|
|
61
61
|
*
|
|
62
|
-
* * [Azure DevOps Service REST API
|
|
62
|
+
* * [Azure DevOps Service REST API 7.0 - Security](https://docs.microsoft.com/en-us/rest/api/azure/devops/security/?view=azure-devops-rest-7.0)
|
|
63
63
|
*
|
|
64
64
|
* ## PAT Permissions Required
|
|
65
65
|
*
|