pulumi-azuredevops 3.8.0a1742224403__py3-none-any.whl → 3.9.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 +20 -0
- pulumi_azuredevops/_inputs.py +1140 -1013
- pulumi_azuredevops/area_permissions.py +71 -70
- pulumi_azuredevops/branch_policy_auto_reviewers.py +43 -42
- pulumi_azuredevops/branch_policy_build_validation.py +43 -42
- pulumi_azuredevops/branch_policy_comment_resolution.py +43 -42
- pulumi_azuredevops/branch_policy_merge_types.py +43 -42
- pulumi_azuredevops/branch_policy_min_reviewers.py +43 -42
- pulumi_azuredevops/branch_policy_status_check.py +43 -42
- pulumi_azuredevops/branch_policy_work_item_linking.py +43 -42
- pulumi_azuredevops/build_definition.py +120 -119
- pulumi_azuredevops/build_definition_permissions.py +71 -70
- pulumi_azuredevops/build_folder.py +43 -42
- pulumi_azuredevops/build_folder_permissions.py +78 -70
- pulumi_azuredevops/check_approval.py +120 -119
- pulumi_azuredevops/check_branch_control.py +120 -119
- pulumi_azuredevops/check_business_hours.py +218 -217
- pulumi_azuredevops/check_exclusive_lock.py +64 -63
- pulumi_azuredevops/check_required_template.py +50 -49
- pulumi_azuredevops/check_rest_api.py +218 -217
- pulumi_azuredevops/config/__init__.py +1 -0
- pulumi_azuredevops/config/__init__.pyi +1 -0
- pulumi_azuredevops/config/vars.py +1 -0
- pulumi_azuredevops/dashboard.py +78 -77
- pulumi_azuredevops/elastic_pool.py +169 -168
- pulumi_azuredevops/environment.py +43 -42
- pulumi_azuredevops/environment_resource_kubernetes.py +99 -98
- pulumi_azuredevops/extension.py +426 -0
- pulumi_azuredevops/feed.py +29 -28
- pulumi_azuredevops/feed_permission.py +106 -77
- pulumi_azuredevops/feed_retention_policy.py +57 -56
- pulumi_azuredevops/get_agent_queue.py +13 -12
- pulumi_azuredevops/get_area.py +19 -18
- pulumi_azuredevops/get_build_definition.py +23 -22
- pulumi_azuredevops/get_client_config.py +7 -6
- pulumi_azuredevops/get_descriptor.py +8 -7
- pulumi_azuredevops/get_environment.py +18 -17
- pulumi_azuredevops/get_feed.py +17 -16
- pulumi_azuredevops/get_git_repository.py +20 -19
- pulumi_azuredevops/get_git_repository_file.py +201 -0
- pulumi_azuredevops/get_group.py +16 -15
- pulumi_azuredevops/get_group_membership.py +8 -7
- pulumi_azuredevops/get_groups.py +7 -6
- pulumi_azuredevops/get_identity_group.py +14 -13
- pulumi_azuredevops/get_identity_groups.py +7 -6
- pulumi_azuredevops/get_identity_users.py +14 -13
- pulumi_azuredevops/get_iteration.py +19 -18
- pulumi_azuredevops/get_pool.py +10 -9
- pulumi_azuredevops/get_pools.py +2 -1
- pulumi_azuredevops/get_project.py +18 -17
- pulumi_azuredevops/get_projects.py +12 -11
- pulumi_azuredevops/get_repositories.py +17 -16
- pulumi_azuredevops/get_securityrole_definitions.py +7 -6
- pulumi_azuredevops/get_service_endpoint_azure_rm.py +31 -30
- pulumi_azuredevops/get_service_endpoint_github.py +19 -18
- pulumi_azuredevops/get_service_principal.py +10 -9
- pulumi_azuredevops/get_serviceendpoint_azurecr.py +29 -28
- pulumi_azuredevops/get_serviceendpoint_bitbucket.py +19 -18
- pulumi_azuredevops/get_serviceendpoint_npm.py +20 -19
- pulumi_azuredevops/get_serviceendpoint_sonarcloud.py +19 -18
- pulumi_azuredevops/get_storage_key.py +8 -7
- pulumi_azuredevops/get_team.py +21 -20
- pulumi_azuredevops/get_teams.py +12 -11
- pulumi_azuredevops/get_user.py +14 -13
- pulumi_azuredevops/get_users.py +84 -21
- pulumi_azuredevops/get_variable_group.py +14 -13
- pulumi_azuredevops/git.py +113 -112
- pulumi_azuredevops/git_permissions.py +85 -84
- pulumi_azuredevops/git_repository_branch.py +78 -77
- pulumi_azuredevops/git_repository_file.py +342 -85
- pulumi_azuredevops/group.py +134 -133
- pulumi_azuredevops/group_entitlement.py +85 -84
- pulumi_azuredevops/group_membership.py +43 -42
- pulumi_azuredevops/iterative_permissions.py +71 -70
- pulumi_azuredevops/library_permissions.py +57 -56
- pulumi_azuredevops/outputs.py +1118 -995
- pulumi_azuredevops/pipeline_authorization.py +71 -70
- pulumi_azuredevops/pool.py +57 -56
- pulumi_azuredevops/project.py +92 -91
- pulumi_azuredevops/project_features.py +25 -24
- pulumi_azuredevops/project_permissions.py +57 -56
- pulumi_azuredevops/project_pipeline_settings.py +99 -98
- pulumi_azuredevops/project_tags.py +29 -28
- pulumi_azuredevops/provider.py +157 -156
- pulumi_azuredevops/pulumi-plugin.json +1 -1
- pulumi_azuredevops/queue.py +43 -42
- pulumi_azuredevops/repository_policy_author_email_pattern.py +71 -70
- pulumi_azuredevops/repository_policy_case_enforcement.py +71 -70
- pulumi_azuredevops/repository_policy_check_credentials.py +57 -56
- pulumi_azuredevops/repository_policy_file_path_pattern.py +71 -70
- pulumi_azuredevops/repository_policy_max_file_size.py +71 -70
- pulumi_azuredevops/repository_policy_max_path_length.py +71 -70
- pulumi_azuredevops/repository_policy_reserved_names.py +57 -56
- pulumi_azuredevops/resource_authorization.py +71 -70
- pulumi_azuredevops/securityrole_assignment.py +57 -56
- pulumi_azuredevops/service_endpoint_artifactory.py +62 -61
- pulumi_azuredevops/service_endpoint_aws.py +144 -143
- pulumi_azuredevops/service_endpoint_azure_dev_ops.py +86 -85
- pulumi_azuredevops/service_endpoint_azure_ecr.py +169 -168
- pulumi_azuredevops/service_endpoint_azure_rm.py +195 -194
- pulumi_azuredevops/service_endpoint_bit_bucket.py +72 -71
- pulumi_azuredevops/service_endpoint_docker_registry.py +114 -113
- pulumi_azuredevops/service_endpoint_generic.py +86 -85
- pulumi_azuredevops/service_endpoint_generic_git.py +100 -99
- pulumi_azuredevops/service_endpoint_git_hub.py +44 -43
- pulumi_azuredevops/service_endpoint_git_hub_enterprise.py +174 -82
- pulumi_azuredevops/service_endpoint_git_lab.py +86 -85
- pulumi_azuredevops/service_endpoint_kubernetes.py +72 -71
- pulumi_azuredevops/service_endpoint_npm.py +76 -75
- pulumi_azuredevops/service_endpoint_pipeline.py +58 -57
- pulumi_azuredevops/service_endpoint_service_fabric.py +58 -57
- pulumi_azuredevops/service_endpoint_sonar_cloud.py +62 -61
- pulumi_azuredevops/service_endpoint_sonar_qube.py +76 -75
- pulumi_azuredevops/service_endpoint_ssh.py +114 -113
- pulumi_azuredevops/service_principal_entitlement.py +71 -70
- pulumi_azuredevops/serviceendpoint_argocd.py +62 -61
- pulumi_azuredevops/serviceendpoint_azure_service_bus.py +72 -71
- pulumi_azuredevops/serviceendpoint_checkmarx_one.py +114 -113
- pulumi_azuredevops/serviceendpoint_checkmarx_sast.py +114 -113
- pulumi_azuredevops/serviceendpoint_checkmarx_sca.py +142 -141
- pulumi_azuredevops/serviceendpoint_dynamics_lifecycle_services.py +114 -113
- pulumi_azuredevops/serviceendpoint_externaltfs.py +58 -57
- pulumi_azuredevops/serviceendpoint_gcp_terraform.py +116 -115
- pulumi_azuredevops/serviceendpoint_incomingwebhook.py +86 -85
- pulumi_azuredevops/serviceendpoint_jenkins.py +100 -99
- pulumi_azuredevops/serviceendpoint_jfrog_artifactory_v2.py +62 -61
- pulumi_azuredevops/serviceendpoint_jfrog_distribution_v2.py +62 -61
- pulumi_azuredevops/serviceendpoint_jfrog_platform_v2.py +62 -61
- pulumi_azuredevops/serviceendpoint_jfrog_xray_v2.py +62 -61
- pulumi_azuredevops/serviceendpoint_maven.py +72 -71
- pulumi_azuredevops/serviceendpoint_nexus.py +86 -85
- pulumi_azuredevops/serviceendpoint_nuget.py +114 -113
- pulumi_azuredevops/serviceendpoint_octopusdeploy.py +86 -85
- pulumi_azuredevops/serviceendpoint_openshift.py +688 -0
- pulumi_azuredevops/serviceendpoint_permissions.py +71 -70
- pulumi_azuredevops/serviceendpoint_snyk.py +72 -71
- pulumi_azuredevops/serviceendpoint_visualstudiomarketplace.py +58 -57
- pulumi_azuredevops/servicehook_permissions.py +57 -56
- pulumi_azuredevops/servicehook_storage_queue_pipelines.py +85 -84
- pulumi_azuredevops/tagging_permissions.py +57 -56
- pulumi_azuredevops/team.py +78 -77
- pulumi_azuredevops/team_administrators.py +57 -56
- pulumi_azuredevops/team_members.py +57 -56
- pulumi_azuredevops/user.py +78 -77
- pulumi_azuredevops/variable_group.py +57 -56
- pulumi_azuredevops/variable_group_permissions.py +71 -70
- pulumi_azuredevops/wiki.py +99 -98
- pulumi_azuredevops/wiki_page.py +67 -66
- pulumi_azuredevops/work_item_query_permissions.py +71 -70
- pulumi_azuredevops/workitem.py +113 -112
- {pulumi_azuredevops-3.8.0a1742224403.dist-info → pulumi_azuredevops-3.9.0.dist-info}/METADATA +2 -2
- pulumi_azuredevops-3.9.0.dist-info/RECORD +156 -0
- {pulumi_azuredevops-3.8.0a1742224403.dist-info → pulumi_azuredevops-3.9.0.dist-info}/WHEEL +1 -1
- pulumi_azuredevops-3.8.0a1742224403.dist-info/RECORD +0 -153
- {pulumi_azuredevops-3.8.0a1742224403.dist-info → pulumi_azuredevops-3.9.0.dist-info}/top_level.txt +0 -0
@@ -2,6 +2,7 @@
|
|
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
|
|
5
|
+
import builtins
|
5
6
|
import copy
|
6
7
|
import warnings
|
7
8
|
import sys
|
@@ -48,7 +49,7 @@ class GetServiceEndpointGithubResult:
|
|
48
49
|
|
49
50
|
@property
|
50
51
|
@pulumi.getter
|
51
|
-
def authorization(self) -> Mapping[str, str]:
|
52
|
+
def authorization(self) -> Mapping[str, builtins.str]:
|
52
53
|
"""
|
53
54
|
The Authorization scheme.
|
54
55
|
"""
|
@@ -56,7 +57,7 @@ class GetServiceEndpointGithubResult:
|
|
56
57
|
|
57
58
|
@property
|
58
59
|
@pulumi.getter
|
59
|
-
def description(self) -> str:
|
60
|
+
def description(self) -> builtins.str:
|
60
61
|
"""
|
61
62
|
The description of the Service Endpoint.
|
62
63
|
"""
|
@@ -64,7 +65,7 @@ class GetServiceEndpointGithubResult:
|
|
64
65
|
|
65
66
|
@property
|
66
67
|
@pulumi.getter
|
67
|
-
def id(self) -> str:
|
68
|
+
def id(self) -> builtins.str:
|
68
69
|
"""
|
69
70
|
The provider-assigned unique ID for this managed resource.
|
70
71
|
"""
|
@@ -72,17 +73,17 @@ class GetServiceEndpointGithubResult:
|
|
72
73
|
|
73
74
|
@property
|
74
75
|
@pulumi.getter(name="projectId")
|
75
|
-
def project_id(self) -> str:
|
76
|
+
def project_id(self) -> builtins.str:
|
76
77
|
return pulumi.get(self, "project_id")
|
77
78
|
|
78
79
|
@property
|
79
80
|
@pulumi.getter(name="serviceEndpointId")
|
80
|
-
def service_endpoint_id(self) -> str:
|
81
|
+
def service_endpoint_id(self) -> builtins.str:
|
81
82
|
return pulumi.get(self, "service_endpoint_id")
|
82
83
|
|
83
84
|
@property
|
84
85
|
@pulumi.getter(name="serviceEndpointName")
|
85
|
-
def service_endpoint_name(self) -> str:
|
86
|
+
def service_endpoint_name(self) -> builtins.str:
|
86
87
|
return pulumi.get(self, "service_endpoint_name")
|
87
88
|
|
88
89
|
|
@@ -100,9 +101,9 @@ class AwaitableGetServiceEndpointGithubResult(GetServiceEndpointGithubResult):
|
|
100
101
|
service_endpoint_name=self.service_endpoint_name)
|
101
102
|
|
102
103
|
|
103
|
-
def get_service_endpoint_github(project_id: Optional[str] = None,
|
104
|
-
service_endpoint_id: Optional[str] = None,
|
105
|
-
service_endpoint_name: Optional[str] = None,
|
104
|
+
def get_service_endpoint_github(project_id: Optional[builtins.str] = None,
|
105
|
+
service_endpoint_id: Optional[builtins.str] = None,
|
106
|
+
service_endpoint_name: Optional[builtins.str] = None,
|
106
107
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServiceEndpointGithubResult:
|
107
108
|
"""
|
108
109
|
Use this data source to access information about an existing GitHub service Endpoint.
|
@@ -134,9 +135,9 @@ def get_service_endpoint_github(project_id: Optional[str] = None,
|
|
134
135
|
```
|
135
136
|
|
136
137
|
|
137
|
-
:param str project_id: The ID of the project.
|
138
|
-
:param str service_endpoint_id: the ID of the Service Endpoint.
|
139
|
-
:param str service_endpoint_name: the Name of the Service Endpoint.
|
138
|
+
:param builtins.str project_id: The ID of the project.
|
139
|
+
:param builtins.str service_endpoint_id: the ID of the Service Endpoint.
|
140
|
+
:param builtins.str service_endpoint_name: the Name of the Service Endpoint.
|
140
141
|
|
141
142
|
> **NOTE:** 1. One of either `service_endpoint_id` or `service_endpoint_name` must be specified.
|
142
143
|
<br>2. When supplying `service_endpoint_name`, take care to ensure that this is a unique name.
|
@@ -155,9 +156,9 @@ def get_service_endpoint_github(project_id: Optional[str] = None,
|
|
155
156
|
project_id=pulumi.get(__ret__, 'project_id'),
|
156
157
|
service_endpoint_id=pulumi.get(__ret__, 'service_endpoint_id'),
|
157
158
|
service_endpoint_name=pulumi.get(__ret__, 'service_endpoint_name'))
|
158
|
-
def get_service_endpoint_github_output(project_id: Optional[pulumi.Input[str]] = None,
|
159
|
-
service_endpoint_id: Optional[pulumi.Input[Optional[str]]] = None,
|
160
|
-
service_endpoint_name: Optional[pulumi.Input[Optional[str]]] = None,
|
159
|
+
def get_service_endpoint_github_output(project_id: Optional[pulumi.Input[builtins.str]] = None,
|
160
|
+
service_endpoint_id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
161
|
+
service_endpoint_name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
161
162
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetServiceEndpointGithubResult]:
|
162
163
|
"""
|
163
164
|
Use this data source to access information about an existing GitHub service Endpoint.
|
@@ -189,9 +190,9 @@ def get_service_endpoint_github_output(project_id: Optional[pulumi.Input[str]] =
|
|
189
190
|
```
|
190
191
|
|
191
192
|
|
192
|
-
:param str project_id: The ID of the project.
|
193
|
-
:param str service_endpoint_id: the ID of the Service Endpoint.
|
194
|
-
:param str service_endpoint_name: the Name of the Service Endpoint.
|
193
|
+
:param builtins.str project_id: The ID of the project.
|
194
|
+
:param builtins.str service_endpoint_id: the ID of the Service Endpoint.
|
195
|
+
:param builtins.str service_endpoint_name: the Name of the Service Endpoint.
|
195
196
|
|
196
197
|
> **NOTE:** 1. One of either `service_endpoint_id` or `service_endpoint_name` must be specified.
|
197
198
|
<br>2. When supplying `service_endpoint_name`, take care to ensure that this is a unique name.
|
@@ -2,6 +2,7 @@
|
|
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
|
|
5
|
+
import builtins
|
5
6
|
import copy
|
6
7
|
import warnings
|
7
8
|
import sys
|
@@ -45,7 +46,7 @@ class GetServicePrincipalResult:
|
|
45
46
|
|
46
47
|
@property
|
47
48
|
@pulumi.getter
|
48
|
-
def descriptor(self) -> str:
|
49
|
+
def descriptor(self) -> builtins.str:
|
49
50
|
"""
|
50
51
|
The descriptor of the Service Principal.
|
51
52
|
"""
|
@@ -53,12 +54,12 @@ class GetServicePrincipalResult:
|
|
53
54
|
|
54
55
|
@property
|
55
56
|
@pulumi.getter(name="displayName")
|
56
|
-
def display_name(self) -> str:
|
57
|
+
def display_name(self) -> builtins.str:
|
57
58
|
return pulumi.get(self, "display_name")
|
58
59
|
|
59
60
|
@property
|
60
61
|
@pulumi.getter
|
61
|
-
def id(self) -> str:
|
62
|
+
def id(self) -> builtins.str:
|
62
63
|
"""
|
63
64
|
The provider-assigned unique ID for this managed resource.
|
64
65
|
"""
|
@@ -66,7 +67,7 @@ class GetServicePrincipalResult:
|
|
66
67
|
|
67
68
|
@property
|
68
69
|
@pulumi.getter
|
69
|
-
def origin(self) -> str:
|
70
|
+
def origin(self) -> builtins.str:
|
70
71
|
"""
|
71
72
|
The origin of the Service Principal.
|
72
73
|
"""
|
@@ -74,7 +75,7 @@ class GetServicePrincipalResult:
|
|
74
75
|
|
75
76
|
@property
|
76
77
|
@pulumi.getter(name="originId")
|
77
|
-
def origin_id(self) -> str:
|
78
|
+
def origin_id(self) -> builtins.str:
|
78
79
|
"""
|
79
80
|
The origin ID of the Service Principal..
|
80
81
|
"""
|
@@ -94,7 +95,7 @@ class AwaitableGetServicePrincipalResult(GetServicePrincipalResult):
|
|
94
95
|
origin_id=self.origin_id)
|
95
96
|
|
96
97
|
|
97
|
-
def get_service_principal(display_name: Optional[str] = None,
|
98
|
+
def get_service_principal(display_name: Optional[builtins.str] = None,
|
98
99
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServicePrincipalResult:
|
99
100
|
"""
|
100
101
|
Use this data source to access information about an existing Service Principal.
|
@@ -110,7 +111,7 @@ def get_service_principal(display_name: Optional[str] = None,
|
|
110
111
|
```
|
111
112
|
|
112
113
|
|
113
|
-
:param str display_name: The Display Name of the Service Principal. Changing this forces a new Service Principal to be created.
|
114
|
+
:param builtins.str display_name: The Display Name of the Service Principal. Changing this forces a new Service Principal to be created.
|
114
115
|
"""
|
115
116
|
__args__ = dict()
|
116
117
|
__args__['displayName'] = display_name
|
@@ -123,7 +124,7 @@ def get_service_principal(display_name: Optional[str] = None,
|
|
123
124
|
id=pulumi.get(__ret__, 'id'),
|
124
125
|
origin=pulumi.get(__ret__, 'origin'),
|
125
126
|
origin_id=pulumi.get(__ret__, 'origin_id'))
|
126
|
-
def get_service_principal_output(display_name: Optional[pulumi.Input[str]] = None,
|
127
|
+
def get_service_principal_output(display_name: Optional[pulumi.Input[builtins.str]] = None,
|
127
128
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetServicePrincipalResult]:
|
128
129
|
"""
|
129
130
|
Use this data source to access information about an existing Service Principal.
|
@@ -139,7 +140,7 @@ def get_service_principal_output(display_name: Optional[pulumi.Input[str]] = Non
|
|
139
140
|
```
|
140
141
|
|
141
142
|
|
142
|
-
:param str display_name: The Display Name of the Service Principal. Changing this forces a new Service Principal to be created.
|
143
|
+
:param builtins.str display_name: The Display Name of the Service Principal. Changing this forces a new Service Principal to be created.
|
143
144
|
"""
|
144
145
|
__args__ = dict()
|
145
146
|
__args__['displayName'] = display_name
|
@@ -2,6 +2,7 @@
|
|
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
|
|
5
|
+
import builtins
|
5
6
|
import copy
|
6
7
|
import warnings
|
7
8
|
import sys
|
@@ -78,7 +79,7 @@ class GetServiceendpointAzurecrResult:
|
|
78
79
|
|
79
80
|
@property
|
80
81
|
@pulumi.getter(name="appObjectId")
|
81
|
-
def app_object_id(self) -> str:
|
82
|
+
def app_object_id(self) -> builtins.str:
|
82
83
|
"""
|
83
84
|
The Object ID of the Service Principal.
|
84
85
|
"""
|
@@ -86,7 +87,7 @@ class GetServiceendpointAzurecrResult:
|
|
86
87
|
|
87
88
|
@property
|
88
89
|
@pulumi.getter
|
89
|
-
def authorization(self) -> Mapping[str, str]:
|
90
|
+
def authorization(self) -> Mapping[str, builtins.str]:
|
90
91
|
"""
|
91
92
|
The Authorization scheme.
|
92
93
|
"""
|
@@ -94,7 +95,7 @@ class GetServiceendpointAzurecrResult:
|
|
94
95
|
|
95
96
|
@property
|
96
97
|
@pulumi.getter(name="azSpnRoleAssignmentId")
|
97
|
-
def az_spn_role_assignment_id(self) -> str:
|
98
|
+
def az_spn_role_assignment_id(self) -> builtins.str:
|
98
99
|
"""
|
99
100
|
The ID of Service Principal Role Assignment.
|
100
101
|
"""
|
@@ -102,7 +103,7 @@ class GetServiceendpointAzurecrResult:
|
|
102
103
|
|
103
104
|
@property
|
104
105
|
@pulumi.getter(name="azSpnRolePermissions")
|
105
|
-
def az_spn_role_permissions(self) -> str:
|
106
|
+
def az_spn_role_permissions(self) -> builtins.str:
|
106
107
|
"""
|
107
108
|
The Service Principal Role Permissions.
|
108
109
|
"""
|
@@ -110,7 +111,7 @@ class GetServiceendpointAzurecrResult:
|
|
110
111
|
|
111
112
|
@property
|
112
113
|
@pulumi.getter(name="azurecrName")
|
113
|
-
def azurecr_name(self) -> str:
|
114
|
+
def azurecr_name(self) -> builtins.str:
|
114
115
|
"""
|
115
116
|
The Azure Container Registry name.
|
116
117
|
"""
|
@@ -118,7 +119,7 @@ class GetServiceendpointAzurecrResult:
|
|
118
119
|
|
119
120
|
@property
|
120
121
|
@pulumi.getter(name="azurecrSpnTenantid")
|
121
|
-
def azurecr_spn_tenantid(self) -> str:
|
122
|
+
def azurecr_spn_tenantid(self) -> builtins.str:
|
122
123
|
"""
|
123
124
|
The Tenant ID of the service principal.
|
124
125
|
"""
|
@@ -126,7 +127,7 @@ class GetServiceendpointAzurecrResult:
|
|
126
127
|
|
127
128
|
@property
|
128
129
|
@pulumi.getter(name="azurecrSubscriptionId")
|
129
|
-
def azurecr_subscription_id(self) -> str:
|
130
|
+
def azurecr_subscription_id(self) -> builtins.str:
|
130
131
|
"""
|
131
132
|
The Subscription ID of the Azure targets.
|
132
133
|
"""
|
@@ -134,7 +135,7 @@ class GetServiceendpointAzurecrResult:
|
|
134
135
|
|
135
136
|
@property
|
136
137
|
@pulumi.getter(name="azurecrSubscriptionName")
|
137
|
-
def azurecr_subscription_name(self) -> str:
|
138
|
+
def azurecr_subscription_name(self) -> builtins.str:
|
138
139
|
"""
|
139
140
|
The Subscription Name of the Azure targets.
|
140
141
|
"""
|
@@ -142,7 +143,7 @@ class GetServiceendpointAzurecrResult:
|
|
142
143
|
|
143
144
|
@property
|
144
145
|
@pulumi.getter
|
145
|
-
def description(self) -> str:
|
146
|
+
def description(self) -> builtins.str:
|
146
147
|
"""
|
147
148
|
The Service Endpoint description.
|
148
149
|
"""
|
@@ -150,7 +151,7 @@ class GetServiceendpointAzurecrResult:
|
|
150
151
|
|
151
152
|
@property
|
152
153
|
@pulumi.getter
|
153
|
-
def id(self) -> str:
|
154
|
+
def id(self) -> builtins.str:
|
154
155
|
"""
|
155
156
|
The provider-assigned unique ID for this managed resource.
|
156
157
|
"""
|
@@ -158,12 +159,12 @@ class GetServiceendpointAzurecrResult:
|
|
158
159
|
|
159
160
|
@property
|
160
161
|
@pulumi.getter(name="projectId")
|
161
|
-
def project_id(self) -> str:
|
162
|
+
def project_id(self) -> builtins.str:
|
162
163
|
return pulumi.get(self, "project_id")
|
163
164
|
|
164
165
|
@property
|
165
166
|
@pulumi.getter(name="resourceGroup")
|
166
|
-
def resource_group(self) -> str:
|
167
|
+
def resource_group(self) -> builtins.str:
|
167
168
|
"""
|
168
169
|
The Resource Group to which the Container Registry belongs.
|
169
170
|
"""
|
@@ -171,17 +172,17 @@ class GetServiceendpointAzurecrResult:
|
|
171
172
|
|
172
173
|
@property
|
173
174
|
@pulumi.getter(name="serviceEndpointId")
|
174
|
-
def service_endpoint_id(self) -> str:
|
175
|
+
def service_endpoint_id(self) -> builtins.str:
|
175
176
|
return pulumi.get(self, "service_endpoint_id")
|
176
177
|
|
177
178
|
@property
|
178
179
|
@pulumi.getter(name="serviceEndpointName")
|
179
|
-
def service_endpoint_name(self) -> str:
|
180
|
+
def service_endpoint_name(self) -> builtins.str:
|
180
181
|
return pulumi.get(self, "service_endpoint_name")
|
181
182
|
|
182
183
|
@property
|
183
184
|
@pulumi.getter(name="servicePrincipalId")
|
184
|
-
def service_principal_id(self) -> str:
|
185
|
+
def service_principal_id(self) -> builtins.str:
|
185
186
|
"""
|
186
187
|
The Application(Client) ID of the Service Principal.
|
187
188
|
"""
|
@@ -189,7 +190,7 @@ class GetServiceendpointAzurecrResult:
|
|
189
190
|
|
190
191
|
@property
|
191
192
|
@pulumi.getter(name="spnObjectId")
|
192
|
-
def spn_object_id(self) -> str:
|
193
|
+
def spn_object_id(self) -> builtins.str:
|
193
194
|
"""
|
194
195
|
The ID of the Service Principal.
|
195
196
|
"""
|
@@ -220,9 +221,9 @@ class AwaitableGetServiceendpointAzurecrResult(GetServiceendpointAzurecrResult):
|
|
220
221
|
spn_object_id=self.spn_object_id)
|
221
222
|
|
222
223
|
|
223
|
-
def get_serviceendpoint_azurecr(project_id: Optional[str] = None,
|
224
|
-
service_endpoint_id: Optional[str] = None,
|
225
|
-
service_endpoint_name: Optional[str] = None,
|
224
|
+
def get_serviceendpoint_azurecr(project_id: Optional[builtins.str] = None,
|
225
|
+
service_endpoint_id: Optional[builtins.str] = None,
|
226
|
+
service_endpoint_name: Optional[builtins.str] = None,
|
226
227
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServiceendpointAzurecrResult:
|
227
228
|
"""
|
228
229
|
Use this data source to access information about an existing Azure Container Registry Service Endpoint.
|
@@ -239,9 +240,9 @@ def get_serviceendpoint_azurecr(project_id: Optional[str] = None,
|
|
239
240
|
```
|
240
241
|
|
241
242
|
|
242
|
-
:param str project_id: The ID of the project.
|
243
|
-
:param str service_endpoint_id: the ID of the Service Endpoint.
|
244
|
-
:param str service_endpoint_name: the Name of the Service Endpoint.
|
243
|
+
:param builtins.str project_id: The ID of the project.
|
244
|
+
:param builtins.str service_endpoint_id: the ID of the Service Endpoint.
|
245
|
+
:param builtins.str service_endpoint_name: the Name of the Service Endpoint.
|
245
246
|
|
246
247
|
> **NOTE:** One of either `service_endpoint_id` or `service_endpoint_name` must be specified.
|
247
248
|
"""
|
@@ -269,9 +270,9 @@ def get_serviceendpoint_azurecr(project_id: Optional[str] = None,
|
|
269
270
|
service_endpoint_name=pulumi.get(__ret__, 'service_endpoint_name'),
|
270
271
|
service_principal_id=pulumi.get(__ret__, 'service_principal_id'),
|
271
272
|
spn_object_id=pulumi.get(__ret__, 'spn_object_id'))
|
272
|
-
def get_serviceendpoint_azurecr_output(project_id: Optional[pulumi.Input[str]] = None,
|
273
|
-
service_endpoint_id: Optional[pulumi.Input[Optional[str]]] = None,
|
274
|
-
service_endpoint_name: Optional[pulumi.Input[Optional[str]]] = None,
|
273
|
+
def get_serviceendpoint_azurecr_output(project_id: Optional[pulumi.Input[builtins.str]] = None,
|
274
|
+
service_endpoint_id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
275
|
+
service_endpoint_name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
275
276
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetServiceendpointAzurecrResult]:
|
276
277
|
"""
|
277
278
|
Use this data source to access information about an existing Azure Container Registry Service Endpoint.
|
@@ -288,9 +289,9 @@ def get_serviceendpoint_azurecr_output(project_id: Optional[pulumi.Input[str]] =
|
|
288
289
|
```
|
289
290
|
|
290
291
|
|
291
|
-
:param str project_id: The ID of the project.
|
292
|
-
:param str service_endpoint_id: the ID of the Service Endpoint.
|
293
|
-
:param str service_endpoint_name: the Name of the Service Endpoint.
|
292
|
+
:param builtins.str project_id: The ID of the project.
|
293
|
+
:param builtins.str service_endpoint_id: the ID of the Service Endpoint.
|
294
|
+
:param builtins.str service_endpoint_name: the Name of the Service Endpoint.
|
294
295
|
|
295
296
|
> **NOTE:** One of either `service_endpoint_id` or `service_endpoint_name` must be specified.
|
296
297
|
"""
|
@@ -2,6 +2,7 @@
|
|
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
|
|
5
|
+
import builtins
|
5
6
|
import copy
|
6
7
|
import warnings
|
7
8
|
import sys
|
@@ -48,7 +49,7 @@ class GetServiceendpointBitbucketResult:
|
|
48
49
|
|
49
50
|
@property
|
50
51
|
@pulumi.getter
|
51
|
-
def authorization(self) -> Mapping[str, str]:
|
52
|
+
def authorization(self) -> Mapping[str, builtins.str]:
|
52
53
|
"""
|
53
54
|
The Authorization scheme.
|
54
55
|
"""
|
@@ -56,7 +57,7 @@ class GetServiceendpointBitbucketResult:
|
|
56
57
|
|
57
58
|
@property
|
58
59
|
@pulumi.getter
|
59
|
-
def description(self) -> str:
|
60
|
+
def description(self) -> builtins.str:
|
60
61
|
"""
|
61
62
|
The description of the Service Endpoint.
|
62
63
|
"""
|
@@ -64,7 +65,7 @@ class GetServiceendpointBitbucketResult:
|
|
64
65
|
|
65
66
|
@property
|
66
67
|
@pulumi.getter
|
67
|
-
def id(self) -> str:
|
68
|
+
def id(self) -> builtins.str:
|
68
69
|
"""
|
69
70
|
The provider-assigned unique ID for this managed resource.
|
70
71
|
"""
|
@@ -72,17 +73,17 @@ class GetServiceendpointBitbucketResult:
|
|
72
73
|
|
73
74
|
@property
|
74
75
|
@pulumi.getter(name="projectId")
|
75
|
-
def project_id(self) -> str:
|
76
|
+
def project_id(self) -> builtins.str:
|
76
77
|
return pulumi.get(self, "project_id")
|
77
78
|
|
78
79
|
@property
|
79
80
|
@pulumi.getter(name="serviceEndpointId")
|
80
|
-
def service_endpoint_id(self) -> str:
|
81
|
+
def service_endpoint_id(self) -> builtins.str:
|
81
82
|
return pulumi.get(self, "service_endpoint_id")
|
82
83
|
|
83
84
|
@property
|
84
85
|
@pulumi.getter(name="serviceEndpointName")
|
85
|
-
def service_endpoint_name(self) -> str:
|
86
|
+
def service_endpoint_name(self) -> builtins.str:
|
86
87
|
return pulumi.get(self, "service_endpoint_name")
|
87
88
|
|
88
89
|
|
@@ -100,9 +101,9 @@ class AwaitableGetServiceendpointBitbucketResult(GetServiceendpointBitbucketResu
|
|
100
101
|
service_endpoint_name=self.service_endpoint_name)
|
101
102
|
|
102
103
|
|
103
|
-
def get_serviceendpoint_bitbucket(project_id: Optional[str] = None,
|
104
|
-
service_endpoint_id: Optional[str] = None,
|
105
|
-
service_endpoint_name: Optional[str] = None,
|
104
|
+
def get_serviceendpoint_bitbucket(project_id: Optional[builtins.str] = None,
|
105
|
+
service_endpoint_id: Optional[builtins.str] = None,
|
106
|
+
service_endpoint_name: Optional[builtins.str] = None,
|
106
107
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServiceendpointBitbucketResult:
|
107
108
|
"""
|
108
109
|
Use this data source to access information about an existing Bitbucket service Endpoint.
|
@@ -138,9 +139,9 @@ def get_serviceendpoint_bitbucket(project_id: Optional[str] = None,
|
|
138
139
|
- **vso.serviceendpoint**: Grants the ability to read service endpoints.
|
139
140
|
|
140
141
|
|
141
|
-
:param str project_id: The ID of the project.
|
142
|
-
:param str service_endpoint_id: the ID of the Service Endpoint.
|
143
|
-
:param str service_endpoint_name: the Name of the Service Endpoint.
|
142
|
+
:param builtins.str project_id: The ID of the project.
|
143
|
+
:param builtins.str service_endpoint_id: the ID of the Service Endpoint.
|
144
|
+
:param builtins.str service_endpoint_name: the Name of the Service Endpoint.
|
144
145
|
|
145
146
|
> **NOTE:** 1. One of either `service_endpoint_id` or `service_endpoint_name` must be specified.
|
146
147
|
<br>2. When supplying `service_endpoint_name`, take care to ensure that this is a unique name.
|
@@ -159,9 +160,9 @@ def get_serviceendpoint_bitbucket(project_id: Optional[str] = None,
|
|
159
160
|
project_id=pulumi.get(__ret__, 'project_id'),
|
160
161
|
service_endpoint_id=pulumi.get(__ret__, 'service_endpoint_id'),
|
161
162
|
service_endpoint_name=pulumi.get(__ret__, 'service_endpoint_name'))
|
162
|
-
def get_serviceendpoint_bitbucket_output(project_id: Optional[pulumi.Input[str]] = None,
|
163
|
-
service_endpoint_id: Optional[pulumi.Input[Optional[str]]] = None,
|
164
|
-
service_endpoint_name: Optional[pulumi.Input[Optional[str]]] = None,
|
163
|
+
def get_serviceendpoint_bitbucket_output(project_id: Optional[pulumi.Input[builtins.str]] = None,
|
164
|
+
service_endpoint_id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
165
|
+
service_endpoint_name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
165
166
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetServiceendpointBitbucketResult]:
|
166
167
|
"""
|
167
168
|
Use this data source to access information about an existing Bitbucket service Endpoint.
|
@@ -197,9 +198,9 @@ def get_serviceendpoint_bitbucket_output(project_id: Optional[pulumi.Input[str]]
|
|
197
198
|
- **vso.serviceendpoint**: Grants the ability to read service endpoints.
|
198
199
|
|
199
200
|
|
200
|
-
:param str project_id: The ID of the project.
|
201
|
-
:param str service_endpoint_id: the ID of the Service Endpoint.
|
202
|
-
:param str service_endpoint_name: the Name of the Service Endpoint.
|
201
|
+
:param builtins.str project_id: The ID of the project.
|
202
|
+
:param builtins.str service_endpoint_id: the ID of the Service Endpoint.
|
203
|
+
:param builtins.str service_endpoint_name: the Name of the Service Endpoint.
|
203
204
|
|
204
205
|
> **NOTE:** 1. One of either `service_endpoint_id` or `service_endpoint_name` must be specified.
|
205
206
|
<br>2. When supplying `service_endpoint_name`, take care to ensure that this is a unique name.
|
@@ -2,6 +2,7 @@
|
|
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
|
|
5
|
+
import builtins
|
5
6
|
import copy
|
6
7
|
import warnings
|
7
8
|
import sys
|
@@ -51,7 +52,7 @@ class GetServiceendpointNpmResult:
|
|
51
52
|
|
52
53
|
@property
|
53
54
|
@pulumi.getter
|
54
|
-
def authorization(self) -> Mapping[str, str]:
|
55
|
+
def authorization(self) -> Mapping[str, builtins.str]:
|
55
56
|
"""
|
56
57
|
The Authorization scheme.
|
57
58
|
"""
|
@@ -59,7 +60,7 @@ class GetServiceendpointNpmResult:
|
|
59
60
|
|
60
61
|
@property
|
61
62
|
@pulumi.getter
|
62
|
-
def description(self) -> str:
|
63
|
+
def description(self) -> builtins.str:
|
63
64
|
"""
|
64
65
|
The description of the Service Endpoint.
|
65
66
|
"""
|
@@ -67,7 +68,7 @@ class GetServiceendpointNpmResult:
|
|
67
68
|
|
68
69
|
@property
|
69
70
|
@pulumi.getter
|
70
|
-
def id(self) -> str:
|
71
|
+
def id(self) -> builtins.str:
|
71
72
|
"""
|
72
73
|
The provider-assigned unique ID for this managed resource.
|
73
74
|
"""
|
@@ -75,22 +76,22 @@ class GetServiceendpointNpmResult:
|
|
75
76
|
|
76
77
|
@property
|
77
78
|
@pulumi.getter(name="projectId")
|
78
|
-
def project_id(self) -> str:
|
79
|
+
def project_id(self) -> builtins.str:
|
79
80
|
return pulumi.get(self, "project_id")
|
80
81
|
|
81
82
|
@property
|
82
83
|
@pulumi.getter(name="serviceEndpointId")
|
83
|
-
def service_endpoint_id(self) -> str:
|
84
|
+
def service_endpoint_id(self) -> builtins.str:
|
84
85
|
return pulumi.get(self, "service_endpoint_id")
|
85
86
|
|
86
87
|
@property
|
87
88
|
@pulumi.getter(name="serviceEndpointName")
|
88
|
-
def service_endpoint_name(self) -> str:
|
89
|
+
def service_endpoint_name(self) -> builtins.str:
|
89
90
|
return pulumi.get(self, "service_endpoint_name")
|
90
91
|
|
91
92
|
@property
|
92
93
|
@pulumi.getter
|
93
|
-
def url(self) -> str:
|
94
|
+
def url(self) -> builtins.str:
|
94
95
|
"""
|
95
96
|
The URL of the NPM registry to connect with.
|
96
97
|
"""
|
@@ -112,9 +113,9 @@ class AwaitableGetServiceendpointNpmResult(GetServiceendpointNpmResult):
|
|
112
113
|
url=self.url)
|
113
114
|
|
114
115
|
|
115
|
-
def get_serviceendpoint_npm(project_id: Optional[str] = None,
|
116
|
-
service_endpoint_id: Optional[str] = None,
|
117
|
-
service_endpoint_name: Optional[str] = None,
|
116
|
+
def get_serviceendpoint_npm(project_id: Optional[builtins.str] = None,
|
117
|
+
service_endpoint_id: Optional[builtins.str] = None,
|
118
|
+
service_endpoint_name: Optional[builtins.str] = None,
|
118
119
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServiceendpointNpmResult:
|
119
120
|
"""
|
120
121
|
Use this data source to access information about an existing NPM Service Endpoint.
|
@@ -131,9 +132,9 @@ def get_serviceendpoint_npm(project_id: Optional[str] = None,
|
|
131
132
|
```
|
132
133
|
|
133
134
|
|
134
|
-
:param str project_id: The ID of the project.
|
135
|
-
:param str service_endpoint_id: the ID of the Service Endpoint.
|
136
|
-
:param str service_endpoint_name: the Name of the Service Endpoint.
|
135
|
+
:param builtins.str project_id: The ID of the project.
|
136
|
+
:param builtins.str service_endpoint_id: the ID of the Service Endpoint.
|
137
|
+
:param builtins.str service_endpoint_name: the Name of the Service Endpoint.
|
137
138
|
|
138
139
|
> **NOTE:** One of either `service_endpoint_id` or `service_endpoint_name` must be specified.
|
139
140
|
"""
|
@@ -152,9 +153,9 @@ def get_serviceendpoint_npm(project_id: Optional[str] = None,
|
|
152
153
|
service_endpoint_id=pulumi.get(__ret__, 'service_endpoint_id'),
|
153
154
|
service_endpoint_name=pulumi.get(__ret__, 'service_endpoint_name'),
|
154
155
|
url=pulumi.get(__ret__, 'url'))
|
155
|
-
def get_serviceendpoint_npm_output(project_id: Optional[pulumi.Input[str]] = None,
|
156
|
-
service_endpoint_id: Optional[pulumi.Input[Optional[str]]] = None,
|
157
|
-
service_endpoint_name: Optional[pulumi.Input[Optional[str]]] = None,
|
156
|
+
def get_serviceendpoint_npm_output(project_id: Optional[pulumi.Input[builtins.str]] = None,
|
157
|
+
service_endpoint_id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
158
|
+
service_endpoint_name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
158
159
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetServiceendpointNpmResult]:
|
159
160
|
"""
|
160
161
|
Use this data source to access information about an existing NPM Service Endpoint.
|
@@ -171,9 +172,9 @@ def get_serviceendpoint_npm_output(project_id: Optional[pulumi.Input[str]] = Non
|
|
171
172
|
```
|
172
173
|
|
173
174
|
|
174
|
-
:param str project_id: The ID of the project.
|
175
|
-
:param str service_endpoint_id: the ID of the Service Endpoint.
|
176
|
-
:param str service_endpoint_name: the Name of the Service Endpoint.
|
175
|
+
:param builtins.str project_id: The ID of the project.
|
176
|
+
:param builtins.str service_endpoint_id: the ID of the Service Endpoint.
|
177
|
+
:param builtins.str service_endpoint_name: the Name of the Service Endpoint.
|
177
178
|
|
178
179
|
> **NOTE:** One of either `service_endpoint_id` or `service_endpoint_name` must be specified.
|
179
180
|
"""
|