pulumi-azuredevops 3.9.0a1743485168__py3-none-any.whl → 3.9.0a1744198018__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 (152) hide show
  1. pulumi_azuredevops/__init__.py +1 -0
  2. pulumi_azuredevops/_inputs.py +993 -992
  3. pulumi_azuredevops/area_permissions.py +71 -70
  4. pulumi_azuredevops/branch_policy_auto_reviewers.py +43 -42
  5. pulumi_azuredevops/branch_policy_build_validation.py +43 -42
  6. pulumi_azuredevops/branch_policy_comment_resolution.py +43 -42
  7. pulumi_azuredevops/branch_policy_merge_types.py +43 -42
  8. pulumi_azuredevops/branch_policy_min_reviewers.py +43 -42
  9. pulumi_azuredevops/branch_policy_status_check.py +43 -42
  10. pulumi_azuredevops/branch_policy_work_item_linking.py +43 -42
  11. pulumi_azuredevops/build_definition.py +120 -119
  12. pulumi_azuredevops/build_definition_permissions.py +71 -70
  13. pulumi_azuredevops/build_folder.py +43 -42
  14. pulumi_azuredevops/build_folder_permissions.py +71 -70
  15. pulumi_azuredevops/check_approval.py +120 -119
  16. pulumi_azuredevops/check_branch_control.py +120 -119
  17. pulumi_azuredevops/check_business_hours.py +218 -217
  18. pulumi_azuredevops/check_exclusive_lock.py +64 -63
  19. pulumi_azuredevops/check_required_template.py +50 -49
  20. pulumi_azuredevops/check_rest_api.py +218 -217
  21. pulumi_azuredevops/config/__init__.py +1 -0
  22. pulumi_azuredevops/config/__init__.pyi +1 -0
  23. pulumi_azuredevops/config/vars.py +1 -0
  24. pulumi_azuredevops/dashboard.py +78 -77
  25. pulumi_azuredevops/elastic_pool.py +169 -168
  26. pulumi_azuredevops/environment.py +43 -42
  27. pulumi_azuredevops/environment_resource_kubernetes.py +99 -98
  28. pulumi_azuredevops/feed.py +29 -28
  29. pulumi_azuredevops/feed_permission.py +78 -77
  30. pulumi_azuredevops/feed_retention_policy.py +57 -56
  31. pulumi_azuredevops/get_agent_queue.py +13 -12
  32. pulumi_azuredevops/get_area.py +19 -18
  33. pulumi_azuredevops/get_build_definition.py +23 -22
  34. pulumi_azuredevops/get_client_config.py +7 -6
  35. pulumi_azuredevops/get_descriptor.py +8 -7
  36. pulumi_azuredevops/get_environment.py +18 -17
  37. pulumi_azuredevops/get_feed.py +17 -16
  38. pulumi_azuredevops/get_git_repository.py +20 -19
  39. pulumi_azuredevops/get_group.py +16 -15
  40. pulumi_azuredevops/get_group_membership.py +8 -7
  41. pulumi_azuredevops/get_groups.py +7 -6
  42. pulumi_azuredevops/get_identity_group.py +14 -13
  43. pulumi_azuredevops/get_identity_groups.py +7 -6
  44. pulumi_azuredevops/get_identity_users.py +14 -13
  45. pulumi_azuredevops/get_iteration.py +19 -18
  46. pulumi_azuredevops/get_pool.py +10 -9
  47. pulumi_azuredevops/get_pools.py +2 -1
  48. pulumi_azuredevops/get_project.py +18 -17
  49. pulumi_azuredevops/get_projects.py +12 -11
  50. pulumi_azuredevops/get_repositories.py +17 -16
  51. pulumi_azuredevops/get_securityrole_definitions.py +7 -6
  52. pulumi_azuredevops/get_service_endpoint_azure_rm.py +31 -30
  53. pulumi_azuredevops/get_service_endpoint_github.py +19 -18
  54. pulumi_azuredevops/get_service_principal.py +10 -9
  55. pulumi_azuredevops/get_serviceendpoint_azurecr.py +29 -28
  56. pulumi_azuredevops/get_serviceendpoint_bitbucket.py +19 -18
  57. pulumi_azuredevops/get_serviceendpoint_npm.py +20 -19
  58. pulumi_azuredevops/get_serviceendpoint_sonarcloud.py +19 -18
  59. pulumi_azuredevops/get_storage_key.py +8 -7
  60. pulumi_azuredevops/get_team.py +21 -20
  61. pulumi_azuredevops/get_teams.py +12 -11
  62. pulumi_azuredevops/get_user.py +14 -13
  63. pulumi_azuredevops/get_users.py +84 -21
  64. pulumi_azuredevops/get_variable_group.py +14 -13
  65. pulumi_azuredevops/git.py +113 -112
  66. pulumi_azuredevops/git_permissions.py +85 -84
  67. pulumi_azuredevops/git_repository_branch.py +78 -77
  68. pulumi_azuredevops/git_repository_file.py +85 -84
  69. pulumi_azuredevops/group.py +134 -133
  70. pulumi_azuredevops/group_entitlement.py +85 -84
  71. pulumi_azuredevops/group_membership.py +43 -42
  72. pulumi_azuredevops/iterative_permissions.py +71 -70
  73. pulumi_azuredevops/library_permissions.py +57 -56
  74. pulumi_azuredevops/outputs.py +999 -982
  75. pulumi_azuredevops/pipeline_authorization.py +71 -70
  76. pulumi_azuredevops/pool.py +57 -56
  77. pulumi_azuredevops/project.py +92 -91
  78. pulumi_azuredevops/project_features.py +25 -24
  79. pulumi_azuredevops/project_permissions.py +57 -56
  80. pulumi_azuredevops/project_pipeline_settings.py +99 -98
  81. pulumi_azuredevops/project_tags.py +29 -28
  82. pulumi_azuredevops/provider.py +157 -156
  83. pulumi_azuredevops/pulumi-plugin.json +1 -1
  84. pulumi_azuredevops/queue.py +43 -42
  85. pulumi_azuredevops/repository_policy_author_email_pattern.py +71 -70
  86. pulumi_azuredevops/repository_policy_case_enforcement.py +71 -70
  87. pulumi_azuredevops/repository_policy_check_credentials.py +57 -56
  88. pulumi_azuredevops/repository_policy_file_path_pattern.py +71 -70
  89. pulumi_azuredevops/repository_policy_max_file_size.py +71 -70
  90. pulumi_azuredevops/repository_policy_max_path_length.py +71 -70
  91. pulumi_azuredevops/repository_policy_reserved_names.py +57 -56
  92. pulumi_azuredevops/resource_authorization.py +71 -70
  93. pulumi_azuredevops/securityrole_assignment.py +57 -56
  94. pulumi_azuredevops/service_endpoint_artifactory.py +62 -61
  95. pulumi_azuredevops/service_endpoint_aws.py +144 -143
  96. pulumi_azuredevops/service_endpoint_azure_dev_ops.py +86 -85
  97. pulumi_azuredevops/service_endpoint_azure_ecr.py +169 -168
  98. pulumi_azuredevops/service_endpoint_azure_rm.py +195 -194
  99. pulumi_azuredevops/service_endpoint_bit_bucket.py +72 -71
  100. pulumi_azuredevops/service_endpoint_docker_registry.py +114 -113
  101. pulumi_azuredevops/service_endpoint_generic.py +86 -85
  102. pulumi_azuredevops/service_endpoint_generic_git.py +100 -99
  103. pulumi_azuredevops/service_endpoint_git_hub.py +44 -43
  104. pulumi_azuredevops/service_endpoint_git_hub_enterprise.py +58 -57
  105. pulumi_azuredevops/service_endpoint_git_lab.py +86 -85
  106. pulumi_azuredevops/service_endpoint_kubernetes.py +72 -71
  107. pulumi_azuredevops/service_endpoint_npm.py +76 -75
  108. pulumi_azuredevops/service_endpoint_pipeline.py +58 -57
  109. pulumi_azuredevops/service_endpoint_service_fabric.py +58 -57
  110. pulumi_azuredevops/service_endpoint_sonar_cloud.py +62 -61
  111. pulumi_azuredevops/service_endpoint_sonar_qube.py +76 -75
  112. pulumi_azuredevops/service_endpoint_ssh.py +114 -113
  113. pulumi_azuredevops/service_principal_entitlement.py +71 -70
  114. pulumi_azuredevops/serviceendpoint_argocd.py +62 -61
  115. pulumi_azuredevops/serviceendpoint_azure_service_bus.py +72 -71
  116. pulumi_azuredevops/serviceendpoint_checkmarx_one.py +114 -113
  117. pulumi_azuredevops/serviceendpoint_checkmarx_sast.py +114 -113
  118. pulumi_azuredevops/serviceendpoint_checkmarx_sca.py +142 -141
  119. pulumi_azuredevops/serviceendpoint_dynamics_lifecycle_services.py +114 -113
  120. pulumi_azuredevops/serviceendpoint_externaltfs.py +58 -57
  121. pulumi_azuredevops/serviceendpoint_gcp_terraform.py +116 -115
  122. pulumi_azuredevops/serviceendpoint_incomingwebhook.py +86 -85
  123. pulumi_azuredevops/serviceendpoint_jenkins.py +100 -99
  124. pulumi_azuredevops/serviceendpoint_jfrog_artifactory_v2.py +62 -61
  125. pulumi_azuredevops/serviceendpoint_jfrog_distribution_v2.py +62 -61
  126. pulumi_azuredevops/serviceendpoint_jfrog_platform_v2.py +62 -61
  127. pulumi_azuredevops/serviceendpoint_jfrog_xray_v2.py +62 -61
  128. pulumi_azuredevops/serviceendpoint_maven.py +72 -71
  129. pulumi_azuredevops/serviceendpoint_nexus.py +86 -85
  130. pulumi_azuredevops/serviceendpoint_nuget.py +114 -113
  131. pulumi_azuredevops/serviceendpoint_octopusdeploy.py +86 -85
  132. pulumi_azuredevops/serviceendpoint_permissions.py +71 -70
  133. pulumi_azuredevops/serviceendpoint_snyk.py +72 -71
  134. pulumi_azuredevops/serviceendpoint_visualstudiomarketplace.py +58 -57
  135. pulumi_azuredevops/servicehook_permissions.py +57 -56
  136. pulumi_azuredevops/servicehook_storage_queue_pipelines.py +85 -84
  137. pulumi_azuredevops/tagging_permissions.py +57 -56
  138. pulumi_azuredevops/team.py +78 -77
  139. pulumi_azuredevops/team_administrators.py +57 -56
  140. pulumi_azuredevops/team_members.py +57 -56
  141. pulumi_azuredevops/user.py +78 -77
  142. pulumi_azuredevops/variable_group.py +57 -56
  143. pulumi_azuredevops/variable_group_permissions.py +71 -70
  144. pulumi_azuredevops/wiki.py +99 -98
  145. pulumi_azuredevops/wiki_page.py +67 -66
  146. pulumi_azuredevops/work_item_query_permissions.py +71 -70
  147. pulumi_azuredevops/workitem.py +113 -112
  148. {pulumi_azuredevops-3.9.0a1743485168.dist-info → pulumi_azuredevops-3.9.0a1744198018.dist-info}/METADATA +1 -1
  149. pulumi_azuredevops-3.9.0a1744198018.dist-info/RECORD +153 -0
  150. pulumi_azuredevops-3.9.0a1743485168.dist-info/RECORD +0 -153
  151. {pulumi_azuredevops-3.9.0a1743485168.dist-info → pulumi_azuredevops-3.9.0a1744198018.dist-info}/WHEEL +0 -0
  152. {pulumi_azuredevops-3.9.0a1743485168.dist-info → pulumi_azuredevops-3.9.0a1744198018.dist-info}/top_level.txt +0 -0
