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
@@ -22,19 +21,19 @@ __all__ = ['ServiceendpointMavenArgs', 'ServiceendpointMaven']
22
21
  @pulumi.input_type
23
22
  class ServiceendpointMavenArgs:
24
23
  def __init__(__self__, *,
25
- project_id: pulumi.Input[builtins.str],
26
- repository_id: pulumi.Input[builtins.str],
27
- service_endpoint_name: pulumi.Input[builtins.str],
28
- url: pulumi.Input[builtins.str],
24
+ project_id: pulumi.Input[_builtins.str],
25
+ repository_id: pulumi.Input[_builtins.str],
26
+ service_endpoint_name: pulumi.Input[_builtins.str],
27
+ url: pulumi.Input[_builtins.str],
29
28
  authentication_basic: Optional[pulumi.Input['ServiceendpointMavenAuthenticationBasicArgs']] = None,
30
29
  authentication_token: Optional[pulumi.Input['ServiceendpointMavenAuthenticationTokenArgs']] = None,
31
- description: Optional[pulumi.Input[builtins.str]] = None):
30
+ description: Optional[pulumi.Input[_builtins.str]] = None):
32
31
  """
33
32
  The set of arguments for constructing a ServiceendpointMaven resource.
34
- :param pulumi.Input[builtins.str] project_id: The ID of the project. Changing this forces a new Service Connection Maven to be created.
35
- :param pulumi.Input[builtins.str] repository_id: The ID of the server that matches the id element of the `repository/mirror` that Maven tries to connect to.
36
- :param pulumi.Input[builtins.str] service_endpoint_name: The name of the service endpoint. Changing this forces a new Service Connection Maven to be created.
37
- :param pulumi.Input[builtins.str] url: The URL of the Maven Repository.
33
+ :param pulumi.Input[_builtins.str] project_id: The ID of the project. Changing this forces a new Service Connection Maven to be created.
34
+ :param pulumi.Input[_builtins.str] repository_id: The ID of the server that matches the id element of the `repository/mirror` that Maven tries to connect to.
35
+ :param pulumi.Input[_builtins.str] service_endpoint_name: The name of the service endpoint. Changing this forces a new Service Connection Maven to be created.
36
+ :param pulumi.Input[_builtins.str] url: The URL of the Maven Repository.
38
37
  :param pulumi.Input['ServiceendpointMavenAuthenticationBasicArgs'] authentication_basic: A `authentication_basic` block as documented below.
39
38
  :param pulumi.Input['ServiceendpointMavenAuthenticationTokenArgs'] authentication_token: A `authentication_token` block as documented below.
40
39
  """
@@ -49,55 +48,55 @@ class ServiceendpointMavenArgs:
49
48
  if description is not None:
50
49
  pulumi.set(__self__, "description", description)
51
50
 
52
- @property
51
+ @_builtins.property
53
52
  @pulumi.getter(name="projectId")
54
- def project_id(self) -> pulumi.Input[builtins.str]:
53
+ def project_id(self) -> pulumi.Input[_builtins.str]:
55
54
  """
56
55
  The ID of the project. Changing this forces a new Service Connection Maven to be created.
57
56
  """
58
57
  return pulumi.get(self, "project_id")
59
58
 
60
59
  @project_id.setter
61
- def project_id(self, value: pulumi.Input[builtins.str]):
60
+ def project_id(self, value: pulumi.Input[_builtins.str]):
62
61
  pulumi.set(self, "project_id", value)
63
62
 
64
- @property
63
+ @_builtins.property
65
64
  @pulumi.getter(name="repositoryId")
66
- def repository_id(self) -> pulumi.Input[builtins.str]:
65
+ def repository_id(self) -> pulumi.Input[_builtins.str]:
67
66
  """
68
67
  The ID of the server that matches the id element of the `repository/mirror` that Maven tries to connect to.
69
68
  """
70
69
  return pulumi.get(self, "repository_id")
71
70
 
72
71
  @repository_id.setter
73
- def repository_id(self, value: pulumi.Input[builtins.str]):
72
+ def repository_id(self, value: pulumi.Input[_builtins.str]):
74
73
  pulumi.set(self, "repository_id", value)
75
74
 
76
- @property
75
+ @_builtins.property
77
76
  @pulumi.getter(name="serviceEndpointName")
78
- def service_endpoint_name(self) -> pulumi.Input[builtins.str]:
77
+ def service_endpoint_name(self) -> pulumi.Input[_builtins.str]:
79
78
  """
80
79
  The name of the service endpoint. Changing this forces a new Service Connection Maven to be created.
81
80
  """
