@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.
Files changed (221) hide show
  1. package/agent/getPool.d.ts +2 -2
  2. package/agent/getPool.js +2 -2
  3. package/agent/getPools.d.ts +22 -1
  4. package/agent/getPools.js +26 -2
  5. package/agent/getPools.js.map +1 -1
  6. package/agent/index.d.ts +1 -0
  7. package/agent/index.js +3 -2
  8. package/agent/index.js.map +1 -1
  9. package/agent/pool.d.ts +1 -1
  10. package/agent/pool.js +1 -1
  11. package/agent/queue.d.ts +1 -1
  12. package/agent/queue.js +1 -1
  13. package/areaPermissions.d.ts +1 -1
  14. package/areaPermissions.js +1 -1
  15. package/branchPolicyAutoReviewers.d.ts +1 -1
  16. package/branchPolicyAutoReviewers.js +1 -1
  17. package/branchPolicyBuildValidation.d.ts +1 -1
  18. package/branchPolicyBuildValidation.js +1 -1
  19. package/branchPolicyCommentResolution.d.ts +1 -1
  20. package/branchPolicyCommentResolution.js +1 -1
  21. package/branchPolicyMergeTypes.d.ts +1 -1
  22. package/branchPolicyMergeTypes.js +1 -1
  23. package/branchPolicyMinReviewers.d.ts +1 -1
  24. package/branchPolicyMinReviewers.js +1 -1
  25. package/branchPolicyStatusCheck.d.ts +1 -1
  26. package/branchPolicyStatusCheck.js +1 -1
  27. package/branchPolicyWorkItemLinking.d.ts +1 -1
  28. package/branchPolicyWorkItemLinking.js +1 -1
  29. package/build/buildDefinition.d.ts +16 -4
  30. package/build/buildDefinition.js +3 -1
  31. package/build/buildDefinition.js.map +1 -1
  32. package/buildDefinition.d.ts +16 -4
  33. package/buildDefinition.js +3 -1
  34. package/buildDefinition.js.map +1 -1
  35. package/buildDefinitionPermissions.d.ts +1 -1
  36. package/buildDefinitionPermissions.js +1 -1
  37. package/buildFolderPermissions.d.ts +1 -1
  38. package/buildFolderPermissions.js +1 -1
  39. package/core/getClientConfig.d.ts +15 -0
  40. package/core/getClientConfig.js +19 -1
  41. package/core/getClientConfig.js.map +1 -1
  42. package/core/getProject.d.ts +2 -2
  43. package/core/getProject.js +2 -2
  44. package/core/getProjects.d.ts +2 -2
  45. package/core/getProjects.js +2 -2
  46. package/core/index.d.ts +1 -0
  47. package/core/index.js +3 -2
  48. package/core/index.js.map +1 -1
  49. package/core/project.d.ts +1 -1
  50. package/core/project.js +1 -1
  51. package/entitlement/user.d.ts +1 -1
  52. package/entitlement/user.js +1 -1
  53. package/environment.d.ts +1 -1
  54. package/environment.js +1 -1
  55. package/getAgentQueue.d.ts +2 -2
  56. package/getAgentQueue.js +2 -2
  57. package/getArea.d.ts +2 -2
  58. package/getArea.js +2 -2
  59. package/getClientConfig.d.ts +14 -0
  60. package/getClientConfig.js +18 -1
  61. package/getClientConfig.js.map +1 -1
  62. package/getGitRepository.d.ts +2 -2
  63. package/getGitRepository.js +2 -2
  64. package/getGroup.d.ts +2 -2
  65. package/getGroup.js +2 -2
  66. package/getIteration.d.ts +2 -2
  67. package/getIteration.js +2 -2
  68. package/getPool.d.ts +2 -2
  69. package/getPool.js +2 -2
  70. package/getPools.d.ts +21 -1
  71. package/getPools.js +25 -2
  72. package/getPools.js.map +1 -1
  73. package/getProject.d.ts +2 -2
  74. package/getProject.js +2 -2
  75. package/getProjects.d.ts +2 -2
  76. package/getProjects.js +2 -2
  77. package/getRepositories.d.ts +2 -2
  78. package/getRepositories.js +2 -2
  79. package/getServiceendpointAzurecr.d.ts +135 -0
  80. package/getServiceendpointAzurecr.js +53 -0
  81. package/getServiceendpointAzurecr.js.map +1 -0
  82. package/getTeam.d.ts +2 -2
  83. package/getTeam.js +2 -2
  84. package/getTeams.d.ts +2 -2
  85. package/getTeams.js +2 -2
  86. package/getUsers.d.ts +2 -2
  87. package/getUsers.js +2 -2
  88. package/getVariableGroup.d.ts +2 -2
  89. package/getVariableGroup.js +2 -2
  90. package/gitPermissions.d.ts +1 -1
  91. package/gitPermissions.js +1 -1
  92. package/gitRepositoryFile.d.ts +1 -1
  93. package/gitRepositoryFile.js +1 -1
  94. package/group.d.ts +1 -1
  95. package/group.js +1 -1
  96. package/groupEntitlement.d.ts +156 -0
  97. package/groupEntitlement.js +99 -0
  98. package/groupEntitlement.js.map +1 -0
  99. package/groupMembership.d.ts +1 -1
  100. package/groupMembership.js +1 -1
  101. package/identities/getGroup.d.ts +2 -2
  102. package/identities/getGroup.js +2 -2
  103. package/identities/getUsers.d.ts +2 -2
  104. package/identities/getUsers.js +2 -2
  105. package/identities/group.d.ts +1 -1
  106. package/identities/group.js +1 -1
  107. package/identities/groupMembership.d.ts +1 -1
  108. package/identities/groupMembership.js +1 -1
  109. package/index.d.ts +11 -0
  110. package/index.js +20 -5
  111. package/index.js.map +1 -1
  112. package/iterativePermissions.d.ts +1 -1
  113. package/iterativePermissions.js +1 -1
  114. package/package.json +2 -3
  115. package/package.json.bak +1 -2
  116. package/pipeline/variableGroup.d.ts +2 -2
  117. package/pipeline/variableGroup.js +2 -2
  118. package/policy/branchPolicyBuildValidation.d.ts +1 -1
  119. package/policy/branchPolicyBuildValidation.js +1 -1
  120. package/policy/branchPolicyMinReviewers.d.ts +1 -1
  121. package/policy/branchPolicyMinReviewers.js +1 -1
  122. package/pool.d.ts +1 -1
  123. package/pool.js +1 -1
  124. package/project.d.ts +1 -1
  125. package/project.js +1 -1
  126. package/projectPermissions.d.ts +1 -1
  127. package/projectPermissions.js +1 -1
  128. package/queue.d.ts +1 -1
  129. package/queue.js +1 -1
  130. package/repository/getRepositories.d.ts +2 -2
  131. package/repository/getRepositories.js +2 -2
  132. package/repositoryPolicyAuthorEmailPattern.d.ts +1 -1
  133. package/repositoryPolicyAuthorEmailPattern.js +1 -1
  134. package/repositoryPolicyCaseEnforcement.d.ts +1 -1
  135. package/repositoryPolicyCaseEnforcement.js +1 -1
  136. package/repositoryPolicyCheckCredentials.d.ts +1 -1
  137. package/repositoryPolicyCheckCredentials.js +1 -1
  138. package/repositoryPolicyFilePathPattern.d.ts +1 -1
  139. package/repositoryPolicyFilePathPattern.js +1 -1
  140. package/repositoryPolicyMaxFileSize.d.ts +1 -1
  141. package/repositoryPolicyMaxFileSize.js +1 -1
  142. package/repositoryPolicyMaxPathLength.d.ts +1 -1
  143. package/repositoryPolicyMaxPathLength.js +1 -1
  144. package/repositoryPolicyReservedNames.d.ts +1 -1
  145. package/repositoryPolicyReservedNames.js +1 -1
  146. package/resourceAuthorization.d.ts +1 -1
  147. package/resourceAuthorization.js +1 -1
  148. package/security/resourceAuthorization.d.ts +1 -1
  149. package/security/resourceAuthorization.js +1 -1
  150. package/serviceEndpointAws.d.ts +1 -1
  151. package/serviceEndpointAws.js +1 -1
  152. package/serviceEndpointAzureDevOps.d.ts +1 -1
  153. package/serviceEndpointAzureDevOps.js +1 -1
  154. package/serviceEndpointAzureEcr.d.ts +1 -1
  155. package/serviceEndpointAzureEcr.js +1 -1
  156. package/serviceEndpointAzureRM.d.ts +1 -1
  157. package/serviceEndpointAzureRM.js +1 -1
  158. package/serviceEndpointBitBucket.d.ts +1 -1
  159. package/serviceEndpointBitBucket.js +1 -1
  160. package/serviceEndpointDockerRegistry.d.ts +1 -1
  161. package/serviceEndpointDockerRegistry.js +1 -1
  162. package/serviceEndpointGeneric.d.ts +1 -1
  163. package/serviceEndpointGeneric.js +1 -1
  164. package/serviceEndpointGenericGit.d.ts +1 -1
  165. package/serviceEndpointGenericGit.js +1 -1
  166. package/serviceEndpointGitHub.d.ts +1 -1
  167. package/serviceEndpointGitHub.js +1 -1
  168. package/serviceEndpointGitHubEnterprise.d.ts +1 -1
  169. package/serviceEndpointGitHubEnterprise.js +1 -1
  170. package/serviceEndpointKubernetes.d.ts +1 -1
  171. package/serviceEndpointKubernetes.js +1 -1
  172. package/serviceEndpointNpm.d.ts +1 -1
  173. package/serviceEndpointNpm.js +1 -1
  174. package/serviceEndpointPipeline.d.ts +1 -1
  175. package/serviceEndpointPipeline.js +1 -1
  176. package/serviceEndpointServiceFabric.d.ts +1 -1
  177. package/serviceEndpointServiceFabric.js +1 -1
  178. package/serviceEndpointSonarCloud.d.ts +1 -1
  179. package/serviceEndpointSonarCloud.js +1 -1
  180. package/serviceEndpointSonarQube.d.ts +1 -1
  181. package/serviceEndpointSonarQube.js +1 -1
  182. package/serviceEndpointSsh.d.ts +1 -1
  183. package/serviceEndpointSsh.js +1 -1
  184. package/serviceendpoint/azureRM.d.ts +1 -1
  185. package/serviceendpoint/azureRM.js +1 -1
  186. package/serviceendpoint/bitBucket.d.ts +1 -1
  187. package/serviceendpoint/bitBucket.js +1 -1
  188. package/serviceendpoint/dockerRegistry.d.ts +1 -1
  189. package/serviceendpoint/dockerRegistry.js +1 -1
  190. package/serviceendpoint/gitHub.d.ts +1 -1
  191. package/serviceendpoint/gitHub.js +1 -1
  192. package/serviceendpoint/kubernetes.d.ts +1 -1
  193. package/serviceendpoint/kubernetes.js +1 -1
  194. package/serviceendpointExternaltfs.d.ts +1 -1
  195. package/serviceendpointExternaltfs.js +1 -1
  196. package/serviceendpointNuget.d.ts +172 -0
  197. package/serviceendpointNuget.js +110 -0
  198. package/serviceendpointNuget.js.map +1 -0
  199. package/serviceendpointOctopusdeploy.d.ts +1 -1
  200. package/serviceendpointOctopusdeploy.js +1 -1
  201. package/serviceendpointPermissions.d.ts +1 -1
  202. package/serviceendpointPermissions.js +1 -1
  203. package/servicehookPermissions.d.ts +1 -1
  204. package/servicehookPermissions.js +1 -1
  205. package/taggingPermissions.d.ts +1 -1
  206. package/taggingPermissions.js +1 -1
  207. package/team.d.ts +1 -1
  208. package/team.js +1 -1
  209. package/teamAdministrators.d.ts +1 -1
  210. package/teamAdministrators.js +1 -1
  211. package/teamMembers.d.ts +1 -1
  212. package/teamMembers.js +1 -1
  213. package/types/input.d.ts +24 -8
  214. package/types/output.d.ts +24 -8
  215. package/user.d.ts +1 -1
  216. package/user.js +1 -1
  217. package/variableGroup.d.ts +2 -2
  218. package/variableGroup.js +2 -2
  219. package/workItemQueryPermissions.d.ts +1 -1
  220. package/workItemQueryPermissions.js +1 -1
  221. 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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"}
