pulumi-azuredevops 3.5.0a1735017670__py3-none-any.whl → 3.6.0__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 (122) hide show
  1. pulumi_azuredevops/__init__.py +109 -0
  2. pulumi_azuredevops/_inputs.py +455 -175
  3. pulumi_azuredevops/area_permissions.py +49 -49
  4. pulumi_azuredevops/branch_policy_auto_reviewers.py +7 -7
  5. pulumi_azuredevops/branch_policy_build_validation.py +7 -7
  6. pulumi_azuredevops/branch_policy_comment_resolution.py +7 -7
  7. pulumi_azuredevops/branch_policy_merge_types.py +7 -7
  8. pulumi_azuredevops/branch_policy_status_check.py +7 -7
  9. pulumi_azuredevops/branch_policy_work_item_linking.py +7 -7
  10. pulumi_azuredevops/build_definition.py +196 -23
  11. pulumi_azuredevops/check_branch_control.py +7 -7
  12. pulumi_azuredevops/check_business_hours.py +7 -7
  13. pulumi_azuredevops/check_exclusive_lock.py +7 -7
  14. pulumi_azuredevops/check_rest_api.py +986 -0
  15. pulumi_azuredevops/feed.py +8 -8
  16. pulumi_azuredevops/feed_permission.py +9 -9
  17. pulumi_azuredevops/feed_retention_policy.py +422 -0
  18. pulumi_azuredevops/get_agent_queue.py +2 -2
  19. pulumi_azuredevops/get_area.py +1 -1
  20. pulumi_azuredevops/get_client_config.py +3 -0
  21. pulumi_azuredevops/get_feed.py +4 -4
  22. pulumi_azuredevops/get_git_repository.py +8 -8
  23. pulumi_azuredevops/get_group.py +4 -4
  24. pulumi_azuredevops/get_groups.py +3 -3
  25. pulumi_azuredevops/get_identity_group.py +3 -0
  26. pulumi_azuredevops/get_identity_groups.py +1 -1
  27. pulumi_azuredevops/get_identity_users.py +5 -5
  28. pulumi_azuredevops/get_pool.py +14 -2
  29. pulumi_azuredevops/get_pools.py +3 -3
  30. pulumi_azuredevops/get_project.py +32 -0
  31. pulumi_azuredevops/get_projects.py +4 -4
  32. pulumi_azuredevops/get_repositories.py +7 -3
  33. pulumi_azuredevops/get_securityrole_definitions.py +4 -4
  34. pulumi_azuredevops/get_service_endpoint_azure_rm.py +31 -17
  35. pulumi_azuredevops/get_service_endpoint_github.py +6 -6
  36. pulumi_azuredevops/get_service_principal.py +153 -0
  37. pulumi_azuredevops/get_serviceendpoint_azurecr.py +1 -1
  38. pulumi_azuredevops/get_serviceendpoint_bitbucket.py +6 -6
  39. pulumi_azuredevops/get_serviceendpoint_npm.py +3 -3
  40. pulumi_azuredevops/get_serviceendpoint_sonarcloud.py +2 -2
  41. pulumi_azuredevops/get_team.py +4 -3
  42. pulumi_azuredevops/get_teams.py +2 -3
  43. pulumi_azuredevops/get_users.py +5 -9
  44. pulumi_azuredevops/git.py +7 -7
  45. pulumi_azuredevops/git_permissions.py +21 -28
  46. pulumi_azuredevops/git_repository_file.py +7 -14
  47. pulumi_azuredevops/group.py +21 -7
  48. pulumi_azuredevops/group_entitlement.py +16 -20
  49. pulumi_azuredevops/group_membership.py +35 -50
  50. pulumi_azuredevops/iterative_permissions.py +34 -34
  51. pulumi_azuredevops/library_permissions.py +75 -75
  52. pulumi_azuredevops/outputs.py +353 -143
  53. pulumi_azuredevops/pipeline_authorization.py +7 -7
  54. pulumi_azuredevops/pool.py +4 -4
  55. pulumi_azuredevops/project.py +114 -63
  56. pulumi_azuredevops/project_features.py +87 -45
  57. pulumi_azuredevops/project_permissions.py +7 -7
  58. pulumi_azuredevops/project_pipeline_settings.py +28 -35
  59. pulumi_azuredevops/project_tags.py +263 -0
  60. pulumi_azuredevops/pulumi-plugin.json +1 -1
  61. pulumi_azuredevops/queue.py +7 -14
  62. pulumi_azuredevops/repository_policy_author_email_pattern.py +21 -14
  63. pulumi_azuredevops/repository_policy_max_file_size.py +7 -7
  64. pulumi_azuredevops/resource_authorization.py +35 -35
  65. pulumi_azuredevops/securityrole_assignment.py +7 -7
  66. pulumi_azuredevops/service_endpoint_artifactory.py +24 -18
  67. pulumi_azuredevops/service_endpoint_aws.py +86 -41
  68. pulumi_azuredevops/service_endpoint_azure_ecr.py +13 -15
  69. pulumi_azuredevops/service_endpoint_azure_rm.py +99 -52
  70. pulumi_azuredevops/service_endpoint_bit_bucket.py +4 -4
  71. pulumi_azuredevops/service_endpoint_docker_registry.py +2 -2
  72. pulumi_azuredevops/service_endpoint_generic.py +2 -6
  73. pulumi_azuredevops/service_endpoint_generic_git.py +4 -8
  74. pulumi_azuredevops/service_endpoint_git_hub.py +15 -2
  75. pulumi_azuredevops/service_endpoint_git_hub_enterprise.py +15 -2
  76. pulumi_azuredevops/service_endpoint_git_lab.py +479 -0
  77. pulumi_azuredevops/service_endpoint_kubernetes.py +23 -23
  78. pulumi_azuredevops/service_endpoint_npm.py +4 -4
  79. pulumi_azuredevops/service_endpoint_pipeline.py +4 -4
  80. pulumi_azuredevops/service_endpoint_service_fabric.py +48 -9
  81. pulumi_azuredevops/service_endpoint_sonar_cloud.py +11 -11
  82. pulumi_azuredevops/service_endpoint_sonar_qube.py +11 -11
  83. pulumi_azuredevops/service_endpoint_ssh.py +2 -6
  84. pulumi_azuredevops/service_principal_entitlement.py +386 -0
  85. pulumi_azuredevops/serviceendpoint_argocd.py +2 -2
  86. pulumi_azuredevops/serviceendpoint_azure_service_bus.py +429 -0
  87. pulumi_azuredevops/serviceendpoint_checkmarx_one.py +627 -0
  88. pulumi_azuredevops/serviceendpoint_checkmarx_sast.py +575 -0
  89. pulumi_azuredevops/serviceendpoint_checkmarx_sca.py +674 -0
  90. pulumi_azuredevops/serviceendpoint_dynamics_lifecycle_services.py +579 -0
  91. pulumi_azuredevops/serviceendpoint_externaltfs.py +63 -11
  92. pulumi_azuredevops/serviceendpoint_gcp_terraform.py +2 -2
  93. pulumi_azuredevops/serviceendpoint_incomingwebhook.py +2 -2
  94. pulumi_azuredevops/serviceendpoint_jenkins.py +2 -2
  95. pulumi_azuredevops/serviceendpoint_jfrog_artifactory_v2.py +18 -18
  96. pulumi_azuredevops/serviceendpoint_jfrog_distribution_v2.py +18 -18
  97. pulumi_azuredevops/serviceendpoint_jfrog_platform_v2.py +18 -18
  98. pulumi_azuredevops/serviceendpoint_jfrog_xray_v2.py +18 -18
  99. pulumi_azuredevops/serviceendpoint_maven.py +2 -2
  100. pulumi_azuredevops/serviceendpoint_nexus.py +2 -2
  101. pulumi_azuredevops/serviceendpoint_nuget.py +2 -2
  102. pulumi_azuredevops/serviceendpoint_octopusdeploy.py +2 -2
  103. pulumi_azuredevops/serviceendpoint_permissions.py +40 -40
  104. pulumi_azuredevops/serviceendpoint_snyk.py +429 -0
  105. pulumi_azuredevops/serviceendpoint_visualstudiomarketplace.py +541 -0
  106. pulumi_azuredevops/servicehook_permissions.py +51 -51
  107. pulumi_azuredevops/servicehook_storage_queue_pipelines.py +4 -4
  108. pulumi_azuredevops/tagging_permissions.py +49 -49
  109. pulumi_azuredevops/team.py +76 -56
  110. pulumi_azuredevops/team_administrators.py +83 -56
  111. pulumi_azuredevops/team_members.py +56 -49
  112. pulumi_azuredevops/user.py +22 -2
  113. pulumi_azuredevops/variable_group.py +4 -2
  114. pulumi_azuredevops/variable_group_permissions.py +75 -75
  115. pulumi_azuredevops/wiki.py +15 -2
  116. pulumi_azuredevops/wiki_page.py +2 -2
  117. pulumi_azuredevops/work_item_query_permissions.py +7 -7
  118. {pulumi_azuredevops-3.5.0a1735017670.dist-info → pulumi_azuredevops-3.6.0.dist-info}/METADATA +2 -2
  119. pulumi_azuredevops-3.6.0.dist-info/RECORD +148 -0
  120. {pulumi_azuredevops-3.5.0a1735017670.dist-info → pulumi_azuredevops-3.6.0.dist-info}/WHEEL +1 -1
  121. pulumi_azuredevops-3.5.0a1735017670.dist-info/RECORD +0 -135
  122. {pulumi_azuredevops-3.5.0a1735017670.dist-info → pulumi_azuredevops-3.6.0.dist-info}/top_level.txt +0 -0
