@pulumi/azuredevops 2.5.0 → 2.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.
- package/agent/getPools.d.ts +1 -12
- package/agent/getPools.js +0 -11
- package/agent/getPools.js.map +1 -1
- package/agent/index.d.ts +11 -4
- package/agent/index.js +12 -24
- package/agent/index.js.map +1 -1
- package/agent/pool.js +20 -20
- package/agent/pool.js.map +1 -1
- package/agent/queue.js +23 -23
- package/agent/queue.js.map +1 -1
- package/areaPermissions.js +22 -22
- package/areaPermissions.js.map +1 -1
- package/branchPolicyAutoReviewers.d.ts +2 -1
- package/branchPolicyAutoReviewers.js +22 -22
- package/branchPolicyAutoReviewers.js.map +1 -1
- package/branchPolicyBuildValidation.d.ts +2 -1
- package/branchPolicyBuildValidation.js +22 -22
- package/branchPolicyBuildValidation.js.map +1 -1
- package/branchPolicyCommentResolution.d.ts +2 -1
- package/branchPolicyCommentResolution.js +22 -22
- package/branchPolicyCommentResolution.js.map +1 -1
- package/branchPolicyMergeTypes.d.ts +2 -1
- package/branchPolicyMergeTypes.js +22 -22
- package/branchPolicyMergeTypes.js.map +1 -1
- package/branchPolicyMinReviewers.d.ts +2 -1
- package/branchPolicyMinReviewers.js +22 -22
- package/branchPolicyMinReviewers.js.map +1 -1
- package/branchPolicyStatusCheck.d.ts +2 -1
- package/branchPolicyStatusCheck.js +22 -22
- package/branchPolicyStatusCheck.js.map +1 -1
- package/branchPolicyWorkItemLinking.d.ts +2 -1
- package/branchPolicyWorkItemLinking.js +22 -22
- package/branchPolicyWorkItemLinking.js.map +1 -1
- package/build/buildDefinition.d.ts +2 -1
- package/build/buildDefinition.js +23 -23
- package/build/buildDefinition.js.map +1 -1
- package/build/index.d.ts +3 -1
- package/build/index.js +4 -19
- package/build/index.js.map +1 -1
- package/buildDefinition.d.ts +2 -1
- package/buildDefinition.js +22 -22
- package/buildDefinition.js.map +1 -1
- package/buildDefinitionPermissions.js +22 -22
- package/buildDefinitionPermissions.js.map +1 -1
- package/buildFolder.d.ts +107 -0
- package/buildFolder.js +94 -0
- package/buildFolder.js.map +1 -0
- package/buildFolderPermissions.d.ts +162 -0
- package/buildFolderPermissions.js +129 -0
- package/buildFolderPermissions.js.map +1 -0
- package/core/getClientConfig.d.ts +0 -10
- package/core/getClientConfig.js +0 -10
- package/core/getClientConfig.js.map +1 -1
- package/core/getProjects.d.ts +1 -1
- package/core/getProjects.js.map +1 -1
- package/core/index.d.ts +14 -5
- package/core/index.js +15 -25
- package/core/index.js.map +1 -1
- package/core/project.d.ts +3 -3
- package/core/project.js +23 -23
- package/core/project.js.map +1 -1
- package/core/projectFeatures.js +23 -23
- package/core/projectFeatures.js.map +1 -1
- package/entitlement/index.d.ts +3 -1
- package/entitlement/index.js +4 -19
- package/entitlement/index.js.map +1 -1
- package/entitlement/user.js +23 -23
- package/entitlement/user.js.map +1 -1
- package/environment.js +21 -21
- package/environment.js.map +1 -1
- package/getArea.d.ts +1 -1
- package/getArea.js.map +1 -1
- package/getBuildDefinition.d.ts +1 -1
- package/getBuildDefinition.js.map +1 -1
- package/getClientConfig.d.ts +0 -10
- package/getClientConfig.js +0 -10
- package/getClientConfig.js.map +1 -1
- package/getGroups.d.ts +1 -1
- package/getGroups.js.map +1 -1
- package/getIteration.d.ts +1 -1
- package/getIteration.js.map +1 -1
- package/getPools.d.ts +1 -12
- package/getPools.js +0 -11
- package/getPools.js.map +1 -1
- package/getProjects.d.ts +1 -1
- package/getProjects.js.map +1 -1
- package/getRepositories.d.ts +1 -1
- package/getRepositories.js.map +1 -1
- package/getServiceEndpointAzureRM.d.ts +118 -0
- package/getServiceEndpointAzureRM.js +59 -0
- package/getServiceEndpointAzureRM.js.map +1 -0
- package/getServiceEndpointGithub.d.ts +94 -0
- package/getServiceEndpointGithub.js +59 -0
- package/getServiceEndpointGithub.js.map +1 -0
- package/getTeams.d.ts +1 -1
- package/getTeams.js.map +1 -1
- package/getUsers.d.ts +1 -1
- package/getUsers.js.map +1 -1
- package/getVariableGroup.d.ts +3 -1
- package/getVariableGroup.js +2 -0
- package/getVariableGroup.js.map +1 -1
- package/git.d.ts +2 -1
- package/git.js +22 -22
- package/git.js.map +1 -1
- package/gitPermissions.js +22 -22
- package/gitPermissions.js.map +1 -1
- package/gitRepositoryFile.js +22 -22
- package/gitRepositoryFile.js.map +1 -1
- package/group.js +22 -22
- package/group.js.map +1 -1
- package/groupMembership.js +22 -22
- package/groupMembership.js.map +1 -1
- package/identities/getUsers.d.ts +1 -1
- package/identities/getUsers.js.map +1 -1
- package/identities/group.js +23 -23
- package/identities/group.js.map +1 -1
- package/identities/groupMembership.js +23 -23
- package/identities/groupMembership.js.map +1 -1
- package/identities/index.d.ts +12 -4
- package/identities/index.js +13 -24
- package/identities/index.js.map +1 -1
- package/index.d.ts +247 -78
- package/index.js +255 -216
- package/index.js.map +1 -1
- package/iterativePermissions.js +22 -22
- package/iterativePermissions.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/pipeline/index.d.ts +3 -1
- package/pipeline/index.js +4 -19
- package/pipeline/index.js.map +1 -1
- package/pipeline/variableGroup.d.ts +11 -1
- package/pipeline/variableGroup.js +23 -23
- package/pipeline/variableGroup.js.map +1 -1
- package/policy/branchPolicyBuildValidation.d.ts +2 -1
- package/policy/branchPolicyBuildValidation.js +23 -23
- package/policy/branchPolicyBuildValidation.js.map +1 -1
- package/policy/branchPolicyMinReviewers.d.ts +2 -1
- package/policy/branchPolicyMinReviewers.js +23 -23
- package/policy/branchPolicyMinReviewers.js.map +1 -1
- package/policy/index.d.ts +6 -2
- package/policy/index.js +7 -22
- package/policy/index.js.map +1 -1
- package/pool.js +20 -20
- package/pool.js.map +1 -1
- package/project.d.ts +3 -3
- package/project.js +22 -22
- package/project.js.map +1 -1
- package/projectFeatures.js +22 -22
- package/projectFeatures.js.map +1 -1
- package/projectPermissions.js +22 -22
- package/projectPermissions.js.map +1 -1
- package/projectPipelineSettings.js +22 -22
- package/projectPipelineSettings.js.map +1 -1
- package/provider.js +13 -11
- package/provider.js.map +1 -1
- package/queue.js +22 -22
- package/queue.js.map +1 -1
- package/repository/getRepositories.d.ts +1 -1
- package/repository/getRepositories.js.map +1 -1
- package/repository/git.d.ts +2 -1
- package/repository/git.js +23 -23
- package/repository/git.js.map +1 -1
- package/repository/index.d.ts +6 -2
- package/repository/index.js +7 -20
- package/repository/index.js.map +1 -1
- package/repositoryPolicyAuthorEmailPattern.js +22 -22
- package/repositoryPolicyAuthorEmailPattern.js.map +1 -1
- package/repositoryPolicyCaseEnforcement.js +22 -22
- package/repositoryPolicyCaseEnforcement.js.map +1 -1
- package/repositoryPolicyCheckCredentials.js +22 -22
- package/repositoryPolicyCheckCredentials.js.map +1 -1
- package/repositoryPolicyFilePathPattern.js +22 -22
- package/repositoryPolicyFilePathPattern.js.map +1 -1
- package/repositoryPolicyMaxFileSize.js +22 -22
- package/repositoryPolicyMaxFileSize.js.map +1 -1
- package/repositoryPolicyMaxPathLength.js +22 -22
- package/repositoryPolicyMaxPathLength.js.map +1 -1
- package/repositoryPolicyReservedNames.js +22 -22
- package/repositoryPolicyReservedNames.js.map +1 -1
- package/resourceAuthorization.js +22 -22
- package/resourceAuthorization.js.map +1 -1
- package/security/index.d.ts +3 -1
- package/security/index.js +4 -19
- package/security/index.js.map +1 -1
- package/security/resourceAuthorization.js +23 -23
- package/security/resourceAuthorization.js.map +1 -1
- package/serviceEndpointArtifactory.d.ts +2 -1
- package/serviceEndpointArtifactory.js +22 -22
- package/serviceEndpointArtifactory.js.map +1 -1
- package/serviceEndpointAws.js +26 -24
- package/serviceEndpointAws.js.map +1 -1
- package/serviceEndpointAzureDevOps.js +25 -23
- package/serviceEndpointAzureDevOps.js.map +1 -1
- package/serviceEndpointAzureEcr.js +22 -22
- package/serviceEndpointAzureEcr.js.map +1 -1
- package/serviceEndpointAzureRM.d.ts +2 -1
- package/serviceEndpointAzureRM.js +22 -22
- package/serviceEndpointAzureRM.js.map +1 -1
- package/serviceEndpointBitBucket.js +25 -23
- package/serviceEndpointBitBucket.js.map +1 -1
- package/serviceEndpointDockerRegistry.js +25 -23
- package/serviceEndpointDockerRegistry.js.map +1 -1
- package/serviceEndpointGeneric.js +25 -23
- package/serviceEndpointGeneric.js.map +1 -1
- package/serviceEndpointGenericGit.js +25 -23
- package/serviceEndpointGenericGit.js.map +1 -1
- package/serviceEndpointGitHub.d.ts +2 -1
- package/serviceEndpointGitHub.js +22 -22
- package/serviceEndpointGitHub.js.map +1 -1
- package/serviceEndpointGitHubEnterprise.d.ts +2 -1
- package/serviceEndpointGitHubEnterprise.js +22 -22
- package/serviceEndpointGitHubEnterprise.js.map +1 -1
- package/serviceEndpointKubernetes.d.ts +5 -4
- package/serviceEndpointKubernetes.js +24 -24
- package/serviceEndpointKubernetes.js.map +1 -1
- package/serviceEndpointNpm.js +25 -23
- package/serviceEndpointNpm.js.map +1 -1
- package/serviceEndpointPipeline.d.ts +2 -1
- package/serviceEndpointPipeline.js +22 -22
- package/serviceEndpointPipeline.js.map +1 -1
- package/serviceEndpointServiceFabric.d.ts +2 -1
- package/serviceEndpointServiceFabric.js +22 -22
- package/serviceEndpointServiceFabric.js.map +1 -1
- package/serviceEndpointSonarCloud.d.ts +129 -0
- package/serviceEndpointSonarCloud.js +104 -0
- package/serviceEndpointSonarCloud.js.map +1 -0
- package/serviceEndpointSonarQube.js +25 -23
- package/serviceEndpointSonarQube.js.map +1 -1
- package/serviceEndpointSsh.js +26 -24
- package/serviceEndpointSsh.js.map +1 -1
- package/serviceendpoint/azureRM.d.ts +2 -1
- package/serviceendpoint/azureRM.js +23 -23
- package/serviceendpoint/azureRM.js.map +1 -1
- package/serviceendpoint/bitBucket.js +26 -24
- package/serviceendpoint/bitBucket.js.map +1 -1
- package/serviceendpoint/dockerRegistry.js +26 -24
- package/serviceendpoint/dockerRegistry.js.map +1 -1
- package/serviceendpoint/gitHub.d.ts +2 -1
- package/serviceendpoint/gitHub.js +23 -23
- package/serviceendpoint/gitHub.js.map +1 -1
- package/serviceendpoint/index.d.ts +15 -5
- package/serviceendpoint/index.js +16 -31
- package/serviceendpoint/index.js.map +1 -1
- package/serviceendpoint/kubernetes.d.ts +5 -4
- package/serviceendpoint/kubernetes.js +25 -25
- package/serviceendpoint/kubernetes.js.map +1 -1
- package/serviceendpointArgocd.d.ts +2 -1
- package/serviceendpointArgocd.js +22 -22
- package/serviceendpointArgocd.js.map +1 -1
- package/serviceendpointIncomingwebhook.js +25 -23
- package/serviceendpointIncomingwebhook.js.map +1 -1
- package/serviceendpointOctopusdeploy.js +22 -22
- package/serviceendpointOctopusdeploy.js.map +1 -1
- package/serviceendpointPermissions.js +22 -22
- package/serviceendpointPermissions.js.map +1 -1
- package/servicehookPermissions.js +22 -22
- package/servicehookPermissions.js.map +1 -1
- package/taggingPermissions.js +22 -22
- package/taggingPermissions.js.map +1 -1
- package/team.d.ts +8 -0
- package/team.js +24 -22
- package/team.js.map +1 -1
- package/teamAdministrators.js +22 -22
- package/teamAdministrators.js.map +1 -1
- package/teamMembers.js +22 -22
- package/teamMembers.js.map +1 -1
- package/types/index.js.map +1 -1
- package/types/input.d.ts +17 -5
- package/types/output.d.ts +19 -7
- package/user.js +22 -22
- package/user.js.map +1 -1
- package/utilities.js +13 -1
- package/utilities.js.map +1 -1
- package/variableGroup.d.ts +11 -1
- package/variableGroup.js +22 -22
- package/variableGroup.js.map +1 -1
- package/workItemQueryPermissions.js +22 -22
- package/workItemQueryPermissions.js.map +1 -1
package/agent/getPools.d.ts
CHANGED
|
@@ -1,19 +1,8 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
3
|
/**
|
|
4
4
|
* Use this data source to access information about existing Agent Pools within Azure DevOps.
|
|
5
5
|
*
|
|
6
|
-
* ## Example Usage
|
|
7
|
-
*
|
|
8
|
-
* ```typescript
|
|
9
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
-
* import * as azuredevops from "@pulumi/azuredevops";
|
|
11
|
-
*
|
|
12
|
-
* const example = azuredevops.getPools({});
|
|
13
|
-
* export const agentPoolName = [example.then(example => example.agentPools)].map(__item => __item?.name);
|
|
14
|
-
* export const autoProvision = [example.then(example => example.agentPools)].map(__item => __item?.autoProvision);
|
|
15
|
-
* export const poolType = [example.then(example => example.agentPools)].map(__item => __item?.poolType);
|
|
16
|
-
* ```
|
|
17
6
|
* ## Relevant Links
|
|
18
7
|
*
|
|
19
8
|
* - [Azure DevOps Service REST API 6.0 - Agent Pools - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/distributedtask/pools/get?view=azure-devops-rest-6.0)
|
package/agent/getPools.js
CHANGED
|
@@ -8,17 +8,6 @@ const utilities = require("../utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* Use this data source to access information about existing Agent Pools within Azure DevOps.
|
|
10
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.getPools({});
|
|
18
|
-
* export const agentPoolName = [example.then(example => example.agentPools)].map(__item => __item?.name);
|
|
19
|
-
* export const autoProvision = [example.then(example => example.agentPools)].map(__item => __item?.autoProvision);
|
|
20
|
-
* export const poolType = [example.then(example => example.agentPools)].map(__item => __item?.poolType);
|
|
21
|
-
* ```
|
|
22
11
|
* ## Relevant Links
|
|
23
12
|
*
|
|
24
13
|
* - [Azure DevOps Service REST API 6.0 - Agent Pools - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/distributedtask/pools/get?view=azure-devops-rest-6.0)
|
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;
|
|
1
|
+
{"version":3,"file":"getPools.js","sourceRoot":"","sources":["../../agent/getPools.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;GAMG;AACH,kGAAkG;AAClG,SAAgB,QAAQ,CAAC,IAA2B;IAChD,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,yGAAyG,CAAC,CAAA;IAC1H,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qCAAqC,EAAE,EACnE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,4BASC"}
|
package/agent/index.d.ts
CHANGED
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
1
|
+
export { GetPoolArgs, GetPoolResult, GetPoolOutputArgs } from "./getPool";
|
|
2
|
+
export declare const getPool: typeof import("./getPool").getPool;
|
|
3
|
+
export declare const getPoolOutput: typeof import("./getPool").getPoolOutput;
|
|
4
|
+
export { GetPoolsResult } from "./getPools";
|
|
5
|
+
export declare const getPools: typeof import("./getPools").getPools;
|
|
6
|
+
export { PoolArgs, PoolState } from "./pool";
|
|
7
|
+
export type Pool = import("./pool").Pool;
|
|
8
|
+
export declare const Pool: typeof import("./pool").Pool;
|
|
9
|
+
export { QueueArgs, QueueState } from "./queue";
|
|
10
|
+
export type Queue = import("./queue").Queue;
|
|
11
|
+
export declare const Queue: typeof import("./queue").Queue;
|
package/agent/index.js
CHANGED
|
@@ -1,39 +1,27 @@
|
|
|
1
1
|
"use strict";
|
|
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
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5
|
-
if (k2 === undefined) k2 = k;
|
|
6
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
7
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
8
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
9
|
-
}
|
|
10
|
-
Object.defineProperty(o, k2, desc);
|
|
11
|
-
}) : (function(o, m, k, k2) {
|
|
12
|
-
if (k2 === undefined) k2 = k;
|
|
13
|
-
o[k2] = m[k];
|
|
14
|
-
}));
|
|
15
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
16
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
17
|
-
};
|
|
18
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.Queue = exports.Pool = exports.getPools = exports.getPoolOutput = exports.getPool = void 0;
|
|
19
6
|
const pulumi = require("@pulumi/pulumi");
|
|
20
7
|
const utilities = require("../utilities");
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
8
|
+
exports.getPool = null;
|
|
9
|
+
exports.getPoolOutput = null;
|
|
10
|
+
utilities.lazyLoad(exports, ["getPool", "getPoolOutput"], () => require("./getPool"));
|
|
11
|
+
exports.getPools = null;
|
|
12
|
+
utilities.lazyLoad(exports, ["getPools"], () => require("./getPools"));
|
|
13
|
+
exports.Pool = null;
|
|
14
|
+
utilities.lazyLoad(exports, ["Pool"], () => require("./pool"));
|
|
15
|
+
exports.Queue = null;
|
|
16
|
+
utilities.lazyLoad(exports, ["Queue"], () => require("./queue"));
|
|
29
17
|
const _module = {
|
|
30
18
|
version: utilities.getVersion(),
|
|
31
19
|
construct: (name, type, urn) => {
|
|
32
20
|
switch (type) {
|
|
33
21
|
case "azuredevops:Agent/pool:Pool":
|
|
34
|
-
return new
|
|
22
|
+
return new exports.Pool(name, undefined, { urn });
|
|
35
23
|
case "azuredevops:Agent/queue:Queue":
|
|
36
|
-
return new
|
|
24
|
+
return new exports.Queue(name, undefined, { urn });
|
|
37
25
|
default:
|
|
38
26
|
throw new Error(`unknown resource type ${type}`);
|
|
39
27
|
}
|
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
|
|
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;AAC1E,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,UAAU,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC;AAI1D,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.js
CHANGED
|
@@ -33,26 +33,6 @@ const utilities = require("../utilities");
|
|
|
33
33
|
* @deprecated azuredevops.agent.Pool has been deprecated in favor of azuredevops.Pool
|
|
34
34
|
*/
|
|
35
35
|
class Pool extends pulumi.CustomResource {
|
|
36
|
-
/** @deprecated azuredevops.agent.Pool has been deprecated in favor of azuredevops.Pool */
|
|
37
|
-
constructor(name, argsOrState, opts) {
|
|
38
|
-
pulumi.log.warn("Pool is deprecated: azuredevops.agent.Pool has been deprecated in favor of azuredevops.Pool");
|
|
39
|
-
let resourceInputs = {};
|
|
40
|
-
opts = opts || {};
|
|
41
|
-
if (opts.id) {
|
|
42
|
-
const state = argsOrState;
|
|
43
|
-
resourceInputs["autoProvision"] = state ? state.autoProvision : undefined;
|
|
44
|
-
resourceInputs["name"] = state ? state.name : undefined;
|
|
45
|
-
resourceInputs["poolType"] = state ? state.poolType : undefined;
|
|
46
|
-
}
|
|
47
|
-
else {
|
|
48
|
-
const args = argsOrState;
|
|
49
|
-
resourceInputs["autoProvision"] = args ? args.autoProvision : undefined;
|
|
50
|
-
resourceInputs["name"] = args ? args.name : undefined;
|
|
51
|
-
resourceInputs["poolType"] = args ? args.poolType : undefined;
|
|
52
|
-
}
|
|
53
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
54
|
-
super(Pool.__pulumiType, name, resourceInputs, opts);
|
|
55
|
-
}
|
|
56
36
|
/**
|
|
57
37
|
* Get an existing Pool resource's state with the given name, ID, and optional extra
|
|
58
38
|
* properties used to qualify the lookup.
|
|
@@ -76,6 +56,26 @@ class Pool extends pulumi.CustomResource {
|
|
|
76
56
|
}
|
|
77
57
|
return obj['__pulumiType'] === Pool.__pulumiType;
|
|
78
58
|
}
|
|
59
|
+
/** @deprecated azuredevops.agent.Pool has been deprecated in favor of azuredevops.Pool */
|
|
60
|
+
constructor(name, argsOrState, opts) {
|
|
61
|
+
pulumi.log.warn("Pool is deprecated: azuredevops.agent.Pool has been deprecated in favor of azuredevops.Pool");
|
|
62
|
+
let resourceInputs = {};
|
|
63
|
+
opts = opts || {};
|
|
64
|
+
if (opts.id) {
|
|
65
|
+
const state = argsOrState;
|
|
66
|
+
resourceInputs["autoProvision"] = state ? state.autoProvision : undefined;
|
|
67
|
+
resourceInputs["name"] = state ? state.name : undefined;
|
|
68
|
+
resourceInputs["poolType"] = state ? state.poolType : undefined;
|
|
69
|
+
}
|
|
70
|
+
else {
|
|
71
|
+
const args = argsOrState;
|
|
72
|
+
resourceInputs["autoProvision"] = args ? args.autoProvision : undefined;
|
|
73
|
+
resourceInputs["name"] = args ? args.name : undefined;
|
|
74
|
+
resourceInputs["poolType"] = args ? args.poolType : undefined;
|
|
75
|
+
}
|
|
76
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
77
|
+
super(Pool.__pulumiType, name, resourceInputs, opts);
|
|
78
|
+
}
|
|
79
79
|
}
|
|
80
80
|
exports.Pool = Pool;
|
|
81
81
|
/** @internal */
|
package/agent/pool.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pool.js","sourceRoot":"","sources":["../../agent/pool.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,MAAa,IAAK,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"pool.js","sourceRoot":"","sources":["../../agent/pool.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,MAAa,IAAK,SAAQ,MAAM,CAAC,cAAc;IAC3C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAiB,EAAE,IAAmC;QAC/G,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,6FAA6F,CAAC,CAAA;QAC9G,OAAO,IAAI,IAAI,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC3D,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,IAAI,CAAC,YAAY,CAAC;IACrD,CAAC;IAwBD,0FAA0F;IAC1F,YAAY,IAAY,EAAE,WAAkC,EAAE,IAAmC;QAC7F,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,6FAA6F,CAAC,CAAA;QAC9G,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAoC,CAAC;YACnD,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;SACnE;aAAM;YACH,MAAM,IAAI,GAAG,WAAmC,CAAC;YACjD,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;SACjE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,IAAI,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACzD,CAAC;;AArEL,oBAsEC;AAvDG,gBAAgB;AACO,iBAAY,GAAG,6BAA6B,CAAC"}
|
package/agent/queue.js
CHANGED
|
@@ -49,6 +49,29 @@ const utilities = require("../utilities");
|
|
|
49
49
|
* @deprecated azuredevops.agent.Queue has been deprecated in favor of azuredevops.Queue
|
|
50
50
|
*/
|
|
51
51
|
class Queue extends pulumi.CustomResource {
|
|
52
|
+
/**
|
|
53
|
+
* Get an existing Queue resource's state with the given name, ID, and optional extra
|
|
54
|
+
* properties used to qualify the lookup.
|
|
55
|
+
*
|
|
56
|
+
* @param name The _unique_ name of the resulting resource.
|
|
57
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
58
|
+
* @param state Any extra arguments used during the lookup.
|
|
59
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
60
|
+
*/
|
|
61
|
+
static get(name, id, state, opts) {
|
|
62
|
+
pulumi.log.warn("Queue is deprecated: azuredevops.agent.Queue has been deprecated in favor of azuredevops.Queue");
|
|
63
|
+
return new Queue(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
64
|
+
}
|
|
65
|
+
/**
|
|
66
|
+
* Returns true if the given object is an instance of Queue. This is designed to work even
|
|
67
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
68
|
+
*/
|
|
69
|
+
static isInstance(obj) {
|
|
70
|
+
if (obj === undefined || obj === null) {
|
|
71
|
+
return false;
|
|
72
|
+
}
|
|
73
|
+
return obj['__pulumiType'] === Queue.__pulumiType;
|
|
74
|
+
}
|
|
52
75
|
/** @deprecated azuredevops.agent.Queue has been deprecated in favor of azuredevops.Queue */
|
|
53
76
|
constructor(name, argsOrState, opts) {
|
|
54
77
|
pulumi.log.warn("Queue is deprecated: azuredevops.agent.Queue has been deprecated in favor of azuredevops.Queue");
|
|
@@ -73,29 +96,6 @@ class Queue extends pulumi.CustomResource {
|
|
|
73
96
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
74
97
|
super(Queue.__pulumiType, name, resourceInputs, opts);
|
|
75
98
|
}
|
|
76
|
-
/**
|
|
77
|
-
* Get an existing Queue resource's state with the given name, ID, and optional extra
|
|
78
|
-
* properties used to qualify the lookup.
|
|
79
|
-
*
|
|
80
|
-
* @param name The _unique_ name of the resulting resource.
|
|
81
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
82
|
-
* @param state Any extra arguments used during the lookup.
|
|
83
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
84
|
-
*/
|
|
85
|
-
static get(name, id, state, opts) {
|
|
86
|
-
pulumi.log.warn("Queue is deprecated: azuredevops.agent.Queue has been deprecated in favor of azuredevops.Queue");
|
|
87
|
-
return new Queue(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
88
|
-
}
|
|
89
|
-
/**
|
|
90
|
-
* Returns true if the given object is an instance of Queue. This is designed to work even
|
|
91
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
92
|
-
*/
|
|
93
|
-
static isInstance(obj) {
|
|
94
|
-
if (obj === undefined || obj === null) {
|
|
95
|
-
return false;
|
|
96
|
-
}
|
|
97
|
-
return obj['__pulumiType'] === Queue.__pulumiType;
|
|
98
|
-
}
|
|
99
99
|
}
|
|
100
100
|
exports.Queue = Queue;
|
|
101
101
|
/** @internal */
|
package/agent/queue.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"queue.js","sourceRoot":"","sources":["../../agent/queue.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0CG;AACH,MAAa,KAAM,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"queue.js","sourceRoot":"","sources":["../../agent/queue.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0CG;AACH,MAAa,KAAM,SAAQ,MAAM,CAAC,cAAc;IAC5C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAkB,EAAE,IAAmC;QAChH,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,gGAAgG,CAAC,CAAA;QACjH,OAAO,IAAI,KAAK,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC5D,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,KAAK,CAAC,YAAY,CAAC;IACtD,CAAC;IAoBD,4FAA4F;IAC5F,YAAY,IAAY,EAAE,WAAoC,EAAE,IAAmC;QAC/F,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,gGAAgG,CAAC,CAAA;QACjH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAqC,CAAC;YACpD,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;SACrE;aAAM;YACH,MAAM,IAAI,GAAG,WAAoC,CAAC;YAClD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,WAAW,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACxD,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,SAAS,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACtD,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;SACnE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,KAAK,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC1D,CAAC;;AArEL,sBAsEC;AAvDG,gBAAgB;AACO,kBAAY,GAAG,+BAA+B,CAAC"}
|
package/areaPermissions.js
CHANGED
|
@@ -56,6 +56,28 @@ const utilities = require("./utilities");
|
|
|
56
56
|
* The resource does not support import.
|
|
57
57
|
*/
|
|
58
58
|
class AreaPermissions extends pulumi.CustomResource {
|
|
59
|
+
/**
|
|
60
|
+
* Get an existing AreaPermissions resource's state with the given name, ID, and optional extra
|
|
61
|
+
* properties used to qualify the lookup.
|
|
62
|
+
*
|
|
63
|
+
* @param name The _unique_ name of the resulting resource.
|
|
64
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
65
|
+
* @param state Any extra arguments used during the lookup.
|
|
66
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
67
|
+
*/
|
|
68
|
+
static get(name, id, state, opts) {
|
|
69
|
+
return new AreaPermissions(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
70
|
+
}
|
|
71
|
+
/**
|
|
72
|
+
* Returns true if the given object is an instance of AreaPermissions. This is designed to work even
|
|
73
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
74
|
+
*/
|
|
75
|
+
static isInstance(obj) {
|
|
76
|
+
if (obj === undefined || obj === null) {
|
|
77
|
+
return false;
|
|
78
|
+
}
|
|
79
|
+
return obj['__pulumiType'] === AreaPermissions.__pulumiType;
|
|
80
|
+
}
|
|
59
81
|
constructor(name, argsOrState, opts) {
|
|
60
82
|
let resourceInputs = {};
|
|
61
83
|
opts = opts || {};
|
|
@@ -87,28 +109,6 @@ class AreaPermissions extends pulumi.CustomResource {
|
|
|
87
109
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
88
110
|
super(AreaPermissions.__pulumiType, name, resourceInputs, opts);
|
|
89
111
|
}
|
|
90
|
-
/**
|
|
91
|
-
* Get an existing AreaPermissions resource's state with the given name, ID, and optional extra
|
|
92
|
-
* properties used to qualify the lookup.
|
|
93
|
-
*
|
|
94
|
-
* @param name The _unique_ name of the resulting resource.
|
|
95
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
96
|
-
* @param state Any extra arguments used during the lookup.
|
|
97
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
98
|
-
*/
|
|
99
|
-
static get(name, id, state, opts) {
|
|
100
|
-
return new AreaPermissions(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
101
|
-
}
|
|
102
|
-
/**
|
|
103
|
-
* Returns true if the given object is an instance of AreaPermissions. This is designed to work even
|
|
104
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
105
|
-
*/
|
|
106
|
-
static isInstance(obj) {
|
|
107
|
-
if (obj === undefined || obj === null) {
|
|
108
|
-
return false;
|
|
109
|
-
}
|
|
110
|
-
return obj['__pulumiType'] === AreaPermissions.__pulumiType;
|
|
111
|
-
}
|
|
112
112
|
}
|
|
113
113
|
exports.AreaPermissions = AreaPermissions;
|
|
114
114
|
/** @internal */
|
package/areaPermissions.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"areaPermissions.js","sourceRoot":"","sources":["../areaPermissions.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiDG;AACH,MAAa,eAAgB,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"areaPermissions.js","sourceRoot":"","sources":["../areaPermissions.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import
|
|
2
|
+
import * as inputs from "./types/input";
|
|
3
|
+
import * as outputs from "./types/output";
|
|
3
4
|
/**
|
|
4
5
|
* Manages required reviewer policy branch policy within Azure DevOps.
|
|
5
6
|
*
|
|
@@ -55,6 +55,28 @@ const utilities = require("./utilities");
|
|
|
55
55
|
* ```
|
|
56
56
|
*/
|
|
57
57
|
class BranchPolicyAutoReviewers extends pulumi.CustomResource {
|
|
58
|
+
/**
|
|
59
|
+
* Get an existing BranchPolicyAutoReviewers resource's state with the given name, ID, and optional extra
|
|
60
|
+
* properties used to qualify the lookup.
|
|
61
|
+
*
|
|
62
|
+
* @param name The _unique_ name of the resulting resource.
|
|
63
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
64
|
+
* @param state Any extra arguments used during the lookup.
|
|
65
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
66
|
+
*/
|
|
67
|
+
static get(name, id, state, opts) {
|
|
68
|
+
return new BranchPolicyAutoReviewers(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* Returns true if the given object is an instance of BranchPolicyAutoReviewers. This is designed to work even
|
|
72
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
73
|
+
*/
|
|
74
|
+
static isInstance(obj) {
|
|
75
|
+
if (obj === undefined || obj === null) {
|
|
76
|
+
return false;
|
|
77
|
+
}
|
|
78
|
+
return obj['__pulumiType'] === BranchPolicyAutoReviewers.__pulumiType;
|
|
79
|
+
}
|
|
58
80
|
constructor(name, argsOrState, opts) {
|
|
59
81
|
let resourceInputs = {};
|
|
60
82
|
opts = opts || {};
|
|
@@ -81,28 +103,6 @@ class BranchPolicyAutoReviewers extends pulumi.CustomResource {
|
|
|
81
103
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
82
104
|
super(BranchPolicyAutoReviewers.__pulumiType, name, resourceInputs, opts);
|
|
83
105
|
}
|
|
84
|
-
/**
|
|
85
|
-
* Get an existing BranchPolicyAutoReviewers resource's state with the given name, ID, and optional extra
|
|
86
|
-
* properties used to qualify the lookup.
|
|
87
|
-
*
|
|
88
|
-
* @param name The _unique_ name of the resulting resource.
|
|
89
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
90
|
-
* @param state Any extra arguments used during the lookup.
|
|
91
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
92
|
-
*/
|
|
93
|
-
static get(name, id, state, opts) {
|
|
94
|
-
return new BranchPolicyAutoReviewers(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
95
|
-
}
|
|
96
|
-
/**
|
|
97
|
-
* Returns true if the given object is an instance of BranchPolicyAutoReviewers. This is designed to work even
|
|
98
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
99
|
-
*/
|
|
100
|
-
static isInstance(obj) {
|
|
101
|
-
if (obj === undefined || obj === null) {
|
|
102
|
-
return false;
|
|
103
|
-
}
|
|
104
|
-
return obj['__pulumiType'] === BranchPolicyAutoReviewers.__pulumiType;
|
|
105
|
-
}
|
|
106
106
|
}
|
|
107
107
|
exports.BranchPolicyAutoReviewers = BranchPolicyAutoReviewers;
|
|
108
108
|
/** @internal */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"branchPolicyAutoReviewers.js","sourceRoot":"","sources":["../branchPolicyAutoReviewers.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"branchPolicyAutoReviewers.js","sourceRoot":"","sources":["../branchPolicyAutoReviewers.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgDG;AACH,MAAa,yBAA0B,SAAQ,MAAM,CAAC,cAAc;IAChE;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAsC,EAAE,IAAmC;QACpI,OAAO,IAAI,yBAAyB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAChF,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,yBAAyB,CAAC,YAAY,CAAC;IAC1E,CAAC;IA2BD,YAAY,IAAY,EAAE,WAA4E,EAAE,IAAmC;QACvI,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAyD,CAAC;YACxE,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;SACnE;aAAM;YACH,MAAM,IAAI,GAAG,WAAwD,CAAC;YACtE,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,SAAS,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACtD,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,QAAQ,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACrD,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;SACjE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,yBAAyB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC9E,CAAC;;AA7EL,8DA8EC;AAhEG,gBAAgB;AACO,sCAAY,GAAG,uEAAuE,CAAC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import
|
|
2
|
+
import * as inputs from "./types/input";
|
|
3
|
+
import * as outputs from "./types/output";
|
|
3
4
|
/**
|
|
4
5
|
* Manages a build validation branch policy within Azure DevOps.
|
|
5
6
|
*
|
|
@@ -73,6 +73,28 @@ const utilities = require("./utilities");
|
|
|
73
73
|
* ```
|
|
74
74
|
*/
|
|
75
75
|
class BranchPolicyBuildValidation extends pulumi.CustomResource {
|
|
76
|
+
/**
|
|
77
|
+
* Get an existing BranchPolicyBuildValidation resource's state with the given name, ID, and optional extra
|
|
78
|
+
* properties used to qualify the lookup.
|
|
79
|
+
*
|
|
80
|
+
* @param name The _unique_ name of the resulting resource.
|
|
81
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
82
|
+
* @param state Any extra arguments used during the lookup.
|
|
83
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
84
|
+
*/
|
|
85
|
+
static get(name, id, state, opts) {
|
|
86
|
+
return new BranchPolicyBuildValidation(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
87
|
+
}
|
|
88
|
+
/**
|
|
89
|
+
* Returns true if the given object is an instance of BranchPolicyBuildValidation. This is designed to work even
|
|
90
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
91
|
+
*/
|
|
92
|
+
static isInstance(obj) {
|
|
93
|
+
if (obj === undefined || obj === null) {
|
|
94
|
+
return false;
|
|
95
|
+
}
|
|
96
|
+
return obj['__pulumiType'] === BranchPolicyBuildValidation.__pulumiType;
|
|
97
|
+
}
|
|
76
98
|
constructor(name, argsOrState, opts) {
|
|
77
99
|
let resourceInputs = {};
|
|
78
100
|
opts = opts || {};
|
|
@@ -101,28 +123,6 @@ class BranchPolicyBuildValidation extends pulumi.CustomResource {
|
|
|
101
123
|
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
102
124
|
super(BranchPolicyBuildValidation.__pulumiType, name, resourceInputs, opts);
|
|
103
125
|
}
|
|
104
|
-
/**
|
|
105
|
-
* Get an existing BranchPolicyBuildValidation resource's state with the given name, ID, and optional extra
|
|
106
|
-
* properties used to qualify the lookup.
|
|
107
|
-
*
|
|
108
|
-
* @param name The _unique_ name of the resulting resource.
|
|
109
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
110
|
-
* @param state Any extra arguments used during the lookup.
|
|
111
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
112
|
-
*/
|
|
113
|
-
static get(name, id, state, opts) {
|
|
114
|
-
return new BranchPolicyBuildValidation(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
115
|
-
}
|
|
116
|
-
/**
|
|
117
|
-
* Returns true if the given object is an instance of BranchPolicyBuildValidation. This is designed to work even
|
|
118
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
119
|
-
*/
|
|
120
|
-
static isInstance(obj) {
|
|
121
|
-
if (obj === undefined || obj === null) {
|
|
122
|
-
return false;
|
|
123
|
-
}
|
|
124
|
-
return obj['__pulumiType'] === BranchPolicyBuildValidation.__pulumiType;
|
|
125
|
-
}
|
|
126
126
|
}
|
|
127
127
|
exports.BranchPolicyBuildValidation = BranchPolicyBuildValidation;
|
|
128
128
|
/** @internal */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"branchPolicyBuildValidation.js","sourceRoot":"","sources":["../branchPolicyBuildValidation.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"branchPolicyBuildValidation.js","sourceRoot":"","sources":["../branchPolicyBuildValidation.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import
|
|
2
|
+
import * as inputs from "./types/input";
|
|
3
|
+
import * as outputs from "./types/output";
|
|
3
4
|
/**
|
|
4
5
|
* Configure a comment resolution policy for your branch within Azure DevOps project.
|
|
5
6
|
*
|
|
@@ -57,6 +57,28 @@ const utilities = require("./utilities");
|
|
|
57
57
|
* ```
|
|
58
58
|
*/
|
|
59
59
|
class BranchPolicyCommentResolution extends pulumi.CustomResource {
|
|
60
|
+
/**
|
|
61
|
+
* Get an existing BranchPolicyCommentResolution resource's state with the given name, ID, and optional extra
|
|
62
|
+
* properties used to qualify the lookup.
|
|
63
|
+
*
|
|
64
|
+
* @param name The _unique_ name of the resulting resource.
|
|
65
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
66
|
+
* @param state Any extra arguments used during the lookup.
|
|
67
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
68
|
+
*/
|
|
69
|
+
static get(name, id, state, opts) {
|
|
70
|
+
return new BranchPolicyCommentResolution(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
71
|
+
}
|
|
72
|
+
/**
|
|
73
|
+
* Returns true if the given object is an instance of BranchPolicyCommentResolution. This is designed to work even
|
|
74
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
75
|
+
*/
|
|
76
|
+
static isInstance(obj) {
|
|
77
|
+
if (obj === undefined || obj === null) {
|
|
78
|
+
return false;
|
|
79
|
+
}
|
|
80
|
+
return obj['__pulumiType'] === BranchPolicyCommentResolution.__pulumiType;
|
|
81
|
+
}
|
|
60
82
|
constructor(name, argsOrState, opts) {
|
|
61
83
|
let resourceInputs = {};
|
|
62
84
|
opts = opts || {};
|
|
@@ -83,28 +105,6 @@ class BranchPolicyCommentResolution extends pulumi.CustomResource {
|
|
|
83
105
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
84
106
|
super(BranchPolicyCommentResolution.__pulumiType, name, resourceInputs, opts);
|
|
85
107
|
}
|
|
86
|
-
/**
|
|
87
|
-
* Get an existing BranchPolicyCommentResolution resource's state with the given name, ID, and optional extra
|
|
88
|
-
* properties used to qualify the lookup.
|
|
89
|
-
*
|
|
90
|
-
* @param name The _unique_ name of the resulting resource.
|
|
91
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
92
|
-
* @param state Any extra arguments used during the lookup.
|
|
93
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
94
|
-
*/
|
|
95
|
-
static get(name, id, state, opts) {
|
|
96
|
-
return new BranchPolicyCommentResolution(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
97
|
-
}
|
|
98
|
-
/**
|
|
99
|
-
* Returns true if the given object is an instance of BranchPolicyCommentResolution. This is designed to work even
|
|
100
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
101
|
-
*/
|
|
102
|
-
static isInstance(obj) {
|
|
103
|
-
if (obj === undefined || obj === null) {
|
|
104
|
-
return false;
|
|
105
|
-
}
|
|
106
|
-
return obj['__pulumiType'] === BranchPolicyCommentResolution.__pulumiType;
|
|
107
|
-
}
|
|
108
108
|
}
|
|
109
109
|
exports.BranchPolicyCommentResolution = BranchPolicyCommentResolution;
|
|
110
110
|
/** @internal */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"branchPolicyCommentResolution.js","sourceRoot":"","sources":["../branchPolicyCommentResolution.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"branchPolicyCommentResolution.js","sourceRoot":"","sources":["../branchPolicyCommentResolution.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkDG;AACH,MAAa,6BAA8B,SAAQ,MAAM,CAAC,cAAc;IACpE;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA0C,EAAE,IAAmC;QACxI,OAAO,IAAI,6BAA6B,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACpF,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,6BAA6B,CAAC,YAAY,CAAC;IAC9E,CAAC;IA2BD,YAAY,IAAY,EAAE,WAAoF,EAAE,IAAmC;QAC/I,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA6D,CAAC;YAC5E,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;SACnE;aAAM;YACH,MAAM,IAAI,GAAG,WAA4D,CAAC;YAC1E,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,SAAS,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACtD,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,QAAQ,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACrD,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;SACjE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,6BAA6B,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAClF,CAAC;;AA7EL,sEA8EC;AAhEG,gBAAgB;AACO,0CAAY,GAAG,+EAA+E,CAAC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import
|
|
2
|
+
import * as inputs from "./types/input";
|
|
3
|
+
import * as outputs from "./types/output";
|
|
3
4
|
/**
|
|
4
5
|
* Branch policy for merge types allowed on a specified branch.
|
|
5
6
|
*
|