pulumi-azuredevops 3.9.0a1743571433__py3-none-any.whl → 3.9.0a1744198018__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 (152) hide show
  1. pulumi_azuredevops/__init__.py +1 -0
  2. pulumi_azuredevops/_inputs.py +993 -992
  3. pulumi_azuredevops/area_permissions.py +71 -70
  4. pulumi_azuredevops/branch_policy_auto_reviewers.py +43 -42
  5. pulumi_azuredevops/branch_policy_build_validation.py +43 -42
  6. pulumi_azuredevops/branch_policy_comment_resolution.py +43 -42
  7. pulumi_azuredevops/branch_policy_merge_types.py +43 -42
  8. pulumi_azuredevops/branch_policy_min_reviewers.py +43 -42
  9. pulumi_azuredevops/branch_policy_status_check.py +43 -42
  10. pulumi_azuredevops/branch_policy_work_item_linking.py +43 -42
  11. pulumi_azuredevops/build_definition.py +120 -119
  12. pulumi_azuredevops/build_definition_permissions.py +71 -70
  13. pulumi_azuredevops/build_folder.py +43 -42
  14. pulumi_azuredevops/build_folder_permissions.py +71 -70
  15. pulumi_azuredevops/check_approval.py +120 -119
  16. pulumi_azuredevops/check_branch_control.py +120 -119
  17. pulumi_azuredevops/check_business_hours.py +218 -217
  18. pulumi_azuredevops/check_exclusive_lock.py +64 -63
  19. pulumi_azuredevops/check_required_template.py +50 -49
  20. pulumi_azuredevops/check_rest_api.py +218 -217
  21. pulumi_azuredevops/config/__init__.py +1 -0
  22. pulumi_azuredevops/config/__init__.pyi +1 -0
  23. pulumi_azuredevops/config/vars.py +1 -0
  24. pulumi_azuredevops/dashboard.py +78 -77
  25. pulumi_azuredevops/elastic_pool.py +169 -168
  26. pulumi_azuredevops/environment.py +43 -42
  27. pulumi_azuredevops/environment_resource_kubernetes.py +99 -98
  28. pulumi_azuredevops/feed.py +29 -28
  29. pulumi_azuredevops/feed_permission.py +78 -77
  30. pulumi_azuredevops/feed_retention_policy.py +57 -56
  31. pulumi_azuredevops/get_agent_queue.py +13 -12
  32. pulumi_azuredevops/get_area.py +19 -18
  33. pulumi_azuredevops/get_build_definition.py +23 -22
  34. pulumi_azuredevops/get_client_config.py +7 -6
  35. pulumi_azuredevops/get_descriptor.py +8 -7
  36. pulumi_azuredevops/get_environment.py +18 -17
  37. pulumi_azuredevops/get_feed.py +17 -16
  38. pulumi_azuredevops/get_git_repository.py +20 -19
  39. pulumi_azuredevops/get_group.py +16 -15
  40. pulumi_azuredevops/get_group_membership.py +8 -7
  41. pulumi_azuredevops/get_groups.py +7 -6
  42. pulumi_azuredevops/get_identity_group.py +14 -13
  43. pulumi_azuredevops/get_identity_groups.py +7 -6
  44. pulumi_azuredevops/get_identity_users.py +14 -13
  45. pulumi_azuredevops/get_iteration.py +19 -18
  46. pulumi_azuredevops/get_pool.py +10 -9
  47. pulumi_azuredevops/get_pools.py +2 -1
  48. pulumi_azuredevops/get_project.py +18 -17
  49. pulumi_azuredevops/get_projects.py +12 -11
  50. pulumi_azuredevops/get_repositories.py +17 -16
  51. pulumi_azuredevops/get_securityrole_definitions.py +7 -6
  52. pulumi_azuredevops/get_service_endpoint_azure_rm.py +31 -30
  53. pulumi_azuredevops/get_service_endpoint_github.py +19 -18
  54. pulumi_azuredevops/get_service_principal.py +10 -9
  55. pulumi_azuredevops/get_serviceendpoint_azurecr.py +29 -28
  56. pulumi_azuredevops/get_serviceendpoint_bitbucket.py +19 -18
  57. pulumi_azuredevops/get_serviceendpoint_npm.py +20 -19
  58. pulumi_azuredevops/get_serviceendpoint_sonarcloud.py +19 -18
  59. pulumi_azuredevops/get_storage_key.py +8 -7
  60. pulumi_azuredevops/get_team.py +21 -20
  61. pulumi_azuredevops/get_teams.py +12 -11
  62. pulumi_azuredevops/get_user.py +14 -13
  63. pulumi_azuredevops/get_users.py +84 -21
  64. pulumi_azuredevops/get_variable_group.py +14 -13
  65. pulumi_azuredevops/git.py +113 -112
  66. pulumi_azuredevops/git_permissions.py +85 -84
  67. pulumi_azuredevops/git_repository_branch.py +78 -77
  68. pulumi_azuredevops/git_repository_file.py +85 -84
  69. pulumi_azuredevops/group.py +134 -133
  70. pulumi_azuredevops/group_entitlement.py +85 -84
  71. pulumi_azuredevops/group_membership.py +43 -42
  72. pulumi_azuredevops/iterative_permissions.py +71 -70
  73. pulumi_azuredevops/library_permissions.py +57 -56
  74. pulumi_azuredevops/outputs.py +999 -982
  75. pulumi_azuredevops/pipeline_authorization.py +71 -70
  76. pulumi_azuredevops/pool.py +57 -56
  77. pulumi_azuredevops/project.py +92 -91
  78. pulumi_azuredevops/project_features.py +25 -24
  79. pulumi_azuredevops/project_permissions.py +57 -56
  80. pulumi_azuredevops/project_pipeline_settings.py +99 -98
  81. pulumi_azuredevops/project_tags.py +29 -28
  82. pulumi_azuredevops/provider.py +157 -156
  83. pulumi_azuredevops/pulumi-plugin.json +1 -1
  84. pulumi_azuredevops/queue.py +43 -42
  85. pulumi_azuredevops/repository_policy_author_email_pattern.py +71 -70
  86. pulumi_azuredevops/repository_policy_case_enforcement.py +71 -70
  87. pulumi_azuredevops/repository_policy_check_credentials.py +57 -56
  88. pulumi_azuredevops/repository_policy_file_path_pattern.py +71 -70
  89. pulumi_azuredevops/repository_policy_max_file_size.py +71 -70
  90. pulumi_azuredevops/repository_policy_max_path_length.py +71 -70
  91. pulumi_azuredevops/repository_policy_reserved_names.py +57 -56
  92. pulumi_azuredevops/resource_authorization.py +71 -70
  93. pulumi_azuredevops/securityrole_assignment.py +57 -56
  94. pulumi_azuredevops/service_endpoint_artifactory.py +62 -61
  95. pulumi_azuredevops/service_endpoint_aws.py +144 -143
  96. pulumi_azuredevops/service_endpoint_azure_dev_ops.py +86 -85
  97. pulumi_azuredevops/service_endpoint_azure_ecr.py +169 -168
  98. pulumi_azuredevops/service_endpoint_azure_rm.py +195 -194
  99. pulumi_azuredevops/service_endpoint_bit_bucket.py +72 -71
  100. pulumi_azuredevops/service_endpoint_docker_registry.py +114 -113
  101. pulumi_azuredevops/service_endpoint_generic.py +86 -85
  102. pulumi_azuredevops/service_endpoint_generic_git.py +100 -99
  103. pulumi_azuredevops/service_endpoint_git_hub.py +44 -43
  104. pulumi_azuredevops/service_endpoint_git_hub_enterprise.py +58 -57
  105. pulumi_azuredevops/service_endpoint_git_lab.py +86 -85
  106. pulumi_azuredevops/service_endpoint_kubernetes.py +72 -71
  107. pulumi_azuredevops/service_endpoint_npm.py +76 -75
  108. pulumi_azuredevops/service_endpoint_pipeline.py +58 -57
  109. pulumi_azuredevops/service_endpoint_service_fabric.py +58 -57
  110. pulumi_azuredevops/service_endpoint_sonar_cloud.py +62 -61
  111. pulumi_azuredevops/service_endpoint_sonar_qube.py +76 -75
  112. pulumi_azuredevops/service_endpoint_ssh.py +114 -113
  113. pulumi_azuredevops/service_principal_entitlement.py +71 -70
  114. pulumi_azuredevops/serviceendpoint_argocd.py +62 -61
  115. pulumi_azuredevops/serviceendpoint_azure_service_bus.py +72 -71
  116. pulumi_azuredevops/serviceendpoint_checkmarx_one.py +114 -113
  117. pulumi_azuredevops/serviceendpoint_checkmarx_sast.py +114 -113
  118. pulumi_azuredevops/serviceendpoint_checkmarx_sca.py +142 -141
  119. pulumi_azuredevops/serviceendpoint_dynamics_lifecycle_services.py +114 -113
  120. pulumi_azuredevops/serviceendpoint_externaltfs.py +58 -57
  121. pulumi_azuredevops/serviceendpoint_gcp_terraform.py +116 -115
  122. pulumi_azuredevops/serviceendpoint_incomingwebhook.py +86 -85
  123. pulumi_azuredevops/serviceendpoint_jenkins.py +100 -99
  124. pulumi_azuredevops/serviceendpoint_jfrog_artifactory_v2.py +62 -61
  125. pulumi_azuredevops/serviceendpoint_jfrog_distribution_v2.py +62 -61
  126. pulumi_azuredevops/serviceendpoint_jfrog_platform_v2.py +62 -61
  127. pulumi_azuredevops/serviceendpoint_jfrog_xray_v2.py +62 -61
  128. pulumi_azuredevops/serviceendpoint_maven.py +72 -71
  129. pulumi_azuredevops/serviceendpoint_nexus.py +86 -85
  130. pulumi_azuredevops/serviceendpoint_nuget.py +114 -113
  131. pulumi_azuredevops/serviceendpoint_octopusdeploy.py +86 -85
  132. pulumi_azuredevops/serviceendpoint_permissions.py +71 -70
  133. pulumi_azuredevops/serviceendpoint_snyk.py +72 -71
  134. pulumi_azuredevops/serviceendpoint_visualstudiomarketplace.py +58 -57
  135. pulumi_azuredevops/servicehook_permissions.py +57 -56
  136. pulumi_azuredevops/servicehook_storage_queue_pipelines.py +85 -84
  137. pulumi_azuredevops/tagging_permissions.py +57 -56
  138. pulumi_azuredevops/team.py +78 -77
  139. pulumi_azuredevops/team_administrators.py +57 -56
  140. pulumi_azuredevops/team_members.py +57 -56
  141. pulumi_azuredevops/user.py +78 -77
  142. pulumi_azuredevops/variable_group.py +57 -56
  143. pulumi_azuredevops/variable_group_permissions.py +71 -70
  144. pulumi_azuredevops/wiki.py +99 -98
  145. pulumi_azuredevops/wiki_page.py +67 -66
  146. pulumi_azuredevops/work_item_query_permissions.py +71 -70
  147. pulumi_azuredevops/workitem.py +113 -112
  148. {pulumi_azuredevops-3.9.0a1743571433.dist-info → pulumi_azuredevops-3.9.0a1744198018.dist-info}/METADATA +1 -1
  149. pulumi_azuredevops-3.9.0a1744198018.dist-info/RECORD +153 -0
  150. pulumi_azuredevops-3.9.0a1743571433.dist-info/RECORD +0 -153
  151. {pulumi_azuredevops-3.9.0a1743571433.dist-info → pulumi_azuredevops-3.9.0a1744198018.dist-info}/WHEEL +0 -0
  152. {pulumi_azuredevops-3.9.0a1743571433.dist-info → pulumi_azuredevops-3.9.0a1744198018.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
@@ -19,21 +20,21 @@ __all__ = ['TeamAdministratorsArgs', 'TeamAdministrators']
19
20
  @pulumi.input_type
20
21
  class TeamAdministratorsArgs:
21
22
  def __init__(__self__, *,
22
- administrators: pulumi.Input[Sequence[pulumi.Input[str]]],
23
- project_id: pulumi.Input[str],
24
- team_id: pulumi.Input[str],
25
- mode: Optional[pulumi.Input[str]] = None):
23
+ administrators: pulumi.Input[Sequence[pulumi.Input[builtins.str]]],
24
+ project_id: pulumi.Input[builtins.str],
25
+ team_id: pulumi.Input[builtins.str],
26
+ mode: Optional[pulumi.Input[builtins.str]] = None):
26
27
  """
27
28
  The set of arguments for constructing a TeamAdministrators resource.
28
- :param pulumi.Input[Sequence[pulumi.Input[str]]] administrators: List of subject descriptors to define administrators of the team.
29
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] administrators: List of subject descriptors to define administrators of the team.
29
30
 
30
31
  > **NOTE** It's possible to define team administrators both within the
31
32
  `Team` resource via the `administrators` block and by using the
32
33
  `TeamAdministrators` resource. However it's not possible to use
33
34
  both methods to manage team administrators, since there'll be conflicts.
34
- :param pulumi.Input[str] project_id: The Project ID.
35
- :param pulumi.Input[str] team_id: The ID of the Team.
36
- :param pulumi.Input[str] mode: The mode how the resource manages team administrators. Possible values: `add`, `overwrite`. Defaults to `add`.
35
+ :param pulumi.Input[builtins.str] project_id: The Project ID.
36
+ :param pulumi.Input[builtins.str] team_id: The ID of the Team.
37
+ :param pulumi.Input[builtins.str] mode: The mode how the resource manages team administrators. Possible values: `add`, `overwrite`. Defaults to `add`.
37
38
 
38
39
  > **NOTE:** 1. `mode = add`: the resource will ensure that all specified administrators will be part of the referenced team
39
40
  <br> 2. `mode = overwrite`: the resource will replace all existing administrators with the administrators specified within the `administrators` block
@@ -46,7 +47,7 @@ class TeamAdministratorsArgs:
46
47
 
47
48
  @property
48
49
  @pulumi.getter
49
- def administrators(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
50
+ def administrators(self) -> pulumi.Input[Sequence[pulumi.Input[builtins.str]]]:
50
51
  """
