pulumi-azuredevops 3.10.0a1748663812__py3-none-any.whl → 3.10.1__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 (158) hide show
  1. pulumi_azuredevops/__init__.py +2 -2
  2. pulumi_azuredevops/_inputs.py +1247 -1248
  3. pulumi_azuredevops/_utilities.py +1 -1
  4. pulumi_azuredevops/area_permissions.py +87 -88
  5. pulumi_azuredevops/branch_policy_auto_reviewers.py +56 -57
  6. pulumi_azuredevops/branch_policy_build_validation.py +56 -57
  7. pulumi_azuredevops/branch_policy_comment_resolution.py +56 -57
  8. pulumi_azuredevops/branch_policy_merge_types.py +56 -57
  9. pulumi_azuredevops/branch_policy_min_reviewers.py +56 -57
  10. pulumi_azuredevops/branch_policy_status_check.py +56 -57
  11. pulumi_azuredevops/branch_policy_work_item_linking.py +56 -57
  12. pulumi_azuredevops/build_definition.py +171 -172
  13. pulumi_azuredevops/build_definition_permissions.py +87 -88
  14. pulumi_azuredevops/build_folder.py +53 -54
  15. pulumi_azuredevops/build_folder_permissions.py +87 -88
  16. pulumi_azuredevops/check_approval.py +147 -148
  17. pulumi_azuredevops/check_branch_control.py +147 -148
  18. pulumi_azuredevops/check_business_hours.py +266 -267
  19. pulumi_azuredevops/check_exclusive_lock.py +79 -80
  20. pulumi_azuredevops/check_required_template.py +65 -66
  21. pulumi_azuredevops/check_rest_api.py +266 -267
  22. pulumi_azuredevops/config/__init__.py +2 -2
  23. pulumi_azuredevops/config/__init__.pyi +2 -3
  24. pulumi_azuredevops/config/vars.py +23 -24
  25. pulumi_azuredevops/dashboard.py +96 -97
  26. pulumi_azuredevops/elastic_pool.py +206 -207
  27. pulumi_azuredevops/environment.py +53 -54
  28. pulumi_azuredevops/environment_resource_kubernetes.py +121 -122
  29. pulumi_azuredevops/extension.py +97 -98
  30. pulumi_azuredevops/feed.py +39 -40
  31. pulumi_azuredevops/feed_permission.py +96 -97
  32. pulumi_azuredevops/feed_retention_policy.py +70 -71
  33. pulumi_azuredevops/get_agent_queue.py +18 -19
  34. pulumi_azuredevops/get_area.py +27 -28
  35. pulumi_azuredevops/get_build_definition.py +40 -41
  36. pulumi_azuredevops/get_client_config.py +14 -15
  37. pulumi_azuredevops/get_descriptor.py +12 -13
  38. pulumi_azuredevops/get_environment.py +24 -25
  39. pulumi_azuredevops/get_feed.py +22 -23
  40. pulumi_azuredevops/get_git_repository.py +32 -33
  41. pulumi_azuredevops/get_git_repository_file.py +32 -33
  42. pulumi_azuredevops/get_group.py +24 -25
  43. pulumi_azuredevops/get_group_membership.py +12 -13
  44. pulumi_azuredevops/get_groups.py +11 -12
  45. pulumi_azuredevops/get_identity_group.py +20 -21
  46. pulumi_azuredevops/get_identity_groups.py +11 -12
  47. pulumi_azuredevops/get_identity_users.py +20 -21
  48. pulumi_azuredevops/get_iteration.py +27 -28
  49. pulumi_azuredevops/get_pool.py +16 -17
  50. pulumi_azuredevops/get_pools.py +5 -6
  51. pulumi_azuredevops/get_project.py +28 -29
  52. pulumi_azuredevops/get_projects.py +17 -18
  53. pulumi_azuredevops/get_repositories.py +23 -24
  54. pulumi_azuredevops/get_securityrole_definitions.py +11 -12
  55. pulumi_azuredevops/get_service_endpoint_azure_rm.py +50 -51
  56. pulumi_azuredevops/get_service_endpoint_github.py +26 -27
  57. pulumi_azuredevops/get_service_principal.py +16 -17
  58. pulumi_azuredevops/get_serviceendpoint_azurecr.py +46 -47
  59. pulumi_azuredevops/get_serviceendpoint_bitbucket.py +26 -27
  60. pulumi_azuredevops/get_serviceendpoint_dockerregistry.py +36 -37
  61. pulumi_azuredevops/get_serviceendpoint_npm.py +28 -29
  62. pulumi_azuredevops/get_serviceendpoint_sonarcloud.py +26 -27
  63. pulumi_azuredevops/get_storage_key.py +12 -13
  64. pulumi_azuredevops/get_team.py +30 -31
  65. pulumi_azuredevops/get_teams.py +17 -18
  66. pulumi_azuredevops/get_user.py +24 -25
  67. pulumi_azuredevops/get_users.py +30 -31
  68. pulumi_azuredevops/get_variable_group.py +22 -23
  69. pulumi_azuredevops/git.py +144 -145
  70. pulumi_azuredevops/git_permissions.py +104 -105
  71. pulumi_azuredevops/git_repository_branch.py +96 -97
  72. pulumi_azuredevops/git_repository_file.py +172 -173
  73. pulumi_azuredevops/group.py +167 -168
  74. pulumi_azuredevops/group_entitlement.py +105 -106
  75. pulumi_azuredevops/group_membership.py +53 -54
  76. pulumi_azuredevops/iterative_permissions.py +87 -88
  77. pulumi_azuredevops/library_permissions.py +70 -71
  78. pulumi_azuredevops/outputs.py +1362 -1363
  79. pulumi_azuredevops/pipeline_authorization.py +87 -88
  80. pulumi_azuredevops/pool.py +70 -71
  81. pulumi_azuredevops/project.py +113 -114
  82. pulumi_azuredevops/project_features.py +32 -33
  83. pulumi_azuredevops/project_permissions.py +70 -71
  84. pulumi_azuredevops/project_pipeline_settings.py +121 -122
  85. pulumi_azuredevops/project_tags.py +36 -37
  86. pulumi_azuredevops/provider.py +199 -200
  87. pulumi_azuredevops/pulumi-plugin.json +1 -1
  88. pulumi_azuredevops/queue.py +53 -54
  89. pulumi_azuredevops/repository_policy_author_email_pattern.py +87 -88
  90. pulumi_azuredevops/repository_policy_case_enforcement.py +87 -88
  91. pulumi_azuredevops/repository_policy_check_credentials.py +70 -71
  92. pulumi_azuredevops/repository_policy_file_path_pattern.py +87 -88
  93. pulumi_azuredevops/repository_policy_max_file_size.py +87 -88
  94. pulumi_azuredevops/repository_policy_max_path_length.py +87 -88
  95. pulumi_azuredevops/repository_policy_reserved_names.py +70 -71
  96. pulumi_azuredevops/resource_authorization.py +87 -88
  97. pulumi_azuredevops/securityrole_assignment.py +70 -71
  98. pulumi_azuredevops/service_endpoint_artifactory.py +83 -84
  99. pulumi_azuredevops/service_endpoint_aws.py +175 -176
  100. pulumi_azuredevops/service_endpoint_azure_dev_ops.py +138 -142
  101. pulumi_azuredevops/service_endpoint_azure_ecr.py +242 -247
  102. pulumi_azuredevops/service_endpoint_azure_rm.py +257 -259
  103. pulumi_azuredevops/service_endpoint_bit_bucket.py +109 -112
  104. pulumi_azuredevops/service_endpoint_docker_registry.py +164 -167
  105. pulumi_azuredevops/service_endpoint_generic.py +107 -108
  106. pulumi_azuredevops/service_endpoint_generic_git.py +124 -125
  107. pulumi_azuredevops/service_endpoint_git_hub.py +62 -63
  108. pulumi_azuredevops/service_endpoint_git_hub_enterprise.py +79 -80
  109. pulumi_azuredevops/service_endpoint_git_lab.py +107 -108
  110. pulumi_azuredevops/service_endpoint_kubernetes.py +99 -100
  111. pulumi_azuredevops/service_endpoint_npm.py +94 -95
  112. pulumi_azuredevops/service_endpoint_pipeline.py +76 -77
  113. pulumi_azuredevops/service_endpoint_service_fabric.py +82 -83
  114. pulumi_azuredevops/service_endpoint_sonar_cloud.py +77 -78
  115. pulumi_azuredevops/service_endpoint_sonar_qube.py +94 -95
  116. pulumi_azuredevops/service_endpoint_ssh.py +141 -142
  117. pulumi_azuredevops/service_principal_entitlement.py +88 -89
  118. pulumi_azuredevops/serviceendpoint_argocd.py +83 -84
  119. pulumi_azuredevops/serviceendpoint_azure_service_bus.py +90 -91
  120. pulumi_azuredevops/serviceendpoint_black_duck.py +90 -91
  121. pulumi_azuredevops/serviceendpoint_checkmarx_one.py +141 -142
  122. pulumi_azuredevops/serviceendpoint_checkmarx_sast.py +141 -142
  123. pulumi_azuredevops/serviceendpoint_checkmarx_sca.py +175 -176
  124. pulumi_azuredevops/serviceendpoint_dynamics_lifecycle_services.py +141 -142
  125. pulumi_azuredevops/serviceendpoint_externaltfs.py +76 -77
  126. pulumi_azuredevops/serviceendpoint_gcp_terraform.py +175 -179
  127. pulumi_azuredevops/serviceendpoint_incomingwebhook.py +118 -120
  128. pulumi_azuredevops/serviceendpoint_jenkins.py +124 -125
  129. pulumi_azuredevops/serviceendpoint_jfrog_artifactory_v2.py +83 -84
  130. pulumi_azuredevops/serviceendpoint_jfrog_distribution_v2.py +83 -84
  131. pulumi_azuredevops/serviceendpoint_jfrog_platform_v2.py +83 -84
  132. pulumi_azuredevops/serviceendpoint_jfrog_xray_v2.py +83 -84
  133. pulumi_azuredevops/serviceendpoint_maven.py +96 -97
  134. pulumi_azuredevops/serviceendpoint_nexus.py +107 -108
  135. pulumi_azuredevops/serviceendpoint_nuget.py +141 -142
  136. pulumi_azuredevops/serviceendpoint_octopusdeploy.py +107 -108
  137. pulumi_azuredevops/serviceendpoint_openshift.py +116 -117
  138. pulumi_azuredevops/serviceendpoint_permissions.py +87 -88
  139. pulumi_azuredevops/serviceendpoint_snyk.py +90 -91
  140. pulumi_azuredevops/serviceendpoint_visualstudiomarketplace.py +79 -80
  141. pulumi_azuredevops/servicehook_permissions.py +70 -71
  142. pulumi_azuredevops/servicehook_storage_queue_pipelines.py +110 -111
  143. pulumi_azuredevops/tagging_permissions.py +70 -71
  144. pulumi_azuredevops/team.py +96 -97
  145. pulumi_azuredevops/team_administrators.py +70 -71
  146. pulumi_azuredevops/team_members.py +70 -71
  147. pulumi_azuredevops/user.py +96 -97
  148. pulumi_azuredevops/variable_group.py +76 -77
  149. pulumi_azuredevops/variable_group_permissions.py +87 -88
  150. pulumi_azuredevops/wiki.py +122 -123
  151. pulumi_azuredevops/wiki_page.py +83 -84
  152. pulumi_azuredevops/work_item_query_permissions.py +87 -88
  153. pulumi_azuredevops/workitem.py +166 -167
  154. {pulumi_azuredevops-3.10.0a1748663812.dist-info → pulumi_azuredevops-3.10.1.dist-info}/METADATA +1 -1
  155. pulumi_azuredevops-3.10.1.dist-info/RECORD +158 -0
  156. pulumi_azuredevops-3.10.0a1748663812.dist-info/RECORD +0 -158
  157. {pulumi_azuredevops-3.10.0a1748663812.dist-info → pulumi_azuredevops-3.10.1.dist-info}/WHEEL +0 -0
  158. {pulumi_azuredevops-3.10.0a1748663812.dist-info → pulumi_azuredevops-3.10.1.dist-info}/top_level.txt +0 -0