@@ -2,6 +2,7 @@
2
2
  # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
+ import builtins
5
6
  import copy
6
7
  import warnings
7
8
  import sys
@@ -19,18 +20,18 @@ __all__ = ['GitRepositoryBranchArgs', 'GitRepositoryBranch']
19
20
  @pulumi.input_type
20
21
  class GitRepositoryBranchArgs:
21
22
  def __init__(__self__, *,
22
- repository_id: pulumi.Input[str],
23
- name: Optional[pulumi.Input[str]] = None,
24
- ref_branch: Optional[pulumi.Input[str]] = None,
25
- ref_commit_id: Optional[pulumi.Input[str]] = None,
26
- ref_tag: Optional[pulumi.Input[str]] = None):
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):
27
28
  """
28
29
  The set of arguments for constructing a GitRepositoryBranch resource.
29
- :param pulumi.Input[str] repository_id: The ID of the repository the branch is created against.
30
- :param pulumi.Input[str] name: The name of the branch in short format not prefixed with `refs/heads/`.
31
- :param pulumi.Input[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[str] ref_commit_id: The commit object ID to create the branch from. Conflict with `ref_branch`, `ref_tag`.
33
- :param pulumi.Input[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`.
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`.
34
35
  """
35
36
  pulumi.set(__self__, "repository_id", repository_id)