51
52
  List of subject descriptors to define administrators of the team.
52
53
 
@@ -58,36 +59,36 @@ class TeamAdministratorsArgs:
58
59
  return pulumi.get(self, "administrators")
59
60
 
60
61
  @administrators.setter
61
- def administrators(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
62
+ def administrators(self, value: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]):
62
63
  pulumi.set(self, "administrators", value)
63
64
 
64
65
  @property
65
66
  @pulumi.getter(name="projectId")
66
- def project_id(self) -> pulumi.Input[str]:
67
+ def project_id(self) -> pulumi.Input[builtins.str]:
67
68
  """
68
69
  The Project ID.
69
70
  """
70
71
  return pulumi.get(self, "project_id")
71
72
 
72
73
  @project_id.setter
73
- def project_id(self, value: pulumi.Input[str]):
74
+ def project_id(self, value: pulumi.Input[builtins.str]):
74
75
  pulumi.set(self, "project_id", value)
75
76
 
76
77
  @property
77
78
  @pulumi.getter(name="teamId")
78
- def team_id(self) -> pulumi.Input[str]:
79
+ def team_id(self) -> pulumi.Input[builtins.str]:
79
80
  """
80
81
  The ID of the Team.
81
82
  """
82
83
  return pulumi.get(self, "team_id")
