@pulumi/azuredevops 2.12.0 → 2.13.0-alpha.1694721857
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/getPool.d.ts +2 -2
- package/agent/getPool.js +2 -2
- package/agent/getPools.d.ts +22 -1
- package/agent/getPools.js +26 -2
- package/agent/getPools.js.map +1 -1
- package/agent/index.d.ts +1 -0
- package/agent/index.js +3 -2
- package/agent/index.js.map +1 -1
- package/agent/pool.d.ts +1 -1
- package/agent/pool.js +1 -1
- package/agent/queue.d.ts +1 -1
- package/agent/queue.js +1 -1
- package/areaPermissions.d.ts +1 -1
- package/areaPermissions.js +1 -1
- package/branchPolicyAutoReviewers.d.ts +1 -1
- package/branchPolicyAutoReviewers.js +1 -1
- package/branchPolicyBuildValidation.d.ts +1 -1
- package/branchPolicyBuildValidation.js +1 -1
- package/branchPolicyCommentResolution.d.ts +1 -1
- package/branchPolicyCommentResolution.js +1 -1
- package/branchPolicyMergeTypes.d.ts +1 -1
- package/branchPolicyMergeTypes.js +1 -1
- package/branchPolicyMinReviewers.d.ts +1 -1
- package/branchPolicyMinReviewers.js +1 -1
- package/branchPolicyStatusCheck.d.ts +1 -1
- package/branchPolicyStatusCheck.js +1 -1
- package/branchPolicyWorkItemLinking.d.ts +1 -1
- package/branchPolicyWorkItemLinking.js +1 -1
- package/build/buildDefinition.d.ts +16 -4
- package/build/buildDefinition.js +3 -1
- package/build/buildDefinition.js.map +1 -1
- package/buildDefinition.d.ts +16 -4
- package/buildDefinition.js +3 -1
- package/buildDefinition.js.map +1 -1
- package/buildDefinitionPermissions.d.ts +1 -1
- package/buildDefinitionPermissions.js +1 -1
- package/buildFolderPermissions.d.ts +1 -1
- package/buildFolderPermissions.js +1 -1
- package/core/getClientConfig.d.ts +15 -0
- package/core/getClientConfig.js +19 -1
- package/core/getClientConfig.js.map +1 -1
- package/core/getProject.d.ts +2 -2
- package/core/getProject.js +2 -2
- package/core/getProjects.d.ts +2 -2
- package/core/getProjects.js +2 -2
- package/core/index.d.ts +1 -0
- package/core/index.js +3 -2
- package/core/index.js.map +1 -1
- package/core/project.d.ts +1 -1
- package/core/project.js +1 -1
- package/entitlement/user.d.ts +1 -1
- package/entitlement/user.js +1 -1
- package/environment.d.ts +1 -1
- package/environment.js +1 -1
- package/getAgentQueue.d.ts +2 -2
- package/getAgentQueue.js +2 -2
- package/getArea.d.ts +2 -2
- package/getArea.js +2 -2
- package/getClientConfig.d.ts +14 -0
- package/getClientConfig.js +18 -1
- package/getClientConfig.js.map +1 -1
- package/getGitRepository.d.ts +2 -2
- package/getGitRepository.js +2 -2
- package/getGroup.d.ts +2 -2
- package/getGroup.js +2 -2
- package/getIteration.d.ts +2 -2
- package/getIteration.js +2 -2
- package/getPool.d.ts +2 -2
- package/getPool.js +2 -2
- package/getPools.d.ts +21 -1
- package/getPools.js +25 -2
- package/getPools.js.map +1 -1
- package/getProject.d.ts +2 -2
- package/getProject.js +2 -2
- package/getProjects.d.ts +2 -2
- package/getProjects.js +2 -2
- package/getRepositories.d.ts +2 -2
- package/getRepositories.js +2 -2
- package/getServiceendpointAzurecr.d.ts +135 -0
- package/getServiceendpointAzurecr.js +53 -0
- package/getServiceendpointAzurecr.js.map +1 -0
- package/getTeam.d.ts +2 -2
- package/getTeam.js +2 -2
- package/getTeams.d.ts +2 -2
- package/getTeams.js +2 -2
- package/getUsers.d.ts +2 -2
- package/getUsers.js +2 -2
- package/getVariableGroup.d.ts +2 -2
- package/getVariableGroup.js +2 -2
- package/gitPermissions.d.ts +1 -1
- package/gitPermissions.js +1 -1
- package/gitRepositoryFile.d.ts +1 -1
- package/gitRepositoryFile.js +1 -1
- package/group.d.ts +1 -1
- package/group.js +1 -1
- package/groupEntitlement.d.ts +156 -0
- package/groupEntitlement.js +99 -0
- package/groupEntitlement.js.map +1 -0
- package/groupMembership.d.ts +1 -1
- package/groupMembership.js +1 -1
- package/identities/getGroup.d.ts +2 -2
- package/identities/getGroup.js +2 -2
- package/identities/getUsers.d.ts +2 -2
- package/identities/getUsers.js +2 -2
- package/identities/group.d.ts +1 -1
- package/identities/group.js +1 -1
- package/identities/groupMembership.d.ts +1 -1
- package/identities/groupMembership.js +1 -1
- package/index.d.ts +11 -0
- package/index.js +20 -5
- package/index.js.map +1 -1
- package/iterativePermissions.d.ts +1 -1
- package/iterativePermissions.js +1 -1
- package/package.json +2 -3
- package/package.json.bak +1 -2
- package/pipeline/variableGroup.d.ts +2 -2
- package/pipeline/variableGroup.js +2 -2
- package/policy/branchPolicyBuildValidation.d.ts +1 -1
- package/policy/branchPolicyBuildValidation.js +1 -1
- package/policy/branchPolicyMinReviewers.d.ts +1 -1
- package/policy/branchPolicyMinReviewers.js +1 -1
- package/pool.d.ts +1 -1
- package/pool.js +1 -1
- package/project.d.ts +1 -1
- package/project.js +1 -1
- package/projectPermissions.d.ts +1 -1
- package/projectPermissions.js +1 -1
- package/queue.d.ts +1 -1
- package/queue.js +1 -1
- package/repository/getRepositories.d.ts +2 -2
- package/repository/getRepositories.js +2 -2
- package/repositoryPolicyAuthorEmailPattern.d.ts +1 -1
- package/repositoryPolicyAuthorEmailPattern.js +1 -1
- package/repositoryPolicyCaseEnforcement.d.ts +1 -1
- package/repositoryPolicyCaseEnforcement.js +1 -1
- package/repositoryPolicyCheckCredentials.d.ts +1 -1
- package/repositoryPolicyCheckCredentials.js +1 -1
- package/repositoryPolicyFilePathPattern.d.ts +1 -1
- package/repositoryPolicyFilePathPattern.js +1 -1
- package/repositoryPolicyMaxFileSize.d.ts +1 -1
- package/repositoryPolicyMaxFileSize.js +1 -1
- package/repositoryPolicyMaxPathLength.d.ts +1 -1
- package/repositoryPolicyMaxPathLength.js +1 -1
- package/repositoryPolicyReservedNames.d.ts +1 -1
- package/repositoryPolicyReservedNames.js +1 -1
- package/resourceAuthorization.d.ts +1 -1
- package/resourceAuthorization.js +1 -1
- package/security/resourceAuthorization.d.ts +1 -1
- package/security/resourceAuthorization.js +1 -1
- package/serviceEndpointAws.d.ts +1 -1
- package/serviceEndpointAws.js +1 -1
- package/serviceEndpointAzureDevOps.d.ts +1 -1
- package/serviceEndpointAzureDevOps.js +1 -1
- package/serviceEndpointAzureEcr.d.ts +1 -1
- package/serviceEndpointAzureEcr.js +1 -1
- package/serviceEndpointAzureRM.d.ts +1 -1
- package/serviceEndpointAzureRM.js +1 -1
- package/serviceEndpointBitBucket.d.ts +1 -1
- package/serviceEndpointBitBucket.js +1 -1
- package/serviceEndpointDockerRegistry.d.ts +1 -1
- package/serviceEndpointDockerRegistry.js +1 -1
- package/serviceEndpointGeneric.d.ts +1 -1
- package/serviceEndpointGeneric.js +1 -1
- package/serviceEndpointGenericGit.d.ts +1 -1
- package/serviceEndpointGenericGit.js +1 -1
- package/serviceEndpointGitHub.d.ts +1 -1
- package/serviceEndpointGitHub.js +1 -1
- package/serviceEndpointGitHubEnterprise.d.ts +1 -1
- package/serviceEndpointGitHubEnterprise.js +1 -1
- package/serviceEndpointKubernetes.d.ts +1 -1
- package/serviceEndpointKubernetes.js +1 -1
- package/serviceEndpointNpm.d.ts +1 -1
- package/serviceEndpointNpm.js +1 -1
- package/serviceEndpointPipeline.d.ts +1 -1
- package/serviceEndpointPipeline.js +1 -1
- package/serviceEndpointServiceFabric.d.ts +1 -1
- package/serviceEndpointServiceFabric.js +1 -1
- package/serviceEndpointSonarCloud.d.ts +1 -1
- package/serviceEndpointSonarCloud.js +1 -1
- package/serviceEndpointSonarQube.d.ts +1 -1
- package/serviceEndpointSonarQube.js +1 -1
- package/serviceEndpointSsh.d.ts +1 -1
- package/serviceEndpointSsh.js +1 -1
- package/serviceendpoint/azureRM.d.ts +1 -1
- package/serviceendpoint/azureRM.js +1 -1
- package/serviceendpoint/bitBucket.d.ts +1 -1
- package/serviceendpoint/bitBucket.js +1 -1
- package/serviceendpoint/dockerRegistry.d.ts +1 -1
- package/serviceendpoint/dockerRegistry.js +1 -1
- package/serviceendpoint/gitHub.d.ts +1 -1
- package/serviceendpoint/gitHub.js +1 -1
- package/serviceendpoint/kubernetes.d.ts +1 -1
- package/serviceendpoint/kubernetes.js +1 -1
- package/serviceendpointExternaltfs.d.ts +1 -1
- package/serviceendpointExternaltfs.js +1 -1
- package/serviceendpointNuget.d.ts +172 -0
- package/serviceendpointNuget.js +110 -0
- package/serviceendpointNuget.js.map +1 -0
- package/serviceendpointOctopusdeploy.d.ts +1 -1
- package/serviceendpointOctopusdeploy.js +1 -1
- package/serviceendpointPermissions.d.ts +1 -1
- package/serviceendpointPermissions.js +1 -1
- package/servicehookPermissions.d.ts +1 -1
- package/servicehookPermissions.js +1 -1
- package/taggingPermissions.d.ts +1 -1
- package/taggingPermissions.js +1 -1
- package/team.d.ts +1 -1
- package/team.js +1 -1
- package/teamAdministrators.d.ts +1 -1
- package/teamAdministrators.js +1 -1
- package/teamMembers.d.ts +1 -1
- package/teamMembers.js +1 -1
- package/types/input.d.ts +24 -8
- package/types/output.d.ts +24 -8
- package/user.d.ts +1 -1
- package/user.js +1 -1
- package/variableGroup.d.ts +2 -2
- package/variableGroup.js +2 -2
- package/workItemQueryPermissions.d.ts +1 -1
- package/workItemQueryPermissions.js +1 -1
- package/package.json.dev +0 -28
package/getPools.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPools.js","sourceRoot":"","sources":["../getPools.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,QAAQ,CAAC,IAA2B;IAEhD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qCAAqC,EAAE,EACnE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4BAKC"}
|
|
1
|
+
{"version":3,"file":"getPools.js","sourceRoot":"","sources":["../getPools.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,QAAQ,CAAC,IAA2B;IAEhD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qCAAqC,EAAE,EACnE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4BAKC;AAeD;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,cAAc,CAAC,IAA2B;IACtD,OAAO,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAA;AACxC,CAAC;AAFD,wCAEC"}
|
package/getProject.d.ts
CHANGED
|
@@ -15,7 +15,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
15
15
|
* ```
|
|
16
16
|
* ## Relevant Links
|
|
17
17
|
*
|
|
18
|
-
* - [Azure DevOps Service REST API
|
|
18
|
+
* - [Azure DevOps Service REST API 7.0 - Projects - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/core/projects/get?view=azure-devops-rest-7.0)
|
|
19
19
|
*/
|
|
20
20
|
export declare function getProject(args?: GetProjectArgs, opts?: pulumi.InvokeOptions): Promise<GetProjectResult>;
|
|
21
21
|
/**
|
|
@@ -66,7 +66,7 @@ export interface GetProjectResult {
|
|
|
66
66
|
* ```
|
|
67
67
|
* ## Relevant Links
|
|
68
68
|
*
|
|
69
|
-
* - [Azure DevOps Service REST API
|
|
69
|
+
* - [Azure DevOps Service REST API 7.0 - Projects - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/core/projects/get?view=azure-devops-rest-7.0)
|
|
70
70
|
*/
|
|
71
71
|
export declare function getProjectOutput(args?: GetProjectOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetProjectResult>;
|
|
72
72
|
/**
|
package/getProject.js
CHANGED
|
@@ -21,7 +21,7 @@ const utilities = require("./utilities");
|
|
|
21
21
|
* ```
|
|
22
22
|
* ## Relevant Links
|
|
23
23
|
*
|
|
24
|
-
* - [Azure DevOps Service REST API
|
|
24
|
+
* - [Azure DevOps Service REST API 7.0 - Projects - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/core/projects/get?view=azure-devops-rest-7.0)
|
|
25
25
|
*/
|
|
26
26
|
function getProject(args, opts) {
|
|
27
27
|
args = args || {};
|
|
@@ -48,7 +48,7 @@ exports.getProject = getProject;
|
|
|
48
48
|
* ```
|
|
49
49
|
* ## Relevant Links
|
|
50
50
|
*
|
|
51
|
-
* - [Azure DevOps Service REST API
|
|
51
|
+
* - [Azure DevOps Service REST API 7.0 - Projects - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/core/projects/get?view=azure-devops-rest-7.0)
|
|
52
52
|
*/
|
|
53
53
|
function getProjectOutput(args, opts) {
|
|
54
54
|
return pulumi.output(args).apply((a) => getProject(a, opts));
|
package/getProjects.d.ts
CHANGED
|
@@ -20,7 +20,7 @@ import * as outputs from "./types/output";
|
|
|
20
20
|
* ```
|
|
21
21
|
* ## Relevant Links
|
|
22
22
|
*
|
|
23
|
-
* - [Azure DevOps Service REST API
|
|
23
|
+
* - [Azure DevOps Service REST API 7.0 - Projects - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/core/projects/get?view=azure-devops-rest-7.0)
|
|
24
24
|
*/
|
|
25
25
|
export declare function getProjects(args?: GetProjectsArgs, opts?: pulumi.InvokeOptions): Promise<GetProjectsResult>;
|
|
26
26
|
/**
|
|
@@ -79,7 +79,7 @@ export interface GetProjectsResult {
|
|
|
79
79
|
* ```
|
|
80
80
|
* ## Relevant Links
|
|
81
81
|
*
|
|
82
|
-
* - [Azure DevOps Service REST API
|
|
82
|
+
* - [Azure DevOps Service REST API 7.0 - Projects - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/core/projects/get?view=azure-devops-rest-7.0)
|
|
83
83
|
*/
|
|
84
84
|
export declare function getProjectsOutput(args?: GetProjectsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetProjectsResult>;
|
|
85
85
|
/**
|
package/getProjects.js
CHANGED
|
@@ -25,7 +25,7 @@ const utilities = require("./utilities");
|
|
|
25
25
|
* ```
|
|
26
26
|
* ## Relevant Links
|
|
27
27
|
*
|
|
28
|
-
* - [Azure DevOps Service REST API
|
|
28
|
+
* - [Azure DevOps Service REST API 7.0 - Projects - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/core/projects/get?view=azure-devops-rest-7.0)
|
|
29
29
|
*/
|
|
30
30
|
function getProjects(args, opts) {
|
|
31
31
|
args = args || {};
|
|
@@ -56,7 +56,7 @@ exports.getProjects = getProjects;
|
|
|
56
56
|
* ```
|
|
57
57
|
* ## Relevant Links
|
|
58
58
|
*
|
|
59
|
-
* - [Azure DevOps Service REST API
|
|
59
|
+
* - [Azure DevOps Service REST API 7.0 - Projects - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/core/projects/get?view=azure-devops-rest-7.0)
|
|
60
60
|
*/
|
|
61
61
|
function getProjectsOutput(args, opts) {
|
|
62
62
|
return pulumi.output(args).apply((a) => getProjects(a, opts));
|
package/getRepositories.d.ts
CHANGED
|
@@ -24,7 +24,7 @@ import * as outputs from "./types/output";
|
|
|
24
24
|
* ```
|
|
25
25
|
* ## Relevant Links
|
|
26
26
|
*
|
|
27
|
-
* - [Azure DevOps Service REST API
|
|
27
|
+
* - [Azure DevOps Service REST API 7.0 - Git API](https://docs.microsoft.com/en-us/rest/api/azure/devops/git/?view=azure-devops-rest-7.0)
|
|
28
28
|
*/
|
|
29
29
|
export declare function getRepositories(args?: GetRepositoriesArgs, opts?: pulumi.InvokeOptions): Promise<GetRepositoriesResult>;
|
|
30
30
|
/**
|
|
@@ -90,7 +90,7 @@ export interface GetRepositoriesResult {
|
|
|
90
90
|
* ```
|
|
91
91
|
* ## Relevant Links
|
|
92
92
|
*
|
|
93
|
-
* - [Azure DevOps Service REST API
|
|
93
|
+
* - [Azure DevOps Service REST API 7.0 - Git API](https://docs.microsoft.com/en-us/rest/api/azure/devops/git/?view=azure-devops-rest-7.0)
|
|
94
94
|
*/
|
|
95
95
|
export declare function getRepositoriesOutput(args?: GetRepositoriesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetRepositoriesResult>;
|
|
96
96
|
/**
|
package/getRepositories.js
CHANGED
|
@@ -29,7 +29,7 @@ const utilities = require("./utilities");
|
|
|
29
29
|
* ```
|
|
30
30
|
* ## Relevant Links
|
|
31
31
|
*
|
|
32
|
-
* - [Azure DevOps Service REST API
|
|
32
|
+
* - [Azure DevOps Service REST API 7.0 - Git API](https://docs.microsoft.com/en-us/rest/api/azure/devops/git/?view=azure-devops-rest-7.0)
|
|
33
33
|
*/
|
|
34
34
|
function getRepositories(args, opts) {
|
|
35
35
|
args = args || {};
|
|
@@ -65,7 +65,7 @@ exports.getRepositories = getRepositories;
|
|
|
65
65
|
* ```
|
|
66
66
|
* ## Relevant Links
|
|
67
67
|
*
|
|
68
|
-
* - [Azure DevOps Service REST API
|
|
68
|
+
* - [Azure DevOps Service REST API 7.0 - Git API](https://docs.microsoft.com/en-us/rest/api/azure/devops/git/?view=azure-devops-rest-7.0)
|
|
69
69
|
*/
|
|
70
70
|
function getRepositoriesOutput(args, opts) {
|
|
71
71
|
return pulumi.output(args).apply((a) => getRepositories(a, opts));
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Use this data source to access information about an existing Azure Container Registry Service Endpoint.
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as azuredevops from "@pulumi/azuredevops";
|
|
10
|
+
*
|
|
11
|
+
* const example = azuredevops.getServiceendpointAzurecr({
|
|
12
|
+
* projectId: azuredevops_project.example.id,
|
|
13
|
+
* serviceEndpointName: "Example Azure Container Registry",
|
|
14
|
+
* });
|
|
15
|
+
* export const serviceEndpointId = example.then(example => example.id);
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
export declare function getServiceendpointAzurecr(args: GetServiceendpointAzurecrArgs, opts?: pulumi.InvokeOptions): Promise<GetServiceendpointAzurecrResult>;
|
|
19
|
+
/**
|
|
20
|
+
* A collection of arguments for invoking getServiceendpointAzurecr.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetServiceendpointAzurecrArgs {
|
|
23
|
+
/**
|
|
24
|
+
* The ID of the project.
|
|
25
|
+
*/
|
|
26
|
+
projectId: string;
|
|
27
|
+
/**
|
|
28
|
+
* the ID of the Service Endpoint.
|
|
29
|
+
*/
|
|
30
|
+
serviceEndpointId?: string;
|
|
31
|
+
/**
|
|
32
|
+
* the Name of the Service Endpoint.
|
|
33
|
+
*
|
|
34
|
+
* > **NOTE:** One of either `serviceEndpointId` or `serviceEndpointName` must be specified.
|
|
35
|
+
*/
|
|
36
|
+
serviceEndpointName?: string;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* A collection of values returned by getServiceendpointAzurecr.
|
|
40
|
+
*/
|
|
41
|
+
export interface GetServiceendpointAzurecrResult {
|
|
42
|
+
/**
|
|
43
|
+
* The Object ID of the Service Principal.
|
|
44
|
+
*/
|
|
45
|
+
readonly appObjectId: string;
|
|
46
|
+
/**
|
|
47
|
+
* Specifies the Authorization Scheme Map.
|
|
48
|
+
*/
|
|
49
|
+
readonly authorization: {
|
|
50
|
+
[key: string]: string;
|
|
51
|
+
};
|
|
52
|
+
/**
|
|
53
|
+
* The ID of Service Principal Role Assignment.
|
|
54
|
+
*/
|
|
55
|
+
readonly azSpnRoleAssignmentId: string;
|
|
56
|
+
/**
|
|
57
|
+
* The Service Principal Role Permissions.
|
|
58
|
+
*/
|
|
59
|
+
readonly azSpnRolePermissions: string;
|
|
60
|
+
/**
|
|
61
|
+
* The Azure Container Registry name.
|
|
62
|
+
*/
|
|
63
|
+
readonly azurecrName: string;
|
|
64
|
+
/**
|
|
65
|
+
* The Tenant ID of the service principal.
|
|
66
|
+
*/
|
|
67
|
+
readonly azurecrSpnTenantid: string;
|
|
68
|
+
/**
|
|
69
|
+
* The Subscription ID of the Azure targets.
|
|
70
|
+
*/
|
|
71
|
+
readonly azurecrSubscriptionId: string;
|
|
72
|
+
/**
|
|
73
|
+
* The Subscription Name of the Azure targets.
|
|
74
|
+
*/
|
|
75
|
+
readonly azurecrSubscriptionName: string;
|
|
76
|
+
/**
|
|
77
|
+
* The Service Endpoint description.
|
|
78
|
+
*/
|
|
79
|
+
readonly description: string;
|
|
80
|
+
/**
|
|
81
|
+
* The provider-assigned unique ID for this managed resource.
|
|
82
|
+
*/
|
|
83
|
+
readonly id: string;
|
|
84
|
+
readonly projectId: string;
|
|
85
|
+
/**
|
|
86
|
+
* The Resource Group to which the Container Registry belongs.
|
|
87
|
+
*/
|
|
88
|
+
readonly resourceGroup: string;
|
|
89
|
+
readonly serviceEndpointId: string;
|
|
90
|
+
readonly serviceEndpointName: string;
|
|
91
|
+
/**
|
|
92
|
+
* The Application(Client) ID of the Service Principal.
|
|
93
|
+
*/
|
|
94
|
+
readonly servicePrincipalId: string;
|
|
95
|
+
/**
|
|
96
|
+
* The ID of the Service Principal.
|
|
97
|
+
*/
|
|
98
|
+
readonly spnObjectId: string;
|
|
99
|
+
}
|
|
100
|
+
/**
|
|
101
|
+
* Use this data source to access information about an existing Azure Container Registry Service Endpoint.
|
|
102
|
+
*
|
|
103
|
+
* ## Example Usage
|
|
104
|
+
*
|
|
105
|
+
* ```typescript
|
|
106
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
107
|
+
* import * as azuredevops from "@pulumi/azuredevops";
|
|
108
|
+
*
|
|
109
|
+
* const example = azuredevops.getServiceendpointAzurecr({
|
|
110
|
+
* projectId: azuredevops_project.example.id,
|
|
111
|
+
* serviceEndpointName: "Example Azure Container Registry",
|
|
112
|
+
* });
|
|
113
|
+
* export const serviceEndpointId = example.then(example => example.id);
|
|
114
|
+
* ```
|
|
115
|
+
*/
|
|
116
|
+
export declare function getServiceendpointAzurecrOutput(args: GetServiceendpointAzurecrOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetServiceendpointAzurecrResult>;
|
|
117
|
+
/**
|
|
118
|
+
* A collection of arguments for invoking getServiceendpointAzurecr.
|
|
119
|
+
*/
|
|
120
|
+
export interface GetServiceendpointAzurecrOutputArgs {
|
|
121
|
+
/**
|
|
122
|
+
* The ID of the project.
|
|
123
|
+
*/
|
|
124
|
+
projectId: pulumi.Input<string>;
|
|
125
|
+
/**
|
|
126
|
+
* the ID of the Service Endpoint.
|
|
127
|
+
*/
|
|
128
|
+
serviceEndpointId?: pulumi.Input<string>;
|
|
129
|
+
/**
|
|
130
|
+
* the Name of the Service Endpoint.
|
|
131
|
+
*
|
|
132
|
+
* > **NOTE:** One of either `serviceEndpointId` or `serviceEndpointName` must be specified.
|
|
133
|
+
*/
|
|
134
|
+
serviceEndpointName?: pulumi.Input<string>;
|
|
135
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getServiceendpointAzurecrOutput = exports.getServiceendpointAzurecr = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to access information about an existing Azure Container Registry Service Endpoint.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as azuredevops from "@pulumi/azuredevops";
|
|
16
|
+
*
|
|
17
|
+
* const example = azuredevops.getServiceendpointAzurecr({
|
|
18
|
+
* projectId: azuredevops_project.example.id,
|
|
19
|
+
* serviceEndpointName: "Example Azure Container Registry",
|
|
20
|
+
* });
|
|
21
|
+
* export const serviceEndpointId = example.then(example => example.id);
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
function getServiceendpointAzurecr(args, opts) {
|
|
25
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
26
|
+
return pulumi.runtime.invoke("azuredevops:index/getServiceendpointAzurecr:getServiceendpointAzurecr", {
|
|
27
|
+
"projectId": args.projectId,
|
|
28
|
+
"serviceEndpointId": args.serviceEndpointId,
|
|
29
|
+
"serviceEndpointName": args.serviceEndpointName,
|
|
30
|
+
}, opts);
|
|
31
|
+
}
|
|
32
|
+
exports.getServiceendpointAzurecr = getServiceendpointAzurecr;
|
|
33
|
+
/**
|
|
34
|
+
* Use this data source to access information about an existing Azure Container Registry Service Endpoint.
|
|
35
|
+
*
|
|
36
|
+
* ## Example Usage
|
|
37
|
+
*
|
|
38
|
+
* ```typescript
|
|
39
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
40
|
+
* import * as azuredevops from "@pulumi/azuredevops";
|
|
41
|
+
*
|
|
42
|
+
* const example = azuredevops.getServiceendpointAzurecr({
|
|
43
|
+
* projectId: azuredevops_project.example.id,
|
|
44
|
+
* serviceEndpointName: "Example Azure Container Registry",
|
|
45
|
+
* });
|
|
46
|
+
* export const serviceEndpointId = example.then(example => example.id);
|
|
47
|
+
* ```
|
|
48
|
+
*/
|
|
49
|
+
function getServiceendpointAzurecrOutput(args, opts) {
|
|
50
|
+
return pulumi.output(args).apply((a) => getServiceendpointAzurecr(a, opts));
|
|
51
|
+
}
|
|
52
|
+
exports.getServiceendpointAzurecrOutput = getServiceendpointAzurecrOutput;
|
|
53
|
+
//# sourceMappingURL=getServiceendpointAzurecr.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getServiceendpointAzurecr.js","sourceRoot":"","sources":["../getServiceendpointAzurecr.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAA2B;IAEtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,uEAAuE,EAAE;QAClG,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;KAClD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,8DAQC;AAkFD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,+BAA+B,CAAC,IAAyC,EAAE,IAA2B;IAClH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,yBAAyB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACpF,CAAC;AAFD,0EAEC"}
|
package/getTeam.d.ts
CHANGED
|
@@ -21,7 +21,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
21
21
|
* ```
|
|
22
22
|
* ## Relevant Links
|
|
23
23
|
*
|
|
24
|
-
* - [Azure DevOps Service REST API
|
|
24
|
+
* - [Azure DevOps Service REST API 7.0 - Teams - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/core/teams/get?view=azure-devops-rest-7.0)
|
|
25
25
|
*
|
|
26
26
|
* ## PAT Permissions Required
|
|
27
27
|
*
|
|
@@ -95,7 +95,7 @@ export interface GetTeamResult {
|
|
|
95
95
|
* ```
|
|
96
96
|
* ## Relevant Links
|
|
97
97
|
*
|
|
98
|
-
* - [Azure DevOps Service REST API
|
|
98
|
+
* - [Azure DevOps Service REST API 7.0 - Teams - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/core/teams/get?view=azure-devops-rest-7.0)
|
|
99
99
|
*
|
|
100
100
|
* ## PAT Permissions Required
|
|
101
101
|
*
|
package/getTeam.js
CHANGED
|
@@ -27,7 +27,7 @@ const utilities = require("./utilities");
|
|
|
27
27
|
* ```
|
|
28
28
|
* ## Relevant Links
|
|
29
29
|
*
|
|
30
|
-
* - [Azure DevOps Service REST API
|
|
30
|
+
* - [Azure DevOps Service REST API 7.0 - Teams - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/core/teams/get?view=azure-devops-rest-7.0)
|
|
31
31
|
*
|
|
32
32
|
* ## PAT Permissions Required
|
|
33
33
|
*
|
|
@@ -64,7 +64,7 @@ exports.getTeam = getTeam;
|
|
|
64
64
|
* ```
|
|
65
65
|
* ## Relevant Links
|
|
66
66
|
*
|
|
67
|
-
* - [Azure DevOps Service REST API
|
|
67
|
+
* - [Azure DevOps Service REST API 7.0 - Teams - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/core/teams/get?view=azure-devops-rest-7.0)
|
|
68
68
|
*
|
|
69
69
|
* ## PAT Permissions Required
|
|
70
70
|
*
|
package/getTeams.d.ts
CHANGED
|
@@ -17,7 +17,7 @@ import * as outputs from "./types/output";
|
|
|
17
17
|
* ```
|
|
18
18
|
* ## Relevant Links
|
|
19
19
|
*
|
|
20
|
-
* - [Azure DevOps Service REST API
|
|
20
|
+
* - [Azure DevOps Service REST API 7.0 - Teams - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/core/teams/get?view=azure-devops-rest-7.0)
|
|
21
21
|
*
|
|
22
22
|
* ## PAT Permissions Required
|
|
23
23
|
*
|
|
@@ -73,7 +73,7 @@ export interface GetTeamsResult {
|
|
|
73
73
|
* ```
|
|
74
74
|
* ## Relevant Links
|
|
75
75
|
*
|
|
76
|
-
* - [Azure DevOps Service REST API
|
|
76
|
+
* - [Azure DevOps Service REST API 7.0 - Teams - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/core/teams/get?view=azure-devops-rest-7.0)
|
|
77
77
|
*
|
|
78
78
|
* ## PAT Permissions Required
|
|
79
79
|
*
|
package/getTeams.js
CHANGED
|
@@ -22,7 +22,7 @@ const utilities = require("./utilities");
|
|
|
22
22
|
* ```
|
|
23
23
|
* ## Relevant Links
|
|
24
24
|
*
|
|
25
|
-
* - [Azure DevOps Service REST API
|
|
25
|
+
* - [Azure DevOps Service REST API 7.0 - Teams - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/core/teams/get?view=azure-devops-rest-7.0)
|
|
26
26
|
*
|
|
27
27
|
* ## PAT Permissions Required
|
|
28
28
|
*
|
|
@@ -54,7 +54,7 @@ exports.getTeams = getTeams;
|
|
|
54
54
|
* ```
|
|
55
55
|
* ## Relevant Links
|
|
56
56
|
*
|
|
57
|
-
* - [Azure DevOps Service REST API
|
|
57
|
+
* - [Azure DevOps Service REST API 7.0 - Teams - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/core/teams/get?view=azure-devops-rest-7.0)
|
|
58
58
|
*
|
|
59
59
|
* ## PAT Permissions Required
|
|
60
60
|
*
|
package/getUsers.d.ts
CHANGED
|
@@ -29,7 +29,7 @@ import * as outputs from "./types/output";
|
|
|
29
29
|
* ```
|
|
30
30
|
* ## Relevant Links
|
|
31
31
|
*
|
|
32
|
-
* - [Azure DevOps Service REST API
|
|
32
|
+
* - [Azure DevOps Service REST API 7.0 - Graph Users API](https://docs.microsoft.com/en-us/rest/api/azure/devops/graph/users?view=azure-devops-rest-7.0)
|
|
33
33
|
*/
|
|
34
34
|
export declare function getUsers(args?: GetUsersArgs, opts?: pulumi.InvokeOptions): Promise<GetUsersResult>;
|
|
35
35
|
/**
|
|
@@ -122,7 +122,7 @@ export interface GetUsersResult {
|
|
|
122
122
|
* ```
|
|
123
123
|
* ## Relevant Links
|
|
124
124
|
*
|
|
125
|
-
* - [Azure DevOps Service REST API
|
|
125
|
+
* - [Azure DevOps Service REST API 7.0 - Graph Users API](https://docs.microsoft.com/en-us/rest/api/azure/devops/graph/users?view=azure-devops-rest-7.0)
|
|
126
126
|
*/
|
|
127
127
|
export declare function getUsersOutput(args?: GetUsersOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetUsersResult>;
|
|
128
128
|
/**
|
package/getUsers.js
CHANGED
|
@@ -34,7 +34,7 @@ const utilities = require("./utilities");
|
|
|
34
34
|
* ```
|
|
35
35
|
* ## Relevant Links
|
|
36
36
|
*
|
|
37
|
-
* - [Azure DevOps Service REST API
|
|
37
|
+
* - [Azure DevOps Service REST API 7.0 - Graph Users API](https://docs.microsoft.com/en-us/rest/api/azure/devops/graph/users?view=azure-devops-rest-7.0)
|
|
38
38
|
*/
|
|
39
39
|
function getUsers(args, opts) {
|
|
40
40
|
args = args || {};
|
|
@@ -76,7 +76,7 @@ exports.getUsers = getUsers;
|
|
|
76
76
|
* ```
|
|
77
77
|
* ## Relevant Links
|
|
78
78
|
*
|
|
79
|
-
* - [Azure DevOps Service REST API
|
|
79
|
+
* - [Azure DevOps Service REST API 7.0 - Graph Users API](https://docs.microsoft.com/en-us/rest/api/azure/devops/graph/users?view=azure-devops-rest-7.0)
|
|
80
80
|
*/
|
|
81
81
|
function getUsersOutput(args, opts) {
|
|
82
82
|
return pulumi.output(args).apply((a) => getUsers(a, opts));
|
package/getVariableGroup.d.ts
CHANGED
|
@@ -22,7 +22,7 @@ import * as outputs from "./types/output";
|
|
|
22
22
|
* ```
|
|
23
23
|
* ## Relevant Links
|
|
24
24
|
*
|
|
25
|
-
* - [Azure DevOps Service REST API
|
|
25
|
+
* - [Azure DevOps Service REST API 7.0 - Variable Groups](https://docs.microsoft.com/en-us/rest/api/azure/devops/distributedtask/variablegroups?view=azure-devops-rest-7.0)
|
|
26
26
|
*/
|
|
27
27
|
export declare function getVariableGroup(args: GetVariableGroupArgs, opts?: pulumi.InvokeOptions): Promise<GetVariableGroupResult>;
|
|
28
28
|
/**
|
|
@@ -90,7 +90,7 @@ export interface GetVariableGroupResult {
|
|
|
90
90
|
* ```
|
|
91
91
|
* ## Relevant Links
|
|
92
92
|
*
|
|
93
|
-
* - [Azure DevOps Service REST API
|
|
93
|
+
* - [Azure DevOps Service REST API 7.0 - Variable Groups](https://docs.microsoft.com/en-us/rest/api/azure/devops/distributedtask/variablegroups?view=azure-devops-rest-7.0)
|
|
94
94
|
*/
|
|
95
95
|
export declare function getVariableGroupOutput(args: GetVariableGroupOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetVariableGroupResult>;
|
|
96
96
|
/**
|
package/getVariableGroup.js
CHANGED
|
@@ -27,7 +27,7 @@ const utilities = require("./utilities");
|
|
|
27
27
|
* ```
|
|
28
28
|
* ## Relevant Links
|
|
29
29
|
*
|
|
30
|
-
* - [Azure DevOps Service REST API
|
|
30
|
+
* - [Azure DevOps Service REST API 7.0 - Variable Groups](https://docs.microsoft.com/en-us/rest/api/azure/devops/distributedtask/variablegroups?view=azure-devops-rest-7.0)
|
|
31
31
|
*/
|
|
32
32
|
function getVariableGroup(args, opts) {
|
|
33
33
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -59,7 +59,7 @@ exports.getVariableGroup = getVariableGroup;
|
|
|
59
59
|
* ```
|
|
60
60
|
* ## Relevant Links
|
|
61
61
|
*
|
|
62
|
-
* - [Azure DevOps Service REST API
|
|
62
|
+
* - [Azure DevOps Service REST API 7.0 - Variable Groups](https://docs.microsoft.com/en-us/rest/api/azure/devops/distributedtask/variablegroups?view=azure-devops-rest-7.0)
|
|
63
63
|
*/
|
|
64
64
|
function getVariableGroupOutput(args, opts) {
|
|
65
65
|
return pulumi.output(args).apply((a) => getVariableGroup(a, opts));
|
package/gitPermissions.d.ts
CHANGED
|
@@ -179,7 +179,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
179
179
|
* ```
|
|
180
180
|
* ## Relevant Links
|
|
181
181
|
*
|
|
182
|
-
* * [Azure DevOps Service REST API
|
|
182
|
+
* * [Azure DevOps Service REST API 7.0 - Security](https://docs.microsoft.com/en-us/rest/api/azure/devops/security/?view=azure-devops-rest-7.0)
|
|
183
183
|
*
|
|
184
184
|
* ## PAT Permissions Required
|
|
185
185
|
*
|
package/gitPermissions.js
CHANGED
|
@@ -185,7 +185,7 @@ const utilities = require("./utilities");
|
|
|
185
185
|
* ```
|
|
186
186
|
* ## Relevant Links
|
|
187
187
|
*
|
|
188
|
-
* * [Azure DevOps Service REST API
|
|
188
|
+
* * [Azure DevOps Service REST API 7.0 - Security](https://docs.microsoft.com/en-us/rest/api/azure/devops/security/?view=azure-devops-rest-7.0)
|
|
189
189
|
*
|
|
190
190
|
* ## PAT Permissions Required
|
|
191
191
|
*
|
package/gitRepositoryFile.d.ts
CHANGED
|
@@ -30,7 +30,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
30
30
|
* ```
|
|
31
31
|
* ## Relevant Links
|
|
32
32
|
*
|
|
33
|
-
* - [Azure DevOps Service REST API
|
|
33
|
+
* - [Azure DevOps Service REST API 7.0 - Git API](https://docs.microsoft.com/en-us/rest/api/azure/devops/git/?view=azure-devops-rest-7.0)
|
|
34
34
|
*
|
|
35
35
|
* ## Import
|
|
36
36
|
*
|
package/gitRepositoryFile.js
CHANGED
|
@@ -36,7 +36,7 @@ const utilities = require("./utilities");
|
|
|
36
36
|
* ```
|
|
37
37
|
* ## Relevant Links
|
|
38
38
|
*
|
|
39
|
-
* - [Azure DevOps Service REST API
|
|
39
|
+
* - [Azure DevOps Service REST API 7.0 - Git API](https://docs.microsoft.com/en-us/rest/api/azure/devops/git/?view=azure-devops-rest-7.0)
|
|
40
40
|
*
|
|
41
41
|
* ## Import
|
|
42
42
|
*
|
package/group.d.ts
CHANGED
|
@@ -29,7 +29,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
29
29
|
* ```
|
|
30
30
|
* ## Relevant Links
|
|
31
31
|
*
|
|
32
|
-
* - [Azure DevOps Service REST API
|
|
32
|
+
* - [Azure DevOps Service REST API 7.0 - Groups](https://docs.microsoft.com/en-us/rest/api/azure/devops/graph/groups?view=azure-devops-rest-7.0)
|
|
33
33
|
*
|
|
34
34
|
* ## PAT Permissions Required
|
|
35
35
|
*
|
package/group.js
CHANGED
|
@@ -35,7 +35,7 @@ const utilities = require("./utilities");
|
|
|
35
35
|
* ```
|
|
36
36
|
* ## Relevant Links
|
|
37
37
|
*
|
|
38
|
-
* - [Azure DevOps Service REST API
|
|
38
|
+
* - [Azure DevOps Service REST API 7.0 - Groups](https://docs.microsoft.com/en-us/rest/api/azure/devops/graph/groups?view=azure-devops-rest-7.0)
|
|
39
39
|
*
|
|
40
40
|
* ## PAT Permissions Required
|
|
41
41
|
*
|