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
@@ -62,86 +61,86 @@ class GetGitRepositoryResult:
62
61
  raise TypeError("Expected argument 'web_url' to be a str")
63
62
  pulumi.set(__self__, "web_url", web_url)
64
63
 
65
- @property
64
+ @_builtins.property
66
65
  @pulumi.getter(name="defaultBranch")
67
- def default_branch(self) -> builtins.str:
66
+ def default_branch(self) -> _builtins.str:
68
67
  """
69
68
  The ref of the default branch.
70
69
  """
71
70
  return pulumi.get(self, "default_branch")
72
71
 
73
- @property
72
+ @_builtins.property
74
73
  @pulumi.getter
75
- def disabled(self) -> builtins.bool:
74
+ def disabled(self) -> _builtins.bool:
76
75
  """
77
76
  Indicates whether the repository is disabled.
78
77
  """
79
78
  return pulumi.get(self, "disabled")
80
79
 
81
- @property
80
+ @_builtins.property
82
81
  @pulumi.getter
83
- def id(self) -> builtins.str:
82
+ def id(self) -> _builtins.str:
84
83
  """
85
84
  The provider-assigned unique ID for this managed resource.
86
85
  """
87
86
  return pulumi.get(self, "id")
88
87
 
89
- @property
88
+ @_builtins.property
90
89
  @pulumi.getter(name="isFork")
91
- def is_fork(self) -> builtins.bool:
90
+ def is_fork(self) -> _builtins.bool:
92
91
  return pulumi.get(self, "is_fork")
93
92
 
94
- @property
93
+ @_builtins.property
95
94
  @pulumi.getter
96
- def name(self) -> builtins.str:
95
+ def name(self) -> _builtins.str:
97
96
  """
98
97
  The name of the Git repository.
99
98
  """
100
99
  return pulumi.get(self, "name")
101
100
 
102
- @property
101
+ @_builtins.property
103
102
  @pulumi.getter(name="projectId")
104
- def project_id(self) -> builtins.str:
103
+ def project_id(self) -> _builtins.str:
105
104
  """
106
105
  Project identifier to which the Git repository belongs.
107
106
  """
108
107
  return pulumi.get(self, "project_id")
109
108
 
110
- @property
109
+ @_builtins.property
111
110
  @pulumi.getter(name="remoteUrl")
112
- def remote_url(self) -> builtins.str:
111
+ def remote_url(self) -> _builtins.str:
113
112
  """
114
113
  HTTPS Url to clone the Git repository
115
114
  """
116
115
  return pulumi.get(self, "remote_url")
117
116
 
118
- @property
117
+ @_builtins.property
119
118
  @pulumi.getter
120
- def size(self) -> builtins.int:
119
+ def size(self) -> _builtins.int:
121
120
  """
122
121
  Compressed size (bytes) of the repository.
123
122
  """
124
123
  return pulumi.get(self, "size")
125
124
 
126
- @property
125
+ @_builtins.property
127
126
  @pulumi.getter(name="sshUrl")
128
- def ssh_url(self) -> builtins.str:
127
+ def ssh_url(self) -> _builtins.str:
129
128
  """
130
129
  SSH Url to clone the Git repository
131
130
  """
132
131
  return pulumi.get(self, "ssh_url")
133
132
 
134
- @property
133
+ @_builtins.property
135
134
  @pulumi.getter
136
- def url(self) -> builtins.str:
135
+ def url(self) -> _builtins.str:
137
136
  """
138
137
  The details REST API endpoint for the Git Repository.
139
138
  """
140
139
  return pulumi.get(self, "url")
141
140
 
142
- @property
141
+ @_builtins.property
143
142
  @pulumi.getter(name="webUrl")
144
- def web_url(self) -> builtins.str:
143
+ def web_url(self) -> _builtins.str:
145
144
  """
146
145
  The Url of the Git repository web view
147
146
  """
@@ -167,8 +166,8 @@ class AwaitableGetGitRepositoryResult(GetGitRepositoryResult):
167
166
  web_url=self.web_url)
168
167
 
169
168
 