83
84
 
84
85
  @team_id.setter
85
- def team_id(self, value: pulumi.Input[str]):
86
+ def team_id(self, value: pulumi.Input[builtins.str]):
86
87
  pulumi.set(self, "team_id", value)
87
88
 
88
89
  @property
89
90
  @pulumi.getter
90
- def mode(self) -> Optional[pulumi.Input[str]]:
91
+ def mode(self) -> Optional[pulumi.Input[builtins.str]]:
91
92
  """
92
93
  The mode how the resource manages team administrators. Possible values: `add`, `overwrite`. Defaults to `add`.
93
94
 
@@ -97,31 +98,31 @@ class TeamAdministratorsArgs:
97
98
  return pulumi.get(self, "mode")
98
99
 
99
100
  @mode.setter
100
- def mode(self, value: Optional[pulumi.Input[str]]):
101
+ def mode(self, value: Optional[pulumi.Input[builtins.str]]):
101
102
  pulumi.set(self, "mode", value)
102
103
 
103
104
 
104
105
  @pulumi.input_type
105
106
  class _TeamAdministratorsState:
106
107
  def __init__(__self__, *,
107
- administrators: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
108
- mode: Optional[pulumi.Input[str]] = None,
109
- project_id: Optional[pulumi.Input[str]] = None,
110
- team_id: Optional[pulumi.Input[str]] = None):
108
+ administrators: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
109
+ mode: Optional[pulumi.Input[builtins.str]] = None,
110
+ project_id: Optional[pulumi.Input[builtins.str]] = None,
111
+ team_id: Optional[pulumi.Input[builtins.str]] = None):
111
112
  """