82
81
  return pulumi.get(self, "service_endpoint_name")
83
82
 
84
83
  @service_endpoint_name.setter
85
- def service_endpoint_name(self, value: pulumi.Input[builtins.str]):
84
+ def service_endpoint_name(self, value: pulumi.Input[_builtins.str]):
86
85
  pulumi.set(self, "service_endpoint_name", value)
87
86
 
88
- @property
87
+ @_builtins.property
89
88
  @pulumi.getter
90
- def url(self) -> pulumi.Input[builtins.str]:
89
+ def url(self) -> pulumi.Input[_builtins.str]:
91
90
  """
92
91
  The URL of the Maven Repository.
93
92
  """
94
93
  return pulumi.get(self, "url")
95
94
 
96
95
  @url.setter
97
- def url(self, value: pulumi.Input[builtins.str]):
96
+ def url(self, value: pulumi.Input[_builtins.str]):
98
97
  pulumi.set(self, "url", value)
99
98
 
100
- @property
99
+ @_builtins.property
101
100
  @pulumi.getter(name="authenticationBasic")
102
101
  def authentication_basic(self) -> Optional[pulumi.Input['ServiceendpointMavenAuthenticationBasicArgs']]:
103
102
  """
@@ -109,7 +108,7 @@ class ServiceendpointMavenArgs:
109
108
  def authentication_basic(self, value: Optional[pulumi.Input['ServiceendpointMavenAuthenticationBasicArgs']]):
110
109
  pulumi.set(self, "authentication_basic", value)
111
110
 
112
- @property
111
+ @_builtins.property
113
112
  @pulumi.getter(name="authenticationToken")
114
113
  def authentication_token(self) -> Optional[pulumi.Input['ServiceendpointMavenAuthenticationTokenArgs']]:
115
114
  """
@@ -121,13 +120,13 @@ class ServiceendpointMavenArgs:
121
120
  def authentication_token(self, value: Optional[pulumi.Input['ServiceendpointMavenAuthenticationTokenArgs']]):
122
121
  pulumi.set(self, "authentication_token", value)
123
122
 
124
- @property
123
+ @_builtins.property
125
124
  @pulumi.getter
126
- def description(self) -> Optional[pulumi.Input[builtins.str]]:
125
+ def description(self) -> Optional[pulumi.Input[_builtins.str]]:
127
126
  return pulumi.get(self, "description")
128
127
 
129
128
  @description.setter
130
- def description(self, value: Optional[pulumi.Input[builtins.str]]):
129
+ def description(self, value: Optional[pulumi.Input[_builtins.str]]):
131
130
  pulumi.set(self, "description", value)
132
131
 
133
132
 
@@ -136,20 +135,20 @@ class _ServiceendpointMavenState:
136
135
  def __init__(__self__, *,
137
136
  authentication_basic: Optional[pulumi.Input['ServiceendpointMavenAuthenticationBasicArgs']] = None,
138
137
  authentication_token: Optional[pulumi.Input['ServiceendpointMavenAuthenticationTokenArgs']] = None,
139
- authorization: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
140
- description: Optional[pulumi.Input[builtins.str]] = None,
141
- project_id: Optional[pulumi.Input[builtins.str]] = None,
142
- repository_id: Optional[pulumi.Input[builtins.str]] = None,
143
- service_endpoint_name: Optional[pulumi.Input[builtins.str]] = None,
144
- url: Optional[pulumi.Input[builtins.str]] = None):
138
+ authorization: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
139
+ description: Optional[pulumi.Input[_builtins.str]] = None,
140
+ project_id: Optional[pulumi.Input[_builtins.str]] = None,
141
+ repository_id: Optional[pulumi.Input[_builtins.str]] = None,
142
+ service_endpoint_name: Optional[pulumi.Input[_builtins.str]] = None,
143
+ url: Optional[pulumi.Input[_builtins.str]] = None):
145
144
  """
146
145
  Input properties used for looking up and filtering ServiceendpointMaven resources.
147
146
  :param pulumi.Input['ServiceendpointMavenAuthenticationBasicArgs'] authentication_basic: A `authentication_basic` block as documented below.
148
147
  :param pulumi.Input['ServiceendpointMavenAuthenticationTokenArgs'] authentication_token: A `authentication_token` block as documented below.
149
- :param pulumi.Input[builtins.str] project_id: The ID of the project. Changing this forces a new Service Connection Maven to be created.
150
- :param pulumi.Input[builtins.str] repository_id: The ID of the server that matches the id element of the `repository/mirror` that Maven tries to connect to.
151
- :param pulumi.Input[builtins.str] service_endpoint_name: The name of the service endpoint. Changing this forces a new Service Connection Maven to be created.
152
- :param pulumi.Input[builtins.str] url: The URL of the Maven Repository.
148
+ :param pulumi.Input[_builtins.str] project_id: The ID of the project. Changing this forces a new Service Connection Maven to be created.
149
+ :param pulumi.Input[_builtins.str] repository_id: The ID of the server that matches the id element of the `repository/mirror` that Maven tries to connect to.
150
+ :param pulumi.Input[_builtins.str] service_endpoint_name: The name of the service endpoint. Changing this forces a new Service Connection Maven to be created.
151
+ :param pulumi.Input[_builtins.str] url: The URL of the Maven Repository.
153
152
  """