@@ -21,7 +21,7 @@ import * as pulumi from "@pulumi/pulumi";
21
21
  * ```
22
22
  * ## Relevant Links
23
23
  *
24
- * - [Azure DevOps Service REST API 6.0 - Memberships](https://docs.microsoft.com/en-us/rest/api/azure/devops/graph/memberships?view=azure-devops-rest-6.0)
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 6.0 - Memberships](https://docs.microsoft.com/en-us/rest/api/azure/devops/graph/memberships?view=azure-devops-rest-6.0)
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
  *
@@ -25,7 +25,7 @@ import * as pulumi from "@pulumi/pulumi";
25
25
  * ```
26
26
  * ## Relevant Links
27
27
  *
28
- * - [Azure DevOps Service REST API 6.0 - Groups - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/graph/groups/get?view=azure-devops-rest-6.0)
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 6.0 - Groups - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/graph/groups/get?view=azure-devops-rest-6.0)
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>;
@@ -31,7 +31,7 @@ const utilities = require("../utilities");
31
31
  * ```
32
32
  * ## Relevant Links
33
33
  *
34
- * - [Azure DevOps Service REST API 6.0 - Groups - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/graph/groups/get?view=azure-devops-rest-6.0)
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 6.0 - Groups - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/graph/groups/get?view=azure-devops-rest-6.0)
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) {
@@ -29,7 +29,7 @@ import * as outputs from "../types/output";
29
29
  * ```