@@ -43,6 +43,10 @@ __all__ = [
43
43
  'BranchPolicyWorkItemLinkingSettingsArgsDict',
44
44
  'BranchPolicyWorkItemLinkingSettingsScopeArgs',
45
45
  'BranchPolicyWorkItemLinkingSettingsScopeArgsDict',
46
+ 'BuildDefinitionBuildCompletionTriggerArgs',
47
+ 'BuildDefinitionBuildCompletionTriggerArgsDict',
48
+ 'BuildDefinitionBuildCompletionTriggerBranchFilterArgs',
49
+ 'BuildDefinitionBuildCompletionTriggerBranchFilterArgsDict',
46
50
  'BuildDefinitionCiTriggerArgs',
47
51
  'BuildDefinitionCiTriggerArgsDict',
48
52
  'BuildDefinitionCiTriggerOverrideArgs',
@@ -133,6 +137,10 @@ __all__ = [
133
137
  'ServiceendpointMavenAuthenticationBasicArgsDict',
134
138
  'ServiceendpointMavenAuthenticationTokenArgs',
135
139
  'ServiceendpointMavenAuthenticationTokenArgsDict',
140
+ 'ServiceendpointVisualstudiomarketplaceAuthenticationBasicArgs',
141
+ 'ServiceendpointVisualstudiomarketplaceAuthenticationBasicArgsDict',
142
+ 'ServiceendpointVisualstudiomarketplaceAuthenticationTokenArgs',
143
+ 'ServiceendpointVisualstudiomarketplaceAuthenticationTokenArgsDict',
136
144
  'ServicehookStorageQueuePipelinesRunStateChangedEventArgs',
137
145
  'ServicehookStorageQueuePipelinesRunStateChangedEventArgsDict',
138
146
  'ServicehookStorageQueuePipelinesStageStateChangedEventArgs',
@@ -155,7 +163,7 @@ if not MYPY:
155
163
  """
156
164
  scopes: pulumi.Input[Sequence[pulumi.Input['BranchPolicyAutoReviewersSettingsScopeArgsDict']]]
157
165
  """
158
- Controls which repositories and branches the policy will be enabled for. This block must be defined at least once.
166
+ A `scope` block as defined below. Controls which repositories and branches the policy will be enabled for. This block must be defined at least once.
159
167
  """
160
168
  message: NotRequired[pulumi.Input[str]]
161
169
  """
@@ -189,7 +197,7 @@ class BranchPolicyAutoReviewersSettingsArgs:
189
197
  submitter_can_vote: Optional[pulumi.Input[bool]] = None):
190
198
  """
191
199
  :param pulumi.Input[Sequence[pulumi.Input[str]]] auto_reviewer_ids: Required reviewers ids. Supports multiples user Ids.
192
- :param pulumi.Input[Sequence[pulumi.Input['BranchPolicyAutoReviewersSettingsScopeArgs']]] scopes: Controls which repositories and branches the policy will be enabled for. This block must be defined at least once.
200
+ :param pulumi.Input[Sequence[pulumi.Input['BranchPolicyAutoReviewersSettingsScopeArgs']]] scopes: A `scope` block as defined below. Controls which repositories and branches the policy will be enabled for. This block must be defined at least once.
193
201
  :param pulumi.Input[str] message: Activity feed message, Message will appear in the activity feed of pull requests with automatically added reviewers.
194
202
  :param pulumi.Input[int] minimum_number_of_reviewers: Minimum number of required reviewers. Defaults to `1`.
195
203
 
@@ -224,7 +232,7 @@ class BranchPolicyAutoReviewersSettingsArgs:
224
232
  @pulumi.getter
225
233
  def scopes(self) -> pulumi.Input[Sequence[pulumi.Input['BranchPolicyAutoReviewersSettingsScopeArgs']]]:
226
234
  """
227
- Controls which repositories and branches the policy will be enabled for. This block must be defined at least once.
235
+ A `scope` block as defined below. Controls which repositories and branches the policy will be enabled for. This block must be defined at least once.
228
236
  """
229
237
  return pulumi.get(self, "scopes")
230
238
 
@@ -367,7 +375,7 @@ if not MYPY:
367
375
  """
368
376
  scopes: pulumi.Input[Sequence[pulumi.Input['BranchPolicyBuildValidationSettingsScopeArgsDict']]]
369
377
  """
370
- Controls which repositories and branches the policy will be enabled for. This block must be defined at least once.
378
+ A `scope` block as defined below. Controls which repositories and branches the policy will be enabled for. This block must be defined at least once.
371
379
  """
372
380
  filename_patterns: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
373
381
  """
@@ -406,7 +414,7 @@ class BranchPolicyBuildValidationSettingsArgs:
406
414
  """
407
415
  :param pulumi.Input[int] build_definition_id: The ID of the build to monitor for the policy.
408
416
  :param pulumi.Input[str] display_name: The display name for the policy.
409
- :param pulumi.Input[Sequence[pulumi.Input['BranchPolicyBuildValidationSettingsScopeArgs']]] scopes: Controls which repositories and branches the policy will be enabled for. This block must be defined at least once.
417
+ :param pulumi.Input[Sequence[pulumi.Input['BranchPolicyBuildValidationSettingsScopeArgs']]] scopes: A `scope` block as defined below. Controls which repositories and branches the policy will be enabled for. This block must be defined at least once.
410
418
  :param pulumi.Input[Sequence[pulumi.Input[str]]] filename_patterns: If a path filter is set, the policy will only apply when files which match the filter are changes. Not setting this field means that the policy will always apply. You can specify absolute paths and wildcards. Example: `["/WebApp/Models/Data.cs", "/WebApp/*", "*.cs"]`. Paths prefixed with "!" are excluded. Example: `["/WebApp/*", "!/WebApp/Tests/*"]`. Order is significant.
411
419
  :param pulumi.Input[bool] manual_queue_only: If set to true, the build will need to be manually queued. Defaults to `false`
412
420
  :param pulumi.Input[bool] queue_on_source_update_only: True if the build should queue on source updates only. Defaults to `true`.
@@ -457,7 +465,7 @@ class BranchPolicyBuildValidationSettingsArgs:
457
465
  @pulumi.getter
458
466
  def scopes(self) -> pulumi.Input[Sequence[pulumi.Input['BranchPolicyBuildValidationSettingsScopeArgs']]]:
459
467
  """
460
- Controls which repositories and branches the policy will be enabled for. This block must be defined at least once.
468
+ A `scope` block as defined below. Controls which repositories and branches the policy will be enabled for. This block must be defined at least once.
461
469
  """
462
470
  return pulumi.get(self, "scopes")
463
471
 
@@ -595,7 +603,7 @@ if not MYPY:
595
603
  class BranchPolicyCommentResolutionSettingsArgsDict(TypedDict):
596
604
  scopes: pulumi.Input[Sequence[pulumi.Input['BranchPolicyCommentResolutionSettingsScopeArgsDict']]]
597
605
  """
598
- Controls which repositories and branches the policy will be enabled for. This block must be defined at least once.
606
+ A `scope` block as defined below. Controls which repositories and branches the policy will be enabled for. This block must be defined at least once.
599
607
  """
600
608
  elif False:
601
609
  BranchPolicyCommentResolutionSettingsArgsDict: TypeAlias = Mapping[str, Any]
@@ -605,7 +613,7 @@ class BranchPolicyCommentResolutionSettingsArgs:
605
613
  def __init__(__self__, *,
606
614
  scopes: pulumi.Input[Sequence[pulumi.Input['BranchPolicyCommentResolutionSettingsScopeArgs']]]):
607
615
  """
608
- :param pulumi.Input[Sequence[pulumi.Input['BranchPolicyCommentResolutionSettingsScopeArgs']]] scopes: Controls which repositories and branches the policy will be enabled for. This block must be defined at least once.
616
+ :param pulumi.Input[Sequence[pulumi.Input['BranchPolicyCommentResolutionSettingsScopeArgs']]] scopes: A `scope` block as defined below. Controls which repositories and branches the policy will be enabled for. This block must be defined at least once.
609
617
  """
610
618
  pulumi.set(__self__, "scopes", scopes)
611
619
 
@@ -613,7 +621,7 @@ class BranchPolicyCommentResolutionSettingsArgs:
613
621
  @pulumi.getter
614
622
  def scopes(self) -> pulumi.Input[Sequence[pulumi.Input['BranchPolicyCommentResolutionSettingsScopeArgs']]]:
615
623
  """
616
- Controls which repositories and branches the policy will be enabled for. This block must be defined at least once.
624
+ A `scope` block as defined below. Controls which repositories and branches the policy will be enabled for. This block must be defined at least once.
617
625
  """
618
626
  return pulumi.get(self, "scopes")
619
627
 
@@ -698,7 +706,7 @@ if not MYPY:
698
706
  class BranchPolicyMergeTypesSettingsArgsDict(TypedDict):
699
707
  scopes: pulumi.Input[Sequence[pulumi.Input['BranchPolicyMergeTypesSettingsScopeArgsDict']]]
700
708
  """
701
- Controls which repositories and branches the policy will be enabled for. This block must be defined at least once.
709
+ A `scope` block as defined below. Controls which repositories and branches the policy will be enabled for. This block must be defined at least once.
702
710
  """
703
711
  allow_basic_no_fast_forward: NotRequired[pulumi.Input[bool]]
704
712
  """
@@ -728,7 +736,7 @@ class BranchPolicyMergeTypesSettingsArgs:
728
736
  allow_rebase_with_merge: Optional[pulumi.Input[bool]] = None,
729
737
  allow_squash: Optional[pulumi.Input[bool]] = None):
730
738
  """
731
- :param pulumi.Input[Sequence[pulumi.Input['BranchPolicyMergeTypesSettingsScopeArgs']]] scopes: Controls which repositories and branches the policy will be enabled for. This block must be defined at least once.
739
+ :param pulumi.Input[Sequence[pulumi.Input['BranchPolicyMergeTypesSettingsScopeArgs']]] scopes: A `scope` block as defined below. Controls which repositories and branches the policy will be enabled for. This block must be defined at least once.
732
740
  :param pulumi.Input[bool] allow_basic_no_fast_forward: Allow basic merge with no fast forward. Defaults to `false`.
733
741
  :param pulumi.Input[bool] allow_rebase_and_fast_forward: Allow rebase with fast forward. Defaults to `false`.
734
742
  :param pulumi.Input[bool] allow_rebase_with_merge: Allow rebase with merge commit. Defaults to `false`.
@@ -748,7 +756,7 @@ class BranchPolicyMergeTypesSettingsArgs:
748
756
  @pulumi.getter
749
757
  def scopes(self) -> pulumi.Input[Sequence[pulumi.Input['BranchPolicyMergeTypesSettingsScopeArgs']]]:
750
758
  """
751
- Controls which repositories and branches the policy will be enabled for. This block must be defined at least once.
759
+ A `scope` block as defined below. Controls which repositories and branches the policy will be enabled for. This block must be defined at least once.
752
760
  """
753
761
  return pulumi.get(self, "scopes")
754
762
 
@@ -1134,14 +1142,13 @@ if not MYPY:
1134
1142
  """
1135
1143
  scopes: pulumi.Input[Sequence[pulumi.Input['BranchPolicyStatusCheckSettingsScopeArgsDict']]]
1136
1144
  """
1137
- Controls which repositories and branches the policy will be enabled for. This block must be defined
1138
- at least once.
1145
+ A `scope` block as defined below.
1139
1146
  """
1140
1147
  applicability: NotRequired[pulumi.Input[str]]
1141
1148
  """
1142
- Policy applicability. If policy `applicability` is `default`, apply unless "Not Applicable"
1143
- status is posted to the pull request. If policy `applicability` is `conditional`, policy is applied only after a status
1144
- is posted to the pull request.
1149
+ Policy applicability. If policy `applicability=default`, apply unless "Not Applicable"
1150
+ status is posted to the pull request. If policy `applicability=conditional`, policy is applied only after a status
1151
+ is posted to the pull request. Possible values `default`, `conditional`. Defaults to `default`.
1145
1152
  """
1146
1153
  author_id: NotRequired[pulumi.Input[str]]
1147
1154
  """
@@ -1153,7 +1160,10 @@ if not MYPY:
1153
1160
  """
1154
1161
  filename_patterns: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1155
1162
  """
1156
- If a path filter is set, the policy will only apply when files which match the filter are changes. Not setting this field means that the policy will always apply. You can specify absolute paths and wildcards. Example: `["/WebApp/Models/Data.cs", "/WebApp/*", "*.cs"]`. Paths prefixed with "!" are excluded. Example: `["/WebApp/*", "!/WebApp/Tests/*"]`. Order is significant.
1163
+ If a path filter is set, the policy will only apply when files which match the filter are changed. Not setting this field means that the policy is always applied.
1164
+
1165
+ ~>**NOTE** 1. Specify absolute paths and wildcards. Example: `["/WebApp/Models/Data.cs", "/WebApp/*", "*.cs"]`.
1166
+ <br> 2. Paths prefixed with "!" are excluded. Example: `["/WebApp/*", "!/WebApp/Tests/*"]`. Order is significant.
1157
1167
  """
1158
1168
  genre: NotRequired[pulumi.Input[str]]
1159
1169
  """
@@ -1179,14 +1189,16 @@ class BranchPolicyStatusCheckSettingsArgs:
1179
1189
  invalidate_on_update: Optional[pulumi.Input[bool]] = None):
1180
1190
  """
1181
1191
  :param pulumi.Input[str] name: The status name to check.
1182
- :param pulumi.Input[Sequence[pulumi.Input['BranchPolicyStatusCheckSettingsScopeArgs']]] scopes: Controls which repositories and branches the policy will be enabled for. This block must be defined
1183
- at least once.
1184
- :param pulumi.Input[str] applicability: Policy applicability. If policy `applicability` is `default`, apply unless "Not Applicable"
1185
- status is posted to the pull request. If policy `applicability` is `conditional`, policy is applied only after a status
1186
- is posted to the pull request.
1192
+ :param pulumi.Input[Sequence[pulumi.Input['BranchPolicyStatusCheckSettingsScopeArgs']]] scopes: A `scope` block as defined below.
1193
+ :param pulumi.Input[str] applicability: Policy applicability. If policy `applicability=default`, apply unless "Not Applicable"
1194
+ status is posted to the pull request. If policy `applicability=conditional`, policy is applied only after a status
1195
+ is posted to the pull request. Possible values `default`, `conditional`. Defaults to `default`.
1187
1196
  :param pulumi.Input[str] author_id: The authorized user can post the status.
1188
1197
  :param pulumi.Input[str] display_name: The display name.
1189
- :param pulumi.Input[Sequence[pulumi.Input[str]]] filename_patterns: If a path filter is set, the policy will only apply when files which match the filter are changes. Not setting this field means that the policy will always apply. You can specify absolute paths and wildcards. Example: `["/WebApp/Models/Data.cs", "/WebApp/*", "*.cs"]`. Paths prefixed with "!" are excluded. Example: `["/WebApp/*", "!/WebApp/Tests/*"]`. Order is significant.
1198
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] filename_patterns: If a path filter is set, the policy will only apply when files which match the filter are changed. Not setting this field means that the policy is always applied.
1199
+
1200
+ ~>**NOTE** 1. Specify absolute paths and wildcards. Example: `["/WebApp/Models/Data.cs", "/WebApp/*", "*.cs"]`.
1201
+ <br> 2. Paths prefixed with "!" are excluded. Example: `["/WebApp/*", "!/WebApp/Tests/*"]`. Order is significant.
1190
1202
  :param pulumi.Input[str] genre: The genre of the status to check (see [Microsoft Documentation](https://docs.microsoft.com/en-us/azure/devops/repos/git/pull-request-status?view=azure-devops#status-policy))
1191
1203
  :param pulumi.Input[bool] invalidate_on_update: Reset status whenever there are new changes.
1192
1204
  """
@@ -1221,8 +1233,7 @@ class BranchPolicyStatusCheckSettingsArgs:
1221
1233
  @pulumi.getter
1222
1234
  def scopes(self) -> pulumi.Input[Sequence[pulumi.Input['BranchPolicyStatusCheckSettingsScopeArgs']]]:
1223
1235
  """
1224
- Controls which repositories and branches the policy will be enabled for. This block must be defined
1225
- at least once.
1236
+ A `scope` block as defined below.
1226
1237
  """
1227
1238
  return pulumi.get(self, "scopes")
1228
1239
 