@@ -1,9 +1,8 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
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
  """
@@ -1,9 +1,8 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
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
  """
@@ -1,9 +1,8 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
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
@@ -45,36 +44,36 @@ class GetRepositoriesResult:
45
44
  raise TypeError("Expected argument 'repositories' to be a list")
46
45
  pulumi.set(__self__, "repositories", repositories)
47
46
 
48
- @property
47
+ @_builtins.property
49
48
  @pulumi.getter
50
- def id(self) -> builtins.str:
49
+ def id(self) -> _builtins.str:
51
50
  """
52
51
  The provider-assigned unique ID for this managed resource.
53
52
  """
54
53
  return pulumi.get(self, "id")
55
54
 
56
- @property
55
+ @_builtins.property
57
56
  @pulumi.getter(name="includeHidden")
58
- def include_hidden(self) -> Optional[builtins.bool]:
57
+ def include_hidden(self) -> Optional[_builtins.bool]:
59
58
  return pulumi.get(self, "include_hidden")
60
59
 
61
- @property
60
+ @_builtins.property
62
61
  @pulumi.getter
63
- def name(self) -> Optional[builtins.str]:
62
+ def name(self) -> Optional[_builtins.str]:
64
63
  """
65
64
  Git repository name.
66
65
  """
67
66
  return pulumi.get(self, "name")