170
- def get_git_repository(name: Optional[builtins.str] = None,
171
- project_id: Optional[builtins.str] = None,
169
+ def get_git_repository(name: Optional[_builtins.str] = None,
170
+ project_id: Optional[_builtins.str] = None,
172
171
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetGitRepositoryResult:
173
172
  """
174
173
  Use this data source to access information about a **single** (existing) Git Repository within Azure DevOps.
@@ -191,8 +190,8 @@ def get_git_repository(name: Optional[builtins.str] = None,
191
190
  - [Azure DevOps Service REST API 7.0 - Git API](https://docs.microsoft.com/en-us/rest/api/azure/devops/git/?view=azure-devops-rest-7.0)
192
191
 
193
192
 
194
- :param builtins.str name: The Name of the Git repository to retrieve
195
- :param builtins.str project_id: The ID of project to list Git repositories
193
+ :param _builtins.str name: The Name of the Git repository to retrieve
194
+ :param _builtins.str project_id: The ID of project to list Git repositories
196
195
  """
197
196
  __args__ = dict()
198
197
  __args__['name'] = name
@@ -212,8 +211,8 @@ def get_git_repository(name: Optional[builtins.str] = None,
212
211
  ssh_url=pulumi.get(__ret__, 'ssh_url'),
213
212
  url=pulumi.get(__ret__, 'url'),
214
213
  web_url=pulumi.get(__ret__, 'web_url'))
215
- def get_git_repository_output(name: Optional[pulumi.Input[builtins.str]] = None,
216
- project_id: Optional[pulumi.Input[builtins.str]] = None,
214
+ def get_git_repository_output(name: Optional[pulumi.Input[_builtins.str]] = None,
215
+ project_id: Optional[pulumi.Input[_builtins.str]] = None,
217
216
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetGitRepositoryResult]:
218
217
  """
219
218
  Use this data source to access information about a **single** (existing) Git Repository within Azure DevOps.
@@ -236,8 +235,8 @@ def get_git_repository_output(name: Optional[pulumi.Input[builtins.str]] = None,
236
235
  - [Azure DevOps Service REST API 7.0 - Git API](https://docs.microsoft.com/en-us/rest/api/azure/devops/git/?view=azure-devops-rest-7.0)
237
236
 
238
237
 
239
- :param builtins.str name: The Name of the Git repository to retrieve
240
- :param builtins.str project_id: The ID of project to list Git repositories
238
+ :param _builtins.str name: The Name of the Git repository to retrieve
239
+ :param _builtins.str project_id: The ID of project to list Git repositories
241
240
  """
242
241
  __args__ = dict()
243
242
  __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
@@ -50,48 +49,48 @@ class GetGitRepositoryFileResult:
50
49
  raise TypeError("Expected argument 'tag' to be a str")
51
50
  pulumi.set(__self__, "tag", tag)
52
51
 
53
- @property
52
+ @_builtins.property
54
53
  @pulumi.getter
55
- def branch(self) -> Optional[builtins.str]:
54
+ def branch(self) -> Optional[_builtins.str]:
56
55
  return pulumi.get(self, "branch")
57
56
 
58
- @property
57
+ @_builtins.property
59
58
  @pulumi.getter
60
- def content(self) -> builtins.str:
59
+ def content(self) -> _builtins.str:
61
60
  """
62
61
  The file content.
63
62
  """
64
63
  return pulumi.get(self, "content")
65
64
 
66
- @property
65
+ @_builtins.property
67
66
  @pulumi.getter
68
- def file(self) -> builtins.str:
67
+ def file(self) -> _builtins.str:
69
68
  return pulumi.get(self, "file")
70
69
 
71
- @property
70
+ @_builtins.property
72
71
  @pulumi.getter
73
- def id(self) -> builtins.str:
72
+ def id(self) -> _builtins.str:
74
73
  """
75
74
  The provider-assigned unique ID for this managed resource.
76
75
  """
77
76
  return pulumi.get(self, "id")
78
77
 
79
- @property
78
+ @_builtins.property
80
79
  @pulumi.getter(name="lastCommitMessage")
81
- def last_commit_message(self) -> builtins.str:
80
+ def last_commit_message(self) -> _builtins.str:
82
81
  """
83
82
  The commit message for the file.
84
83
  """
85
84
  return pulumi.get(self, "last_commit_message")
86
85
 
87
- @property
86
+ @_builtins.property
88
87
  @pulumi.getter(name="repositoryId")
89
- def repository_id(self) -> builtins.str:
88
+ def repository_id(self) -> _builtins.str:
90
89
  return pulumi.get(self, "repository_id")
91
90
 
92
- @property
91
+ @_builtins.property
93
92
  @pulumi.getter
94
- def tag(self) -> Optional[builtins.str]:
93
+ def tag(self) -> Optional[_builtins.str]:
95
94
  return pulumi.get(self, "tag")
96
95
 
97
96
 
@@ -110,10 +109,10 @@ class AwaitableGetGitRepositoryFileResult(GetGitRepositoryFileResult):
110
109
  tag=self.tag)
111
110
 
112
111
 
113
- def get_git_repository_file(branch: Optional[builtins.str] = None,
114
- file: Optional[builtins.str] = None,
115
- repository_id: Optional[builtins.str] = None,
116
- tag: Optional[builtins.str] = None,
112
+ def get_git_repository_file(branch: Optional[_builtins.str] = None,
113
+ file: Optional[_builtins.str] = None,
114
+ repository_id: Optional[_builtins.str] = None,
115
+ tag: Optional[_builtins.str] = None,
117
116
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetGitRepositoryFileResult:
118
117
  """
119
118
  Use this data source to get an existing Git Repository File.
@@ -134,10 +133,10 @@ def get_git_repository_file(branch: Optional[builtins.str] = None,
134
133
  ```
135
134
 
136
135
 
137
- :param builtins.str branch: The git branch to use. Conflicts with `tag`; one or the other must be specified.
138
- :param builtins.str file: The path of the file to get.
139
- :param builtins.str repository_id: The ID of the Git repository.
140
- :param builtins.str tag: The tag to use.Conflicts with `branch`; one or the other must be specified.
136
+ :param _builtins.str branch: The git branch to use. Conflicts with `tag`; one or the other must be specified.
137
+ :param _builtins.str file: The path of the file to get.
138
+ :param _builtins.str repository_id: The ID of the Git repository.
139
+ :param _builtins.str tag: The tag to use.Conflicts with `branch`; one or the other must be specified.
141
140
  """
142
141
  __args__ = dict()
143
142
  __args__['branch'] = branch
@@ -155,10 +154,10 @@ def get_git_repository_file(branch: Optional[builtins.str] = None,
155
154
  last_commit_message=pulumi.get(__ret__, 'last_commit_message'),
156
155
  repository_id=pulumi.get(__ret__, 'repository_id'),
157
156
  tag=pulumi.get(__ret__, 'tag'))
158
- def get_git_repository_file_output(branch: Optional[pulumi.Input[Optional[builtins.str]]] = None,
159
- file: Optional[pulumi.Input[builtins.str]] = None,
160
- repository_id: Optional[pulumi.Input[builtins.str]] = None,
161
- tag: Optional[pulumi.Input[Optional[builtins.str]]] = None,
157
+ def get_git_repository_file_output(branch: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
158
+ file: Optional[pulumi.Input[_builtins.str]] = None,
159
+ repository_id: Optional[pulumi.Input[_builtins.str]] = None,
160
+ tag: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
162
161
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetGitRepositoryFileResult]:
163
162
  """
164
163
  Use this data source to get an existing Git Repository File.
@@ -179,10 +178,10 @@ def get_git_repository_file_output(branch: Optional[pulumi.Input[Optional[builti
179
178
  ```
180
179
 
181
180
 
182
- :param builtins.str branch: The git branch to use. Conflicts with `tag`; one or the other must be specified.
183
- :param builtins.str file: The path of the file to get.
184
- :param builtins.str repository_id: The ID of the Git repository.
185
- :param builtins.str tag: The tag to use.Conflicts with `branch`; one or the other must be specified.
181
+ :param _builtins.str branch: The git branch to use. Conflicts with `tag`; one or the other must be specified.
182
+ :param _builtins.str file: The path of the file to get.
183
+ :param _builtins.str repository_id: The ID of the Git repository.
184
+ :param _builtins.str tag: The tag to use.Conflicts with `branch`; one or the other must be specified.
186
185
  """
187
186
  __args__ = dict()
188
187
  __args__['branch'] = branch
@@ -2,8 +2,7 @@
2
2
  # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import builtins
6
- import copy
5
+ import builtins as _builtins
7
6
  import warnings
8
7
  import sys
9
8
  import pulumi
@@ -50,54 +49,54 @@ class GetGroupResult:
50
49
  raise TypeError("Expected argument 'project_id' to be a str")
51
50
  pulumi.set(__self__, "project_id", project_id)
52
51
 
53
- @property
52
+ @_builtins.property
54
53
  @pulumi.getter
55
- def descriptor(self) -> builtins.str:
54
+ def descriptor(self) -> _builtins.str:
56
55
  """
57
56
  The Descriptor is the primary way to reference the graph subject. This field will uniquely identify the same graph subject across both Accounts and Organizations. In format of `vssgp.xxxxxxxxxxxxxxxxxxx`
58
57
  """
59
58
  return pulumi.get(self, "descriptor")
60
59
 
61
- @property
60
+ @_builtins.property
62
61
  @pulumi.getter(name="groupId")
63
- def group_id(self) -> builtins.str:
62
+ def group_id(self) -> _builtins.str:
64
63
  """
65
64
  The ID of the group.
66
65
  """
67
66
  return pulumi.get(self, "group_id")
68
67
 
69
- @property
68
+ @_builtins.property
70
69
  @pulumi.getter
71
- def id(self) -> builtins.str:
70
+ def id(self) -> _builtins.str:
72
71
  """
73
72
  The provider-assigned unique ID for this managed resource.
74
73
  """
75
74
  return pulumi.get(self, "id")
76
75
 
77
- @property
76
+ @_builtins.property
78
77
  @pulumi.getter
79
- def name(self) -> builtins.str:
78
+ def name(self) -> _builtins.str:
80
79
  return pulumi.get(self, "name")
81
80
 
82
- @property
81
+ @_builtins.property
83
82
  @pulumi.getter
84
- def origin(self) -> builtins.str:
83
+ def origin(self) -> _builtins.str:
85
84
  """
86
85
  The type of source provider for the origin identifier (ex:AD, AAD, MSA)
87
86
  """
88
87
  return pulumi.get(self, "origin")
89
88
 
90
- @property
89
+ @_builtins.property
91
90
  @pulumi.getter(name="originId")
92
- def origin_id(self) -> builtins.str:
91
+ def origin_id(self) -> _builtins.str:
93
92
  """
94
93
  The unique identifier from the system of origin. Typically a sid, object id or Guid. Linking and unlinking operations can cause this value to change for a user because the user is not backed by a different provider and has a different unique id in the new provider.
95
94
  """
96
95
  return pulumi.get(self, "origin_id")
97
96
 
98
- @property
97
+ @_builtins.property
99
98
  @pulumi.getter(name="projectId")
100
- def project_id(self) -> Optional[builtins.str]:
99
+ def project_id(self) -> Optional[_builtins.str]:
101
100
  return pulumi.get(self, "project_id")
102
101
 
103
102
 
@@ -116,8 +115,8 @@ class AwaitableGetGroupResult(GetGroupResult):
116
115
  project_id=self.project_id)
117
116
 
118
117
 
119
- def get_group(name: Optional[builtins.str] = None,
120
- project_id: Optional[builtins.str] = None,
118
+ def get_group(name: Optional[_builtins.str] = None,
119
+ project_id: Optional[_builtins.str] = None,
121
120
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetGroupResult:
122
121
  """
123
122
  Use this data source to access information about an existing Group within Azure DevOps
@@ -148,8 +147,8 @@ def get_group(name: Optional[builtins.str] = None,
148
147
  - **Work Items**: Read
149
148
 
150
149
 
151
- :param builtins.str name: The Name of the Group.
152
- :param builtins.str project_id: The ID of the Project. If `project_id` is not specified the project collection groups will be searched.
150
+ :param _builtins.str name: The Name of the Group.
151
+ :param _builtins.str project_id: The ID of the Project. If `project_id` is not specified the project collection groups will be searched.
153
152
  """
154
153
  __args__ = dict()
155
154
  __args__['name'] = name
@@ -165,8 +164,8 @@ def get_group(name: Optional[builtins.str] = None,
165
164
  origin=pulumi.get(__ret__, 'origin'),
166
165
  origin_id=pulumi.get(__ret__, 'origin_id'),
167
166
  project_id=pulumi.get(__ret__, 'project_id'))
168
- def get_group_output(name: Optional[pulumi.Input[builtins.str]] = None,
169
- project_id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
167
+ def get_group_output(name: Optional[pulumi.Input[_builtins.str]] = None,
168
+ project_id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
170
169
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetGroupResult]:
171
170
  """
172
171
  Use this data source to access information about an existing Group within Azure DevOps
@@ -197,8 +196,8 @@ def get_group_output(name: Optional[pulumi.Input[builtins.str]] = None,
197
196
  - **Work Items**: Read
198
197
 
199
198
 
200
- :param builtins.str name: The Name of the Group.
201
- :param builtins.str project_id: The ID of the Project. If `project_id` is not specified the project collection groups will be searched.
199
+ :param _builtins.str name: The Name of the Group.
200
+ :param _builtins.str project_id: The ID of the Project. If `project_id` is not specified the project collection groups will be searched.
202
201
  """
203
202
  __args__ = dict()
204
203
  __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
@@ -38,22 +37,22 @@ class GetGroupMembershipResult:
38
37
  raise TypeError("Expected argument 'members' to be a list")
39
38
  pulumi.set(__self__, "members", members)
40
39
 
41
- @property
40
+ @_builtins.property
42
41
  @pulumi.getter(name="groupDescriptor")
43
- def group_descriptor(self) -> builtins.str:
42
+ def group_descriptor(self) -> _builtins.str:
44
43
  return pulumi.get(self, "group_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
56
- def members(self) -> Sequence[builtins.str]:
55
+ def members(self) -> Sequence[_builtins.str]:
57
56
  """
58
57
  A list of user or group descriptors.
59
58
  """
@@ -71,7 +70,7 @@ class AwaitableGetGroupMembershipResult(GetGroupMembershipResult):
71
70
  members=self.members)
72
71
 
73
72
 
74
- def get_group_membership(group_descriptor: Optional[builtins.str] = None,
73
+ def get_group_membership(group_descriptor: Optional[_builtins.str] = None,
75
74
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetGroupMembershipResult:
76
75
  """
77
76
  Use this data source to access information about an existing Group Memberships within Azure DevOps
@@ -90,7 +89,7 @@ def get_group_membership(group_descriptor: Optional[builtins.str] = None,
90
89
  - [Azure DevOps Service REST API 7.1 - Memberships](https://docs.microsoft.com/en-us/rest/api/azure/devops/graph/memberships?view=azure-devops-rest-7.1)
91
90
 
92
91
 
93
- :param builtins.str group_descriptor: The descriptor of the group.
92
+ :param _builtins.str group_descriptor: The descriptor of the group.
94
93
  """
95
94
  __args__ = dict()
96
95
  __args__['groupDescriptor'] = group_descriptor
@@ -101,7 +100,7 @@ def get_group_membership(group_descriptor: Optional[builtins.str] = None,
101
100
  group_descriptor=pulumi.get(__ret__, 'group_descriptor'),
102
101
  id=pulumi.get(__ret__, 'id'),
103
102
  members=pulumi.get(__ret__, 'members'))
104
- def get_group_membership_output(group_descriptor: Optional[pulumi.Input[builtins.str]] = None,
103
+ def get_group_membership_output(group_descriptor: Optional[pulumi.Input[_builtins.str]] = None,
105
104
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetGroupMembershipResult]:
106
105
  """
107
106
  Use this data source to access information about an existing Group Memberships within Azure DevOps
@@ -120,7 +119,7 @@ def get_group_membership_output(group_descriptor: Optional[pulumi.Input[builtins
120
119
  - [Azure DevOps Service REST API 7.1 - Memberships](https://docs.microsoft.com/en-us/rest/api/azure/devops/graph/memberships?view=azure-devops-rest-7.1)
121
120
 
122
121
 
123
- :param builtins.str group_descriptor: The descriptor of the group.
122
+ :param _builtins.str group_descriptor: The descriptor of the group.
124
123
  """
125
124
  __args__ = dict()
126
125
  __args__['groupDescriptor'] = group_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
@@ -39,7 +38,7 @@ class GetGroupsResult:
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.GetGroupsGroupResult']:
45
44
  """
@@ -47,17 +46,17 @@ class GetGroupsResult:
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 AwaitableGetGroupsResult(GetGroupsResult):
72
71
  project_id=self.project_id)
73
72
 
74
73
 
75
- def get_groups(project_id: Optional[builtins.str] = None,
74
+ def get_groups(project_id: Optional[_builtins.str] = None,
76
75
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetGroupsResult:
77
76
  """
78
77
  Use this data source to access information about existing Groups within Azure DevOps
@@ -95,7 +94,7 @@ def get_groups(project_id: Optional[builtins.str] = None,
95
94
  - [Azure DevOps Service REST API 7.0 - Groups - List](https://docs.microsoft.com/en-us/rest/api/azure/devops/graph/groups/list?view=azure-devops-rest-7.0)
96
95
 
97
96
 
98
- :param builtins.str project_id: The ID of the Project. If no project ID is specified all groups of an organization will be returned
97
+ :param _builtins.str project_id: The ID of the Project. 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_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_groups_output(project_id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
108
+ def get_groups_output(project_id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
110
109
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetGroupsResult]:
111
110
  """
112
111
  Use this data source to access information about existing Groups within Azure DevOps
@@ -129,7 +128,7 @@ def get_groups_output(project_id: Optional[pulumi.Input[Optional[builtins.str]]]
129
128
  - [Azure DevOps Service REST API 7.0 - Groups - List](https://docs.microsoft.com/en-us/rest/api/azure/devops/graph/groups/list?view=azure-devops-rest-7.0)
130
129
 
131
130
 
132
- :param builtins.str project_id: The ID of the Project. If no project ID is specified all groups of an organization will be returned
131
+ :param _builtins.str project_id: The ID of the Project. 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,38 +43,38 @@ class GetIdentityGroupResult:
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 identity group.
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
  """
67
66
  This is the non-unique display name of the identity subject. To change this field, you must alter its value in the source provider.
68
67
  """
69
68
  return pulumi.get(self, "name")
70
69
 
71
- @property
70
+ @_builtins.property
72
71
  @pulumi.getter(name="projectId")
73
- def project_id(self) -> builtins.str:
72
+ def project_id(self) -> _builtins.str:
74
73
  return pulumi.get(self, "project_id")
75
74
 
76
- @property
75
+ @_builtins.property
77
76
  @pulumi.getter(name="subjectDescriptor")
78
- def subject_descriptor(self) -> builtins.str:
77
+ def subject_descriptor(self) -> _builtins.str:
79
78
  """
80
79
  The subject descriptor of the identity group.
81
80
  """
@@ -95,8 +94,8 @@ class AwaitableGetIdentityGroupResult(GetIdentityGroupResult):
95
94
  subject_descriptor=self.subject_descriptor)
96
95
 
97
96
 
98
- def get_identity_group(name: Optional[builtins.str] = None,
99
- project_id: Optional[builtins.str] = None,
97
+ def get_identity_group(name: Optional[_builtins.str] = None,
98
+ project_id: Optional[_builtins.str] = None,
100
99
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetIdentityGroupResult:
101
100
  """
102
101
  Use this data source to access information about an existing Group within Azure DevOps On-Premise(Azure DevOps Server).
@@ -117,8 +116,8 @@ def get_identity_group(name: Optional[builtins.str] = None,
117
116
  - [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)
118
117
 
119
118
 
120
- :param builtins.str name: The name of the group.
121
- :param builtins.str project_id: The Project ID.
119
+ :param _builtins.str name: The name of the group.
120
+ :param _builtins.str project_id: The Project ID.
122
121
  """
123
122
  __args__ = dict()
124
123
  __args__['name'] = name
@@ -132,8 +131,8 @@ def get_identity_group(name: Optional[builtins.str] = None,
132
131
  name=pulumi.get(__ret__, 'name'),
133
132
  project_id=pulumi.get(__ret__, 'project_id'),
134
133
  subject_descriptor=pulumi.get(__ret__, 'subject_descriptor'))
135
- def get_identity_group_output(name: Optional[pulumi.Input[builtins.str]] = None,
136
- project_id: Optional[pulumi.Input[builtins.str]] = None,
134
+ def get_identity_group_output(name: Optional[pulumi.Input[_builtins.str]] = None,
135
+ project_id: Optional[pulumi.Input[_builtins.str]] = None,
137
136
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetIdentityGroupResult]:
138
137
  """
139
138
  Use this data source to access information about an existing Group within Azure DevOps On-Premise(Azure DevOps Server).
@@ -154,8 +153,8 @@ def get_identity_group_output(name: Optional[pulumi.Input[builtins.str]] = None,
154
153
  - [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)
155
154
 
156
155
 
157
- :param builtins.str name: The name of the group.
158
- :param builtins.str project_id: The Project ID.
156
+ :param _builtins.str name: The name of the group.
157
+ :param _builtins.str project_id: The Project ID.
159
158
  """
160
159
  __args__ = dict()
161
160
  __args__['name'] = name