36
37
  if name is not None:
@@ -44,82 +45,82 @@ class GitRepositoryBranchArgs:
44
45
 
45
46
  @property
46
47
  @pulumi.getter(name="repositoryId")
47
- def repository_id(self) -> pulumi.Input[str]:
48
+ def repository_id(self) -> pulumi.Input[builtins.str]:
48
49
  """
49
50
  The ID of the repository the branch is created against.
50
51
  """
51
52
  return pulumi.get(self, "repository_id")
52
53
 
53
54
  @repository_id.setter
54
- def repository_id(self, value: pulumi.Input[str]):
55
+ def repository_id(self, value: pulumi.Input[builtins.str]):
55
56
  pulumi.set(self, "repository_id", value)
56
57
 
57
58
  @property
58
59
  @pulumi.getter
59
- def name(self) -> Optional[pulumi.Input[str]]:
60
+ def name(self) -> Optional[pulumi.Input[builtins.str]]:
60
61
  """
61
62
  The name of the branch in short format not prefixed with `refs/heads/`.
62
63
  """
63
64
  return pulumi.get(self, "name")
64
65
 
65
66
  @name.setter
66
- def name(self, value: Optional[pulumi.Input[str]]):
67
+ def name(self, value: Optional[pulumi.Input[builtins.str]]):
67
68
  pulumi.set(self, "name", value)