30
30
  * ## Relevant Links
31
31
  *
32
- * - [Azure DevOps Service REST API 6.0 - Graph Users API](https://docs.microsoft.com/en-us/rest/api/azure/devops/graph/users?view=azure-devops-rest-6.0)
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 6.0 - Graph Users API](https://docs.microsoft.com/en-us/rest/api/azure/devops/graph/users?view=azure-devops-rest-6.0)
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>;
@@ -34,7 +34,7 @@ const utilities = require("../utilities");
34
34
  * ```
35
35
  * ## Relevant Links
36
36
  *
37
- * - [Azure DevOps Service REST API 6.0 - Graph Users API](https://docs.microsoft.com/en-us/rest/api/azure/devops/graph/users?view=azure-devops-rest-6.0)
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 6.0 - Graph Users API](https://docs.microsoft.com/en-us/rest/api/azure/devops/graph/users?view=azure-devops-rest-6.0)
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) {
@@ -29,7 +29,7 @@ import * as pulumi from "@pulumi/pulumi";
29
29
  * ```
30
30
  * ## Relevant Links
31
31
  *
32
- * - [Azure DevOps Service REST API 6.0 - Groups](https://docs.microsoft.com/en-us/rest/api/azure/devops/graph/groups?view=azure-devops-rest-6.0)
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
  *
@@ -35,7 +35,7 @@ const utilities = require("../utilities");
35
35
  * ```
36
36
  * ## Relevant Links
37
37
  *
38
- * - [Azure DevOps Service REST API 6.0 - Groups](https://docs.microsoft.com/en-us/rest/api/azure/devops/graph/groups?view=azure-devops-rest-6.0)
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 6.0 - Memberships](https://docs.microsoft.com/en-us/rest/api/azure/devops/graph/memberships?view=azure-devops-rest-6.0)
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 6.0 - Memberships](https://docs.microsoft.com/en-us/rest/api/azure/devops/graph/memberships?view=azure-devops-rest-6.0)
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.getServiceendpointNpm = exports.getServiceEndpointGithubOutput = exports.getServiceEndpointGithub = exports.getServiceEndpointAzureRMOutput = exports.getServiceEndpointAzureRM = exports.getRepositoriesOutput = exports.getRepositories = exports.getProjectsOutput = exports.getProjects = exports.getProjectOutput = exports.getProject = 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.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.ServiceEndpointSonarCloud = exports.ServiceEndpointServiceFabric = exports.ServiceEndpointPipeline = exports.ServiceEndpointNpm = exports.ServiceEndpointKubernetes = 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.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 = 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.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
- utilities.lazyLoad(exports, ["getClientConfig"], () => require("./getClientConfig"));
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
- utilities.lazyLoad(exports, ["getPools"], () => require("./getPools"));
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);