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
@@ -20,18 +19,18 @@ __all__ = ['GitRepositoryBranchArgs', 'GitRepositoryBranch']
20
19
  @pulumi.input_type
21
20
  class GitRepositoryBranchArgs:
22
21
  def __init__(__self__, *,
23
- repository_id: pulumi.Input[builtins.str],
24
- name: Optional[pulumi.Input[builtins.str]] = None,
25
- ref_branch: Optional[pulumi.Input[builtins.str]] = None,
26
- ref_commit_id: Optional[pulumi.Input[builtins.str]] = None,
27
- ref_tag: Optional[pulumi.Input[builtins.str]] = None):
22
+ repository_id: pulumi.Input[_builtins.str],
23
+ name: Optional[pulumi.Input[_builtins.str]] = None,
24
+ ref_branch: Optional[pulumi.Input[_builtins.str]] = None,
25
+ ref_commit_id: Optional[pulumi.Input[_builtins.str]] = None,
26
+ ref_tag: Optional[pulumi.Input[_builtins.str]] = None):
28
27
  """
29
28
  The set of arguments for constructing a GitRepositoryBranch resource.
30
- :param pulumi.Input[builtins.str] repository_id: The ID of the repository the branch is created against.
31
- :param pulumi.Input[builtins.str] name: The name of the branch in short format not prefixed with `refs/heads/`.
32
- :param pulumi.Input[builtins.str] ref_branch: The reference to the source branch to create the branch from, in `<name>` or `refs/heads/<name>` format. Conflict with `ref_tag`, `ref_commit_id`.
33
- :param pulumi.Input[builtins.str] ref_commit_id: The commit object ID to create the branch from. Conflict with `ref_branch`, `ref_tag`.
34
- :param pulumi.Input[builtins.str] ref_tag: The reference to the tag to create the branch from, in `<name>` or `refs/tags/<name>` format. Conflict with `ref_branch`, `ref_commit_id`.
29
+ :param pulumi.Input[_builtins.str] repository_id: The ID of the repository the branch is created against.
30
+ :param pulumi.Input[_builtins.str] name: The name of the branch in short format not prefixed with `refs/heads/`.
31
+ :param pulumi.Input[_builtins.str] ref_branch: The reference to the source branch to create the branch from, in `<name>` or `refs/heads/<name>` format. Conflict with `ref_tag`, `ref_commit_id`.
32
+ :param pulumi.Input[_builtins.str] ref_commit_id: The commit object ID to create the branch from. Conflict with `ref_branch`, `ref_tag`.
33
+ :param pulumi.Input[_builtins.str] ref_tag: The reference to the tag to create the branch from, in `<name>` or `refs/tags/<name>` format. Conflict with `ref_branch`, `ref_commit_id`.
35
34
  """
36
35
  pulumi.set(__self__, "repository_id", repository_id)
37
36
  if name is not None:
@@ -43,84 +42,84 @@ class GitRepositoryBranchArgs:
43
42
  if ref_tag is not None:
44
43
  pulumi.set(__self__, "ref_tag", ref_tag)
45
44
 
46
- @property
45
+ @_builtins.property
47
46
  @pulumi.getter(name="repositoryId")
48
- def repository_id(self) -> pulumi.Input[builtins.str]:
47
+ def repository_id(self) -> pulumi.Input[_builtins.str]:
49
48
  """
50
49
  The ID of the repository the branch is created against.
51
50
  """
52
51
  return pulumi.get(self, "repository_id")
53
52
 
54
53
  @repository_id.setter
55
- def repository_id(self, value: pulumi.Input[builtins.str]):
54
+ def repository_id(self, value: pulumi.Input[_builtins.str]):
56
55
  pulumi.set(self, "repository_id", value)
57
56
 
58
- @property
57
+ @_builtins.property
59
58
  @pulumi.getter
60
- def name(self) -> Optional[pulumi.Input[builtins.str]]:
59
+ def name(self) -> Optional[pulumi.Input[_builtins.str]]:
61
60
  """
62
61
  The name of the branch in short format not prefixed with `refs/heads/`.
63
62
  """
64
63
  return pulumi.get(self, "name")
65
64
 
66
65
  @name.setter
67
- def name(self, value: Optional[pulumi.Input[builtins.str]]):
66
+ def name(self, value: Optional[pulumi.Input[_builtins.str]]):
68
67
  pulumi.set(self, "name", value)