@@ -1234,9 +1245,9 @@ class BranchPolicyStatusCheckSettingsArgs:
1234
1245
  @pulumi.getter
1235
1246
  def applicability(self) -> Optional[pulumi.Input[str]]:
1236
1247
  """
1237
- Policy applicability. If policy `applicability` is `default`, apply unless "Not Applicable"
1238
- status is posted to the pull request. If policy `applicability` is `conditional`, policy is applied only after a status
1239
- is posted to the pull request.
1248
+ Policy applicability. If policy `applicability=default`, apply unless "Not Applicable"
1249
+ status is posted to the pull request. If policy `applicability=conditional`, policy is applied only after a status
1250
+ is posted to the pull request. Possible values `default`, `conditional`. Defaults to `default`.
1240
1251
  """
1241
1252
  return pulumi.get(self, "applicability")
1242
1253
 
@@ -1272,7 +1283,10 @@ class BranchPolicyStatusCheckSettingsArgs:
1272
1283
  @pulumi.getter(name="filenamePatterns")
1273
1284
  def filename_patterns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1274
1285
  """
1275
- If a path filter is set, the policy will only apply when files which match the filter are changes. Not setting this field means that the policy will always apply. You can specify absolute paths and wildcards. Example: `["/WebApp/Models/Data.cs", "/WebApp/*", "*.cs"]`. Paths prefixed with "!" are excluded. Example: `["/WebApp/*", "!/WebApp/Tests/*"]`. Order is significant.
1286
+ If a path filter is set, the policy will only apply when files which match the filter are changed. Not setting this field means that the policy is always applied.
1287
+
1288
+ ~>**NOTE** 1. Specify absolute paths and wildcards. Example: `["/WebApp/Models/Data.cs", "/WebApp/*", "*.cs"]`.
1289
+ <br> 2. Paths prefixed with "!" are excluded. Example: `["/WebApp/*", "!/WebApp/Tests/*"]`. Order is significant.
1276
1290
  """
1277
1291
  return pulumi.get(self, "filename_patterns")
1278
1292
 
@@ -1313,11 +1327,11 @@ if not MYPY:
1313
1327
  """
1314
1328
  repository_id: NotRequired[pulumi.Input[str]]
1315
1329
  """
1316
- The repository ID. Needed only if the scope of the policy will be limited to a single repository. If `match_type` is `DefaultBranch`, this should not be defined.
1330
+ The repository ID. Needed only if the scope of the policy will be limited to a single repository. If `match_type=DefaultBranch`, this should not be defined.
1317
1331
  """
1318
1332
  repository_ref: NotRequired[pulumi.Input[str]]
1319
1333
  """
1320
- The ref pattern to use for the match when `match_type` other than `DefaultBranch`. If `match_type` is `Exact`, this should be a qualified ref such as `refs/heads/master`. If `match_type` is `Prefix`, this should be a ref path such as `refs/heads/releases`.
1334
+ The ref pattern to use for the match when `match_type` other than `DefaultBranch`. If `match_type=Exact`, this should be a qualified ref such as `refs/heads/master`. If `match_type=Prefix`, this should be a ref path such as `refs/heads/releases`.
1321
1335
  """
1322
1336
  elif False:
1323
1337
  BranchPolicyStatusCheckSettingsScopeArgsDict: TypeAlias = Mapping[str, Any]
@@ -1330,8 +1344,8 @@ class BranchPolicyStatusCheckSettingsScopeArgs:
1330
1344
  repository_ref: Optional[pulumi.Input[str]] = None):
1331
1345
  """
1332
1346
  :param pulumi.Input[str] match_type: The match type to use when applying the policy. Supported values are `Exact` (default), `Prefix` or `DefaultBranch`.
1333
- :param pulumi.Input[str] repository_id: The repository ID. Needed only if the scope of the policy will be limited to a single repository. If `match_type` is `DefaultBranch`, this should not be defined.
1334
- :param pulumi.Input[str] repository_ref: The ref pattern to use for the match when `match_type` other than `DefaultBranch`. If `match_type` is `Exact`, this should be a qualified ref such as `refs/heads/master`. If `match_type` is `Prefix`, this should be a ref path such as `refs/heads/releases`.
1347
+ :param pulumi.Input[str] repository_id: The repository ID. Needed only if the scope of the policy will be limited to a single repository. If `match_type=DefaultBranch`, this should not be defined.
1348
+ :param pulumi.Input[str] repository_ref: The ref pattern to use for the match when `match_type` other than `DefaultBranch`. If `match_type=Exact`, this should be a qualified ref such as `refs/heads/master`. If `match_type=Prefix`, this should be a ref path such as `refs/heads/releases`.
1335
1349
  """
1336
1350
  if match_type is not None:
1337
1351
  pulumi.set(__self__, "match_type", match_type)
@@ -1356,7 +1370,7 @@ class BranchPolicyStatusCheckSettingsScopeArgs:
1356
1370
  @pulumi.getter(name="repositoryId")
1357
1371
  def repository_id(self) -> Optional[pulumi.Input[str]]:
1358
1372
  """
1359
- The repository ID. Needed only if the scope of the policy will be limited to a single repository. If `match_type` is `DefaultBranch`, this should not be defined.
1373
+ The repository ID. Needed only if the scope of the policy will be limited to a single repository. If `match_type=DefaultBranch`, this should not be defined.
1360
1374
  """
1361
1375
  return pulumi.get(self, "repository_id")
1362
1376
 
@@ -1368,7 +1382,7 @@ class BranchPolicyStatusCheckSettingsScopeArgs:
1368
1382
  @pulumi.getter(name="repositoryRef")
1369
1383
  def repository_ref(self) -> Optional[pulumi.Input[str]]:
1370
1384
  """
1371
- The ref pattern to use for the match when `match_type` other than `DefaultBranch`. If `match_type` is `Exact`, this should be a qualified ref such as `refs/heads/master`. If `match_type` is `Prefix`, this should be a ref path such as `refs/heads/releases`.
1385
+ The ref pattern to use for the match when `match_type` other than `DefaultBranch`. If `match_type=Exact`, this should be a qualified ref such as `refs/heads/master`. If `match_type=Prefix`, this should be a ref path such as `refs/heads/releases`.
1372
1386
  """
1373
1387
  return pulumi.get(self, "repository_ref")
1374
1388
 
@@ -1381,7 +1395,7 @@ if not MYPY:
1381
1395
  class BranchPolicyWorkItemLinkingSettingsArgsDict(TypedDict):
1382
1396
  scopes: pulumi.Input[Sequence[pulumi.Input['BranchPolicyWorkItemLinkingSettingsScopeArgsDict']]]
1383
1397
  """
1384
- Controls which repositories and branches the policy will be enabled for. This block must be defined at least once.
1398
+ A `scope` block as defined below. Controls which repositories and branches the policy will be enabled for. This block must be defined at least once.
1385
1399
  """
1386
1400
  elif False:
1387
1401
  BranchPolicyWorkItemLinkingSettingsArgsDict: TypeAlias = Mapping[str, Any]
@@ -1391,7 +1405,7 @@ class BranchPolicyWorkItemLinkingSettingsArgs:
1391
1405
  def __init__(__self__, *,
1392
1406
  scopes: pulumi.Input[Sequence[pulumi.Input['BranchPolicyWorkItemLinkingSettingsScopeArgs']]]):
1393
1407
  """
1394
- :param pulumi.Input[Sequence[pulumi.Input['BranchPolicyWorkItemLinkingSettingsScopeArgs']]] scopes: Controls which repositories and branches the policy will be enabled for. This block must be defined at least once.
1408
+ :param pulumi.Input[Sequence[pulumi.Input['BranchPolicyWorkItemLinkingSettingsScopeArgs']]] scopes: A `scope` block as defined below. Controls which repositories and branches the policy will be enabled for. This block must be defined at least once.
1395
1409
  """
1396
1410
  pulumi.set(__self__, "scopes", scopes)
1397
1411
 
@@ -1399,7 +1413,7 @@ class BranchPolicyWorkItemLinkingSettingsArgs:
1399
1413
  @pulumi.getter
1400
1414
  def scopes(self) -> pulumi.Input[Sequence[pulumi.Input['BranchPolicyWorkItemLinkingSettingsScopeArgs']]]:
1401
1415
  """
1402
- Controls which repositories and branches the policy will be enabled for. This block must be defined at least once.
1416
+ A `scope` block as defined below. Controls which repositories and branches the policy will be enabled for. This block must be defined at least once.
1403
1417
  """
1404
1418
  return pulumi.get(self, "scopes")
1405
1419
 
@@ -1480,6 +1494,108 @@ class BranchPolicyWorkItemLinkingSettingsScopeArgs:
1480
1494
  pulumi.set(self, "repository_ref", value)
1481
1495
 
1482
1496
 
1497
+ if not MYPY:
1498
+ class BuildDefinitionBuildCompletionTriggerArgsDict(TypedDict):
1499
+ branch_filters: pulumi.Input[Sequence[pulumi.Input['BuildDefinitionBuildCompletionTriggerBranchFilterArgsDict']]]
1500
+ """
1501
+ The branches to include and exclude from the trigger. A `branch_filter` block as documented below.
1502
+ """
1503
+ build_definition_id: pulumi.Input[int]
1504
+ """
1505
+ The ID of the build pipeline will be triggered.
1506
+ """
1507
+ elif False:
1508
+ BuildDefinitionBuildCompletionTriggerArgsDict: TypeAlias = Mapping[str, Any]
1509
+
1510
+ @pulumi.input_type
1511
+ class BuildDefinitionBuildCompletionTriggerArgs:
1512
+ def __init__(__self__, *,
1513
+ branch_filters: pulumi.Input[Sequence[pulumi.Input['BuildDefinitionBuildCompletionTriggerBranchFilterArgs']]],
1514
+ build_definition_id: pulumi.Input[int]):
1515
+ """
1516
+ :param pulumi.Input[Sequence[pulumi.Input['BuildDefinitionBuildCompletionTriggerBranchFilterArgs']]] branch_filters: The branches to include and exclude from the trigger. A `branch_filter` block as documented below.
1517
+ :param pulumi.Input[int] build_definition_id: The ID of the build pipeline will be triggered.
1518
+ """
1519
+ pulumi.set(__self__, "branch_filters", branch_filters)
1520
+ pulumi.set(__self__, "build_definition_id", build_definition_id)
1521
+
1522
+ @property
1523
+ @pulumi.getter(name="branchFilters")
1524
+ def branch_filters(self) -> pulumi.Input[Sequence[pulumi.Input['BuildDefinitionBuildCompletionTriggerBranchFilterArgs']]]:
1525
+ """
1526
+ The branches to include and exclude from the trigger. A `branch_filter` block as documented below.
1527
+ """
1528
+ return pulumi.get(self, "branch_filters")
1529
+
1530
+ @branch_filters.setter
1531
+ def branch_filters(self, value: pulumi.Input[Sequence[pulumi.Input['BuildDefinitionBuildCompletionTriggerBranchFilterArgs']]]):
1532
+ pulumi.set(self, "branch_filters", value)
1533
+
1534
+ @property
1535
+ @pulumi.getter(name="buildDefinitionId")
1536
+ def build_definition_id(self) -> pulumi.Input[int]:
1537
+ """
1538
+ The ID of the build pipeline will be triggered.
1539
+ """
1540
+ return pulumi.get(self, "build_definition_id")
1541
+
1542
+ @build_definition_id.setter
1543
+ def build_definition_id(self, value: pulumi.Input[int]):
1544
+ pulumi.set(self, "build_definition_id", value)
1545
+
1546
+
1547
+ if not MYPY:
1548
+ class BuildDefinitionBuildCompletionTriggerBranchFilterArgsDict(TypedDict):
1549
+ excludes: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1550
+ """
1551
+ List of branch patterns to exclude.
1552
+ """
1553
+ includes: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1554
+ """
1555
+ List of branch patterns to include.
1556
+ """
1557
+ elif False:
1558
+ BuildDefinitionBuildCompletionTriggerBranchFilterArgsDict: TypeAlias = Mapping[str, Any]
1559
+
1560
+ @pulumi.input_type
1561
+ class BuildDefinitionBuildCompletionTriggerBranchFilterArgs:
1562
+ def __init__(__self__, *,
1563
+ excludes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1564
+ includes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
1565
+ """
1566
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] excludes: List of branch patterns to exclude.
1567
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] includes: List of branch patterns to include.
1568
+ """
1569
+ if excludes is not None:
1570
+ pulumi.set(__self__, "excludes", excludes)
1571
+ if includes is not None:
1572
+ pulumi.set(__self__, "includes", includes)
1573
+
1574
+ @property
1575
+ @pulumi.getter
1576
+ def excludes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1577
+ """
1578
+ List of branch patterns to exclude.
1579
+ """
1580
+ return pulumi.get(self, "excludes")
1581
+
1582
+ @excludes.setter
1583
+ def excludes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1584
+ pulumi.set(self, "excludes", value)
1585
+
1586
+ @property
1587
+ @pulumi.getter
1588
+ def includes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1589
+ """
1590
+ List of branch patterns to include.
1591
+ """
1592
+ return pulumi.get(self, "includes")
1593
+
1594
+ @includes.setter
1595
+ def includes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1596
+ pulumi.set(self, "includes", value)
1597
+
1598
+
1483
1599
  if not MYPY:
1484
1600
  class BuildDefinitionCiTriggerArgsDict(TypedDict):
1485
1601
  override: NotRequired[pulumi.Input['BuildDefinitionCiTriggerOverrideArgsDict']]
@@ -1534,13 +1650,13 @@ class BuildDefinitionCiTriggerArgs:
1534
1650
 
1535
1651
  if not MYPY:
1536
1652
  class BuildDefinitionCiTriggerOverrideArgsDict(TypedDict):
1537
- batch: NotRequired[pulumi.Input[bool]]
1653
+ branch_filters: pulumi.Input[Sequence[pulumi.Input['BuildDefinitionCiTriggerOverrideBranchFilterArgsDict']]]
1538
1654
  """
