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