68
69
 
69
70
  @property
70
71
  @pulumi.getter(name="refBranch")
71
- def ref_branch(self) -> Optional[pulumi.Input[str]]:
72
+ def ref_branch(self) -> Optional[pulumi.Input[builtins.str]]:
72
73
  """
73
74
  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`.
74
75
  """
75
76
  return pulumi.get(self, "ref_branch")
76
77
 
77
78
  @ref_branch.setter
78
- def ref_branch(self, value: Optional[pulumi.Input[str]]):
79
+ def ref_branch(self, value: Optional[pulumi.Input[builtins.str]]):
79
80
  pulumi.set(self, "ref_branch", value)
80
81
 
81
82
  @property
82
83
  @pulumi.getter(name="refCommitId")
83
- def ref_commit_id(self) -> Optional[pulumi.Input[str]]:
84
+ def ref_commit_id(self) -> Optional[pulumi.Input[builtins.str]]:
84
85
  """
85
86
  The commit object ID to create the branch from. Conflict with `ref_branch`, `ref_tag`.
86
87
  """
87
88
  return pulumi.get(self, "ref_commit_id")
88
89
 
89
90
  @ref_commit_id.setter
90
- def ref_commit_id(self, value: Optional[pulumi.Input[str]]):
91
+ def ref_commit_id(self, value: Optional[pulumi.Input[builtins.str]]):
91
92
  pulumi.set(self, "ref_commit_id", value)
92
93
 
93
94
  @property
94
95
  @pulumi.getter(name="refTag")