69
68
 
70
- @property
69
+ @_builtins.property
71
70
  @pulumi.getter(name="refBranch")
72
- def ref_branch(self) -> Optional[pulumi.Input[builtins.str]]:
71
+ def ref_branch(self) -> Optional[pulumi.Input[_builtins.str]]:
73
72
  """
74
73
  The reference to the source branch to create the branch from, in `<name>` or `refs/heads/<name>` format. Conflict with `ref_tag`, `ref_commit_id`.
75
74
  """
76
75
  return pulumi.get(self, "ref_branch")
77
76
 
78
77
  @ref_branch.setter
79
- def ref_branch(self, value: Optional[pulumi.Input[builtins.str]]):
78
+ def ref_branch(self, value: Optional[pulumi.Input[_builtins.str]]):
80
79
  pulumi.set(self, "ref_branch", value)
81
80
 
82
- @property
81
+ @_builtins.property
83
82
  @pulumi.getter(name="refCommitId")
84
- def ref_commit_id(self) -> Optional[pulumi.Input[builtins.str]]:
83
+ def ref_commit_id(self) -> Optional[pulumi.Input[_builtins.str]]:
85
84
  """
86
85
  The commit object ID to create the branch from. Conflict with `ref_branch`, `ref_tag`.
87
86
  """
88
87
  return pulumi.get(self, "ref_commit_id")
89
88
 
90
89
  @ref_commit_id.setter
91
- def ref_commit_id(self, value: Optional[pulumi.Input[builtins.str]]):
90
+ def ref_commit_id(self, value: Optional[pulumi.Input[_builtins.str]]):
92
91
  pulumi.set(self, "ref_commit_id", value)
93
92
 
94
- @property
93
+ @_builtins.property
95
94
  @pulumi.getter(name="refTag")
96
- def ref_tag(self) -> Optional[pulumi.Input[builtins.str]]:
95
+ def ref_tag(self) -> Optional[pulumi.Input[_builtins.str]]:
97
96
  """
98
97
  The reference to the tag to create the branch from, in `<name>` or `refs/tags/<name>` format. Conflict with `ref_branch`, `ref_commit_id`.
99
98
  """
100
99
  return pulumi.get(self, "ref_tag")
101
100
 
102
101
  @ref_tag.setter
103
- def ref_tag(self, value: Optional[pulumi.Input[builtins.str]]):
102
+ def ref_tag(self, value: Optional[pulumi.Input[_builtins.str]]):
104
103
  pulumi.set(self, "ref_tag", value)
105
104
 
106
105
 
107
106
  @pulumi.input_type
108
107
  class _GitRepositoryBranchState:
109
108
  def __init__(__self__, *,
110
- last_commit_id: Optional[pulumi.Input[builtins.str]] = None,
111
- name: Optional[pulumi.Input[builtins.str]] = None,
112
- ref_branch: Optional[pulumi.Input[builtins.str]] = None,
113
- ref_commit_id: Optional[pulumi.Input[builtins.str]] = None,
114
- ref_tag: Optional[pulumi.Input[builtins.str]] = None,
115
- repository_id: Optional[pulumi.Input[builtins.str]] = None):
109
+ last_commit_id: Optional[pulumi.Input[_builtins.str]] = None,
110
+ name: Optional[pulumi.Input[_builtins.str]] = None,
111
+ ref_branch: Optional[pulumi.Input[_builtins.str]] = None,
112
+ ref_commit_id: Optional[pulumi.Input[_builtins.str]] = None,
113
+ ref_tag: Optional[pulumi.Input[_builtins.str]] = None,
114
+ repository_id: Optional[pulumi.Input[_builtins.str]] = None):
116
115
  """
117
116
  Input properties used for looking up and filtering GitRepositoryBranch resources.
118
- :param pulumi.Input[builtins.str] last_commit_id: The commit object ID of last commit on the branch.
119
- :param pulumi.Input[builtins.str] name: The name of the branch in short format not prefixed with `refs/heads/`.
120
- :param pulumi.Input[builtins.str] ref_branch: The reference to the source branch to create the branch from, in `<name>` or `refs/heads/<name>` format. Conflict with `ref_tag`, `ref_commit_id`.
121
- :param pulumi.Input[builtins.str] ref_commit_id: The commit object ID to create the branch from. Conflict with `ref_branch`, `ref_tag`.
122
- :param pulumi.Input[builtins.str] ref_tag: The reference to the tag to create the branch from, in `<name>` or `refs/tags/<name>` format. Conflict with `ref_branch`, `ref_commit_id`.
123
- :param pulumi.Input[builtins.str] repository_id: The ID of the repository the branch is created against.
117
+ :param pulumi.Input[_builtins.str] last_commit_id: The commit object ID of last commit on the branch.
118
+ :param pulumi.Input[_builtins.str] name: The name of the branch in short format not prefixed with `refs/heads/`.
119
+ :param pulumi.Input[_builtins.str] ref_branch: The reference to the source branch to create the branch from, in `<name>` or `refs/heads/<name>` format. Conflict with `ref_tag`, `ref_commit_id`.
120
+ :param pulumi.Input[_builtins.str] ref_commit_id: The commit object ID to create the branch from. Conflict with `ref_branch`, `ref_tag`.
121
+ :param pulumi.Input[_builtins.str] ref_tag: The reference to the tag to create the branch from, in `<name>` or `refs/tags/<name>` format. Conflict with `ref_branch`, `ref_commit_id`.
122
+ :param pulumi.Input[_builtins.str] repository_id: The ID of the repository the branch is created against.
124
123
  """
