@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/repository/index.js
CHANGED
|
@@ -1,34 +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
|
-
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.Git = exports.getRepositoriesOutput = exports.getRepositories = void 0;
|
|
19
6
|
const pulumi = require("@pulumi/pulumi");
|
|
20
7
|
const utilities = require("../utilities");
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
8
|
+
exports.getRepositories = null;
|
|
9
|
+
exports.getRepositoriesOutput = null;
|
|
10
|
+
utilities.lazyLoad(exports, ["getRepositories", "getRepositoriesOutput"], () => require("./getRepositories"));
|
|
11
|
+
exports.Git = null;
|
|
12
|
+
utilities.lazyLoad(exports, ["Git"], () => require("./git"));
|
|
26
13
|
const _module = {
|
|
27
14
|
version: utilities.getVersion(),
|
|
28
15
|
construct: (name, type, urn) => {
|
|
29
16
|
switch (type) {
|
|
30
17
|
case "azuredevops:Repository/git:Git":
|
|
31
|
-
return new
|
|
18
|
+
return new exports.Git(name, undefined, { urn });
|
|
32
19
|
default:
|
|
33
20
|
throw new Error(`unknown resource type ${type}`);
|
|
34
21
|
}
|
package/repository/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../repository/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../repository/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAI7B,QAAA,eAAe,GAAuD,IAAW,CAAC;AAClF,QAAA,qBAAqB,GAA6D,IAAW,CAAC;AAC3G,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,iBAAiB,EAAC,uBAAuB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAC,CAAC;AAIhG,QAAA,GAAG,GAA+B,IAAW,CAAC;AAC3D,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,KAAK,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC,CAAC;AAG7D,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,gCAAgC;gBACjC,OAAO,IAAI,WAAG,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACjD;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,aAAa,EAAE,gBAAgB,EAAE,OAAO,CAAC,CAAA"}
|
|
@@ -73,6 +73,28 @@ const utilities = require("./utilities");
|
|
|
73
73
|
* ```
|
|
74
74
|
*/
|
|
75
75
|
class RepositoryPolicyAuthorEmailPattern extends pulumi.CustomResource {
|
|
76
|
+
/**
|
|
77
|
+
* Get an existing RepositoryPolicyAuthorEmailPattern 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 RepositoryPolicyAuthorEmailPattern(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
87
|
+
}
|
|
88
|
+
/**
|
|
89
|
+
* Returns true if the given object is an instance of RepositoryPolicyAuthorEmailPattern. 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'] === RepositoryPolicyAuthorEmailPattern.__pulumiType;
|
|
97
|
+
}
|
|
76
98
|
constructor(name, argsOrState, opts) {
|
|
77
99
|
let resourceInputs = {};
|
|
78
100
|
opts = opts || {};
|
|
@@ -101,28 +123,6 @@ class RepositoryPolicyAuthorEmailPattern extends pulumi.CustomResource {
|
|
|
101
123
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
102
124
|
super(RepositoryPolicyAuthorEmailPattern.__pulumiType, name, resourceInputs, opts);
|
|
103
125
|
}
|
|
104
|
-
/**
|
|
105
|
-
* Get an existing RepositoryPolicyAuthorEmailPattern 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 RepositoryPolicyAuthorEmailPattern(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
115
|
-
}
|
|
116
|
-
/**
|
|
117
|
-
* Returns true if the given object is an instance of RepositoryPolicyAuthorEmailPattern. 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'] === RepositoryPolicyAuthorEmailPattern.__pulumiType;
|
|
125
|
-
}
|
|
126
126
|
}
|
|
127
127
|
exports.RepositoryPolicyAuthorEmailPattern = RepositoryPolicyAuthorEmailPattern;
|
|
128
128
|
/** @internal */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"repositoryPolicyAuthorEmailPattern.js","sourceRoot":"","sources":["../repositoryPolicyAuthorEmailPattern.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkEG;AACH,MAAa,kCAAmC,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"repositoryPolicyAuthorEmailPattern.js","sourceRoot":"","sources":["../repositoryPolicyAuthorEmailPattern.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkEG;AACH,MAAa,kCAAmC,SAAQ,MAAM,CAAC,cAAc;IACzE;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA+C,EAAE,IAAmC;QAC7I,OAAO,IAAI,kCAAkC,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACzF,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,kCAAkC,CAAC,YAAY,CAAC;IACnF,CAAC;IAgCD,YAAY,IAAY,EAAE,WAA8F,EAAE,IAAmC;QACzJ,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAkE,CAAC;YACjF,cAAc,CAAC,qBAAqB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAAC,CAAC,SAAS,CAAC;YACtF,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,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7E;aAAM;YACH,MAAM,IAAI,GAAG,WAAiE,CAAC;YAC/E,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,mBAAmB,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAChE,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;aACtE;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,qBAAqB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC,CAAC,SAAS,CAAC;YACpF,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,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3E;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,kCAAkC,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACvF,CAAC;;AApFL,gFAqFC;AAvEG,gBAAgB;AACO,+CAAY,GAAG,yFAAyF,CAAC"}
|
|
@@ -68,6 +68,28 @@ const utilities = require("./utilities");
|
|
|
68
68
|
* ```
|
|
69
69
|
*/
|
|
70
70
|
class RepositoryPolicyCaseEnforcement extends pulumi.CustomResource {
|
|
71
|
+
/**
|
|
72
|
+
* Get an existing RepositoryPolicyCaseEnforcement resource's state with the given name, ID, and optional extra
|
|
73
|
+
* properties used to qualify the lookup.
|
|
74
|
+
*
|
|
75
|
+
* @param name The _unique_ name of the resulting resource.
|
|
76
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
77
|
+
* @param state Any extra arguments used during the lookup.
|
|
78
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
79
|
+
*/
|
|
80
|
+
static get(name, id, state, opts) {
|
|
81
|
+
return new RepositoryPolicyCaseEnforcement(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
82
|
+
}
|
|
83
|
+
/**
|
|
84
|
+
* Returns true if the given object is an instance of RepositoryPolicyCaseEnforcement. This is designed to work even
|
|
85
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
86
|
+
*/
|
|
87
|
+
static isInstance(obj) {
|
|
88
|
+
if (obj === undefined || obj === null) {
|
|
89
|
+
return false;
|
|
90
|
+
}
|
|
91
|
+
return obj['__pulumiType'] === RepositoryPolicyCaseEnforcement.__pulumiType;
|
|
92
|
+
}
|
|
71
93
|
constructor(name, argsOrState, opts) {
|
|
72
94
|
let resourceInputs = {};
|
|
73
95
|
opts = opts || {};
|
|
@@ -96,28 +118,6 @@ class RepositoryPolicyCaseEnforcement extends pulumi.CustomResource {
|
|
|
96
118
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
97
119
|
super(RepositoryPolicyCaseEnforcement.__pulumiType, name, resourceInputs, opts);
|
|
98
120
|
}
|
|
99
|
-
/**
|
|
100
|
-
* Get an existing RepositoryPolicyCaseEnforcement resource's state with the given name, ID, and optional extra
|
|
101
|
-
* properties used to qualify the lookup.
|
|
102
|
-
*
|
|
103
|
-
* @param name The _unique_ name of the resulting resource.
|
|
104
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
105
|
-
* @param state Any extra arguments used during the lookup.
|
|
106
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
107
|
-
*/
|
|
108
|
-
static get(name, id, state, opts) {
|
|
109
|
-
return new RepositoryPolicyCaseEnforcement(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
110
|
-
}
|
|
111
|
-
/**
|
|
112
|
-
* Returns true if the given object is an instance of RepositoryPolicyCaseEnforcement. This is designed to work even
|
|
113
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
114
|
-
*/
|
|
115
|
-
static isInstance(obj) {
|
|
116
|
-
if (obj === undefined || obj === null) {
|
|
117
|
-
return false;
|
|
118
|
-
}
|
|
119
|
-
return obj['__pulumiType'] === RepositoryPolicyCaseEnforcement.__pulumiType;
|
|
120
|
-
}
|
|
121
121
|
}
|
|
122
122
|
exports.RepositoryPolicyCaseEnforcement = RepositoryPolicyCaseEnforcement;
|
|
123
123
|
/** @internal */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"repositoryPolicyCaseEnforcement.js","sourceRoot":"","sources":["../repositoryPolicyCaseEnforcement.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6DG;AACH,MAAa,+BAAgC,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"repositoryPolicyCaseEnforcement.js","sourceRoot":"","sources":["../repositoryPolicyCaseEnforcement.ts"],"names":[],"mappings":"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"}
|
|
@@ -66,6 +66,28 @@ const utilities = require("./utilities");
|
|
|
66
66
|
* ```
|
|
67
67
|
*/
|
|
68
68
|
class RepositoryPolicyCheckCredentials extends pulumi.CustomResource {
|
|
69
|
+
/**
|
|
70
|
+
* Get an existing RepositoryPolicyCheckCredentials resource's state with the given name, ID, and optional extra
|
|
71
|
+
* properties used to qualify the lookup.
|
|
72
|
+
*
|
|
73
|
+
* @param name The _unique_ name of the resulting resource.
|
|
74
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
75
|
+
* @param state Any extra arguments used during the lookup.
|
|
76
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
77
|
+
*/
|
|
78
|
+
static get(name, id, state, opts) {
|
|
79
|
+
return new RepositoryPolicyCheckCredentials(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
80
|
+
}
|
|
81
|
+
/**
|
|
82
|
+
* Returns true if the given object is an instance of RepositoryPolicyCheckCredentials. This is designed to work even
|
|
83
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
84
|
+
*/
|
|
85
|
+
static isInstance(obj) {
|
|
86
|
+
if (obj === undefined || obj === null) {
|
|
87
|
+
return false;
|
|
88
|
+
}
|
|
89
|
+
return obj['__pulumiType'] === RepositoryPolicyCheckCredentials.__pulumiType;
|
|
90
|
+
}
|
|
69
91
|
constructor(name, argsOrState, opts) {
|
|
70
92
|
let resourceInputs = {};
|
|
71
93
|
opts = opts || {};
|
|
@@ -89,28 +111,6 @@ class RepositoryPolicyCheckCredentials extends pulumi.CustomResource {
|
|
|
89
111
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
90
112
|
super(RepositoryPolicyCheckCredentials.__pulumiType, name, resourceInputs, opts);
|
|
91
113
|
}
|
|
92
|
-
/**
|
|
93
|
-
* Get an existing RepositoryPolicyCheckCredentials resource's state with the given name, ID, and optional extra
|
|
94
|
-
* properties used to qualify the lookup.
|
|
95
|
-
*
|
|
96
|
-
* @param name The _unique_ name of the resulting resource.
|
|
97
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
98
|
-
* @param state Any extra arguments used during the lookup.
|
|
99
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
100
|
-
*/
|
|
101
|
-
static get(name, id, state, opts) {
|
|
102
|
-
return new RepositoryPolicyCheckCredentials(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
103
|
-
}
|
|
104
|
-
/**
|
|
105
|
-
* Returns true if the given object is an instance of RepositoryPolicyCheckCredentials. This is designed to work even
|
|
106
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
107
|
-
*/
|
|
108
|
-
static isInstance(obj) {
|
|
109
|
-
if (obj === undefined || obj === null) {
|
|
110
|
-
return false;
|
|
111
|
-
}
|
|
112
|
-
return obj['__pulumiType'] === RepositoryPolicyCheckCredentials.__pulumiType;
|
|
113
|
-
}
|
|
114
114
|
}
|
|
115
115
|
exports.RepositoryPolicyCheckCredentials = RepositoryPolicyCheckCredentials;
|
|
116
116
|
/** @internal */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"repositoryPolicyCheckCredentials.js","sourceRoot":"","sources":["../repositoryPolicyCheckCredentials.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2DG;AACH,MAAa,gCAAiC,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"repositoryPolicyCheckCredentials.js","sourceRoot":"","sources":["../repositoryPolicyCheckCredentials.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2DG;AACH,MAAa,gCAAiC,SAAQ,MAAM,CAAC,cAAc;IACvE;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA6C,EAAE,IAAmC;QAC3I,OAAO,IAAI,gCAAgC,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACvF,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,gCAAgC,CAAC,YAAY,CAAC;IACjF,CAAC;IA2BD,YAAY,IAAY,EAAE,WAA0F,EAAE,IAAmC;QACrJ,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAgE,CAAC;YAC/E,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,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7E;aAAM;YACH,MAAM,IAAI,GAAG,WAA+D,CAAC;YAC7E,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,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,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3E;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,gCAAgC,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACrF,CAAC;;AA1EL,4EA2EC;AA7DG,gBAAgB;AACO,6CAAY,GAAG,qFAAqF,CAAC"}
|
|
@@ -72,6 +72,28 @@ const utilities = require("./utilities");
|
|
|
72
72
|
* ```
|
|
73
73
|
*/
|
|
74
74
|
class RepositoryPolicyFilePathPattern extends pulumi.CustomResource {
|
|
75
|
+
/**
|
|
76
|
+
* Get an existing RepositoryPolicyFilePathPattern resource's state with the given name, ID, and optional extra
|
|
77
|
+
* properties used to qualify the lookup.
|
|
78
|
+
*
|
|
79
|
+
* @param name The _unique_ name of the resulting resource.
|
|
80
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
81
|
+
* @param state Any extra arguments used during the lookup.
|
|
82
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
83
|
+
*/
|
|
84
|
+
static get(name, id, state, opts) {
|
|
85
|
+
return new RepositoryPolicyFilePathPattern(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
86
|
+
}
|
|
87
|
+
/**
|
|
88
|
+
* Returns true if the given object is an instance of RepositoryPolicyFilePathPattern. This is designed to work even
|
|
89
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
90
|
+
*/
|
|
91
|
+
static isInstance(obj) {
|
|
92
|
+
if (obj === undefined || obj === null) {
|
|
93
|
+
return false;
|
|
94
|
+
}
|
|
95
|
+
return obj['__pulumiType'] === RepositoryPolicyFilePathPattern.__pulumiType;
|
|
96
|
+
}
|
|
75
97
|
constructor(name, argsOrState, opts) {
|
|
76
98
|
let resourceInputs = {};
|
|
77
99
|
opts = opts || {};
|
|
@@ -100,28 +122,6 @@ class RepositoryPolicyFilePathPattern extends pulumi.CustomResource {
|
|
|
100
122
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
101
123
|
super(RepositoryPolicyFilePathPattern.__pulumiType, name, resourceInputs, opts);
|
|
102
124
|
}
|
|
103
|
-
/**
|
|
104
|
-
* Get an existing RepositoryPolicyFilePathPattern resource's state with the given name, ID, and optional extra
|
|
105
|
-
* properties used to qualify the lookup.
|
|
106
|
-
*
|
|
107
|
-
* @param name The _unique_ name of the resulting resource.
|
|
108
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
109
|
-
* @param state Any extra arguments used during the lookup.
|
|
110
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
111
|
-
*/
|
|
112
|
-
static get(name, id, state, opts) {
|
|
113
|
-
return new RepositoryPolicyFilePathPattern(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
114
|
-
}
|
|
115
|
-
/**
|
|
116
|
-
* Returns true if the given object is an instance of RepositoryPolicyFilePathPattern. This is designed to work even
|
|
117
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
118
|
-
*/
|
|
119
|
-
static isInstance(obj) {
|
|
120
|
-
if (obj === undefined || obj === null) {
|
|
121
|
-
return false;
|
|
122
|
-
}
|
|
123
|
-
return obj['__pulumiType'] === RepositoryPolicyFilePathPattern.__pulumiType;
|
|
124
|
-
}
|
|
125
125
|
}
|
|
126
126
|
exports.RepositoryPolicyFilePathPattern = RepositoryPolicyFilePathPattern;
|
|
127
127
|
/** @internal */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"repositoryPolicyFilePathPattern.js","sourceRoot":"","sources":["../repositoryPolicyFilePathPattern.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiEG;AACH,MAAa,+BAAgC,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"repositoryPolicyFilePathPattern.js","sourceRoot":"","sources":["../repositoryPolicyFilePathPattern.ts"],"names":[],"mappings":"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"}
|
|
@@ -68,6 +68,28 @@ const utilities = require("./utilities");
|
|
|
68
68
|
* ```
|
|
69
69
|
*/
|
|
70
70
|
class RepositoryPolicyMaxFileSize extends pulumi.CustomResource {
|
|
71
|
+
/**
|
|
72
|
+
* Get an existing RepositoryPolicyMaxFileSize resource's state with the given name, ID, and optional extra
|
|
73
|
+
* properties used to qualify the lookup.
|
|
74
|
+
*
|
|
75
|
+
* @param name The _unique_ name of the resulting resource.
|
|
76
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
77
|
+
* @param state Any extra arguments used during the lookup.
|
|
78
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
79
|
+
*/
|
|
80
|
+
static get(name, id, state, opts) {
|
|
81
|
+
return new RepositoryPolicyMaxFileSize(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
82
|
+
}
|
|
83
|
+
/**
|
|
84
|
+
* Returns true if the given object is an instance of RepositoryPolicyMaxFileSize. This is designed to work even
|
|
85
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
86
|
+
*/
|
|
87
|
+
static isInstance(obj) {
|
|
88
|
+
if (obj === undefined || obj === null) {
|
|
89
|
+
return false;
|
|
90
|
+
}
|
|
91
|
+
return obj['__pulumiType'] === RepositoryPolicyMaxFileSize.__pulumiType;
|
|
92
|
+
}
|
|
71
93
|
constructor(name, argsOrState, opts) {
|
|
72
94
|
let resourceInputs = {};
|
|
73
95
|
opts = opts || {};
|
|
@@ -96,28 +118,6 @@ class RepositoryPolicyMaxFileSize extends pulumi.CustomResource {
|
|
|
96
118
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
97
119
|
super(RepositoryPolicyMaxFileSize.__pulumiType, name, resourceInputs, opts);
|
|
98
120
|
}
|
|
99
|
-
/**
|
|
100
|
-
* Get an existing RepositoryPolicyMaxFileSize resource's state with the given name, ID, and optional extra
|
|
101
|
-
* properties used to qualify the lookup.
|
|
102
|
-
*
|
|
103
|
-
* @param name The _unique_ name of the resulting resource.
|
|
104
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
105
|
-
* @param state Any extra arguments used during the lookup.
|
|
106
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
107
|
-
*/
|
|
108
|
-
static get(name, id, state, opts) {
|
|
109
|
-
return new RepositoryPolicyMaxFileSize(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
110
|
-
}
|
|
111
|
-
/**
|
|
112
|
-
* Returns true if the given object is an instance of RepositoryPolicyMaxFileSize. This is designed to work even
|
|
113
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
114
|
-
*/
|
|
115
|
-
static isInstance(obj) {
|
|
116
|
-
if (obj === undefined || obj === null) {
|
|
117
|
-
return false;
|
|
118
|
-
}
|
|
119
|
-
return obj['__pulumiType'] === RepositoryPolicyMaxFileSize.__pulumiType;
|
|
120
|
-
}
|
|
121
121
|
}
|
|
122
122
|
exports.RepositoryPolicyMaxFileSize = RepositoryPolicyMaxFileSize;
|
|
123
123
|
/** @internal */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"repositoryPolicyMaxFileSize.js","sourceRoot":"","sources":["../repositoryPolicyMaxFileSize.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6DG;AACH,MAAa,2BAA4B,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"repositoryPolicyMaxFileSize.js","sourceRoot":"","sources":["../repositoryPolicyMaxFileSize.ts"],"names":[],"mappings":"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"}
|
|
@@ -68,6 +68,28 @@ const utilities = require("./utilities");
|
|
|
68
68
|
* ```
|
|
69
69
|
*/
|
|
70
70
|
class RepositoryPolicyMaxPathLength extends pulumi.CustomResource {
|
|
71
|
+
/**
|
|
72
|
+
* Get an existing RepositoryPolicyMaxPathLength resource's state with the given name, ID, and optional extra
|
|
73
|
+
* properties used to qualify the lookup.
|
|
74
|
+
*
|
|
75
|
+
* @param name The _unique_ name of the resulting resource.
|
|
76
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
77
|
+
* @param state Any extra arguments used during the lookup.
|
|
78
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
79
|
+
*/
|
|
80
|
+
static get(name, id, state, opts) {
|
|
81
|
+
return new RepositoryPolicyMaxPathLength(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
82
|
+
}
|
|
83
|
+
/**
|
|
84
|
+
* Returns true if the given object is an instance of RepositoryPolicyMaxPathLength. This is designed to work even
|
|
85
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
86
|
+
*/
|
|
87
|
+
static isInstance(obj) {
|
|
88
|
+
if (obj === undefined || obj === null) {
|
|
89
|
+
return false;
|
|
90
|
+
}
|
|
91
|
+
return obj['__pulumiType'] === RepositoryPolicyMaxPathLength.__pulumiType;
|
|
92
|
+
}
|
|
71
93
|
constructor(name, argsOrState, opts) {
|
|
72
94
|
let resourceInputs = {};
|
|
73
95
|
opts = opts || {};
|
|
@@ -96,28 +118,6 @@ class RepositoryPolicyMaxPathLength extends pulumi.CustomResource {
|
|
|
96
118
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
97
119
|
super(RepositoryPolicyMaxPathLength.__pulumiType, name, resourceInputs, opts);
|
|
98
120
|
}
|
|
99
|
-
/**
|
|
100
|
-
* Get an existing RepositoryPolicyMaxPathLength resource's state with the given name, ID, and optional extra
|
|
101
|
-
* properties used to qualify the lookup.
|
|
102
|
-
*
|
|
103
|
-
* @param name The _unique_ name of the resulting resource.
|
|
104
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
105
|
-
* @param state Any extra arguments used during the lookup.
|
|
106
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
107
|
-
*/
|
|
108
|
-
static get(name, id, state, opts) {
|
|
109
|
-
return new RepositoryPolicyMaxPathLength(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
110
|
-
}
|
|
111
|
-
/**
|
|
112
|
-
* Returns true if the given object is an instance of RepositoryPolicyMaxPathLength. This is designed to work even
|
|
113
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
114
|
-
*/
|
|
115
|
-
static isInstance(obj) {
|
|
116
|
-
if (obj === undefined || obj === null) {
|
|
117
|
-
return false;
|
|
118
|
-
}
|
|
119
|
-
return obj['__pulumiType'] === RepositoryPolicyMaxPathLength.__pulumiType;
|
|
120
|
-
}
|
|
121
121
|
}
|
|
122
122
|
exports.RepositoryPolicyMaxPathLength = RepositoryPolicyMaxPathLength;
|
|
123
123
|
/** @internal */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"repositoryPolicyMaxPathLength.js","sourceRoot":"","sources":["../repositoryPolicyMaxPathLength.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6DG;AACH,MAAa,6BAA8B,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"repositoryPolicyMaxPathLength.js","sourceRoot":"","sources":["../repositoryPolicyMaxPathLength.ts"],"names":[],"mappings":"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"}
|
|
@@ -66,6 +66,28 @@ const utilities = require("./utilities");
|
|
|
66
66
|
* ```
|
|
67
67
|
*/
|
|
68
68
|
class RepositoryPolicyReservedNames extends pulumi.CustomResource {
|
|
69
|
+
/**
|
|
70
|
+
* Get an existing RepositoryPolicyReservedNames resource's state with the given name, ID, and optional extra
|
|
71
|
+
* properties used to qualify the lookup.
|
|
72
|
+
*
|
|
73
|
+
* @param name The _unique_ name of the resulting resource.
|
|
74
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
75
|
+
* @param state Any extra arguments used during the lookup.
|
|
76
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
77
|
+
*/
|
|
78
|
+
static get(name, id, state, opts) {
|
|
79
|
+
return new RepositoryPolicyReservedNames(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
80
|
+
}
|
|
81
|
+
/**
|
|
82
|
+
* Returns true if the given object is an instance of RepositoryPolicyReservedNames. This is designed to work even
|
|
83
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
84
|
+
*/
|
|
85
|
+
static isInstance(obj) {
|
|
86
|
+
if (obj === undefined || obj === null) {
|
|
87
|
+
return false;
|
|
88
|
+
}
|
|
89
|
+
return obj['__pulumiType'] === RepositoryPolicyReservedNames.__pulumiType;
|
|
90
|
+
}
|
|
69
91
|
constructor(name, argsOrState, opts) {
|
|
70
92
|
let resourceInputs = {};
|
|
71
93
|
opts = opts || {};
|
|
@@ -89,28 +111,6 @@ class RepositoryPolicyReservedNames extends pulumi.CustomResource {
|
|
|
89
111
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
90
112
|
super(RepositoryPolicyReservedNames.__pulumiType, name, resourceInputs, opts);
|
|
91
113
|
}
|
|
92
|
-
/**
|
|
93
|
-
* Get an existing RepositoryPolicyReservedNames resource's state with the given name, ID, and optional extra
|
|
94
|
-
* properties used to qualify the lookup.
|
|
95
|
-
*
|
|
96
|
-
* @param name The _unique_ name of the resulting resource.
|
|
97
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
98
|
-
* @param state Any extra arguments used during the lookup.
|
|
99
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
100
|
-
*/
|
|
101
|
-
static get(name, id, state, opts) {
|
|
102
|
-
return new RepositoryPolicyReservedNames(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
103
|
-
}
|
|
104
|
-
/**
|
|
105
|
-
* Returns true if the given object is an instance of RepositoryPolicyReservedNames. This is designed to work even
|
|
106
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
107
|
-
*/
|
|
108
|
-
static isInstance(obj) {
|
|
109
|
-
if (obj === undefined || obj === null) {
|
|
110
|
-
return false;
|
|
111
|
-
}
|
|
112
|
-
return obj['__pulumiType'] === RepositoryPolicyReservedNames.__pulumiType;
|
|
113
|
-
}
|
|
114
114
|
}
|
|
115
115
|
exports.RepositoryPolicyReservedNames = RepositoryPolicyReservedNames;
|
|
116
116
|
/** @internal */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"repositoryPolicyReservedNames.js","sourceRoot":"","sources":["../repositoryPolicyReservedNames.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2DG;AACH,MAAa,6BAA8B,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"repositoryPolicyReservedNames.js","sourceRoot":"","sources":["../repositoryPolicyReservedNames.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2DG;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,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7E;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,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,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3E;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;;AA1EL,sEA2EC;AA7DG,gBAAgB;AACO,0CAAY,GAAG,+EAA+E,CAAC"}
|
package/resourceAuthorization.js
CHANGED
|
@@ -40,6 +40,28 @@ const utilities = require("./utilities");
|
|
|
40
40
|
* - [Azure DevOps Service REST API 6.0 - Authorize Definition Resource](https://docs.microsoft.com/en-us/rest/api/azure/devops/build/resources/authorize%20definition%20resources?view=azure-devops-rest-6.0)
|
|
41
41
|
*/
|
|
42
42
|
class ResourceAuthorization extends pulumi.CustomResource {
|
|
43
|
+
/**
|
|
44
|
+
* Get an existing ResourceAuthorization resource's state with the given name, ID, and optional extra
|
|
45
|
+
* properties used to qualify the lookup.
|
|
46
|
+
*
|
|
47
|
+
* @param name The _unique_ name of the resulting resource.
|
|
48
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
49
|
+
* @param state Any extra arguments used during the lookup.
|
|
50
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
51
|
+
*/
|
|
52
|
+
static get(name, id, state, opts) {
|
|
53
|
+
return new ResourceAuthorization(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* Returns true if the given object is an instance of ResourceAuthorization. This is designed to work even
|
|
57
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
58
|
+
*/
|
|
59
|
+
static isInstance(obj) {
|
|
60
|
+
if (obj === undefined || obj === null) {
|
|
61
|
+
return false;
|
|
62
|
+
}
|
|
63
|
+
return obj['__pulumiType'] === ResourceAuthorization.__pulumiType;
|
|
64
|
+
}
|
|
43
65
|
constructor(name, argsOrState, opts) {
|
|
44
66
|
let resourceInputs = {};
|
|
45
67
|
opts = opts || {};
|
|
@@ -73,28 +95,6 @@ class ResourceAuthorization extends pulumi.CustomResource {
|
|
|
73
95
|
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
74
96
|
super(ResourceAuthorization.__pulumiType, name, resourceInputs, opts);
|
|
75
97
|
}
|
|
76
|
-
/**
|
|
77
|
-
* Get an existing ResourceAuthorization 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 ResourceAuthorization(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
87
|
-
}
|
|
88
|
-
/**
|
|
89
|
-
* Returns true if the given object is an instance of ResourceAuthorization. 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'] === ResourceAuthorization.__pulumiType;
|
|
97
|
-
}
|
|
98
98
|
}
|
|
99
99
|
exports.ResourceAuthorization = ResourceAuthorization;
|
|
100
100
|
/** @internal */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resourceAuthorization.js","sourceRoot":"","sources":["../resourceAuthorization.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,MAAa,qBAAsB,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"resourceAuthorization.js","sourceRoot":"","sources":["../resourceAuthorization.ts"],"names":[],"mappings":"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"}
|
package/security/index.d.ts
CHANGED
|
@@ -1 +1,3 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { ResourceAuthorizationArgs, ResourceAuthorizationState } from "./resourceAuthorization";
|
|
2
|
+
export type ResourceAuthorization = import("./resourceAuthorization").ResourceAuthorization;
|
|
3
|
+
export declare const ResourceAuthorization: typeof import("./resourceAuthorization").ResourceAuthorization;
|