1539
- If you set batch to true, when a pipeline is running, the system waits until the run is completed, then starts another run with all changes that have not yet been built. Defaults to `true`.
1655
+ The branches to include and exclude from the trigger. A `branch_filter` block as documented below.
1540
1656
  """
1541
- branch_filters: NotRequired[pulumi.Input[Sequence[pulumi.Input['BuildDefinitionCiTriggerOverrideBranchFilterArgsDict']]]]
1657
+ batch: NotRequired[pulumi.Input[bool]]
1542
1658
  """
1543
- The branches to include and exclude from the trigger.
1659
+ If you set batch to true, when a pipeline is running, the system waits until the run is completed, then starts another run with all changes that have not yet been built. Defaults to `true`.
1544
1660
  """
1545
1661
  max_concurrent_builds_per_branch: NotRequired[pulumi.Input[int]]
1546
1662
  """
@@ -1564,24 +1680,23 @@ elif False:
1564
1680
  @pulumi.input_type
1565
1681
  class BuildDefinitionCiTriggerOverrideArgs:
1566
1682
  def __init__(__self__, *,
1683
+ branch_filters: pulumi.Input[Sequence[pulumi.Input['BuildDefinitionCiTriggerOverrideBranchFilterArgs']]],
1567
1684
  batch: Optional[pulumi.Input[bool]] = None,
1568
- branch_filters: Optional[pulumi.Input[Sequence[pulumi.Input['BuildDefinitionCiTriggerOverrideBranchFilterArgs']]]] = None,
1569
1685
  max_concurrent_builds_per_branch: Optional[pulumi.Input[int]] = None,
1570
1686
  path_filters: Optional[pulumi.Input[Sequence[pulumi.Input['BuildDefinitionCiTriggerOverridePathFilterArgs']]]] = None,
1571
1687
  polling_interval: Optional[pulumi.Input[int]] = None,
1572
1688
  polling_job_id: Optional[pulumi.Input[str]] = None):
1573
1689
  """
1690
+ :param pulumi.Input[Sequence[pulumi.Input['BuildDefinitionCiTriggerOverrideBranchFilterArgs']]] branch_filters: The branches to include and exclude from the trigger. A `branch_filter` block as documented below.
1574
1691
  :param pulumi.Input[bool] batch: If you set batch to true, when a pipeline is running, the system waits until the run is completed, then starts another run with all changes that have not yet been built. Defaults to `true`.
1575
- :param pulumi.Input[Sequence[pulumi.Input['BuildDefinitionCiTriggerOverrideBranchFilterArgs']]] branch_filters: The branches to include and exclude from the trigger.
1576
1692
  :param pulumi.Input[int] max_concurrent_builds_per_branch: The number of max builds per branch. Defaults to `1`.
1577
1693
  :param pulumi.Input[Sequence[pulumi.Input['BuildDefinitionCiTriggerOverridePathFilterArgs']]] path_filters: Specify file paths to include or exclude. Note that the wildcard syntax is different between branches/tags and file paths.
1578
1694
  :param pulumi.Input[int] polling_interval: How often the external repository is polled. Defaults to `0`.
1579
1695
  :param pulumi.Input[str] polling_job_id: This is the ID of the polling job that polls the external repository. Once the build definition is saved/updated, this value is set.
1580
1696
  """
1697
+ pulumi.set(__self__, "branch_filters", branch_filters)
1581
1698
  if batch is not None:
1582
1699
  pulumi.set(__self__, "batch", batch)
1583
- if branch_filters is not None:
1584
- pulumi.set(__self__, "branch_filters", branch_filters)
1585
1700
  if max_concurrent_builds_per_branch is not None:
1586
1701
  pulumi.set(__self__, "max_concurrent_builds_per_branch", max_concurrent_builds_per_branch)
1587
1702
  if path_filters is not None:
@@ -1591,6 +1706,18 @@ class BuildDefinitionCiTriggerOverrideArgs:
1591
1706
  if polling_job_id is not None:
1592
1707
  pulumi.set(__self__, "polling_job_id", polling_job_id)
1593
1708
 
1709
+ @property
1710
+ @pulumi.getter(name="branchFilters")
1711
+ def branch_filters(self) -> pulumi.Input[Sequence[pulumi.Input['BuildDefinitionCiTriggerOverrideBranchFilterArgs']]]:
1712
+ """
1713
+ The branches to include and exclude from the trigger. A `branch_filter` block as documented below.
1714
+ """
1715
+ return pulumi.get(self, "branch_filters")
1716
+
1717
+ @branch_filters.setter
1718
+ def branch_filters(self, value: pulumi.Input[Sequence[pulumi.Input['BuildDefinitionCiTriggerOverrideBranchFilterArgs']]]):
1719
+ pulumi.set(self, "branch_filters", value)
1720
+
1594
1721
  @property
1595
1722
  @pulumi.getter
1596
1723
  def batch(self) -> Optional[pulumi.Input[bool]]:
@@ -1603,18 +1730,6 @@ class BuildDefinitionCiTriggerOverrideArgs:
1603
1730
  def batch(self, value: Optional[pulumi.Input[bool]]):
1604
1731
  pulumi.set(self, "batch", value)
1605
1732
 
1606
- @property
1607
- @pulumi.getter(name="branchFilters")
1608
- def branch_filters(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['BuildDefinitionCiTriggerOverrideBranchFilterArgs']]]]:
1609
- """
1610
- The branches to include and exclude from the trigger.
1611
- """
1612
- return pulumi.get(self, "branch_filters")
1613
-
1614
- @branch_filters.setter
1615
- def branch_filters(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['BuildDefinitionCiTriggerOverrideBranchFilterArgs']]]]):
1616
- pulumi.set(self, "branch_filters", value)
1617
-
1618
1733
  @property
1619
1734
  @pulumi.getter(name="maxConcurrentBuildsPerBranch")
1620
1735
  def max_concurrent_builds_per_branch(self) -> Optional[pulumi.Input[int]]:
@@ -1955,13 +2070,13 @@ class BuildDefinitionPullRequestTriggerForksArgs:
1955
2070
 
1956
2071
  if not MYPY:
1957
2072
  class BuildDefinitionPullRequestTriggerOverrideArgsDict(TypedDict):
1958
- auto_cancel: NotRequired[pulumi.Input[bool]]
2073
+ branch_filters: pulumi.Input[Sequence[pulumi.Input['BuildDefinitionPullRequestTriggerOverrideBranchFilterArgsDict']]]
1959
2074
  """
1960
- . Defaults to `true`.
2075
+ The branches to include and exclude from the trigger. A `branch_filter` block as documented below.
1961
2076
  """
1962
- branch_filters: NotRequired[pulumi.Input[Sequence[pulumi.Input['BuildDefinitionPullRequestTriggerOverrideBranchFilterArgsDict']]]]
2077
+ auto_cancel: NotRequired[pulumi.Input[bool]]
1963
2078
  """
1964
- The branches to include and exclude from the trigger.
2079
+ . Defaults to `true`.
1965
2080
  """
1966
2081
  path_filters: NotRequired[pulumi.Input[Sequence[pulumi.Input['BuildDefinitionPullRequestTriggerOverridePathFilterArgsDict']]]]
1967
2082
  """
@@ -1973,21 +2088,32 @@ elif False:
1973
2088
  @pulumi.input_type
1974
2089
  class BuildDefinitionPullRequestTriggerOverrideArgs:
1975
2090
  def __init__(__self__, *,
2091
+ branch_filters: pulumi.Input[Sequence[pulumi.Input['BuildDefinitionPullRequestTriggerOverrideBranchFilterArgs']]],
1976
2092
  auto_cancel: Optional[pulumi.Input[bool]] = None,
1977
- branch_filters: Optional[pulumi.Input[Sequence[pulumi.Input['BuildDefinitionPullRequestTriggerOverrideBranchFilterArgs']]]] = None,
1978
2093
  path_filters: Optional[pulumi.Input[Sequence[pulumi.Input['BuildDefinitionPullRequestTriggerOverridePathFilterArgs']]]] = None):
1979
2094
  """
2095
+ :param pulumi.Input[Sequence[pulumi.Input['BuildDefinitionPullRequestTriggerOverrideBranchFilterArgs']]] branch_filters: The branches to include and exclude from the trigger. A `branch_filter` block as documented below.
1980
2096
  :param pulumi.Input[bool] auto_cancel: . Defaults to `true`.
1981
- :param pulumi.Input[Sequence[pulumi.Input['BuildDefinitionPullRequestTriggerOverrideBranchFilterArgs']]] branch_filters: The branches to include and exclude from the trigger.
1982
2097
  :param pulumi.Input[Sequence[pulumi.Input['BuildDefinitionPullRequestTriggerOverridePathFilterArgs']]] path_filters: Specify file paths to include or exclude. Note that the wildcard syntax is different between branches/tags and file paths.
1983
2098
  """
2099
+ pulumi.set(__self__, "branch_filters", branch_filters)
1984
2100
  if auto_cancel is not None:
1985
2101
  pulumi.set(__self__, "auto_cancel", auto_cancel)
1986
- if branch_filters is not None:
1987
- pulumi.set(__self__, "branch_filters", branch_filters)
1988
2102
  if path_filters is not None:
1989
2103
  pulumi.set(__self__, "path_filters", path_filters)
1990
2104
 
2105
+ @property
2106
+ @pulumi.getter(name="branchFilters")
2107
+ def branch_filters(self) -> pulumi.Input[Sequence[pulumi.Input['BuildDefinitionPullRequestTriggerOverrideBranchFilterArgs']]]:
2108
+ """
2109
+ The branches to include and exclude from the trigger. A `branch_filter` block as documented below.
2110
+ """
2111
+ return pulumi.get(self, "branch_filters")
2112
+
2113
+ @branch_filters.setter
2114
+ def branch_filters(self, value: pulumi.Input[Sequence[pulumi.Input['BuildDefinitionPullRequestTriggerOverrideBranchFilterArgs']]]):
2115
+ pulumi.set(self, "branch_filters", value)
2116
+
1991
2117
  @property
1992
2118
  @pulumi.getter(name="autoCancel")
1993
2119
  def auto_cancel(self) -> Optional[pulumi.Input[bool]]:
@@ -2000,18 +2126,6 @@ class BuildDefinitionPullRequestTriggerOverrideArgs:
2000
2126
  def auto_cancel(self, value: Optional[pulumi.Input[bool]]):
2001
2127
  pulumi.set(self, "auto_cancel", value)
2002
2128
 
2003
- @property
2004
- @pulumi.getter(name="branchFilters")
2005
- def branch_filters(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['BuildDefinitionPullRequestTriggerOverrideBranchFilterArgs']]]]:
2006
- """
2007
- The branches to include and exclude from the trigger.
2008
- """
2009
- return pulumi.get(self, "branch_filters")
2010
-
2011
- @branch_filters.setter
2012
- def branch_filters(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['BuildDefinitionPullRequestTriggerOverrideBranchFilterArgs']]]]):
2013
- pulumi.set(self, "branch_filters", value)
2014
-
2015
2129
  @property
2016
2130
  @pulumi.getter(name="pathFilters")
2017
2131
  def path_filters(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['BuildDefinitionPullRequestTriggerOverridePathFilterArgs']]]]:
@@ -2137,7 +2251,7 @@ if not MYPY:
2137
2251
  """
2138
2252
  repo_type: pulumi.Input[str]
2139
2253
  """
2140
- The repository type. Valid values: `GitHub` or `TfsGit` or `Bitbucket` or `GitHub Enterprise`. Defaults to `GitHub`. If `repo_type` is `GitHubEnterprise`, must use existing project and GitHub Enterprise service connection.
2254
+ The repository type. Possible values are: `GitHub` or `TfsGit` or `Bitbucket` or `GitHub Enterprise`. Defaults to `GitHub`. If `repo_type` is `GitHubEnterprise`, must use existing project and GitHub Enterprise service connection.
2141
2255
  """
2142
2256
  yml_path: pulumi.Input[str]
2143
2257
  """
@@ -2174,7 +2288,7 @@ class BuildDefinitionRepositoryArgs:
2174
2288
  service_connection_id: Optional[pulumi.Input[str]] = None):
2175
2289
  """
