pulumi-azuredevops 3.11.0a1753334963__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.0a1753334963.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.0a1753334963.dist-info/RECORD +0 -158
  156. {pulumi_azuredevops-3.11.0a1753334963.dist-info → pulumi_azuredevops-3.11.0a1753397508.dist-info}/WHEEL +0 -0
  157. {pulumi_azuredevops-3.11.0a1753334963.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
@@ -47,43 +46,43 @@ class GetServiceendpointSonarcloudResult:
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 AwaitableGetServiceendpointSonarcloudResult(GetServiceendpointSonarcloudRe
101
100
  service_endpoint_name=self.service_endpoint_name)
102
101
 
103
102
 
104
- def get_serviceendpoint_sonarcloud(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_sonarcloud(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) -> AwaitableGetServiceendpointSonarcloudResult:
108
107
  """
109
108
  Use this data source to access information about an existing Sonar Cloud Service Endpoint.
@@ -120,9 +119,9 @@ def get_serviceendpoint_sonarcloud(project_id: Optional[builtins.str] = None,
120
119
  ```
121
120
 
122
121
 
123
- :param builtins.str project_id: The ID of the project.
124
- :param builtins.str service_endpoint_id: the ID of the Service Endpoint.
125
- :param builtins.str service_endpoint_name: the Name of the Service Endpoint.
122
+ :param _builtins.str project_id: The ID of the project.
123
+ :param _builtins.str service_endpoint_id: the ID of the Service Endpoint.
124
+ :param _builtins.str service_endpoint_name: the Name of the Service Endpoint.
126
125
 
127
126
  > **NOTE:** One of either `service_endpoint_id` or `service_endpoint_name` must be specified.
128
127
  """
@@ -140,9 +139,9 @@ def get_serviceendpoint_sonarcloud(project_id: Optional[builtins.str] = None,
140
139
  project_id=pulumi.get(__ret__, 'project_id'),
141
140
  service_endpoint_id=pulumi.get(__ret__, 'service_endpoint_id'),
142
141
  service_endpoint_name=pulumi.get(__ret__, 'service_endpoint_name'))
143
- def get_serviceendpoint_sonarcloud_output(project_id: Optional[pulumi.Input[builtins.str]] = None,
144
- service_endpoint_id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
145
- service_endpoint_name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
142
+ def get_serviceendpoint_sonarcloud_output(project_id: Optional[pulumi.Input[_builtins.str]] = None,
143
+ service_endpoint_id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
144
+ service_endpoint_name: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
146
145
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetServiceendpointSonarcloudResult]:
147
146
  """
148
147
  Use this data source to access information about an existing Sonar Cloud Service Endpoint.
@@ -159,9 +158,9 @@ def get_serviceendpoint_sonarcloud_output(project_id: Optional[pulumi.Input[buil
159
158
  ```
160
159
 
161
160
 
162
- :param builtins.str project_id: The ID of the project.
163
- :param builtins.str service_endpoint_id: the ID of the Service Endpoint.
164
- :param builtins.str service_endpoint_name: the Name of the Service Endpoint.
161
+ :param _builtins.str project_id: The ID of the project.
162
+ :param _builtins.str service_endpoint_id: the ID of the Service Endpoint.
163
+ :param _builtins.str service_endpoint_name: the Name of the Service Endpoint.
165
164
 
166
165
  > **NOTE:** One of either `service_endpoint_id` or `service_endpoint_name` must be specified.
167
166
  """
@@ -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
@@ -38,22 +37,22 @@ class GetStorageKeyResult:
38
37
  raise TypeError("Expected argument 'storage_key' to be a str")
39
38
  pulumi.set(__self__, "storage_key", storage_key)
40
39
 
41
- @property
40
+ @_builtins.property
42
41
  @pulumi.getter
43
- def descriptor(self) -> builtins.str:
42
+ def descriptor(self) -> _builtins.str:
44
43
  return pulumi.get(self, "descriptor")
45
44
 
46
- @property
45
+ @_builtins.property
47
46
  @pulumi.getter
48
- def id(self) -> builtins.str:
47
+ def id(self) -> _builtins.str:
49
48
  """
50
49
  The provider-assigned unique ID for this managed resource.
51
50
  """
52
51
  return pulumi.get(self, "id")
53
52
 
54
- @property
53
+ @_builtins.property
55
54
  @pulumi.getter(name="storageKey")
56
- def storage_key(self) -> builtins.str:
55
+ def storage_key(self) -> _builtins.str:
57
56
  """
58
57
  The Storage Key of the descriptor.
59
58
  """
@@ -71,7 +70,7 @@ class AwaitableGetStorageKeyResult(GetStorageKeyResult):
71
70
  storage_key=self.storage_key)
72
71
 
73
72
 
74
- def get_storage_key(descriptor: Optional[builtins.str] = None,
73
+ def get_storage_key(descriptor: Optional[_builtins.str] = None,
75
74
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetStorageKeyResult:
76
75
  """
77
76
  Use this data source to access information about an existing Storage Key.
@@ -91,7 +90,7 @@ def get_storage_key(descriptor: Optional[builtins.str] = None,
91
90
  - [Azure DevOps Service REST API 7.1 - Storage Key - Get](https://learn.microsoft.com/en-us/rest/api/azure/devops/graph/storage-keys/get?view=azure-devops-rest-7.1)
92
91
 
93
92
 
94
- :param builtins.str descriptor: The descriptor that will be resolved to a storage key.
93
+ :param _builtins.str descriptor: The descriptor that will be resolved to a storage key.
95
94
  """
96
95
  __args__ = dict()
97
96
  __args__['descriptor'] = descriptor
@@ -102,7 +101,7 @@ def get_storage_key(descriptor: Optional[builtins.str] = None,
102
101
  descriptor=pulumi.get(__ret__, 'descriptor'),
103
102
  id=pulumi.get(__ret__, 'id'),
104
103
  storage_key=pulumi.get(__ret__, 'storage_key'))
105
- def get_storage_key_output(descriptor: Optional[pulumi.Input[builtins.str]] = None,
104
+ def get_storage_key_output(descriptor: Optional[pulumi.Input[_builtins.str]] = None,
106
105
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetStorageKeyResult]:
107
106
  """
108
107
  Use this data source to access information about an existing Storage Key.
@@ -122,7 +121,7 @@ def get_storage_key_output(descriptor: Optional[pulumi.Input[builtins.str]] = No
122
121
  - [Azure DevOps Service REST API 7.1 - Storage Key - Get](https://learn.microsoft.com/en-us/rest/api/azure/devops/graph/storage-keys/get?view=azure-devops-rest-7.1)
123
122
 
124
123
 
125
- :param builtins.str descriptor: The descriptor that will be resolved to a storage key.
124
+ :param _builtins.str descriptor: The descriptor that will be resolved to a storage key.
126
125
  """
127
126
  __args__ = dict()
128
127
  __args__['descriptor'] = descriptor
@@ -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
@@ -53,60 +52,60 @@ class GetTeamResult:
53
52
  raise TypeError("Expected argument 'top' to be a int")
54
53
  pulumi.set(__self__, "top", top)
55
54
 
56
- @property
55
+ @_builtins.property
57
56
  @pulumi.getter
58
- def administrators(self) -> Sequence[builtins.str]:
57
+ def administrators(self) -> Sequence[_builtins.str]:
59
58
  """
60
59
  List of subject descriptors for `administrators` of the team.
61
60
  """
62
61
  return pulumi.get(self, "administrators")
63
62
 
64
- @property
63
+ @_builtins.property
65
64
  @pulumi.getter
66
- def description(self) -> builtins.str:
65
+ def description(self) -> _builtins.str:
67
66
  """
68
67
  The description of the team.
69
68
  """
70
69
  return pulumi.get(self, "description")
71
70
 
72
- @property
71
+ @_builtins.property
73
72
  @pulumi.getter
74
- def descriptor(self) -> builtins.str:
73
+ def descriptor(self) -> _builtins.str:
75
74
  """
76
75
  The descriptor of the Team.
77
76
  """
78
77
  return pulumi.get(self, "descriptor")
79
78
 
80
- @property
79
+ @_builtins.property
81
80
  @pulumi.getter
82
- def id(self) -> builtins.str:
81
+ def id(self) -> _builtins.str:
83
82
  """
84
83
  The provider-assigned unique ID for this managed resource.
85
84
  """
86
85
  return pulumi.get(self, "id")
87
86
 
88
- @property
87
+ @_builtins.property
89
88
  @pulumi.getter
90
- def members(self) -> Sequence[builtins.str]:
89
+ def members(self) -> Sequence[_builtins.str]:
91
90
  """
92
91
  List of subject descriptors for `members` of the team.
93
92
  """
94
93
  return pulumi.get(self, "members")
95
94
 
96
- @property
95
+ @_builtins.property
97
96
  @pulumi.getter
98
- def name(self) -> builtins.str:
97
+ def name(self) -> _builtins.str:
99
98
  return pulumi.get(self, "name")
100
99
 
101
- @property
100
+ @_builtins.property
102
101
  @pulumi.getter(name="projectId")
103
- def project_id(self) -> builtins.str:
102
+ def project_id(self) -> _builtins.str:
104
103
  return pulumi.get(self, "project_id")
105
104
 
106
- @property
105
+ @_builtins.property
107
106
  @pulumi.getter
108
107
  @_utilities.deprecated("""This property is deprecated and will be removed in the feature""")
109
- def top(self) -> Optional[builtins.int]:
108
+ def top(self) -> Optional[_builtins.int]:
110
109
  return pulumi.get(self, "top")
111
110
 
112
111
 
@@ -126,9 +125,9 @@ class AwaitableGetTeamResult(GetTeamResult):
126
125
  top=self.top)
127
126
 
128
127
 
129
- def get_team(name: Optional[builtins.str] = None,
130
- project_id: Optional[builtins.str] = None,
131
- top: Optional[builtins.int] = None,
128
+ def get_team(name: Optional[_builtins.str] = None,
129
+ project_id: Optional[_builtins.str] = None,
130
+ top: Optional[_builtins.int] = None,
132
131
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTeamResult:
133
132
  """
134
133
  Use this data source to access information about an existing Team in a Project within Azure DevOps.
@@ -158,9 +157,9 @@ def get_team(name: Optional[builtins.str] = None,
158
157
  - **vso.project**: Grants the ability to read projects and teams.
159
158
 
160
159
 
161
- :param builtins.str name: The name of the Team.
162
- :param builtins.str project_id: The Project ID.
163
- :param builtins.int top: The maximum number of teams to return. Defaults to `100`. This property is deprecated and will be removed in the feature
160
+ :param _builtins.str name: The name of the Team.
161
+ :param _builtins.str project_id: The Project ID.
162
+ :param _builtins.int top: The maximum number of teams to return. Defaults to `100`. This property is deprecated and will be removed in the feature
164
163
  """
165
164
  __args__ = dict()
166
165
  __args__['name'] = name
@@ -178,9 +177,9 @@ def get_team(name: Optional[builtins.str] = None,
178
177
  name=pulumi.get(__ret__, 'name'),
179
178
  project_id=pulumi.get(__ret__, 'project_id'),
180
179
  top=pulumi.get(__ret__, 'top'))
181
- def get_team_output(name: Optional[pulumi.Input[builtins.str]] = None,
182
- project_id: Optional[pulumi.Input[builtins.str]] = None,
183
- top: Optional[pulumi.Input[Optional[builtins.int]]] = None,
180
+ def get_team_output(name: Optional[pulumi.Input[_builtins.str]] = None,
181
+ project_id: Optional[pulumi.Input[_builtins.str]] = None,
182
+ top: Optional[pulumi.Input[Optional[_builtins.int]]] = None,
184
183
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTeamResult]:
185
184
  """
186
185
  Use this data source to access information about an existing Team in a Project within Azure DevOps.
@@ -210,9 +209,9 @@ def get_team_output(name: Optional[pulumi.Input[builtins.str]] = None,
210
209
  - **vso.project**: Grants the ability to read projects and teams.
211
210
 
212
211
 
213
- :param builtins.str name: The name of the Team.
214
- :param builtins.str project_id: The Project ID.
215
- :param builtins.int top: The maximum number of teams to return. Defaults to `100`. This property is deprecated and will be removed in the feature
212
+ :param _builtins.str name: The name of the Team.
213
+ :param _builtins.str project_id: The Project ID.
214
+ :param _builtins.int top: The maximum number of teams to return. Defaults to `100`. This property is deprecated and will be removed in the feature
216
215
  """
217
216
  __args__ = dict()
218
217
  __args__['name'] = 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
@@ -42,23 +41,23 @@ class GetTeamsResult:
42
41
  raise TypeError("Expected argument 'top' to be a int")
43
42
  pulumi.set(__self__, "top", top)
44
43
 
45
- @property
44
+ @_builtins.property
46
45
  @pulumi.getter
47
- def id(self) -> builtins.str:
46
+ def id(self) -> _builtins.str:
48
47
  """
49
48
  The provider-assigned unique ID for this managed resource.
50
49
  """
51
50
  return pulumi.get(self, "id")
52
51
 
53
- @property
52
+ @_builtins.property
54
53
  @pulumi.getter(name="projectId")
55
- def project_id(self) -> Optional[builtins.str]:
54
+ def project_id(self) -> Optional[_builtins.str]:
56
55
  """
57
56
  The ID of the Project.
58
57
  """
59
58
  return pulumi.get(self, "project_id")
60
59
 
61
- @property
60
+ @_builtins.property
62
61
  @pulumi.getter
63
62
  def teams(self) -> Sequence['outputs.GetTeamsTeamResult']:
64
63
  """
@@ -66,9 +65,9 @@ class GetTeamsResult:
66
65
  """
67
66
  return pulumi.get(self, "teams")
68
67
 
69
- @property
68
+ @_builtins.property
70
69
  @pulumi.getter
71
- def top(self) -> Optional[builtins.int]:
70
+ def top(self) -> Optional[_builtins.int]:
72
71
  return pulumi.get(self, "top")
73
72
 
74
73
 
@@ -84,8 +83,8 @@ class AwaitableGetTeamsResult(GetTeamsResult):
84
83
  top=self.top)
85
84
 
86
85
 
87
- def get_teams(project_id: Optional[builtins.str] = None,
88
- top: Optional[builtins.int] = None,
86
+ def get_teams(project_id: Optional[_builtins.str] = None,
87
+ top: Optional[_builtins.int] = None,
89
88
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTeamsResult:
90
89
  """
91
90
  Use this data source to access information about existing Teams in a Project or globally within an Azure DevOps organization
@@ -112,8 +111,8 @@ def get_teams(project_id: Optional[builtins.str] = None,
112
111
  - **vso.project**: Grants the ability to read projects and teams.
113
112
 
114
113
 
115
- :param builtins.str project_id: The Project ID. If no project ID all teams of the organization will be returned.
116
- :param builtins.int top: The maximum number of teams to return. Defaults to `100`.
114
+ :param _builtins.str project_id: The Project ID. If no project ID all teams of the organization will be returned.
115
+ :param _builtins.int top: The maximum number of teams to return. Defaults to `100`.
117
116
  """
118
117
  __args__ = dict()
119
118
  __args__['projectId'] = project_id
@@ -126,8 +125,8 @@ def get_teams(project_id: Optional[builtins.str] = None,
126
125
  project_id=pulumi.get(__ret__, 'project_id'),
127
126
  teams=pulumi.get(__ret__, 'teams'),
128
127
  top=pulumi.get(__ret__, 'top'))
129
- def get_teams_output(project_id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
130
- top: Optional[pulumi.Input[Optional[builtins.int]]] = None,
128
+ def get_teams_output(project_id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
129
+ top: Optional[pulumi.Input[Optional[_builtins.int]]] = None,
131
130
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTeamsResult]:
132
131
  """
133
132
  Use this data source to access information about existing Teams in a Project or globally within an Azure DevOps organization
@@ -154,8 +153,8 @@ def get_teams_output(project_id: Optional[pulumi.Input[Optional[builtins.str]]]
154
153
  - **vso.project**: Grants the ability to read projects and teams.
155
154
 
156
155
 
157
- :param builtins.str project_id: The Project ID. If no project ID all teams of the organization will be returned.
158
- :param builtins.int top: The maximum number of teams to return. Defaults to `100`.
156
+ :param _builtins.str project_id: The Project ID. If no project ID all teams of the organization will be returned.
157
+ :param _builtins.int top: The maximum number of teams to return. Defaults to `100`.
159
158
  """
160
159
  __args__ = dict()
161
160
  __args__['projectId'] = project_id
@@ -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
@@ -56,70 +55,70 @@ class GetUserResult:
56
55
  raise TypeError("Expected argument 'subject_kind' to be a str")
57
56
  pulumi.set(__self__, "subject_kind", subject_kind)
58
57
 
59
- @property
58
+ @_builtins.property
60
59
  @pulumi.getter
61
- def descriptor(self) -> builtins.str:
60
+ def descriptor(self) -> _builtins.str:
62
61
  return pulumi.get(self, "descriptor")
63
62
 
64
- @property
63
+ @_builtins.property
65
64
  @pulumi.getter(name="displayName")
66
- def display_name(self) -> builtins.str:
65
+ def display_name(self) -> _builtins.str:
67
66
  """
68
67
  The display name of the User.
69
68
  """
70
69
  return pulumi.get(self, "display_name")
71
70
 
72
- @property
71
+ @_builtins.property
73
72
  @pulumi.getter
74
- def domain(self) -> builtins.str:
73
+ def domain(self) -> _builtins.str:
75
74
  """
76
75
  The domain of the user.
77
76
  """
78
77
  return pulumi.get(self, "domain")
79
78
 
80
- @property
79
+ @_builtins.property
81
80
  @pulumi.getter
82
- def id(self) -> builtins.str:
81
+ def id(self) -> _builtins.str:
83
82
  """
84
83
  The provider-assigned unique ID for this managed resource.
85
84
  """
86
85
  return pulumi.get(self, "id")
87
86
 
88
- @property
87
+ @_builtins.property
89
88
  @pulumi.getter(name="mailAddress")
90
- def mail_address(self) -> builtins.str:
89
+ def mail_address(self) -> _builtins.str:
91
90
  """
92
91
  The email address of the user.
93
92
  """
94
93
  return pulumi.get(self, "mail_address")
95
94
 
96
- @property
95
+ @_builtins.property
97
96
  @pulumi.getter
98
- def origin(self) -> builtins.str:
97
+ def origin(self) -> _builtins.str:
99
98
  """
100
99
  The type of source provider for the origin identifier (ex:`AD`, `AAD`, `MSA`).
101
100
  """
102
101
  return pulumi.get(self, "origin")
103
102
 
104
- @property
103
+ @_builtins.property
105
104
  @pulumi.getter(name="originId")
106
- def origin_id(self) -> builtins.str:
105
+ def origin_id(self) -> _builtins.str:
107
106
  """
108
107
  The origin ID of the user.
109
108
  """
110
109
  return pulumi.get(self, "origin_id")
111
110
 
112
- @property
111
+ @_builtins.property
113
112
  @pulumi.getter(name="principalName")
114
- def principal_name(self) -> builtins.str:
113
+ def principal_name(self) -> _builtins.str:
115
114
  """
116
115
  The principal name of the user.
117
116
  """
118
117
  return pulumi.get(self, "principal_name")
119
118
 
120
- @property
119
+ @_builtins.property
121
120
  @pulumi.getter(name="subjectKind")
122
- def subject_kind(self) -> builtins.str:
121
+ def subject_kind(self) -> _builtins.str:
123
122
  """
124
123
  The subject kind of the user (ex: `Group`, `Scope`, `User`).
125
124
  """
@@ -143,7 +142,7 @@ class AwaitableGetUserResult(GetUserResult):
143
142
  subject_kind=self.subject_kind)
144
143
 
145
144
 
146
- def get_user(descriptor: Optional[builtins.str] = None,
145
+ def get_user(descriptor: Optional[_builtins.str] = None,
147
146
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetUserResult:
148
147
  """
149
148
  Use this data source to access information about an existing user within Azure DevOps.
@@ -151,7 +150,7 @@ def get_user(descriptor: Optional[builtins.str] = None,
151
150
  ~>**NOTE:** If you only have the Storage Key(UUID) of the user, you can use `get_descriptor` to resolve the Storage Key(UUID) to a `descriptor`.
152
151
 
153
152
 
154
- :param builtins.str descriptor: The descriptor of the user.
153
+ :param _builtins.str descriptor: The descriptor of the user.
155
154
  """
156
155
  __args__ = dict()
157
156
  __args__['descriptor'] = descriptor
@@ -168,7 +167,7 @@ def get_user(descriptor: Optional[builtins.str] = None,
168
167
  origin_id=pulumi.get(__ret__, 'origin_id'),
169
168
  principal_name=pulumi.get(__ret__, 'principal_name'),
170
169
  subject_kind=pulumi.get(__ret__, 'subject_kind'))
171
- def get_user_output(descriptor: Optional[pulumi.Input[builtins.str]] = None,
170
+ def get_user_output(descriptor: Optional[pulumi.Input[_builtins.str]] = None,
172
171
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetUserResult]:
173
172
  """
174
173
  Use this data source to access information about an existing user within Azure DevOps.
@@ -176,7 +175,7 @@ def get_user_output(descriptor: Optional[pulumi.Input[builtins.str]] = None,
176
175
  ~>**NOTE:** If you only have the Storage Key(UUID) of the user, you can use `get_descriptor` to resolve the Storage Key(UUID) to a `descriptor`.
177
176
 
178
177
 
179
- :param builtins.str descriptor: The descriptor of the user.
178
+ :param _builtins.str descriptor: The descriptor of the user.
180
179
  """
181
180
  __args__ = dict()
182
181
  __args__['descriptor'] = descriptor