95
- def ref_tag(self) -> Optional[pulumi.Input[str]]:
96
+ def ref_tag(self) -> Optional[pulumi.Input[builtins.str]]:
96
97
  """
97
98
  The reference to the tag to create the branch from, in `<name>` or `refs/tags/<name>` format. Conflict with `ref_branch`, `ref_commit_id`.
98
99
  """
99
100
  return pulumi.get(self, "ref_tag")
100
101
 
101
102
  @ref_tag.setter
102
- def ref_tag(self, value: Optional[pulumi.Input[str]]):
103
+ def ref_tag(self, value: Optional[pulumi.Input[builtins.str]]):
103
104
  pulumi.set(self, "ref_tag", value)
104
105
 
105
106
 
106
107
  @pulumi.input_type
107
108
  class _GitRepositoryBranchState:
108
109
  def __init__(__self__, *,
109
- last_commit_id: Optional[pulumi.Input[str]] = None,
110
- name: Optional[pulumi.Input[str]] = None,
111
- ref_branch: Optional[pulumi.Input[str]] = None,
112
- ref_commit_id: Optional[pulumi.Input[str]] = None,
113
- ref_tag: Optional[pulumi.Input[str]] = None,
114
- repository_id: Optional[pulumi.Input[str]] = None):
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):
115
116
  """
116
117
  Input properties used for looking up and filtering GitRepositoryBranch resources.
117
- :param pulumi.Input[str] last_commit_id: The commit object ID of last commit on the branch.
118
- :param pulumi.Input[str] name: The name of the branch in short format not prefixed with `refs/heads/`.
119
- :param pulumi.Input[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[str] ref_commit_id: The commit object ID to create the branch from. Conflict with `ref_branch`, `ref_tag`.
121
- :param pulumi.Input[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[str] repository_id: The ID of the repository the branch is created against.
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.
123
124
  """
124
125
  if last_commit_id is not None:
125
126
  pulumi.set(__self__, "last_commit_id", last_commit_id)
@@ -136,74 +137,74 @@ class _GitRepositoryBranchState:
136
137
 
137
138
  @property
138
139
  @pulumi.getter(name="lastCommitId")
139
- def last_commit_id(self) -> Optional[pulumi.Input[str]]:
140
+ def last_commit_id(self) -> Optional[pulumi.Input[builtins.str]]:
140
141
  """
141
142
  The commit object ID of last commit on the branch.
142
143
  """
143
144
  return pulumi.get(self, "last_commit_id")
144
145
 
145
146
  @last_commit_id.setter
146
- def last_commit_id(self, value: Optional[pulumi.Input[str]]):
147
+ def last_commit_id(self, value: Optional[pulumi.Input[builtins.str]]):
147
148
  pulumi.set(self, "last_commit_id", value)
148
149
 
149
150
  @property
150
151
  @pulumi.getter
151
- def name(self) -> Optional[pulumi.Input[str]]:
152
+ def name(self) -> Optional[pulumi.Input[builtins.str]]:
152
153
  """
153
154
  The name of the branch in short format not prefixed with `refs/heads/`.
154
155
  """
155
156
  return pulumi.get(self, "name")
156
157
 
157
158
  @name.setter
158
- def name(self, value: Optional[pulumi.Input[str]]):
159
+ def name(self, value: Optional[pulumi.Input[builtins.str]]):
159
160
  pulumi.set(self, "name", value)
160
161
 
161
162
  @property
162
163
  @pulumi.getter(name="refBranch")
163
- def ref_branch(self) -> Optional[pulumi.Input[str]]:
164
+ def ref_branch(self) -> Optional[pulumi.Input[builtins.str]]:
164
165
  """
165
166
  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`.
166
167
  """
167
168
  return pulumi.get(self, "ref_branch")
168
169
 
169
170
  @ref_branch.setter
170
- def ref_branch(self, value: Optional[pulumi.Input[str]]):
171
+ def ref_branch(self, value: Optional[pulumi.Input[builtins.str]]):
171
172
  pulumi.set(self, "ref_branch", value)
172
173
 
173
174
  @property
174
175
  @pulumi.getter(name="refCommitId")