125
124
  if last_commit_id is not None:
126
125
  pulumi.set(__self__, "last_commit_id", last_commit_id)
@@ -135,76 +134,76 @@ class _GitRepositoryBranchState:
135
134
  if repository_id is not None:
136
135
  pulumi.set(__self__, "repository_id", repository_id)
137
136
 
138
- @property
137
+ @_builtins.property
139
138
  @pulumi.getter(name="lastCommitId")
140
- def last_commit_id(self) -> Optional[pulumi.Input[builtins.str]]:
139
+ def last_commit_id(self) -> Optional[pulumi.Input[_builtins.str]]:
141
140
  """
142
141
  The commit object ID of last commit on the branch.
143
142
  """
144
143
  return pulumi.get(self, "last_commit_id")
145
144
 
146
145
  @last_commit_id.setter
147
- def last_commit_id(self, value: Optional[pulumi.Input[builtins.str]]):
146
+ def last_commit_id(self, value: Optional[pulumi.Input[_builtins.str]]):
148
147
  pulumi.set(self, "last_commit_id", value)
149
148
 
150
- @property
149
+ @_builtins.property
151
150
  @pulumi.getter
152
- def name(self) -> Optional[pulumi.Input[builtins.str]]:
151
+ def name(self) -> Optional[pulumi.Input[_builtins.str]]:
153
152
  """
154
153
  The name of the branch in short format not prefixed with `refs/heads/`.
155
154
  """
156
155
  return pulumi.get(self, "name")
157
156
 
158
157
  @name.setter
159
- def name(self, value: Optional[pulumi.Input[builtins.str]]):
158
+ def name(self, value: Optional[pulumi.Input[_builtins.str]]):
160
159
  pulumi.set(self, "name", value)
161
160
 
162
- @property
161
+ @_builtins.property
163
162
  @pulumi.getter(name="refBranch")
164
- def ref_branch(self) -> Optional[pulumi.Input[builtins.str]]:
163
+ def ref_branch(self) -> Optional[pulumi.Input[_builtins.str]]:
165
164
  """
166
165
  The reference to the source branch to create the branch from, in `<name>` or `refs/heads/<name>` format. Conflict with `ref_tag`, `ref_commit_id`.
167
166
  """
168
167
  return pulumi.get(self, "ref_branch")
169
168
 
170
169
  @ref_branch.setter
171
- def ref_branch(self, value: Optional[pulumi.Input[builtins.str]]):
170
+ def ref_branch(self, value: Optional[pulumi.Input[_builtins.str]]):
172
171
  pulumi.set(self, "ref_branch", value)
173
172
 
174
- @property
173
+ @_builtins.property
175
174
  @pulumi.getter(name="refCommitId")
176
- def ref_commit_id(self) -> Optional[pulumi.Input[builtins.str]]:
175
+ def ref_commit_id(self) -> Optional[pulumi.Input[_builtins.str]]:
177
176
  """
178
177
  The commit object ID to create the branch from. Conflict with `ref_branch`, `ref_tag`.
179
178
  """