68
67
 
69
- @property
68
+ @_builtins.property
70
69
  @pulumi.getter(name="projectId")
71
- def project_id(self) -> Optional[builtins.str]:
70
+ def project_id(self) -> Optional[_builtins.str]:
72
71
  """
73
72
  Project identifier to which the Git repository belongs.
74
73
  """
75
74
  return pulumi.get(self, "project_id")
76
75
 
77
- @property
76
+ @_builtins.property
78
77
  @pulumi.getter
79
78
  def repositories(self) -> Sequence['outputs.GetRepositoriesRepositoryResult']:
80
79
  """
@@ -96,9 +95,9 @@ class AwaitableGetRepositoriesResult(GetRepositoriesResult):
96
95
  repositories=self.repositories)
97
96
 
98
97
 
99
- def get_repositories(include_hidden: Optional[builtins.bool] = None,
100
- name: Optional[builtins.str] = None,
101
- project_id: Optional[builtins.str] = None,
98
+ def get_repositories(include_hidden: Optional[_builtins.bool] = None,
99
+ name: Optional[_builtins.str] = None,
100
+ project_id: Optional[_builtins.str] = None,
102
101
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetRepositoriesResult:
103
102
  """
104
103
  Use this data source to access information about **multiple** existing Git Repositories within Azure DevOps.