2176
2290
  :param pulumi.Input[str] repo_id: The id of the repository. For `TfsGit` repos, this is simply the ID of the repository. For `Github` repos, this will take the form of `<GitHub Org>/<Repo Name>`. For `Bitbucket` repos, this will take the form of `<Workspace ID>/<Repo Name>`.
2177
- :param pulumi.Input[str] repo_type: The repository type. Valid values: `GitHub` or `TfsGit` or `Bitbucket` or `GitHub Enterprise`. Defaults to `GitHub`. If `repo_type` is `GitHubEnterprise`, must use existing project and GitHub Enterprise service connection.
2291
+ :param pulumi.Input[str] repo_type: The repository type. Possible values are: `GitHub` or `TfsGit` or `Bitbucket` or `GitHub Enterprise`. Defaults to `GitHub`. If `repo_type` is `GitHubEnterprise`, must use existing project and GitHub Enterprise service connection.
2178
2292
  :param pulumi.Input[str] yml_path: The path of the Yaml file describing the build definition.
2179
2293
  :param pulumi.Input[str] branch_name: The branch name for which builds are triggered. Defaults to `master`.
2180
2294
  :param pulumi.Input[str] github_enterprise_url: The Github Enterprise URL. Used if `repo_type` is `GithubEnterprise`.
@@ -2209,7 +2323,7 @@ class BuildDefinitionRepositoryArgs:
2209
2323
  @pulumi.getter(name="repoType")
2210
2324
  def repo_type(self) -> pulumi.Input[str]:
2211
2325
  """
2212
- The repository type. Valid values: `GitHub` or `TfsGit` or `Bitbucket` or `GitHub Enterprise`. Defaults to `GitHub`. If `repo_type` is `GitHubEnterprise`, must use existing project and GitHub Enterprise service connection.
2326
+ The repository type. Possible values are: `GitHub` or `TfsGit` or `Bitbucket` or `GitHub Enterprise`. Defaults to `GitHub`. If `repo_type` is `GitHubEnterprise`, must use existing project and GitHub Enterprise service connection.
2213
2327
  """
2214
2328
  return pulumi.get(self, "repo_type")
2215
2329
 
@@ -2280,13 +2394,13 @@ class BuildDefinitionRepositoryArgs:
2280
2394
 
2281
2395
  if not MYPY:
2282
2396
  class BuildDefinitionScheduleArgsDict(TypedDict):
2283
- days_to_builds: pulumi.Input[Sequence[pulumi.Input[str]]]
2397
+ branch_filters: pulumi.Input[Sequence[pulumi.Input['BuildDefinitionScheduleBranchFilterArgsDict']]]
2284
2398
  """
2285
- When to build. Valid values: `Mon`, `Tue`, `Wed`, `Thu`, `Fri`, `Sat`, `Sun`.
2399
+ A `branch_filter` block as defined below.
2286
2400
  """
2287
- branch_filters: NotRequired[pulumi.Input[Sequence[pulumi.Input['BuildDefinitionScheduleBranchFilterArgsDict']]]]
2401
+ days_to_builds: pulumi.Input[Sequence[pulumi.Input[str]]]
2288
2402
  """
2289
- block supports the following:
2403
+ When to build. Possible values are: `Mon`, `Tue`, `Wed`, `Thu`, `Fri`, `Sat`, `Sun`.
2290
2404
  """
2291
2405
  schedule_job_id: NotRequired[pulumi.Input[str]]
2292
2406
  """
@@ -2298,15 +2412,15 @@ if not MYPY:
2298
2412
  """
2299
2413
  start_hours: NotRequired[pulumi.Input[int]]
2300
2414
  """
2301
- Build start hour. Defaults to `0`. Valid values: `0 ~ 23`.
2415
+ Build start hour. Possible values are: `0 ~ 23`. Defaults to `0`.
2302
2416
  """
2303
2417
  start_minutes: NotRequired[pulumi.Input[int]]
2304
2418
  """
2305
- Build start minute. Defaults to `0`. Valid values: `0 ~ 59`.
2419
+ Build start minute. Possible values are: `0 ~ 59`. Defaults to `0`.
2306
2420
  """
2307
2421
  time_zone: NotRequired[pulumi.Input[str]]
2308
2422
  """
2309
- Build time zone. Defaults to `(UTC) Coordinated Universal Time`. Valid values:
2423
+ Build time zone. Defaults to `(UTC) Coordinated Universal Time`. Possible values are:
2310
2424
  `(UTC-12:00) International Date Line West`,
2311
2425
  `(UTC-11:00) Coordinated Universal Time-11`,
2312
2426
  `(UTC-10:00) Aleutian Islands`,
@@ -2455,21 +2569,21 @@ elif False:
2455
2569
  @pulumi.input_type
2456
2570
  class BuildDefinitionScheduleArgs:
2457
2571
  def __init__(__self__, *,
2572
+ branch_filters: pulumi.Input[Sequence[pulumi.Input['BuildDefinitionScheduleBranchFilterArgs']]],
2458
2573
  days_to_builds: pulumi.Input[Sequence[pulumi.Input[str]]],
2459
- branch_filters: Optional[pulumi.Input[Sequence[pulumi.Input['BuildDefinitionScheduleBranchFilterArgs']]]] = None,
2460
2574
  schedule_job_id: Optional[pulumi.Input[str]] = None,
2461
2575
  schedule_only_with_changes: Optional[pulumi.Input[bool]] = None,
2462
2576
  start_hours: Optional[pulumi.Input[int]] = None,
2463
2577
  start_minutes: Optional[pulumi.Input[int]] = None,
2464
2578
  time_zone: Optional[pulumi.Input[str]] = None):
2465
2579
  """
2466
- :param pulumi.Input[Sequence[pulumi.Input[str]]] days_to_builds: When to build. Valid values: `Mon`, `Tue`, `Wed`, `Thu`, `Fri`, `Sat`, `Sun`.
2467
- :param pulumi.Input[Sequence[pulumi.Input['BuildDefinitionScheduleBranchFilterArgs']]] branch_filters: block supports the following:
2580
+ :param pulumi.Input[Sequence[pulumi.Input['BuildDefinitionScheduleBranchFilterArgs']]] branch_filters: A `branch_filter` block as defined below.
2581
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] days_to_builds: When to build. Possible values are: `Mon`, `Tue`, `Wed`, `Thu`, `Fri`, `Sat`, `Sun`.
2468
2582
  :param pulumi.Input[str] schedule_job_id: The ID of the schedule job
2469
2583
  :param pulumi.Input[bool] schedule_only_with_changes: Schedule builds if the source or pipeline has changed. Defaults to `true`.
2470
- :param pulumi.Input[int] start_hours: Build start hour. Defaults to `0`. Valid values: `0 ~ 23`.
2471
- :param pulumi.Input[int] start_minutes: Build start minute. Defaults to `0`. Valid values: `0 ~ 59`.
2472
- :param pulumi.Input[str] time_zone: Build time zone. Defaults to `(UTC) Coordinated Universal Time`. Valid values:
2584
+ :param pulumi.Input[int] start_hours: Build start hour. Possible values are: `0 ~ 23`. Defaults to `0`.
2585
+ :param pulumi.Input[int] start_minutes: Build start minute. Possible values are: `0 ~ 59`. Defaults to `0`.
2586
+ :param pulumi.Input[str] time_zone: Build time zone. Defaults to `(UTC) Coordinated Universal Time`. Possible values are:
2473
2587
  `(UTC-12:00) International Date Line West`,
2474
2588
  `(UTC-11:00) Coordinated Universal Time-11`,
2475
2589
  `(UTC-10:00) Aleutian Islands`,
@@ -2612,9 +2726,8 @@ class BuildDefinitionScheduleArgs:
2612
2726
  `(UTC+13:00) Samoa`,
2613
2727
  `(UTC+14:00) Kiritimati Island`.
2614
2728
  """
2729
+ pulumi.set(__self__, "branch_filters", branch_filters)
2615
2730
  pulumi.set(__self__, "days_to_builds", days_to_builds)
2616
- if branch_filters is not None:
2617
- pulumi.set(__self__, "branch_filters", branch_filters)
2618
2731
  if schedule_job_id is not None:
2619
2732
  pulumi.set(__self__, "schedule_job_id", schedule_job_id)
2620
2733
  if schedule_only_with_changes is not None:
@@ -2626,11 +2739,23 @@ class BuildDefinitionScheduleArgs:
2626
2739
  if time_zone is not None:
2627
2740
  pulumi.set(__self__, "time_zone", time_zone)
2628
2741
 
2742
+ @property
2743
+ @pulumi.getter(name="branchFilters")
2744
+ def branch_filters(self) -> pulumi.Input[Sequence[pulumi.Input['BuildDefinitionScheduleBranchFilterArgs']]]:
2745
+ """
2746
+ A `branch_filter` block as defined below.
2747
+ """
2748
+ return pulumi.get(self, "branch_filters")
2749
+
2750
+ @branch_filters.setter
2751
+ def branch_filters(self, value: pulumi.Input[Sequence[pulumi.Input['BuildDefinitionScheduleBranchFilterArgs']]]):
2752
+ pulumi.set(self, "branch_filters", value)
2753
+
2629
2754
  @property
2630
2755
  @pulumi.getter(name="daysToBuilds")
2631
2756
  def days_to_builds(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
2632
2757
  """
2633
- When to build. Valid values: `Mon`, `Tue`, `Wed`, `Thu`, `Fri`, `Sat`, `Sun`.
2758
+ When to build. Possible values are: `Mon`, `Tue`, `Wed`, `Thu`, `Fri`, `Sat`, `Sun`.
2634
2759
  """
2635
2760
  return pulumi.get(self, "days_to_builds")
2636
2761
 
@@ -2638,18 +2763,6 @@ class BuildDefinitionScheduleArgs:
2638
2763
  def days_to_builds(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
2639
2764
  pulumi.set(self, "days_to_builds", value)
2640
2765
 
2641
- @property
2642
- @pulumi.getter(name="branchFilters")
2643
- def branch_filters(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['BuildDefinitionScheduleBranchFilterArgs']]]]:
2644
- """
2645
- block supports the following:
2646
- """
2647
- return pulumi.get(self, "branch_filters")
2648
-
2649
- @branch_filters.setter
2650
- def branch_filters(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['BuildDefinitionScheduleBranchFilterArgs']]]]):
2651
- pulumi.set(self, "branch_filters", value)
2652
-
2653
2766
  @property
2654
2767
  @pulumi.getter(name="scheduleJobId")
2655
2768
  def schedule_job_id(self) -> Optional[pulumi.Input[str]]:
@@ -2678,7 +2791,7 @@ class BuildDefinitionScheduleArgs:
2678
2791
  @pulumi.getter(name="startHours")
2679
2792
  def start_hours(self) -> Optional[pulumi.Input[int]]:
2680
2793
  """
2681
- Build start hour. Defaults to `0`. Valid values: `0 ~ 23`.
2794
+ Build start hour. Possible values are: `0 ~ 23`. Defaults to `0`.
2682
2795
  """
2683
2796
  return pulumi.get(self, "start_hours")
2684
2797
 
@@ -2690,7 +2803,7 @@ class BuildDefinitionScheduleArgs:
2690
2803
  @pulumi.getter(name="startMinutes")
2691
2804
  def start_minutes(self) -> Optional[pulumi.Input[int]]:
2692
2805
  """
2693
- Build start minute. Defaults to `0`. Valid values: `0 ~ 59`.
2806
+ Build start minute. Possible values are: `0 ~ 59`. Defaults to `0`.
2694
2807
  """
2695
2808
  return pulumi.get(self, "start_minutes")
2696
2809
 
@@ -2702,7 +2815,7 @@ class BuildDefinitionScheduleArgs:
2702
2815
  @pulumi.getter(name="timeZone")
2703
2816
  def time_zone(self) -> Optional[pulumi.Input[str]]:
2704
2817
  """
2705
- Build time zone. Defaults to `(UTC) Coordinated Universal Time`. Valid values:
2818
+ Build time zone. Defaults to `(UTC) Coordinated Universal Time`. Possible values are:
2706
2819
  `(UTC-12:00) International Date Line West`,
2707
2820
  `(UTC-11:00) Coordinated Universal Time-11`,
2708
2821
  `(UTC-10:00) Aleutian Islands`,
@@ -3031,7 +3144,7 @@ if not MYPY:
3031
3144
  """
3032
3145
  repository_type: NotRequired[pulumi.Input[str]]
3033
3146
  """
