@pulumi/azuredevops 2.4.0-alpha.1648761616 → 2.4.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/README.md +2 -2
- package/agent/getPool.d.ts +6 -6
- package/agent/getPool.js +6 -6
- package/agent/getPools.d.ts +5 -5
- package/agent/getPools.js +5 -5
- package/agent/pool.d.ts +6 -6
- package/agent/pool.js +3 -3
- package/agent/queue.d.ts +12 -12
- package/agent/queue.js +12 -12
- package/areaPermissions.d.ts +7 -7
- package/areaPermissions.js +7 -7
- package/branchPolicyAutoReviewers.d.ts +11 -11
- package/branchPolicyAutoReviewers.js +11 -11
- package/branchPolicyBuildValidation.d.ts +15 -15
- package/branchPolicyBuildValidation.js +15 -15
- package/branchPolicyCommentResolution.d.ts +10 -10
- package/branchPolicyCommentResolution.js +10 -10
- package/branchPolicyMergeTypes.d.ts +9 -9
- package/branchPolicyMergeTypes.js +9 -9
- package/branchPolicyMinReviewers.d.ts +9 -9
- package/branchPolicyMinReviewers.js +9 -9
- package/branchPolicyStatusCheck.d.ts +12 -12
- package/branchPolicyStatusCheck.js +12 -12
- package/branchPolicyWorkItemLinking.d.ts +10 -10
- package/branchPolicyWorkItemLinking.js +10 -10
- package/build/buildDefinition.d.ts +0 -214
- package/build/buildDefinition.js +0 -127
- package/build/buildDefinition.js.map +1 -1
- package/buildDefinition.d.ts +0 -215
- package/buildDefinition.js +0 -128
- package/buildDefinition.js.map +1 -1
- package/buildDefinitionPermissions.d.ts +14 -14
- package/buildDefinitionPermissions.js +14 -14
- package/core/getClientConfig.d.ts +2 -2
- package/core/getClientConfig.js +2 -2
- package/core/getProject.d.ts +4 -9
- package/core/getProject.js +4 -9
- package/core/getProject.js.map +1 -1
- package/core/getProjects.d.ts +7 -7
- package/core/getProjects.js +7 -7
- package/core/project.d.ts +5 -5
- package/core/project.js +5 -5
- package/core/projectFeatures.d.ts +8 -5
- package/core/projectFeatures.js +8 -5
- package/core/projectFeatures.js.map +1 -1
- package/entitlement/user.d.ts +6 -5
- package/entitlement/user.js +3 -2
- package/entitlement/user.js.map +1 -1
- package/environment.d.ts +101 -0
- package/environment.js +85 -0
- package/environment.js.map +1 -0
- package/getAgentQueue.d.ts +7 -8
- package/getAgentQueue.js +7 -8
- package/getAgentQueue.js.map +1 -1
- package/getArea.d.ts +3 -5
- package/getArea.js +3 -5
- package/getArea.js.map +1 -1
- package/getClientConfig.d.ts +2 -2
- package/getClientConfig.js +2 -2
- package/getGitRepository.d.ts +6 -6
- package/getGitRepository.js +6 -6
- package/getGroup.d.ts +11 -11
- package/getGroup.js +11 -11
- package/getGroups.d.ts +57 -0
- package/getGroups.js +44 -0
- package/getGroups.js.map +1 -0
- package/getIteration.d.ts +6 -6
- package/getIteration.js +6 -6
- package/getPool.d.ts +6 -6
- package/getPool.js +6 -6
- package/getPools.d.ts +5 -5
- package/getPools.js +5 -5
- package/getProject.d.ts +4 -9
- package/getProject.js +4 -9
- package/getProject.js.map +1 -1
- package/getProjects.d.ts +7 -7
- package/getProjects.js +7 -7
- package/getRepositories.d.ts +8 -8
- package/getRepositories.js +8 -8
- package/getTeam.d.ts +49 -0
- package/getTeam.js +28 -0
- package/getTeam.js.map +1 -1
- package/getTeams.d.ts +36 -0
- package/getTeams.js +23 -0
- package/getTeams.js.map +1 -1
- package/getUsers.d.ts +7 -7
- package/getUsers.js +7 -7
- package/getVariableGroup.d.ts +82 -0
- package/getVariableGroup.js +45 -0
- package/getVariableGroup.js.map +1 -0
- package/git.d.ts +21 -5
- package/git.js +21 -5
- package/git.js.map +1 -1
- package/gitPermissions.d.ts +73 -33
- package/gitPermissions.js +73 -33
- package/gitPermissions.js.map +1 -1
- package/gitRepositoryFile.d.ts +158 -0
- package/gitRepositoryFile.js +115 -0
- package/gitRepositoryFile.js.map +1 -0
- package/group.d.ts +13 -13
- package/group.js +13 -13
- package/groupMembership.d.ts +8 -8
- package/groupMembership.js +8 -8
- package/identities/getGroup.d.ts +11 -11
- package/identities/getGroup.js +11 -11
- package/identities/getUsers.d.ts +7 -7
- package/identities/getUsers.js +7 -7
- package/identities/group.d.ts +13 -13
- package/identities/group.js +13 -13
- package/identities/groupMembership.d.ts +8 -8
- package/identities/groupMembership.js +8 -8
- package/index.d.ts +9 -0
- package/index.js +37 -0
- package/index.js.map +1 -1
- package/iterativePermissions.d.ts +10 -10
- package/iterativePermissions.js +10 -10
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/pipeline/variableGroup.d.ts +59 -14
- package/pipeline/variableGroup.js +59 -14
- package/pipeline/variableGroup.js.map +1 -1
- package/policy/branchPolicyBuildValidation.d.ts +15 -15
- package/policy/branchPolicyBuildValidation.js +15 -15
- package/policy/branchPolicyMinReviewers.d.ts +9 -9
- package/policy/branchPolicyMinReviewers.js +9 -9
- package/pool.d.ts +6 -6
- package/pool.js +3 -3
- package/project.d.ts +5 -5
- package/project.js +5 -5
- package/projectFeatures.d.ts +8 -5
- package/projectFeatures.js +8 -5
- package/projectFeatures.js.map +1 -1
- package/projectPermissions.d.ts +8 -8
- package/projectPermissions.js +8 -8
- package/projectPipelineSettings.d.ts +148 -0
- package/projectPipelineSettings.js +102 -0
- package/projectPipelineSettings.js.map +1 -0
- package/queue.d.ts +12 -12
- package/queue.js +12 -12
- package/repository/getRepositories.d.ts +8 -8
- package/repository/getRepositories.js +8 -8
- package/repository/git.d.ts +21 -5
- package/repository/git.js +21 -5
- package/repository/git.js.map +1 -1
- package/repositoryPolicyAuthorEmailPattern.d.ts +17 -11
- package/repositoryPolicyAuthorEmailPattern.js +17 -11
- package/repositoryPolicyAuthorEmailPattern.js.map +1 -1
- package/repositoryPolicyCaseEnforcement.d.ts +17 -11
- package/repositoryPolicyCaseEnforcement.js +17 -11
- package/repositoryPolicyCaseEnforcement.js.map +1 -1
- package/repositoryPolicyCheckCredentials.d.ts +17 -11
- package/repositoryPolicyCheckCredentials.js +17 -11
- package/repositoryPolicyCheckCredentials.js.map +1 -1
- package/repositoryPolicyFilePathPattern.d.ts +17 -11
- package/repositoryPolicyFilePathPattern.js +17 -11
- package/repositoryPolicyFilePathPattern.js.map +1 -1
- package/repositoryPolicyMaxFileSize.d.ts +17 -11
- package/repositoryPolicyMaxFileSize.js +17 -11
- package/repositoryPolicyMaxFileSize.js.map +1 -1
- package/repositoryPolicyMaxPathLength.d.ts +17 -11
- package/repositoryPolicyMaxPathLength.js +17 -11
- package/repositoryPolicyMaxPathLength.js.map +1 -1
- package/repositoryPolicyReservedNames.d.ts +17 -11
- package/repositoryPolicyReservedNames.js +17 -11
- package/repositoryPolicyReservedNames.js.map +1 -1
- package/resourceAuthorization.d.ts +16 -11
- package/resourceAuthorization.js +16 -11
- package/resourceAuthorization.js.map +1 -1
- package/security/resourceAuthorization.d.ts +16 -11
- package/security/resourceAuthorization.js +16 -11
- package/security/resourceAuthorization.js.map +1 -1
- package/serviceEndpointArtifactory.d.ts +20 -13
- package/serviceEndpointArtifactory.js +17 -10
- package/serviceEndpointArtifactory.js.map +1 -1
- package/serviceEndpointAws.d.ts +11 -10
- package/serviceEndpointAws.js +8 -7
- package/serviceEndpointAws.js.map +1 -1
- package/serviceEndpointAzureDevOps.d.ts +12 -9
- package/serviceEndpointAzureDevOps.js +9 -6
- package/serviceEndpointAzureDevOps.js.map +1 -1
- package/serviceEndpointAzureEcr.d.ts +13 -12
- package/serviceEndpointAzureEcr.js +10 -9
- package/serviceEndpointAzureEcr.js.map +1 -1
- package/serviceEndpointAzureRM.d.ts +16 -16
- package/serviceEndpointAzureRM.js +13 -13
- package/serviceEndpointBitBucket.d.ts +10 -9
- package/serviceEndpointBitBucket.js +7 -6
- package/serviceEndpointBitBucket.js.map +1 -1
- package/serviceEndpointDockerRegistry.d.ts +14 -13
- package/serviceEndpointDockerRegistry.js +11 -10
- package/serviceEndpointDockerRegistry.js.map +1 -1
- package/serviceEndpointGeneric.d.ts +10 -9
- package/serviceEndpointGeneric.js +7 -6
- package/serviceEndpointGeneric.js.map +1 -1
- package/serviceEndpointGenericGit.d.ts +10 -9
- package/serviceEndpointGenericGit.js +7 -6
- package/serviceEndpointGenericGit.js.map +1 -1
- package/serviceEndpointGitHub.d.ts +28 -15
- package/serviceEndpointGitHub.js +25 -12
- package/serviceEndpointGitHub.js.map +1 -1
- package/serviceEndpointGitHubEnterprise.d.ts +13 -12
- package/serviceEndpointGitHubEnterprise.js +7 -6
- package/serviceEndpointGitHubEnterprise.js.map +1 -1
- package/serviceEndpointKubernetes.d.ts +14 -14
- package/serviceEndpointKubernetes.js +2 -2
- package/serviceEndpointNpm.d.ts +10 -8
- package/serviceEndpointNpm.js +7 -5
- package/serviceEndpointNpm.js.map +1 -1
- package/serviceEndpointPipeline.d.ts +11 -10
- package/serviceEndpointPipeline.js +8 -7
- package/serviceEndpointPipeline.js.map +1 -1
- package/serviceEndpointServiceFabric.d.ts +10 -9
- package/serviceEndpointServiceFabric.js +7 -6
- package/serviceEndpointServiceFabric.js.map +1 -1
- package/serviceEndpointSonarQube.d.ts +12 -10
- package/serviceEndpointSonarQube.js +9 -7
- package/serviceEndpointSonarQube.js.map +1 -1
- package/serviceEndpointSsh.d.ts +10 -9
- package/serviceEndpointSsh.js +7 -6
- package/serviceEndpointSsh.js.map +1 -1
- package/serviceendpoint/azureRM.d.ts +16 -16
- package/serviceendpoint/azureRM.js +13 -13
- package/serviceendpoint/bitBucket.d.ts +10 -9
- package/serviceendpoint/bitBucket.js +7 -6
- package/serviceendpoint/bitBucket.js.map +1 -1
- package/serviceendpoint/dockerRegistry.d.ts +14 -13
- package/serviceendpoint/dockerRegistry.js +11 -10
- package/serviceendpoint/dockerRegistry.js.map +1 -1
- package/serviceendpoint/gitHub.d.ts +28 -15
- package/serviceendpoint/gitHub.js +25 -12
- package/serviceendpoint/gitHub.js.map +1 -1
- package/serviceendpoint/kubernetes.d.ts +14 -14
- package/serviceendpoint/kubernetes.js +2 -2
- package/serviceendpointArgocd.d.ts +179 -0
- package/serviceendpointArgocd.js +131 -0
- package/serviceendpointArgocd.js.map +1 -0
- package/serviceendpointPermissions.d.ts +172 -0
- package/serviceendpointPermissions.js +136 -0
- package/serviceendpointPermissions.js.map +1 -0
- package/servicehookPermissions.d.ts +137 -0
- package/servicehookPermissions.js +108 -0
- package/servicehookPermissions.js.map +1 -0
- package/taggingPermissions.d.ts +137 -0
- package/taggingPermissions.js +108 -0
- package/taggingPermissions.js.map +1 -0
- package/team.d.ts +12 -12
- package/team.js +12 -12
- package/teamAdministrators.d.ts +10 -10
- package/teamAdministrators.js +10 -10
- package/teamMembers.d.ts +10 -10
- package/teamMembers.js +10 -10
- package/types/input.d.ts +22 -243
- package/types/output.d.ts +106 -243
- package/user.d.ts +6 -5
- package/user.js +3 -2
- package/user.js.map +1 -1
- package/variableGroup.d.ts +59 -14
- package/variableGroup.js +59 -14
- package/variableGroup.js.map +1 -1
- package/workItemQueryPermissions.d.ts +40 -20
- package/workItemQueryPermissions.js +40 -20
- package/workItemQueryPermissions.js.map +1 -1
package/README.md
CHANGED
|
@@ -50,5 +50,5 @@ The following configuration points are available:
|
|
|
50
50
|
|
|
51
51
|
## Reference
|
|
52
52
|
|
|
53
|
-
For further information, please visit [the AzureDevOps provider docs](https://www.pulumi.com/
|
|
54
|
-
or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/
|
|
53
|
+
For further information, please visit [the AzureDevOps provider docs](https://www.pulumi.com/registry/packages/azuredevops/)
|
|
54
|
+
or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/registry/packages/azuredevops/api-docs/).
|
package/agent/getPool.d.ts
CHANGED
|
@@ -8,16 +8,16 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
8
8
|
* import * as pulumi from "@pulumi/pulumi";
|
|
9
9
|
* import * as azuredevops from "@pulumi/azuredevops";
|
|
10
10
|
*
|
|
11
|
-
* const
|
|
12
|
-
* name: "
|
|
11
|
+
* const example = azuredevops.getPool({
|
|
12
|
+
* name: "Example Agent Pool",
|
|
13
13
|
* });
|
|
14
|
-
* export const name =
|
|
15
|
-
* export const poolType =
|
|
16
|
-
* export const autoProvision =
|
|
14
|
+
* export const name = example.then(example => example.name);
|
|
15
|
+
* export const poolType = example.then(example => example.poolType);
|
|
16
|
+
* export const autoProvision = example.then(example => example.autoProvision);
|
|
17
17
|
* ```
|
|
18
18
|
* ## Relevant Links
|
|
19
19
|
*
|
|
20
|
-
* - [Azure DevOps Service REST API
|
|
20
|
+
* - [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)
|
|
21
21
|
*/
|
|
22
22
|
/** @deprecated azuredevops.agent.getPool has been deprecated in favor of azuredevops.getPool */
|
|
23
23
|
export declare function getPool(args: GetPoolArgs, opts?: pulumi.InvokeOptions): Promise<GetPoolResult>;
|
package/agent/getPool.js
CHANGED
|
@@ -14,16 +14,16 @@ const utilities = require("../utilities");
|
|
|
14
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
15
15
|
* import * as azuredevops from "@pulumi/azuredevops";
|
|
16
16
|
*
|
|
17
|
-
* const
|
|
18
|
-
* name: "
|
|
17
|
+
* const example = azuredevops.getPool({
|
|
18
|
+
* name: "Example Agent Pool",
|
|
19
19
|
* });
|
|
20
|
-
* export const name =
|
|
21
|
-
* export const poolType =
|
|
22
|
-
* export const autoProvision =
|
|
20
|
+
* export const name = example.then(example => example.name);
|
|
21
|
+
* export const poolType = example.then(example => example.poolType);
|
|
22
|
+
* export const autoProvision = example.then(example => example.autoProvision);
|
|
23
23
|
* ```
|
|
24
24
|
* ## Relevant Links
|
|
25
25
|
*
|
|
26
|
-
* - [Azure DevOps Service REST API
|
|
26
|
+
* - [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)
|
|
27
27
|
*/
|
|
28
28
|
/** @deprecated azuredevops.agent.getPool has been deprecated in favor of azuredevops.getPool */
|
|
29
29
|
function getPool(args, opts) {
|
package/agent/getPools.d.ts
CHANGED
|
@@ -9,14 +9,14 @@ import { output as outputs } from "../types";
|
|
|
9
9
|
* import * as pulumi from "@pulumi/pulumi";
|
|
10
10
|
* import * as azuredevops from "@pulumi/azuredevops";
|
|
11
11
|
*
|
|
12
|
-
* const
|
|
13
|
-
* export const agentPoolName = [
|
|
14
|
-
* export const autoProvision = [
|
|
15
|
-
* export const poolType = [
|
|
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
16
|
* ```
|
|
17
17
|
* ## Relevant Links
|
|
18
18
|
*
|
|
19
|
-
* - [Azure DevOps Service REST API
|
|
19
|
+
* - [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)
|
|
20
20
|
*/
|
|
21
21
|
/** @deprecated azuredevops.agent.getPools has been deprecated in favor of azuredevops.getPools */
|
|
22
22
|
export declare function getPools(opts?: pulumi.InvokeOptions): Promise<GetPoolsResult>;
|
package/agent/getPools.js
CHANGED
|
@@ -14,14 +14,14 @@ const utilities = require("../utilities");
|
|
|
14
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
15
15
|
* import * as azuredevops from "@pulumi/azuredevops";
|
|
16
16
|
*
|
|
17
|
-
* const
|
|
18
|
-
* export const agentPoolName = [
|
|
19
|
-
* export const autoProvision = [
|
|
20
|
-
* export const poolType = [
|
|
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
21
|
* ```
|
|
22
22
|
* ## Relevant Links
|
|
23
23
|
*
|
|
24
|
-
* - [Azure DevOps Service REST API
|
|
24
|
+
* - [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)
|
|
25
25
|
*/
|
|
26
26
|
/** @deprecated azuredevops.agent.getPools has been deprecated in favor of azuredevops.getPools */
|
|
27
27
|
function getPools(opts) {
|
package/agent/pool.d.ts
CHANGED
|
@@ -8,20 +8,20 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
8
8
|
* import * as pulumi from "@pulumi/pulumi";
|
|
9
9
|
* import * as azuredevops from "@pulumi/azuredevops";
|
|
10
10
|
*
|
|
11
|
-
* const
|
|
11
|
+
* const example = new azuredevops.Pool("example", {
|
|
12
12
|
* autoProvision: false,
|
|
13
13
|
* });
|
|
14
14
|
* ```
|
|
15
15
|
* ## Relevant Links
|
|
16
16
|
*
|
|
17
|
-
* - [Azure DevOps Service REST API
|
|
17
|
+
* - [Azure DevOps Service REST API 6.0 - Agent Pools](https://docs.microsoft.com/en-us/rest/api/azure/devops/distributedtask/pools?view=azure-devops-rest-6.0)
|
|
18
18
|
*
|
|
19
19
|
* ## Import
|
|
20
20
|
*
|
|
21
21
|
* Azure DevOps Agent Pools can be imported using the agent pool ID, e.g.
|
|
22
22
|
*
|
|
23
23
|
* ```sh
|
|
24
|
-
* $ pulumi import azuredevops:Agent/pool:Pool
|
|
24
|
+
* $ pulumi import azuredevops:Agent/pool:Pool example 0
|
|
25
25
|
* ```
|
|
26
26
|
*
|
|
27
27
|
* @deprecated azuredevops.agent.Pool has been deprecated in favor of azuredevops.Pool
|
|
@@ -43,7 +43,7 @@ export declare class Pool extends pulumi.CustomResource {
|
|
|
43
43
|
*/
|
|
44
44
|
static isInstance(obj: any): obj is Pool;
|
|
45
45
|
/**
|
|
46
|
-
* Specifies whether
|
|
46
|
+
* Specifies whether a queue should be automatically provisioned for each project collection. Defaults to `false`.
|
|
47
47
|
*/
|
|
48
48
|
readonly autoProvision: pulumi.Output<boolean | undefined>;
|
|
49
49
|
/**
|
|
@@ -69,7 +69,7 @@ export declare class Pool extends pulumi.CustomResource {
|
|
|
69
69
|
*/
|
|
70
70
|
export interface PoolState {
|
|
71
71
|
/**
|
|
72
|
-
* Specifies whether
|
|
72
|
+
* Specifies whether a queue should be automatically provisioned for each project collection. Defaults to `false`.
|
|
73
73
|
*/
|
|
74
74
|
autoProvision?: pulumi.Input<boolean>;
|
|
75
75
|
/**
|
|
@@ -86,7 +86,7 @@ export interface PoolState {
|
|
|
86
86
|
*/
|
|
87
87
|
export interface PoolArgs {
|
|
88
88
|
/**
|
|
89
|
-
* Specifies whether
|
|
89
|
+
* Specifies whether a queue should be automatically provisioned for each project collection. Defaults to `false`.
|
|
90
90
|
*/
|
|
91
91
|
autoProvision?: pulumi.Input<boolean>;
|
|
92
92
|
/**
|
package/agent/pool.js
CHANGED
|
@@ -14,20 +14,20 @@ const utilities = require("../utilities");
|
|
|
14
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
15
15
|
* import * as azuredevops from "@pulumi/azuredevops";
|
|
16
16
|
*
|
|
17
|
-
* const
|
|
17
|
+
* const example = new azuredevops.Pool("example", {
|
|
18
18
|
* autoProvision: false,
|
|
19
19
|
* });
|
|
20
20
|
* ```
|
|
21
21
|
* ## Relevant Links
|
|
22
22
|
*
|
|
23
|
-
* - [Azure DevOps Service REST API
|
|
23
|
+
* - [Azure DevOps Service REST API 6.0 - Agent Pools](https://docs.microsoft.com/en-us/rest/api/azure/devops/distributedtask/pools?view=azure-devops-rest-6.0)
|
|
24
24
|
*
|
|
25
25
|
* ## Import
|
|
26
26
|
*
|
|
27
27
|
* Azure DevOps Agent Pools can be imported using the agent pool ID, e.g.
|
|
28
28
|
*
|
|
29
29
|
* ```sh
|
|
30
|
-
* $ pulumi import azuredevops:Agent/pool:Pool
|
|
30
|
+
* $ pulumi import azuredevops:Agent/pool:Pool example 0
|
|
31
31
|
* ```
|
|
32
32
|
*
|
|
33
33
|
* @deprecated azuredevops.agent.Pool has been deprecated in favor of azuredevops.Pool
|
package/agent/queue.d.ts
CHANGED
|
@@ -12,32 +12,32 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
12
12
|
* import * as pulumi from "@pulumi/pulumi";
|
|
13
13
|
* import * as azuredevops from "@pulumi/azuredevops";
|
|
14
14
|
*
|
|
15
|
-
* const
|
|
16
|
-
* const
|
|
17
|
-
* name: "
|
|
15
|
+
* const exampleProject = new azuredevops.Project("exampleProject", {});
|
|
16
|
+
* const examplePool = azuredevops.getPool({
|
|
17
|
+
* name: "example-pool",
|
|
18
18
|
* });
|
|
19
|
-
* const
|
|
20
|
-
* projectId:
|
|
21
|
-
* agentPoolId:
|
|
19
|
+
* const exampleQueue = new azuredevops.Queue("exampleQueue", {
|
|
20
|
+
* projectId: exampleProject.id,
|
|
21
|
+
* agentPoolId: examplePool.then(examplePool => examplePool.id),
|
|
22
22
|
* });
|
|
23
|
-
* // Grant
|
|
24
|
-
* const
|
|
25
|
-
* projectId:
|
|
26
|
-
* resourceId:
|
|
23
|
+
* // Grant access to queue to all pipelines in the project
|
|
24
|
+
* const exampleResourceAuthorization = new azuredevops.ResourceAuthorization("exampleResourceAuthorization", {
|
|
25
|
+
* projectId: exampleProject.id,
|
|
26
|
+
* resourceId: exampleQueue.id,
|
|
27
27
|
* type: "queue",
|
|
28
28
|
* authorized: true,
|
|
29
29
|
* });
|
|
30
30
|
* ```
|
|
31
31
|
* ## Relevant Links
|
|
32
32
|
*
|
|
33
|
-
* - [Azure DevOps Service REST API
|
|
33
|
+
* - [Azure DevOps Service REST API 6.0 - Agent Queues](https://docs.microsoft.com/en-us/rest/api/azure/devops/distributedtask/queues?view=azure-devops-rest-6.0)
|
|
34
34
|
*
|
|
35
35
|
* ## Import
|
|
36
36
|
*
|
|
37
37
|
* Azure DevOps Agent Pools can be imported using the project ID and agent queue ID, e.g.
|
|
38
38
|
*
|
|
39
39
|
* ```sh
|
|
40
|
-
* $ pulumi import azuredevops:Agent/queue:Queue
|
|
40
|
+
* $ pulumi import azuredevops:Agent/queue:Queue example 00000000-0000-0000-0000-000000000000/0
|
|
41
41
|
* ```
|
|
42
42
|
*
|
|
43
43
|
* @deprecated azuredevops.agent.Queue has been deprecated in favor of azuredevops.Queue
|
package/agent/queue.js
CHANGED
|
@@ -18,32 +18,32 @@ const utilities = require("../utilities");
|
|
|
18
18
|
* import * as pulumi from "@pulumi/pulumi";
|
|
19
19
|
* import * as azuredevops from "@pulumi/azuredevops";
|
|
20
20
|
*
|
|
21
|
-
* const
|
|
22
|
-
* const
|
|
23
|
-
* name: "
|
|
21
|
+
* const exampleProject = new azuredevops.Project("exampleProject", {});
|
|
22
|
+
* const examplePool = azuredevops.getPool({
|
|
23
|
+
* name: "example-pool",
|
|
24
24
|
* });
|
|
25
|
-
* const
|
|
26
|
-
* projectId:
|
|
27
|
-
* agentPoolId:
|
|
25
|
+
* const exampleQueue = new azuredevops.Queue("exampleQueue", {
|
|
26
|
+
* projectId: exampleProject.id,
|
|
27
|
+
* agentPoolId: examplePool.then(examplePool => examplePool.id),
|
|
28
28
|
* });
|
|
29
|
-
* // Grant
|
|
30
|
-
* const
|
|
31
|
-
* projectId:
|
|
32
|
-
* resourceId:
|
|
29
|
+
* // Grant access to queue to all pipelines in the project
|
|
30
|
+
* const exampleResourceAuthorization = new azuredevops.ResourceAuthorization("exampleResourceAuthorization", {
|
|
31
|
+
* projectId: exampleProject.id,
|
|
32
|
+
* resourceId: exampleQueue.id,
|
|
33
33
|
* type: "queue",
|
|
34
34
|
* authorized: true,
|
|
35
35
|
* });
|
|
36
36
|
* ```
|
|
37
37
|
* ## Relevant Links
|
|
38
38
|
*
|
|
39
|
-
* - [Azure DevOps Service REST API
|
|
39
|
+
* - [Azure DevOps Service REST API 6.0 - Agent Queues](https://docs.microsoft.com/en-us/rest/api/azure/devops/distributedtask/queues?view=azure-devops-rest-6.0)
|
|
40
40
|
*
|
|
41
41
|
* ## Import
|
|
42
42
|
*
|
|
43
43
|
* Azure DevOps Agent Pools can be imported using the project ID and agent queue ID, e.g.
|
|
44
44
|
*
|
|
45
45
|
* ```sh
|
|
46
|
-
* $ pulumi import azuredevops:Agent/queue:Queue
|
|
46
|
+
* $ pulumi import azuredevops:Agent/queue:Queue example 00000000-0000-0000-0000-000000000000/0
|
|
47
47
|
* ```
|
|
48
48
|
*
|
|
49
49
|
* @deprecated azuredevops.agent.Queue has been deprecated in favor of azuredevops.Queue
|
package/areaPermissions.d.ts
CHANGED
|
@@ -15,19 +15,19 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
15
15
|
* import * as pulumi from "@pulumi/pulumi";
|
|
16
16
|
* import * as azuredevops from "@pulumi/azuredevops";
|
|
17
17
|
*
|
|
18
|
-
* const
|
|
18
|
+
* const example = new azuredevops.Project("example", {
|
|
19
19
|
* workItemTemplate: "Agile",
|
|
20
20
|
* versionControl: "Git",
|
|
21
21
|
* visibility: "private",
|
|
22
22
|
* description: "Managed by Terraform",
|
|
23
23
|
* });
|
|
24
|
-
* const project-readers = azuredevops.getGroupOutput({
|
|
25
|
-
* projectId:
|
|
24
|
+
* const example-project-readers = azuredevops.getGroupOutput({
|
|
25
|
+
* projectId: example.id,
|
|
26
26
|
* name: "Readers",
|
|
27
27
|
* });
|
|
28
|
-
* const
|
|
29
|
-
* projectId:
|
|
30
|
-
* principal:
|
|
28
|
+
* const example_root_permissions = new azuredevops.AreaPermissions("example-root-permissions", {
|
|
29
|
+
* projectId: example.id,
|
|
30
|
+
* principal: example_project_readers.apply(example_project_readers => example_project_readers.id),
|
|
31
31
|
* path: "/",
|
|
32
32
|
* permissions: {
|
|
33
33
|
* CREATE_CHILDREN: "Deny",
|
|
@@ -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 6.0 - Security](https://docs.microsoft.com/en-us/rest/api/azure/devops/security/?view=azure-devops-rest-6.0)
|
|
43
43
|
*
|
|
44
44
|
* ## PAT Permissions Required
|
|
45
45
|
*
|
package/areaPermissions.js
CHANGED
|
@@ -21,19 +21,19 @@ const utilities = require("./utilities");
|
|
|
21
21
|
* import * as pulumi from "@pulumi/pulumi";
|
|
22
22
|
* import * as azuredevops from "@pulumi/azuredevops";
|
|
23
23
|
*
|
|
24
|
-
* const
|
|
24
|
+
* const example = new azuredevops.Project("example", {
|
|
25
25
|
* workItemTemplate: "Agile",
|
|
26
26
|
* versionControl: "Git",
|
|
27
27
|
* visibility: "private",
|
|
28
28
|
* description: "Managed by Terraform",
|
|
29
29
|
* });
|
|
30
|
-
* const project-readers = azuredevops.getGroupOutput({
|
|
31
|
-
* projectId:
|
|
30
|
+
* const example-project-readers = azuredevops.getGroupOutput({
|
|
31
|
+
* projectId: example.id,
|
|
32
32
|
* name: "Readers",
|
|
33
33
|
* });
|
|
34
|
-
* const
|
|
35
|
-
* projectId:
|
|
36
|
-
* principal:
|
|
34
|
+
* const example_root_permissions = new azuredevops.AreaPermissions("example-root-permissions", {
|
|
35
|
+
* projectId: example.id,
|
|
36
|
+
* principal: example_project_readers.apply(example_project_readers => example_project_readers.id),
|
|
37
37
|
* path: "/",
|
|
38
38
|
* permissions: {
|
|
39
39
|
* CREATE_CHILDREN: "Deny",
|
|
@@ -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 6.0 - Security](https://docs.microsoft.com/en-us/rest/api/azure/devops/security/?view=azure-devops-rest-6.0)
|
|
49
49
|
*
|
|
50
50
|
* ## PAT Permissions Required
|
|
51
51
|
*
|
|
@@ -9,29 +9,29 @@ import { input as inputs, output as outputs } from "./types";
|
|
|
9
9
|
* import * as pulumi from "@pulumi/pulumi";
|
|
10
10
|
* import * as azuredevops from "@pulumi/azuredevops";
|
|
11
11
|
*
|
|
12
|
-
* const
|
|
13
|
-
* const
|
|
14
|
-
* projectId:
|
|
12
|
+
* const exampleProject = new azuredevops.Project("exampleProject", {});
|
|
13
|
+
* const exampleGit = new azuredevops.Git("exampleGit", {
|
|
14
|
+
* projectId: exampleProject.id,
|
|
15
15
|
* initialization: {
|
|
16
16
|
* initType: "Clean",
|
|
17
17
|
* },
|
|
18
18
|
* });
|
|
19
|
-
* const
|
|
19
|
+
* const exampleUser = new azuredevops.User("exampleUser", {
|
|
20
20
|
* principalName: "mail@email.com",
|
|
21
21
|
* accountLicenseType: "basic",
|
|
22
22
|
* });
|
|
23
|
-
* const
|
|
24
|
-
* projectId:
|
|
23
|
+
* const exampleBranchPolicyAutoReviewers = new azuredevops.BranchPolicyAutoReviewers("exampleBranchPolicyAutoReviewers", {
|
|
24
|
+
* projectId: exampleProject.id,
|
|
25
25
|
* enabled: true,
|
|
26
26
|
* blocking: true,
|
|
27
27
|
* settings: {
|
|
28
|
-
* autoReviewerIds: [
|
|
28
|
+
* autoReviewerIds: [exampleUser.id],
|
|
29
29
|
* submitterCanVote: false,
|
|
30
30
|
* message: "Auto reviewer",
|
|
31
31
|
* pathFilters: ["*/src/*.ts"],
|
|
32
32
|
* scopes: [{
|
|
33
|
-
* repositoryId:
|
|
34
|
-
* repositoryRef:
|
|
33
|
+
* repositoryId: exampleGit.id,
|
|
34
|
+
* repositoryRef: exampleGit.defaultBranch,
|
|
35
35
|
* matchType: "Exact",
|
|
36
36
|
* }],
|
|
37
37
|
* },
|
|
@@ -39,14 +39,14 @@ import { input as inputs, output as outputs } from "./types";
|
|
|
39
39
|
* ```
|
|
40
40
|
* ## Relevant Links
|
|
41
41
|
*
|
|
42
|
-
* - [Azure DevOps Service REST API
|
|
42
|
+
* - [Azure DevOps Service REST API 6.0 - Policy Configurations](https://docs.microsoft.com/en-us/rest/api/azure/devops/policy/configurations/create?view=azure-devops-rest-6.0)
|
|
43
43
|
*
|
|
44
44
|
* ## Import
|
|
45
45
|
*
|
|
46
46
|
* Azure DevOps Branch Policies can be imported using the project ID and policy configuration ID
|
|
47
47
|
*
|
|
48
48
|
* ```sh
|
|
49
|
-
* $ pulumi import azuredevops:index/branchPolicyAutoReviewers:BranchPolicyAutoReviewers
|
|
49
|
+
* $ pulumi import azuredevops:index/branchPolicyAutoReviewers:BranchPolicyAutoReviewers example 00000000-0000-0000-0000-000000000000/0
|
|
50
50
|
* ```
|
|
51
51
|
*/
|
|
52
52
|
export declare class BranchPolicyAutoReviewers extends pulumi.CustomResource {
|
|
@@ -14,29 +14,29 @@ const utilities = require("./utilities");
|
|
|
14
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
15
15
|
* import * as azuredevops from "@pulumi/azuredevops";
|
|
16
16
|
*
|
|
17
|
-
* const
|
|
18
|
-
* const
|
|
19
|
-
* projectId:
|
|
17
|
+
* const exampleProject = new azuredevops.Project("exampleProject", {});
|
|
18
|
+
* const exampleGit = new azuredevops.Git("exampleGit", {
|
|
19
|
+
* projectId: exampleProject.id,
|
|
20
20
|
* initialization: {
|
|
21
21
|
* initType: "Clean",
|
|
22
22
|
* },
|
|
23
23
|
* });
|
|
24
|
-
* const
|
|
24
|
+
* const exampleUser = new azuredevops.User("exampleUser", {
|
|
25
25
|
* principalName: "mail@email.com",
|
|
26
26
|
* accountLicenseType: "basic",
|
|
27
27
|
* });
|
|
28
|
-
* const
|
|
29
|
-
* projectId:
|
|
28
|
+
* const exampleBranchPolicyAutoReviewers = new azuredevops.BranchPolicyAutoReviewers("exampleBranchPolicyAutoReviewers", {
|
|
29
|
+
* projectId: exampleProject.id,
|
|
30
30
|
* enabled: true,
|
|
31
31
|
* blocking: true,
|
|
32
32
|
* settings: {
|
|
33
|
-
* autoReviewerIds: [
|
|
33
|
+
* autoReviewerIds: [exampleUser.id],
|
|
34
34
|
* submitterCanVote: false,
|
|
35
35
|
* message: "Auto reviewer",
|
|
36
36
|
* pathFilters: ["*/src/*.ts"],
|
|
37
37
|
* scopes: [{
|
|
38
|
-
* repositoryId:
|
|
39
|
-
* repositoryRef:
|
|
38
|
+
* repositoryId: exampleGit.id,
|
|
39
|
+
* repositoryRef: exampleGit.defaultBranch,
|
|
40
40
|
* matchType: "Exact",
|
|
41
41
|
* }],
|
|
42
42
|
* },
|
|
@@ -44,14 +44,14 @@ const utilities = require("./utilities");
|
|
|
44
44
|
* ```
|
|
45
45
|
* ## Relevant Links
|
|
46
46
|
*
|
|
47
|
-
* - [Azure DevOps Service REST API
|
|
47
|
+
* - [Azure DevOps Service REST API 6.0 - Policy Configurations](https://docs.microsoft.com/en-us/rest/api/azure/devops/policy/configurations/create?view=azure-devops-rest-6.0)
|
|
48
48
|
*
|
|
49
49
|
* ## Import
|
|
50
50
|
*
|
|
51
51
|
* Azure DevOps Branch Policies can be imported using the project ID and policy configuration ID
|
|
52
52
|
*
|
|
53
53
|
* ```sh
|
|
54
|
-
* $ pulumi import azuredevops:index/branchPolicyAutoReviewers:BranchPolicyAutoReviewers
|
|
54
|
+
* $ pulumi import azuredevops:index/branchPolicyAutoReviewers:BranchPolicyAutoReviewers example 00000000-0000-0000-0000-000000000000/0
|
|
55
55
|
* ```
|
|
56
56
|
*/
|
|
57
57
|
class BranchPolicyAutoReviewers extends pulumi.CustomResource {
|
|
@@ -9,28 +9,28 @@ import { input as inputs, output as outputs } from "./types";
|
|
|
9
9
|
* import * as pulumi from "@pulumi/pulumi";
|
|
10
10
|
* import * as azuredevops from "@pulumi/azuredevops";
|
|
11
11
|
*
|
|
12
|
-
* const
|
|
13
|
-
* const
|
|
14
|
-
* projectId:
|
|
12
|
+
* const exampleProject = new azuredevops.Project("exampleProject", {});
|
|
13
|
+
* const exampleGit = new azuredevops.Git("exampleGit", {
|
|
14
|
+
* projectId: exampleProject.id,
|
|
15
15
|
* initialization: {
|
|
16
16
|
* initType: "Clean",
|
|
17
17
|
* },
|
|
18
18
|
* });
|
|
19
|
-
* const
|
|
20
|
-
* projectId:
|
|
19
|
+
* const exampleBuildDefinition = new azuredevops.BuildDefinition("exampleBuildDefinition", {
|
|
20
|
+
* projectId: exampleProject.id,
|
|
21
21
|
* repository: {
|
|
22
22
|
* repoType: "TfsGit",
|
|
23
|
-
* repoId:
|
|
23
|
+
* repoId: exampleGit.id,
|
|
24
24
|
* ymlPath: "azure-pipelines.yml",
|
|
25
25
|
* },
|
|
26
26
|
* });
|
|
27
|
-
* const
|
|
28
|
-
* projectId:
|
|
27
|
+
* const exampleBranchPolicyBuildValidation = new azuredevops.BranchPolicyBuildValidation("exampleBranchPolicyBuildValidation", {
|
|
28
|
+
* projectId: exampleProject.id,
|
|
29
29
|
* enabled: true,
|
|
30
30
|
* blocking: true,
|
|
31
31
|
* settings: {
|
|
32
|
-
* displayName: "
|
|
33
|
-
* buildDefinitionId:
|
|
32
|
+
* displayName: "Example build validation policy",
|
|
33
|
+
* buildDefinitionId: exampleBuildDefinition.id,
|
|
34
34
|
* validDuration: 720,
|
|
35
35
|
* filenamePatterns: [
|
|
36
36
|
* "/WebApp/*",
|
|
@@ -39,12 +39,12 @@ import { input as inputs, output as outputs } from "./types";
|
|
|
39
39
|
* ],
|
|
40
40
|
* scopes: [
|
|
41
41
|
* {
|
|
42
|
-
* repositoryId:
|
|
43
|
-
* repositoryRef:
|
|
42
|
+
* repositoryId: exampleGit.id,
|
|
43
|
+
* repositoryRef: exampleGit.defaultBranch,
|
|
44
44
|
* matchType: "Exact",
|
|
45
45
|
* },
|
|
46
46
|
* {
|
|
47
|
-
* repositoryId:
|
|
47
|
+
* repositoryId: exampleGit.id,
|
|
48
48
|
* repositoryRef: "refs/heads/releases",
|
|
49
49
|
* matchType: "Prefix",
|
|
50
50
|
* },
|
|
@@ -54,14 +54,14 @@ import { input as inputs, output as outputs } from "./types";
|
|
|
54
54
|
* ```
|
|
55
55
|
* ## Relevant Links
|
|
56
56
|
*
|
|
57
|
-
* - [Azure DevOps Service REST API
|
|
57
|
+
* - [Azure DevOps Service REST API 6.0 - Policy Configurations](https://docs.microsoft.com/en-us/rest/api/azure/devops/policy/configurations/create?view=azure-devops-rest-6.0)
|
|
58
58
|
*
|
|
59
59
|
* ## Import
|
|
60
60
|
*
|
|
61
61
|
* Azure DevOps Branch Policies can be imported using the project ID and policy configuration ID
|
|
62
62
|
*
|
|
63
63
|
* ```sh
|
|
64
|
-
* $ pulumi import azuredevops:index/branchPolicyBuildValidation:BranchPolicyBuildValidation
|
|
64
|
+
* $ pulumi import azuredevops:index/branchPolicyBuildValidation:BranchPolicyBuildValidation example 00000000-0000-0000-0000-000000000000/0
|
|
65
65
|
* ```
|
|
66
66
|
*/
|
|
67
67
|
export declare class BranchPolicyBuildValidation extends pulumi.CustomResource {
|
|
@@ -14,28 +14,28 @@ const utilities = require("./utilities");
|
|
|
14
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
15
15
|
* import * as azuredevops from "@pulumi/azuredevops";
|
|
16
16
|
*
|
|
17
|
-
* const
|
|
18
|
-
* const
|
|
19
|
-
* projectId:
|
|
17
|
+
* const exampleProject = new azuredevops.Project("exampleProject", {});
|
|
18
|
+
* const exampleGit = new azuredevops.Git("exampleGit", {
|
|
19
|
+
* projectId: exampleProject.id,
|
|
20
20
|
* initialization: {
|
|
21
21
|
* initType: "Clean",
|
|
22
22
|
* },
|
|
23
23
|
* });
|
|
24
|
-
* const
|
|
25
|
-
* projectId:
|
|
24
|
+
* const exampleBuildDefinition = new azuredevops.BuildDefinition("exampleBuildDefinition", {
|
|
25
|
+
* projectId: exampleProject.id,
|
|
26
26
|
* repository: {
|
|
27
27
|
* repoType: "TfsGit",
|
|
28
|
-
* repoId:
|
|
28
|
+
* repoId: exampleGit.id,
|
|
29
29
|
* ymlPath: "azure-pipelines.yml",
|
|
30
30
|
* },
|
|
31
31
|
* });
|
|
32
|
-
* const
|
|
33
|
-
* projectId:
|
|
32
|
+
* const exampleBranchPolicyBuildValidation = new azuredevops.BranchPolicyBuildValidation("exampleBranchPolicyBuildValidation", {
|
|
33
|
+
* projectId: exampleProject.id,
|
|
34
34
|
* enabled: true,
|
|
35
35
|
* blocking: true,
|
|
36
36
|
* settings: {
|
|
37
|
-
* displayName: "
|
|
38
|
-
* buildDefinitionId:
|
|
37
|
+
* displayName: "Example build validation policy",
|
|
38
|
+
* buildDefinitionId: exampleBuildDefinition.id,
|
|
39
39
|
* validDuration: 720,
|
|
40
40
|
* filenamePatterns: [
|
|
41
41
|
* "/WebApp/*",
|
|
@@ -44,12 +44,12 @@ const utilities = require("./utilities");
|
|
|
44
44
|
* ],
|
|
45
45
|
* scopes: [
|
|
46
46
|
* {
|
|
47
|
-
* repositoryId:
|
|
48
|
-
* repositoryRef:
|
|
47
|
+
* repositoryId: exampleGit.id,
|
|
48
|
+
* repositoryRef: exampleGit.defaultBranch,
|
|
49
49
|
* matchType: "Exact",
|
|
50
50
|
* },
|
|
51
51
|
* {
|
|
52
|
-
* repositoryId:
|
|
52
|
+
* repositoryId: exampleGit.id,
|
|
53
53
|
* repositoryRef: "refs/heads/releases",
|
|
54
54
|
* matchType: "Prefix",
|
|
55
55
|
* },
|
|
@@ -59,14 +59,14 @@ const utilities = require("./utilities");
|
|
|
59
59
|
* ```
|
|
60
60
|
* ## Relevant Links
|
|
61
61
|
*
|
|
62
|
-
* - [Azure DevOps Service REST API
|
|
62
|
+
* - [Azure DevOps Service REST API 6.0 - Policy Configurations](https://docs.microsoft.com/en-us/rest/api/azure/devops/policy/configurations/create?view=azure-devops-rest-6.0)
|
|
63
63
|
*
|
|
64
64
|
* ## Import
|
|
65
65
|
*
|
|
66
66
|
* Azure DevOps Branch Policies can be imported using the project ID and policy configuration ID
|
|
67
67
|
*
|
|
68
68
|
* ```sh
|
|
69
|
-
* $ pulumi import azuredevops:index/branchPolicyBuildValidation:BranchPolicyBuildValidation
|
|
69
|
+
* $ pulumi import azuredevops:index/branchPolicyBuildValidation:BranchPolicyBuildValidation example 00000000-0000-0000-0000-000000000000/0
|
|
70
70
|
* ```
|
|
71
71
|
*/
|
|
72
72
|
class BranchPolicyBuildValidation extends pulumi.CustomResource {
|