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
@@ -39,7 +38,7 @@ class GetIdentityGroupsResult:
39
38
  raise TypeError("Expected argument 'project_id' to be a str")
40
39
  pulumi.set(__self__, "project_id", project_id)
41
40
 
42
- @property
41
+ @_builtins.property
43
42
  @pulumi.getter
44
43
  def groups(self) -> Sequence['outputs.GetIdentityGroupsGroupResult']:
45
44
  """
@@ -47,17 +46,17 @@ class GetIdentityGroupsResult:
47
46
  """
48
47
  return pulumi.get(self, "groups")
49
48
 
50
- @property
49
+ @_builtins.property
51
50
  @pulumi.getter
52
- def id(self) -> builtins.str:
51
+ def id(self) -> _builtins.str:
53
52
  """
54
53
  The provider-assigned unique ID for this managed resource.
55
54
  """
56
55
  return pulumi.get(self, "id")
57
56
 
58
- @property
57
+ @_builtins.property
59
58
  @pulumi.getter(name="projectId")
60
- def project_id(self) -> Optional[builtins.str]:
59
+ def project_id(self) -> Optional[_builtins.str]:
61
60
  return pulumi.get(self, "project_id")
62
61
 
63
62
 
@@ -72,7 +71,7 @@ class AwaitableGetIdentityGroupsResult(GetIdentityGroupsResult):
72
71
  project_id=self.project_id)
73
72
 
74
73
 