@@ -124,11 +123,11 @@ def get_repositories(include_hidden: Optional[builtins.bool] = None,
124
123
  - [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)
125
124
 
126
125
 
127
- :param builtins.bool include_hidden: Defaults to `false`.
126
+ :param _builtins.bool include_hidden: Defaults to `false`.
128
127
 
129
128
  DataSource without specifying any arguments will return all Git repositories of an organization.
130
- :param builtins.str name: Name of the Git repository to retrieve; requires `project_id` to be specified as well
131
- :param builtins.str project_id: ID of project to list Git repositories
129
+ :param _builtins.str name: Name of the Git repository to retrieve; requires `project_id` to be specified as well
130
+ :param _builtins.str project_id: ID of project to list Git repositories
132
131
  """
133
132
  __args__ = dict()
134
133
  __args__['includeHidden'] = include_hidden
@@ -143,9 +142,9 @@ def get_repositories(include_hidden: Optional[builtins.bool] = None,
143
142
  name=pulumi.get(__ret__, 'name'),
144
143
  project_id=pulumi.get(__ret__, 'project_id'),
145
144
  repositories=pulumi.get(__ret__, 'repositories'))
146
- def get_repositories_output(include_hidden: Optional[pulumi.Input[Optional[builtins.bool]]] = None,
147
- name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
148
- project_id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
145
+ def get_repositories_output(include_hidden: Optional[pulumi.Input[Optional[_builtins.bool]]] = None,
146
+ name: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
147
+ project_id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
149
148
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetRepositoriesResult]:
150
149
  """
151
150
  Use this data source to access information about **multiple** existing Git Repositories within Azure DevOps.
@@ -171,11 +170,11 @@ def get_repositories_output(include_hidden: Optional[pulumi.Input[Optional[built
171
170
  - [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)
172
171
 
173
172
 
174
- :param builtins.bool include_hidden: Defaults to `false`.
173
+ :param _builtins.bool include_hidden: Defaults to `false`.
175
174
 
176
175
  DataSource without specifying any arguments will return all Git repositories of an organization.
177
- :param builtins.str name: Name of the Git repository to retrieve; requires `project_id` to be specified as well
178
- :param builtins.str project_id: ID of project to list Git repositories
176
+ :param _builtins.str name: Name of the Git repository to retrieve; requires `project_id` to be specified as well
177
+ :param _builtins.str project_id: ID of project to list Git repositories
179
178
  """
180
179
  __args__ = dict()
181
180
  __args__['includeHidden'] = include_hidden
@@ -1,9 +1,8 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
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 GetSecurityroleDefinitionsResult:
39
38
  raise TypeError("Expected argument 'scope' to be a str")
40
39
  pulumi.set(__self__, "scope", scope)
41
40
 
42
- @property
41
+ @_builtins.property
43
42
  @pulumi.getter
44
43
  def definitions(self) -> Sequence['outputs.GetSecurityroleDefinitionsDefinitionResult']:
45
44
  """
@@ -47,17 +46,17 @@ class GetSecurityroleDefinitionsResult:
47
46
  """
48
47
  return pulumi.get(self, "definitions")
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
60
- def scope(self) -> builtins.str:
59
+ def scope(self) -> _builtins.str:
61
60
  """
62
61
  The scope of the Security Role Definition.
63
62
  """
@@ -75,7 +74,7 @@ class AwaitableGetSecurityroleDefinitionsResult(GetSecurityroleDefinitionsResult
75
74
  scope=self.scope)
76
75
 
77
76
 
78
- def get_securityrole_definitions(scope: Optional[builtins.str] = None,
77
+ def get_securityrole_definitions(scope: Optional[_builtins.str] = None,
79
78
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSecurityroleDefinitionsResult:
80
79
  """
81
80
  Use this data source to access information about existing Security Role Definitions within a given scope in Azure DevOps.
@@ -95,7 +94,7 @@ def get_securityrole_definitions(scope: Optional[builtins.str] = None,
95
94
  - [Azure DevOps Service REST API 7.0 - Role Definitions - List](https://learn.microsoft.com/en-us/rest/api/azure/devops/securityroles/roledefinitions/list?view=azure-devops-rest-7.1)
96
95
 
97
96
 
98
- :param builtins.str scope: Name of the Scope for which Security Role Definitions will be returned.
97
+ :param _builtins.str scope: Name of the Scope for which Security Role Definitions will be returned.
99
98
 
100
99
  > **NOTE:** DataSource without specifying any arguments will return all projects.
101
100
  """
@@ -108,7 +107,7 @@ def get_securityrole_definitions(scope: Optional[builtins.str] = None,
108
107
  definitions=pulumi.get(__ret__, 'definitions'),
109
108
  id=pulumi.get(__ret__, 'id'),
110
109
  scope=pulumi.get(__ret__, 'scope'))
111
- def get_securityrole_definitions_output(scope: Optional[pulumi.Input[builtins.str]] = None,
110
+ def get_securityrole_definitions_output(scope: Optional[pulumi.Input[_builtins.str]] = None,
112
111
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSecurityroleDefinitionsResult]:
113
112
  """
114
113
  Use this data source to access information about existing Security Role Definitions within a given scope in Azure DevOps.
@@ -128,7 +127,7 @@ def get_securityrole_definitions_output(scope: Optional[pulumi.Input[builtins.st
128
127
  - [Azure DevOps Service REST API 7.0 - Role Definitions - List](https://learn.microsoft.com/en-us/rest/api/azure/devops/securityroles/roledefinitions/list?view=azure-devops-rest-7.1)
129
128
 
130
129
 
131
- :param builtins.str scope: Name of the Scope for which Security Role Definitions will be returned.
130
+ :param _builtins.str scope: Name of the Scope for which Security Role Definitions will be returned.
132
131
 
133
132
  > **NOTE:** DataSource without specifying any arguments will return all projects.
134
133
  """
@@ -1,9 +1,8 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
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
@@ -83,136 +82,136 @@ class GetServiceEndpointAzureRMResult:
83
82
  raise TypeError("Expected argument 'workload_identity_federation_subject' to be a str")
84
83
  pulumi.set(__self__, "workload_identity_federation_subject", workload_identity_federation_subject)
85
84
 
86
- @property
85
+ @_builtins.property
87
86
  @pulumi.getter
88
- def authorization(self) -> Mapping[str, builtins.str]:
87
+ def authorization(self) -> Mapping[str, _builtins.str]:
89
88
  """
90
89
  The Authorization scheme.
91
90
  """
92
91
  return pulumi.get(self, "authorization")
93
92
 
94
- @property
93
+ @_builtins.property
95
94
  @pulumi.getter(name="azurermManagementGroupId")
96
- def azurerm_management_group_id(self) -> builtins.str:
95
+ def azurerm_management_group_id(self) -> _builtins.str:
97
96
  """
98
97
  The Management Group ID of the Service Endpoint is target, if available.
99
98
  """
100
99
  return pulumi.get(self, "azurerm_management_group_id")
101
100
 
102
- @property
101
+ @_builtins.property
103
102
  @pulumi.getter(name="azurermManagementGroupName")
104
- def azurerm_management_group_name(self) -> builtins.str:
103
+ def azurerm_management_group_name(self) -> _builtins.str:
105
104
  """
106
105
  The Management Group Name of the Service Endpoint target, if available.
107
106
  """
108
107
  return pulumi.get(self, "azurerm_management_group_name")
109
108
 
110
- @property
109
+ @_builtins.property
111
110
  @pulumi.getter(name="azurermSpnTenantid")
112
- def azurerm_spn_tenantid(self) -> builtins.str:
111
+ def azurerm_spn_tenantid(self) -> _builtins.str:
113
112
  """
114
113
  The Tenant ID of the Azure targets.
115
114
  """
116
115
  return pulumi.get(self, "azurerm_spn_tenantid")
117
116
 
118
- @property
117
+ @_builtins.property
119
118
  @pulumi.getter(name="azurermSubscriptionId")
120
- def azurerm_subscription_id(self) -> builtins.str:
119
+ def azurerm_subscription_id(self) -> _builtins.str:
121
120
  """
122
121
  The Subscription ID of the Service Endpoint target, if available.
123
122
  """
124
123
  return pulumi.get(self, "azurerm_subscription_id")
125
124
 
126
- @property
125
+ @_builtins.property
127
126
  @pulumi.getter(name="azurermSubscriptionName")
128
- def azurerm_subscription_name(self) -> builtins.str:
127
+ def azurerm_subscription_name(self) -> _builtins.str:
129
128
  """
130
129
  The Subscription Name of the Service Endpoint target, if available.
131
130
  """
132
131
  return pulumi.get(self, "azurerm_subscription_name")
133
132
 
134
- @property
133
+ @_builtins.property
135
134
  @pulumi.getter
136
- def description(self) -> builtins.str:
135
+ def description(self) -> _builtins.str:
137
136
  """
138
137
  The description of the Service Endpoint.
139
138
  """
140
139
  return pulumi.get(self, "description")
141
140
 
142
- @property
141
+ @_builtins.property
143
142
  @pulumi.getter
144
- def environment(self) -> builtins.str:
143
+ def environment(self) -> _builtins.str:
145
144
  """
146
145
  The Cloud Environment.
147
146
  """
148
147
  return pulumi.get(self, "environment")
149
148
 
150
- @property
149
+ @_builtins.property
151
150
  @pulumi.getter
152
- def id(self) -> builtins.str:
151
+ def id(self) -> _builtins.str:
153
152
  """
154
153
  The provider-assigned unique ID for this managed resource.
155
154
  """
156
155
  return pulumi.get(self, "id")
157
156
 
158
- @property
157
+ @_builtins.property
159
158
  @pulumi.getter(name="projectId")
160
- def project_id(self) -> builtins.str:
159
+ def project_id(self) -> _builtins.str:
161
160
  return pulumi.get(self, "project_id")
162
161
 
163
- @property
162
+ @_builtins.property
164
163
  @pulumi.getter(name="resourceGroup")
165
- def resource_group(self) -> builtins.str:
164
+ def resource_group(self) -> _builtins.str:
166
165
  """
167
166
  The Resource Group of the Service Endpoint target, if available.
168
167
  """
169
168
  return pulumi.get(self, "resource_group")
170
169
 
171
- @property
170
+ @_builtins.property
172
171
  @pulumi.getter(name="serverUrl")
173
- def server_url(self) -> builtins.str:
172
+ def server_url(self) -> _builtins.str:
174
173
  """
175
174
  The server URL of the service Endpoint.
176
175
  """
177
176
  return pulumi.get(self, "server_url")
178
177
 
179
- @property
178
+ @_builtins.property
180
179
  @pulumi.getter(name="serviceEndpointAuthenticationScheme")
181
- def service_endpoint_authentication_scheme(self) -> builtins.str:
180
+ def service_endpoint_authentication_scheme(self) -> _builtins.str:
182
181
  """
183
182
  The authentication scheme of Azure Resource Management Endpoint
184
183
  """
185
184
  return pulumi.get(self, "service_endpoint_authentication_scheme")
186
185
 
187
- @property
186
+ @_builtins.property
188
187
  @pulumi.getter(name="serviceEndpointId")
189
- def service_endpoint_id(self) -> builtins.str:
188
+ def service_endpoint_id(self) -> _builtins.str:
190
189
  return pulumi.get(self, "service_endpoint_id")
191
190
 
192
- @property
191
+ @_builtins.property
193
192
  @pulumi.getter(name="serviceEndpointName")
194
- def service_endpoint_name(self) -> builtins.str:
193
+ def service_endpoint_name(self) -> _builtins.str:
195
194
  return pulumi.get(self, "service_endpoint_name")
196
195
 
197
- @property
196
+ @_builtins.property
198
197
  @pulumi.getter(name="servicePrincipalId")
199
- def service_principal_id(self) -> builtins.str:
198
+ def service_principal_id(self) -> _builtins.str:
200
199
  """
201
200
  The Application(Client) ID of the Service Principal.
202
201
  """
203
202
  return pulumi.get(self, "service_principal_id")
204
203
 
205
- @property
204
+ @_builtins.property
206
205
  @pulumi.getter(name="workloadIdentityFederationIssuer")
207
- def workload_identity_federation_issuer(self) -> builtins.str:
206
+ def workload_identity_federation_issuer(self) -> _builtins.str:
208
207
  """
209
208
  The issuer if `of the Workload Identity Federation Subject
210
209
  """
211
210
  return pulumi.get(self, "workload_identity_federation_issuer")
212
211
 
213
- @property
212
+ @_builtins.property
214
213
  @pulumi.getter(name="workloadIdentityFederationSubject")
215
- def workload_identity_federation_subject(self) -> builtins.str:
214
+ def workload_identity_federation_subject(self) -> _builtins.str:
216
215
  """
217
216
  The subject of the Workload Identity Federation Subject.
218
217
  """
@@ -245,9 +244,9 @@ class AwaitableGetServiceEndpointAzureRMResult(GetServiceEndpointAzureRMResult):
245
244
  workload_identity_federation_subject=self.workload_identity_federation_subject)
246
245
 
247
246
 
248
- def get_service_endpoint_azure_rm(project_id: Optional[builtins.str] = None,
249
- service_endpoint_id: Optional[builtins.str] = None,
250
- service_endpoint_name: Optional[builtins.str] = None,
247
+ def get_service_endpoint_azure_rm(project_id: Optional[_builtins.str] = None,
248
+ service_endpoint_id: Optional[_builtins.str] = None,
249
+ service_endpoint_name: Optional[_builtins.str] = None,
251
250
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServiceEndpointAzureRMResult:
252
251
  """
253
252
  Use this data source to access information about an existing AzureRM service Endpoint.
@@ -279,9 +278,9 @@ def get_service_endpoint_azure_rm(project_id: Optional[builtins.str] = None,
279
278
  ```
280
279
 
281
280
 
282
- :param builtins.str project_id: The ID of the project.
283
- :param builtins.str service_endpoint_id: the ID of the Service Endpoint.
284
- :param builtins.str service_endpoint_name: the Name of the Service Endpoint.
281
+ :param _builtins.str project_id: The ID of the project.
282
+ :param _builtins.str service_endpoint_id: the ID of the Service Endpoint.
283
+ :param _builtins.str service_endpoint_name: the Name of the Service Endpoint.
285
284
 
286
285
  > **NOTE:** 1. One of either `service_endpoint_id` or `service_endpoint_name` must be specified.
287
286
  <br>2. When supplying `service_endpoint_name`, take care to ensure that this is a unique name.
@@ -312,9 +311,9 @@ def get_service_endpoint_azure_rm(project_id: Optional[builtins.str] = None,
312
311
  service_principal_id=pulumi.get(__ret__, 'service_principal_id'),
313
312
  workload_identity_federation_issuer=pulumi.get(__ret__, 'workload_identity_federation_issuer'),
314
313
  workload_identity_federation_subject=pulumi.get(__ret__, 'workload_identity_federation_subject'))
315
- def get_service_endpoint_azure_rm_output(project_id: Optional[pulumi.Input[builtins.str]] = None,
316
- service_endpoint_id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
317
- service_endpoint_name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
314
+ def get_service_endpoint_azure_rm_output(project_id: Optional[pulumi.Input[_builtins.str]] = None,
315
+ service_endpoint_id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
316
+ service_endpoint_name: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
318
317
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetServiceEndpointAzureRMResult]:
319
318
  """
320
319
  Use this data source to access information about an existing AzureRM service Endpoint.
@@ -346,9 +345,9 @@ def get_service_endpoint_azure_rm_output(project_id: Optional[pulumi.Input[built
346
345
  ```
347
346
 
348
347
 
349
- :param builtins.str project_id: The ID of the project.
350
- :param builtins.str service_endpoint_id: the ID of the Service Endpoint.
351
- :param builtins.str service_endpoint_name: the Name of the Service Endpoint.
348
+ :param _builtins.str project_id: The ID of the project.
349
+ :param _builtins.str service_endpoint_id: the ID of the Service Endpoint.
350
+ :param _builtins.str service_endpoint_name: the Name of the Service Endpoint.
352
351
 
353
352
  > **NOTE:** 1. One of either `service_endpoint_id` or `service_endpoint_name` must be specified.
354
353
  <br>2. When supplying `service_endpoint_name`, take care to ensure that this is a unique name.