154
153
  if authentication_basic is not None:
155
154
  pulumi.set(__self__, "authentication_basic", authentication_basic)
@@ -168,7 +167,7 @@ class _ServiceendpointMavenState:
168
167
  if url is not None:
169
168
  pulumi.set(__self__, "url", url)
170
169
 
171
- @property
170
+ @_builtins.property
172
171
  @pulumi.getter(name="authenticationBasic")
173
172
  def authentication_basic(self) -> Optional[pulumi.Input['ServiceendpointMavenAuthenticationBasicArgs']]:
174
173
  """
@@ -180,7 +179,7 @@ class _ServiceendpointMavenState:
180
179
  def authentication_basic(self, value: Optional[pulumi.Input['ServiceendpointMavenAuthenticationBasicArgs']]):
181
180
  pulumi.set(self, "authentication_basic", value)
182
181
 
183
- @property
182
+ @_builtins.property
184
183
  @pulumi.getter(name="authenticationToken")
185
184
  def authentication_token(self) -> Optional[pulumi.Input['ServiceendpointMavenAuthenticationTokenArgs']]:
186
185
  """
@@ -192,70 +191,70 @@ class _ServiceendpointMavenState:
192
191
  def authentication_token(self, value: Optional[pulumi.Input['ServiceendpointMavenAuthenticationTokenArgs']]):
193
192
  pulumi.set(self, "authentication_token", value)
194
193
 
195
- @property
194
+ @_builtins.property
196
195
  @pulumi.getter