112
113
  Input properties used for looking up and filtering TeamAdministrators resources.
113
- :param pulumi.Input[Sequence[pulumi.Input[str]]] administrators: List of subject descriptors to define administrators of the team.
114
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] administrators: List of subject descriptors to define administrators of the team.
114
115
 
115
116
  > **NOTE** It's possible to define team administrators both within the
116
117
  `Team` resource via the `administrators` block and by using the
117
118
  `TeamAdministrators` resource. However it's not possible to use
118
119
  both methods to manage team administrators, since there'll be conflicts.
119
- :param pulumi.Input[str] mode: The mode how the resource manages team administrators. Possible values: `add`, `overwrite`. Defaults to `add`.
120
+ :param pulumi.Input[builtins.str] mode: The mode how the resource manages team administrators. Possible values: `add`, `overwrite`. Defaults to `add`.
120
121
 
121
122
  > **NOTE:** 1. `mode = add`: the resource will ensure that all specified administrators will be part of the referenced team
122
123
  <br> 2. `mode = overwrite`: the resource will replace all existing administrators with the administrators specified within the `administrators` block
123
- :param pulumi.Input[str] project_id: The Project ID.
124
- :param pulumi.Input[str] team_id: The ID of the Team.
124
+ :param pulumi.Input[builtins.str] project_id: The Project ID.
125
+ :param pulumi.Input[builtins.str] team_id: The ID of the Team.
125
126
  """
126
127
  if administrators is not None:
127
128
  pulumi.set(__self__, "administrators", administrators)
@@ -134,7 +135,7 @@ class _TeamAdministratorsState:
134
135
 
135
136
  @property
136
137
  @pulumi.getter
137
- def administrators(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
138
+ def administrators(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
138
139
  """
139
140
  List of subject descriptors to define administrators of the team.
140
141
 
@@ -146,12 +147,12 @@ class _TeamAdministratorsState:
146
147
  return pulumi.get(self, "administrators")
147
148
 
148
149
  @administrators.setter
