pulumi-azuredevops 3.6.0a1737523387__py3-none-any.whl → 3.7.0__py3-none-any.whl
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.
- pulumi_azuredevops/__init__.py +76 -0
- pulumi_azuredevops/_inputs.py +120 -117
- pulumi_azuredevops/_utilities.py +8 -4
- pulumi_azuredevops/area_permissions.py +49 -49
- pulumi_azuredevops/branch_policy_auto_reviewers.py +7 -7
- pulumi_azuredevops/branch_policy_build_validation.py +7 -7
- pulumi_azuredevops/branch_policy_comment_resolution.py +7 -7
- pulumi_azuredevops/branch_policy_merge_types.py +7 -7
- pulumi_azuredevops/branch_policy_status_check.py +7 -7
- pulumi_azuredevops/branch_policy_work_item_linking.py +7 -7
- pulumi_azuredevops/build_definition.py +7 -7
- pulumi_azuredevops/check_branch_control.py +7 -7
- pulumi_azuredevops/check_business_hours.py +7 -7
- pulumi_azuredevops/check_exclusive_lock.py +7 -7
- pulumi_azuredevops/check_rest_api.py +986 -0
- pulumi_azuredevops/dashboard.py +475 -0
- pulumi_azuredevops/feed.py +8 -8
- pulumi_azuredevops/feed_permission.py +9 -9
- pulumi_azuredevops/feed_retention_policy.py +400 -0
- pulumi_azuredevops/get_agent_queue.py +2 -2
- pulumi_azuredevops/get_area.py +1 -1
- pulumi_azuredevops/get_client_config.py +3 -0
- pulumi_azuredevops/get_descriptor.py +133 -0
- pulumi_azuredevops/get_feed.py +4 -4
- pulumi_azuredevops/get_git_repository.py +8 -8
- pulumi_azuredevops/get_group.py +4 -4
- pulumi_azuredevops/get_groups.py +3 -3
- pulumi_azuredevops/get_identity_group.py +23 -6
- pulumi_azuredevops/get_identity_groups.py +3 -3
- pulumi_azuredevops/get_identity_users.py +23 -9
- pulumi_azuredevops/get_pool.py +14 -2
- pulumi_azuredevops/get_pools.py +3 -3
- pulumi_azuredevops/get_project.py +32 -0
- pulumi_azuredevops/get_projects.py +4 -4
- pulumi_azuredevops/get_repositories.py +7 -3
- pulumi_azuredevops/get_securityrole_definitions.py +4 -4
- pulumi_azuredevops/get_service_endpoint_azure_rm.py +5 -5
- pulumi_azuredevops/get_service_endpoint_github.py +6 -6
- pulumi_azuredevops/get_service_principal.py +153 -0
- pulumi_azuredevops/get_serviceendpoint_azurecr.py +1 -1
- pulumi_azuredevops/get_serviceendpoint_bitbucket.py +6 -6
- pulumi_azuredevops/get_serviceendpoint_npm.py +3 -3
- pulumi_azuredevops/get_serviceendpoint_sonarcloud.py +2 -2
- pulumi_azuredevops/get_storage_key.py +133 -0
- pulumi_azuredevops/get_team.py +4 -3
- pulumi_azuredevops/get_teams.py +2 -3
- pulumi_azuredevops/get_user.py +193 -0
- pulumi_azuredevops/get_users.py +5 -9
- pulumi_azuredevops/git.py +7 -7
- pulumi_azuredevops/git_permissions.py +14 -21
- pulumi_azuredevops/git_repository_file.py +7 -14
- pulumi_azuredevops/group.py +21 -7
- pulumi_azuredevops/group_entitlement.py +16 -20
- pulumi_azuredevops/group_membership.py +35 -50
- pulumi_azuredevops/iterative_permissions.py +34 -34
- pulumi_azuredevops/library_permissions.py +75 -75
- pulumi_azuredevops/outputs.py +141 -103
- pulumi_azuredevops/pipeline_authorization.py +7 -7
- pulumi_azuredevops/pool.py +4 -4
- pulumi_azuredevops/project.py +114 -63
- pulumi_azuredevops/project_features.py +87 -45
- pulumi_azuredevops/project_permissions.py +7 -7
- pulumi_azuredevops/project_pipeline_settings.py +28 -35
- pulumi_azuredevops/project_tags.py +263 -0
- pulumi_azuredevops/pulumi-plugin.json +1 -1
- pulumi_azuredevops/queue.py +7 -14
- pulumi_azuredevops/repository_policy_author_email_pattern.py +21 -14
- pulumi_azuredevops/repository_policy_max_file_size.py +7 -7
- pulumi_azuredevops/resource_authorization.py +35 -35
- pulumi_azuredevops/service_endpoint_artifactory.py +25 -33
- pulumi_azuredevops/service_endpoint_aws.py +3 -17
- pulumi_azuredevops/service_endpoint_azure_dev_ops.py +1 -15
- pulumi_azuredevops/service_endpoint_azure_ecr.py +14 -30
- pulumi_azuredevops/service_endpoint_azure_rm.py +26 -40
- pulumi_azuredevops/service_endpoint_bit_bucket.py +3 -17
- pulumi_azuredevops/service_endpoint_docker_registry.py +3 -17
- pulumi_azuredevops/service_endpoint_generic.py +3 -17
- pulumi_azuredevops/service_endpoint_generic_git.py +5 -23
- pulumi_azuredevops/service_endpoint_git_hub.py +16 -17
- pulumi_azuredevops/service_endpoint_git_hub_enterprise.py +16 -17
- pulumi_azuredevops/service_endpoint_git_lab.py +1 -15
- pulumi_azuredevops/service_endpoint_kubernetes.py +24 -38
- pulumi_azuredevops/service_endpoint_npm.py +5 -19
- pulumi_azuredevops/service_endpoint_pipeline.py +5 -19
- pulumi_azuredevops/service_endpoint_service_fabric.py +49 -24
- pulumi_azuredevops/service_endpoint_sonar_cloud.py +12 -26
- pulumi_azuredevops/service_endpoint_sonar_qube.py +12 -26
- pulumi_azuredevops/service_endpoint_ssh.py +3 -21
- pulumi_azuredevops/service_principal_entitlement.py +386 -0
- pulumi_azuredevops/serviceendpoint_argocd.py +3 -17
- pulumi_azuredevops/serviceendpoint_azure_service_bus.py +3 -17
- pulumi_azuredevops/serviceendpoint_checkmarx_one.py +613 -0
- pulumi_azuredevops/serviceendpoint_checkmarx_sast.py +561 -0
- pulumi_azuredevops/serviceendpoint_checkmarx_sca.py +660 -0
- pulumi_azuredevops/serviceendpoint_dynamics_lifecycle_services.py +3 -17
- pulumi_azuredevops/serviceendpoint_externaltfs.py +64 -26
- pulumi_azuredevops/serviceendpoint_gcp_terraform.py +3 -17
- pulumi_azuredevops/serviceendpoint_incomingwebhook.py +3 -17
- pulumi_azuredevops/serviceendpoint_jenkins.py +3 -17
- pulumi_azuredevops/serviceendpoint_jfrog_artifactory_v2.py +19 -33
- pulumi_azuredevops/serviceendpoint_jfrog_distribution_v2.py +19 -33
- pulumi_azuredevops/serviceendpoint_jfrog_platform_v2.py +19 -33
- pulumi_azuredevops/serviceendpoint_jfrog_xray_v2.py +19 -33
- pulumi_azuredevops/serviceendpoint_maven.py +3 -17
- pulumi_azuredevops/serviceendpoint_nexus.py +3 -17
- pulumi_azuredevops/serviceendpoint_nuget.py +3 -17
- pulumi_azuredevops/serviceendpoint_octopusdeploy.py +3 -17
- pulumi_azuredevops/serviceendpoint_permissions.py +40 -40
- pulumi_azuredevops/serviceendpoint_snyk.py +3 -17
- pulumi_azuredevops/serviceendpoint_visualstudiomarketplace.py +5 -21
- pulumi_azuredevops/servicehook_permissions.py +51 -51
- pulumi_azuredevops/servicehook_storage_queue_pipelines.py +4 -4
- pulumi_azuredevops/tagging_permissions.py +49 -49
- pulumi_azuredevops/team.py +76 -56
- pulumi_azuredevops/team_administrators.py +83 -56
- pulumi_azuredevops/team_members.py +56 -49
- pulumi_azuredevops/variable_group.py +4 -2
- pulumi_azuredevops/variable_group_permissions.py +75 -75
- pulumi_azuredevops/wiki.py +15 -2
- pulumi_azuredevops/wiki_page.py +2 -2
- pulumi_azuredevops/work_item_query_permissions.py +7 -7
- {pulumi_azuredevops-3.6.0a1737523387.dist-info → pulumi_azuredevops-3.7.0.dist-info}/METADATA +1 -1
- pulumi_azuredevops-3.7.0.dist-info/RECORD +152 -0
- {pulumi_azuredevops-3.6.0a1737523387.dist-info → pulumi_azuredevops-3.7.0.dist-info}/WHEEL +1 -1
- pulumi_azuredevops-3.6.0a1737523387.dist-info/RECORD +0 -140
- {pulumi_azuredevops-3.6.0a1737523387.dist-info → pulumi_azuredevops-3.7.0.dist-info}/top_level.txt +0 -0
@@ -26,7 +26,6 @@ class ServiceendpointJfrogXrayV2Args:
|
|
26
26
|
url: pulumi.Input[str],
|
27
27
|
authentication_basic: Optional[pulumi.Input['ServiceendpointJfrogXrayV2AuthenticationBasicArgs']] = None,
|
28
28
|
authentication_token: Optional[pulumi.Input['ServiceendpointJfrogXrayV2AuthenticationTokenArgs']] = None,
|
29
|
-
authorization: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
30
29
|
description: Optional[pulumi.Input[str]] = None):
|
31
30
|
"""
|
32
31
|
The set of arguments for constructing a ServiceendpointJfrogXrayV2 resource.
|
@@ -35,8 +34,8 @@ class ServiceendpointJfrogXrayV2Args:
|
|
35
34
|
:param pulumi.Input[str] url: URL of the Artifactory server to connect with.
|
36
35
|
|
37
36
|
> **NOTE:** URL should not end in a slash character.
|
38
|
-
:param pulumi.Input['ServiceendpointJfrogXrayV2AuthenticationBasicArgs'] authentication_basic:
|
39
|
-
:param pulumi.Input['ServiceendpointJfrogXrayV2AuthenticationTokenArgs'] authentication_token:
|
37
|
+
:param pulumi.Input['ServiceendpointJfrogXrayV2AuthenticationBasicArgs'] authentication_basic: An `authentication_basic` block as documented below.
|
38
|
+
:param pulumi.Input['ServiceendpointJfrogXrayV2AuthenticationTokenArgs'] authentication_token: An `authentication_token` block as documented below.
|
40
39
|
:param pulumi.Input[str] description: The Service Endpoint description.
|
41
40
|
"""
|
42
41
|
pulumi.set(__self__, "project_id", project_id)
|
@@ -46,8 +45,6 @@ class ServiceendpointJfrogXrayV2Args:
|
|
46
45
|
pulumi.set(__self__, "authentication_basic", authentication_basic)
|
47
46
|
if authentication_token is not None:
|
48
47
|
pulumi.set(__self__, "authentication_token", authentication_token)
|
49
|
-
if authorization is not None:
|
50
|
-
pulumi.set(__self__, "authorization", authorization)
|
51
48
|
if description is not None:
|
52
49
|
pulumi.set(__self__, "description", description)
|
53
50
|
|
@@ -93,7 +90,7 @@ class ServiceendpointJfrogXrayV2Args:
|
|
93
90
|
@pulumi.getter(name="authenticationBasic")
|
94
91
|
def authentication_basic(self) -> Optional[pulumi.Input['ServiceendpointJfrogXrayV2AuthenticationBasicArgs']]:
|
95
92
|
"""
|
96
|
-
|
93
|
+
An `authentication_basic` block as documented below.
|
97
94
|
"""
|
98
95
|
return pulumi.get(self, "authentication_basic")
|
99
96
|
|
@@ -105,7 +102,7 @@ class ServiceendpointJfrogXrayV2Args:
|
|
105
102
|
@pulumi.getter(name="authenticationToken")
|
106
103
|
def authentication_token(self) -> Optional[pulumi.Input['ServiceendpointJfrogXrayV2AuthenticationTokenArgs']]:
|
107
104
|
"""
|
108
|
-
|
105
|
+
An `authentication_token` block as documented below.
|
109
106
|
"""
|
110
107
|
return pulumi.get(self, "authentication_token")
|
111
108
|
|
@@ -113,15 +110,6 @@ class ServiceendpointJfrogXrayV2Args:
|
|
113
110
|
def authentication_token(self, value: Optional[pulumi.Input['ServiceendpointJfrogXrayV2AuthenticationTokenArgs']]):
|
114
111
|
pulumi.set(self, "authentication_token", value)
|
115
112
|
|
116
|
-
@property
|
117
|
-
@pulumi.getter
|
118
|
-
def authorization(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
119
|
-
return pulumi.get(self, "authorization")
|
120
|
-
|
121
|
-
@authorization.setter
|
122
|
-
def authorization(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
123
|
-
pulumi.set(self, "authorization", value)
|
124
|
-
|
125
113
|
@property
|
126
114
|
@pulumi.getter
|
127
115
|
def description(self) -> Optional[pulumi.Input[str]]:
|
@@ -147,8 +135,8 @@ class _ServiceendpointJfrogXrayV2State:
|
|
147
135
|
url: Optional[pulumi.Input[str]] = None):
|
148
136
|
"""
|
149
137
|
Input properties used for looking up and filtering ServiceendpointJfrogXrayV2 resources.
|
150
|
-
:param pulumi.Input['ServiceendpointJfrogXrayV2AuthenticationBasicArgs'] authentication_basic:
|
151
|
-
:param pulumi.Input['ServiceendpointJfrogXrayV2AuthenticationTokenArgs'] authentication_token:
|
138
|
+
:param pulumi.Input['ServiceendpointJfrogXrayV2AuthenticationBasicArgs'] authentication_basic: An `authentication_basic` block as documented below.
|
139
|
+
:param pulumi.Input['ServiceendpointJfrogXrayV2AuthenticationTokenArgs'] authentication_token: An `authentication_token` block as documented below.
|
152
140
|
:param pulumi.Input[str] description: The Service Endpoint description.
|
153
141
|
:param pulumi.Input[str] project_id: The ID of the project.
|
154
142
|
:param pulumi.Input[str] service_endpoint_name: The Service Endpoint name.
|
@@ -175,7 +163,7 @@ class _ServiceendpointJfrogXrayV2State:
|
|
175
163
|
@pulumi.getter(name="authenticationBasic")
|
176
164
|
def authentication_basic(self) -> Optional[pulumi.Input['ServiceendpointJfrogXrayV2AuthenticationBasicArgs']]:
|
177
165
|
"""
|
178
|
-
|
166
|
+
An `authentication_basic` block as documented below.
|
179
167
|
"""
|
180
168
|
return pulumi.get(self, "authentication_basic")
|
181
169
|
|
@@ -187,7 +175,7 @@ class _ServiceendpointJfrogXrayV2State:
|
|
187
175
|
@pulumi.getter(name="authenticationToken")
|
188
176
|
def authentication_token(self) -> Optional[pulumi.Input['ServiceendpointJfrogXrayV2AuthenticationTokenArgs']]:
|
189
177
|
"""
|
190
|
-
|
178
|
+
An `authentication_token` block as documented below.
|
191
179
|
"""
|
192
180
|
return pulumi.get(self, "authentication_token")
|
193
181
|
|
@@ -262,14 +250,13 @@ class ServiceendpointJfrogXrayV2(pulumi.CustomResource):
|
|
262
250
|
opts: Optional[pulumi.ResourceOptions] = None,
|
263
251
|
authentication_basic: Optional[pulumi.Input[Union['ServiceendpointJfrogXrayV2AuthenticationBasicArgs', 'ServiceendpointJfrogXrayV2AuthenticationBasicArgsDict']]] = None,
|
264
252
|
authentication_token: Optional[pulumi.Input[Union['ServiceendpointJfrogXrayV2AuthenticationTokenArgs', 'ServiceendpointJfrogXrayV2AuthenticationTokenArgsDict']]] = None,
|
265
|
-
authorization: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
266
253
|
description: Optional[pulumi.Input[str]] = None,
|
267
254
|
project_id: Optional[pulumi.Input[str]] = None,
|
268
255
|
service_endpoint_name: Optional[pulumi.Input[str]] = None,
|
269
256
|
url: Optional[pulumi.Input[str]] = None,
|
270
257
|
__props__=None):
|
271
258
|
"""
|
272
|
-
Manages an JFrog XRay V2
|
259
|
+
Manages an JFrog XRay V2 service endpoint within an Azure DevOps organization.
|
273
260
|
|
274
261
|
> **Note:** Using this service endpoint requires you to first install [JFrog Extension](https://marketplace.visualstudio.com/items?itemName=JFrog.jfrog-azure-devops-extension).
|
275
262
|
|
@@ -324,7 +311,7 @@ class ServiceendpointJfrogXrayV2(pulumi.CustomResource):
|
|
324
311
|
|
325
312
|
## Import
|
326
313
|
|
327
|
-
Azure DevOps
|
314
|
+
Azure DevOps JFrog Platform V2 Service Endpoint can be imported using the **projectID/serviceEndpointID**, e.g.
|
328
315
|
|
329
316
|
```sh
|
330
317
|
$ pulumi import azuredevops:index/serviceendpointJfrogXrayV2:ServiceendpointJfrogXrayV2 example 00000000-0000-0000-0000-000000000000/00000000-0000-0000-0000-000000000000
|
@@ -332,8 +319,8 @@ class ServiceendpointJfrogXrayV2(pulumi.CustomResource):
|
|
332
319
|
|
333
320
|
:param str resource_name: The name of the resource.
|
334
321
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
335
|
-
:param pulumi.Input[Union['ServiceendpointJfrogXrayV2AuthenticationBasicArgs', 'ServiceendpointJfrogXrayV2AuthenticationBasicArgsDict']] authentication_basic:
|
336
|
-
:param pulumi.Input[Union['ServiceendpointJfrogXrayV2AuthenticationTokenArgs', 'ServiceendpointJfrogXrayV2AuthenticationTokenArgsDict']] authentication_token:
|
322
|
+
:param pulumi.Input[Union['ServiceendpointJfrogXrayV2AuthenticationBasicArgs', 'ServiceendpointJfrogXrayV2AuthenticationBasicArgsDict']] authentication_basic: An `authentication_basic` block as documented below.
|
323
|
+
:param pulumi.Input[Union['ServiceendpointJfrogXrayV2AuthenticationTokenArgs', 'ServiceendpointJfrogXrayV2AuthenticationTokenArgsDict']] authentication_token: An `authentication_token` block as documented below.
|
337
324
|
:param pulumi.Input[str] description: The Service Endpoint description.
|
338
325
|
:param pulumi.Input[str] project_id: The ID of the project.
|
339
326
|
:param pulumi.Input[str] service_endpoint_name: The Service Endpoint name.
|
@@ -348,7 +335,7 @@ class ServiceendpointJfrogXrayV2(pulumi.CustomResource):
|
|
348
335
|
args: ServiceendpointJfrogXrayV2Args,
|
349
336
|
opts: Optional[pulumi.ResourceOptions] = None):
|
350
337
|
"""
|
351
|
-
Manages an JFrog XRay V2
|
338
|
+
Manages an JFrog XRay V2 service endpoint within an Azure DevOps organization.
|
352
339
|
|
353
340
|
> **Note:** Using this service endpoint requires you to first install [JFrog Extension](https://marketplace.visualstudio.com/items?itemName=JFrog.jfrog-azure-devops-extension).
|
354
341
|
|
@@ -403,7 +390,7 @@ class ServiceendpointJfrogXrayV2(pulumi.CustomResource):
|
|
403
390
|
|
404
391
|
## Import
|
405
392
|
|
406
|
-
Azure DevOps
|
393
|
+
Azure DevOps JFrog Platform V2 Service Endpoint can be imported using the **projectID/serviceEndpointID**, e.g.
|
407
394
|
|
408
395
|
```sh
|
409
396
|
$ pulumi import azuredevops:index/serviceendpointJfrogXrayV2:ServiceendpointJfrogXrayV2 example 00000000-0000-0000-0000-000000000000/00000000-0000-0000-0000-000000000000
|
@@ -426,7 +413,6 @@ class ServiceendpointJfrogXrayV2(pulumi.CustomResource):
|
|
426
413
|
opts: Optional[pulumi.ResourceOptions] = None,
|
427
414
|
authentication_basic: Optional[pulumi.Input[Union['ServiceendpointJfrogXrayV2AuthenticationBasicArgs', 'ServiceendpointJfrogXrayV2AuthenticationBasicArgsDict']]] = None,
|
428
415
|
authentication_token: Optional[pulumi.Input[Union['ServiceendpointJfrogXrayV2AuthenticationTokenArgs', 'ServiceendpointJfrogXrayV2AuthenticationTokenArgsDict']]] = None,
|
429
|
-
authorization: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
430
416
|
description: Optional[pulumi.Input[str]] = None,
|
431
417
|
project_id: Optional[pulumi.Input[str]] = None,
|
432
418
|
service_endpoint_name: Optional[pulumi.Input[str]] = None,
|
@@ -442,7 +428,6 @@ class ServiceendpointJfrogXrayV2(pulumi.CustomResource):
|
|
442
428
|
|
443
429
|
__props__.__dict__["authentication_basic"] = authentication_basic
|
444
430
|
__props__.__dict__["authentication_token"] = authentication_token
|
445
|
-
__props__.__dict__["authorization"] = authorization
|
446
431
|
__props__.__dict__["description"] = description
|
447
432
|
if project_id is None and not opts.urn:
|
448
433
|
raise TypeError("Missing required property 'project_id'")
|
@@ -453,6 +438,7 @@ class ServiceendpointJfrogXrayV2(pulumi.CustomResource):
|
|
453
438
|
if url is None and not opts.urn:
|
454
439
|
raise TypeError("Missing required property 'url'")
|
455
440
|
__props__.__dict__["url"] = url
|
441
|
+
__props__.__dict__["authorization"] = None
|
456
442
|
super(ServiceendpointJfrogXrayV2, __self__).__init__(
|
457
443
|
'azuredevops:index/serviceendpointJfrogXrayV2:ServiceendpointJfrogXrayV2',
|
458
444
|
resource_name,
|
@@ -477,8 +463,8 @@ class ServiceendpointJfrogXrayV2(pulumi.CustomResource):
|
|
477
463
|
:param str resource_name: The unique name of the resulting resource.
|
478
464
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
479
465
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
480
|
-
:param pulumi.Input[Union['ServiceendpointJfrogXrayV2AuthenticationBasicArgs', 'ServiceendpointJfrogXrayV2AuthenticationBasicArgsDict']] authentication_basic:
|
481
|
-
:param pulumi.Input[Union['ServiceendpointJfrogXrayV2AuthenticationTokenArgs', 'ServiceendpointJfrogXrayV2AuthenticationTokenArgsDict']] authentication_token:
|
466
|
+
:param pulumi.Input[Union['ServiceendpointJfrogXrayV2AuthenticationBasicArgs', 'ServiceendpointJfrogXrayV2AuthenticationBasicArgsDict']] authentication_basic: An `authentication_basic` block as documented below.
|
467
|
+
:param pulumi.Input[Union['ServiceendpointJfrogXrayV2AuthenticationTokenArgs', 'ServiceendpointJfrogXrayV2AuthenticationTokenArgsDict']] authentication_token: An `authentication_token` block as documented below.
|
482
468
|
:param pulumi.Input[str] description: The Service Endpoint description.
|
483
469
|
:param pulumi.Input[str] project_id: The ID of the project.
|
484
470
|
:param pulumi.Input[str] service_endpoint_name: The Service Endpoint name.
|
@@ -503,7 +489,7 @@ class ServiceendpointJfrogXrayV2(pulumi.CustomResource):
|
|
503
489
|
@pulumi.getter(name="authenticationBasic")
|
504
490
|
def authentication_basic(self) -> pulumi.Output[Optional['outputs.ServiceendpointJfrogXrayV2AuthenticationBasic']]:
|
505
491
|
"""
|
506
|
-
|
492
|
+
An `authentication_basic` block as documented below.
|
507
493
|
"""
|
508
494
|
return pulumi.get(self, "authentication_basic")
|
509
495
|
|
@@ -511,7 +497,7 @@ class ServiceendpointJfrogXrayV2(pulumi.CustomResource):
|
|
511
497
|
@pulumi.getter(name="authenticationToken")
|
512
498
|
def authentication_token(self) -> pulumi.Output[Optional['outputs.ServiceendpointJfrogXrayV2AuthenticationToken']]:
|
513
499
|
"""
|
514
|
-
|
500
|
+
An `authentication_token` block as documented below.
|
515
501
|
"""
|
516
502
|
return pulumi.get(self, "authentication_token")
|
517
503
|
|
@@ -27,7 +27,6 @@ class ServiceendpointMavenArgs:
|
|
27
27
|
url: pulumi.Input[str],
|
28
28
|
authentication_basic: Optional[pulumi.Input['ServiceendpointMavenAuthenticationBasicArgs']] = None,
|
29
29
|
authentication_token: Optional[pulumi.Input['ServiceendpointMavenAuthenticationTokenArgs']] = None,
|
30
|
-
authorization: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
31
30
|
description: Optional[pulumi.Input[str]] = None):
|
32
31
|
"""
|
33
32
|
The set of arguments for constructing a ServiceendpointMaven resource.
|
@@ -46,8 +45,6 @@ class ServiceendpointMavenArgs:
|
|
46
45
|
pulumi.set(__self__, "authentication_basic", authentication_basic)
|
47
46
|
if authentication_token is not None:
|
48
47
|
pulumi.set(__self__, "authentication_token", authentication_token)
|
49
|
-
if authorization is not None:
|
50
|
-
pulumi.set(__self__, "authorization", authorization)
|
51
48
|
if description is not None:
|
52
49
|
pulumi.set(__self__, "description", description)
|
53
50
|
|
@@ -123,15 +120,6 @@ class ServiceendpointMavenArgs:
|
|
123
120
|
def authentication_token(self, value: Optional[pulumi.Input['ServiceendpointMavenAuthenticationTokenArgs']]):
|
124
121
|
pulumi.set(self, "authentication_token", value)
|
125
122
|
|
126
|
-
@property
|
127
|
-
@pulumi.getter
|
128
|
-
def authorization(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
129
|
-
return pulumi.get(self, "authorization")
|
130
|
-
|
131
|
-
@authorization.setter
|
132
|
-
def authorization(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
133
|
-
pulumi.set(self, "authorization", value)
|
134
|
-
|
135
123
|
@property
|
136
124
|
@pulumi.getter
|
137
125
|
def description(self) -> Optional[pulumi.Input[str]]:
|
@@ -277,7 +265,6 @@ class ServiceendpointMaven(pulumi.CustomResource):
|
|
277
265
|
opts: Optional[pulumi.ResourceOptions] = None,
|
278
266
|
authentication_basic: Optional[pulumi.Input[Union['ServiceendpointMavenAuthenticationBasicArgs', 'ServiceendpointMavenAuthenticationBasicArgsDict']]] = None,
|
279
267
|
authentication_token: Optional[pulumi.Input[Union['ServiceendpointMavenAuthenticationTokenArgs', 'ServiceendpointMavenAuthenticationTokenArgsDict']]] = None,
|
280
|
-
authorization: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
281
268
|
description: Optional[pulumi.Input[str]] = None,
|
282
269
|
project_id: Optional[pulumi.Input[str]] = None,
|
283
270
|
repository_id: Optional[pulumi.Input[str]] = None,
|
@@ -336,7 +323,7 @@ class ServiceendpointMaven(pulumi.CustomResource):
|
|
336
323
|
|
337
324
|
## Import
|
338
325
|
|
339
|
-
Service Connection
|
326
|
+
Azure DevOps Maven Service Connection can be imported using the `projectId/id` or `projectName/id`, e.g.
|
340
327
|
|
341
328
|
```sh
|
342
329
|
$ pulumi import azuredevops:index/serviceendpointMaven:ServiceendpointMaven example projectName/00000000-0000-0000-0000-000000000000
|
@@ -409,7 +396,7 @@ class ServiceendpointMaven(pulumi.CustomResource):
|
|
409
396
|
|
410
397
|
## Import
|
411
398
|
|
412
|
-
Service Connection
|
399
|
+
Azure DevOps Maven Service Connection can be imported using the `projectId/id` or `projectName/id`, e.g.
|
413
400
|
|
414
401
|
```sh
|
415
402
|
$ pulumi import azuredevops:index/serviceendpointMaven:ServiceendpointMaven example projectName/00000000-0000-0000-0000-000000000000
|
@@ -432,7 +419,6 @@ class ServiceendpointMaven(pulumi.CustomResource):
|
|
432
419
|
opts: Optional[pulumi.ResourceOptions] = None,
|
433
420
|
authentication_basic: Optional[pulumi.Input[Union['ServiceendpointMavenAuthenticationBasicArgs', 'ServiceendpointMavenAuthenticationBasicArgsDict']]] = None,
|
434
421
|
authentication_token: Optional[pulumi.Input[Union['ServiceendpointMavenAuthenticationTokenArgs', 'ServiceendpointMavenAuthenticationTokenArgsDict']]] = None,
|
435
|
-
authorization: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
436
422
|
description: Optional[pulumi.Input[str]] = None,
|
437
423
|
project_id: Optional[pulumi.Input[str]] = None,
|
438
424
|
repository_id: Optional[pulumi.Input[str]] = None,
|
@@ -449,7 +435,6 @@ class ServiceendpointMaven(pulumi.CustomResource):
|
|
449
435
|
|
450
436
|
__props__.__dict__["authentication_basic"] = authentication_basic
|
451
437
|
__props__.__dict__["authentication_token"] = authentication_token
|
452
|
-
__props__.__dict__["authorization"] = authorization
|
453
438
|
__props__.__dict__["description"] = description
|
454
439
|
if project_id is None and not opts.urn:
|
455
440
|
raise TypeError("Missing required property 'project_id'")
|
@@ -463,6 +448,7 @@ class ServiceendpointMaven(pulumi.CustomResource):
|
|
463
448
|
if url is None and not opts.urn:
|
464
449
|
raise TypeError("Missing required property 'url'")
|
465
450
|
__props__.__dict__["url"] = url
|
451
|
+
__props__.__dict__["authorization"] = None
|
466
452
|
super(ServiceendpointMaven, __self__).__init__(
|
467
453
|
'azuredevops:index/serviceendpointMaven:ServiceendpointMaven',
|
468
454
|
resource_name,
|
@@ -24,7 +24,6 @@ class ServiceendpointNexusArgs:
|
|
24
24
|
service_endpoint_name: pulumi.Input[str],
|
25
25
|
url: pulumi.Input[str],
|
26
26
|
username: pulumi.Input[str],
|
27
|
-
authorization: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
28
27
|
description: Optional[pulumi.Input[str]] = None):
|
29
28
|
"""
|
30
29
|
The set of arguments for constructing a ServiceendpointNexus resource.
|
@@ -39,8 +38,6 @@ class ServiceendpointNexusArgs:
|
|
39
38
|
pulumi.set(__self__, "service_endpoint_name", service_endpoint_name)
|
40
39
|
pulumi.set(__self__, "url", url)
|
41
40
|
pulumi.set(__self__, "username", username)
|
42
|
-
if authorization is not None:
|
43
|
-
pulumi.set(__self__, "authorization", authorization)
|
44
41
|
if description is not None:
|
45
42
|
pulumi.set(__self__, "description", description)
|
46
43
|
|
@@ -104,15 +101,6 @@ class ServiceendpointNexusArgs:
|
|
104
101
|
def username(self, value: pulumi.Input[str]):
|
105
102
|
pulumi.set(self, "username", value)
|
106
103
|
|
107
|
-
@property
|
108
|
-
@pulumi.getter
|
109
|
-
def authorization(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
110
|
-
return pulumi.get(self, "authorization")
|
111
|
-
|
112
|
-
@authorization.setter
|
113
|
-
def authorization(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
114
|
-
pulumi.set(self, "authorization", value)
|
115
|
-
|
116
104
|
@property
|
117
105
|
@pulumi.getter
|
118
106
|
def description(self) -> Optional[pulumi.Input[str]]:
|
@@ -240,7 +228,6 @@ class ServiceendpointNexus(pulumi.CustomResource):
|
|
240
228
|
def __init__(__self__,
|
241
229
|
resource_name: str,
|
242
230
|
opts: Optional[pulumi.ResourceOptions] = None,
|
243
|
-
authorization: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
244
231
|
description: Optional[pulumi.Input[str]] = None,
|
245
232
|
password: Optional[pulumi.Input[str]] = None,
|
246
233
|
project_id: Optional[pulumi.Input[str]] = None,
|
@@ -275,7 +262,7 @@ class ServiceendpointNexus(pulumi.CustomResource):
|
|
275
262
|
|
276
263
|
## Import
|
277
264
|
|
278
|
-
Service Connection
|
265
|
+
Azure DevOps Nexus Service Connection can be imported using the `projectId/id` or or `projectName/id`, e.g.
|
279
266
|
|
280
267
|
```sh
|
281
268
|
$ pulumi import azuredevops:index/serviceendpointNexus:ServiceendpointNexus example projectName/00000000-0000-0000-0000-000000000000
|
@@ -322,7 +309,7 @@ class ServiceendpointNexus(pulumi.CustomResource):
|
|
322
309
|
|
323
310
|
## Import
|
324
311
|
|
325
|
-
Service Connection
|
312
|
+
Azure DevOps Nexus Service Connection can be imported using the `projectId/id` or or `projectName/id`, e.g.
|
326
313
|
|
327
314
|
```sh
|
328
315
|
$ pulumi import azuredevops:index/serviceendpointNexus:ServiceendpointNexus example projectName/00000000-0000-0000-0000-000000000000
|
@@ -343,7 +330,6 @@ class ServiceendpointNexus(pulumi.CustomResource):
|
|
343
330
|
def _internal_init(__self__,
|
344
331
|
resource_name: str,
|
345
332
|
opts: Optional[pulumi.ResourceOptions] = None,
|
346
|
-
authorization: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
347
333
|
description: Optional[pulumi.Input[str]] = None,
|
348
334
|
password: Optional[pulumi.Input[str]] = None,
|
349
335
|
project_id: Optional[pulumi.Input[str]] = None,
|
@@ -359,7 +345,6 @@ class ServiceendpointNexus(pulumi.CustomResource):
|
|
359
345
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
360
346
|
__props__ = ServiceendpointNexusArgs.__new__(ServiceendpointNexusArgs)
|
361
347
|
|
362
|
-
__props__.__dict__["authorization"] = authorization
|
363
348
|
__props__.__dict__["description"] = description
|
364
349
|
if password is None and not opts.urn:
|
365
350
|
raise TypeError("Missing required property 'password'")
|
@@ -376,6 +361,7 @@ class ServiceendpointNexus(pulumi.CustomResource):
|
|
376
361
|
if username is None and not opts.urn:
|
377
362
|
raise TypeError("Missing required property 'username'")
|
378
363
|
__props__.__dict__["username"] = username
|
364
|
+
__props__.__dict__["authorization"] = None
|
379
365
|
secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["password"])
|
380
366
|
opts = pulumi.ResourceOptions.merge(opts, secret_opts)
|
381
367
|
super(ServiceendpointNexus, __self__).__init__(
|
@@ -23,7 +23,6 @@ class ServiceendpointNugetArgs:
|
|
23
23
|
project_id: pulumi.Input[str],
|
24
24
|
service_endpoint_name: pulumi.Input[str],
|
25
25
|
api_key: Optional[pulumi.Input[str]] = None,
|
26
|
-
authorization: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
27
26
|
description: Optional[pulumi.Input[str]] = None,
|
28
27
|
password: Optional[pulumi.Input[str]] = None,
|
29
28
|
personal_access_token: Optional[pulumi.Input[str]] = None,
|
@@ -45,8 +44,6 @@ class ServiceendpointNugetArgs:
|
|
45
44
|
pulumi.set(__self__, "service_endpoint_name", service_endpoint_name)
|
46
45
|
if api_key is not None:
|
47
46
|
pulumi.set(__self__, "api_key", api_key)
|
48
|
-
if authorization is not None:
|
49
|
-
pulumi.set(__self__, "authorization", authorization)
|
50
47
|
if description is not None:
|
51
48
|
pulumi.set(__self__, "description", description)
|
52
49
|
if password is not None:
|
@@ -104,15 +101,6 @@ class ServiceendpointNugetArgs:
|
|
104
101
|
def api_key(self, value: Optional[pulumi.Input[str]]):
|
105
102
|
pulumi.set(self, "api_key", value)
|
106
103
|
|
107
|
-
@property
|
108
|
-
@pulumi.getter
|
109
|
-
def authorization(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
110
|
-
return pulumi.get(self, "authorization")
|
111
|
-
|
112
|
-
@authorization.setter
|
113
|
-
def authorization(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
114
|
-
pulumi.set(self, "authorization", value)
|
115
|
-
|
116
104
|
@property
|
117
105
|
@pulumi.getter
|
118
106
|
def description(self) -> Optional[pulumi.Input[str]]:
|
@@ -315,7 +303,6 @@ class ServiceendpointNuget(pulumi.CustomResource):
|
|
315
303
|
resource_name: str,
|
316
304
|
opts: Optional[pulumi.ResourceOptions] = None,
|
317
305
|
api_key: Optional[pulumi.Input[str]] = None,
|
318
|
-
authorization: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
319
306
|
description: Optional[pulumi.Input[str]] = None,
|
320
307
|
feed_url: Optional[pulumi.Input[str]] = None,
|
321
308
|
password: Optional[pulumi.Input[str]] = None,
|
@@ -352,7 +339,7 @@ class ServiceendpointNuget(pulumi.CustomResource):
|
|
352
339
|
|
353
340
|
## Import
|
354
341
|
|
355
|
-
Azure DevOps Service Endpoint
|
342
|
+
Azure DevOps NuGet Service Endpoint can be imported using **projectID/serviceEndpointID** or **projectName/serviceEndpointID**
|
356
343
|
|
357
344
|
```sh
|
358
345
|
$ pulumi import azuredevops:index/serviceendpointNuget:ServiceendpointNuget example 00000000-0000-0000-0000-000000000000/00000000-0000-0000-0000-000000000000
|
@@ -404,7 +391,7 @@ class ServiceendpointNuget(pulumi.CustomResource):
|
|
404
391
|
|
405
392
|
## Import
|
406
393
|
|
407
|
-
Azure DevOps Service Endpoint
|
394
|
+
Azure DevOps NuGet Service Endpoint can be imported using **projectID/serviceEndpointID** or **projectName/serviceEndpointID**
|
408
395
|
|
409
396
|
```sh
|
410
397
|
$ pulumi import azuredevops:index/serviceendpointNuget:ServiceendpointNuget example 00000000-0000-0000-0000-000000000000/00000000-0000-0000-0000-000000000000
|
@@ -426,7 +413,6 @@ class ServiceendpointNuget(pulumi.CustomResource):
|
|
426
413
|
resource_name: str,
|
427
414
|
opts: Optional[pulumi.ResourceOptions] = None,
|
428
415
|
api_key: Optional[pulumi.Input[str]] = None,
|
429
|
-
authorization: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
430
416
|
description: Optional[pulumi.Input[str]] = None,
|
431
417
|
feed_url: Optional[pulumi.Input[str]] = None,
|
432
418
|
password: Optional[pulumi.Input[str]] = None,
|
@@ -444,7 +430,6 @@ class ServiceendpointNuget(pulumi.CustomResource):
|
|
444
430
|
__props__ = ServiceendpointNugetArgs.__new__(ServiceendpointNugetArgs)
|
445
431
|
|
446
432
|
__props__.__dict__["api_key"] = None if api_key is None else pulumi.Output.secret(api_key)
|
447
|
-
__props__.__dict__["authorization"] = authorization
|
448
433
|
__props__.__dict__["description"] = description
|
449
434
|
if feed_url is None and not opts.urn:
|
450
435
|
raise TypeError("Missing required property 'feed_url'")
|
@@ -458,6 +443,7 @@ class ServiceendpointNuget(pulumi.CustomResource):
|
|
458
443
|
raise TypeError("Missing required property 'service_endpoint_name'")
|
459
444
|
__props__.__dict__["service_endpoint_name"] = service_endpoint_name
|
460
445
|
__props__.__dict__["username"] = username
|
446
|
+
__props__.__dict__["authorization"] = None
|
461
447
|
secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["apiKey", "password", "personalAccessToken"])
|
462
448
|
opts = pulumi.ResourceOptions.merge(opts, secret_opts)
|
463
449
|
super(ServiceendpointNuget, __self__).__init__(
|
@@ -23,7 +23,6 @@ class ServiceendpointOctopusdeployArgs:
|
|
23
23
|
project_id: pulumi.Input[str],
|
24
24
|
service_endpoint_name: pulumi.Input[str],
|
25
25
|
url: pulumi.Input[str],
|
26
|
-
authorization: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
27
26
|
description: Optional[pulumi.Input[str]] = None,
|
28
27
|
ignore_ssl_error: Optional[pulumi.Input[bool]] = None):
|
29
28
|
"""
|
@@ -38,8 +37,6 @@ class ServiceendpointOctopusdeployArgs:
|
|
38
37
|
pulumi.set(__self__, "project_id", project_id)
|
39
38
|
pulumi.set(__self__, "service_endpoint_name", service_endpoint_name)
|
40
39
|
pulumi.set(__self__, "url", url)
|
41
|
-
if authorization is not None:
|
42
|
-
pulumi.set(__self__, "authorization", authorization)
|
43
40
|
if description is not None:
|
44
41
|
pulumi.set(__self__, "description", description)
|
45
42
|
if ignore_ssl_error is not None:
|
@@ -93,15 +90,6 @@ class ServiceendpointOctopusdeployArgs:
|
|
93
90
|
def url(self, value: pulumi.Input[str]):
|
94
91
|
pulumi.set(self, "url", value)
|
95
92
|
|
96
|
-
@property
|
97
|
-
@pulumi.getter
|
98
|
-
def authorization(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
99
|
-
return pulumi.get(self, "authorization")
|
100
|
-
|
101
|
-
@authorization.setter
|
102
|
-
def authorization(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
103
|
-
pulumi.set(self, "authorization", value)
|
104
|
-
|
105
93
|
@property
|
106
94
|
@pulumi.getter
|
107
95
|
def description(self) -> Optional[pulumi.Input[str]]:
|
@@ -242,7 +230,6 @@ class ServiceendpointOctopusdeploy(pulumi.CustomResource):
|
|
242
230
|
resource_name: str,
|
243
231
|
opts: Optional[pulumi.ResourceOptions] = None,
|
244
232
|
api_key: Optional[pulumi.Input[str]] = None,
|
245
|
-
authorization: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
246
233
|
description: Optional[pulumi.Input[str]] = None,
|
247
234
|
ignore_ssl_error: Optional[pulumi.Input[bool]] = None,
|
248
235
|
project_id: Optional[pulumi.Input[str]] = None,
|
@@ -278,7 +265,7 @@ class ServiceendpointOctopusdeploy(pulumi.CustomResource):
|
|
278
265
|
|
279
266
|
## Import
|
280
267
|
|
281
|
-
Azure DevOps Service Endpoint
|
268
|
+
Azure DevOps Octopus Deploy Service Endpoint can be imported using **projectID/serviceEndpointID** or **projectName/serviceEndpointID**
|
282
269
|
|
283
270
|
```sh
|
284
271
|
$ pulumi import azuredevops:index/serviceendpointOctopusdeploy:ServiceendpointOctopusdeploy example 00000000-0000-0000-0000-000000000000/00000000-0000-0000-0000-000000000000
|
@@ -327,7 +314,7 @@ class ServiceendpointOctopusdeploy(pulumi.CustomResource):
|
|
327
314
|
|
328
315
|
## Import
|
329
316
|
|
330
|
-
Azure DevOps Service Endpoint
|
317
|
+
Azure DevOps Octopus Deploy Service Endpoint can be imported using **projectID/serviceEndpointID** or **projectName/serviceEndpointID**
|
331
318
|
|
332
319
|
```sh
|
333
320
|
$ pulumi import azuredevops:index/serviceendpointOctopusdeploy:ServiceendpointOctopusdeploy example 00000000-0000-0000-0000-000000000000/00000000-0000-0000-0000-000000000000
|
@@ -349,7 +336,6 @@ class ServiceendpointOctopusdeploy(pulumi.CustomResource):
|
|
349
336
|
resource_name: str,
|
350
337
|
opts: Optional[pulumi.ResourceOptions] = None,
|
351
338
|
api_key: Optional[pulumi.Input[str]] = None,
|
352
|
-
authorization: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
353
339
|
description: Optional[pulumi.Input[str]] = None,
|
354
340
|
ignore_ssl_error: Optional[pulumi.Input[bool]] = None,
|
355
341
|
project_id: Optional[pulumi.Input[str]] = None,
|
@@ -367,7 +353,6 @@ class ServiceendpointOctopusdeploy(pulumi.CustomResource):
|
|
367
353
|
if api_key is None and not opts.urn:
|
368
354
|
raise TypeError("Missing required property 'api_key'")
|
369
355
|
__props__.__dict__["api_key"] = api_key
|
370
|
-
__props__.__dict__["authorization"] = authorization
|
371
356
|
__props__.__dict__["description"] = description
|
372
357
|
__props__.__dict__["ignore_ssl_error"] = ignore_ssl_error
|
373
358
|
if project_id is None and not opts.urn:
|
@@ -379,6 +364,7 @@ class ServiceendpointOctopusdeploy(pulumi.CustomResource):
|
|
379
364
|
if url is None and not opts.urn:
|
380
365
|
raise TypeError("Missing required property 'url'")
|
381
366
|
__props__.__dict__["url"] = url
|
367
|
+
__props__.__dict__["authorization"] = None
|
382
368
|
super(ServiceendpointOctopusdeploy, __self__).__init__(
|
383
369
|
'azuredevops:index/serviceendpointOctopusdeploy:ServiceendpointOctopusdeploy',
|
384
370
|
resource_name,
|