pulumi-azuredevops 3.10.0a1748663812__py3-none-any.whl → 3.10.1a1755711524__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 +2 -2
- pulumi_azuredevops/_inputs.py +1247 -1248
- pulumi_azuredevops/_utilities.py +1 -1
- pulumi_azuredevops/area_permissions.py +87 -88
- pulumi_azuredevops/branch_policy_auto_reviewers.py +56 -57
- pulumi_azuredevops/branch_policy_build_validation.py +56 -57
- pulumi_azuredevops/branch_policy_comment_resolution.py +56 -57
- pulumi_azuredevops/branch_policy_merge_types.py +56 -57
- pulumi_azuredevops/branch_policy_min_reviewers.py +56 -57
- pulumi_azuredevops/branch_policy_status_check.py +56 -57
- pulumi_azuredevops/branch_policy_work_item_linking.py +56 -57
- pulumi_azuredevops/build_definition.py +171 -172
- pulumi_azuredevops/build_definition_permissions.py +87 -88
- pulumi_azuredevops/build_folder.py +53 -54
- pulumi_azuredevops/build_folder_permissions.py +87 -88
- pulumi_azuredevops/check_approval.py +147 -148
- pulumi_azuredevops/check_branch_control.py +147 -148
- pulumi_azuredevops/check_business_hours.py +266 -267
- pulumi_azuredevops/check_exclusive_lock.py +79 -80
- pulumi_azuredevops/check_required_template.py +65 -66
- pulumi_azuredevops/check_rest_api.py +266 -267
- pulumi_azuredevops/config/__init__.py +2 -2
- pulumi_azuredevops/config/__init__.pyi +2 -3
- pulumi_azuredevops/config/vars.py +23 -24
- pulumi_azuredevops/dashboard.py +96 -97
- pulumi_azuredevops/elastic_pool.py +206 -207
- pulumi_azuredevops/environment.py +53 -54
- pulumi_azuredevops/environment_resource_kubernetes.py +121 -122
- pulumi_azuredevops/extension.py +97 -98
- pulumi_azuredevops/feed.py +39 -40
- pulumi_azuredevops/feed_permission.py +96 -97
- pulumi_azuredevops/feed_retention_policy.py +70 -71
- pulumi_azuredevops/get_agent_queue.py +18 -19
- pulumi_azuredevops/get_area.py +27 -28
- pulumi_azuredevops/get_build_definition.py +40 -41
- pulumi_azuredevops/get_client_config.py +14 -15
- pulumi_azuredevops/get_descriptor.py +12 -13
- pulumi_azuredevops/get_environment.py +24 -25
- pulumi_azuredevops/get_feed.py +22 -23
- pulumi_azuredevops/get_git_repository.py +32 -33
- pulumi_azuredevops/get_git_repository_file.py +32 -33
- pulumi_azuredevops/get_group.py +24 -25
- pulumi_azuredevops/get_group_membership.py +12 -13
- pulumi_azuredevops/get_groups.py +11 -12
- pulumi_azuredevops/get_identity_group.py +20 -21
- pulumi_azuredevops/get_identity_groups.py +11 -12
- pulumi_azuredevops/get_identity_users.py +20 -21
- pulumi_azuredevops/get_iteration.py +27 -28
- pulumi_azuredevops/get_pool.py +16 -17
- pulumi_azuredevops/get_pools.py +5 -6
- pulumi_azuredevops/get_project.py +28 -29
- pulumi_azuredevops/get_projects.py +17 -18
- pulumi_azuredevops/get_repositories.py +23 -24
- pulumi_azuredevops/get_securityrole_definitions.py +11 -12
- pulumi_azuredevops/get_service_endpoint_azure_rm.py +50 -51
- pulumi_azuredevops/get_service_endpoint_github.py +26 -27
- pulumi_azuredevops/get_service_principal.py +16 -17
- pulumi_azuredevops/get_serviceendpoint_azurecr.py +46 -47
- pulumi_azuredevops/get_serviceendpoint_bitbucket.py +26 -27
- pulumi_azuredevops/get_serviceendpoint_dockerregistry.py +36 -37
- pulumi_azuredevops/get_serviceendpoint_npm.py +28 -29
- pulumi_azuredevops/get_serviceendpoint_sonarcloud.py +26 -27
- pulumi_azuredevops/get_storage_key.py +12 -13
- pulumi_azuredevops/get_team.py +30 -31
- pulumi_azuredevops/get_teams.py +17 -18
- pulumi_azuredevops/get_user.py +24 -25
- pulumi_azuredevops/get_users.py +30 -31
- pulumi_azuredevops/get_variable_group.py +22 -23
- pulumi_azuredevops/git.py +144 -145
- pulumi_azuredevops/git_permissions.py +104 -105
- pulumi_azuredevops/git_repository_branch.py +96 -97
- pulumi_azuredevops/git_repository_file.py +172 -173
- pulumi_azuredevops/group.py +167 -168
- pulumi_azuredevops/group_entitlement.py +105 -106
- pulumi_azuredevops/group_membership.py +53 -54
- pulumi_azuredevops/iterative_permissions.py +87 -88
- pulumi_azuredevops/library_permissions.py +70 -71
- pulumi_azuredevops/outputs.py +1362 -1363
- pulumi_azuredevops/pipeline_authorization.py +87 -88
- pulumi_azuredevops/pool.py +70 -71
- pulumi_azuredevops/project.py +113 -114
- pulumi_azuredevops/project_features.py +32 -33
- pulumi_azuredevops/project_permissions.py +70 -71
- pulumi_azuredevops/project_pipeline_settings.py +121 -122
- pulumi_azuredevops/project_tags.py +36 -37
- pulumi_azuredevops/provider.py +199 -200
- pulumi_azuredevops/pulumi-plugin.json +1 -1
- pulumi_azuredevops/queue.py +53 -54
- pulumi_azuredevops/repository_policy_author_email_pattern.py +87 -88
- pulumi_azuredevops/repository_policy_case_enforcement.py +87 -88
- pulumi_azuredevops/repository_policy_check_credentials.py +70 -71
- pulumi_azuredevops/repository_policy_file_path_pattern.py +87 -88
- pulumi_azuredevops/repository_policy_max_file_size.py +87 -88
- pulumi_azuredevops/repository_policy_max_path_length.py +87 -88
- pulumi_azuredevops/repository_policy_reserved_names.py +70 -71
- pulumi_azuredevops/resource_authorization.py +87 -88
- pulumi_azuredevops/securityrole_assignment.py +70 -71
- pulumi_azuredevops/service_endpoint_artifactory.py +83 -84
- pulumi_azuredevops/service_endpoint_aws.py +175 -176
- pulumi_azuredevops/service_endpoint_azure_dev_ops.py +138 -142
- pulumi_azuredevops/service_endpoint_azure_ecr.py +242 -247
- pulumi_azuredevops/service_endpoint_azure_rm.py +257 -259
- pulumi_azuredevops/service_endpoint_bit_bucket.py +109 -112
- pulumi_azuredevops/service_endpoint_docker_registry.py +164 -167
- pulumi_azuredevops/service_endpoint_generic.py +107 -108
- pulumi_azuredevops/service_endpoint_generic_git.py +124 -125
- pulumi_azuredevops/service_endpoint_git_hub.py +62 -63
- pulumi_azuredevops/service_endpoint_git_hub_enterprise.py +79 -80
- pulumi_azuredevops/service_endpoint_git_lab.py +107 -108
- pulumi_azuredevops/service_endpoint_kubernetes.py +99 -100
- pulumi_azuredevops/service_endpoint_npm.py +94 -95
- pulumi_azuredevops/service_endpoint_pipeline.py +76 -77
- pulumi_azuredevops/service_endpoint_service_fabric.py +82 -83
- pulumi_azuredevops/service_endpoint_sonar_cloud.py +77 -78
- pulumi_azuredevops/service_endpoint_sonar_qube.py +94 -95
- pulumi_azuredevops/service_endpoint_ssh.py +141 -142
- pulumi_azuredevops/service_principal_entitlement.py +88 -89
- pulumi_azuredevops/serviceendpoint_argocd.py +83 -84
- pulumi_azuredevops/serviceendpoint_azure_service_bus.py +90 -91
- pulumi_azuredevops/serviceendpoint_black_duck.py +90 -91
- pulumi_azuredevops/serviceendpoint_checkmarx_one.py +141 -142
- pulumi_azuredevops/serviceendpoint_checkmarx_sast.py +141 -142
- pulumi_azuredevops/serviceendpoint_checkmarx_sca.py +175 -176
- pulumi_azuredevops/serviceendpoint_dynamics_lifecycle_services.py +141 -142
- pulumi_azuredevops/serviceendpoint_externaltfs.py +76 -77
- pulumi_azuredevops/serviceendpoint_gcp_terraform.py +175 -179
- pulumi_azuredevops/serviceendpoint_incomingwebhook.py +118 -120
- pulumi_azuredevops/serviceendpoint_jenkins.py +124 -125
- pulumi_azuredevops/serviceendpoint_jfrog_artifactory_v2.py +83 -84
- pulumi_azuredevops/serviceendpoint_jfrog_distribution_v2.py +83 -84
- pulumi_azuredevops/serviceendpoint_jfrog_platform_v2.py +83 -84
- pulumi_azuredevops/serviceendpoint_jfrog_xray_v2.py +83 -84
- pulumi_azuredevops/serviceendpoint_maven.py +96 -97
- pulumi_azuredevops/serviceendpoint_nexus.py +107 -108
- pulumi_azuredevops/serviceendpoint_nuget.py +141 -142
- pulumi_azuredevops/serviceendpoint_octopusdeploy.py +107 -108
- pulumi_azuredevops/serviceendpoint_openshift.py +116 -117
- pulumi_azuredevops/serviceendpoint_permissions.py +87 -88
- pulumi_azuredevops/serviceendpoint_snyk.py +90 -91
- pulumi_azuredevops/serviceendpoint_visualstudiomarketplace.py +79 -80
- pulumi_azuredevops/servicehook_permissions.py +70 -71
- pulumi_azuredevops/servicehook_storage_queue_pipelines.py +110 -111
- pulumi_azuredevops/tagging_permissions.py +70 -71
- pulumi_azuredevops/team.py +96 -97
- pulumi_azuredevops/team_administrators.py +70 -71
- pulumi_azuredevops/team_members.py +70 -71
- pulumi_azuredevops/user.py +96 -97
- pulumi_azuredevops/variable_group.py +76 -77
- pulumi_azuredevops/variable_group_permissions.py +87 -88
- pulumi_azuredevops/wiki.py +122 -123
- pulumi_azuredevops/wiki_page.py +83 -84
- pulumi_azuredevops/work_item_query_permissions.py +87 -88
- pulumi_azuredevops/workitem.py +166 -167
- {pulumi_azuredevops-3.10.0a1748663812.dist-info → pulumi_azuredevops-3.10.1a1755711524.dist-info}/METADATA +1 -1
- pulumi_azuredevops-3.10.1a1755711524.dist-info/RECORD +158 -0
- pulumi_azuredevops-3.10.0a1748663812.dist-info/RECORD +0 -158
- {pulumi_azuredevops-3.10.0a1748663812.dist-info → pulumi_azuredevops-3.10.1a1755711524.dist-info}/WHEEL +0 -0
- {pulumi_azuredevops-3.10.0a1748663812.dist-info → pulumi_azuredevops-3.10.1a1755711524.dist-info}/top_level.txt +0 -0
@@ -1,9 +1,8 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
|
-
import builtins
|
6
|
-
import copy
|
5
|
+
import builtins as _builtins
|
7
6
|
import warnings
|
8
7
|
import sys
|
9
8
|
import pulumi
|
@@ -20,27 +19,25 @@ __all__ = ['ServiceEndpointDockerRegistryArgs', 'ServiceEndpointDockerRegistry']
|
|
20
19
|
@pulumi.input_type
|
21
20
|
class ServiceEndpointDockerRegistryArgs:
|
22
21
|
def __init__(__self__, *,
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
22
|
+
project_id: pulumi.Input[_builtins.str],
|
23
|
+
service_endpoint_name: pulumi.Input[_builtins.str],
|
24
|
+
description: Optional[pulumi.Input[_builtins.str]] = None,
|
25
|
+
docker_email: Optional[pulumi.Input[_builtins.str]] = None,
|
26
|
+
docker_password: Optional[pulumi.Input[_builtins.str]] = None,
|
27
|
+
docker_registry: Optional[pulumi.Input[_builtins.str]] = None,
|
28
|
+
docker_username: Optional[pulumi.Input[_builtins.str]] = None,
|
29
|
+
registry_type: Optional[pulumi.Input[_builtins.str]] = None):
|
31
30
|
"""
|
32
31
|
The set of arguments for constructing a ServiceEndpointDockerRegistry resource.
|
33
|
-
:param pulumi.Input[
|
34
|
-
:param pulumi.Input[
|
35
|
-
:param pulumi.Input[
|
36
|
-
:param pulumi.Input[
|
37
|
-
:param pulumi.Input[
|
38
|
-
:param pulumi.Input[
|
39
|
-
:param pulumi.Input[
|
40
|
-
"""
|
41
|
-
pulumi.set(__self__, "docker_registry", docker_registry)
|
32
|
+
:param pulumi.Input[_builtins.str] project_id: The ID of the project.
|
33
|
+
:param pulumi.Input[_builtins.str] service_endpoint_name: The name you will use to refer to this service connection in task inputs.
|
34
|
+
:param pulumi.Input[_builtins.str] docker_email: The email for Docker account user.
|
35
|
+
:param pulumi.Input[_builtins.str] docker_password: The password for the account user identified above.
|
36
|
+
:param pulumi.Input[_builtins.str] docker_registry: The URL of the Docker registry. (Default: "https://index.docker.io/v1/")
|
37
|
+
:param pulumi.Input[_builtins.str] docker_username: The identifier of the Docker account user.
|
38
|
+
:param pulumi.Input[_builtins.str] registry_type: Can be "DockerHub" or "Others" (Default "DockerHub")
|
39
|
+
"""
|
42
40
|
pulumi.set(__self__, "project_id", project_id)
|
43
|
-
pulumi.set(__self__, "registry_type", registry_type)
|
44
41
|
pulumi.set(__self__, "service_endpoint_name", service_endpoint_name)
|
45
42
|
if description is not None:
|
46
43
|
pulumi.set(__self__, "description", description)
|
@@ -48,124 +45,128 @@ class ServiceEndpointDockerRegistryArgs:
|
|
48
45
|
pulumi.set(__self__, "docker_email", docker_email)
|
49
46
|
if docker_password is not None:
|
50
47
|
pulumi.set(__self__, "docker_password", docker_password)
|
48
|
+
if docker_registry is not None:
|
49
|
+
pulumi.set(__self__, "docker_registry", docker_registry)
|
51
50
|
if docker_username is not None:
|
52
51
|
pulumi.set(__self__, "docker_username", docker_username)
|
52
|
+
if registry_type is not None:
|
53
|
+
pulumi.set(__self__, "registry_type", registry_type)
|
53
54
|
|
54
|
-
@property
|
55
|
-
@pulumi.getter(name="dockerRegistry")
|
56
|
-
def docker_registry(self) -> pulumi.Input[builtins.str]:
|
57
|
-
"""
|
58
|
-
The URL of the Docker registry. (Default: "https://index.docker.io/v1/")
|
59
|
-
"""
|
60
|
-
return pulumi.get(self, "docker_registry")
|
61
|
-
|
62
|
-
@docker_registry.setter
|
63
|
-
def docker_registry(self, value: pulumi.Input[builtins.str]):
|
64
|
-
pulumi.set(self, "docker_registry", value)
|
65
|
-
|
66
|
-
@property
|
55
|
+
@_builtins.property
|
67
56
|
@pulumi.getter(name="projectId")
|
68
|
-
def project_id(self) -> pulumi.Input[
|
57
|
+
def project_id(self) -> pulumi.Input[_builtins.str]:
|
69
58
|
"""
|
70
59
|
The ID of the project.
|
71
60
|
"""
|
72
61
|
return pulumi.get(self, "project_id")
|
73
62
|
|
74
63
|
@project_id.setter
|
75
|
-
def project_id(self, value: pulumi.Input[
|
64
|
+
def project_id(self, value: pulumi.Input[_builtins.str]):
|
76
65
|
pulumi.set(self, "project_id", value)
|
77
66
|
|
78
|
-
@property
|
79
|
-
@pulumi.getter(name="registryType")
|
80
|
-
def registry_type(self) -> pulumi.Input[builtins.str]:
|
81
|
-
"""
|
82
|
-
Can be "DockerHub" or "Others" (Default "DockerHub")
|
83
|
-
"""
|
84
|
-
return pulumi.get(self, "registry_type")
|
85
|
-
|
86
|
-
@registry_type.setter
|
87
|
-
def registry_type(self, value: pulumi.Input[builtins.str]):
|
88
|
-
pulumi.set(self, "registry_type", value)
|
89
|
-
|
90
|
-
@property
|
67
|
+
@_builtins.property
|
91
68
|
@pulumi.getter(name="serviceEndpointName")
|
92
|
-
def service_endpoint_name(self) -> pulumi.Input[
|
69
|
+
def service_endpoint_name(self) -> pulumi.Input[_builtins.str]:
|
93
70
|
"""
|
94
71
|
The name you will use to refer to this service connection in task inputs.
|
95
72
|
"""
|
96
73
|
return pulumi.get(self, "service_endpoint_name")
|
97
74
|
|
98
75
|
@service_endpoint_name.setter
|
99
|
-
def service_endpoint_name(self, value: pulumi.Input[
|
76
|
+
def service_endpoint_name(self, value: pulumi.Input[_builtins.str]):
|
100
77
|
pulumi.set(self, "service_endpoint_name", value)
|
101
78
|
|
102
|
-
@property
|
79
|
+
@_builtins.property
|
103
80
|
@pulumi.getter
|
104
|
-
def description(self) -> Optional[pulumi.Input[
|
81
|
+
def description(self) -> Optional[pulumi.Input[_builtins.str]]:
|
105
82
|
return pulumi.get(self, "description")
|
106
83
|
|
107
84
|
@description.setter
|
108
|
-
def description(self, value: Optional[pulumi.Input[
|
85
|
+
def description(self, value: Optional[pulumi.Input[_builtins.str]]):
|
109
86
|
pulumi.set(self, "description", value)
|
110
87
|
|
111
|
-
@property
|
88
|
+
@_builtins.property
|
112
89
|
@pulumi.getter(name="dockerEmail")
|
113
|
-
def docker_email(self) -> Optional[pulumi.Input[
|
90
|
+
def docker_email(self) -> Optional[pulumi.Input[_builtins.str]]:
|
114
91
|
"""
|
115
92
|
The email for Docker account user.
|
116
93
|
"""
|
117
94
|
return pulumi.get(self, "docker_email")
|
118
95
|
|
119
96
|
@docker_email.setter
|
120
|
-
def docker_email(self, value: Optional[pulumi.Input[
|
97
|
+
def docker_email(self, value: Optional[pulumi.Input[_builtins.str]]):
|
121
98
|
pulumi.set(self, "docker_email", value)
|
122
99
|
|
123
|
-
@property
|
100
|
+
@_builtins.property
|
124
101
|
@pulumi.getter(name="dockerPassword")
|
125
|
-
def docker_password(self) -> Optional[pulumi.Input[
|
102
|
+
def docker_password(self) -> Optional[pulumi.Input[_builtins.str]]:
|
126
103
|
"""
|
127
104
|
The password for the account user identified above.
|
128
105
|
"""
|
129
106
|
return pulumi.get(self, "docker_password")
|
130
107
|
|
131
108
|
@docker_password.setter
|
132
|
-
def docker_password(self, value: Optional[pulumi.Input[
|
109
|
+
def docker_password(self, value: Optional[pulumi.Input[_builtins.str]]):
|
133
110
|
pulumi.set(self, "docker_password", value)
|
134
111
|
|
135
|
-
@property
|
112
|
+
@_builtins.property
|
113
|
+
@pulumi.getter(name="dockerRegistry")
|
114
|
+
def docker_registry(self) -> Optional[pulumi.Input[_builtins.str]]:
|
115
|
+
"""
|
116
|
+
The URL of the Docker registry. (Default: "https://index.docker.io/v1/")
|
117
|
+
"""
|
118
|
+
return pulumi.get(self, "docker_registry")
|
119
|
+
|
120
|
+
@docker_registry.setter
|
121
|
+
def docker_registry(self, value: Optional[pulumi.Input[_builtins.str]]):
|
122
|
+
pulumi.set(self, "docker_registry", value)
|
123
|
+
|
124
|
+
@_builtins.property
|
136
125
|
@pulumi.getter(name="dockerUsername")
|
137
|
-
def docker_username(self) -> Optional[pulumi.Input[
|
126
|
+
def docker_username(self) -> Optional[pulumi.Input[_builtins.str]]:
|
138
127
|
"""
|
139
128
|
The identifier of the Docker account user.
|
140
129
|
"""
|
141
130
|
return pulumi.get(self, "docker_username")
|
142
131
|
|
143
132
|
@docker_username.setter
|
144
|
-
def docker_username(self, value: Optional[pulumi.Input[
|
133
|
+
def docker_username(self, value: Optional[pulumi.Input[_builtins.str]]):
|
145
134
|
pulumi.set(self, "docker_username", value)
|
146
135
|
|
136
|
+
@_builtins.property
|
137
|
+
@pulumi.getter(name="registryType")
|
138
|
+
def registry_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
139
|
+
"""
|
140
|
+
Can be "DockerHub" or "Others" (Default "DockerHub")
|
141
|
+
"""
|
142
|
+
return pulumi.get(self, "registry_type")
|
143
|
+
|
144
|
+
@registry_type.setter
|
145
|
+
def registry_type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
146
|
+
pulumi.set(self, "registry_type", value)
|
147
|
+
|
147
148
|
|
148
149
|
@pulumi.input_type
|
149
150
|
class _ServiceEndpointDockerRegistryState:
|
150
151
|
def __init__(__self__, *,
|
151
|
-
authorization: Optional[pulumi.Input[Mapping[str, pulumi.Input[
|
152
|
-
description: Optional[pulumi.Input[
|
153
|
-
docker_email: Optional[pulumi.Input[
|
154
|
-
docker_password: Optional[pulumi.Input[
|
155
|
-
docker_registry: Optional[pulumi.Input[
|
156
|
-
docker_username: Optional[pulumi.Input[
|
157
|
-
project_id: Optional[pulumi.Input[
|
158
|
-
registry_type: Optional[pulumi.Input[
|
159
|
-
service_endpoint_name: Optional[pulumi.Input[
|
152
|
+
authorization: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
153
|
+
description: Optional[pulumi.Input[_builtins.str]] = None,
|
154
|
+
docker_email: Optional[pulumi.Input[_builtins.str]] = None,
|
155
|
+
docker_password: Optional[pulumi.Input[_builtins.str]] = None,
|
156
|
+
docker_registry: Optional[pulumi.Input[_builtins.str]] = None,
|
157
|
+
docker_username: Optional[pulumi.Input[_builtins.str]] = None,
|
158
|
+
project_id: Optional[pulumi.Input[_builtins.str]] = None,
|
159
|
+
registry_type: Optional[pulumi.Input[_builtins.str]] = None,
|
160
|
+
service_endpoint_name: Optional[pulumi.Input[_builtins.str]] = None):
|
160
161
|
"""
|
161
162
|
Input properties used for looking up and filtering ServiceEndpointDockerRegistry resources.
|
162
|
-
:param pulumi.Input[
|
163
|
-
:param pulumi.Input[
|
164
|
-
:param pulumi.Input[
|
165
|
-
:param pulumi.Input[
|
166
|
-
:param pulumi.Input[
|
167
|
-
:param pulumi.Input[
|
168
|
-
:param pulumi.Input[
|
163
|
+
:param pulumi.Input[_builtins.str] docker_email: The email for Docker account user.
|
164
|
+
:param pulumi.Input[_builtins.str] docker_password: The password for the account user identified above.
|
165
|
+
:param pulumi.Input[_builtins.str] docker_registry: The URL of the Docker registry. (Default: "https://index.docker.io/v1/")
|
166
|
+
:param pulumi.Input[_builtins.str] docker_username: The identifier of the Docker account user.
|
167
|
+
:param pulumi.Input[_builtins.str] project_id: The ID of the project.
|
168
|
+
:param pulumi.Input[_builtins.str] registry_type: Can be "DockerHub" or "Others" (Default "DockerHub")
|
169
|
+
:param pulumi.Input[_builtins.str] service_endpoint_name: The name you will use to refer to this service connection in task inputs.
|
169
170
|
"""
|
170
171
|
if authorization is not None:
|
171
172
|
pulumi.set(__self__, "authorization", authorization)
|
@@ -186,106 +187,106 @@ class _ServiceEndpointDockerRegistryState:
|
|
186
187
|
if service_endpoint_name is not None:
|
187
188
|
pulumi.set(__self__, "service_endpoint_name", service_endpoint_name)
|
188
189
|
|
189
|
-
@property
|
190
|
+
@_builtins.property
|
190
191
|
@pulumi.getter
|
191
|
-
def authorization(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[
|
192
|
+
def authorization(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
192
193
|
return pulumi.get(self, "authorization")
|
193
194
|
|
194
195
|
@authorization.setter
|
195
|
-
def authorization(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[
|
196
|
+
def authorization(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
196
197
|
pulumi.set(self, "authorization", value)
|
197
198
|
|
198
|
-
@property
|
199
|
+
@_builtins.property
|
199
200
|
@pulumi.getter
|
200
|
-
def description(self) -> Optional[pulumi.Input[
|
201
|
+
def description(self) -> Optional[pulumi.Input[_builtins.str]]:
|
201
202
|
return pulumi.get(self, "description")
|
202
203
|
|
203
204
|
@description.setter
|
204
|
-
def description(self, value: Optional[pulumi.Input[
|
205
|
+
def description(self, value: Optional[pulumi.Input[_builtins.str]]):
|
205
206
|
pulumi.set(self, "description", value)
|
206
207
|
|
207
|
-
@property
|
208
|
+
@_builtins.property
|
208
209
|
@pulumi.getter(name="dockerEmail")
|
209
|
-
def docker_email(self) -> Optional[pulumi.Input[
|
210
|
+
def docker_email(self) -> Optional[pulumi.Input[_builtins.str]]:
|
210
211
|
"""
|
211
212
|
The email for Docker account user.
|
212
213
|
"""
|
213
214
|
return pulumi.get(self, "docker_email")
|
214
215
|
|
215
216
|
@docker_email.setter
|
216
|
-
def docker_email(self, value: Optional[pulumi.Input[
|
217
|
+
def docker_email(self, value: Optional[pulumi.Input[_builtins.str]]):
|
217
218
|
pulumi.set(self, "docker_email", value)
|
218
219
|
|
219
|
-
@property
|
220
|
+
@_builtins.property
|
220
221
|
@pulumi.getter(name="dockerPassword")
|
221
|
-
def docker_password(self) -> Optional[pulumi.Input[
|
222
|
+
def docker_password(self) -> Optional[pulumi.Input[_builtins.str]]:
|
222
223
|
"""
|
223
224
|
The password for the account user identified above.
|
224
225
|
"""
|
225
226
|
return pulumi.get(self, "docker_password")
|
226
227
|
|
227
228
|
@docker_password.setter
|
228
|
-
def docker_password(self, value: Optional[pulumi.Input[
|
229
|
+
def docker_password(self, value: Optional[pulumi.Input[_builtins.str]]):
|
229
230
|
pulumi.set(self, "docker_password", value)
|
230
231
|
|
231
|
-
@property
|
232
|
+
@_builtins.property
|
232
233
|
@pulumi.getter(name="dockerRegistry")
|
233
|
-
def docker_registry(self) -> Optional[pulumi.Input[
|
234
|
+
def docker_registry(self) -> Optional[pulumi.Input[_builtins.str]]:
|
234
235
|
"""
|
235
236
|
The URL of the Docker registry. (Default: "https://index.docker.io/v1/")
|
236
237
|
"""
|
237
238
|
return pulumi.get(self, "docker_registry")
|
238
239
|
|
239
240
|
@docker_registry.setter
|
240
|
-
def docker_registry(self, value: Optional[pulumi.Input[
|
241
|
+
def docker_registry(self, value: Optional[pulumi.Input[_builtins.str]]):
|
241
242
|
pulumi.set(self, "docker_registry", value)
|
242
243
|
|
243
|
-
@property
|
244
|
+
@_builtins.property
|
244
245
|
@pulumi.getter(name="dockerUsername")
|
245
|
-
def docker_username(self) -> Optional[pulumi.Input[
|
246
|
+
def docker_username(self) -> Optional[pulumi.Input[_builtins.str]]:
|
246
247
|
"""
|
247
248
|
The identifier of the Docker account user.
|
248
249
|
"""
|
249
250
|
return pulumi.get(self, "docker_username")
|
250
251
|
|
251
252
|
@docker_username.setter
|
252
|
-
def docker_username(self, value: Optional[pulumi.Input[
|
253
|
+
def docker_username(self, value: Optional[pulumi.Input[_builtins.str]]):
|
253
254
|
pulumi.set(self, "docker_username", value)
|
254
255
|
|
255
|
-
@property
|
256
|
+
@_builtins.property
|
256
257
|
@pulumi.getter(name="projectId")
|
257
|
-
def project_id(self) -> Optional[pulumi.Input[
|
258
|
+
def project_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
258
259
|
"""
|
259
260
|
The ID of the project.
|
260
261
|
"""
|
261
262
|
return pulumi.get(self, "project_id")
|
262
263
|
|
263
264
|
@project_id.setter
|
264
|
-
def project_id(self, value: Optional[pulumi.Input[
|
265
|
+
def project_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
265
266
|
pulumi.set(self, "project_id", value)
|
266
267
|
|
267
|
-
@property
|
268
|
+
@_builtins.property
|
268
269
|
@pulumi.getter(name="registryType")
|
269
|
-
def registry_type(self) -> Optional[pulumi.Input[
|
270
|
+
def registry_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
270
271
|
"""
|
271
272
|
Can be "DockerHub" or "Others" (Default "DockerHub")
|
272
273
|
"""
|
273
274
|
return pulumi.get(self, "registry_type")
|
274
275
|
|
275
276
|
@registry_type.setter
|
276
|
-
def registry_type(self, value: Optional[pulumi.Input[
|
277
|
+
def registry_type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
277
278
|
pulumi.set(self, "registry_type", value)
|
278
279
|
|
279
|
-
@property
|
280
|
+
@_builtins.property
|
280
281
|
@pulumi.getter(name="serviceEndpointName")
|
281
|
-
def service_endpoint_name(self) -> Optional[pulumi.Input[
|
282
|
+
def service_endpoint_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
282
283
|
"""
|
283
284
|
The name you will use to refer to this service connection in task inputs.
|
284
285
|
"""
|
285
286
|
return pulumi.get(self, "service_endpoint_name")
|
286
287
|
|
287
288
|
@service_endpoint_name.setter
|
288
|
-
def service_endpoint_name(self, value: Optional[pulumi.Input[
|
289
|
+
def service_endpoint_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
289
290
|
pulumi.set(self, "service_endpoint_name", value)
|
290
291
|
|
291
292
|
|
@@ -295,14 +296,14 @@ class ServiceEndpointDockerRegistry(pulumi.CustomResource):
|
|
295
296
|
def __init__(__self__,
|
296
297
|
resource_name: str,
|
297
298
|
opts: Optional[pulumi.ResourceOptions] = None,
|
298
|
-
description: Optional[pulumi.Input[
|
299
|
-
docker_email: Optional[pulumi.Input[
|
300
|
-
docker_password: Optional[pulumi.Input[
|
301
|
-
docker_registry: Optional[pulumi.Input[
|
302
|
-
docker_username: Optional[pulumi.Input[
|
303
|
-
project_id: Optional[pulumi.Input[
|
304
|
-
registry_type: Optional[pulumi.Input[
|
305
|
-
service_endpoint_name: Optional[pulumi.Input[
|
299
|
+
description: Optional[pulumi.Input[_builtins.str]] = None,
|
300
|
+
docker_email: Optional[pulumi.Input[_builtins.str]] = None,
|
301
|
+
docker_password: Optional[pulumi.Input[_builtins.str]] = None,
|
302
|
+
docker_registry: Optional[pulumi.Input[_builtins.str]] = None,
|
303
|
+
docker_username: Optional[pulumi.Input[_builtins.str]] = None,
|
304
|
+
project_id: Optional[pulumi.Input[_builtins.str]] = None,
|
305
|
+
registry_type: Optional[pulumi.Input[_builtins.str]] = None,
|
306
|
+
service_endpoint_name: Optional[pulumi.Input[_builtins.str]] = None,
|
306
307
|
__props__=None):
|
307
308
|
"""
|
308
309
|
Manages a Docker Registry service endpoint within Azure DevOps.
|
@@ -352,13 +353,13 @@ class ServiceEndpointDockerRegistry(pulumi.CustomResource):
|
|
352
353
|
|
353
354
|
:param str resource_name: The name of the resource.
|
354
355
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
355
|
-
:param pulumi.Input[
|
356
|
-
:param pulumi.Input[
|
357
|
-
:param pulumi.Input[
|
358
|
-
:param pulumi.Input[
|
359
|
-
:param pulumi.Input[
|
360
|
-
:param pulumi.Input[
|
361
|
-
:param pulumi.Input[
|
356
|
+
:param pulumi.Input[_builtins.str] docker_email: The email for Docker account user.
|
357
|
+
:param pulumi.Input[_builtins.str] docker_password: The password for the account user identified above.
|
358
|
+
:param pulumi.Input[_builtins.str] docker_registry: The URL of the Docker registry. (Default: "https://index.docker.io/v1/")
|
359
|
+
:param pulumi.Input[_builtins.str] docker_username: The identifier of the Docker account user.
|
360
|
+
:param pulumi.Input[_builtins.str] project_id: The ID of the project.
|
361
|
+
:param pulumi.Input[_builtins.str] registry_type: Can be "DockerHub" or "Others" (Default "DockerHub")
|
362
|
+
:param pulumi.Input[_builtins.str] service_endpoint_name: The name you will use to refer to this service connection in task inputs.
|
362
363
|
"""
|
363
364
|
...
|
364
365
|
@overload
|
@@ -427,14 +428,14 @@ class ServiceEndpointDockerRegistry(pulumi.CustomResource):
|
|
427
428
|
def _internal_init(__self__,
|
428
429
|
resource_name: str,
|
429
430
|
opts: Optional[pulumi.ResourceOptions] = None,
|
430
|
-
description: Optional[pulumi.Input[
|
431
|
-
docker_email: Optional[pulumi.Input[
|
432
|
-
docker_password: Optional[pulumi.Input[
|
433
|
-
docker_registry: Optional[pulumi.Input[
|
434
|
-
docker_username: Optional[pulumi.Input[
|
435
|
-
project_id: Optional[pulumi.Input[
|
436
|
-
registry_type: Optional[pulumi.Input[
|
437
|
-
service_endpoint_name: Optional[pulumi.Input[
|
431
|
+
description: Optional[pulumi.Input[_builtins.str]] = None,
|
432
|
+
docker_email: Optional[pulumi.Input[_builtins.str]] = None,
|
433
|
+
docker_password: Optional[pulumi.Input[_builtins.str]] = None,
|
434
|
+
docker_registry: Optional[pulumi.Input[_builtins.str]] = None,
|
435
|
+
docker_username: Optional[pulumi.Input[_builtins.str]] = None,
|
436
|
+
project_id: Optional[pulumi.Input[_builtins.str]] = None,
|
437
|
+
registry_type: Optional[pulumi.Input[_builtins.str]] = None,
|
438
|
+
service_endpoint_name: Optional[pulumi.Input[_builtins.str]] = None,
|
438
439
|
__props__=None):
|
439
440
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
440
441
|
if not isinstance(opts, pulumi.ResourceOptions):
|
@@ -447,15 +448,11 @@ class ServiceEndpointDockerRegistry(pulumi.CustomResource):
|
|
447
448
|
__props__.__dict__["description"] = description
|
448
449
|
__props__.__dict__["docker_email"] = docker_email
|
449
450
|
__props__.__dict__["docker_password"] = None if docker_password is None else pulumi.Output.secret(docker_password)
|
450
|
-
if docker_registry is None and not opts.urn:
|
451
|
-
raise TypeError("Missing required property 'docker_registry'")
|
452
451
|
__props__.__dict__["docker_registry"] = docker_registry
|
453
452
|
__props__.__dict__["docker_username"] = docker_username
|
454
453
|
if project_id is None and not opts.urn:
|
455
454
|
raise TypeError("Missing required property 'project_id'")
|
456
455
|
__props__.__dict__["project_id"] = project_id
|
457
|
-
if registry_type is None and not opts.urn:
|
458
|
-
raise TypeError("Missing required property 'registry_type'")
|
459
456
|
__props__.__dict__["registry_type"] = registry_type
|
460
457
|
if service_endpoint_name is None and not opts.urn:
|
461
458
|
raise TypeError("Missing required property 'service_endpoint_name'")
|
@@ -473,15 +470,15 @@ class ServiceEndpointDockerRegistry(pulumi.CustomResource):
|
|
473
470
|
def get(resource_name: str,
|
474
471
|
id: pulumi.Input[str],
|
475
472
|
opts: Optional[pulumi.ResourceOptions] = None,
|
476
|
-
authorization: Optional[pulumi.Input[Mapping[str, pulumi.Input[
|
477
|
-
description: Optional[pulumi.Input[
|
478
|
-
docker_email: Optional[pulumi.Input[
|
479
|
-
docker_password: Optional[pulumi.Input[
|
480
|
-
docker_registry: Optional[pulumi.Input[
|
481
|
-
docker_username: Optional[pulumi.Input[
|
482
|
-
project_id: Optional[pulumi.Input[
|
483
|
-
registry_type: Optional[pulumi.Input[
|
484
|
-
service_endpoint_name: Optional[pulumi.Input[
|
473
|
+
authorization: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
474
|
+
description: Optional[pulumi.Input[_builtins.str]] = None,
|
475
|
+
docker_email: Optional[pulumi.Input[_builtins.str]] = None,
|
476
|
+
docker_password: Optional[pulumi.Input[_builtins.str]] = None,
|
477
|
+
docker_registry: Optional[pulumi.Input[_builtins.str]] = None,
|
478
|
+
docker_username: Optional[pulumi.Input[_builtins.str]] = None,
|
479
|
+
project_id: Optional[pulumi.Input[_builtins.str]] = None,
|
480
|
+
registry_type: Optional[pulumi.Input[_builtins.str]] = None,
|
481
|
+
service_endpoint_name: Optional[pulumi.Input[_builtins.str]] = None) -> 'ServiceEndpointDockerRegistry':
|
485
482
|
"""
|
486
483
|
Get an existing ServiceEndpointDockerRegistry resource's state with the given name, id, and optional extra
|
487
484
|
properties used to qualify the lookup.
|
@@ -489,13 +486,13 @@ class ServiceEndpointDockerRegistry(pulumi.CustomResource):
|
|
489
486
|
:param str resource_name: The unique name of the resulting resource.
|
490
487
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
491
488
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
492
|
-
:param pulumi.Input[
|
493
|
-
:param pulumi.Input[
|
494
|
-
:param pulumi.Input[
|
495
|
-
:param pulumi.Input[
|
496
|
-
:param pulumi.Input[
|
497
|
-
:param pulumi.Input[
|
498
|
-
:param pulumi.Input[
|
489
|
+
:param pulumi.Input[_builtins.str] docker_email: The email for Docker account user.
|
490
|
+
:param pulumi.Input[_builtins.str] docker_password: The password for the account user identified above.
|
491
|
+
:param pulumi.Input[_builtins.str] docker_registry: The URL of the Docker registry. (Default: "https://index.docker.io/v1/")
|
492
|
+
:param pulumi.Input[_builtins.str] docker_username: The identifier of the Docker account user.
|
493
|
+
:param pulumi.Input[_builtins.str] project_id: The ID of the project.
|
494
|
+
:param pulumi.Input[_builtins.str] registry_type: Can be "DockerHub" or "Others" (Default "DockerHub")
|
495
|
+
:param pulumi.Input[_builtins.str] service_endpoint_name: The name you will use to refer to this service connection in task inputs.
|
499
496
|
"""
|
500
497
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
501
498
|
|
@@ -512,67 +509,67 @@ class ServiceEndpointDockerRegistry(pulumi.CustomResource):
|
|
512
509
|
__props__.__dict__["service_endpoint_name"] = service_endpoint_name
|
513
510
|
return ServiceEndpointDockerRegistry(resource_name, opts=opts, __props__=__props__)
|
514
511
|
|
515
|
-
@property
|
512
|
+
@_builtins.property
|
516
513
|
@pulumi.getter
|
517
|
-
def authorization(self) -> pulumi.Output[Mapping[str,
|
514
|
+
def authorization(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
|
518
515
|
return pulumi.get(self, "authorization")
|
519
516
|
|
520
|
-
@property
|
517
|
+
@_builtins.property
|
521
518
|
@pulumi.getter
|
522
|
-
def description(self) -> pulumi.Output[Optional[
|
519
|
+
def description(self) -> pulumi.Output[Optional[_builtins.str]]:
|
523
520
|
return pulumi.get(self, "description")
|
524
521
|
|
525
|
-
@property
|
522
|
+
@_builtins.property
|
526
523
|
@pulumi.getter(name="dockerEmail")
|
527
|
-
def docker_email(self) -> pulumi.Output[Optional[
|
524
|
+
def docker_email(self) -> pulumi.Output[Optional[_builtins.str]]:
|
528
525
|
"""
|
529
526
|
The email for Docker account user.
|
530
527
|
"""
|
531
528
|
return pulumi.get(self, "docker_email")
|
532
529
|
|
533
|
-
@property
|
530
|
+
@_builtins.property
|
534
531
|
@pulumi.getter(name="dockerPassword")
|
535
|
-
def docker_password(self) -> pulumi.Output[Optional[
|
532
|
+
def docker_password(self) -> pulumi.Output[Optional[_builtins.str]]:
|
536
533
|
"""
|
537
534
|
The password for the account user identified above.
|
538
535
|
"""
|
539
536
|
return pulumi.get(self, "docker_password")
|
540
537
|
|
541
|
-
@property
|
538
|
+
@_builtins.property
|
542
539
|
@pulumi.getter(name="dockerRegistry")
|
543
|
-
def docker_registry(self) -> pulumi.Output[
|
540
|
+
def docker_registry(self) -> pulumi.Output[_builtins.str]:
|
544
541
|
"""
|
545
542
|
The URL of the Docker registry. (Default: "https://index.docker.io/v1/")
|
546
543
|
"""
|
547
544
|
return pulumi.get(self, "docker_registry")
|
548
545
|
|
549
|
-
@property
|
546
|
+
@_builtins.property
|
550
547
|
@pulumi.getter(name="dockerUsername")
|
551
|
-
def docker_username(self) -> pulumi.Output[Optional[
|
548
|
+
def docker_username(self) -> pulumi.Output[Optional[_builtins.str]]:
|
552
549
|
"""
|
553
550
|
The identifier of the Docker account user.
|
554
551
|
"""
|
555
552
|
return pulumi.get(self, "docker_username")
|
556
553
|
|
557
|
-
@property
|
554
|
+
@_builtins.property
|
558
555
|
@pulumi.getter(name="projectId")
|
559
|
-
def project_id(self) -> pulumi.Output[
|
556
|
+
def project_id(self) -> pulumi.Output[_builtins.str]:
|
560
557
|
"""
|
561
558
|
The ID of the project.
|
562
559
|
"""
|
563
560
|
return pulumi.get(self, "project_id")
|
564
561
|
|
565
|
-
@property
|
562
|
+
@_builtins.property
|
566
563
|
@pulumi.getter(name="registryType")
|
567
|
-
def registry_type(self) -> pulumi.Output[
|
564
|
+
def registry_type(self) -> pulumi.Output[_builtins.str]:
|
568
565
|
"""
|
569
566
|
Can be "DockerHub" or "Others" (Default "DockerHub")
|
570
567
|
"""
|
571
568
|
return pulumi.get(self, "registry_type")
|
572
569
|
|
573
|
-
@property
|
570
|
+
@_builtins.property
|
574
571
|
@pulumi.getter(name="serviceEndpointName")
|
575
|
-
def service_endpoint_name(self) -> pulumi.Output[
|
572
|
+
def service_endpoint_name(self) -> pulumi.Output[_builtins.str]:
|
576
573
|
"""
|
577
574
|
The name you will use to refer to this service connection in task inputs.
|
578
575
|
"""
|