180
179
  return pulumi.get(self, "ref_commit_id")
181
180
 
182
181
  @ref_commit_id.setter
183
- def ref_commit_id(self, value: Optional[pulumi.Input[builtins.str]]):
182
+ def ref_commit_id(self, value: Optional[pulumi.Input[_builtins.str]]):
184
183
  pulumi.set(self, "ref_commit_id", value)
185
184
 
186
- @property
185
+ @_builtins.property
187
186
  @pulumi.getter(name="refTag")
188
- def ref_tag(self) -> Optional[pulumi.Input[builtins.str]]:
187
+ def ref_tag(self) -> Optional[pulumi.Input[_builtins.str]]:
189
188
  """
190
189
  The reference to the tag to create the branch from, in `<name>` or `refs/tags/<name>` format. Conflict with `ref_branch`, `ref_commit_id`.
191
190
  """
192
191
  return pulumi.get(self, "ref_tag")
193
192
 
194
193
  @ref_tag.setter
195
- def ref_tag(self, value: Optional[pulumi.Input[builtins.str]]):
194
+ def ref_tag(self, value: Optional[pulumi.Input[_builtins.str]]):
196
195
  pulumi.set(self, "ref_tag", value)
197
196
 
198
- @property
197
+ @_builtins.property
199
198
  @pulumi.getter(name="repositoryId")
200
- def repository_id(self) -> Optional[pulumi.Input[builtins.str]]:
199
+ def repository_id(self) -> Optional[pulumi.Input[_builtins.str]]:
201
200
  """
202
201
  The ID of the repository the branch is created against.
203
202
  """
204
203
  return pulumi.get(self, "repository_id")
205
204
 
206
205
  @repository_id.setter
207
- def repository_id(self, value: Optional[pulumi.Input[builtins.str]]):
206
+ def repository_id(self, value: Optional[pulumi.Input[_builtins.str]]):
208
207
  pulumi.set(self, "repository_id", value)
209
208
 
210
209
 
@@ -214,11 +213,11 @@ class GitRepositoryBranch(pulumi.CustomResource):
214
213
  def __init__(__self__,
215
214
  resource_name: str,
216
215
  opts: Optional[pulumi.ResourceOptions] = None,
217
- name: Optional[pulumi.Input[builtins.str]] = None,
218
- ref_branch: Optional[pulumi.Input[builtins.str]] = None,
219
- ref_commit_id: Optional[pulumi.Input[builtins.str]] = None,
220
- ref_tag: Optional[pulumi.Input[builtins.str]] = None,
221
- repository_id: Optional[pulumi.Input[builtins.str]] = None,
216
+ name: Optional[pulumi.Input[_builtins.str]] = None,
217
+ ref_branch: Optional[pulumi.Input[_builtins.str]] = None,
218
+ ref_commit_id: Optional[pulumi.Input[_builtins.str]] = None,
219
+ ref_tag: Optional[pulumi.Input[_builtins.str]] = None,
220
+ repository_id: Optional[pulumi.Input[_builtins.str]] = None,
222
221
  __props__=None):
223
222
  """
224
223
  Manages a Git Repository Branch.
@@ -252,11 +251,11 @@ class GitRepositoryBranch(pulumi.CustomResource):
252
251
 
253
252
  :param str resource_name: The name of the resource.
254
253
  :param pulumi.ResourceOptions opts: Options for the resource.
255
- :param pulumi.Input[builtins.str] name: The name of the branch in short format not prefixed with `refs/heads/`.
256
- :param pulumi.Input[builtins.str] ref_branch: The reference to the source branch to create the branch from, in `<name>` or `refs/heads/<name>` format. Conflict with `ref_tag`, `ref_commit_id`.
257
- :param pulumi.Input[builtins.str] ref_commit_id: The commit object ID to create the branch from. Conflict with `ref_branch`, `ref_tag`.
258
- :param pulumi.Input[builtins.str] ref_tag: The reference to the tag to create the branch from, in `<name>` or `refs/tags/<name>` format. Conflict with `ref_branch`, `ref_commit_id`.
259
- :param pulumi.Input[builtins.str] repository_id: The ID of the repository the branch is created against.
254
+ :param pulumi.Input[_builtins.str] name: The name of the branch in short format not prefixed with `refs/heads/`.
255
+ :param pulumi.Input[_builtins.str] ref_branch: The reference to the source branch to create the branch from, in `<name>` or `refs/heads/<name>` format. Conflict with `ref_tag`, `ref_commit_id`.
256
+ :param pulumi.Input[_builtins.str] ref_commit_id: The commit object ID to create the branch from. Conflict with `ref_branch`, `ref_tag`.
257
+ :param pulumi.Input[_builtins.str] ref_tag: The reference to the tag to create the branch from, in `<name>` or `refs/tags/<name>` format. Conflict with `ref_branch`, `ref_commit_id`.
258
+ :param pulumi.Input[_builtins.str] repository_id: The ID of the repository the branch is created against.
260
259
  """