149
- def administrators(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
150
+ def administrators(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
150
151
  pulumi.set(self, "administrators", value)
151
152
 
152
153
  @property
153
154
  @pulumi.getter
154
- def mode(self) -> Optional[pulumi.Input[str]]:
155
+ def mode(self) -> Optional[pulumi.Input[builtins.str]]:
155
156
  """
156
157
  The mode how the resource manages team administrators. Possible values: `add`, `overwrite`. Defaults to `add`.
157
158
 
@@ -161,31 +162,31 @@ class _TeamAdministratorsState:
161
162
  return pulumi.get(self, "mode")
162
163
 
163
164
  @mode.setter
164
- def mode(self, value: Optional[pulumi.Input[str]]):
165
+ def mode(self, value: Optional[pulumi.Input[builtins.str]]):
165
166
  pulumi.set(self, "mode", value)
166
167
 
167
168
  @property
168
169
  @pulumi.getter(name="projectId")
169
- def project_id(self) -> Optional[pulumi.Input[str]]:
170
+ def project_id(self) -> Optional[pulumi.Input[builtins.str]]:
170
171
  """
171
172
  The Project ID.
172
173
  """
173
174
  return pulumi.get(self, "project_id")
174
175
 
175
176
  @project_id.setter
176
- def project_id(self, value: Optional[pulumi.Input[str]]):
177
+ def project_id(self, value: Optional[pulumi.Input[builtins.str]]):
177
178
  pulumi.set(self, "project_id", value)
178
179
 
179
180
  @property
180
181
  @pulumi.getter(name="teamId")
181
- def team_id(self) -> Optional[pulumi.Input[str]]:
182
+ def team_id(self) -> Optional[pulumi.Input[builtins.str]]:
182
183
  """
183
184
  The ID of the Team.
184
185
  """
185
186
  return pulumi.get(self, "team_id")
186
187
 
187
188
  @team_id.setter
188
- def team_id(self, value: Optional[pulumi.Input[str]]):
189
+ def team_id(self, value: Optional[pulumi.Input[builtins.str]]):
189
190
  pulumi.set(self, "team_id", value)
190
191
 
191
192
 
@@ -194,10 +195,10 @@ class TeamAdministrators(pulumi.CustomResource):
194
195
  def __init__(__self__,
195
196
  resource_name: str,
196
197
  opts: Optional[pulumi.ResourceOptions] = None,
197
- administrators: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
198
- mode: Optional[pulumi.Input[str]] = None,
199
- project_id: Optional[pulumi.Input[str]] = None,
200
- team_id: Optional[pulumi.Input[str]] = None,
198
+ administrators: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
199
+ mode: Optional[pulumi.Input[builtins.str]] = None,
200
+ project_id: Optional[pulumi.Input[builtins.str]] = None,
201
+ team_id: Optional[pulumi.Input[builtins.str]] = None,
201
202
  __props__=None):
202
203
  """
203
204
  ## *---
@@ -250,18 +251,18 @@ class TeamAdministrators(pulumi.CustomResource):
250
251
 
251
252
  :param str resource_name: The name of the resource.
252
253
  :param pulumi.ResourceOptions opts: Options for the resource.
253
- :param pulumi.Input[Sequence[pulumi.Input[str]]] administrators: List of subject descriptors to define administrators of the team.
254
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] administrators: List of subject descriptors to define administrators of the team.
254
255
 
255
256
  > **NOTE** It's possible to define team administrators both within the
256
257
  `Team` resource via the `administrators` block and by using the
257
258
  `TeamAdministrators` resource. However it's not possible to use
258
259
  both methods to manage team administrators, since there'll be conflicts.
259
- :param pulumi.Input[str] mode: The mode how the resource manages team administrators. Possible values: `add`, `overwrite`. Defaults to `add`.
260
+ :param pulumi.Input[builtins.str] mode: The mode how the resource manages team administrators. Possible values: `add`, `overwrite`. Defaults to `add`.
260
261
 
261
262
  > **NOTE:** 1. `mode = add`: the resource will ensure that all specified administrators will be part of the referenced team
262
263
  <br> 2. `mode = overwrite`: the resource will replace all existing administrators with the administrators specified within the `administrators` block
263
- :param pulumi.Input[str] project_id: The Project ID.
264
- :param pulumi.Input[str] team_id: The ID of the Team.
264
+ :param pulumi.Input[builtins.str] project_id: The Project ID.
265
+ :param pulumi.Input[builtins.str] team_id: The ID of the Team.
265
266
  """
266
267
  ...
267
268
  @overload
@@ -333,10 +334,10 @@ class TeamAdministrators(pulumi.CustomResource):
333
334
  def _internal_init(__self__,
334
335
  resource_name: str,
335
336
  opts: Optional[pulumi.ResourceOptions] = None,
336
- administrators: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
337
- mode: Optional[pulumi.Input[str]] = None,
338
- project_id: Optional[pulumi.Input[str]] = None,
339
- team_id: Optional[pulumi.Input[str]] = None,
337
+ administrators: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
338
+ mode: Optional[pulumi.Input[builtins.str]] = None,
339
+ project_id: Optional[pulumi.Input[builtins.str]] = None,
340
+ team_id: Optional[pulumi.Input[builtins.str]] = None,
340
341
  __props__=None):
341
342
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
342
343
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -366,10 +367,10 @@ class TeamAdministrators(pulumi.CustomResource):
366
367
  def get(resource_name: str,
367
368
  id: pulumi.Input[str],
368
369
  opts: Optional[pulumi.ResourceOptions] = None,
369
- administrators: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
370
- mode: Optional[pulumi.Input[str]] = None,
371
- project_id: Optional[pulumi.Input[str]] = None,
372
- team_id: Optional[pulumi.Input[str]] = None) -> 'TeamAdministrators':
370
+ administrators: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
371
+ mode: Optional[pulumi.Input[builtins.str]] = None,
372
+ project_id: Optional[pulumi.Input[builtins.str]] = None,
373
+ team_id: Optional[pulumi.Input[builtins.str]] = None) -> 'TeamAdministrators':
373
374
  """
374
375
  Get an existing TeamAdministrators resource's state with the given name, id, and optional extra
375
376
  properties used to qualify the lookup.
@@ -377,18 +378,18 @@ class TeamAdministrators(pulumi.CustomResource):
377
378
  :param str resource_name: The unique name of the resulting resource.
378
379
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
379
380
  :param pulumi.ResourceOptions opts: Options for the resource.
380
- :param pulumi.Input[Sequence[pulumi.Input[str]]] administrators: List of subject descriptors to define administrators of the team.
381
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] administrators: List of subject descriptors to define administrators of the team.
381
382
 
382
383
  > **NOTE** It's possible to define team administrators both within the
383
384
  `Team` resource via the `administrators` block and by using the
384
385
  `TeamAdministrators` resource. However it's not possible to use
385
386
  both methods to manage team administrators, since there'll be conflicts.
386
- :param pulumi.Input[str] mode: The mode how the resource manages team administrators. Possible values: `add`, `overwrite`. Defaults to `add`.
387
+ :param pulumi.Input[builtins.str] mode: The mode how the resource manages team administrators. Possible values: `add`, `overwrite`. Defaults to `add`.
387
388
 
388
389
  > **NOTE:** 1. `mode = add`: the resource will ensure that all specified administrators will be part of the referenced team
389
390
  <br> 2. `mode = overwrite`: the resource will replace all existing administrators with the administrators specified within the `administrators` block
390
- :param pulumi.Input[str] project_id: The Project ID.
391
- :param pulumi.Input[str] team_id: The ID of the Team.
391
+ :param pulumi.Input[builtins.str] project_id: The Project ID.
392
+ :param pulumi.Input[builtins.str] team_id: The ID of the Team.
392
393
  """
393
394
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
394
395
 
@@ -402,7 +403,7 @@ class TeamAdministrators(pulumi.CustomResource):
402
403
 
403
404
  @property
404
405
  @pulumi.getter
405
- def administrators(self) -> pulumi.Output[Sequence[str]]:
406
+ def administrators(self) -> pulumi.Output[Sequence[builtins.str]]:
406
407
  """
407
408
  List of subject descriptors to define administrators of the team.
408
409
 
@@ -415,7 +416,7 @@ class TeamAdministrators(pulumi.CustomResource):
415
416
 
416
417
  @property
417
418
  @pulumi.getter
418
- def mode(self) -> pulumi.Output[Optional[str]]:
419
+ def mode(self) -> pulumi.Output[Optional[builtins.str]]:
419
420
  """
420
421
  The mode how the resource manages team administrators. Possible values: `add`, `overwrite`. Defaults to `add`.
421
422
 
@@ -426,7 +427,7 @@ class TeamAdministrators(pulumi.CustomResource):
426
427
 
427
428
  @property
428
429
  @pulumi.getter(name="projectId")
429
- def project_id(self) -> pulumi.Output[str]:
430
+ def project_id(self) -> pulumi.Output[builtins.str]:
430
431
  """