197
- def authorization(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
196
+ def authorization(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
198
197
  return pulumi.get(self, "authorization")
199
198
 
200
199
  @authorization.setter
201
- def authorization(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
200
+ def authorization(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
202
201
  pulumi.set(self, "authorization", value)
203
202
 
204
- @property
203
+ @_builtins.property
205
204
  @pulumi.getter
206
- def description(self) -> Optional[pulumi.Input[builtins.str]]:
205
+ def description(self) -> Optional[pulumi.Input[_builtins.str]]:
207
206
  return pulumi.get(self, "description")
208
207
 
209
208
  @description.setter
210
- def description(self, value: Optional[pulumi.Input[builtins.str]]):
209
+ def description(self, value: Optional[pulumi.Input[_builtins.str]]):
211
210
  pulumi.set(self, "description", value)
212
211
 
213
- @property
212
+ @_builtins.property
214
213
  @pulumi.getter(name="projectId")
215
- def project_id(self) -> Optional[pulumi.Input[builtins.str]]:
214
+ def project_id(self) -> Optional[pulumi.Input[_builtins.str]]:
216
215
  """
217
216
  The ID of the project. Changing this forces a new Service Connection Maven to be created.
218
217
  """
219
218
  return pulumi.get(self, "project_id")
220
219
 
221
220
  @project_id.setter
222
- def project_id(self, value: Optional[pulumi.Input[builtins.str]]):
221
+ def project_id(self, value: Optional[pulumi.Input[_builtins.str]]):
223
222
  pulumi.set(self, "project_id", value)
224
223
 
225
- @property
224
+ @_builtins.property
226
225
  @pulumi.getter(name="repositoryId")
227
- def repository_id(self) -> Optional[pulumi.Input[builtins.str]]:
226
+ def repository_id(self) -> Optional[pulumi.Input[_builtins.str]]:
228
227
  """
229
228
  The ID of the server that matches the id element of the `repository/mirror` that Maven tries to connect to.
230
229
  """
231
230
  return pulumi.get(self, "repository_id")
232
231
 
233
232
  @repository_id.setter
234
- def repository_id(self, value: Optional[pulumi.Input[builtins.str]]):
233
+ def repository_id(self, value: Optional[pulumi.Input[_builtins.str]]):
235
234
  pulumi.set(self, "repository_id", value)
236
235
 
237
- @property
236
+ @_builtins.property
238
237
  @pulumi.getter(name="serviceEndpointName")
239
- def service_endpoint_name(self) -> Optional[pulumi.Input[builtins.str]]:
238
+ def service_endpoint_name(self) -> Optional[pulumi.Input[_builtins.str]]:
240
239
  """
241
240
  The name of the service endpoint. Changing this forces a new Service Connection Maven to be created.
242
241
  """
243
242
  return pulumi.get(self, "service_endpoint_name")
244
243
 
245
244
  @service_endpoint_name.setter
246
- def service_endpoint_name(self, value: Optional[pulumi.Input[builtins.str]]):
245
+ def service_endpoint_name(self, value: Optional[pulumi.Input[_builtins.str]]):
247
246
  pulumi.set(self, "service_endpoint_name", value)
248
247
 
249
- @property
248
+ @_builtins.property
250
249
  @pulumi.getter
251
- def url(self) -> Optional[pulumi.Input[builtins.str]]:
250
+ def url(self) -> Optional[pulumi.Input[_builtins.str]]:
252
251
  """
253
252
  The URL of the Maven Repository.
254
253
  """
255
254
  return pulumi.get(self, "url")
256
255
 
257
256
  @url.setter
258
- def url(self, value: Optional[pulumi.Input[builtins.str]]):
257
+ def url(self, value: Optional[pulumi.Input[_builtins.str]]):
259
258
  pulumi.set(self, "url", value)
260
259
 
261
260
 
@@ -267,11 +266,11 @@ class ServiceendpointMaven(pulumi.CustomResource):
267
266
  opts: Optional[pulumi.ResourceOptions] = None,
268
267
  authentication_basic: Optional[pulumi.Input[Union['ServiceendpointMavenAuthenticationBasicArgs', 'ServiceendpointMavenAuthenticationBasicArgsDict']]] = None,
269
268
  authentication_token: Optional[pulumi.Input[Union['ServiceendpointMavenAuthenticationTokenArgs', 'ServiceendpointMavenAuthenticationTokenArgsDict']]] = None,
270
- description: Optional[pulumi.Input[builtins.str]] = None,
271
- project_id: Optional[pulumi.Input[builtins.str]] = None,
272
- repository_id: Optional[pulumi.Input[builtins.str]] = None,
273
- service_endpoint_name: Optional[pulumi.Input[builtins.str]] = None,
274
- url: Optional[pulumi.Input[builtins.str]] = None,
269
+ description: Optional[pulumi.Input[_builtins.str]] = None,
270
+ project_id: Optional[pulumi.Input[_builtins.str]] = None,
271
+ repository_id: Optional[pulumi.Input[_builtins.str]] = None,
272
+ service_endpoint_name: Optional[pulumi.Input[_builtins.str]] = None,
273
+ url: Optional[pulumi.Input[_builtins.str]] = None,
275
274
  __props__=None):
276
275
  """
277
276
  Manages a Maven service endpoint within Azure DevOps, which can be used as a resource in YAML pipelines to connect to a Maven instance.
@@ -335,10 +334,10 @@ class ServiceendpointMaven(pulumi.CustomResource):
335
334
  :param pulumi.ResourceOptions opts: Options for the resource.
336
335
  :param pulumi.Input[Union['ServiceendpointMavenAuthenticationBasicArgs', 'ServiceendpointMavenAuthenticationBasicArgsDict']] authentication_basic: A `authentication_basic` block as documented below.
337
336
  :param pulumi.Input[Union['ServiceendpointMavenAuthenticationTokenArgs', 'ServiceendpointMavenAuthenticationTokenArgsDict']] authentication_token: A `authentication_token` block as documented below.
338
- :param pulumi.Input[builtins.str] project_id: The ID of the project. Changing this forces a new Service Connection Maven to be created.
339
- :param pulumi.Input[builtins.str] repository_id: The ID of the server that matches the id element of the `repository/mirror` that Maven tries to connect to.
340
- :param pulumi.Input[builtins.str] service_endpoint_name: The name of the service endpoint. Changing this forces a new Service Connection Maven to be created.
341
- :param pulumi.Input[builtins.str] url: The URL of the Maven Repository.
337
+ :param pulumi.Input[_builtins.str] project_id: The ID of the project. Changing this forces a new Service Connection Maven to be created.
338
+ :param pulumi.Input[_builtins.str] repository_id: The ID of the server that matches the id element of the `repository/mirror` that Maven tries to connect to.
339
+ :param pulumi.Input[_builtins.str] service_endpoint_name: The name of the service endpoint. Changing this forces a new Service Connection Maven to be created.
340
+ :param pulumi.Input[_builtins.str] url: The URL of the Maven Repository.
342
341
  """
343
342
  ...
344
343
  @overload
@@ -421,11 +420,11 @@ class ServiceendpointMaven(pulumi.CustomResource):
421
420
  opts: Optional[pulumi.ResourceOptions] = None,
422
421
  authentication_basic: Optional[pulumi.Input[Union['ServiceendpointMavenAuthenticationBasicArgs', 'ServiceendpointMavenAuthenticationBasicArgsDict']]] = None,
423
422
  authentication_token: Optional[pulumi.Input[Union['ServiceendpointMavenAuthenticationTokenArgs', 'ServiceendpointMavenAuthenticationTokenArgsDict']]] = None,
424
- description: Optional[pulumi.Input[builtins.str]] = None,
425
- project_id: Optional[pulumi.Input[builtins.str]] = None,
426
- repository_id: Optional[pulumi.Input[builtins.str]] = None,
427
- service_endpoint_name: Optional[pulumi.Input[builtins.str]] = None,
428
- url: Optional[pulumi.Input[builtins.str]] = None,
423
+ description: Optional[pulumi.Input[_builtins.str]] = None,
424
+ project_id: Optional[pulumi.Input[_builtins.str]] = None,
425
+ repository_id: Optional[pulumi.Input[_builtins.str]] = None,
426
+ service_endpoint_name: Optional[pulumi.Input[_builtins.str]] = None,
427
+ url: Optional[pulumi.Input[_builtins.str]] = None,
429
428
  __props__=None):
430
429
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
431
430
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -463,12 +462,12 @@ class ServiceendpointMaven(pulumi.CustomResource):
463
462
  opts: Optional[pulumi.ResourceOptions] = None,
464
463
  authentication_basic: Optional[pulumi.Input[Union['ServiceendpointMavenAuthenticationBasicArgs', 'ServiceendpointMavenAuthenticationBasicArgsDict']]] = None,
465
464
  authentication_token: Optional[pulumi.Input[Union['ServiceendpointMavenAuthenticationTokenArgs', 'ServiceendpointMavenAuthenticationTokenArgsDict']]] = None,
466
- authorization: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
467
- description: Optional[pulumi.Input[builtins.str]] = None,
468
- project_id: Optional[pulumi.Input[builtins.str]] = None,
469
- repository_id: Optional[pulumi.Input[builtins.str]] = None,
470
- service_endpoint_name: Optional[pulumi.Input[builtins.str]] = None,
471
- url: Optional[pulumi.Input[builtins.str]] = None) -> 'ServiceendpointMaven':
465
+ authorization: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
466
+ description: Optional[pulumi.Input[_builtins.str]] = None,
467
+ project_id: Optional[pulumi.Input[_builtins.str]] = None,
468
+ repository_id: Optional[pulumi.Input[_builtins.str]] = None,
469
+ service_endpoint_name: Optional[pulumi.Input[_builtins.str]] = None,
470
+ url: Optional[pulumi.Input[_builtins.str]] = None) -> 'ServiceendpointMaven':
472
471
  """
473
472
  Get an existing ServiceendpointMaven resource's state with the given name, id, and optional extra
474
473
  properties used to qualify the lookup.
@@ -478,10 +477,10 @@ class ServiceendpointMaven(pulumi.CustomResource):
478
477
  :param pulumi.ResourceOptions opts: Options for the resource.
479
478
  :param pulumi.Input[Union['ServiceendpointMavenAuthenticationBasicArgs', 'ServiceendpointMavenAuthenticationBasicArgsDict']] authentication_basic: A `authentication_basic` block as documented below.
480
479
  :param pulumi.Input[Union['ServiceendpointMavenAuthenticationTokenArgs', 'ServiceendpointMavenAuthenticationTokenArgsDict']] authentication_token: A `authentication_token` block as documented below.
481
- :param pulumi.Input[builtins.str] project_id: The ID of the project. Changing this forces a new Service Connection Maven to be created.
482
- :param pulumi.Input[builtins.str] repository_id: The ID of the server that matches the id element of the `repository/mirror` that Maven tries to connect to.
483
- :param pulumi.Input[builtins.str] service_endpoint_name: The name of the service endpoint. Changing this forces a new Service Connection Maven to be created.
484
- :param pulumi.Input[builtins.str] url: The URL of the Maven Repository.
480
+ :param pulumi.Input[_builtins.str] project_id: The ID of the project. Changing this forces a new Service Connection Maven to be created.
481
+ :param pulumi.Input[_builtins.str] repository_id: The ID of the server that matches the id element of the `repository/mirror` that Maven tries to connect to.
482
+ :param pulumi.Input[_builtins.str] service_endpoint_name: The name of the service endpoint. Changing this forces a new Service Connection Maven to be created.
483
+ :param pulumi.Input[_builtins.str] url: The URL of the Maven Repository.
485
484
  """