261
260
  ...
262
261
  @overload
@@ -309,11 +308,11 @@ class GitRepositoryBranch(pulumi.CustomResource):
309
308
  def _internal_init(__self__,
310
309
  resource_name: str,
311
310
  opts: Optional[pulumi.ResourceOptions] = None,
312
- name: Optional[pulumi.Input[builtins.str]] = None,
313
- ref_branch: Optional[pulumi.Input[builtins.str]] = None,
314
- ref_commit_id: Optional[pulumi.Input[builtins.str]] = None,
315
- ref_tag: Optional[pulumi.Input[builtins.str]] = None,
316
- repository_id: Optional[pulumi.Input[builtins.str]] = None,
311
+ name: Optional[pulumi.Input[_builtins.str]] = None,
312
+ ref_branch: Optional[pulumi.Input[_builtins.str]] = None,
313
+ ref_commit_id: Optional[pulumi.Input[_builtins.str]] = None,
314
+ ref_tag: Optional[pulumi.Input[_builtins.str]] = None,
315
+ repository_id: Optional[pulumi.Input[_builtins.str]] = None,
317
316
  __props__=None):
318
317
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
319
318
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -341,12 +340,12 @@ class GitRepositoryBranch(pulumi.CustomResource):
341
340
  def get(resource_name: str,
342
341
  id: pulumi.Input[str],
343
342
  opts: Optional[pulumi.ResourceOptions] = None,
344
- last_commit_id: Optional[pulumi.Input[builtins.str]] = None,
345
- name: Optional[pulumi.Input[builtins.str]] = None,
346
- ref_branch: Optional[pulumi.Input[builtins.str]] = None,
347
- ref_commit_id: Optional[pulumi.Input[builtins.str]] = None,
348
- ref_tag: Optional[pulumi.Input[builtins.str]] = None,
349
- repository_id: Optional[pulumi.Input[builtins.str]] = None) -> 'GitRepositoryBranch':
343
+ last_commit_id: Optional[pulumi.Input[_builtins.str]] = None,
344
+ name: Optional[pulumi.Input[_builtins.str]] = None,
345
+ ref_branch: Optional[pulumi.Input[_builtins.str]] = None,
346
+ ref_commit_id: Optional[pulumi.Input[_builtins.str]] = None,
347
+ ref_tag: Optional[pulumi.Input[_builtins.str]] = None,
348
+ repository_id: Optional[pulumi.Input[_builtins.str]] = None) -> 'GitRepositoryBranch':
350
349
  """
351
350
  Get an existing GitRepositoryBranch resource's state with the given name, id, and optional extra
352
351
  properties used to qualify the lookup.
@@ -354,12 +353,12 @@ class GitRepositoryBranch(pulumi.CustomResource):
354
353
  :param str resource_name: The unique name of the resulting resource.
355
354
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
356
355
  :param pulumi.ResourceOptions opts: Options for the resource.
357
- :param pulumi.Input[builtins.str] last_commit_id: The commit object ID of last commit on the branch.
358
- :param pulumi.Input[builtins.str] name: The name of the branch in short format not prefixed with `refs/heads/`.
359
- :param pulumi.Input[builtins.str] ref_branch: The reference to the source branch to create the branch from, in `<name>` or `refs/heads/<name>` format. Conflict with `ref_tag`, `ref_commit_id`.
360
- :param pulumi.Input[builtins.str] ref_commit_id: The commit object ID to create the branch from. Conflict with `ref_branch`, `ref_tag`.
361
- :param pulumi.Input[builtins.str] ref_tag: The reference to the tag to create the branch from, in `<name>` or `refs/tags/<name>` format. Conflict with `ref_branch`, `ref_commit_id`.
362
- :param pulumi.Input[builtins.str] repository_id: The ID of the repository the branch is created against.
356
+ :param pulumi.Input[_builtins.str] last_commit_id: The commit object ID of last commit on the branch.
357
+ :param pulumi.Input[_builtins.str] name: The name of the branch in short format not prefixed with `refs/heads/`.
358
+ :param pulumi.Input[_builtins.str] ref_branch: The reference to the source branch to create the branch from, in `<name>` or `refs/heads/<name>` format. Conflict with `ref_tag`, `ref_commit_id`.
359
+ :param pulumi.Input[_builtins.str] ref_commit_id: The commit object ID to create the branch from. Conflict with `ref_branch`, `ref_tag`.
360
+ :param pulumi.Input[_builtins.str] ref_tag: The reference to the tag to create the branch from, in `<name>` or `refs/tags/<name>` format. Conflict with `ref_branch`, `ref_commit_id`.
361
+ :param pulumi.Input[_builtins.str] repository_id: The ID of the repository the branch is created against.
363
362
  """