431
432
  The Project ID.
432
433
  """
@@ -434,7 +435,7 @@ class TeamAdministrators(pulumi.CustomResource):
434
435
 
435
436
  @property
436
437
  @pulumi.getter(name="teamId")
437
- def team_id(self) -> pulumi.Output[str]:
438
+ def team_id(self) -> pulumi.Output[builtins.str]:
438
439
  """
439
440
  The ID of the Team.
440
441
  """
@@ -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
@@ -19,21 +20,21 @@ __all__ = ['TeamMembersArgs', 'TeamMembers']
19
20
  @pulumi.input_type
20
21
  class TeamMembersArgs:
21
22
  def __init__(__self__, *,
22
- members: pulumi.Input[Sequence[pulumi.Input[str]]],
23
- project_id: pulumi.Input[str],
24
- team_id: pulumi.Input[str],
25
- mode: Optional[pulumi.Input[str]] = None):
23
+ members: pulumi.Input[Sequence[pulumi.Input[builtins.str]]],
24
+ project_id: pulumi.Input[builtins.str],
25
+ team_id: pulumi.Input[builtins.str],
26
+ mode: Optional[pulumi.Input[builtins.str]] = None):
26
27
  """
27
28
  The set of arguments for constructing a TeamMembers resource.
28
- :param pulumi.Input[Sequence[pulumi.Input[str]]] members: List of subject descriptors to define members of the team.
29
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: List of subject descriptors to define members of the team.
29
30
 
30
31
  > **NOTE:** It's possible to define team members both within the
31
32
  `Team` resource via the `members` block and by using the
32
33
  `TeamMembers` resource. However, it's not possible to use
33
34
  both methods to manage team members, since there'll be conflicts.
34
- :param pulumi.Input[str] project_id: The Project ID.
35
- :param pulumi.Input[str] team_id: The ID of the Team.
36
- :param pulumi.Input[str] mode: The mode how the resource manages team members. Possible values: `add`, `overwrite`. Defaults to `add`.
35
+ :param pulumi.Input[builtins.str] project_id: The Project ID.
36
+ :param pulumi.Input[builtins.str] team_id: The ID of the Team.
37
+ :param pulumi.Input[builtins.str] mode: The mode how the resource manages team members. Possible values: `add`, `overwrite`. Defaults to `add`.
37
38
 
38
39
  > **NOTE:** 1. `mode = add`: the resource will ensure that all specified members will be part of the referenced team
39
40
  <br>2. `mode = overwrite`: the resource will replace all existing members with the members specified within the `members` block
@@ -46,7 +47,7 @@ class TeamMembersArgs:
46
47
 
47
48
  @property
48
49
  @pulumi.getter
49
- def members(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
50
+ def members(self) -> pulumi.Input[Sequence[pulumi.Input[builtins.str]]]:
50
51
  """
51
52
  List of subject descriptors to define members of the team.
52
53
 
@@ -58,36 +59,36 @@ class TeamMembersArgs:
58
59
  return pulumi.get(self, "members")
59
60
 
60
61
  @members.setter
61
- def members(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
62
+ def members(self, value: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]):
62
63
  pulumi.set(self, "members", value)
63
64
 
64
65
  @property
65
66
  @pulumi.getter(name="projectId")
66
- def project_id(self) -> pulumi.Input[str]:
67
+ def project_id(self) -> pulumi.Input[builtins.str]:
67
68
  """
68
69
  The Project ID.
69
70
  """
70
71
  return pulumi.get(self, "project_id")
71
72
 
72
73
  @project_id.setter
73
- def project_id(self, value: pulumi.Input[str]):
74
+ def project_id(self, value: pulumi.Input[builtins.str]):
74
75
  pulumi.set(self, "project_id", value)
75
76
 
76
77
  @property
77
78
  @pulumi.getter(name="teamId")
78
- def team_id(self) -> pulumi.Input[str]:
79
+ def team_id(self) -> pulumi.Input[builtins.str]:
79
80
  """
80
81
  The ID of the Team.
81
82
  """
82
83
  return pulumi.get(self, "team_id")
83
84
 
84
85
  @team_id.setter
85
- def team_id(self, value: pulumi.Input[str]):
86
+ def team_id(self, value: pulumi.Input[builtins.str]):
86
87
  pulumi.set(self, "team_id", value)
87
88
 
88
89
  @property
89
90
  @pulumi.getter
90
- def mode(self) -> Optional[pulumi.Input[str]]:
91
+ def mode(self) -> Optional[pulumi.Input[builtins.str]]:
91
92
  """
92
93
  The mode how the resource manages team members. Possible values: `add`, `overwrite`. Defaults to `add`.
93
94
 
@@ -97,31 +98,31 @@ class TeamMembersArgs:
97
98
  return pulumi.get(self, "mode")
98
99
 
99
100
  @mode.setter
100
- def mode(self, value: Optional[pulumi.Input[str]]):
101
+ def mode(self, value: Optional[pulumi.Input[builtins.str]]):
101
102
  pulumi.set(self, "mode", value)
102
103
 
103
104
 
104
105
  @pulumi.input_type
105
106
  class _TeamMembersState:
106
107
  def __init__(__self__, *,
107
- members: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
108
- mode: Optional[pulumi.Input[str]] = None,
109
- project_id: Optional[pulumi.Input[str]] = None,
110
- team_id: Optional[pulumi.Input[str]] = None):
108
+ members: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
109
+ mode: Optional[pulumi.Input[builtins.str]] = None,
110
+ project_id: Optional[pulumi.Input[builtins.str]] = None,
111
+ team_id: Optional[pulumi.Input[builtins.str]] = None):
111
112
  """
112
113
  Input properties used for looking up and filtering TeamMembers resources.
113
- :param pulumi.Input[Sequence[pulumi.Input[str]]] members: List of subject descriptors to define members of the team.
114
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: List of subject descriptors to define members of the team.
114
115
 
115
116
  > **NOTE:** It's possible to define team members both within the
116
117
  `Team` resource via the `members` block and by using the
117
118
  `TeamMembers` resource. However, it's not possible to use
118
119
  both methods to manage team members, since there'll be conflicts.
119
- :param pulumi.Input[str] mode: The mode how the resource manages team members. Possible values: `add`, `overwrite`. Defaults to `add`.
120
+ :param pulumi.Input[builtins.str] mode: The mode how the resource manages team members. Possible values: `add`, `overwrite`. Defaults to `add`.
120
121
 
121
122
  > **NOTE:** 1. `mode = add`: the resource will ensure that all specified members will be part of the referenced team
122
123
  <br>2. `mode = overwrite`: the resource will replace all existing members with the members specified within the `members` block
123
- :param pulumi.Input[str] project_id: The Project ID.
124
- :param pulumi.Input[str] team_id: The ID of the Team.
124
+ :param pulumi.Input[builtins.str] project_id: The Project ID.
125
+ :param pulumi.Input[builtins.str] team_id: The ID of the Team.
125
126
  """
