@pulumi/azuredevops 2.2.0 → 2.4.0-alpha.1640870665
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.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.d.ts +40 -3
- package/build/buildDefinition.js +37 -0
- package/build/buildDefinition.js.map +1 -1
- package/build/index.js +11 -4
- package/build/index.js.map +1 -1
- package/buildDefinition.d.ts +40 -3
- package/buildDefinition.js +37 -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 +8 -0
- package/getTeam.js +5 -0
- package/getTeam.js.map +1 -1
- package/getTeams.d.ts +7 -0
- package/getTeams.js +5 -0
- package/getTeams.js.map +1 -1
- package/getUsers.d.ts +22 -0
- package/getUsers.js +5 -0
- package/getUsers.js.map +1 -1
- package/git.d.ts +32 -78
- package/git.js +33 -78
- 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.js +77 -69
- 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.js +1 -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 +32 -78
- package/repository/git.js +33 -78
- package/repository/git.js.map +1 -1
- package/repository/index.js +12 -5
- package/repository/index.js.map +1 -1
- package/repositoryPolicyAuthorEmailPattern.js +1 -0
- package/repositoryPolicyAuthorEmailPattern.js.map +1 -1
- package/repositoryPolicyCaseEnforcement.js +1 -0
- package/repositoryPolicyCaseEnforcement.js.map +1 -1
- package/repositoryPolicyCheckCredentials.js +1 -0
- package/repositoryPolicyCheckCredentials.js.map +1 -1
- package/repositoryPolicyFilePathPattern.js +1 -0
- package/repositoryPolicyFilePathPattern.js.map +1 -1
- package/repositoryPolicyMaxFileSize.js +1 -0
- package/repositoryPolicyMaxFileSize.js.map +1 -1
- package/repositoryPolicyMaxPathLength.js +1 -0
- package/repositoryPolicyMaxPathLength.js.map +1 -1
- package/repositoryPolicyReservedNames.js +1 -0
- package/repositoryPolicyReservedNames.js.map +1 -1
- 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.d.ts +2 -0
- package/serviceEndpointAzureDevOps.js +3 -0
- package/serviceEndpointAzureDevOps.js.map +1 -1
- 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.js +1 -0
- package/serviceEndpointDockerRegistry.js.map +1 -1
- package/serviceEndpointGeneric.js +1 -0
- package/serviceEndpointGeneric.js.map +1 -1
- package/serviceEndpointGenericGit.d.ts +6 -6
- package/serviceEndpointGenericGit.js +1 -0
- package/serviceEndpointGenericGit.js.map +1 -1
- package/serviceEndpointGitHub.js +1 -0
- package/serviceEndpointGitHub.js.map +1 -1
- package/serviceEndpointGitHubEnterprise.js +1 -0
- package/serviceEndpointGitHubEnterprise.js.map +1 -1
- 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.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.js +1 -0
- package/serviceendpoint/kubernetes.js.map +1 -1
- package/team.d.ts +2 -2
- package/team.js +3 -2
- package/team.js.map +1 -1
- package/teamAdministrators.d.ts +1 -1
- package/teamAdministrators.js +2 -1
- package/teamAdministrators.js.map +1 -1
- package/teamMembers.d.ts +1 -1
- package/teamMembers.js +2 -1
- package/teamMembers.js.map +1 -1
- package/types/index.js +1 -0
- package/types/index.js.map +1 -1
- package/types/input.d.ts +57 -0
- package/types/output.d.ts +65 -0
- package/user.js +1 -0
- package/user.js.map +1 -1
- package/utilities.js +1 -0
- package/utilities.js.map +1 -1
- package/variableGroup.js +1 -0
- package/variableGroup.js.map +1 -1
- package/workItemQueryPermissions.d.ts +2 -2
- package/workItemQueryPermissions.js +3 -2
- package/workItemQueryPermissions.js.map +1 -1
package/getAgentQueue.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.getAgentQueueOutput = exports.getAgentQueue = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
/**
|
|
@@ -24,8 +25,8 @@ const utilities = require("./utilities");
|
|
|
24
25
|
* projectId: id,
|
|
25
26
|
* name: "Sample Agent Queue",
|
|
26
27
|
* }));
|
|
27
|
-
* export const name = queue.name;
|
|
28
|
-
* export const poolId = queue.agentPoolId;
|
|
28
|
+
* export const name = queue.apply(queue => queue.name);
|
|
29
|
+
* export const poolId = queue.apply(queue => queue.agentPoolId);
|
|
29
30
|
* ```
|
|
30
31
|
* ## Relevant Links
|
|
31
32
|
*
|
|
@@ -44,4 +45,8 @@ function getAgentQueue(args, opts) {
|
|
|
44
45
|
}, opts);
|
|
45
46
|
}
|
|
46
47
|
exports.getAgentQueue = getAgentQueue;
|
|
48
|
+
function getAgentQueueOutput(args, opts) {
|
|
49
|
+
return pulumi.output(args).apply(a => getAgentQueue(a, opts));
|
|
50
|
+
}
|
|
51
|
+
exports.getAgentQueueOutput = getAgentQueueOutput;
|
|
47
52
|
//# sourceMappingURL=getAgentQueue.js.map
|
package/getAgentQueue.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAgentQueue.js","sourceRoot":"","sources":["../getAgentQueue.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"getAgentQueue.js","sourceRoot":"","sources":["../getAgentQueue.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+CAA+C,EAAE;QAC1E,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,sCAYC;AAsCD,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,aAAa,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACjE,CAAC;AAFD,kDAEC"}
|
package/getArea.d.ts
CHANGED
|
@@ -79,3 +79,21 @@ export interface GetAreaResult {
|
|
|
79
79
|
*/
|
|
80
80
|
readonly projectId: string;
|
|
81
81
|
}
|
|
82
|
+
export declare function getAreaOutput(args: GetAreaOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetAreaResult>;
|
|
83
|
+
/**
|
|
84
|
+
* A collection of arguments for invoking getArea.
|
|
85
|
+
*/
|
|
86
|
+
export interface GetAreaOutputArgs {
|
|
87
|
+
/**
|
|
88
|
+
* Read children nodes, _Depth_: 1, _Default_: `true`
|
|
89
|
+
*/
|
|
90
|
+
fetchChildren?: pulumi.Input<boolean>;
|
|
91
|
+
/**
|
|
92
|
+
* The path to the Area; _Format_: URL relative; if omitted, or value `"/"` is used, the root Area will be returned
|
|
93
|
+
*/
|
|
94
|
+
path?: pulumi.Input<string>;
|
|
95
|
+
/**
|
|
96
|
+
* The project ID.
|
|
97
|
+
*/
|
|
98
|
+
projectId: pulumi.Input<string>;
|
|
99
|
+
}
|
package/getArea.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.getAreaOutput = exports.getArea = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
/**
|
|
@@ -49,4 +50,8 @@ function getArea(args, opts) {
|
|
|
49
50
|
}, opts);
|
|
50
51
|
}
|
|
51
52
|
exports.getArea = getArea;
|
|
53
|
+
function getAreaOutput(args, opts) {
|
|
54
|
+
return pulumi.output(args).apply(a => getArea(a, opts));
|
|
55
|
+
}
|
|
56
|
+
exports.getAreaOutput = getAreaOutput;
|
|
52
57
|
//# sourceMappingURL=getArea.js.map
|
package/getArea.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getArea.js","sourceRoot":"","sources":["../getArea.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"getArea.js","sourceRoot":"","sources":["../getArea.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAClE,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mCAAmC,EAAE;QAC9D,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,0BAaC;AAmDD,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC3D,CAAC;AAFD,sCAEC"}
|
package/getClientConfig.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.getClientConfig = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
/**
|
package/getClientConfig.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getClientConfig.js","sourceRoot":"","sources":["../getClientConfig.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"getClientConfig.js","sourceRoot":"","sources":["../getClientConfig.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,eAAe,CAAC,IAA2B;IACvD,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mDAAmD,EAAE,EACjF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,0CAUC"}
|
package/getGitRepository.d.ts
CHANGED
|
@@ -77,3 +77,17 @@ export interface GetGitRepositoryResult {
|
|
|
77
77
|
*/
|
|
78
78
|
readonly webUrl: string;
|
|
79
79
|
}
|
|
80
|
+
export declare function getGitRepositoryOutput(args: GetGitRepositoryOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetGitRepositoryResult>;
|
|
81
|
+
/**
|
|
82
|
+
* A collection of arguments for invoking getGitRepository.
|
|
83
|
+
*/
|
|
84
|
+
export interface GetGitRepositoryOutputArgs {
|
|
85
|
+
/**
|
|
86
|
+
* Name of the Git repository to retrieve
|
|
87
|
+
*/
|
|
88
|
+
name: pulumi.Input<string>;
|
|
89
|
+
/**
|
|
90
|
+
* ID of project to list Git repositories
|
|
91
|
+
*/
|
|
92
|
+
projectId: pulumi.Input<string>;
|
|
93
|
+
}
|
package/getGitRepository.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.getGitRepositoryOutput = exports.getGitRepository = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
/**
|
|
@@ -39,4 +40,8 @@ function getGitRepository(args, opts) {
|
|
|
39
40
|
}, opts);
|
|
40
41
|
}
|
|
41
42
|
exports.getGitRepository = getGitRepository;
|
|
43
|
+
function getGitRepositoryOutput(args, opts) {
|
|
44
|
+
return pulumi.output(args).apply(a => getGitRepository(a, opts));
|
|
45
|
+
}
|
|
46
|
+
exports.getGitRepositoryOutput = getGitRepositoryOutput;
|
|
42
47
|
//# sourceMappingURL=getGitRepository.js.map
|
package/getGitRepository.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getGitRepository.js","sourceRoot":"","sources":["../getGitRepository.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"getGitRepository.js","sourceRoot":"","sources":["../getGitRepository.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qDAAqD,EAAE;QAChF,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,4CAYC;AA2DD,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,gBAAgB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACpE,CAAC;AAFD,wDAEC"}
|
package/getGroup.d.ts
CHANGED
|
@@ -64,3 +64,17 @@ export interface GetGroupResult {
|
|
|
64
64
|
readonly originId: string;
|
|
65
65
|
readonly projectId?: string;
|
|
66
66
|
}
|
|
67
|
+
export declare function getGroupOutput(args: GetGroupOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetGroupResult>;
|
|
68
|
+
/**
|
|
69
|
+
* A collection of arguments for invoking getGroup.
|
|
70
|
+
*/
|
|
71
|
+
export interface GetGroupOutputArgs {
|
|
72
|
+
/**
|
|
73
|
+
* The Group Name.
|
|
74
|
+
*/
|
|
75
|
+
name: pulumi.Input<string>;
|
|
76
|
+
/**
|
|
77
|
+
* The Project ID. If no project ID is specified the project collection groups will be searched.
|
|
78
|
+
*/
|
|
79
|
+
projectId?: pulumi.Input<string>;
|
|
80
|
+
}
|
package/getGroup.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.getGroupOutput = exports.getGroup = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
/**
|
|
@@ -45,4 +46,8 @@ function getGroup(args, opts) {
|
|
|
45
46
|
}, opts);
|
|
46
47
|
}
|
|
47
48
|
exports.getGroup = getGroup;
|
|
49
|
+
function getGroupOutput(args, opts) {
|
|
50
|
+
return pulumi.output(args).apply(a => getGroup(a, opts));
|
|
51
|
+
}
|
|
52
|
+
exports.getGroupOutput = getGroupOutput;
|
|
48
53
|
//# sourceMappingURL=getGroup.js.map
|
package/getGroup.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getGroup.js","sourceRoot":"","sources":["../getGroup.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"getGroup.js","sourceRoot":"","sources":["../getGroup.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IACpE,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qCAAqC,EAAE;QAChE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,4BAYC;AAwCD,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC5D,CAAC;AAFD,wCAEC"}
|
package/getIteration.d.ts
CHANGED
|
@@ -82,3 +82,21 @@ export interface GetIterationResult {
|
|
|
82
82
|
*/
|
|
83
83
|
readonly projectId: string;
|
|
84
84
|
}
|
|
85
|
+
export declare function getIterationOutput(args: GetIterationOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetIterationResult>;
|
|
86
|
+
/**
|
|
87
|
+
* A collection of arguments for invoking getIteration.
|
|
88
|
+
*/
|
|
89
|
+
export interface GetIterationOutputArgs {
|
|
90
|
+
/**
|
|
91
|
+
* Read children nodes, _Depth_: 1, _Default_: `true`
|
|
92
|
+
*/
|
|
93
|
+
fetchChildren?: pulumi.Input<boolean>;
|
|
94
|
+
/**
|
|
95
|
+
* The path to the Iteration, _Format_: URL relative; if omitted, or value `"/"` is used, the root Iteration will be returned
|
|
96
|
+
*/
|
|
97
|
+
path?: pulumi.Input<string>;
|
|
98
|
+
/**
|
|
99
|
+
* The project ID.
|
|
100
|
+
*/
|
|
101
|
+
projectId: pulumi.Input<string>;
|
|
102
|
+
}
|
package/getIteration.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.getIterationOutput = exports.getIteration = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
/**
|
|
@@ -52,4 +53,8 @@ function getIteration(args, opts) {
|
|
|
52
53
|
}, opts);
|
|
53
54
|
}
|
|
54
55
|
exports.getIteration = getIteration;
|
|
56
|
+
function getIterationOutput(args, opts) {
|
|
57
|
+
return pulumi.output(args).apply(a => getIteration(a, opts));
|
|
58
|
+
}
|
|
59
|
+
exports.getIterationOutput = getIterationOutput;
|
|
55
60
|
//# sourceMappingURL=getIteration.js.map
|
package/getIteration.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getIteration.js","sourceRoot":"","sources":["../getIteration.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"getIteration.js","sourceRoot":"","sources":["../getIteration.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAC5E,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6CAA6C,EAAE;QACxE,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,oCAaC;AAmDD,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,YAAY,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAChE,CAAC;AAFD,gDAEC"}
|
package/getPool.d.ts
CHANGED
|
@@ -41,3 +41,13 @@ export interface GetPoolResult {
|
|
|
41
41
|
readonly name: string;
|
|
42
42
|
readonly poolType: string;
|
|
43
43
|
}
|
|
44
|
+
export declare function getPoolOutput(args: GetPoolOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetPoolResult>;
|
|
45
|
+
/**
|
|
46
|
+
* A collection of arguments for invoking getPool.
|
|
47
|
+
*/
|
|
48
|
+
export interface GetPoolOutputArgs {
|
|
49
|
+
/**
|
|
50
|
+
* Name of the Agent Pool.
|
|
51
|
+
*/
|
|
52
|
+
name: pulumi.Input<string>;
|
|
53
|
+
}
|
package/getPool.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.getPoolOutput = exports.getPool = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
/**
|
|
@@ -36,4 +37,8 @@ function getPool(args, opts) {
|
|
|
36
37
|
}, opts);
|
|
37
38
|
}
|
|
38
39
|
exports.getPool = getPool;
|
|
40
|
+
function getPoolOutput(args, opts) {
|
|
41
|
+
return pulumi.output(args).apply(a => getPool(a, opts));
|
|
42
|
+
}
|
|
43
|
+
exports.getPoolOutput = getPoolOutput;
|
|
39
44
|
//# sourceMappingURL=getPool.js.map
|
package/getPool.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPool.js","sourceRoot":"","sources":["../getPool.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"getPool.js","sourceRoot":"","sources":["../getPool.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAClE,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mCAAmC,EAAE;QAC9D,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,0BAWC;AAyBD,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC3D,CAAC;AAFD,sCAEC"}
|
package/getPools.d.ts
CHANGED
|
@@ -10,9 +10,9 @@ import { output as outputs } from "./types";
|
|
|
10
10
|
* import * as azuredevops from "@pulumi/azuredevops";
|
|
11
11
|
*
|
|
12
12
|
* const pools = azuredevops.getPools({});
|
|
13
|
-
* export const agentPoolName = pools.then(pools => pools.agentPools.map(__item => __item
|
|
14
|
-
* export const autoProvision = pools.then(pools => pools.agentPools.map(__item => __item
|
|
15
|
-
* export const poolType = pools.then(pools => pools.agentPools.map(__item => __item
|
|
13
|
+
* export const agentPoolName = [pools.then(pools => pools.agentPools)].map(__item => __item?.name);
|
|
14
|
+
* export const autoProvision = [pools.then(pools => pools.agentPools)].map(__item => __item?.autoProvision);
|
|
15
|
+
* export const poolType = [pools.then(pools => pools.agentPools)].map(__item => __item?.poolType);
|
|
16
16
|
* ```
|
|
17
17
|
* ## Relevant Links
|
|
18
18
|
*
|
package/getPools.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.getPools = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
/**
|
|
@@ -14,9 +15,9 @@ const utilities = require("./utilities");
|
|
|
14
15
|
* import * as azuredevops from "@pulumi/azuredevops";
|
|
15
16
|
*
|
|
16
17
|
* const pools = azuredevops.getPools({});
|
|
17
|
-
* export const agentPoolName = pools.then(pools => pools.agentPools.map(__item => __item
|
|
18
|
-
* export const autoProvision = pools.then(pools => pools.agentPools.map(__item => __item
|
|
19
|
-
* export const poolType = pools.then(pools => pools.agentPools.map(__item => __item
|
|
18
|
+
* export const agentPoolName = [pools.then(pools => pools.agentPools)].map(__item => __item?.name);
|
|
19
|
+
* export const autoProvision = [pools.then(pools => pools.agentPools)].map(__item => __item?.autoProvision);
|
|
20
|
+
* export const poolType = [pools.then(pools => pools.agentPools)].map(__item => __item?.poolType);
|
|
20
21
|
* ```
|
|
21
22
|
* ## Relevant Links
|
|
22
23
|
*
|
package/getPools.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPools.js","sourceRoot":"","sources":["../getPools.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"getPools.js","sourceRoot":"","sources":["../getPools.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,QAAQ,CAAC,IAA2B;IAChD,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qCAAqC,EAAE,EACnE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,4BAUC"}
|
package/getProject.d.ts
CHANGED
|
@@ -55,3 +55,17 @@ export interface GetProjectResult {
|
|
|
55
55
|
readonly visibility: string;
|
|
56
56
|
readonly workItemTemplate: string;
|
|
57
57
|
}
|
|
58
|
+
export declare function getProjectOutput(args?: GetProjectOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetProjectResult>;
|
|
59
|
+
/**
|
|
60
|
+
* A collection of arguments for invoking getProject.
|
|
61
|
+
*/
|
|
62
|
+
export interface GetProjectOutputArgs {
|
|
63
|
+
/**
|
|
64
|
+
* Name of the Project.
|
|
65
|
+
*/
|
|
66
|
+
name?: pulumi.Input<string>;
|
|
67
|
+
/**
|
|
68
|
+
* ID of the Project.
|
|
69
|
+
*/
|
|
70
|
+
projectId?: pulumi.Input<string>;
|
|
71
|
+
}
|
package/getProject.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.getProjectOutput = exports.getProject = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
/**
|
|
@@ -41,4 +42,8 @@ function getProject(args, opts) {
|
|
|
41
42
|
}, opts);
|
|
42
43
|
}
|
|
43
44
|
exports.getProject = getProject;
|
|
45
|
+
function getProjectOutput(args, opts) {
|
|
46
|
+
return pulumi.output(args).apply(a => getProject(a, opts));
|
|
47
|
+
}
|
|
48
|
+
exports.getProjectOutput = getProjectOutput;
|
|
44
49
|
//# sourceMappingURL=getProject.js.map
|
package/getProject.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getProject.js","sourceRoot":"","sources":["../getProject.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"getProject.js","sourceRoot":"","sources":["../getProject.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,UAAU,CAAC,IAAqB,EAAE,IAA2B;IACzE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yCAAyC,EAAE;QACpE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,gCAaC;AAkCD,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAA2B;IACrF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,UAAU,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC9D,CAAC;AAFD,4CAEC"}
|
package/getProjects.d.ts
CHANGED
|
@@ -13,10 +13,10 @@ import { output as outputs } from "./types";
|
|
|
13
13
|
* name: "contoso",
|
|
14
14
|
* state: "wellFormed",
|
|
15
15
|
* });
|
|
16
|
-
* export const projectId = test.then(test => test.projects.map(__item => __item
|
|
17
|
-
* export const name = test.then(test => test.projects.map(__item => __item
|
|
18
|
-
* export const projectUrl = test.then(test => test.projects.map(__item => __item
|
|
19
|
-
* export const state = test.then(test => test.projects.map(__item => __item
|
|
16
|
+
* export const projectId = [test.then(test => test.projects)].map(__item => __item?.projectId);
|
|
17
|
+
* export const name = [test.then(test => test.projects)].map(__item => __item?.name);
|
|
18
|
+
* export const projectUrl = [test.then(test => test.projects)].map(__item => __item?.projectUrl);
|
|
19
|
+
* export const state = [test.then(test => test.projects)].map(__item => __item?.state);
|
|
20
20
|
* ```
|
|
21
21
|
* ## Relevant Links
|
|
22
22
|
*
|
|
@@ -57,3 +57,17 @@ export interface GetProjectsResult {
|
|
|
57
57
|
*/
|
|
58
58
|
readonly state?: string;
|
|
59
59
|
}
|
|
60
|
+
export declare function getProjectsOutput(args?: GetProjectsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetProjectsResult>;
|
|
61
|
+
/**
|
|
62
|
+
* A collection of arguments for invoking getProjects.
|
|
63
|
+
*/
|
|
64
|
+
export interface GetProjectsOutputArgs {
|
|
65
|
+
/**
|
|
66
|
+
* Name of the Project, if not specified all projects will be returned.
|
|
67
|
+
*/
|
|
68
|
+
name?: pulumi.Input<string>;
|
|
69
|
+
/**
|
|
70
|
+
* State of the Project, if not specified all projects will be returned. Valid values are `all`, `deleting`, `new`, `wellFormed`, `createPending`, `unchanged`,`deleted`.
|
|
71
|
+
*/
|
|
72
|
+
state?: pulumi.Input<string>;
|
|
73
|
+
}
|
package/getProjects.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.getProjectsOutput = exports.getProjects = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
/**
|
|
@@ -17,10 +18,10 @@ const utilities = require("./utilities");
|
|
|
17
18
|
* name: "contoso",
|
|
18
19
|
* state: "wellFormed",
|
|
19
20
|
* });
|
|
20
|
-
* export const projectId = test.then(test => test.projects.map(__item => __item
|
|
21
|
-
* export const name = test.then(test => test.projects.map(__item => __item
|
|
22
|
-
* export const projectUrl = test.then(test => test.projects.map(__item => __item
|
|
23
|
-
* export const state = test.then(test => test.projects.map(__item => __item
|
|
21
|
+
* export const projectId = [test.then(test => test.projects)].map(__item => __item?.projectId);
|
|
22
|
+
* export const name = [test.then(test => test.projects)].map(__item => __item?.name);
|
|
23
|
+
* export const projectUrl = [test.then(test => test.projects)].map(__item => __item?.projectUrl);
|
|
24
|
+
* export const state = [test.then(test => test.projects)].map(__item => __item?.state);
|
|
24
25
|
* ```
|
|
25
26
|
* ## Relevant Links
|
|
26
27
|
*
|
|
@@ -40,4 +41,8 @@ function getProjects(args, opts) {
|
|
|
40
41
|
}, opts);
|
|
41
42
|
}
|
|
42
43
|
exports.getProjects = getProjects;
|
|
44
|
+
function getProjectsOutput(args, opts) {
|
|
45
|
+
return pulumi.output(args).apply(a => getProjects(a, opts));
|
|
46
|
+
}
|
|
47
|
+
exports.getProjectsOutput = getProjectsOutput;
|
|
43
48
|
//# sourceMappingURL=getProjects.js.map
|
package/getProjects.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getProjects.js","sourceRoot":"","sources":["../getProjects.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"getProjects.js","sourceRoot":"","sources":["../getProjects.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,WAAW,CAAC,IAAsB,EAAE,IAA2B;IAC3E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2CAA2C,EAAE;QACtE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,kCAaC;AAsCD,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAA2B;IACvF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,WAAW,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC/D,CAAC;AAFD,8CAEC"}
|
package/getRepositories.d.ts
CHANGED
|
@@ -63,3 +63,18 @@ export interface GetRepositoriesResult {
|
|
|
63
63
|
*/
|
|
64
64
|
readonly repositories: outputs.GetRepositoriesRepository[];
|
|
65
65
|
}
|
|
66
|
+
export declare function getRepositoriesOutput(args?: GetRepositoriesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetRepositoriesResult>;
|
|
67
|
+
/**
|
|
68
|
+
* A collection of arguments for invoking getRepositories.
|
|
69
|
+
*/
|
|
70
|
+
export interface GetRepositoriesOutputArgs {
|
|
71
|
+
includeHidden?: pulumi.Input<boolean>;
|
|
72
|
+
/**
|
|
73
|
+
* Name of the Git repository to retrieve; requires `projectId` to be specified as well
|
|
74
|
+
*/
|
|
75
|
+
name?: pulumi.Input<string>;
|
|
76
|
+
/**
|
|
77
|
+
* ID of project to list Git repositories
|
|
78
|
+
*/
|
|
79
|
+
projectId?: pulumi.Input<string>;
|
|
80
|
+
}
|
package/getRepositories.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.getRepositoriesOutput = exports.getRepositories = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
/**
|
|
@@ -45,4 +46,8 @@ function getRepositories(args, opts) {
|
|
|
45
46
|
}, opts);
|
|
46
47
|
}
|
|
47
48
|
exports.getRepositories = getRepositories;
|
|
49
|
+
function getRepositoriesOutput(args, opts) {
|
|
50
|
+
return pulumi.output(args).apply(a => getRepositories(a, opts));
|
|
51
|
+
}
|
|
52
|
+
exports.getRepositoriesOutput = getRepositoriesOutput;
|
|
48
53
|
//# sourceMappingURL=getRepositories.js.map
|
package/getRepositories.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getRepositories.js","sourceRoot":"","sources":["../getRepositories.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"getRepositories.js","sourceRoot":"","sources":["../getRepositories.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAA2B;IACnF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mDAAmD,EAAE;QAC9E,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,0CAcC;AAwCD,SAAgB,qBAAqB,CAAC,IAAgC,EAAE,IAA2B;IAC/F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,eAAe,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACnE,CAAC;AAFD,sDAEC"}
|
package/getTeam.d.ts
CHANGED
|
@@ -21,3 +21,11 @@ export interface GetTeamResult {
|
|
|
21
21
|
readonly name: string;
|
|
22
22
|
readonly projectId: string;
|
|
23
23
|
}
|
|
24
|
+
export declare function getTeamOutput(args: GetTeamOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetTeamResult>;
|
|
25
|
+
/**
|
|
26
|
+
* A collection of arguments for invoking getTeam.
|
|
27
|
+
*/
|
|
28
|
+
export interface GetTeamOutputArgs {
|
|
29
|
+
name: pulumi.Input<string>;
|
|
30
|
+
projectId: pulumi.Input<string>;
|
|
31
|
+
}
|
package/getTeam.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.getTeamOutput = exports.getTeam = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
function getTeam(args, opts) {
|
|
@@ -17,4 +18,8 @@ function getTeam(args, opts) {
|
|
|
17
18
|
}, opts);
|
|
18
19
|
}
|
|
19
20
|
exports.getTeam = getTeam;
|
|
21
|
+
function getTeamOutput(args, opts) {
|
|
22
|
+
return pulumi.output(args).apply(a => getTeam(a, opts));
|
|
23
|
+
}
|
|
24
|
+
exports.getTeamOutput = getTeamOutput;
|
|
20
25
|
//# sourceMappingURL=getTeam.js.map
|
package/getTeam.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTeam.js","sourceRoot":"","sources":["../getTeam.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"getTeam.js","sourceRoot":"","sources":["../getTeam.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAClE,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mCAAmC,EAAE;QAC9D,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,0BAYC;AAyBD,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC3D,CAAC;AAFD,sCAEC"}
|
package/getTeams.d.ts
CHANGED
|
@@ -18,3 +18,10 @@ export interface GetTeamsResult {
|
|
|
18
18
|
readonly projectId?: string;
|
|
19
19
|
readonly teams: outputs.GetTeamsTeam[];
|
|
20
20
|
}
|
|
21
|
+
export declare function getTeamsOutput(args?: GetTeamsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetTeamsResult>;
|
|
22
|
+
/**
|
|
23
|
+
* A collection of arguments for invoking getTeams.
|
|
24
|
+
*/
|
|
25
|
+
export interface GetTeamsOutputArgs {
|
|
26
|
+
projectId?: pulumi.Input<string>;
|
|
27
|
+
}
|
package/getTeams.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.getTeamsOutput = exports.getTeams = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
function getTeams(args, opts) {
|
|
@@ -17,4 +18,8 @@ function getTeams(args, opts) {
|
|
|
17
18
|
}, opts);
|
|
18
19
|
}
|
|
19
20
|
exports.getTeams = getTeams;
|
|
21
|
+
function getTeamsOutput(args, opts) {
|
|
22
|
+
return pulumi.output(args).apply(a => getTeams(a, opts));
|
|
23
|
+
}
|
|
24
|
+
exports.getTeamsOutput = getTeamsOutput;
|
|
20
25
|
//# sourceMappingURL=getTeams.js.map
|
package/getTeams.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTeams.js","sourceRoot":"","sources":["../getTeams.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"getTeams.js","sourceRoot":"","sources":["../getTeams.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC,SAAgB,QAAQ,CAAC,IAAmB,EAAE,IAA2B;IACrE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qCAAqC,EAAE;QAChE,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,4BAYC;AAqBD,SAAgB,cAAc,CAAC,IAAyB,EAAE,IAA2B;IACjF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC5D,CAAC;AAFD,wCAEC"}
|
package/getUsers.d.ts
CHANGED
|
@@ -84,3 +84,25 @@ export interface GetUsersResult {
|
|
|
84
84
|
*/
|
|
85
85
|
readonly users: outputs.GetUsersUser[];
|
|
86
86
|
}
|
|
87
|
+
export declare function getUsersOutput(args?: GetUsersOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetUsersResult>;
|
|
88
|
+
/**
|
|
89
|
+
* A collection of arguments for invoking getUsers.
|
|
90
|
+
*/
|
|
91
|
+
export interface GetUsersOutputArgs {
|
|
92
|
+
/**
|
|
93
|
+
* The type of source provider for the `originId` parameter (ex:AD, AAD, MSA) The supported origins are listed below.
|
|
94
|
+
*/
|
|
95
|
+
origin?: pulumi.Input<string>;
|
|
96
|
+
/**
|
|
97
|
+
* The unique identifier from the system of origin.
|
|
98
|
+
*/
|
|
99
|
+
originId?: pulumi.Input<string>;
|
|
100
|
+
/**
|
|
101
|
+
* The PrincipalName of this graph member from the source provider.
|
|
102
|
+
*/
|
|
103
|
+
principalName?: pulumi.Input<string>;
|
|
104
|
+
/**
|
|
105
|
+
* A list of user subject subtypes to reduce the retrieved results, e.g. `msa`, `aad`, `svc` (service identity), `imp` (imported identity), etc. The supported subject types are listed below.
|
|
106
|
+
*/
|
|
107
|
+
subjectTypes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
108
|
+
}
|
package/getUsers.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.getUsersOutput = exports.getUsers = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
/**
|
|
@@ -56,4 +57,8 @@ function getUsers(args, opts) {
|
|
|
56
57
|
}, opts);
|
|
57
58
|
}
|
|
58
59
|
exports.getUsers = getUsers;
|
|
60
|
+
function getUsersOutput(args, opts) {
|
|
61
|
+
return pulumi.output(args).apply(a => getUsers(a, opts));
|
|
62
|
+
}
|
|
63
|
+
exports.getUsersOutput = getUsersOutput;
|
|
59
64
|
//# sourceMappingURL=getUsers.js.map
|
package/getUsers.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getUsers.js","sourceRoot":"","sources":["../getUsers.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"getUsers.js","sourceRoot":"","sources":["../getUsers.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,SAAgB,QAAQ,CAAC,IAAmB,EAAE,IAA2B;IACrE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qCAAqC,EAAE;QAChE,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAfD,4BAeC;AAmDD,SAAgB,cAAc,CAAC,IAAyB,EAAE,IAA2B;IACjF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC5D,CAAC;AAFD,wCAEC"}
|