364
363
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
365
364
 
@@ -373,49 +372,49 @@ class GitRepositoryBranch(pulumi.CustomResource):
373
372
  __props__.__dict__["repository_id"] = repository_id
374
373
  return GitRepositoryBranch(resource_name, opts=opts, __props__=__props__)
375
374
 
376
- @property
375
+ @_builtins.property
377
376
  @pulumi.getter(name="lastCommitId")
378
- def last_commit_id(self) -> pulumi.Output[builtins.str]:
377
+ def last_commit_id(self) -> pulumi.Output[_builtins.str]:
379
378
  """
380
379
  The commit object ID of last commit on the branch.
381
380
  """
382
381
  return pulumi.get(self, "last_commit_id")
383
382
 
384
- @property
383
+ @_builtins.property
385
384
  @pulumi.getter
386
- def name(self) -> pulumi.Output[builtins.str]:
385
+ def name(self) -> pulumi.Output[_builtins.str]:
387
386
  """
388
387
  The name of the branch in short format not prefixed with `refs/heads/`.
389
388
  """
390
389
  return pulumi.get(self, "name")
391
390
 
392
- @property
391
+ @_builtins.property
393
392
  @pulumi.getter(name="refBranch")
394
- def ref_branch(self) -> pulumi.Output[Optional[builtins.str]]:
393
+ def ref_branch(self) -> pulumi.Output[Optional[_builtins.str]]:
395
394
  """
396
395
  The reference to the source branch to create the branch from, in `<name>` or `refs/heads/<name>` format. Conflict with `ref_tag`, `ref_commit_id`.
397
396
  """
398
397
  return pulumi.get(self, "ref_branch")
399
398
 
400
- @property
399
+ @_builtins.property
401
400
  @pulumi.getter(name="refCommitId")
402
- def ref_commit_id(self) -> pulumi.Output[Optional[builtins.str]]:
401
+ def ref_commit_id(self) -> pulumi.Output[Optional[_builtins.str]]:
403
402
  """
404
403
  The commit object ID to create the branch from. Conflict with `ref_branch`, `ref_tag`.
405
404
  """
406
405
  return pulumi.get(self, "ref_commit_id")
407
406
 
408
- @property
407
+ @_builtins.property
409
408
  @pulumi.getter(name="refTag")
410
- def ref_tag(self) -> pulumi.Output[Optional[builtins.str]]:
409
+ def ref_tag(self) -> pulumi.Output[Optional[_builtins.str]]:
411
410
  """
412
411
  The reference to the tag to create the branch from, in `<name>` or `refs/tags/<name>` format. Conflict with `ref_branch`, `ref_commit_id`.
413
412
  """
414
413
  return pulumi.get(self, "ref_tag")
415
414
 
416
- @property
415
+ @_builtins.property
417
416
  @pulumi.getter(name="repositoryId")
418
- def repository_id(self) -> pulumi.Output[builtins.str]:
417
+ def repository_id(self) -> pulumi.Output[_builtins.str]:
419
418
  """
420
419
  The ID of the repository the branch is created against.
421
420
  """