@pulumi/azuredevops 2.1.1 → 2.3.0-alpha.1637592987
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 +1 -1
- package/agent/getPool.d.ts +10 -0
- package/agent/getPool.js +5 -0
- package/agent/getPool.js.map +1 -1
- package/agent/getPools.d.ts +3 -3
- package/agent/getPools.js +4 -3
- package/agent/getPools.js.map +1 -1
- package/agent/index.js +14 -7
- package/agent/index.js.map +1 -1
- package/agent/pool.js +1 -0
- package/agent/pool.js.map +1 -1
- package/agent/queue.js +1 -0
- package/agent/queue.js.map +1 -1
- package/areaPermissions.d.ts +1 -1
- package/areaPermissions.js +2 -1
- package/areaPermissions.js.map +1 -1
- package/branchPolicyAutoReviewers.d.ts +3 -3
- package/branchPolicyAutoReviewers.js +1 -0
- package/branchPolicyAutoReviewers.js.map +1 -1
- package/branchPolicyBuildValidation.js +1 -0
- package/branchPolicyBuildValidation.js.map +1 -1
- package/branchPolicyCommentResolution.js +1 -0
- package/branchPolicyCommentResolution.js.map +1 -1
- package/branchPolicyMergeTypes.js +1 -0
- package/branchPolicyMergeTypes.js.map +1 -1
- package/branchPolicyMinReviewers.js +1 -0
- package/branchPolicyMinReviewers.js.map +1 -1
- package/branchPolicyStatusCheck.js +1 -0
- package/branchPolicyStatusCheck.js.map +1 -1
- package/branchPolicyWorkItemLinking.js +1 -0
- package/branchPolicyWorkItemLinking.js.map +1 -1
- package/build/buildDefinition.js +1 -0
- package/build/buildDefinition.js.map +1 -1
- package/build/index.js +11 -4
- package/build/index.js.map +1 -1
- package/buildDefinition.js +1 -0
- package/buildDefinition.js.map +1 -1
- package/buildDefinitionPermissions.d.ts +1 -1
- package/buildDefinitionPermissions.js +2 -1
- package/buildDefinitionPermissions.js.map +1 -1
- package/config/index.js +11 -4
- package/config/index.js.map +1 -1
- package/config/vars.d.ts +2 -2
- package/config/vars.js +14 -9
- package/config/vars.js.map +1 -1
- package/core/getClientConfig.js +1 -0
- package/core/getClientConfig.js.map +1 -1
- package/core/getProject.d.ts +14 -0
- package/core/getProject.js +5 -0
- package/core/getProject.js.map +1 -1
- package/core/getProjects.d.ts +18 -4
- package/core/getProjects.js +9 -4
- package/core/getProjects.js.map +1 -1
- package/core/index.js +15 -8
- package/core/index.js.map +1 -1
- package/core/project.js +1 -0
- package/core/project.js.map +1 -1
- package/core/projectFeatures.js +1 -0
- package/core/projectFeatures.js.map +1 -1
- package/entitlement/index.js +11 -4
- package/entitlement/index.js.map +1 -1
- package/entitlement/user.js +1 -0
- package/entitlement/user.js.map +1 -1
- package/getAgentQueue.d.ts +16 -2
- package/getAgentQueue.js +7 -2
- package/getAgentQueue.js.map +1 -1
- package/getArea.d.ts +18 -0
- package/getArea.js +5 -0
- package/getArea.js.map +1 -1
- package/getClientConfig.js +1 -0
- package/getClientConfig.js.map +1 -1
- package/getGitRepository.d.ts +14 -0
- package/getGitRepository.js +5 -0
- package/getGitRepository.js.map +1 -1
- package/getGroup.d.ts +14 -0
- package/getGroup.js +5 -0
- package/getGroup.js.map +1 -1
- package/getIteration.d.ts +18 -0
- package/getIteration.js +5 -0
- package/getIteration.js.map +1 -1
- package/getPool.d.ts +10 -0
- package/getPool.js +5 -0
- package/getPool.js.map +1 -1
- package/getPools.d.ts +3 -3
- package/getPools.js +4 -3
- package/getPools.js.map +1 -1
- package/getProject.d.ts +14 -0
- package/getProject.js +5 -0
- package/getProject.js.map +1 -1
- package/getProjects.d.ts +18 -4
- package/getProjects.js +9 -4
- package/getProjects.js.map +1 -1
- package/getRepositories.d.ts +15 -0
- package/getRepositories.js +5 -0
- package/getRepositories.js.map +1 -1
- package/getTeam.d.ts +31 -0
- package/getTeam.js +25 -0
- package/getTeam.js.map +1 -0
- package/getTeams.d.ts +27 -0
- package/getTeams.js +25 -0
- package/getTeams.js.map +1 -0
- package/getUsers.d.ts +22 -0
- package/getUsers.js +5 -0
- package/getUsers.js.map +1 -1
- package/git.d.ts +24 -0
- package/git.js +25 -0
- package/git.js.map +1 -1
- package/gitPermissions.d.ts +3 -3
- package/gitPermissions.js +4 -3
- package/gitPermissions.js.map +1 -1
- package/group.d.ts +2 -2
- package/group.js +3 -2
- package/group.js.map +1 -1
- package/groupMembership.d.ts +1 -1
- package/groupMembership.js +2 -1
- package/groupMembership.js.map +1 -1
- package/identities/getGroup.d.ts +14 -0
- package/identities/getGroup.js +5 -0
- package/identities/getGroup.js.map +1 -1
- package/identities/getUsers.d.ts +22 -0
- package/identities/getUsers.js +5 -0
- package/identities/getUsers.js.map +1 -1
- package/identities/group.d.ts +2 -2
- package/identities/group.js +3 -2
- package/identities/group.js.map +1 -1
- package/identities/groupMembership.d.ts +1 -1
- package/identities/groupMembership.js +2 -1
- package/identities/groupMembership.js.map +1 -1
- package/identities/index.js +14 -7
- package/identities/index.js.map +1 -1
- package/index.d.ts +12 -0
- package/index.js +117 -57
- package/index.js.map +1 -1
- package/iterativePermissions.js +1 -0
- package/iterativePermissions.js.map +1 -1
- package/package.json +4 -3
- package/package.json.bak +3 -2
- package/package.json.dev +4 -3
- package/pipeline/index.js +11 -4
- package/pipeline/index.js.map +1 -1
- package/pipeline/variableGroup.d.ts +5 -0
- package/pipeline/variableGroup.js +6 -0
- package/pipeline/variableGroup.js.map +1 -1
- package/policy/branchPolicyBuildValidation.js +1 -0
- package/policy/branchPolicyBuildValidation.js.map +1 -1
- package/policy/branchPolicyMinReviewers.js +1 -0
- package/policy/branchPolicyMinReviewers.js.map +1 -1
- package/policy/index.js +12 -5
- package/policy/index.js.map +1 -1
- package/pool.js +1 -0
- package/pool.js.map +1 -1
- package/project.js +1 -0
- package/project.js.map +1 -1
- package/projectFeatures.js +1 -0
- package/projectFeatures.js.map +1 -1
- package/projectPermissions.d.ts +1 -1
- package/projectPermissions.js +2 -1
- package/projectPermissions.js.map +1 -1
- package/provider.js +2 -1
- package/provider.js.map +1 -1
- package/queue.js +1 -0
- package/queue.js.map +1 -1
- package/repository/getRepositories.d.ts +15 -0
- package/repository/getRepositories.js +5 -0
- package/repository/getRepositories.js.map +1 -1
- package/repository/git.d.ts +24 -0
- package/repository/git.js +25 -0
- package/repository/git.js.map +1 -1
- package/repository/index.js +12 -5
- package/repository/index.js.map +1 -1
- package/repositoryPolicyAuthorEmailPattern.d.ts +43 -16
- package/repositoryPolicyAuthorEmailPattern.js +30 -14
- package/repositoryPolicyAuthorEmailPattern.js.map +1 -1
- package/repositoryPolicyCaseEnforcement.d.ts +152 -0
- package/repositoryPolicyCaseEnforcement.js +121 -0
- package/repositoryPolicyCaseEnforcement.js.map +1 -0
- package/repositoryPolicyCheckCredentials.d.ts +138 -0
- package/repositoryPolicyCheckCredentials.js +114 -0
- package/repositoryPolicyCheckCredentials.js.map +1 -0
- package/repositoryPolicyFilePathPattern.d.ts +39 -16
- package/repositoryPolicyFilePathPattern.js +29 -14
- package/repositoryPolicyFilePathPattern.js.map +1 -1
- package/repositoryPolicyMaxFileSize.d.ts +152 -0
- package/repositoryPolicyMaxFileSize.js +121 -0
- package/repositoryPolicyMaxFileSize.js.map +1 -0
- package/repositoryPolicyMaxPathLength.d.ts +152 -0
- package/repositoryPolicyMaxPathLength.js +121 -0
- package/repositoryPolicyMaxPathLength.js.map +1 -0
- package/repositoryPolicyReservedNames.d.ts +138 -0
- package/repositoryPolicyReservedNames.js +114 -0
- package/repositoryPolicyReservedNames.js.map +1 -0
- package/resourceAuthorization.js +1 -0
- package/resourceAuthorization.js.map +1 -1
- package/security/index.js +11 -4
- package/security/index.js.map +1 -1
- package/security/resourceAuthorization.js +1 -0
- package/security/resourceAuthorization.js.map +1 -1
- package/serviceEndpointArtifactory.js +1 -0
- package/serviceEndpointArtifactory.js.map +1 -1
- package/serviceEndpointAws.js +1 -0
- package/serviceEndpointAws.js.map +1 -1
- package/serviceEndpointAzureDevOps.js +1 -0
- package/serviceEndpointAzureDevOps.js.map +1 -1
- package/serviceEndpointAzureEcr.d.ts +0 -9
- package/serviceEndpointAzureEcr.js +1 -0
- package/serviceEndpointAzureEcr.js.map +1 -1
- package/serviceEndpointAzureRM.js +1 -0
- package/serviceEndpointAzureRM.js.map +1 -1
- package/serviceEndpointBitBucket.js +1 -0
- package/serviceEndpointBitBucket.js.map +1 -1
- package/serviceEndpointDockerRegistry.d.ts +0 -9
- package/serviceEndpointDockerRegistry.js +1 -0
- package/serviceEndpointDockerRegistry.js.map +1 -1
- package/serviceEndpointGeneric.d.ts +152 -0
- package/serviceEndpointGeneric.js +110 -0
- package/serviceEndpointGeneric.js.map +1 -0
- package/serviceEndpointGenericGit.d.ts +164 -0
- package/serviceEndpointGenericGit.js +112 -0
- package/serviceEndpointGenericGit.js.map +1 -0
- package/serviceEndpointGitHub.js +1 -0
- package/serviceEndpointGitHub.js.map +1 -1
- package/serviceEndpointGitHubEnterprise.js +1 -0
- package/serviceEndpointGitHubEnterprise.js.map +1 -1
- package/serviceEndpointKubernetes.d.ts +3 -3
- package/serviceEndpointKubernetes.js +1 -0
- package/serviceEndpointKubernetes.js.map +1 -1
- package/serviceEndpointNpm.js +1 -0
- package/serviceEndpointNpm.js.map +1 -1
- package/serviceEndpointPipeline.js +1 -0
- package/serviceEndpointPipeline.js.map +1 -1
- package/serviceEndpointServiceFabric.d.ts +25 -0
- package/serviceEndpointServiceFabric.js +26 -0
- package/serviceEndpointServiceFabric.js.map +1 -1
- package/serviceEndpointSonarQube.js +1 -0
- package/serviceEndpointSonarQube.js.map +1 -1
- package/serviceEndpointSsh.js +1 -0
- package/serviceEndpointSsh.js.map +1 -1
- package/serviceendpoint/azureRM.js +1 -0
- package/serviceendpoint/azureRM.js.map +1 -1
- package/serviceendpoint/bitBucket.js +1 -0
- package/serviceendpoint/bitBucket.js.map +1 -1
- package/serviceendpoint/dockerRegistry.d.ts +0 -9
- package/serviceendpoint/dockerRegistry.js +1 -0
- package/serviceendpoint/dockerRegistry.js.map +1 -1
- package/serviceendpoint/gitHub.js +1 -0
- package/serviceendpoint/gitHub.js.map +1 -1
- package/serviceendpoint/index.js +15 -8
- package/serviceendpoint/index.js.map +1 -1
- package/serviceendpoint/kubernetes.d.ts +3 -3
- package/serviceendpoint/kubernetes.js +1 -0
- package/serviceendpoint/kubernetes.js.map +1 -1
- package/team.d.ts +141 -0
- package/team.js +107 -0
- package/team.js.map +1 -0
- package/teamAdministrators.d.ts +129 -0
- package/teamAdministrators.js +105 -0
- package/teamAdministrators.js.map +1 -0
- package/teamMembers.d.ts +129 -0
- package/teamMembers.js +105 -0
- package/teamMembers.js.map +1 -0
- package/types/index.js +1 -0
- package/types/index.js.map +1 -1
- package/types/input.d.ts +10 -37
- package/types/output.d.ts +18 -37
- package/user.js +1 -0
- package/user.js.map +1 -1
- package/utilities.js +1 -0
- package/utilities.js.map +1 -1
- package/variableGroup.d.ts +5 -0
- package/variableGroup.js +6 -0
- package/variableGroup.js.map +1 -1
- package/workItemQueryPermissions.d.ts +2 -2
- package/workItemQueryPermissions.js +3 -2
- package/workItemQueryPermissions.js.map +1 -1
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Manage a max path length repository policy within Azure DevOps project.
|
|
4
|
+
*
|
|
5
|
+
* > If both project and project policy are enabled, the repository policy has high priority.
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
*
|
|
9
|
+
* ```typescript
|
|
10
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
+
* import * as azuredevops from "@pulumi/azuredevops";
|
|
12
|
+
*
|
|
13
|
+
* const project = new azuredevops.Project("project", {
|
|
14
|
+
* description: "Managed by Terraform",
|
|
15
|
+
* visibility: "private",
|
|
16
|
+
* versionControl: "Git",
|
|
17
|
+
* workItemTemplate: "Agile",
|
|
18
|
+
* });
|
|
19
|
+
* const git = new azuredevops.Git("git", {
|
|
20
|
+
* projectId: project.id,
|
|
21
|
+
* initialization: {
|
|
22
|
+
* initType: "Clean",
|
|
23
|
+
* },
|
|
24
|
+
* });
|
|
25
|
+
* const repositoryPolicyMaxPathLength = new azuredevops.RepositoryPolicyMaxPathLength("repositoryPolicyMaxPathLength", {
|
|
26
|
+
* projectId: project.id,
|
|
27
|
+
* enabled: true,
|
|
28
|
+
* blocking: true,
|
|
29
|
+
* maxPathLength: 500,
|
|
30
|
+
* repositoryIds: [git.id],
|
|
31
|
+
* });
|
|
32
|
+
* ```
|
|
33
|
+
*
|
|
34
|
+
* # Set project level repository policy
|
|
35
|
+
* ```typescript
|
|
36
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
37
|
+
* import * as azuredevops from "@pulumi/azuredevops";
|
|
38
|
+
*
|
|
39
|
+
* const repositoryPolicyMaxPathLength = new azuredevops.RepositoryPolicyMaxPathLength("repositoryPolicyMaxPathLength", {
|
|
40
|
+
* projectId: azuredevops_project.p.id,
|
|
41
|
+
* enabled: true,
|
|
42
|
+
* blocking: true,
|
|
43
|
+
* maxPathLength: 1000,
|
|
44
|
+
* });
|
|
45
|
+
* ```
|
|
46
|
+
* ## Relevant Links
|
|
47
|
+
*
|
|
48
|
+
* - [Azure DevOps Service REST API 5.1 - Policy Configurations](https://docs.microsoft.com/en-us/rest/api/azure/devops/policy/configurations/create?view=azure-devops-rest-5.1)
|
|
49
|
+
*
|
|
50
|
+
* ## Import
|
|
51
|
+
*
|
|
52
|
+
* Azure DevOps repository policies can be imported using the projectID/policyID or projectName/policyID
|
|
53
|
+
*
|
|
54
|
+
* ```sh
|
|
55
|
+
* $ pulumi import azuredevops:index/repositoryPolicyMaxPathLength:RepositoryPolicyMaxPathLength p 00000000-0000-0000-0000-000000000000/0
|
|
56
|
+
* ```
|
|
57
|
+
*/
|
|
58
|
+
export declare class RepositoryPolicyMaxPathLength extends pulumi.CustomResource {
|
|
59
|
+
/**
|
|
60
|
+
* Get an existing RepositoryPolicyMaxPathLength 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: string, id: pulumi.Input<pulumi.ID>, state?: RepositoryPolicyMaxPathLengthState, opts?: pulumi.CustomResourceOptions): RepositoryPolicyMaxPathLength;
|
|
69
|
+
/**
|
|
70
|
+
* Returns true if the given object is an instance of RepositoryPolicyMaxPathLength. This is designed to work even
|
|
71
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
72
|
+
*/
|
|
73
|
+
static isInstance(obj: any): obj is RepositoryPolicyMaxPathLength;
|
|
74
|
+
/**
|
|
75
|
+
* A flag indicating if the policy should be blocking. Defaults to `true`.
|
|
76
|
+
*/
|
|
77
|
+
readonly blocking: pulumi.Output<boolean | undefined>;
|
|
78
|
+
/**
|
|
79
|
+
* A flag indicating if the policy should be enabled. Defaults to `true`.
|
|
80
|
+
*/
|
|
81
|
+
readonly enabled: pulumi.Output<boolean | undefined>;
|
|
82
|
+
/**
|
|
83
|
+
* Block pushes that introduce paths that exceed the specified length.
|
|
84
|
+
*/
|
|
85
|
+
readonly maxPathLength: pulumi.Output<number>;
|
|
86
|
+
/**
|
|
87
|
+
* The ID of the project in which the policy will be created.
|
|
88
|
+
*/
|
|
89
|
+
readonly projectId: pulumi.Output<string>;
|
|
90
|
+
/**
|
|
91
|
+
* Control whether the policy is enabled for the repository or the project. If `repositoryIds` not configured, the policy will be set to the project.
|
|
92
|
+
*/
|
|
93
|
+
readonly repositoryIds: pulumi.Output<string[] | undefined>;
|
|
94
|
+
/**
|
|
95
|
+
* Create a RepositoryPolicyMaxPathLength resource with the given unique name, arguments, and options.
|
|
96
|
+
*
|
|
97
|
+
* @param name The _unique_ name of the resource.
|
|
98
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
99
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
100
|
+
*/
|
|
101
|
+
constructor(name: string, args: RepositoryPolicyMaxPathLengthArgs, opts?: pulumi.CustomResourceOptions);
|
|
102
|
+
}
|
|
103
|
+
/**
|
|
104
|
+
* Input properties used for looking up and filtering RepositoryPolicyMaxPathLength resources.
|
|
105
|
+
*/
|
|
106
|
+
export interface RepositoryPolicyMaxPathLengthState {
|
|
107
|
+
/**
|
|
108
|
+
* A flag indicating if the policy should be blocking. Defaults to `true`.
|
|
109
|
+
*/
|
|
110
|
+
blocking?: pulumi.Input<boolean>;
|
|
111
|
+
/**
|
|
112
|
+
* A flag indicating if the policy should be enabled. Defaults to `true`.
|
|
113
|
+
*/
|
|
114
|
+
enabled?: pulumi.Input<boolean>;
|
|
115
|
+
/**
|
|
116
|
+
* Block pushes that introduce paths that exceed the specified length.
|
|
117
|
+
*/
|
|
118
|
+
maxPathLength?: pulumi.Input<number>;
|
|
119
|
+
/**
|
|
120
|
+
* The ID of the project in which the policy will be created.
|
|
121
|
+
*/
|
|
122
|
+
projectId?: pulumi.Input<string>;
|
|
123
|
+
/**
|
|
124
|
+
* Control whether the policy is enabled for the repository or the project. If `repositoryIds` not configured, the policy will be set to the project.
|
|
125
|
+
*/
|
|
126
|
+
repositoryIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
127
|
+
}
|
|
128
|
+
/**
|
|
129
|
+
* The set of arguments for constructing a RepositoryPolicyMaxPathLength resource.
|
|
130
|
+
*/
|
|
131
|
+
export interface RepositoryPolicyMaxPathLengthArgs {
|
|
132
|
+
/**
|
|
133
|
+
* A flag indicating if the policy should be blocking. Defaults to `true`.
|
|
134
|
+
*/
|
|
135
|
+
blocking?: pulumi.Input<boolean>;
|
|
136
|
+
/**
|
|
137
|
+
* A flag indicating if the policy should be enabled. Defaults to `true`.
|
|
138
|
+
*/
|
|
139
|
+
enabled?: pulumi.Input<boolean>;
|
|
140
|
+
/**
|
|
141
|
+
* Block pushes that introduce paths that exceed the specified length.
|
|
142
|
+
*/
|
|
143
|
+
maxPathLength: pulumi.Input<number>;
|
|
144
|
+
/**
|
|
145
|
+
* The ID of the project in which the policy will be created.
|
|
146
|
+
*/
|
|
147
|
+
projectId: pulumi.Input<string>;
|
|
148
|
+
/**
|
|
149
|
+
* Control whether the policy is enabled for the repository or the project. If `repositoryIds` not configured, the policy will be set to the project.
|
|
150
|
+
*/
|
|
151
|
+
repositoryIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
152
|
+
}
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.RepositoryPolicyMaxPathLength = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Manage a max path length repository policy within Azure DevOps project.
|
|
10
|
+
*
|
|
11
|
+
* > If both project and project policy are enabled, the repository policy has high priority.
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as azuredevops from "@pulumi/azuredevops";
|
|
18
|
+
*
|
|
19
|
+
* const project = new azuredevops.Project("project", {
|
|
20
|
+
* description: "Managed by Terraform",
|
|
21
|
+
* visibility: "private",
|
|
22
|
+
* versionControl: "Git",
|
|
23
|
+
* workItemTemplate: "Agile",
|
|
24
|
+
* });
|
|
25
|
+
* const git = new azuredevops.Git("git", {
|
|
26
|
+
* projectId: project.id,
|
|
27
|
+
* initialization: {
|
|
28
|
+
* initType: "Clean",
|
|
29
|
+
* },
|
|
30
|
+
* });
|
|
31
|
+
* const repositoryPolicyMaxPathLength = new azuredevops.RepositoryPolicyMaxPathLength("repositoryPolicyMaxPathLength", {
|
|
32
|
+
* projectId: project.id,
|
|
33
|
+
* enabled: true,
|
|
34
|
+
* blocking: true,
|
|
35
|
+
* maxPathLength: 500,
|
|
36
|
+
* repositoryIds: [git.id],
|
|
37
|
+
* });
|
|
38
|
+
* ```
|
|
39
|
+
*
|
|
40
|
+
* # Set project level repository policy
|
|
41
|
+
* ```typescript
|
|
42
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
43
|
+
* import * as azuredevops from "@pulumi/azuredevops";
|
|
44
|
+
*
|
|
45
|
+
* const repositoryPolicyMaxPathLength = new azuredevops.RepositoryPolicyMaxPathLength("repositoryPolicyMaxPathLength", {
|
|
46
|
+
* projectId: azuredevops_project.p.id,
|
|
47
|
+
* enabled: true,
|
|
48
|
+
* blocking: true,
|
|
49
|
+
* maxPathLength: 1000,
|
|
50
|
+
* });
|
|
51
|
+
* ```
|
|
52
|
+
* ## Relevant Links
|
|
53
|
+
*
|
|
54
|
+
* - [Azure DevOps Service REST API 5.1 - Policy Configurations](https://docs.microsoft.com/en-us/rest/api/azure/devops/policy/configurations/create?view=azure-devops-rest-5.1)
|
|
55
|
+
*
|
|
56
|
+
* ## Import
|
|
57
|
+
*
|
|
58
|
+
* Azure DevOps repository policies can be imported using the projectID/policyID or projectName/policyID
|
|
59
|
+
*
|
|
60
|
+
* ```sh
|
|
61
|
+
* $ pulumi import azuredevops:index/repositoryPolicyMaxPathLength:RepositoryPolicyMaxPathLength p 00000000-0000-0000-0000-000000000000/0
|
|
62
|
+
* ```
|
|
63
|
+
*/
|
|
64
|
+
class RepositoryPolicyMaxPathLength extends pulumi.CustomResource {
|
|
65
|
+
constructor(name, argsOrState, opts) {
|
|
66
|
+
let inputs = {};
|
|
67
|
+
opts = opts || {};
|
|
68
|
+
if (opts.id) {
|
|
69
|
+
const state = argsOrState;
|
|
70
|
+
inputs["blocking"] = state ? state.blocking : undefined;
|
|
71
|
+
inputs["enabled"] = state ? state.enabled : undefined;
|
|
72
|
+
inputs["maxPathLength"] = state ? state.maxPathLength : undefined;
|
|
73
|
+
inputs["projectId"] = state ? state.projectId : undefined;
|
|
74
|
+
inputs["repositoryIds"] = state ? state.repositoryIds : undefined;
|
|
75
|
+
}
|
|
76
|
+
else {
|
|
77
|
+
const args = argsOrState;
|
|
78
|
+
if ((!args || args.maxPathLength === undefined) && !opts.urn) {
|
|
79
|
+
throw new Error("Missing required property 'maxPathLength'");
|
|
80
|
+
}
|
|
81
|
+
if ((!args || args.projectId === undefined) && !opts.urn) {
|
|
82
|
+
throw new Error("Missing required property 'projectId'");
|
|
83
|
+
}
|
|
84
|
+
inputs["blocking"] = args ? args.blocking : undefined;
|
|
85
|
+
inputs["enabled"] = args ? args.enabled : undefined;
|
|
86
|
+
inputs["maxPathLength"] = args ? args.maxPathLength : undefined;
|
|
87
|
+
inputs["projectId"] = args ? args.projectId : undefined;
|
|
88
|
+
inputs["repositoryIds"] = args ? args.repositoryIds : undefined;
|
|
89
|
+
}
|
|
90
|
+
if (!opts.version) {
|
|
91
|
+
opts = pulumi.mergeOptions(opts, { version: utilities.getVersion() });
|
|
92
|
+
}
|
|
93
|
+
super(RepositoryPolicyMaxPathLength.__pulumiType, name, inputs, opts);
|
|
94
|
+
}
|
|
95
|
+
/**
|
|
96
|
+
* Get an existing RepositoryPolicyMaxPathLength resource's state with the given name, ID, and optional extra
|
|
97
|
+
* properties used to qualify the lookup.
|
|
98
|
+
*
|
|
99
|
+
* @param name The _unique_ name of the resulting resource.
|
|
100
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
101
|
+
* @param state Any extra arguments used during the lookup.
|
|
102
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
103
|
+
*/
|
|
104
|
+
static get(name, id, state, opts) {
|
|
105
|
+
return new RepositoryPolicyMaxPathLength(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
106
|
+
}
|
|
107
|
+
/**
|
|
108
|
+
* Returns true if the given object is an instance of RepositoryPolicyMaxPathLength. This is designed to work even
|
|
109
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
110
|
+
*/
|
|
111
|
+
static isInstance(obj) {
|
|
112
|
+
if (obj === undefined || obj === null) {
|
|
113
|
+
return false;
|
|
114
|
+
}
|
|
115
|
+
return obj['__pulumiType'] === RepositoryPolicyMaxPathLength.__pulumiType;
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
exports.RepositoryPolicyMaxPathLength = RepositoryPolicyMaxPathLength;
|
|
119
|
+
/** @internal */
|
|
120
|
+
RepositoryPolicyMaxPathLength.__pulumiType = 'azuredevops:index/repositoryPolicyMaxPathLength:RepositoryPolicyMaxPathLength';
|
|
121
|
+
//# sourceMappingURL=repositoryPolicyMaxPathLength.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"repositoryPolicyMaxPathLength.js","sourceRoot":"","sources":["../repositoryPolicyMaxPathLength.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,138 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Manage a reserved names repository policy within Azure DevOps project. Block pushes that introduce files, folders, or branch names that include platform reserved names or incompatible characters.
|
|
4
|
+
*
|
|
5
|
+
* > If both project and project policy are enabled, the project policy has high priority.
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
*
|
|
9
|
+
* ```typescript
|
|
10
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
+
* import * as azuredevops from "@pulumi/azuredevops";
|
|
12
|
+
*
|
|
13
|
+
* const project = new azuredevops.Project("project", {
|
|
14
|
+
* description: "Managed by Terraform",
|
|
15
|
+
* visibility: "private",
|
|
16
|
+
* versionControl: "Git",
|
|
17
|
+
* workItemTemplate: "Agile",
|
|
18
|
+
* });
|
|
19
|
+
* const git = new azuredevops.Git("git", {
|
|
20
|
+
* projectId: project.id,
|
|
21
|
+
* initialization: {
|
|
22
|
+
* initType: "Clean",
|
|
23
|
+
* },
|
|
24
|
+
* });
|
|
25
|
+
* const repositoryPolicyReservedNames = new azuredevops.RepositoryPolicyReservedNames("repositoryPolicyReservedNames", {
|
|
26
|
+
* projectId: project.id,
|
|
27
|
+
* enabled: true,
|
|
28
|
+
* blocking: true,
|
|
29
|
+
* repositoryIds: [git.id],
|
|
30
|
+
* });
|
|
31
|
+
* ```
|
|
32
|
+
*
|
|
33
|
+
* # Set project level repository policy
|
|
34
|
+
* ```typescript
|
|
35
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
36
|
+
* import * as azuredevops from "@pulumi/azuredevops";
|
|
37
|
+
*
|
|
38
|
+
* const repositoryPolicyReservedNames = new azuredevops.RepositoryPolicyReservedNames("repositoryPolicyReservedNames", {
|
|
39
|
+
* projectId: azuredevops_project.p.id,
|
|
40
|
+
* enabled: true,
|
|
41
|
+
* blocking: true,
|
|
42
|
+
* });
|
|
43
|
+
* ```
|
|
44
|
+
* ## Relevant Links
|
|
45
|
+
*
|
|
46
|
+
* - [Azure DevOps Service REST API 5.1 - Policy Configurations](https://docs.microsoft.com/en-us/rest/api/azure/devops/policy/configurations/create?view=azure-devops-rest-5.1)
|
|
47
|
+
*
|
|
48
|
+
* ## Import
|
|
49
|
+
*
|
|
50
|
+
* Azure DevOps repository policies can be imported using the projectID/policyID or projectName/policyID
|
|
51
|
+
*
|
|
52
|
+
* ```sh
|
|
53
|
+
* $ pulumi import azuredevops:index/repositoryPolicyReservedNames:RepositoryPolicyReservedNames p 00000000-0000-0000-0000-000000000000/0
|
|
54
|
+
* ```
|
|
55
|
+
*/
|
|
56
|
+
export declare class RepositoryPolicyReservedNames extends pulumi.CustomResource {
|
|
57
|
+
/**
|
|
58
|
+
* Get an existing RepositoryPolicyReservedNames resource's state with the given name, ID, and optional extra
|
|
59
|
+
* properties used to qualify the lookup.
|
|
60
|
+
*
|
|
61
|
+
* @param name The _unique_ name of the resulting resource.
|
|
62
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
63
|
+
* @param state Any extra arguments used during the lookup.
|
|
64
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
65
|
+
*/
|
|
66
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: RepositoryPolicyReservedNamesState, opts?: pulumi.CustomResourceOptions): RepositoryPolicyReservedNames;
|
|
67
|
+
/**
|
|
68
|
+
* Returns true if the given object is an instance of RepositoryPolicyReservedNames. This is designed to work even
|
|
69
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
70
|
+
*/
|
|
71
|
+
static isInstance(obj: any): obj is RepositoryPolicyReservedNames;
|
|
72
|
+
/**
|
|
73
|
+
* A flag indicating if the policy should be blocking. Defaults to `true`.
|
|
74
|
+
*/
|
|
75
|
+
readonly blocking: pulumi.Output<boolean | undefined>;
|
|
76
|
+
/**
|
|
77
|
+
* A flag indicating if the policy should be enabled. Defaults to `true`.
|
|
78
|
+
*/
|
|
79
|
+
readonly enabled: pulumi.Output<boolean | undefined>;
|
|
80
|
+
/**
|
|
81
|
+
* The ID of the project in which the policy will be created.
|
|
82
|
+
*/
|
|
83
|
+
readonly projectId: pulumi.Output<string>;
|
|
84
|
+
/**
|
|
85
|
+
* Control whether the policy is enabled for the repository or the project. If `repositoryIds` not configured, the policy will be set to the project.
|
|
86
|
+
*/
|
|
87
|
+
readonly repositoryIds: pulumi.Output<string[] | undefined>;
|
|
88
|
+
/**
|
|
89
|
+
* Create a RepositoryPolicyReservedNames resource with the given unique name, arguments, and options.
|
|
90
|
+
*
|
|
91
|
+
* @param name The _unique_ name of the resource.
|
|
92
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
93
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
94
|
+
*/
|
|
95
|
+
constructor(name: string, args: RepositoryPolicyReservedNamesArgs, opts?: pulumi.CustomResourceOptions);
|
|
96
|
+
}
|
|
97
|
+
/**
|
|
98
|
+
* Input properties used for looking up and filtering RepositoryPolicyReservedNames resources.
|
|
99
|
+
*/
|
|
100
|
+
export interface RepositoryPolicyReservedNamesState {
|
|
101
|
+
/**
|
|
102
|
+
* A flag indicating if the policy should be blocking. Defaults to `true`.
|
|
103
|
+
*/
|
|
104
|
+
blocking?: pulumi.Input<boolean>;
|
|
105
|
+
/**
|
|
106
|
+
* A flag indicating if the policy should be enabled. Defaults to `true`.
|
|
107
|
+
*/
|
|
108
|
+
enabled?: pulumi.Input<boolean>;
|
|
109
|
+
/**
|
|
110
|
+
* The ID of the project in which the policy will be created.
|
|
111
|
+
*/
|
|
112
|
+
projectId?: pulumi.Input<string>;
|
|
113
|
+
/**
|
|
114
|
+
* Control whether the policy is enabled for the repository or the project. If `repositoryIds` not configured, the policy will be set to the project.
|
|
115
|
+
*/
|
|
116
|
+
repositoryIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
117
|
+
}
|
|
118
|
+
/**
|
|
119
|
+
* The set of arguments for constructing a RepositoryPolicyReservedNames resource.
|
|
120
|
+
*/
|
|
121
|
+
export interface RepositoryPolicyReservedNamesArgs {
|
|
122
|
+
/**
|
|
123
|
+
* A flag indicating if the policy should be blocking. Defaults to `true`.
|
|
124
|
+
*/
|
|
125
|
+
blocking?: pulumi.Input<boolean>;
|
|
126
|
+
/**
|
|
127
|
+
* A flag indicating if the policy should be enabled. Defaults to `true`.
|
|
128
|
+
*/
|
|
129
|
+
enabled?: pulumi.Input<boolean>;
|
|
130
|
+
/**
|
|
131
|
+
* The ID of the project in which the policy will be created.
|
|
132
|
+
*/
|
|
133
|
+
projectId: pulumi.Input<string>;
|
|
134
|
+
/**
|
|
135
|
+
* Control whether the policy is enabled for the repository or the project. If `repositoryIds` not configured, the policy will be set to the project.
|
|
136
|
+
*/
|
|
137
|
+
repositoryIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
138
|
+
}
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.RepositoryPolicyReservedNames = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Manage a reserved names repository policy within Azure DevOps project. Block pushes that introduce files, folders, or branch names that include platform reserved names or incompatible characters.
|
|
10
|
+
*
|
|
11
|
+
* > If both project and project policy are enabled, the project policy has high priority.
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as azuredevops from "@pulumi/azuredevops";
|
|
18
|
+
*
|
|
19
|
+
* const project = new azuredevops.Project("project", {
|
|
20
|
+
* description: "Managed by Terraform",
|
|
21
|
+
* visibility: "private",
|
|
22
|
+
* versionControl: "Git",
|
|
23
|
+
* workItemTemplate: "Agile",
|
|
24
|
+
* });
|
|
25
|
+
* const git = new azuredevops.Git("git", {
|
|
26
|
+
* projectId: project.id,
|
|
27
|
+
* initialization: {
|
|
28
|
+
* initType: "Clean",
|
|
29
|
+
* },
|
|
30
|
+
* });
|
|
31
|
+
* const repositoryPolicyReservedNames = new azuredevops.RepositoryPolicyReservedNames("repositoryPolicyReservedNames", {
|
|
32
|
+
* projectId: project.id,
|
|
33
|
+
* enabled: true,
|
|
34
|
+
* blocking: true,
|
|
35
|
+
* repositoryIds: [git.id],
|
|
36
|
+
* });
|
|
37
|
+
* ```
|
|
38
|
+
*
|
|
39
|
+
* # Set project level repository policy
|
|
40
|
+
* ```typescript
|
|
41
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
42
|
+
* import * as azuredevops from "@pulumi/azuredevops";
|
|
43
|
+
*
|
|
44
|
+
* const repositoryPolicyReservedNames = new azuredevops.RepositoryPolicyReservedNames("repositoryPolicyReservedNames", {
|
|
45
|
+
* projectId: azuredevops_project.p.id,
|
|
46
|
+
* enabled: true,
|
|
47
|
+
* blocking: true,
|
|
48
|
+
* });
|
|
49
|
+
* ```
|
|
50
|
+
* ## Relevant Links
|
|
51
|
+
*
|
|
52
|
+
* - [Azure DevOps Service REST API 5.1 - Policy Configurations](https://docs.microsoft.com/en-us/rest/api/azure/devops/policy/configurations/create?view=azure-devops-rest-5.1)
|
|
53
|
+
*
|
|
54
|
+
* ## Import
|
|
55
|
+
*
|
|
56
|
+
* Azure DevOps repository policies can be imported using the projectID/policyID or projectName/policyID
|
|
57
|
+
*
|
|
58
|
+
* ```sh
|
|
59
|
+
* $ pulumi import azuredevops:index/repositoryPolicyReservedNames:RepositoryPolicyReservedNames p 00000000-0000-0000-0000-000000000000/0
|
|
60
|
+
* ```
|
|
61
|
+
*/
|
|
62
|
+
class RepositoryPolicyReservedNames extends pulumi.CustomResource {
|
|
63
|
+
constructor(name, argsOrState, opts) {
|
|
64
|
+
let inputs = {};
|
|
65
|
+
opts = opts || {};
|
|
66
|
+
if (opts.id) {
|
|
67
|
+
const state = argsOrState;
|
|
68
|
+
inputs["blocking"] = state ? state.blocking : undefined;
|
|
69
|
+
inputs["enabled"] = state ? state.enabled : undefined;
|
|
70
|
+
inputs["projectId"] = state ? state.projectId : undefined;
|
|
71
|
+
inputs["repositoryIds"] = state ? state.repositoryIds : undefined;
|
|
72
|
+
}
|
|
73
|
+
else {
|
|
74
|
+
const args = argsOrState;
|
|
75
|
+
if ((!args || args.projectId === undefined) && !opts.urn) {
|
|
76
|
+
throw new Error("Missing required property 'projectId'");
|
|
77
|
+
}
|
|
78
|
+
inputs["blocking"] = args ? args.blocking : undefined;
|
|
79
|
+
inputs["enabled"] = args ? args.enabled : undefined;
|
|
80
|
+
inputs["projectId"] = args ? args.projectId : undefined;
|
|
81
|
+
inputs["repositoryIds"] = args ? args.repositoryIds : undefined;
|
|
82
|
+
}
|
|
83
|
+
if (!opts.version) {
|
|
84
|
+
opts = pulumi.mergeOptions(opts, { version: utilities.getVersion() });
|
|
85
|
+
}
|
|
86
|
+
super(RepositoryPolicyReservedNames.__pulumiType, name, inputs, opts);
|
|
87
|
+
}
|
|
88
|
+
/**
|
|
89
|
+
* Get an existing RepositoryPolicyReservedNames resource's state with the given name, ID, and optional extra
|
|
90
|
+
* properties used to qualify the lookup.
|
|
91
|
+
*
|
|
92
|
+
* @param name The _unique_ name of the resulting resource.
|
|
93
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
94
|
+
* @param state Any extra arguments used during the lookup.
|
|
95
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
96
|
+
*/
|
|
97
|
+
static get(name, id, state, opts) {
|
|
98
|
+
return new RepositoryPolicyReservedNames(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
99
|
+
}
|
|
100
|
+
/**
|
|
101
|
+
* Returns true if the given object is an instance of RepositoryPolicyReservedNames. This is designed to work even
|
|
102
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
103
|
+
*/
|
|
104
|
+
static isInstance(obj) {
|
|
105
|
+
if (obj === undefined || obj === null) {
|
|
106
|
+
return false;
|
|
107
|
+
}
|
|
108
|
+
return obj['__pulumiType'] === RepositoryPolicyReservedNames.__pulumiType;
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
exports.RepositoryPolicyReservedNames = RepositoryPolicyReservedNames;
|
|
112
|
+
/** @internal */
|
|
113
|
+
RepositoryPolicyReservedNames.__pulumiType = 'azuredevops:index/repositoryPolicyReservedNames:RepositoryPolicyReservedNames';
|
|
114
|
+
//# sourceMappingURL=repositoryPolicyReservedNames.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"repositoryPolicyReservedNames.js","sourceRoot":"","sources":["../repositoryPolicyReservedNames.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqDG;AACH,MAAa,6BAA8B,SAAQ,MAAM,CAAC,cAAc;IAqDpE,YAAY,IAAY,EAAE,WAAoF,EAAE,IAAmC;QAC/I,IAAI,MAAM,GAAkB,EAAE,CAAC;QAC/B,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA6D,CAAC;YAC5E,MAAM,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,MAAM,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,MAAM,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,MAAM,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;SACrE;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,MAAM,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,MAAM,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YACpD,MAAM,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,MAAM,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;SACnE;QACD,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;YACf,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,EAAE,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE,EAAC,CAAC,CAAC;SACxE;QACD,KAAK,CAAC,6BAA6B,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,CAAC;IAC1E,CAAC;IA3ED;;;;;;;;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;;AA1BL,sEA6EC;AA/DG,gBAAgB;AACO,0CAAY,GAAG,+EAA+E,CAAC"}
|
package/resourceAuthorization.js
CHANGED
|
@@ -2,6 +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.ResourceAuthorization = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resourceAuthorization.js","sourceRoot":"","sources":["../resourceAuthorization.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"resourceAuthorization.js","sourceRoot":"","sources":["../resourceAuthorization.ts"],"names":[],"mappings":"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"}
|
package/security/index.js
CHANGED
|
@@ -1,14 +1,21 @@
|
|
|
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
|
-
function
|
|
5
|
-
|
|
6
|
-
}
|
|
4
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5
|
+
if (k2 === undefined) k2 = k;
|
|
6
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
7
|
+
}) : (function(o, m, k, k2) {
|
|
8
|
+
if (k2 === undefined) k2 = k;
|
|
9
|
+
o[k2] = m[k];
|
|
10
|
+
}));
|
|
11
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
12
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
13
|
+
};
|
|
7
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
15
|
const pulumi = require("@pulumi/pulumi");
|
|
9
16
|
const utilities = require("../utilities");
|
|
10
17
|
// Export members:
|
|
11
|
-
|
|
18
|
+
__exportStar(require("./resourceAuthorization"), exports);
|
|
12
19
|
// Import resources to register:
|
|
13
20
|
const resourceAuthorization_1 = require("./resourceAuthorization");
|
|
14
21
|
const _module = {
|
package/security/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../security/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../security/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C,kBAAkB;AAClB,0DAAwC;AAExC,gCAAgC;AAChC,mEAAgE;AAEhE,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,kEAAkE;gBACnE,OAAO,IAAI,6CAAqB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACnE;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,aAAa,EAAE,gCAAgC,EAAE,OAAO,CAAC,CAAA"}
|
|
@@ -2,6 +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.ResourceAuthorization = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("../utilities");
|
|
7
8
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resourceAuthorization.js","sourceRoot":"","sources":["../../security/resourceAuthorization.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"resourceAuthorization.js","sourceRoot":"","sources":["../../security/resourceAuthorization.ts"],"names":[],"mappings":"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"}
|
|
@@ -2,6 +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.ServiceEndpointArtifactory = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"serviceEndpointArtifactory.js","sourceRoot":"","sources":["../serviceEndpointArtifactory.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"serviceEndpointArtifactory.js","sourceRoot":"","sources":["../serviceEndpointArtifactory.ts"],"names":[],"mappings":"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"}
|
package/serviceEndpointAws.js
CHANGED
|
@@ -2,6 +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.ServiceEndpointAws = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
/**
|