126
127
  if members is not None:
127
128
  pulumi.set(__self__, "members", members)
@@ -134,7 +135,7 @@ class _TeamMembersState:
134
135
 
135
136
  @property
136
137
  @pulumi.getter
137
- def members(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
138
+ def members(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
138
139
  """
139
140
  List of subject descriptors to define members of the team.
140
141
 
@@ -146,12 +147,12 @@ class _TeamMembersState:
146
147
  return pulumi.get(self, "members")
147
148
 
148
149
  @members.setter
149
- def members(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
150
+ def members(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
150
151
  pulumi.set(self, "members", value)
151
152
 
152
153
  @property
153
154
  @pulumi.getter
154
- def mode(self) -> Optional[pulumi.Input[str]]:
155
+ def mode(self) -> Optional[pulumi.Input[builtins.str]]:
155
156
  """
156
157
  The mode how the resource manages team members. Possible values: `add`, `overwrite`. Defaults to `add`.
157
158
 
@@ -161,31 +162,31 @@ class _TeamMembersState:
161
162
  return pulumi.get(self, "mode")
162
163
 
163
164
  @mode.setter
164
- def mode(self, value: Optional[pulumi.Input[str]]):
165
+ def mode(self, value: Optional[pulumi.Input[builtins.str]]):
165
166
  pulumi.set(self, "mode", value)
166
167
 
167
168
  @property
168
169
  @pulumi.getter(name="projectId")
169
- def project_id(self) -> Optional[pulumi.Input[str]]:
170
+ def project_id(self) -> Optional[pulumi.Input[builtins.str]]:
170
171
  """
171
172
  The Project ID.
172
173
  """
173
174
  return pulumi.get(self, "project_id")
174
175
 
175
176
  @project_id.setter
176
- def project_id(self, value: Optional[pulumi.Input[str]]):
177
+ def project_id(self, value: Optional[pulumi.Input[builtins.str]]):
177
178
  pulumi.set(self, "project_id", value)
178
179
 
179
180
  @property
180
181
  @pulumi.getter(name="teamId")
181
- def team_id(self) -> Optional[pulumi.Input[str]]:
182
+ def team_id(self) -> Optional[pulumi.Input[builtins.str]]:
182
183
  """
183
184
  The ID of the Team.
184
185
  """
185
186
  return pulumi.get(self, "team_id")
186
187
 
187
188
  @team_id.setter
188
- def team_id(self, value: Optional[pulumi.Input[str]]):
189
+ def team_id(self, value: Optional[pulumi.Input[builtins.str]]):
189
190
  pulumi.set(self, "team_id", value)
190
191
 
191
192
 
@@ -194,10 +195,10 @@ class TeamMembers(pulumi.CustomResource):
194
195
  def __init__(__self__,
195
196
  resource_name: str,
196
197
  opts: Optional[pulumi.ResourceOptions] = None,
197
- members: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
198
- mode: Optional[pulumi.Input[str]] = None,
199
- project_id: Optional[pulumi.Input[str]] = None,
200
- team_id: Optional[pulumi.Input[str]] = None,
198
+ members: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
199
+ mode: Optional[pulumi.Input[builtins.str]] = None,
200
+ project_id: Optional[pulumi.Input[builtins.str]] = None,
201
+ team_id: Optional[pulumi.Input[builtins.str]] = None,
201
202
  __props__=None):
202
203
  """
203
204
  Manages members of a team within a project in a Azure DevOps organization.
@@ -240,18 +241,18 @@ class TeamMembers(pulumi.CustomResource):
240
241
 
241
242
  :param str resource_name: The name of the resource.
242
243
  :param pulumi.ResourceOptions opts: Options for the resource.
243
- :param pulumi.Input[Sequence[pulumi.Input[str]]] members: List of subject descriptors to define members of the team.
244
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: List of subject descriptors to define members of the team.
244
245
 
245
246
  > **NOTE:** It's possible to define team members both within the
246
247
  `Team` resource via the `members` block and by using the
247
248
  `TeamMembers` resource. However, it's not possible to use
248
249
  both methods to manage team members, since there'll be conflicts.
249
- :param pulumi.Input[str] mode: The mode how the resource manages team members. Possible values: `add`, `overwrite`. Defaults to `add`.
250
+ :param pulumi.Input[builtins.str] mode: The mode how the resource manages team members. Possible values: `add`, `overwrite`. Defaults to `add`.
250
251
 
251
252
  > **NOTE:** 1. `mode = add`: the resource will ensure that all specified members will be part of the referenced team
252
253
  <br>2. `mode = overwrite`: the resource will replace all existing members with the members specified within the `members` block
253
- :param pulumi.Input[str] project_id: The Project ID.
254
- :param pulumi.Input[str] team_id: The ID of the Team.
254
+ :param pulumi.Input[builtins.str] project_id: The Project ID.
255
+ :param pulumi.Input[builtins.str] team_id: The ID of the Team.
255
256
  """
256
257
  ...
257
258
  @overload
@@ -313,10 +314,10 @@ class TeamMembers(pulumi.CustomResource):
313
314
  def _internal_init(__self__,
314
315
  resource_name: str,
315
316
  opts: Optional[pulumi.ResourceOptions] = None,
316
- members: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
317
- mode: Optional[pulumi.Input[str]] = None,
318
- project_id: Optional[pulumi.Input[str]] = None,
319
- team_id: Optional[pulumi.Input[str]] = None,
317
+ members: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
318
+ mode: Optional[pulumi.Input[builtins.str]] = None,
319
+ project_id: Optional[pulumi.Input[builtins.str]] = None,
320
+ team_id: Optional[pulumi.Input[builtins.str]] = None,
320
321
  __props__=None):
321
322
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
322
323
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -346,10 +347,10 @@ class TeamMembers(pulumi.CustomResource):
346
347
  def get(resource_name: str,
347
348
  id: pulumi.Input[str],
348
349
  opts: Optional[pulumi.ResourceOptions] = None,
349
- members: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
350
- mode: Optional[pulumi.Input[str]] = None,
351
- project_id: Optional[pulumi.Input[str]] = None,
352
- team_id: Optional[pulumi.Input[str]] = None) -> 'TeamMembers':
350
+ members: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
351
+ mode: Optional[pulumi.Input[builtins.str]] = None,
352
+ project_id: Optional[pulumi.Input[builtins.str]] = None,
353
+ team_id: Optional[pulumi.Input[builtins.str]] = None) -> 'TeamMembers':
353
354
  """
354
355
  Get an existing TeamMembers resource's state with the given name, id, and optional extra
355
356
  properties used to qualify the lookup.
@@ -357,18 +358,18 @@ class TeamMembers(pulumi.CustomResource):
357
358
  :param str resource_name: The unique name of the resulting resource.
358
359
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
359
360
  :param pulumi.ResourceOptions opts: Options for the resource.
360
- :param pulumi.Input[Sequence[pulumi.Input[str]]] members: List of subject descriptors to define members of the team.
361
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: List of subject descriptors to define members of the team.
361
362
 
362
363
  > **NOTE:** It's possible to define team members both within the
363
364
  `Team` resource via the `members` block and by using the
364
365
  `TeamMembers` resource. However, it's not possible to use
365
366
  both methods to manage team members, since there'll be conflicts.
366
- :param pulumi.Input[str] mode: The mode how the resource manages team members. Possible values: `add`, `overwrite`. Defaults to `add`.
367
+ :param pulumi.Input[builtins.str] mode: The mode how the resource manages team members. Possible values: `add`, `overwrite`. Defaults to `add`.
367
368
 
368
369
  > **NOTE:** 1. `mode = add`: the resource will ensure that all specified members will be part of the referenced team
369
370
  <br>2. `mode = overwrite`: the resource will replace all existing members with the members specified within the `members` block
370
- :param pulumi.Input[str] project_id: The Project ID.
371
- :param pulumi.Input[str] team_id: The ID of the Team.
371
+ :param pulumi.Input[builtins.str] project_id: The Project ID.
372
+ :param pulumi.Input[builtins.str] team_id: The ID of the Team.
372
373
  """
373
374
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
374
375
 
@@ -382,7 +383,7 @@ class TeamMembers(pulumi.CustomResource):
382
383
 
383
384
  @property
384
385
  @pulumi.getter
385
- def members(self) -> pulumi.Output[Sequence[str]]:
386
+ def members(self) -> pulumi.Output[Sequence[builtins.str]]:
386
387
  """
387
388
  List of subject descriptors to define members of the team.
388
389
 
@@ -395,7 +396,7 @@ class TeamMembers(pulumi.CustomResource):
395
396
 
396
397
  @property
397
398
  @pulumi.getter
398
- def mode(self) -> pulumi.Output[Optional[str]]:
399
+ def mode(self) -> pulumi.Output[Optional[builtins.str]]:
399
400
  """
400
401
  The mode how the resource manages team members. Possible values: `add`, `overwrite`. Defaults to `add`.
401
402
 
@@ -406,7 +407,7 @@ class TeamMembers(pulumi.CustomResource):
406
407
 
407
408
  @property
408
409
  @pulumi.getter(name="projectId")
409
- def project_id(self) -> pulumi.Output[str]:
410
+ def project_id(self) -> pulumi.Output[builtins.str]:
410
411
  """
411
412
  The Project ID.
412
413
  """
@@ -414,7 +415,7 @@ class TeamMembers(pulumi.CustomResource):
414
415
 
415
416
  @property
416
417
  @pulumi.getter(name="teamId")
417
- def team_id(self) -> pulumi.Output[str]:
418
+ def team_id(self) -> pulumi.Output[builtins.str]:
418
419
  """
419
420
  The ID of the Team.
420
421
  """