3034
- The type of the repository storing the template. Valid values: `azuregit`, `github`, `githubenterprise`, `bitbucket`. Defaults to `azuregit`.
3147
+ The type of the repository storing the template. Possible values are: `azuregit`, `github`, `githubenterprise`, `bitbucket`. Defaults to `azuregit`.
3035
3148
  """
3036
3149
  elif False:
3037
3150
  CheckRequiredTemplateRequiredTemplateArgsDict: TypeAlias = Mapping[str, Any]
@@ -3047,7 +3160,7 @@ class CheckRequiredTemplateRequiredTemplateArgs:
3047
3160
  :param pulumi.Input[str] repository_name: The name of the repository storing the template.
3048
3161
  :param pulumi.Input[str] repository_ref: The branch in which the template will be referenced.
3049
3162
  :param pulumi.Input[str] template_path: The path to the template yaml.
3050
- :param pulumi.Input[str] repository_type: The type of the repository storing the template. Valid values: `azuregit`, `github`, `githubenterprise`, `bitbucket`. Defaults to `azuregit`.
3163
+ :param pulumi.Input[str] repository_type: The type of the repository storing the template. Possible values are: `azuregit`, `github`, `githubenterprise`, `bitbucket`. Defaults to `azuregit`.
3051
3164
  """
3052
3165
  pulumi.set(__self__, "repository_name", repository_name)
3053
3166
  pulumi.set(__self__, "repository_ref", repository_ref)
@@ -3095,7 +3208,7 @@ class CheckRequiredTemplateRequiredTemplateArgs:
3095
3208
  @pulumi.getter(name="repositoryType")
3096
3209
  def repository_type(self) -> Optional[pulumi.Input[str]]:
3097
3210
  """
3098
- The type of the repository storing the template. Valid values: `azuregit`, `github`, `githubenterprise`, `bitbucket`. Defaults to `azuregit`.
3211
+ The type of the repository storing the template. Possible values are: `azuregit`, `github`, `githubenterprise`, `bitbucket`. Defaults to `azuregit`.
3099
3212
  """
3100
3213
  return pulumi.get(self, "repository_type")
3101
3214
 
@@ -3162,9 +3275,15 @@ if not MYPY:
3162
3275
  """
3163
3276
  The type of repository to create. Valid values: `Uninitialized`, `Clean` or `Import`.
3164
3277
  """
3278
+ password: NotRequired[pulumi.Input[str]]
3279
+ """
3280
+ The password used to authenticate to a private repository for import initialization. Conflicts with `service_connection_id`.
3281
+
3282
+ ~>**Note** At least `service_connection_id` or `username/password` needs to be set to import private repository.
3283
+ """
3165
3284
  service_connection_id: NotRequired[pulumi.Input[str]]
3166
3285
  """
3167
- The id of service connection used to authenticate to a private repository for import initialization.
3286
+ The ID of service connection used to authenticate to a private repository for import initialization. Conflicts with `username` and `password`.
3168
3287
  """
3169
3288
  source_type: NotRequired[pulumi.Input[str]]
3170
3289
  """
@@ -3174,6 +3293,10 @@ if not MYPY:
3174
3293
  """
3175
3294
  The URL of the source repository. Used if the `init_type` is `Import`.
3176
3295
  """
3296
+ username: NotRequired[pulumi.Input[str]]
3297
+ """
3298
+ The username used to authenticate to a private repository for import initialization. Conflicts with `service_connection_id`.
3299
+ """
3177
3300
  elif False:
3178
3301
  GitInitializationArgsDict: TypeAlias = Mapping[str, Any]
3179
3302
 
@@ -3181,22 +3304,32 @@ elif False:
3181
3304
  class GitInitializationArgs:
3182
3305
  def __init__(__self__, *,
3183
3306
  init_type: pulumi.Input[str],
3307
+ password: Optional[pulumi.Input[str]] = None,
3184
3308
  service_connection_id: Optional[pulumi.Input[str]] = None,
3185
3309
  source_type: Optional[pulumi.Input[str]] = None,
3186
- source_url: Optional[pulumi.Input[str]] = None):
3310
+ source_url: Optional[pulumi.Input[str]] = None,
3311
+ username: Optional[pulumi.Input[str]] = None):
3187
3312
  """
3188
3313
  :param pulumi.Input[str] init_type: The type of repository to create. Valid values: `Uninitialized`, `Clean` or `Import`.
3189
- :param pulumi.Input[str] service_connection_id: The id of service connection used to authenticate to a private repository for import initialization.
3314
+ :param pulumi.Input[str] password: The password used to authenticate to a private repository for import initialization. Conflicts with `service_connection_id`.
3315
+
3316
+ ~>**Note** At least `service_connection_id` or `username/password` needs to be set to import private repository.
3317
+ :param pulumi.Input[str] service_connection_id: The ID of service connection used to authenticate to a private repository for import initialization. Conflicts with `username` and `password`.
3190
3318
  :param pulumi.Input[str] source_type: Type of the source repository. Used if the `init_type` is `Import`. Valid values: `Git`.
3191
3319
  :param pulumi.Input[str] source_url: The URL of the source repository. Used if the `init_type` is `Import`.
3320
+ :param pulumi.Input[str] username: The username used to authenticate to a private repository for import initialization. Conflicts with `service_connection_id`.
3192
3321
  """
3193
3322
  pulumi.set(__self__, "init_type", init_type)
3323
+ if password is not None:
3324
+ pulumi.set(__self__, "password", password)
3194
3325
  if service_connection_id is not None:
3195
3326
  pulumi.set(__self__, "service_connection_id", service_connection_id)
3196
3327
  if source_type is not None:
3197
3328
  pulumi.set(__self__, "source_type", source_type)
3198
3329
  if source_url is not None:
3199
3330
  pulumi.set(__self__, "source_url", source_url)
3331
+ if username is not None:
3332
+ pulumi.set(__self__, "username", username)
3200
3333
 
3201
3334
  @property
3202
3335
  @pulumi.getter(name="initType")
@@ -3210,11 +3343,25 @@ class GitInitializationArgs:
3210
3343
  def init_type(self, value: pulumi.Input[str]):
3211
3344
  pulumi.set(self, "init_type", value)
3212
3345
 
3346
+ @property
3347
+ @pulumi.getter
3348
+ def password(self) -> Optional[pulumi.Input[str]]:
3349
+ """
3350
+ The password used to authenticate to a private repository for import initialization. Conflicts with `service_connection_id`.
3351
+
3352
+ ~>**Note** At least `service_connection_id` or `username/password` needs to be set to import private repository.
3353
+ """
3354
+ return pulumi.get(self, "password")
3355
+
3356
+ @password.setter
3357
+ def password(self, value: Optional[pulumi.Input[str]]):
3358
+ pulumi.set(self, "password", value)
3359
+
3213
3360
  @property
3214
3361
  @pulumi.getter(name="serviceConnectionId")
3215
3362
  def service_connection_id(self) -> Optional[pulumi.Input[str]]:
3216
3363
  """
3217
- The id of service connection used to authenticate to a private repository for import initialization.
3364
+ The ID of service connection used to authenticate to a private repository for import initialization. Conflicts with `username` and `password`.
3218
3365
  """
3219
3366
  return pulumi.get(self, "service_connection_id")
3220
3367
 
@@ -3246,16 +3393,28 @@ class GitInitializationArgs:
3246
3393
  def source_url(self, value: Optional[pulumi.Input[str]]):
3247
3394
  pulumi.set(self, "source_url", value)
3248
3395
 
3396
+ @property
3397
+ @pulumi.getter
3398
+ def username(self) -> Optional[pulumi.Input[str]]:
3399
+ """
3400
+ The username used to authenticate to a private repository for import initialization. Conflicts with `service_connection_id`.
3401
+ """
3402
+ return pulumi.get(self, "username")
3403
+
3404
+ @username.setter
3405
+ def username(self, value: Optional[pulumi.Input[str]]):
3406
+ pulumi.set(self, "username", value)
3407
+
3249
3408
 
3250
3409
  if not MYPY:
3251
3410
  class ServiceEndpointArtifactoryAuthenticationBasicArgsDict(TypedDict):
3252
3411
  password: pulumi.Input[str]
3253
3412
  """
3254
- The Artifactory password.
3413
+ The Password of the Artifactory.
3255
3414
  """
3256
3415
  username: pulumi.Input[str]
3257
3416
  """
3258
- The Artifactory user name.
3417
+ The Username of the Artifactory.
3259
3418
  """
3260
3419
  elif False:
3261
3420
  ServiceEndpointArtifactoryAuthenticationBasicArgsDict: TypeAlias = Mapping[str, Any]
@@ -3266,8 +3425,8 @@ class ServiceEndpointArtifactoryAuthenticationBasicArgs:
3266
3425
  password: pulumi.Input[str],
3267
3426
  username: pulumi.Input[str]):
3268
3427
  """
3269
- :param pulumi.Input[str] password: The Artifactory password.
3270
- :param pulumi.Input[str] username: The Artifactory user name.
3428
+ :param pulumi.Input[str] password: The Password of the Artifactory.
3429
+ :param pulumi.Input[str] username: The Username of the Artifactory.
3271
3430
  """
3272
3431
  pulumi.set(__self__, "password", password)
3273
3432
  pulumi.set(__self__, "username", username)
@@ -3276,7 +3435,7 @@ class ServiceEndpointArtifactoryAuthenticationBasicArgs:
3276
3435
  @pulumi.getter
3277
3436
  def password(self) -> pulumi.Input[str]:
3278
3437
  """
3279
- The Artifactory password.
3438
+ The Password of the Artifactory.
3280
3439
  """
3281
3440
  return pulumi.get(self, "password")
3282
3441
 
@@ -3288,7 +3447,7 @@ class ServiceEndpointArtifactoryAuthenticationBasicArgs:
3288
3447
  @pulumi.getter
3289
3448
  def username(self) -> pulumi.Input[str]:
3290
3449
  """
3291
- The Artifactory user name.
3450
+ The Username of the Artifactory.
3292
3451
  """
3293
3452
  return pulumi.get(self, "username")
3294
3453
 
@@ -3301,7 +3460,7 @@ if not MYPY:
3301
3460
  class ServiceEndpointArtifactoryAuthenticationTokenArgsDict(TypedDict):
3302
3461
  token: pulumi.Input[str]
3303
3462
  """
3304
- The Artifactory access token.
3463
+ Authentication Token generated through Artifactory.
3305
3464
  """
3306
3465
  elif False:
3307
3466
  ServiceEndpointArtifactoryAuthenticationTokenArgsDict: TypeAlias = Mapping[str, Any]
@@ -3311,7 +3470,7 @@ class ServiceEndpointArtifactoryAuthenticationTokenArgs:
3311
3470
  def __init__(__self__, *,
3312
3471
  token: pulumi.Input[str]):
3313
3472
  """
3314
- :param pulumi.Input[str] token: The Artifactory access token.
3473
+ :param pulumi.Input[str] token: Authentication Token generated through Artifactory.
3315
3474
  """
3316
3475
  pulumi.set(__self__, "token", token)
3317
3476
 
@@ -3319,7 +3478,7 @@ class ServiceEndpointArtifactoryAuthenticationTokenArgs:
3319
3478
  @pulumi.getter
3320
3479
  def token(self) -> pulumi.Input[str]:
3321
3480
  """
3322
- The Artifactory access token.
3481
+ Authentication Token generated through Artifactory.
3323
3482
  """
3324
3483
  return pulumi.get(self, "token")
3325
3484
 
@@ -3332,7 +3491,7 @@ if not MYPY:
3332
3491
  class ServiceEndpointAzureEcrCredentialsArgsDict(TypedDict):
3333
3492
  serviceprincipalid: pulumi.Input[str]
3334
3493
  """
3335
- The service principal application Id
3494
+ The ID of the Service Principal Application.
3336
3495
  """
3337
3496
  elif False:
3338
3497
  ServiceEndpointAzureEcrCredentialsArgsDict: TypeAlias = Mapping[str, Any]
@@ -3342,7 +3501,7 @@ class ServiceEndpointAzureEcrCredentialsArgs:
3342
3501
  def __init__(__self__, *,
3343
3502
  serviceprincipalid: pulumi.Input[str]):
3344
3503
  """
3345
- :param pulumi.Input[str] serviceprincipalid: The service principal application Id
3504
+ :param pulumi.Input[str] serviceprincipalid: The ID of the Service Principal Application.
3346
3505
  """
3347
3506
  pulumi.set(__self__, "serviceprincipalid", serviceprincipalid)
3348
3507
 
@@ -3350,7 +3509,7 @@ class ServiceEndpointAzureEcrCredentialsArgs:
3350
3509
  @pulumi.getter
3351
3510
  def serviceprincipalid(self) -> pulumi.Input[str]:
3352
3511
  """
3353
- The service principal application Id
3512
+ The ID of the Service Principal Application.
3354
3513
  """
3355
3514
  return pulumi.get(self, "serviceprincipalid")
3356
3515
 
@@ -3363,7 +3522,11 @@ if not MYPY:
3363
3522
  class ServiceEndpointAzureRMCredentialsArgsDict(TypedDict):
3364
3523
  serviceprincipalid: pulumi.Input[str]
3365
3524
  """
3366
- The service principal application Id
3525
+ The service principal application ID
3526
+ """
3527
+ serviceprincipalcertificate: NotRequired[pulumi.Input[str]]
3528
+ """
3529
+ The service principal certificate. This not required if `service_endpoint_authentication_scheme` is set to `WorkloadIdentityFederation`.
3367
3530
  """
3368
3531
  serviceprincipalkey: NotRequired[pulumi.Input[str]]
3369
3532
  """