486
485
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
487
486
 
@@ -497,7 +496,7 @@ class ServiceendpointMaven(pulumi.CustomResource):
497
496
  __props__.__dict__["url"] = url
498
497
  return ServiceendpointMaven(resource_name, opts=opts, __props__=__props__)
499
498
 
500
- @property
499
+ @_builtins.property
501
500
  @pulumi.getter(name="authenticationBasic")
502
501
  def authentication_basic(self) -> pulumi.Output[Optional['outputs.ServiceendpointMavenAuthenticationBasic']]:
503
502
  """
@@ -505,7 +504,7 @@ class ServiceendpointMaven(pulumi.CustomResource):
505
504
  """
506
505
  return pulumi.get(self, "authentication_basic")
507
506
 
508
- @property
507
+ @_builtins.property
509
508
  @pulumi.getter(name="authenticationToken")
510
509
  def authentication_token(self) -> pulumi.Output[Optional['outputs.ServiceendpointMavenAuthenticationToken']]:
511
510
  """
@@ -513,43 +512,43 @@ class ServiceendpointMaven(pulumi.CustomResource):
513
512
  """
514
513
  return pulumi.get(self, "authentication_token")
515
514
 
516
- @property
515
+ @_builtins.property
517
516
  @pulumi.getter
518
- def authorization(self) -> pulumi.Output[Mapping[str, builtins.str]]:
517
+ def authorization(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
519
518
  return pulumi.get(self, "authorization")
520
519
 
521
- @property
520
+ @_builtins.property
522
521
  @pulumi.getter
523
- def description(self) -> pulumi.Output[Optional[builtins.str]]:
522
+ def description(self) -> pulumi.Output[Optional[_builtins.str]]:
524
523
  return pulumi.get(self, "description")
525
524
 
526
- @property
525
+ @_builtins.property
527
526
  @pulumi.getter(name="projectId")
528
- def project_id(self) -> pulumi.Output[builtins.str]:
527
+ def project_id(self) -> pulumi.Output[_builtins.str]:
529
528
  """
530
529
  The ID of the project. Changing this forces a new Service Connection Maven to be created.
531
530
  """
532
531
  return pulumi.get(self, "project_id")
533
532
 
534
- @property
533
+ @_builtins.property
535
534
  @pulumi.getter(name="repositoryId")
536
- def repository_id(self) -> pulumi.Output[builtins.str]:
535
+ def repository_id(self) -> pulumi.Output[_builtins.str]:
537
536
  """
538
537
  The ID of the server that matches the id element of the `repository/mirror` that Maven tries to connect to.
539
538
  """
540
539
  return pulumi.get(self, "repository_id")
541
540
 
542
- @property
541
+ @_builtins.property
543
542
  @pulumi.getter(name="serviceEndpointName")
544
- def service_endpoint_name(self) -> pulumi.Output[builtins.str]:
543
+ def service_endpoint_name(self) -> pulumi.Output[_builtins.str]:
545
544
  """
546
545
  The name of the service endpoint. Changing this forces a new Service Connection Maven to be created.
547
546
  """
548
547
  return pulumi.get(self, "service_endpoint_name")
549
548
 
550
- @property
549
+ @_builtins.property
551
550
  @pulumi.getter
552
- def url(self) -> pulumi.Output[builtins.str]:
551
+ def url(self) -> pulumi.Output[_builtins.str]:
553
552
  """
554
553
  The URL of the Maven Repository.
555
554
  """