75
- def get_identity_groups(project_id: Optional[builtins.str] = None,
74
+ def get_identity_groups(project_id: Optional[_builtins.str] = None,
76
75
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetIdentityGroupsResult:
77
76
  """
78
77
  Use this data source to access information about existing Groups within Azure DevOps On-Premise(Azure DevOps Server).
@@ -95,7 +94,7 @@ def get_identity_groups(project_id: Optional[builtins.str] = None,
95
94
  - [Azure DevOps Service REST API 7.1 - Identities](https://docs.microsoft.com/en-us/rest/api/azure/devops/ims/?view=azure-devops-rest-7.2)
96
95
 
97
96
 
98
- :param builtins.str project_id: The Project ID. If no project ID is specified all groups of an organization will be returned
97
+ :param _builtins.str project_id: The Project ID. If no project ID is specified all groups of an organization will be returned
99
98
  """
100
99
  __args__ = dict()
101
100
  __args__['projectId'] = project_id
@@ -106,7 +105,7 @@ def get_identity_groups(project_id: Optional[builtins.str] = None,
106
105
  groups=pulumi.get(__ret__, 'groups'),
107
106
  id=pulumi.get(__ret__, 'id'),
108
107
  project_id=pulumi.get(__ret__, 'project_id'))
109
- def get_identity_groups_output(project_id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
108
+ def get_identity_groups_output(project_id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
110
109
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetIdentityGroupsResult]:
111
110
  """
112
111
  Use this data source to access information about existing Groups within Azure DevOps On-Premise(Azure DevOps Server).
@@ -129,7 +128,7 @@ def get_identity_groups_output(project_id: Optional[pulumi.Input[Optional[builti
129
128
  - [Azure DevOps Service REST API 7.1 - Identities](https://docs.microsoft.com/en-us/rest/api/azure/devops/ims/?view=azure-devops-rest-7.2)
130
129
 
131
130
 
132
- :param builtins.str project_id: The Project ID. If no project ID is specified all groups of an organization will be returned
131
+ :param _builtins.str project_id: The Project ID. If no project ID is specified all groups of an organization will be returned
133
132
  """
134
133
  __args__ = dict()
135
134
  __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
@@ -44,35 +43,35 @@ class GetIdentityUsersResult:
44
43
  raise TypeError("Expected argument 'subject_descriptor' to be a str")
45
44
  pulumi.set(__self__, "subject_descriptor", subject_descriptor)
46
45
 
47
- @property
46
+ @_builtins.property
48
47
  @pulumi.getter
49
- def descriptor(self) -> builtins.str:
48
+ def descriptor(self) -> _builtins.str:
50
49
  """
51
50
  The Descriptor of the user.
52
51
  """
53
52
  return pulumi.get(self, "descriptor")
54
53
 
55
- @property
54
+ @_builtins.property
56
55
  @pulumi.getter
57
- def id(self) -> builtins.str:
56
+ def id(self) -> _builtins.str:
58
57
  """
59
58
  The provider-assigned unique ID for this managed resource.
60
59
  """
61
60
  return pulumi.get(self, "id")
62
61
 
63
- @property
62
+ @_builtins.property
64
63
  @pulumi.getter
65
- def name(self) -> builtins.str:
64
+ def name(self) -> _builtins.str:
66
65
  return pulumi.get(self, "name")
67
66
 
68
- @property
67
+ @_builtins.property
69
68
  @pulumi.getter(name="searchFilter")
70
- def search_filter(self) -> Optional[builtins.str]:
69
+ def search_filter(self) -> Optional[_builtins.str]:
71
70
  return pulumi.get(self, "search_filter")
72
71
 
73
- @property
72
+ @_builtins.property
74
73
  @pulumi.getter(name="subjectDescriptor")
75
- def subject_descriptor(self) -> builtins.str:
74
+ def subject_descriptor(self) -> _builtins.str:
76
75
  """
77
76
  The Subject Descriptor of the user.
78
77
  """
@@ -92,15 +91,15 @@ class AwaitableGetIdentityUsersResult(GetIdentityUsersResult):
92
91
  subject_descriptor=self.subject_descriptor)
93
92
 
94
93
 
95
- def get_identity_users(name: Optional[builtins.str] = None,
96
- search_filter: Optional[builtins.str] = None,
94
+ def get_identity_users(name: Optional[_builtins.str] = None,
95
+ search_filter: Optional[_builtins.str] = None,
97
96
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetIdentityUsersResult:
98
97
  """
99
98
  Use this data source to access information about an existing users within Azure DevOps On-Premise(Azure DevOps Server).
100
99
 
101
100
 
102
- :param builtins.str name: The PrincipalName of this identity member from the source provider.
103
- :param builtins.str search_filter: The type of search to perform. Possible values are: `AccountName`, `DisplayName`, and `MailAddress`. Default is `General`.
101
+ :param _builtins.str name: The PrincipalName of this identity member from the source provider.
102
+ :param _builtins.str search_filter: The type of search to perform. Possible values are: `AccountName`, `DisplayName`, and `MailAddress`. Default is `General`.
104
103
  """
105
104
  __args__ = dict()
106
105
  __args__['name'] = name
@@ -114,15 +113,15 @@ def get_identity_users(name: Optional[builtins.str] = None,
114
113
  name=pulumi.get(__ret__, 'name'),
115
114
  search_filter=pulumi.get(__ret__, 'search_filter'),
116
115
  subject_descriptor=pulumi.get(__ret__, 'subject_descriptor'))
117
- def get_identity_users_output(name: Optional[pulumi.Input[builtins.str]] = None,
118
- search_filter: Optional[pulumi.Input[Optional[builtins.str]]] = None,
116
+ def get_identity_users_output(name: Optional[pulumi.Input[_builtins.str]] = None,
117
+ search_filter: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
119
118
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetIdentityUsersResult]:
120
119
  """
121
120
  Use this data source to access information about an existing users within Azure DevOps On-Premise(Azure DevOps Server).
122
121
 
123
122
 
124
- :param builtins.str name: The PrincipalName of this identity member from the source provider.
125
- :param builtins.str search_filter: The type of search to perform. Possible values are: `AccountName`, `DisplayName`, and `MailAddress`. Default is `General`.
123
+ :param _builtins.str name: The PrincipalName of this identity member from the source provider.
124
+ :param _builtins.str search_filter: The type of search to perform. Possible values are: `AccountName`, `DisplayName`, and `MailAddress`. Default is `General`.
126
125
  """
127
126
  __args__ = dict()
128
127
  __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
@@ -51,7 +50,7 @@ class GetIterationResult:
51
50
  raise TypeError("Expected argument 'project_id' to be a str")
52
51
  pulumi.set(__self__, "project_id", project_id)
53
52
 
54
- @property
53
+ @_builtins.property
55
54
  @pulumi.getter
56
55
  def childrens(self) -> Sequence['outputs.GetIterationChildrenResult']:
57
56
  """
@@ -59,46 +58,46 @@ class GetIterationResult:
59
58
  """
60
59
  return pulumi.get(self, "childrens")
61
60
 
62
- @property
61
+ @_builtins.property
63
62
  @pulumi.getter(name="fetchChildren")
64
- def fetch_children(self) -> Optional[builtins.bool]:
63
+ def fetch_children(self) -> Optional[_builtins.bool]:
65
64
  return pulumi.get(self, "fetch_children")
66
65
 
67
- @property
66
+ @_builtins.property
68
67
  @pulumi.getter(name="hasChildren")
69
- def has_children(self) -> builtins.bool:
68
+ def has_children(self) -> _builtins.bool:
70
69
  """
71
70
  Indicator if the child Iteration node has child nodes
72
71
  """
73
72
  return pulumi.get(self, "has_children")
74
73
 
75
- @property
74
+ @_builtins.property
76
75
  @pulumi.getter
77
- def id(self) -> builtins.str:
76
+ def id(self) -> _builtins.str:
78
77
  """
79
78
  The provider-assigned unique ID for this managed resource.
80
79
  """
81
80
  return pulumi.get(self, "id")
82
81
 
83
- @property
82
+ @_builtins.property
84
83
  @pulumi.getter
85
- def name(self) -> builtins.str:
84
+ def name(self) -> _builtins.str:
86
85
  """
87
86
  The name of the child Iteration node
88
87
  """
89
88
  return pulumi.get(self, "name")
90
89
 
91
- @property
90
+ @_builtins.property
92
91
  @pulumi.getter
93
- def path(self) -> builtins.str:
92
+ def path(self) -> _builtins.str:
94
93
  """
95
94
  The complete path (in relative URL format) of the child Iteration
96
95
  """
97
96
  return pulumi.get(self, "path")
98
97
 
99
- @property
98
+ @_builtins.property
100
99
  @pulumi.getter(name="projectId")
101
- def project_id(self) -> builtins.str:
100
+ def project_id(self) -> _builtins.str:
102
101
  """
103
102
  The project ID of the child Iteration node
104
103
  """
@@ -120,9 +119,9 @@ class AwaitableGetIterationResult(GetIterationResult):
120
119
  project_id=self.project_id)
121
120
 
122
121
 
123
- def get_iteration(fetch_children: Optional[builtins.bool] = None,
124
- path: Optional[builtins.str] = None,
125
- project_id: Optional[builtins.str] = None,
122
+ def get_iteration(fetch_children: Optional[_builtins.bool] = None,
123
+ path: Optional[_builtins.str] = None,
124
+ project_id: Optional[_builtins.str] = None,
126
125
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetIterationResult:
127
126
  """
128
127
  Use this data source to access information about an existing Iteration (Sprint) within Azure DevOps.
@@ -156,9 +155,9 @@ def get_iteration(fetch_children: Optional[builtins.bool] = None,
156
155
  - **Project & Team**: vso.work - Grants the ability to read work items, queries, boards, area and iterations paths, and other work item tracking related metadata. Also grants the ability to execute queries, search work items and to receive notifications about work item events via service hooks.
157
156
 
158
157
 
159
- :param builtins.bool fetch_children: Read children nodes, _Depth_: 1, _Default_: `true`
160
- :param builtins.str path: The path to the Iteration, _Format_: URL relative; if omitted, or value `"/"` is used, the root Iteration will be returned
161
- :param builtins.str project_id: The project ID.
158
+ :param _builtins.bool fetch_children: Read children nodes, _Depth_: 1, _Default_: `true`
159
+ :param _builtins.str path: The path to the Iteration, _Format_: URL relative; if omitted, or value `"/"` is used, the root Iteration will be returned
160
+ :param _builtins.str project_id: The project ID.
162
161
  """
163
162
  __args__ = dict()
164
163
  __args__['fetchChildren'] = fetch_children
@@ -175,9 +174,9 @@ def get_iteration(fetch_children: Optional[builtins.bool] = None,
175
174
  name=pulumi.get(__ret__, 'name'),
176
175
  path=pulumi.get(__ret__, 'path'),
177
176
  project_id=pulumi.get(__ret__, 'project_id'))
178
- def get_iteration_output(fetch_children: Optional[pulumi.Input[Optional[builtins.bool]]] = None,
179
- path: Optional[pulumi.Input[Optional[builtins.str]]] = None,
180
- project_id: Optional[pulumi.Input[builtins.str]] = None,
177
+ def get_iteration_output(fetch_children: Optional[pulumi.Input[Optional[_builtins.bool]]] = None,
178
+ path: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
179
+ project_id: Optional[pulumi.Input[_builtins.str]] = None,
181
180
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetIterationResult]:
182
181
  """
183
182
  Use this data source to access information about an existing Iteration (Sprint) within Azure DevOps.
@@ -211,9 +210,9 @@ def get_iteration_output(fetch_children: Optional[pulumi.Input[Optional[builtins
211
210
  - **Project & Team**: vso.work - Grants the ability to read work items, queries, boards, area and iterations paths, and other work item tracking related metadata. Also grants the ability to execute queries, search work items and to receive notifications about work item events via service hooks.
212
211
 
213
212
 
214
- :param builtins.bool fetch_children: Read children nodes, _Depth_: 1, _Default_: `true`
215
- :param builtins.str path: The path to the Iteration, _Format_: URL relative; if omitted, or value `"/"` is used, the root Iteration will be returned
216
- :param builtins.str project_id: The project ID.
213
+ :param _builtins.bool fetch_children: Read children nodes, _Depth_: 1, _Default_: `true`
214
+ :param _builtins.str path: The path to the Iteration, _Format_: URL relative; if omitted, or value `"/"` is used, the root Iteration will be returned
215
+ :param _builtins.str project_id: The project ID.
217
216
  """
218
217
  __args__ = dict()
219
218
  __args__['fetchChildren'] = fetch_children
@@ -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
@@ -44,41 +43,41 @@ class GetPoolResult:
44
43
  raise TypeError("Expected argument 'pool_type' to be a str")
45
44
  pulumi.set(__self__, "pool_type", pool_type)
46
45
 
47
- @property
46
+ @_builtins.property
48
47
  @pulumi.getter(name="autoProvision")
49
- def auto_provision(self) -> builtins.bool:
48
+ def auto_provision(self) -> _builtins.bool:
50
49
  """
51
50
  Specifies whether a queue should be automatically provisioned for each project collection.
52
51
  """
53
52
  return pulumi.get(self, "auto_provision")
54
53
 
55
- @property
54
+ @_builtins.property
56
55
  @pulumi.getter(name="autoUpdate")
57
- def auto_update(self) -> builtins.bool:
56
+ def auto_update(self) -> _builtins.bool:
58
57
  """
59
58
  Specifies whether or not agents within the pool should be automatically updated.
60
59
  """
61
60
  return pulumi.get(self, "auto_update")
62
61
 
63
- @property
62
+ @_builtins.property
64
63
  @pulumi.getter
65
- def id(self) -> builtins.str:
64
+ def id(self) -> _builtins.str:
66
65
  """
67
66
  The provider-assigned unique ID for this managed resource.
68
67
  """
69
68
  return pulumi.get(self, "id")
70
69
 
71
- @property
70
+ @_builtins.property
72
71
  @pulumi.getter
73
- def name(self) -> builtins.str:
72
+ def name(self) -> _builtins.str:
74
73
  """
75
74
  The name of the agent pool
76
75
  """
77
76
  return pulumi.get(self, "name")
78
77
 
79
- @property
78
+ @_builtins.property
80
79
  @pulumi.getter(name="poolType")
81
- def pool_type(self) -> builtins.str:
80
+ def pool_type(self) -> _builtins.str:
82
81
  """
83
82
  Specifies whether the agent pool type is Automation or Deployment.
84
83
  """
@@ -98,7 +97,7 @@ class AwaitableGetPoolResult(GetPoolResult):
98
97
  pool_type=self.pool_type)
99
98
 
100
99
 
101
- def get_pool(name: Optional[builtins.str] = None,
100
+ def get_pool(name: Optional[_builtins.str] = None,
102
101
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPoolResult:
103
102
  """
104
103
  Use this data source to access information about an existing Agent Pool within Azure DevOps.
@@ -121,7 +120,7 @@ def get_pool(name: Optional[builtins.str] = None,
121
120
  - [Azure DevOps Service REST API 7.1 - Agent Pools - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/distributedtask/pools/get?view=azure-devops-rest-7.1)
122
121
 
123
122
 
124
- :param builtins.str name: Name of the Agent Pool.
123
+ :param _builtins.str name: Name of the Agent Pool.
125
124
  """
126
125
  __args__ = dict()
127
126
  __args__['name'] = name
@@ -134,7 +133,7 @@ def get_pool(name: Optional[builtins.str] = None,
134
133
  id=pulumi.get(__ret__, 'id'),
135
134
  name=pulumi.get(__ret__, 'name'),
136
135
  pool_type=pulumi.get(__ret__, 'pool_type'))
137
- def get_pool_output(name: Optional[pulumi.Input[builtins.str]] = None,
136
+ def get_pool_output(name: Optional[pulumi.Input[_builtins.str]] = None,
138
137
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetPoolResult]:
139
138
  """
140
139
  Use this data source to access information about an existing Agent Pool within Azure DevOps.
@@ -157,7 +156,7 @@ def get_pool_output(name: Optional[pulumi.Input[builtins.str]] = None,
157
156
  - [Azure DevOps Service REST API 7.1 - Agent Pools - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/distributedtask/pools/get?view=azure-devops-rest-7.1)
158
157
 
159
158
 
160
- :param builtins.str name: Name of the Agent Pool.
159
+ :param _builtins.str name: Name of the Agent Pool.
161
160
  """
162
161
  __args__ = dict()
163
162
  __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
@@ -36,7 +35,7 @@ class GetPoolsResult:
36
35
  raise TypeError("Expected argument 'id' to be a str")
37
36
  pulumi.set(__self__, "id", id)
38
37
 
39
- @property
38
+ @_builtins.property
40
39
  @pulumi.getter(name="agentPools")
41
40
  def agent_pools(self) -> Sequence['outputs.GetPoolsAgentPoolResult']:
42
41
  """
@@ -44,9 +43,9 @@ class GetPoolsResult:
44
43
  """
45
44
  return pulumi.get(self, "agent_pools")
46
45
 
47
- @property
46
+ @_builtins.property
48
47
  @pulumi.getter
49
- def id(self) -> builtins.str:
48
+ def id(self) -> _builtins.str:
50
49
  """
51
50
  The provider-assigned unique ID for this managed resource.
52
51
  """
@@ -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,67 +55,67 @@ class GetProjectResult:
56
55
  raise TypeError("Expected argument 'work_item_template' to be a str")
57
56
  pulumi.set(__self__, "work_item_template", work_item_template)
58
57
 
59
- @property
58
+ @_builtins.property
60
59
  @pulumi.getter
61
- def description(self) -> builtins.str:
60
+ def description(self) -> _builtins.str:
62
61
  """
63
62
  The description of the project.
64
63
  """
65
64
  return pulumi.get(self, "description")
66
65
 
67
- @property
66
+ @_builtins.property
68
67
  @pulumi.getter
69
- def features(self) -> Mapping[str, builtins.str]:
68
+ def features(self) -> Mapping[str, _builtins.str]:
70
69
  return pulumi.get(self, "features")
71
70
 
72
- @property
71
+ @_builtins.property
73
72
  @pulumi.getter
74
- def id(self) -> builtins.str:
73
+ def id(self) -> _builtins.str:
75
74
  """
76
75
  The provider-assigned unique ID for this managed resource.
77
76
  """
78
77
  return pulumi.get(self, "id")
79
78
 
80
- @property
79
+ @_builtins.property
81
80
  @pulumi.getter
82
- def name(self) -> Optional[builtins.str]:
81
+ def name(self) -> Optional[_builtins.str]:
83
82
  """
84
83
  The name of the project.
85
84
  """
86
85
  return pulumi.get(self, "name")
87
86
 
88
- @property
87
+ @_builtins.property
89
88
  @pulumi.getter(name="processTemplateId")
90
- def process_template_id(self) -> builtins.str:
89
+ def process_template_id(self) -> _builtins.str:
91
90
  """
92
91
  The process template ID for the project.
93
92
  """
94
93
  return pulumi.get(self, "process_template_id")
95
94
 
96
- @property
95
+ @_builtins.property
97
96
  @pulumi.getter(name="projectId")
98
- def project_id(self) -> Optional[builtins.str]:
97
+ def project_id(self) -> Optional[_builtins.str]:
99
98
  return pulumi.get(self, "project_id")
100
99
 
101
- @property
100
+ @_builtins.property
102
101
  @pulumi.getter(name="versionControl")
103
- def version_control(self) -> builtins.str:
102
+ def version_control(self) -> _builtins.str:
104
103
  """
105
104
  The version control of the project.
106
105
  """
107
106
  return pulumi.get(self, "version_control")
108
107
 
109
- @property
108
+ @_builtins.property
110
109
  @pulumi.getter
111
- def visibility(self) -> builtins.str:
110
+ def visibility(self) -> _builtins.str:
112
111
  """
113
112
  The visibility of the project.
114
113
  """
115
114
  return pulumi.get(self, "visibility")
116
115
 
117
- @property
116
+ @_builtins.property
118
117
  @pulumi.getter(name="workItemTemplate")
119
- def work_item_template(self) -> builtins.str:
118
+ def work_item_template(self) -> _builtins.str:
120
119
  """
121
120
  The work item template for the project.
122
121
  """
@@ -140,8 +139,8 @@ class AwaitableGetProjectResult(GetProjectResult):
140
139
  work_item_template=self.work_item_template)
141
140
 
142
141
 
143
- def get_project(name: Optional[builtins.str] = None,
144
- project_id: Optional[builtins.str] = None,
142
+ def get_project(name: Optional[_builtins.str] = None,
143
+ project_id: Optional[_builtins.str] = None,
145
144
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetProjectResult:
146
145
  """
147
146
  Use this data source to access information about an existing Project within Azure DevOps.
@@ -166,8 +165,8 @@ def get_project(name: Optional[builtins.str] = None,
166
165
  - **Work Items**: Read
167
166
 
168
167
 
169
- :param builtins.str name: Name of the Project.
170
- :param builtins.str project_id: ID of the Project.
168
+ :param _builtins.str name: Name of the Project.
169
+ :param _builtins.str project_id: ID of the Project.
171
170
 
172
171
  > **NOTE:** One of either `project_id` or `name` must be specified.
173
172
  """
@@ -187,8 +186,8 @@ def get_project(name: Optional[builtins.str] = None,
187
186
  version_control=pulumi.get(__ret__, 'version_control'),
188
187
  visibility=pulumi.get(__ret__, 'visibility'),
189
188
  work_item_template=pulumi.get(__ret__, 'work_item_template'))
190
- def get_project_output(name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
191
- project_id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
189
+ def get_project_output(name: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
190
+ project_id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
192
191
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetProjectResult]:
193
192
  """
194
193
  Use this data source to access information about an existing Project within Azure DevOps.
@@ -213,8 +212,8 @@ def get_project_output(name: Optional[pulumi.Input[Optional[builtins.str]]] = No
213
212
  - **Work Items**: Read
214
213
 
215
214
 
216
- :param builtins.str name: Name of the Project.
217
- :param builtins.str project_id: ID of the Project.
215
+ :param _builtins.str name: Name of the Project.
216
+ :param _builtins.str project_id: ID of the Project.
218
217
 
219
218
  > **NOTE:** One of either `project_id` or `name` must be specified.
220
219
  """
@@ -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 GetProjectsResult:
42
41
  raise TypeError("Expected argument 'state' to be a str")
43
42
  pulumi.set(__self__, "state", state)
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
55
- def name(self) -> Optional[builtins.str]:
54
+ def name(self) -> Optional[_builtins.str]:
56
55
  """
57
56
  The name of the Project.
58
57
  """
59
58
  return pulumi.get(self, "name")
60
59
 
61
- @property
60
+ @_builtins.property
62
61
  @pulumi.getter
63
62
  def projects(self) -> Sequence['outputs.GetProjectsProjectResult']:
64
63
  """
@@ -66,9 +65,9 @@ class GetProjectsResult:
66
65
  """
67
66
  return pulumi.get(self, "projects")
68
67
 
69
- @property
68
+ @_builtins.property
70
69
  @pulumi.getter
71
- def state(self) -> Optional[builtins.str]:
70
+ def state(self) -> Optional[_builtins.str]:
72
71
  """
73
72
  The state of the Project.
74
73
  """
@@ -87,8 +86,8 @@ class AwaitableGetProjectsResult(GetProjectsResult):
87
86
  state=self.state)
88
87
 
89
88
 
90
- def get_projects(name: Optional[builtins.str] = None,
91
- state: Optional[builtins.str] = None,
89
+ def get_projects(name: Optional[_builtins.str] = None,
90
+ state: Optional[_builtins.str] = None,
92
91
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetProjectsResult:
93
92
  """
94
93
  Use this data source to access information about existing Projects within Azure DevOps.
@@ -112,8 +111,8 @@ def get_projects(name: Optional[builtins.str] = None,
112
111
  - [Azure DevOps Service REST API 7.0 - Projects - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/core/projects/get?view=azure-devops-rest-7.0)
113
112
 
114
113
 
115
- :param builtins.str name: Name of the Project, if not specified all projects will be returned.
116
- :param builtins.str state: State of the Project, if not specified all projects will be returned. Valid values are `all`, `deleting`, `new`, `wellFormed`, `createPending`, `unchanged`,`deleted`.
114
+ :param _builtins.str name: Name of the Project, if not specified all projects will be returned.
115
+ :param _builtins.str state: State of the Project, if not specified all projects will be returned. Valid values are `all`, `deleting`, `new`, `wellFormed`, `createPending`, `unchanged`,`deleted`.
117
116
 
118
117
  > **NOTE:** DataSource without specifying any arguments will return all projects.
119
118
  """
@@ -128,8 +127,8 @@ def get_projects(name: Optional[builtins.str] = None,
128
127
  name=pulumi.get(__ret__, 'name'),
129
128
  projects=pulumi.get(__ret__, 'projects'),
130
129
  state=pulumi.get(__ret__, 'state'))
131
- def get_projects_output(name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
132
- state: Optional[pulumi.Input[Optional[builtins.str]]] = None,
130
+ def get_projects_output(name: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
131
+ state: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
133
132
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetProjectsResult]:
134
133
  """
135
134
  Use this data source to access information about existing Projects within Azure DevOps.
@@ -153,8 +152,8 @@ def get_projects_output(name: Optional[pulumi.Input[Optional[builtins.str]]] = N
153
152
  - [Azure DevOps Service REST API 7.0 - Projects - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/core/projects/get?view=azure-devops-rest-7.0)
154
153
 
155
154
 
156
- :param builtins.str name: Name of the Project, if not specified all projects will be returned.
157
- :param builtins.str state: State of the Project, if not specified all projects will be returned. Valid values are `all`, `deleting`, `new`, `wellFormed`, `createPending`, `unchanged`,`deleted`.
155
+ :param _builtins.str name: Name of the Project, if not specified all projects will be returned.
156
+ :param _builtins.str state: State of the Project, if not specified all projects will be returned. Valid values are `all`, `deleting`, `new`, `wellFormed`, `createPending`, `unchanged`,`deleted`.
158
157
 
159
158
  > **NOTE:** DataSource without specifying any arguments will return all projects.
160
159
  """