@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
|
@@ -0,0 +1,156 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Manages a group entitlement within Azure DevOps.
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
* ### With an Azure DevOps local group managed by this resource
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as azuredevops from "@pulumi/azuredevops";
|
|
10
|
+
*
|
|
11
|
+
* const example = new azuredevops.GroupEntitlement("example", {displayName: "Group Name"});
|
|
12
|
+
* ```
|
|
13
|
+
* ### With group origin ID
|
|
14
|
+
* ```typescript
|
|
15
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
16
|
+
* import * as azuredevops from "@pulumi/azuredevops";
|
|
17
|
+
*
|
|
18
|
+
* const example = new azuredevops.GroupEntitlement("example", {
|
|
19
|
+
* origin: "aad",
|
|
20
|
+
* originId: "00000000-0000-0000-0000-000000000000",
|
|
21
|
+
* });
|
|
22
|
+
* ```
|
|
23
|
+
* ## Relevant Links
|
|
24
|
+
*
|
|
25
|
+
* - [Azure DevOps Service REST API 7.0 - Group Entitlements](https://learn.microsoft.com/en-us/rest/api/azure/devops/memberentitlementmanagement/group-entitlements?view=azure-devops-rest-7.1)
|
|
26
|
+
* - [Programmatic mapping of access levels](https://docs.microsoft.com/en-us/azure/devops/organizations/security/access-levels?view=azure-devops#programmatic-mapping-of-access-levels)
|
|
27
|
+
*
|
|
28
|
+
* ## PAT Permissions Required
|
|
29
|
+
*
|
|
30
|
+
* - **Member Entitlement Management**: Read & Write
|
|
31
|
+
*
|
|
32
|
+
* ## Import
|
|
33
|
+
*
|
|
34
|
+
* The resource allows the import via the ID of a group entitlement, which is a UUID.
|
|
35
|
+
*
|
|
36
|
+
* ```sh
|
|
37
|
+
* $ pulumi import azuredevops:index/groupEntitlement:GroupEntitlement example 00000000-0000-0000-0000-000000000000
|
|
38
|
+
* ```
|
|
39
|
+
*/
|
|
40
|
+
export declare class GroupEntitlement extends pulumi.CustomResource {
|
|
41
|
+
/**
|
|
42
|
+
* Get an existing GroupEntitlement resource's state with the given name, ID, and optional extra
|
|
43
|
+
* properties used to qualify the lookup.
|
|
44
|
+
*
|
|
45
|
+
* @param name The _unique_ name of the resulting resource.
|
|
46
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
47
|
+
* @param state Any extra arguments used during the lookup.
|
|
48
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
49
|
+
*/
|
|
50
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: GroupEntitlementState, opts?: pulumi.CustomResourceOptions): GroupEntitlement;
|
|
51
|
+
/**
|
|
52
|
+
* Returns true if the given object is an instance of GroupEntitlement. This is designed to work even
|
|
53
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
54
|
+
*/
|
|
55
|
+
static isInstance(obj: any): obj is GroupEntitlement;
|
|
56
|
+
/**
|
|
57
|
+
* Type of Account License. Valid values: `advanced`, `earlyAdopter`, `express`, `none`, `professional`, or `stakeholder`. Defaults to `express`. In addition, the value `basic` is allowed which is an alias for `express` and reflects the name of the `express` license used in the Azure DevOps web interface.
|
|
58
|
+
*/
|
|
59
|
+
readonly accountLicenseType: pulumi.Output<string | undefined>;
|
|
60
|
+
/**
|
|
61
|
+
* The descriptor is the primary way to reference the graph subject while the system is running. This field will uniquely identify the group graph subject.
|
|
62
|
+
*/
|
|
63
|
+
readonly descriptor: pulumi.Output<string>;
|
|
64
|
+
/**
|
|
65
|
+
* The display name is the name used in Azure DevOps UI. Cannot be set together with `originId` and `origin`.
|
|
66
|
+
*/
|
|
67
|
+
readonly displayName: pulumi.Output<string>;
|
|
68
|
+
/**
|
|
69
|
+
* The source of the licensing (e.g. Account. MSDN etc.) Valid values: `account` (Default), `auto`, `msdn`, `none`, `profile`, `trial`
|
|
70
|
+
*
|
|
71
|
+
* > **NOTE:** A existing group in Azure AD can only be referenced by the combination of `originId` and `origin`.
|
|
72
|
+
*/
|
|
73
|
+
readonly licensingSource: pulumi.Output<string | undefined>;
|
|
74
|
+
/**
|
|
75
|
+
* The type of source provider for the origin identifier.
|
|
76
|
+
*/
|
|
77
|
+
readonly origin: pulumi.Output<string>;
|
|
78
|
+
/**
|
|
79
|
+
* The unique identifier from the system of origin. Typically, a sid, object id or Guid. e.g. Used for member of other tenant on Azure Active Directory.
|
|
80
|
+
*/
|
|
81
|
+
readonly originId: pulumi.Output<string>;
|
|
82
|
+
/**
|
|
83
|
+
* The principal name of a graph member on Azure DevOps
|
|
84
|
+
*/
|
|
85
|
+
readonly principalName: pulumi.Output<string>;
|
|
86
|
+
/**
|
|
87
|
+
* Create a GroupEntitlement resource with the given unique name, arguments, and options.
|
|
88
|
+
*
|
|
89
|
+
* @param name The _unique_ name of the resource.
|
|
90
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
91
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
92
|
+
*/
|
|
93
|
+
constructor(name: string, args?: GroupEntitlementArgs, opts?: pulumi.CustomResourceOptions);
|
|
94
|
+
}
|
|
95
|
+
/**
|
|
96
|
+
* Input properties used for looking up and filtering GroupEntitlement resources.
|
|
97
|
+
*/
|
|
98
|
+
export interface GroupEntitlementState {
|
|
99
|
+
/**
|
|
100
|
+
* Type of Account License. Valid values: `advanced`, `earlyAdopter`, `express`, `none`, `professional`, or `stakeholder`. Defaults to `express`. In addition, the value `basic` is allowed which is an alias for `express` and reflects the name of the `express` license used in the Azure DevOps web interface.
|
|
101
|
+
*/
|
|
102
|
+
accountLicenseType?: pulumi.Input<string>;
|
|
103
|
+
/**
|
|
104
|
+
* The descriptor is the primary way to reference the graph subject while the system is running. This field will uniquely identify the group graph subject.
|
|
105
|
+
*/
|
|
106
|
+
descriptor?: pulumi.Input<string>;
|
|
107
|
+
/**
|
|
108
|
+
* The display name is the name used in Azure DevOps UI. Cannot be set together with `originId` and `origin`.
|
|
109
|
+
*/
|
|
110
|
+
displayName?: pulumi.Input<string>;
|
|
111
|
+
/**
|
|
112
|
+
* The source of the licensing (e.g. Account. MSDN etc.) Valid values: `account` (Default), `auto`, `msdn`, `none`, `profile`, `trial`
|
|
113
|
+
*
|
|
114
|
+
* > **NOTE:** A existing group in Azure AD can only be referenced by the combination of `originId` and `origin`.
|
|
115
|
+
*/
|
|
116
|
+
licensingSource?: pulumi.Input<string>;
|
|
117
|
+
/**
|
|
118
|
+
* The type of source provider for the origin identifier.
|
|
119
|
+
*/
|
|
120
|
+
origin?: pulumi.Input<string>;
|
|
121
|
+
/**
|
|
122
|
+
* The unique identifier from the system of origin. Typically, a sid, object id or Guid. e.g. Used for member of other tenant on Azure Active Directory.
|
|
123
|
+
*/
|
|
124
|
+
originId?: pulumi.Input<string>;
|
|
125
|
+
/**
|
|
126
|
+
* The principal name of a graph member on Azure DevOps
|
|
127
|
+
*/
|
|
128
|
+
principalName?: pulumi.Input<string>;
|
|
129
|
+
}
|
|
130
|
+
/**
|
|
131
|
+
* The set of arguments for constructing a GroupEntitlement resource.
|
|
132
|
+
*/
|
|
133
|
+
export interface GroupEntitlementArgs {
|
|
134
|
+
/**
|
|
135
|
+
* Type of Account License. Valid values: `advanced`, `earlyAdopter`, `express`, `none`, `professional`, or `stakeholder`. Defaults to `express`. In addition, the value `basic` is allowed which is an alias for `express` and reflects the name of the `express` license used in the Azure DevOps web interface.
|
|
136
|
+
*/
|
|
137
|
+
accountLicenseType?: pulumi.Input<string>;
|
|
138
|
+
/**
|
|
139
|
+
* The display name is the name used in Azure DevOps UI. Cannot be set together with `originId` and `origin`.
|
|
140
|
+
*/
|
|
141
|
+
displayName?: pulumi.Input<string>;
|
|
142
|
+
/**
|
|
143
|
+
* The source of the licensing (e.g. Account. MSDN etc.) Valid values: `account` (Default), `auto`, `msdn`, `none`, `profile`, `trial`
|
|
144
|
+
*
|
|
145
|
+
* > **NOTE:** A existing group in Azure AD can only be referenced by the combination of `originId` and `origin`.
|
|
146
|
+
*/
|
|
147
|
+
licensingSource?: pulumi.Input<string>;
|
|
148
|
+
/**
|
|
149
|
+
* The type of source provider for the origin identifier.
|
|
150
|
+
*/
|
|
151
|
+
origin?: pulumi.Input<string>;
|
|
152
|
+
/**
|
|
153
|
+
* The unique identifier from the system of origin. Typically, a sid, object id or Guid. e.g. Used for member of other tenant on Azure Active Directory.
|
|
154
|
+
*/
|
|
155
|
+
originId?: pulumi.Input<string>;
|
|
156
|
+
}
|
|
@@ -0,0 +1,99 @@
|
|
|
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.GroupEntitlement = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Manages a group entitlement within Azure DevOps.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
* ### With an Azure DevOps local group managed by this resource
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as azuredevops from "@pulumi/azuredevops";
|
|
16
|
+
*
|
|
17
|
+
* const example = new azuredevops.GroupEntitlement("example", {displayName: "Group Name"});
|
|
18
|
+
* ```
|
|
19
|
+
* ### With group origin ID
|
|
20
|
+
* ```typescript
|
|
21
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
22
|
+
* import * as azuredevops from "@pulumi/azuredevops";
|
|
23
|
+
*
|
|
24
|
+
* const example = new azuredevops.GroupEntitlement("example", {
|
|
25
|
+
* origin: "aad",
|
|
26
|
+
* originId: "00000000-0000-0000-0000-000000000000",
|
|
27
|
+
* });
|
|
28
|
+
* ```
|
|
29
|
+
* ## Relevant Links
|
|
30
|
+
*
|
|
31
|
+
* - [Azure DevOps Service REST API 7.0 - Group Entitlements](https://learn.microsoft.com/en-us/rest/api/azure/devops/memberentitlementmanagement/group-entitlements?view=azure-devops-rest-7.1)
|
|
32
|
+
* - [Programmatic mapping of access levels](https://docs.microsoft.com/en-us/azure/devops/organizations/security/access-levels?view=azure-devops#programmatic-mapping-of-access-levels)
|
|
33
|
+
*
|
|
34
|
+
* ## PAT Permissions Required
|
|
35
|
+
*
|
|
36
|
+
* - **Member Entitlement Management**: Read & Write
|
|
37
|
+
*
|
|
38
|
+
* ## Import
|
|
39
|
+
*
|
|
40
|
+
* The resource allows the import via the ID of a group entitlement, which is a UUID.
|
|
41
|
+
*
|
|
42
|
+
* ```sh
|
|
43
|
+
* $ pulumi import azuredevops:index/groupEntitlement:GroupEntitlement example 00000000-0000-0000-0000-000000000000
|
|
44
|
+
* ```
|
|
45
|
+
*/
|
|
46
|
+
class GroupEntitlement extends pulumi.CustomResource {
|
|
47
|
+
/**
|
|
48
|
+
* Get an existing GroupEntitlement resource's state with the given name, ID, and optional extra
|
|
49
|
+
* properties used to qualify the lookup.
|
|
50
|
+
*
|
|
51
|
+
* @param name The _unique_ name of the resulting resource.
|
|
52
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
53
|
+
* @param state Any extra arguments used during the lookup.
|
|
54
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
55
|
+
*/
|
|
56
|
+
static get(name, id, state, opts) {
|
|
57
|
+
return new GroupEntitlement(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* Returns true if the given object is an instance of GroupEntitlement. This is designed to work even
|
|
61
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
62
|
+
*/
|
|
63
|
+
static isInstance(obj) {
|
|
64
|
+
if (obj === undefined || obj === null) {
|
|
65
|
+
return false;
|
|
66
|
+
}
|
|
67
|
+
return obj['__pulumiType'] === GroupEntitlement.__pulumiType;
|
|
68
|
+
}
|
|
69
|
+
constructor(name, argsOrState, opts) {
|
|
70
|
+
let resourceInputs = {};
|
|
71
|
+
opts = opts || {};
|
|
72
|
+
if (opts.id) {
|
|
73
|
+
const state = argsOrState;
|
|
74
|
+
resourceInputs["accountLicenseType"] = state ? state.accountLicenseType : undefined;
|
|
75
|
+
resourceInputs["descriptor"] = state ? state.descriptor : undefined;
|
|
76
|
+
resourceInputs["displayName"] = state ? state.displayName : undefined;
|
|
77
|
+
resourceInputs["licensingSource"] = state ? state.licensingSource : undefined;
|
|
78
|
+
resourceInputs["origin"] = state ? state.origin : undefined;
|
|
79
|
+
resourceInputs["originId"] = state ? state.originId : undefined;
|
|
80
|
+
resourceInputs["principalName"] = state ? state.principalName : undefined;
|
|
81
|
+
}
|
|
82
|
+
else {
|
|
83
|
+
const args = argsOrState;
|
|
84
|
+
resourceInputs["accountLicenseType"] = args ? args.accountLicenseType : undefined;
|
|
85
|
+
resourceInputs["displayName"] = args ? args.displayName : undefined;
|
|
86
|
+
resourceInputs["licensingSource"] = args ? args.licensingSource : undefined;
|
|
87
|
+
resourceInputs["origin"] = args ? args.origin : undefined;
|
|
88
|
+
resourceInputs["originId"] = args ? args.originId : undefined;
|
|
89
|
+
resourceInputs["descriptor"] = undefined /*out*/;
|
|
90
|
+
resourceInputs["principalName"] = undefined /*out*/;
|
|
91
|
+
}
|
|
92
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
93
|
+
super(GroupEntitlement.__pulumiType, name, resourceInputs, opts);
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
exports.GroupEntitlement = GroupEntitlement;
|
|
97
|
+
/** @internal */
|
|
98
|
+
GroupEntitlement.__pulumiType = 'azuredevops:index/groupEntitlement:GroupEntitlement';
|
|
99
|
+
//# sourceMappingURL=groupEntitlement.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"groupEntitlement.js","sourceRoot":"","sources":["../groupEntitlement.ts"],"names":[],"mappings":"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"}
|
package/groupMembership.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 - Memberships](https://docs.microsoft.com/en-us/rest/api/azure/devops/graph/memberships?view=azure-devops-rest-7.0)
|
|
25
25
|
*
|
|
26
26
|
* ## PAT Permissions Required
|
|
27
27
|
*
|
package/groupMembership.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 - Memberships](https://docs.microsoft.com/en-us/rest/api/azure/devops/graph/memberships?view=azure-devops-rest-7.0)
|
|
31
31
|
*
|
|
32
32
|
* ## PAT Permissions Required
|
|
33
33
|
*
|
package/identities/getGroup.d.ts
CHANGED
|
@@ -25,7 +25,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
25
25
|
* ```
|
|
26
26
|
* ## Relevant Links
|
|
27
27
|
*
|
|
28
|
-
* - [Azure DevOps Service REST API
|
|
28
|
+
* - [Azure DevOps Service REST API 7.0 - Groups - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/graph/groups/get?view=azure-devops-rest-7.0)
|
|
29
29
|
*/
|
|
30
30
|
/** @deprecated azuredevops.identities.getGroup has been deprecated in favor of azuredevops.getGroup */
|
|
31
31
|
export declare function getGroup(args: GetGroupArgs, opts?: pulumi.InvokeOptions): Promise<GetGroupResult>;
|
|
@@ -91,7 +91,7 @@ export interface GetGroupResult {
|
|
|
91
91
|
* ```
|
|
92
92
|
* ## Relevant Links
|
|
93
93
|
*
|
|
94
|
-
* - [Azure DevOps Service REST API
|
|
94
|
+
* - [Azure DevOps Service REST API 7.0 - Groups - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/graph/groups/get?view=azure-devops-rest-7.0)
|
|
95
95
|
*/
|
|
96
96
|
/** @deprecated azuredevops.identities.getGroup has been deprecated in favor of azuredevops.getGroup */
|
|
97
97
|
export declare function getGroupOutput(args: GetGroupOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetGroupResult>;
|
package/identities/getGroup.js
CHANGED
|
@@ -31,7 +31,7 @@ const utilities = require("../utilities");
|
|
|
31
31
|
* ```
|
|
32
32
|
* ## Relevant Links
|
|
33
33
|
*
|
|
34
|
-
* - [Azure DevOps Service REST API
|
|
34
|
+
* - [Azure DevOps Service REST API 7.0 - Groups - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/graph/groups/get?view=azure-devops-rest-7.0)
|
|
35
35
|
*/
|
|
36
36
|
/** @deprecated azuredevops.identities.getGroup has been deprecated in favor of azuredevops.getGroup */
|
|
37
37
|
function getGroup(args, opts) {
|
|
@@ -69,7 +69,7 @@ exports.getGroup = getGroup;
|
|
|
69
69
|
* ```
|
|
70
70
|
* ## Relevant Links
|
|
71
71
|
*
|
|
72
|
-
* - [Azure DevOps Service REST API
|
|
72
|
+
* - [Azure DevOps Service REST API 7.0 - Groups - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/graph/groups/get?view=azure-devops-rest-7.0)
|
|
73
73
|
*/
|
|
74
74
|
/** @deprecated azuredevops.identities.getGroup has been deprecated in favor of azuredevops.getGroup */
|
|
75
75
|
function getGroupOutput(args, opts) {
|
package/identities/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
|
/** @deprecated azuredevops.identities.getUsers has been deprecated in favor of azuredevops.getUsers */
|
|
35
35
|
export declare function getUsers(args?: GetUsersArgs, opts?: pulumi.InvokeOptions): Promise<GetUsersResult>;
|
|
@@ -123,7 +123,7 @@ export interface GetUsersResult {
|
|
|
123
123
|
* ```
|
|
124
124
|
* ## Relevant Links
|
|
125
125
|
*
|
|
126
|
-
* - [Azure DevOps Service REST API
|
|
126
|
+
* - [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)
|
|
127
127
|
*/
|
|
128
128
|
/** @deprecated azuredevops.identities.getUsers has been deprecated in favor of azuredevops.getUsers */
|
|
129
129
|
export declare function getUsersOutput(args?: GetUsersOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetUsersResult>;
|
package/identities/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
|
/** @deprecated azuredevops.identities.getUsers has been deprecated in favor of azuredevops.getUsers */
|
|
40
40
|
function getUsers(args, opts) {
|
|
@@ -78,7 +78,7 @@ exports.getUsers = getUsers;
|
|
|
78
78
|
* ```
|
|
79
79
|
* ## Relevant Links
|
|
80
80
|
*
|
|
81
|
-
* - [Azure DevOps Service REST API
|
|
81
|
+
* - [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)
|
|
82
82
|
*/
|
|
83
83
|
/** @deprecated azuredevops.identities.getUsers has been deprecated in favor of azuredevops.getUsers */
|
|
84
84
|
function getUsersOutput(args, opts) {
|
package/identities/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/identities/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
|
*
|
|
@@ -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 - Memberships](https://docs.microsoft.com/en-us/rest/api/azure/devops/graph/memberships?view=azure-devops-rest-7.0)
|
|
25
25
|
*
|
|
26
26
|
* ## PAT Permissions Required
|
|
27
27
|
*
|
|
@@ -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 - Memberships](https://docs.microsoft.com/en-us/rest/api/azure/devops/graph/memberships?view=azure-devops-rest-7.0)
|
|
31
31
|
*
|
|
32
32
|
* ## PAT Permissions Required
|
|
33
33
|
*
|
package/index.d.ts
CHANGED
|
@@ -66,6 +66,7 @@ export declare const getBuildDefinition: typeof import("./getBuildDefinition").g
|
|
|
66
66
|
export declare const getBuildDefinitionOutput: typeof import("./getBuildDefinition").getBuildDefinitionOutput;
|
|
67
67
|
export { GetClientConfigResult } from "./getClientConfig";
|
|
68
68
|
export declare const getClientConfig: typeof import("./getClientConfig").getClientConfig;
|
|
69
|
+
export declare const getClientConfigOutput: typeof import("./getClientConfig").getClientConfigOutput;
|
|
69
70
|
export { GetEnvironmentArgs, GetEnvironmentResult, GetEnvironmentOutputArgs } from "./getEnvironment";
|
|
70
71
|
export declare const getEnvironment: typeof import("./getEnvironment").getEnvironment;
|
|
71
72
|
export declare const getEnvironmentOutput: typeof import("./getEnvironment").getEnvironmentOutput;
|
|
@@ -86,6 +87,7 @@ export declare const getPool: typeof import("./getPool").getPool;
|
|
|
86
87
|
export declare const getPoolOutput: typeof import("./getPool").getPoolOutput;
|
|
87
88
|
export { GetPoolsResult } from "./getPools";
|
|
88
89
|
export declare const getPools: typeof import("./getPools").getPools;
|
|
90
|
+
export declare const getPoolsOutput: typeof import("./getPools").getPoolsOutput;
|
|
89
91
|
export { GetProjectArgs, GetProjectResult, GetProjectOutputArgs } from "./getProject";
|
|
90
92
|
export declare const getProject: typeof import("./getProject").getProject;
|
|
91
93
|
export declare const getProjectOutput: typeof import("./getProject").getProjectOutput;
|
|
@@ -101,6 +103,9 @@ export declare const getServiceEndpointAzureRMOutput: typeof import("./getServic
|
|
|
101
103
|
export { GetServiceEndpointGithubArgs, GetServiceEndpointGithubResult, GetServiceEndpointGithubOutputArgs } from "./getServiceEndpointGithub";
|
|
102
104
|
export declare const getServiceEndpointGithub: typeof import("./getServiceEndpointGithub").getServiceEndpointGithub;
|
|
103
105
|
export declare const getServiceEndpointGithubOutput: typeof import("./getServiceEndpointGithub").getServiceEndpointGithubOutput;
|
|
106
|
+
export { GetServiceendpointAzurecrArgs, GetServiceendpointAzurecrResult, GetServiceendpointAzurecrOutputArgs } from "./getServiceendpointAzurecr";
|
|
107
|
+
export declare const getServiceendpointAzurecr: typeof import("./getServiceendpointAzurecr").getServiceendpointAzurecr;
|
|
108
|
+
export declare const getServiceendpointAzurecrOutput: typeof import("./getServiceendpointAzurecr").getServiceendpointAzurecrOutput;
|
|
104
109
|
export { GetServiceendpointNpmArgs, GetServiceendpointNpmResult, GetServiceendpointNpmOutputArgs } from "./getServiceendpointNpm";
|
|
105
110
|
export declare const getServiceendpointNpm: typeof import("./getServiceendpointNpm").getServiceendpointNpm;
|
|
106
111
|
export declare const getServiceendpointNpmOutput: typeof import("./getServiceendpointNpm").getServiceendpointNpmOutput;
|
|
@@ -134,6 +139,9 @@ export declare const GitRepositoryFile: typeof import("./gitRepositoryFile").Git
|
|
|
134
139
|
export { GroupArgs, GroupState } from "./group";
|
|
135
140
|
export type Group = import("./group").Group;
|
|
136
141
|
export declare const Group: typeof import("./group").Group;
|
|
142
|
+
export { GroupEntitlementArgs, GroupEntitlementState } from "./groupEntitlement";
|
|
143
|
+
export type GroupEntitlement = import("./groupEntitlement").GroupEntitlement;
|
|
144
|
+
export declare const GroupEntitlement: typeof import("./groupEntitlement").GroupEntitlement;
|
|
137
145
|
export { GroupMembershipArgs, GroupMembershipState } from "./groupMembership";
|
|
138
146
|
export type GroupMembership = import("./groupMembership").GroupMembership;
|
|
139
147
|
export declare const GroupMembership: typeof import("./groupMembership").GroupMembership;
|
|
@@ -275,6 +283,9 @@ export declare const ServiceendpointMaven: typeof import("./serviceendpointMaven
|
|
|
275
283
|
export { ServiceendpointNexusArgs, ServiceendpointNexusState } from "./serviceendpointNexus";
|
|
276
284
|
export type ServiceendpointNexus = import("./serviceendpointNexus").ServiceendpointNexus;
|
|
277
285
|
export declare const ServiceendpointNexus: typeof import("./serviceendpointNexus").ServiceendpointNexus;
|
|
286
|
+
export { ServiceendpointNugetArgs, ServiceendpointNugetState } from "./serviceendpointNuget";
|
|
287
|
+
export type ServiceendpointNuget = import("./serviceendpointNuget").ServiceendpointNuget;
|
|
288
|
+
export declare const ServiceendpointNuget: typeof import("./serviceendpointNuget").ServiceendpointNuget;
|
|
278
289
|
export { ServiceendpointOctopusdeployArgs, ServiceendpointOctopusdeployState } from "./serviceendpointOctopusdeploy";
|
|
279
290
|
export type ServiceendpointOctopusdeploy = import("./serviceendpointOctopusdeploy").ServiceendpointOctopusdeploy;
|
|
280
291
|
export declare const ServiceendpointOctopusdeploy: typeof import("./serviceendpointOctopusdeploy").ServiceendpointOctopusdeploy;
|
package/index.js
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
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.
|
|
6
|
-
exports.
|
|
7
|
-
exports.types = exports.serviceendpoint = exports.security = exports.repository = exports.policy = exports.pipeline = exports.identities = exports.entitlement = exports.core = exports.config = exports.build = exports.agent = exports.Workitem = exports.WorkItemQueryPermissions = exports.VariableGroup = exports.User = exports.TeamMembers = exports.TeamAdministrators = exports.Team = exports.TaggingPermissions = exports.ServicehookPermissions = exports.ServiceendpointPermissions = exports.ServiceendpointOctopusdeploy = exports.ServiceendpointNexus = exports.ServiceendpointMaven = exports.ServiceendpointJfrogXrayV2 = exports.ServiceendpointJfrogPlatformV2 = exports.ServiceendpointJfrogDistributionV2 = exports.ServiceendpointJfrogArtifactoryV2 = exports.ServiceendpointJenkins = exports.ServiceendpointIncomingwebhook = exports.ServiceendpointGcpTerraform = exports.ServiceendpointExternaltfs = exports.ServiceendpointArgocd = exports.ServiceEndpointSsh = exports.ServiceEndpointSonarQube = void 0;
|
|
5
|
+
exports.getServiceEndpointGithub = exports.getServiceEndpointAzureRMOutput = exports.getServiceEndpointAzureRM = exports.getRepositoriesOutput = exports.getRepositories = exports.getProjectsOutput = exports.getProjects = exports.getProjectOutput = exports.getProject = exports.getPoolsOutput = exports.getPools = exports.getPoolOutput = exports.getPool = exports.getIterationOutput = exports.getIteration = exports.getGroupsOutput = exports.getGroups = exports.getGroupOutput = exports.getGroup = exports.getGitRepositoryOutput = exports.getGitRepository = exports.getEnvironmentOutput = exports.getEnvironment = exports.getClientConfigOutput = exports.getClientConfig = exports.getBuildDefinitionOutput = exports.getBuildDefinition = exports.getAreaOutput = exports.getArea = exports.getAgentQueueOutput = exports.getAgentQueue = exports.Environment = exports.ElasticPool = exports.CheckRequiredTemplate = exports.CheckExclusiveLock = exports.CheckBusinessHours = exports.CheckBranchControl = exports.CheckApproval = exports.BuildFolderPermissions = exports.BuildFolder = exports.BuildDefinitionPermissions = exports.BuildDefinition = exports.BranchPolicyWorkItemLinking = exports.BranchPolicyStatusCheck = exports.BranchPolicyMinReviewers = exports.BranchPolicyMergeTypes = exports.BranchPolicyCommentResolution = exports.BranchPolicyBuildValidation = exports.BranchPolicyAutoReviewers = exports.AreaPermissions = void 0;
|
|
6
|
+
exports.ServiceEndpointGitHubEnterprise = exports.ServiceEndpointGitHub = exports.ServiceEndpointGenericGit = exports.ServiceEndpointGeneric = exports.ServiceEndpointDockerRegistry = exports.ServiceEndpointBitBucket = exports.ServiceEndpointAzureRM = exports.ServiceEndpointAzureEcr = exports.ServiceEndpointAzureDevOps = exports.ServiceEndpointAws = exports.ServiceEndpointArtifactory = exports.ResourceAuthorization = exports.RepositoryPolicyReservedNames = exports.RepositoryPolicyMaxPathLength = exports.RepositoryPolicyMaxFileSize = exports.RepositoryPolicyFilePathPattern = exports.RepositoryPolicyCheckCredentials = exports.RepositoryPolicyCaseEnforcement = exports.RepositoryPolicyAuthorEmailPattern = exports.Queue = exports.Provider = exports.ProjectPipelineSettings = exports.ProjectPermissions = exports.ProjectFeatures = exports.Project = exports.Pool = exports.PipelineAuthorization = exports.IterativePermissions = exports.GroupMembership = exports.GroupEntitlement = exports.Group = exports.GitRepositoryFile = exports.GitRepositoryBranch = exports.GitPermissions = exports.Git = exports.getVariableGroupOutput = exports.getVariableGroup = exports.getUsersOutput = exports.getUsers = exports.getTeamsOutput = exports.getTeams = exports.getTeamOutput = exports.getTeam = exports.getServiceendpointSonarcloudOutput = exports.getServiceendpointSonarcloud = exports.getServiceendpointNpmOutput = exports.getServiceendpointNpm = exports.getServiceendpointAzurecrOutput = exports.getServiceendpointAzurecr = exports.getServiceEndpointGithubOutput = void 0;
|
|
7
|
+
exports.types = exports.serviceendpoint = exports.security = exports.repository = exports.policy = exports.pipeline = exports.identities = exports.entitlement = exports.core = exports.config = exports.build = exports.agent = exports.Workitem = exports.WorkItemQueryPermissions = exports.VariableGroup = exports.User = exports.TeamMembers = exports.TeamAdministrators = exports.Team = exports.TaggingPermissions = exports.ServicehookPermissions = exports.ServiceendpointPermissions = exports.ServiceendpointOctopusdeploy = exports.ServiceendpointNuget = exports.ServiceendpointNexus = exports.ServiceendpointMaven = exports.ServiceendpointJfrogXrayV2 = exports.ServiceendpointJfrogPlatformV2 = exports.ServiceendpointJfrogDistributionV2 = exports.ServiceendpointJfrogArtifactoryV2 = exports.ServiceendpointJenkins = exports.ServiceendpointIncomingwebhook = exports.ServiceendpointGcpTerraform = exports.ServiceendpointExternaltfs = exports.ServiceendpointArgocd = exports.ServiceEndpointSsh = exports.ServiceEndpointSonarQube = exports.ServiceEndpointSonarCloud = exports.ServiceEndpointServiceFabric = exports.ServiceEndpointPipeline = exports.ServiceEndpointNpm = exports.ServiceEndpointKubernetes = void 0;
|
|
8
8
|
const pulumi = require("@pulumi/pulumi");
|
|
9
9
|
const utilities = require("./utilities");
|
|
10
10
|
exports.AreaPermissions = null;
|
|
@@ -55,7 +55,8 @@ exports.getBuildDefinition = null;
|
|
|
55
55
|
exports.getBuildDefinitionOutput = null;
|
|
56
56
|
utilities.lazyLoad(exports, ["getBuildDefinition", "getBuildDefinitionOutput"], () => require("./getBuildDefinition"));
|
|
57
57
|
exports.getClientConfig = null;
|
|
58
|
-
|
|
58
|
+
exports.getClientConfigOutput = null;
|
|
59
|
+
utilities.lazyLoad(exports, ["getClientConfig", "getClientConfigOutput"], () => require("./getClientConfig"));
|
|
59
60
|
exports.getEnvironment = null;
|
|
60
61
|
exports.getEnvironmentOutput = null;
|
|
61
62
|
utilities.lazyLoad(exports, ["getEnvironment", "getEnvironmentOutput"], () => require("./getEnvironment"));
|
|
@@ -75,7 +76,8 @@ exports.getPool = null;
|
|
|
75
76
|
exports.getPoolOutput = null;
|
|
76
77
|
utilities.lazyLoad(exports, ["getPool", "getPoolOutput"], () => require("./getPool"));
|
|
77
78
|
exports.getPools = null;
|
|
78
|
-
|
|
79
|
+
exports.getPoolsOutput = null;
|
|
80
|
+
utilities.lazyLoad(exports, ["getPools", "getPoolsOutput"], () => require("./getPools"));
|
|
79
81
|
exports.getProject = null;
|
|
80
82
|
exports.getProjectOutput = null;
|
|
81
83
|
utilities.lazyLoad(exports, ["getProject", "getProjectOutput"], () => require("./getProject"));
|
|
@@ -91,6 +93,9 @@ utilities.lazyLoad(exports, ["getServiceEndpointAzureRM", "getServiceEndpointAzu
|
|
|
91
93
|
exports.getServiceEndpointGithub = null;
|
|
92
94
|
exports.getServiceEndpointGithubOutput = null;
|
|
93
95
|
utilities.lazyLoad(exports, ["getServiceEndpointGithub", "getServiceEndpointGithubOutput"], () => require("./getServiceEndpointGithub"));
|
|
96
|
+
exports.getServiceendpointAzurecr = null;
|
|
97
|
+
exports.getServiceendpointAzurecrOutput = null;
|
|
98
|
+
utilities.lazyLoad(exports, ["getServiceendpointAzurecr", "getServiceendpointAzurecrOutput"], () => require("./getServiceendpointAzurecr"));
|
|
94
99
|
exports.getServiceendpointNpm = null;
|
|
95
100
|
exports.getServiceendpointNpmOutput = null;
|
|
96
101
|
utilities.lazyLoad(exports, ["getServiceendpointNpm", "getServiceendpointNpmOutput"], () => require("./getServiceendpointNpm"));
|
|
@@ -119,6 +124,8 @@ exports.GitRepositoryFile = null;
|
|
|
119
124
|
utilities.lazyLoad(exports, ["GitRepositoryFile"], () => require("./gitRepositoryFile"));
|
|
120
125
|
exports.Group = null;
|
|
121
126
|
utilities.lazyLoad(exports, ["Group"], () => require("./group"));
|
|
127
|
+
exports.GroupEntitlement = null;
|
|
128
|
+
utilities.lazyLoad(exports, ["GroupEntitlement"], () => require("./groupEntitlement"));
|
|
122
129
|
exports.GroupMembership = null;
|
|
123
130
|
utilities.lazyLoad(exports, ["GroupMembership"], () => require("./groupMembership"));
|
|
124
131
|
exports.IterativePermissions = null;
|
|
@@ -213,6 +220,8 @@ exports.ServiceendpointMaven = null;
|
|
|
213
220
|
utilities.lazyLoad(exports, ["ServiceendpointMaven"], () => require("./serviceendpointMaven"));
|
|
214
221
|
exports.ServiceendpointNexus = null;
|
|
215
222
|
utilities.lazyLoad(exports, ["ServiceendpointNexus"], () => require("./serviceendpointNexus"));
|
|
223
|
+
exports.ServiceendpointNuget = null;
|
|
224
|
+
utilities.lazyLoad(exports, ["ServiceendpointNuget"], () => require("./serviceendpointNuget"));
|
|
216
225
|
exports.ServiceendpointOctopusdeploy = null;
|
|
217
226
|
utilities.lazyLoad(exports, ["ServiceendpointOctopusdeploy"], () => require("./serviceendpointOctopusdeploy"));
|
|
218
227
|
exports.ServiceendpointPermissions = null;
|
|
@@ -312,6 +321,8 @@ const _module = {
|
|
|
312
321
|
return new exports.GitRepositoryFile(name, undefined, { urn });
|
|
313
322
|
case "azuredevops:index/group:Group":
|
|
314
323
|
return new exports.Group(name, undefined, { urn });
|
|
324
|
+
case "azuredevops:index/groupEntitlement:GroupEntitlement":
|
|
325
|
+
return new exports.GroupEntitlement(name, undefined, { urn });
|
|
315
326
|
case "azuredevops:index/groupMembership:GroupMembership":
|
|
316
327
|
return new exports.GroupMembership(name, undefined, { urn });
|
|
317
328
|
case "azuredevops:index/iterativePermissions:IterativePermissions":
|
|
@@ -404,6 +415,8 @@ const _module = {
|
|
|
404
415
|
return new exports.ServiceendpointMaven(name, undefined, { urn });
|
|
405
416
|
case "azuredevops:index/serviceendpointNexus:ServiceendpointNexus":
|
|
406
417
|
return new exports.ServiceendpointNexus(name, undefined, { urn });
|
|
418
|
+
case "azuredevops:index/serviceendpointNuget:ServiceendpointNuget":
|
|
419
|
+
return new exports.ServiceendpointNuget(name, undefined, { urn });
|
|
407
420
|
case "azuredevops:index/serviceendpointOctopusdeploy:ServiceendpointOctopusdeploy":
|
|
408
421
|
return new exports.ServiceendpointOctopusdeploy(name, undefined, { urn });
|
|
409
422
|
case "azuredevops:index/serviceendpointPermissions:ServiceendpointPermissions":
|
|
@@ -455,6 +468,7 @@ pulumi.runtime.registerResourceModule("azuredevops", "index/gitPermissions", _mo
|
|
|
455
468
|
pulumi.runtime.registerResourceModule("azuredevops", "index/gitRepositoryBranch", _module);
|
|
456
469
|
pulumi.runtime.registerResourceModule("azuredevops", "index/gitRepositoryFile", _module);
|
|
457
470
|
pulumi.runtime.registerResourceModule("azuredevops", "index/group", _module);
|
|
471
|
+
pulumi.runtime.registerResourceModule("azuredevops", "index/groupEntitlement", _module);
|
|
458
472
|
pulumi.runtime.registerResourceModule("azuredevops", "index/groupMembership", _module);
|
|
459
473
|
pulumi.runtime.registerResourceModule("azuredevops", "index/iterativePermissions", _module);
|
|
460
474
|
pulumi.runtime.registerResourceModule("azuredevops", "index/pipelineAuthorization", _module);
|
|
@@ -501,6 +515,7 @@ pulumi.runtime.registerResourceModule("azuredevops", "index/serviceendpointJfrog
|
|
|
501
515
|
pulumi.runtime.registerResourceModule("azuredevops", "index/serviceendpointJfrogXrayV2", _module);
|
|
502
516
|
pulumi.runtime.registerResourceModule("azuredevops", "index/serviceendpointMaven", _module);
|
|
503
517
|
pulumi.runtime.registerResourceModule("azuredevops", "index/serviceendpointNexus", _module);
|
|
518
|
+
pulumi.runtime.registerResourceModule("azuredevops", "index/serviceendpointNuget", _module);
|
|
504
519
|
pulumi.runtime.registerResourceModule("azuredevops", "index/serviceendpointOctopusdeploy", _module);
|
|
505
520
|
pulumi.runtime.registerResourceModule("azuredevops", "index/serviceendpointPermissions", _module);
|
|
506
521
|
pulumi.runtime.registerResourceModule("azuredevops", "index/servicehookPermissions", _module);
|