@@ -3376,12 +3539,16 @@ elif False:
3376
3539
  class ServiceEndpointAzureRMCredentialsArgs:
3377
3540
  def __init__(__self__, *,
3378
3541
  serviceprincipalid: pulumi.Input[str],
3542
+ serviceprincipalcertificate: Optional[pulumi.Input[str]] = None,
3379
3543
  serviceprincipalkey: Optional[pulumi.Input[str]] = None):
3380
3544
  """
3381
- :param pulumi.Input[str] serviceprincipalid: The service principal application Id
3545
+ :param pulumi.Input[str] serviceprincipalid: The service principal application ID
3546
+ :param pulumi.Input[str] serviceprincipalcertificate: The service principal certificate. This not required if `service_endpoint_authentication_scheme` is set to `WorkloadIdentityFederation`.
3382
3547
  :param pulumi.Input[str] serviceprincipalkey: The service principal secret. This not required if `service_endpoint_authentication_scheme` is set to `WorkloadIdentityFederation`.
3383
3548
  """
3384
3549
  pulumi.set(__self__, "serviceprincipalid", serviceprincipalid)
3550
+ if serviceprincipalcertificate is not None:
3551
+ pulumi.set(__self__, "serviceprincipalcertificate", serviceprincipalcertificate)
3385
3552
  if serviceprincipalkey is not None:
3386
3553
  pulumi.set(__self__, "serviceprincipalkey", serviceprincipalkey)
3387
3554
 
@@ -3389,7 +3556,7 @@ class ServiceEndpointAzureRMCredentialsArgs:
3389
3556
  @pulumi.getter
3390
3557
  def serviceprincipalid(self) -> pulumi.Input[str]:
3391
3558
  """
3392
- The service principal application Id
3559
+ The service principal application ID
3393
3560
  """
3394
3561
  return pulumi.get(self, "serviceprincipalid")
3395
3562
 
@@ -3397,6 +3564,18 @@ class ServiceEndpointAzureRMCredentialsArgs:
3397
3564
  def serviceprincipalid(self, value: pulumi.Input[str]):
3398
3565
  pulumi.set(self, "serviceprincipalid", value)
3399
3566
 
3567
+ @property
3568
+ @pulumi.getter
3569
+ def serviceprincipalcertificate(self) -> Optional[pulumi.Input[str]]:
3570
+ """
3571
+ The service principal certificate. This not required if `service_endpoint_authentication_scheme` is set to `WorkloadIdentityFederation`.
3572
+ """
3573
+ return pulumi.get(self, "serviceprincipalcertificate")
3574
+
3575
+ @serviceprincipalcertificate.setter
3576
+ def serviceprincipalcertificate(self, value: Optional[pulumi.Input[str]]):
3577
+ pulumi.set(self, "serviceprincipalcertificate", value)
3578
+
3400
3579
  @property
3401
3580
  @pulumi.getter
3402
3581
  def serviceprincipalkey(self) -> Optional[pulumi.Input[str]]:
@@ -3774,6 +3953,10 @@ if not MYPY:
3774
3953
  """
3775
3954
  The token from a Kubernetes secret object.
3776
3955
  """
3956
+ accept_untrusted_certs: NotRequired[pulumi.Input[bool]]
3957
+ """
3958
+ Set this option to allow clients to accept a self-signed certificate. Defaults to `false`.
3959
+ """
3777
3960
  elif False:
3778
3961
  ServiceEndpointKubernetesServiceAccountArgsDict: TypeAlias = Mapping[str, Any]
3779
3962
 
@@ -3781,13 +3964,17 @@ elif False:
3781
3964
  class ServiceEndpointKubernetesServiceAccountArgs:
3782
3965
  def __init__(__self__, *,
3783
3966
  ca_cert: pulumi.Input[str],
3784
- token: pulumi.Input[str]):
3967
+ token: pulumi.Input[str],
3968
+ accept_untrusted_certs: Optional[pulumi.Input[bool]] = None):
3785
3969
  """
3786
3970
  :param pulumi.Input[str] ca_cert: The certificate from a Kubernetes secret object.
3787
3971
  :param pulumi.Input[str] token: The token from a Kubernetes secret object.
3972
+ :param pulumi.Input[bool] accept_untrusted_certs: Set this option to allow clients to accept a self-signed certificate. Defaults to `false`.
3788
3973
  """
3789
3974
  pulumi.set(__self__, "ca_cert", ca_cert)
3790
3975
  pulumi.set(__self__, "token", token)
3976
+ if accept_untrusted_certs is not None:
3977
+ pulumi.set(__self__, "accept_untrusted_certs", accept_untrusted_certs)
3791
3978
 
3792
3979
  @property
3793
3980
  @pulumi.getter(name="caCert")
@@ -3813,6 +4000,18 @@ class ServiceEndpointKubernetesServiceAccountArgs:
3813
4000
  def token(self, value: pulumi.Input[str]):
3814
4001
  pulumi.set(self, "token", value)
3815
4002
 
4003
+ @property
4004
+ @pulumi.getter(name="acceptUntrustedCerts")
4005
+ def accept_untrusted_certs(self) -> Optional[pulumi.Input[bool]]:
4006
+ """
4007
+ Set this option to allow clients to accept a self-signed certificate. Defaults to `false`.
4008
+ """
4009
+ return pulumi.get(self, "accept_untrusted_certs")
4010
+
4011
+ @accept_untrusted_certs.setter
4012
+ def accept_untrusted_certs(self, value: Optional[pulumi.Input[bool]]):
4013
+ pulumi.set(self, "accept_untrusted_certs", value)
4014
+
3816
4015
 
3817
4016
  if not MYPY:
3818
4017
  class ServiceEndpointPipelineAuthPersonalArgsDict(TypedDict):
@@ -3853,7 +4052,7 @@ if not MYPY:
3853
4052
  """
3854
4053
  server_certificate_lookup: pulumi.Input[str]
3855
4054
  """
3856
- Verification mode for the cluster. Possible values include `Thumbprint` or `CommonName`.
4055
+ Verification mode for the cluster. Possible values are: `Thumbprint`, `CommonName`.
3857
4056
  """
3858
4057
  username: pulumi.Input[str]
3859
4058
  """
@@ -3880,7 +4079,7 @@ class ServiceEndpointServiceFabricAzureActiveDirectoryArgs:
3880
4079
  server_certificate_thumbprint: Optional[pulumi.Input[str]] = None):
3881
4080
  """
3882
4081
  :param pulumi.Input[str] password: Password for the Azure Active Directory account.
3883
- :param pulumi.Input[str] server_certificate_lookup: Verification mode for the cluster. Possible values include `Thumbprint` or `CommonName`.
4082
+ :param pulumi.Input[str] server_certificate_lookup: Verification mode for the cluster. Possible values are: `Thumbprint`, `CommonName`.
3884
4083
  :param pulumi.Input[str] username: Specify an Azure Active Directory account.
3885
4084
  :param pulumi.Input[str] server_certificate_common_name: The common name(s) of the cluster's certificate(s). This is used to verify the identity of the cluster. This value overrides the publish profile. Separate multiple common names with a comma (',')
3886
4085
  :param pulumi.Input[str] server_certificate_thumbprint: The thumbprint(s) of the cluster's certificate(s). This is used to verify the identity of the cluster. This value overrides the publish profile. Separate multiple thumbprints with a comma (',')
@@ -3909,7 +4108,7 @@ class ServiceEndpointServiceFabricAzureActiveDirectoryArgs:
3909
4108
  @pulumi.getter(name="serverCertificateLookup")
3910
4109
  def server_certificate_lookup(self) -> pulumi.Input[str]:
3911
4110
  """
3912
- Verification mode for the cluster. Possible values include `Thumbprint` or `CommonName`.
4111
+ Verification mode for the cluster. Possible values are: `Thumbprint`, `CommonName`.
3913
4112
  """
3914
4113
  return pulumi.get(self, "server_certificate_lookup")
3915
4114
 
@@ -3962,7 +4161,7 @@ if not MYPY:
3962
4161
  """
3963
4162
  server_certificate_lookup: pulumi.Input[str]
3964
4163
  """
3965
- Verification mode for the cluster. Possible values include `Thumbprint` or `CommonName`.
4164
+ Verification mode for the cluster. Possible values are: `Thumbprint`, `CommonName`.
3966
4165
  """
3967
4166
  client_certificate_password: NotRequired[pulumi.Input[str]]
3968
4167
  """
@@ -3989,7 +4188,7 @@ class ServiceEndpointServiceFabricCertificateArgs:
3989
4188
  server_certificate_thumbprint: Optional[pulumi.Input[str]] = None):
3990
4189
  """
3991
4190
  :param pulumi.Input[str] client_certificate: Base64 encoding of the cluster's client certificate file.
3992
- :param pulumi.Input[str] server_certificate_lookup: Verification mode for the cluster. Possible values include `Thumbprint` or `CommonName`.
4191
+ :param pulumi.Input[str] server_certificate_lookup: Verification mode for the cluster. Possible values are: `Thumbprint`, `CommonName`.
3993
4192
  :param pulumi.Input[str] client_certificate_password: Password for the certificate.
3994
4193
  :param pulumi.Input[str] server_certificate_common_name: The common name(s) of the cluster's certificate(s). This is used to verify the identity of the cluster. This value overrides the publish profile. Separate multiple common names with a comma (',')
3995
4194
  :param pulumi.Input[str] server_certificate_thumbprint: The thumbprint(s) of the cluster's certificate(s). This is used to verify the identity of the cluster. This value overrides the publish profile. Separate multiple thumbprints with a comma (',')
@@ -4019,7 +4218,7 @@ class ServiceEndpointServiceFabricCertificateArgs:
4019
4218
  @pulumi.getter(name="serverCertificateLookup")
4020
4219
  def server_certificate_lookup(self) -> pulumi.Input[str]:
4021
4220
  """
4022
- Verification mode for the cluster. Possible values include `Thumbprint` or `CommonName`.
4221
+ Verification mode for the cluster. Possible values are: `Thumbprint`, `CommonName`.
4023
4222
  """
4024
4223
  return pulumi.get(self, "server_certificate_lookup")
4025
4224
 
@@ -4120,11 +4319,11 @@ if not MYPY:
4120
4319
  class ServiceendpointArgocdAuthenticationBasicArgsDict(TypedDict):
4121
4320
  password: pulumi.Input[str]
4122
4321
  """
4123
- ArgoCD Password.
4322
+ The Password of the ArgoCD.
4124
4323
  """
4125
4324
  username: pulumi.Input[str]
4126
4325
  """
4127
- ArgoCD Username.
4326
+ The Username of the ArgoCD.
4128
4327
  """
4129
4328
  elif False:
4130
4329
  ServiceendpointArgocdAuthenticationBasicArgsDict: TypeAlias = Mapping[str, Any]
@@ -4135,8 +4334,8 @@ class ServiceendpointArgocdAuthenticationBasicArgs:
4135
4334
  password: pulumi.Input[str],
4136
4335
  username: pulumi.Input[str]):
4137
4336
  """
4138
- :param pulumi.Input[str] password: ArgoCD Password.
4139
- :param pulumi.Input[str] username: ArgoCD Username.
4337
+ :param pulumi.Input[str] password: The Password of the ArgoCD.
4338
+ :param pulumi.Input[str] username: The Username of the ArgoCD.
4140
4339
  """
4141
4340
  pulumi.set(__self__, "password", password)
4142
4341
  pulumi.set(__self__, "username", username)
@@ -4145,7 +4344,7 @@ class ServiceendpointArgocdAuthenticationBasicArgs:
4145
4344
  @pulumi.getter
4146
4345
  def password(self) -> pulumi.Input[str]:
4147
4346
  """
4148
- ArgoCD Password.
4347
+ The Password of the ArgoCD.
4149
4348
  """
4150
4349
  return pulumi.get(self, "password")
4151
4350
 
@@ -4157,7 +4356,7 @@ class ServiceendpointArgocdAuthenticationBasicArgs:
4157
4356
  @pulumi.getter
4158
4357
  def username(self) -> pulumi.Input[str]:
4159
4358
  """
4160
- ArgoCD Username.
4359
+ The Username of the ArgoCD.
4161
4360
  """
4162
4361
  return pulumi.get(self, "username")
4163
4362
 
@@ -4232,11 +4431,11 @@ if not MYPY:
4232
4431
  class ServiceendpointJfrogArtifactoryV2AuthenticationBasicArgsDict(TypedDict):
4233
4432
  password: pulumi.Input[str]
4234
4433
  """
4235
- Artifactory Password.
4434
+ The Password of the Artifactory.
4236
4435
  """
4237
4436
  username: pulumi.Input[str]
4238
4437
  """
4239
- Artifactory Username.
4438
+ The Username of the Artifactory.
4240
4439
  """
4241
4440
  elif False:
4242
4441
  ServiceendpointJfrogArtifactoryV2AuthenticationBasicArgsDict: TypeAlias = Mapping[str, Any]