175
- def ref_commit_id(self) -> Optional[pulumi.Input[str]]:
176
+ def ref_commit_id(self) -> Optional[pulumi.Input[builtins.str]]:
176
177
  """
177
178
  The commit object ID to create the branch from. Conflict with `ref_branch`, `ref_tag`.
178
179
  """
179
180
  return pulumi.get(self, "ref_commit_id")
180
181
 
181
182
  @ref_commit_id.setter
182
- def ref_commit_id(self, value: Optional[pulumi.Input[str]]):
183
+ def ref_commit_id(self, value: Optional[pulumi.Input[builtins.str]]):
183
184
  pulumi.set(self, "ref_commit_id", value)
184
185
 
185
186
  @property
186
187
  @pulumi.getter(name="refTag")
187
- def ref_tag(self) -> Optional[pulumi.Input[str]]:
188
+ def ref_tag(self) -> Optional[pulumi.Input[builtins.str]]:
188
189
  """
189
190
  The reference to the tag to create the branch from, in `<name>` or `refs/tags/<name>` format. Conflict with `ref_branch`, `ref_commit_id`.
190
191
  """
191
192
  return pulumi.get(self, "ref_tag")
192
193
 
193
194
  @ref_tag.setter
194
- def ref_tag(self, value: Optional[pulumi.Input[str]]):
195
+ def ref_tag(self, value: Optional[pulumi.Input[builtins.str]]):
195
196
  pulumi.set(self, "ref_tag", value)
196
197
 
197
198
  @property
198
199
  @pulumi.getter(name="repositoryId")
199
- def repository_id(self) -> Optional[pulumi.Input[str]]:
200
+ def repository_id(self) -> Optional[pulumi.Input[builtins.str]]:
200
201
  """
201
202
  The ID of the repository the branch is created against.
202
203
  """
203
204
  return pulumi.get(self, "repository_id")
204
205
 
205
206
  @repository_id.setter
206
- def repository_id(self, value: Optional[pulumi.Input[str]]):
207
+ def repository_id(self, value: Optional[pulumi.Input[builtins.str]]):
207
208
  pulumi.set(self, "repository_id", value)
208
209
 
209
210
 