@@ -4247,8 +4446,8 @@ class ServiceendpointJfrogArtifactoryV2AuthenticationBasicArgs:
4247
4446
  password: pulumi.Input[str],
4248
4447
  username: pulumi.Input[str]):
4249
4448
  """
4250
- :param pulumi.Input[str] password: Artifactory Password.
4251
- :param pulumi.Input[str] username: Artifactory Username.
4449
+ :param pulumi.Input[str] password: The Password of the Artifactory.
4450
+ :param pulumi.Input[str] username: The Username of the Artifactory.
4252
4451
  """
4253
4452
  pulumi.set(__self__, "password", password)
4254
4453
  pulumi.set(__self__, "username", username)
@@ -4257,7 +4456,7 @@ class ServiceendpointJfrogArtifactoryV2AuthenticationBasicArgs:
4257
4456
  @pulumi.getter
4258
4457
  def password(self) -> pulumi.Input[str]:
4259
4458
  """
4260
- Artifactory Password.
4459
+ The Password of the Artifactory.
4261
4460
  """
4262
4461
  return pulumi.get(self, "password")
4263
4462
 
@@ -4269,7 +4468,7 @@ class ServiceendpointJfrogArtifactoryV2AuthenticationBasicArgs:
4269
4468
  @pulumi.getter
4270
4469
  def username(self) -> pulumi.Input[str]:
4271
4470
  """
4272
- Artifactory Username.
4471
+ The Username of the Artifactory.
4273
4472
  """
4274
4473
  return pulumi.get(self, "username")
4275
4474
 
@@ -4313,11 +4512,11 @@ if not MYPY:
4313
4512
  class ServiceendpointJfrogDistributionV2AuthenticationBasicArgsDict(TypedDict):
4314
4513
  password: pulumi.Input[str]
4315
4514
  """
4316
- Artifactory Password.
4515
+ The Password of the Artifactory.
4317
4516
  """
4318
4517
  username: pulumi.Input[str]
4319
4518
  """
4320
- Artifactory Username.
4519
+ The Username of the Artifactory.
4321
4520
  """
4322
4521
  elif False:
4323
4522
  ServiceendpointJfrogDistributionV2AuthenticationBasicArgsDict: TypeAlias = Mapping[str, Any]
@@ -4328,8 +4527,8 @@ class ServiceendpointJfrogDistributionV2AuthenticationBasicArgs:
4328
4527
  password: pulumi.Input[str],
4329
4528
  username: pulumi.Input[str]):
4330
4529
  """
4331
- :param pulumi.Input[str] password: Artifactory Password.
4332
- :param pulumi.Input[str] username: Artifactory Username.
4530
+ :param pulumi.Input[str] password: The Password of the Artifactory.
4531
+ :param pulumi.Input[str] username: The Username of the Artifactory.
4333
4532
  """
4334
4533
  pulumi.set(__self__, "password", password)
4335
4534
  pulumi.set(__self__, "username", username)
@@ -4338,7 +4537,7 @@ class ServiceendpointJfrogDistributionV2AuthenticationBasicArgs:
4338
4537
  @pulumi.getter
4339
4538
  def password(self) -> pulumi.Input[str]:
4340
4539
  """
4341
- Artifactory Password.
4540
+ The Password of the Artifactory.
4342
4541
  """
4343
4542
  return pulumi.get(self, "password")
4344
4543
 
@@ -4350,7 +4549,7 @@ class ServiceendpointJfrogDistributionV2AuthenticationBasicArgs:
4350
4549
  @pulumi.getter
4351
4550
  def username(self) -> pulumi.Input[str]:
4352
4551
  """
4353
- Artifactory Username.
4552
+ The Username of the Artifactory.
4354
4553
  """
4355
4554
  return pulumi.get(self, "username")
4356
4555
 
@@ -4363,7 +4562,7 @@ if not MYPY:
4363
4562
  class ServiceendpointJfrogDistributionV2AuthenticationTokenArgsDict(TypedDict):
4364
4563
  token: pulumi.Input[str]
4365
4564
  """
4366
- Authentication Token generated through Artifactory.
4565
+ The Authentication Token generated through Artifactory.
4367
4566
  """
4368
4567
  elif False:
4369
4568
  ServiceendpointJfrogDistributionV2AuthenticationTokenArgsDict: TypeAlias = Mapping[str, Any]
@@ -4373,7 +4572,7 @@ class ServiceendpointJfrogDistributionV2AuthenticationTokenArgs:
4373
4572
  def __init__(__self__, *,
4374
4573
  token: pulumi.Input[str]):
4375
4574
  """
4376
- :param pulumi.Input[str] token: Authentication Token generated through Artifactory.
4575
+ :param pulumi.Input[str] token: The Authentication Token generated through Artifactory.
4377
4576
  """
4378
4577
  pulumi.set(__self__, "token", token)
4379
4578
 
@@ -4381,7 +4580,7 @@ class ServiceendpointJfrogDistributionV2AuthenticationTokenArgs:
4381
4580
  @pulumi.getter
4382
4581
  def token(self) -> pulumi.Input[str]:
4383
4582
  """
4384
- Authentication Token generated through Artifactory.
4583
+ The Authentication Token generated through Artifactory.
4385
4584
  """
4386
4585
  return pulumi.get(self, "token")
4387
4586
 
@@ -4394,11 +4593,11 @@ if not MYPY:
4394
4593
  class ServiceendpointJfrogPlatformV2AuthenticationBasicArgsDict(TypedDict):
4395
4594
  password: pulumi.Input[str]
4396
4595
  """
4397
- Artifactory Password.
4596
+ The Password of the Artifactory.
4398
4597
  """
4399
4598
  username: pulumi.Input[str]
4400
4599
  """
4401
- Artifactory Username.
4600
+ The Username of the Artifactory.
4402
4601
  """
4403
4602
  elif False:
4404
4603
  ServiceendpointJfrogPlatformV2AuthenticationBasicArgsDict: TypeAlias = Mapping[str, Any]
@@ -4409,8 +4608,8 @@ class ServiceendpointJfrogPlatformV2AuthenticationBasicArgs:
4409
4608
  password: pulumi.Input[str],
4410
4609
  username: pulumi.Input[str]):
4411
4610
  """
4412
- :param pulumi.Input[str] password: Artifactory Password.
4413
- :param pulumi.Input[str] username: Artifactory Username.
4611
+ :param pulumi.Input[str] password: The Password of the Artifactory.
4612
+ :param pulumi.Input[str] username: The Username of the Artifactory.
4414
4613
  """
4415
4614
  pulumi.set(__self__, "password", password)
4416
4615
  pulumi.set(__self__, "username", username)
@@ -4419,7 +4618,7 @@ class ServiceendpointJfrogPlatformV2AuthenticationBasicArgs:
4419
4618
  @pulumi.getter
4420
4619
  def password(self) -> pulumi.Input[str]:
4421
4620
  """
4422
- Artifactory Password.
4621
+ The Password of the Artifactory.
4423
4622
  """
4424
4623
  return pulumi.get(self, "password")
4425
4624
 
@@ -4431,7 +4630,7 @@ class ServiceendpointJfrogPlatformV2AuthenticationBasicArgs:
4431
4630
  @pulumi.getter
4432
4631
  def username(self) -> pulumi.Input[str]:
4433
4632
  """
4434
- Artifactory Username.
4633
+ The Username of the Artifactory.
4435
4634
  """
4436
4635
  return pulumi.get(self, "username")
4437
4636
 
@@ -4475,11 +4674,11 @@ if not MYPY:
4475
4674
  class ServiceendpointJfrogXrayV2AuthenticationBasicArgsDict(TypedDict):
4476
4675
  password: pulumi.Input[str]
4477
4676
  """
4478
- Artifactory Password.
4677
+ The Password of the Artifactory.
4479
4678
  """
4480
4679
  username: pulumi.Input[str]
4481
4680
  """
4482
- Artifactory Username.
4681
+ The Username of the Artifactory.
4483
4682
  """
4484
4683
  elif False:
4485
4684
  ServiceendpointJfrogXrayV2AuthenticationBasicArgsDict: TypeAlias = Mapping[str, Any]
@@ -4490,8 +4689,8 @@ class ServiceendpointJfrogXrayV2AuthenticationBasicArgs:
4490
4689
  password: pulumi.Input[str],
4491
4690
  username: pulumi.Input[str]):
4492
4691
  """
4493
- :param pulumi.Input[str] password: Artifactory Password.
4494
- :param pulumi.Input[str] username: Artifactory Username.
4692
+ :param pulumi.Input[str] password: The Password of the Artifactory.
4693
+ :param pulumi.Input[str] username: The Username of the Artifactory.
4495
4694
  """
4496
4695
  pulumi.set(__self__, "password", password)
4497
4696
  pulumi.set(__self__, "username", username)
@@ -4500,7 +4699,7 @@ class ServiceendpointJfrogXrayV2AuthenticationBasicArgs:
4500
4699
  @pulumi.getter
4501
4700
  def password(self) -> pulumi.Input[str]:
4502
4701
  """
4503
- Artifactory Password.
4702
+ The Password of the Artifactory.
4504
4703
  """
4505
4704
  return pulumi.get(self, "password")
4506
4705
 
@@ -4512,7 +4711,7 @@ class ServiceendpointJfrogXrayV2AuthenticationBasicArgs:
4512
4711
  @pulumi.getter
4513
4712
  def username(self) -> pulumi.Input[str]:
4514
4713
  """
4515
- Artifactory Username.
4714
+ The Username of the Artifactory.
4516
4715
  """
4517
4716
  return pulumi.get(self, "username")
4518
4717
 
@@ -4633,6 +4832,87 @@ class ServiceendpointMavenAuthenticationTokenArgs:
4633
4832
  pulumi.set(self, "token", value)
4634
4833
 
4635
4834
 
4835
+ if not MYPY:
4836
+ class ServiceendpointVisualstudiomarketplaceAuthenticationBasicArgsDict(TypedDict):
4837
+ password: pulumi.Input[str]
4838
+ """
4839
+ The password of the marketplace.
4840
+ """
4841
+ username: pulumi.Input[str]
4842
+ """
4843
+ The username of the marketplace.
4844
+ """
4845
+ elif False:
4846
+ ServiceendpointVisualstudiomarketplaceAuthenticationBasicArgsDict: TypeAlias = Mapping[str, Any]
4847
+
4848
+ @pulumi.input_type
4849
+ class ServiceendpointVisualstudiomarketplaceAuthenticationBasicArgs:
4850
+ def __init__(__self__, *,
4851
+ password: pulumi.Input[str],
4852
+ username: pulumi.Input[str]):
4853
+ """
4854
+ :param pulumi.Input[str] password: The password of the marketplace.
4855
+ :param pulumi.Input[str] username: The username of the marketplace.
4856
+ """
4857
+ pulumi.set(__self__, "password", password)
4858
+ pulumi.set(__self__, "username", username)
4859
+
4860
+ @property
4861
+ @pulumi.getter
4862
+ def password(self) -> pulumi.Input[str]:
4863
+ """
4864
+ The password of the marketplace.
4865
+ """
4866
+ return pulumi.get(self, "password")
4867
+
4868
+ @password.setter
4869
+ def password(self, value: pulumi.Input[str]):
4870
+ pulumi.set(self, "password", value)
4871
+
4872
+ @property
4873
+ @pulumi.getter
4874
+ def username(self) -> pulumi.Input[str]:
4875
+ """
4876
+ The username of the marketplace.
4877
+ """
4878
+ return pulumi.get(self, "username")
4879
+
4880
+ @username.setter
4881
+ def username(self, value: pulumi.Input[str]):
4882
+ pulumi.set(self, "username", value)
4883
+
4884
+
4885
+ if not MYPY:
4886
+ class ServiceendpointVisualstudiomarketplaceAuthenticationTokenArgsDict(TypedDict):
4887
+ token: pulumi.Input[str]
4888
+ """
4889
+ The Personal Access Token.
4890
+ """
4891
+ elif False:
4892
+ ServiceendpointVisualstudiomarketplaceAuthenticationTokenArgsDict: TypeAlias = Mapping[str, Any]
4893
+
4894
+ @pulumi.input_type
4895
+ class ServiceendpointVisualstudiomarketplaceAuthenticationTokenArgs:
4896
+ def __init__(__self__, *,
4897
+ token: pulumi.Input[str]):
4898
+ """
4899
+ :param pulumi.Input[str] token: The Personal Access Token.
4900
+ """
4901
+ pulumi.set(__self__, "token", token)
4902
+
4903
+ @property
4904
+ @pulumi.getter
4905
+ def token(self) -> pulumi.Input[str]:
4906
+ """
4907
+ The Personal Access Token.
4908
+ """
4909
+ return pulumi.get(self, "token")
4910
+
4911
+ @token.setter
4912
+ def token(self, value: pulumi.Input[str]):
4913
+ pulumi.set(self, "token", value)
4914
+
4915
+
4636
4916
  if not MYPY:
4637
4917
  class ServicehookStorageQueuePipelinesRunStateChangedEventArgsDict(TypedDict):
4638
4918
  pipeline_id: NotRequired[pulumi.Input[str]]