@@ -212,11 +213,11 @@ class GitRepositoryBranch(pulumi.CustomResource):
212
213
  def __init__(__self__,
213
214
  resource_name: str,
214
215
  opts: Optional[pulumi.ResourceOptions] = None,
215
- name: Optional[pulumi.Input[str]] = None,
216
- ref_branch: Optional[pulumi.Input[str]] = None,
217
- ref_commit_id: Optional[pulumi.Input[str]] = None,
218
- ref_tag: Optional[pulumi.Input[str]] = None,
219
- repository_id: Optional[pulumi.Input[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,
220
221
  __props__=None):
221
222
  """
222
223
  Manages a Git Repository Branch.
@@ -250,11 +251,11 @@ class GitRepositoryBranch(pulumi.CustomResource):
250
251
 
251
252
  :param str resource_name: The name of the resource.
252
253
  :param pulumi.ResourceOptions opts: Options for the resource.
253
- :param pulumi.Input[str] name: The name of the branch in short format not prefixed with `refs/heads/`.
254
- :param pulumi.Input[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`.
255
- :param pulumi.Input[str] ref_commit_id: The commit object ID to create the branch from. Conflict with `ref_branch`, `ref_tag`.
256
- :param pulumi.Input[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`.
257
- :param pulumi.Input[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.
258
259
  """
259
260
  ...
260
261
  @overload
@@ -307,11 +308,11 @@ class GitRepositoryBranch(pulumi.CustomResource):
307
308
  def _internal_init(__self__,
308
309
  resource_name: str,
309
310
  opts: Optional[pulumi.ResourceOptions] = None,
310
- name: Optional[pulumi.Input[str]] = None,
311
- ref_branch: Optional[pulumi.Input[str]] = None,
312
- ref_commit_id: Optional[pulumi.Input[str]] = None,
313
- ref_tag: Optional[pulumi.Input[str]] = None,
314
- repository_id: Optional[pulumi.Input[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,
315
316
  __props__=None):
316
317
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
317
318
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -339,12 +340,12 @@ class GitRepositoryBranch(pulumi.CustomResource):
339
340
  def get(resource_name: str,
340
341
  id: pulumi.Input[str],
341
342
  opts: Optional[pulumi.ResourceOptions] = None,
342
- last_commit_id: Optional[pulumi.Input[str]] = None,
343
- name: Optional[pulumi.Input[str]] = None,
344
- ref_branch: Optional[pulumi.Input[str]] = None,
345
- ref_commit_id: Optional[pulumi.Input[str]] = None,
346
- ref_tag: Optional[pulumi.Input[str]] = None,
347
- repository_id: Optional[pulumi.Input[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':
348
349
  """
349
350
  Get an existing GitRepositoryBranch resource's state with the given name, id, and optional extra
350
351
  properties used to qualify the lookup.
@@ -352,12 +353,12 @@ class GitRepositoryBranch(pulumi.CustomResource):
352
353
  :param str resource_name: The unique name of the resulting resource.
353
354
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
354
355
  :param pulumi.ResourceOptions opts: Options for the resource.
355
- :param pulumi.Input[str] last_commit_id: The commit object ID of last commit on the branch.
356
- :param pulumi.Input[str] name: The name of the branch in short format not prefixed with `refs/heads/`.
357
- :param pulumi.Input[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`.
358
- :param pulumi.Input[str] ref_commit_id: The commit object ID to create the branch from. Conflict with `ref_branch`, `ref_tag`.
359
- :param pulumi.Input[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`.
360
- :param pulumi.Input[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.
361
362
  """
362
363
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
363
364
 
@@ -373,7 +374,7 @@ class GitRepositoryBranch(pulumi.CustomResource):
373
374
 
374
375
  @property
375
376
  @pulumi.getter(name="lastCommitId")
376
- def last_commit_id(self) -> pulumi.Output[str]:
377
+ def last_commit_id(self) -> pulumi.Output[builtins.str]:
377
378
  """
378
379
  The commit object ID of last commit on the branch.
379
380
  """
@@ -381,7 +382,7 @@ class GitRepositoryBranch(pulumi.CustomResource):
381
382
 
382
383
  @property
383
384
  @pulumi.getter
384
- def name(self) -> pulumi.Output[str]:
385
+ def name(self) -> pulumi.Output[builtins.str]:
385
386
  """
386
387
  The name of the branch in short format not prefixed with `refs/heads/`.
387
388
  """
@@ -389,7 +390,7 @@ class GitRepositoryBranch(pulumi.CustomResource):
389
390
 
390
391
  @property
391
392
  @pulumi.getter(name="refBranch")
392
- def ref_branch(self) -> pulumi.Output[Optional[str]]:
393
+ def ref_branch(self) -> pulumi.Output[Optional[builtins.str]]:
393
394
  """
394
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`.
395
396
  """
@@ -397,7 +398,7 @@ class GitRepositoryBranch(pulumi.CustomResource):
397
398
 
398
399
  @property
399
400
  @pulumi.getter(name="refCommitId")
400
- def ref_commit_id(self) -> pulumi.Output[Optional[str]]:
401
+ def ref_commit_id(self) -> pulumi.Output[Optional[builtins.str]]:
401
402
  """
402
403
  The commit object ID to create the branch from. Conflict with `ref_branch`, `ref_tag`.
403
404
  """
@@ -405,7 +406,7 @@ class GitRepositoryBranch(pulumi.CustomResource):
405
406
 
406
407
  @property
407
408
  @pulumi.getter(name="refTag")
408
- def ref_tag(self) -> pulumi.Output[Optional[str]]:
409
+ def ref_tag(self) -> pulumi.Output[Optional[builtins.str]]:
409
410
  """
410
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`.
411
412
  """
@@ -413,7 +414,7 @@ class GitRepositoryBranch(pulumi.CustomResource):
413
414
 
414
415
  @property
415
416
  @pulumi.getter(name="repositoryId")
416
- def repository_id(self) -> pulumi.Output[str]:
417
+ def repository_id(self) -> pulumi.Output[builtins.str]:
417
418
  """
418
419
  The ID of the repository the branch is created against.
419
420
  """