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
@@ -30,6 +30,8 @@ __all__ = [
30
30
  'BranchPolicyStatusCheckSettingsScope',
31
31
  'BranchPolicyWorkItemLinkingSettings',
32
32
  'BranchPolicyWorkItemLinkingSettingsScope',
33
+ 'BuildDefinitionBuildCompletionTrigger',
34
+ 'BuildDefinitionBuildCompletionTriggerBranchFilter',
33
35
  'BuildDefinitionCiTrigger',
34
36
  'BuildDefinitionCiTriggerOverride',
35
37
  'BuildDefinitionCiTriggerOverrideBranchFilter',
@@ -75,6 +77,8 @@ __all__ = [
75
77
  'ServiceendpointJfrogXrayV2AuthenticationToken',
76
78
  'ServiceendpointMavenAuthenticationBasic',
77
79
  'ServiceendpointMavenAuthenticationToken',
80
+ 'ServiceendpointVisualstudiomarketplaceAuthenticationBasic',
81
+ 'ServiceendpointVisualstudiomarketplaceAuthenticationToken',
78
82
  'ServicehookStorageQueuePipelinesRunStateChangedEvent',
79
83
  'ServicehookStorageQueuePipelinesStageStateChangedEvent',
80
84
  'VariableGroupKeyVault',
@@ -141,7 +145,7 @@ class BranchPolicyAutoReviewersSettings(dict):
141
145
  submitter_can_vote: Optional[bool] = None):
142
146
  """
143
147
  :param Sequence[str] auto_reviewer_ids: Required reviewers ids. Supports multiples user Ids.
144
- :param Sequence['BranchPolicyAutoReviewersSettingsScopeArgs'] scopes: Controls which repositories and branches the policy will be enabled for. This block must be defined at least once.
148
+ :param Sequence['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.
145
149
  :param str message: Activity feed message, Message will appear in the activity feed of pull requests with automatically added reviewers.
146
150
  :param int minimum_number_of_reviewers: Minimum number of required reviewers. Defaults to `1`.
147
151
 
@@ -172,7 +176,7 @@ class BranchPolicyAutoReviewersSettings(dict):
172
176
  @pulumi.getter
173
177
  def scopes(self) -> Sequence['outputs.BranchPolicyAutoReviewersSettingsScope']:
174
178
  """
175
- Controls which repositories and branches the policy will be enabled for. This block must be defined at least once.
179
+ 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.
176
180
  """
177
181
  return pulumi.get(self, "scopes")
178
182
 
@@ -315,7 +319,7 @@ class BranchPolicyBuildValidationSettings(dict):
315
319
  """
316
320
  :param int build_definition_id: The ID of the build to monitor for the policy.
317
321
  :param str display_name: The display name for the policy.
318
- :param Sequence['BranchPolicyBuildValidationSettingsScopeArgs'] scopes: Controls which repositories and branches the policy will be enabled for. This block must be defined at least once.
322
+ :param Sequence['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.
319
323
  :param Sequence[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.
320
324
  :param bool manual_queue_only: If set to true, the build will need to be manually queued. Defaults to `false`
321
325
  :param bool queue_on_source_update_only: True if the build should queue on source updates only. Defaults to `true`.
@@ -358,7 +362,7 @@ class BranchPolicyBuildValidationSettings(dict):
358
362
  @pulumi.getter
359
363
  def scopes(self) -> Sequence['outputs.BranchPolicyBuildValidationSettingsScope']:
360
364
  """
361
- Controls which repositories and branches the policy will be enabled for. This block must be defined at least once.
365
+ 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.
362
366
  """
363
367
  return pulumi.get(self, "scopes")
364
368
 
@@ -469,7 +473,7 @@ class BranchPolicyCommentResolutionSettings(dict):
469
473
  def __init__(__self__, *,
470
474
  scopes: Sequence['outputs.BranchPolicyCommentResolutionSettingsScope']):
471
475
  """
472
- :param Sequence['BranchPolicyCommentResolutionSettingsScopeArgs'] scopes: Controls which repositories and branches the policy will be enabled for. This block must be defined at least once.
476
+ :param Sequence['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.
473
477
  """
474
478
  pulumi.set(__self__, "scopes", scopes)
475
479
 
@@ -477,7 +481,7 @@ class BranchPolicyCommentResolutionSettings(dict):
477
481
  @pulumi.getter
478
482
  def scopes(self) -> Sequence['outputs.BranchPolicyCommentResolutionSettingsScope']:
479
483
  """
480
- Controls which repositories and branches the policy will be enabled for. This block must be defined at least once.
484
+ 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.
481
485
  """
482
486
  return pulumi.get(self, "scopes")
483
487
 
@@ -578,7 +582,7 @@ class BranchPolicyMergeTypesSettings(dict):
578
582
  allow_rebase_with_merge: Optional[bool] = None,
579
583
  allow_squash: Optional[bool] = None):
580
584
  """
581
- :param Sequence['BranchPolicyMergeTypesSettingsScopeArgs'] scopes: Controls which repositories and branches the policy will be enabled for. This block must be defined at least once.
585
+ :param Sequence['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.
582
586
  :param bool allow_basic_no_fast_forward: Allow basic merge with no fast forward. Defaults to `false`.
583
587
  :param bool allow_rebase_and_fast_forward: Allow rebase with fast forward. Defaults to `false`.
584
588
  :param bool allow_rebase_with_merge: Allow rebase with merge commit. Defaults to `false`.
@@ -598,7 +602,7 @@ class BranchPolicyMergeTypesSettings(dict):
598
602
  @pulumi.getter
599
603
  def scopes(self) -> Sequence['outputs.BranchPolicyMergeTypesSettingsScope']:
600
604
  """
601
- Controls which repositories and branches the policy will be enabled for. This block must be defined at least once.
605
+ 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.
602
606
  """
603
607
  return pulumi.get(self, "scopes")
604
608
 
@@ -934,14 +938,16 @@ class BranchPolicyStatusCheckSettings(dict):
934
938
  invalidate_on_update: Optional[bool] = None):
935
939
  """
936
940
  :param str name: The status name to check.
937
- :param Sequence['BranchPolicyStatusCheckSettingsScopeArgs'] scopes: Controls which repositories and branches the policy will be enabled for. This block must be defined
938
- at least once.
939
- :param str applicability: Policy applicability. If policy `applicability` is `default`, apply unless "Not Applicable"
940
- status is posted to the pull request. If policy `applicability` is `conditional`, policy is applied only after a status
941
- is posted to the pull request.
941
+ :param Sequence['BranchPolicyStatusCheckSettingsScopeArgs'] scopes: A `scope` block as defined below.
942
+ :param str applicability: Policy applicability. If policy `applicability=default`, apply unless "Not Applicable"
943
+ status is posted to the pull request. If policy `applicability=conditional`, policy is applied only after a status
944
+ is posted to the pull request. Possible values `default`, `conditional`. Defaults to `default`.
942
945
  :param str author_id: The authorized user can post the status.
943
946
  :param str display_name: The display name.
944
- :param Sequence[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.
947
+ :param Sequence[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.
948
+
949
+ ~>**NOTE** 1. Specify absolute paths and wildcards. Example: `["/WebApp/Models/Data.cs", "/WebApp/*", "*.cs"]`.
950
+ <br> 2. Paths prefixed with "!" are excluded. Example: `["/WebApp/*", "!/WebApp/Tests/*"]`. Order is significant.
945
951
  :param 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))
946
952
  :param bool invalidate_on_update: Reset status whenever there are new changes.
947
953
  """
@@ -972,8 +978,7 @@ class BranchPolicyStatusCheckSettings(dict):
972
978
  @pulumi.getter
973
979
  def scopes(self) -> Sequence['outputs.BranchPolicyStatusCheckSettingsScope']:
974
980
  """
975
- Controls which repositories and branches the policy will be enabled for. This block must be defined
976
- at least once.
981
+ A `scope` block as defined below.
977
982
  """
978
983
  return pulumi.get(self, "scopes")
979
984
 
@@ -981,9 +986,9 @@ class BranchPolicyStatusCheckSettings(dict):
981
986
  @pulumi.getter
982
987
  def applicability(self) -> Optional[str]:
983
988
  """
984
- Policy applicability. If policy `applicability` is `default`, apply unless "Not Applicable"
985
- status is posted to the pull request. If policy `applicability` is `conditional`, policy is applied only after a status
986
- is posted to the pull request.
989
+ Policy applicability. If policy `applicability=default`, apply unless "Not Applicable"
990
+ status is posted to the pull request. If policy `applicability=conditional`, policy is applied only after a status
991
+ is posted to the pull request. Possible values `default`, `conditional`. Defaults to `default`.
987
992
  """
988
993
  return pulumi.get(self, "applicability")
989
994
 
@@ -1007,7 +1012,10 @@ class BranchPolicyStatusCheckSettings(dict):
1007
1012
  @pulumi.getter(name="filenamePatterns")
1008
1013
  def filename_patterns(self) -> Optional[Sequence[str]]:
1009
1014
  """
1010
- 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.
1015
+ 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.
1016
+
1017
+ ~>**NOTE** 1. Specify absolute paths and wildcards. Example: `["/WebApp/Models/Data.cs", "/WebApp/*", "*.cs"]`.
1018
+ <br> 2. Paths prefixed with "!" are excluded. Example: `["/WebApp/*", "!/WebApp/Tests/*"]`. Order is significant.
1011
1019
  """
1012
1020
  return pulumi.get(self, "filename_patterns")
1013
1021
 
@@ -1057,8 +1065,8 @@ class BranchPolicyStatusCheckSettingsScope(dict):
1057
1065
  repository_ref: Optional[str] = None):
1058
1066
  """
1059
1067
  :param str match_type: The match type to use when applying the policy. Supported values are `Exact` (default), `Prefix` or `DefaultBranch`.
1060
- :param 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.
1061
- :param 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`.
1068
+ :param 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.
1069
+ :param 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`.
1062
1070
  """
1063
1071
  if match_type is not None:
1064
1072
  pulumi.set(__self__, "match_type", match_type)
@@ -1079,7 +1087,7 @@ class BranchPolicyStatusCheckSettingsScope(dict):
1079
1087
  @pulumi.getter(name="repositoryId")
1080
1088
  def repository_id(self) -> Optional[str]:
1081
1089
  """
1082
- 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.
1090
+ 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.
1083
1091
  """
1084
1092
  return pulumi.get(self, "repository_id")
1085
1093
 
@@ -1087,7 +1095,7 @@ class BranchPolicyStatusCheckSettingsScope(dict):
1087
1095
  @pulumi.getter(name="repositoryRef")
1088
1096
  def repository_ref(self) -> Optional[str]:
1089
1097
  """
1090
- 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`.
1098
+ 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`.
1091
1099
  """
1092
1100
  return pulumi.get(self, "repository_ref")
1093
1101
 
@@ -1097,7 +1105,7 @@ class BranchPolicyWorkItemLinkingSettings(dict):
1097
1105
  def __init__(__self__, *,
1098
1106
  scopes: Sequence['outputs.BranchPolicyWorkItemLinkingSettingsScope']):
1099
1107
  """
1100
- :param Sequence['BranchPolicyWorkItemLinkingSettingsScopeArgs'] scopes: Controls which repositories and branches the policy will be enabled for. This block must be defined at least once.
1108
+ :param Sequence['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.
1101
1109
  """
1102
1110
  pulumi.set(__self__, "scopes", scopes)
1103
1111
 
@@ -1105,7 +1113,7 @@ class BranchPolicyWorkItemLinkingSettings(dict):
1105
1113
  @pulumi.getter
1106
1114
  def scopes(self) -> Sequence['outputs.BranchPolicyWorkItemLinkingSettingsScope']:
1107
1115
  """
1108
- Controls which repositories and branches the policy will be enabled for. This block must be defined at least once.
1116
+ 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.
1109
1117
  """
1110
1118
  return pulumi.get(self, "scopes")
1111
1119
 
@@ -1174,6 +1182,85 @@ class BranchPolicyWorkItemLinkingSettingsScope(dict):
1174
1182
  return pulumi.get(self, "repository_ref")
1175
1183
 
1176
1184
 
1185
+ @pulumi.output_type
1186
+ class BuildDefinitionBuildCompletionTrigger(dict):
1187
+ @staticmethod
1188
+ def __key_warning(key: str):
1189
+ suggest = None
1190
+ if key == "branchFilters":
1191
+ suggest = "branch_filters"
1192
+ elif key == "buildDefinitionId":
1193
+ suggest = "build_definition_id"
1194
+
1195
+ if suggest:
1196
+ pulumi.log.warn(f"Key '{key}' not found in BuildDefinitionBuildCompletionTrigger. Access the value via the '{suggest}' property getter instead.")
1197
+
1198
+ def __getitem__(self, key: str) -> Any:
1199
+ BuildDefinitionBuildCompletionTrigger.__key_warning(key)
1200
+ return super().__getitem__(key)
1201
+
1202
+ def get(self, key: str, default = None) -> Any:
1203
+ BuildDefinitionBuildCompletionTrigger.__key_warning(key)
1204
+ return super().get(key, default)
1205
+
1206
+ def __init__(__self__, *,
1207
+ branch_filters: Sequence['outputs.BuildDefinitionBuildCompletionTriggerBranchFilter'],
1208
+ build_definition_id: int):
1209
+ """
1210
+ :param Sequence['BuildDefinitionBuildCompletionTriggerBranchFilterArgs'] branch_filters: The branches to include and exclude from the trigger. A `branch_filter` block as documented below.
1211
+ :param int build_definition_id: The ID of the build pipeline will be triggered.
1212
+ """
1213
+ pulumi.set(__self__, "branch_filters", branch_filters)
1214
+ pulumi.set(__self__, "build_definition_id", build_definition_id)
1215
+
1216
+ @property
1217
+ @pulumi.getter(name="branchFilters")
1218
+ def branch_filters(self) -> Sequence['outputs.BuildDefinitionBuildCompletionTriggerBranchFilter']:
1219
+ """
1220
+ The branches to include and exclude from the trigger. A `branch_filter` block as documented below.
1221
+ """
1222
+ return pulumi.get(self, "branch_filters")
1223
+
1224
+ @property
1225
+ @pulumi.getter(name="buildDefinitionId")
1226
+ def build_definition_id(self) -> int:
1227
+ """
1228
+ The ID of the build pipeline will be triggered.
1229
+ """
1230
+ return pulumi.get(self, "build_definition_id")
1231
+
1232
+
1233
+ @pulumi.output_type
1234
+ class BuildDefinitionBuildCompletionTriggerBranchFilter(dict):
1235
+ def __init__(__self__, *,
1236
+ excludes: Optional[Sequence[str]] = None,
1237
+ includes: Optional[Sequence[str]] = None):
1238
+ """
1239
+ :param Sequence[str] excludes: List of branch patterns to exclude.
1240
+ :param Sequence[str] includes: List of branch patterns to include.
1241
+ """
1242
+ if excludes is not None:
1243
+ pulumi.set(__self__, "excludes", excludes)
1244
+ if includes is not None:
1245
+ pulumi.set(__self__, "includes", includes)
1246
+
1247
+ @property
1248
+ @pulumi.getter
1249
+ def excludes(self) -> Optional[Sequence[str]]:
1250
+ """
1251
+ List of branch patterns to exclude.
1252
+ """
1253
+ return pulumi.get(self, "excludes")
1254
+
1255
+ @property
1256
+ @pulumi.getter
1257
+ def includes(self) -> Optional[Sequence[str]]:
1258
+ """
1259
+ List of branch patterns to include.
1260
+ """
1261
+ return pulumi.get(self, "includes")
1262
+
1263
+
1177
1264
  @pulumi.output_type
1178
1265
  class BuildDefinitionCiTrigger(dict):
1179
1266
  @staticmethod
@@ -1250,24 +1337,23 @@ class BuildDefinitionCiTriggerOverride(dict):
1250
1337
  return super().get(key, default)
1251
1338
 
1252
1339
  def __init__(__self__, *,
1340
+ branch_filters: Sequence['outputs.BuildDefinitionCiTriggerOverrideBranchFilter'],
1253
1341
  batch: Optional[bool] = None,
1254
- branch_filters: Optional[Sequence['outputs.BuildDefinitionCiTriggerOverrideBranchFilter']] = None,
1255
1342
  max_concurrent_builds_per_branch: Optional[int] = None,
1256
1343
  path_filters: Optional[Sequence['outputs.BuildDefinitionCiTriggerOverridePathFilter']] = None,
1257
1344
  polling_interval: Optional[int] = None,
1258
1345
  polling_job_id: Optional[str] = None):
1259
1346
  """
1347
+ :param Sequence['BuildDefinitionCiTriggerOverrideBranchFilterArgs'] branch_filters: The branches to include and exclude from the trigger. A `branch_filter` block as documented below.
1260
1348
  :param 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`.
1261
- :param Sequence['BuildDefinitionCiTriggerOverrideBranchFilterArgs'] branch_filters: The branches to include and exclude from the trigger.
1262
1349
  :param int max_concurrent_builds_per_branch: The number of max builds per branch. Defaults to `1`.
1263
1350
  :param Sequence['BuildDefinitionCiTriggerOverridePathFilterArgs'] path_filters: Specify file paths to include or exclude. Note that the wildcard syntax is different between branches/tags and file paths.
1264
1351
  :param int polling_interval: How often the external repository is polled. Defaults to `0`.
1265
1352
  :param 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.
1266
1353
  """
1354
+ pulumi.set(__self__, "branch_filters", branch_filters)
1267
1355
  if batch is not None:
1268
1356
  pulumi.set(__self__, "batch", batch)
1269
- if branch_filters is not None:
1270
- pulumi.set(__self__, "branch_filters", branch_filters)
1271
1357
  if max_concurrent_builds_per_branch is not None:
1272
1358
  pulumi.set(__self__, "max_concurrent_builds_per_branch", max_concurrent_builds_per_branch)
1273
1359
  if path_filters is not None:
@@ -1278,20 +1364,20 @@ class BuildDefinitionCiTriggerOverride(dict):
1278
1364
  pulumi.set(__self__, "polling_job_id", polling_job_id)
1279
1365
 
1280
1366
  @property
1281
- @pulumi.getter
1282
- def batch(self) -> Optional[bool]:
1367
+ @pulumi.getter(name="branchFilters")
1368
+ def branch_filters(self) -> Sequence['outputs.BuildDefinitionCiTriggerOverrideBranchFilter']:
1283
1369
  """
1284
- 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`.
1370
+ The branches to include and exclude from the trigger. A `branch_filter` block as documented below.
1285
1371
  """
1286
- return pulumi.get(self, "batch")
1372
+ return pulumi.get(self, "branch_filters")
1287
1373
 
1288
1374
  @property
1289
- @pulumi.getter(name="branchFilters")
1290
- def branch_filters(self) -> Optional[Sequence['outputs.BuildDefinitionCiTriggerOverrideBranchFilter']]:
1375
+ @pulumi.getter
1376
+ def batch(self) -> Optional[bool]:
1291
1377
  """
1292
- The branches to include and exclude from the trigger.
1378
+ 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`.
1293
1379
  """
1294
- return pulumi.get(self, "branch_filters")
1380
+ return pulumi.get(self, "batch")
1295
1381
 
1296
1382
  @property
1297
1383
  @pulumi.getter(name="maxConcurrentBuildsPerBranch")
@@ -1558,10 +1644,10 @@ class BuildDefinitionPullRequestTriggerOverride(dict):
1558
1644
  @staticmethod
1559
1645
  def __key_warning(key: str):
1560
1646
  suggest = None
1561
- if key == "autoCancel":
1562
- suggest = "auto_cancel"
1563
- elif key == "branchFilters":
1647
+ if key == "branchFilters":
1564
1648
  suggest = "branch_filters"
1649
+ elif key == "autoCancel":
1650
+ suggest = "auto_cancel"
1565
1651
  elif key == "pathFilters":
1566
1652
  suggest = "path_filters"
1567
1653
 
@@ -1577,36 +1663,35 @@ class BuildDefinitionPullRequestTriggerOverride(dict):
1577
1663
  return super().get(key, default)
1578
1664
 
1579
1665
  def __init__(__self__, *,
1666
+ branch_filters: Sequence['outputs.BuildDefinitionPullRequestTriggerOverrideBranchFilter'],
1580
1667
  auto_cancel: Optional[bool] = None,
1581
- branch_filters: Optional[Sequence['outputs.BuildDefinitionPullRequestTriggerOverrideBranchFilter']] = None,
1582
1668
  path_filters: Optional[Sequence['outputs.BuildDefinitionPullRequestTriggerOverridePathFilter']] = None):
1583
1669
  """
1670
+ :param Sequence['BuildDefinitionPullRequestTriggerOverrideBranchFilterArgs'] branch_filters: The branches to include and exclude from the trigger. A `branch_filter` block as documented below.
1584
1671
  :param bool auto_cancel: . Defaults to `true`.
1585
- :param Sequence['BuildDefinitionPullRequestTriggerOverrideBranchFilterArgs'] branch_filters: The branches to include and exclude from the trigger.
1586
1672
  :param Sequence['BuildDefinitionPullRequestTriggerOverridePathFilterArgs'] path_filters: Specify file paths to include or exclude. Note that the wildcard syntax is different between branches/tags and file paths.
1587
1673
  """
1674
+ pulumi.set(__self__, "branch_filters", branch_filters)
1588
1675
  if auto_cancel is not None:
1589
1676
  pulumi.set(__self__, "auto_cancel", auto_cancel)
1590
- if branch_filters is not None:
1591
- pulumi.set(__self__, "branch_filters", branch_filters)
1592
1677
  if path_filters is not None:
1593
1678
  pulumi.set(__self__, "path_filters", path_filters)
1594
1679
 
1595
1680
  @property
1596
- @pulumi.getter(name="autoCancel")
1597
- def auto_cancel(self) -> Optional[bool]:
1681
+ @pulumi.getter(name="branchFilters")
1682
+ def branch_filters(self) -> Sequence['outputs.BuildDefinitionPullRequestTriggerOverrideBranchFilter']:
1598
1683
  """
1599
- . Defaults to `true`.
1684
+ The branches to include and exclude from the trigger. A `branch_filter` block as documented below.
1600
1685
  """
1601
- return pulumi.get(self, "auto_cancel")
1686
+ return pulumi.get(self, "branch_filters")
1602
1687
 
1603
1688
  @property
1604
- @pulumi.getter(name="branchFilters")
1605
- def branch_filters(self) -> Optional[Sequence['outputs.BuildDefinitionPullRequestTriggerOverrideBranchFilter']]:
1689
+ @pulumi.getter(name="autoCancel")
1690
+ def auto_cancel(self) -> Optional[bool]:
1606
1691
  """
1607
- The branches to include and exclude from the trigger.
1692
+ . Defaults to `true`.
1608
1693
  """
1609
- return pulumi.get(self, "branch_filters")
1694
+ return pulumi.get(self, "auto_cancel")
1610
1695
 
1611
1696
  @property
1612
1697
  @pulumi.getter(name="pathFilters")
@@ -1720,7 +1805,7 @@ class BuildDefinitionRepository(dict):
1720
1805
  service_connection_id: Optional[str] = None):
1721
1806
  """
1722
1807
  :param 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>`.
1723
- :param 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.
1808
+ :param 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.
1724
1809
  :param str yml_path: The path of the Yaml file describing the build definition.
1725
1810
  :param str branch_name: The branch name for which builds are triggered. Defaults to `master`.
1726
1811
  :param str github_enterprise_url: The Github Enterprise URL. Used if `repo_type` is `GithubEnterprise`.
@@ -1751,7 +1836,7 @@ class BuildDefinitionRepository(dict):
1751
1836
  @pulumi.getter(name="repoType")
1752
1837
  def repo_type(self) -> str:
1753
1838
  """
1754
- 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.
1839
+ 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.
1755
1840
  """
1756
1841
  return pulumi.get(self, "repo_type")
1757
1842
 
@@ -1801,10 +1886,10 @@ class BuildDefinitionSchedule(dict):
1801
1886
  @staticmethod
1802
1887
  def __key_warning(key: str):
1803
1888
  suggest = None
1804
- if key == "daysToBuilds":
1805
- suggest = "days_to_builds"
1806
- elif key == "branchFilters":
1889
+ if key == "branchFilters":
1807
1890
  suggest = "branch_filters"
1891
+ elif key == "daysToBuilds":
1892
+ suggest = "days_to_builds"
1808
1893
  elif key == "scheduleJobId":
1809
1894
  suggest = "schedule_job_id"
1810
1895
  elif key == "scheduleOnlyWithChanges":
@@ -1828,21 +1913,21 @@ class BuildDefinitionSchedule(dict):
1828
1913
  return super().get(key, default)
1829
1914
 
1830
1915
  def __init__(__self__, *,
1916
+ branch_filters: Sequence['outputs.BuildDefinitionScheduleBranchFilter'],
1831
1917
  days_to_builds: Sequence[str],
1832
- branch_filters: Optional[Sequence['outputs.BuildDefinitionScheduleBranchFilter']] = None,
1833
1918
  schedule_job_id: Optional[str] = None,
1834
1919
  schedule_only_with_changes: Optional[bool] = None,
1835
1920
  start_hours: Optional[int] = None,
1836
1921
  start_minutes: Optional[int] = None,
1837
1922
  time_zone: Optional[str] = None):
1838
1923
  """
1839
- :param Sequence[str] days_to_builds: When to build. Valid values: `Mon`, `Tue`, `Wed`, `Thu`, `Fri`, `Sat`, `Sun`.
1840
- :param Sequence['BuildDefinitionScheduleBranchFilterArgs'] branch_filters: block supports the following:
1924
+ :param Sequence['BuildDefinitionScheduleBranchFilterArgs'] branch_filters: A `branch_filter` block as defined below.
1925
+ :param Sequence[str] days_to_builds: When to build. Possible values are: `Mon`, `Tue`, `Wed`, `Thu`, `Fri`, `Sat`, `Sun`.
1841
1926
  :param str schedule_job_id: The ID of the schedule job
1842
1927
  :param bool schedule_only_with_changes: Schedule builds if the source or pipeline has changed. Defaults to `true`.
1843
- :param int start_hours: Build start hour. Defaults to `0`. Valid values: `0 ~ 23`.
1844
- :param int start_minutes: Build start minute. Defaults to `0`. Valid values: `0 ~ 59`.
1845
- :param str time_zone: Build time zone. Defaults to `(UTC) Coordinated Universal Time`. Valid values:
1928
+ :param int start_hours: Build start hour. Possible values are: `0 ~ 23`. Defaults to `0`.
1929
+ :param int start_minutes: Build start minute. Possible values are: `0 ~ 59`. Defaults to `0`.
1930
+ :param str time_zone: Build time zone. Defaults to `(UTC) Coordinated Universal Time`. Possible values are:
1846
1931
  `(UTC-12:00) International Date Line West`,
1847
1932
  `(UTC-11:00) Coordinated Universal Time-11`,
1848
1933
  `(UTC-10:00) Aleutian Islands`,
@@ -1985,9 +2070,8 @@ class BuildDefinitionSchedule(dict):
1985
2070
  `(UTC+13:00) Samoa`,
1986
2071
  `(UTC+14:00) Kiritimati Island`.
1987
2072
  """
2073
+ pulumi.set(__self__, "branch_filters", branch_filters)
1988
2074
  pulumi.set(__self__, "days_to_builds", days_to_builds)
1989
- if branch_filters is not None:
1990
- pulumi.set(__self__, "branch_filters", branch_filters)
1991
2075
  if schedule_job_id is not None:
1992
2076
  pulumi.set(__self__, "schedule_job_id", schedule_job_id)
1993
2077
  if schedule_only_with_changes is not None:
@@ -2000,20 +2084,20 @@ class BuildDefinitionSchedule(dict):
2000
2084
  pulumi.set(__self__, "time_zone", time_zone)
2001
2085
 
2002
2086
  @property
2003
- @pulumi.getter(name="daysToBuilds")
2004
- def days_to_builds(self) -> Sequence[str]:
2087
+ @pulumi.getter(name="branchFilters")
2088
+ def branch_filters(self) -> Sequence['outputs.BuildDefinitionScheduleBranchFilter']:
2005
2089
  """
2006
- When to build. Valid values: `Mon`, `Tue`, `Wed`, `Thu`, `Fri`, `Sat`, `Sun`.
2090
+ A `branch_filter` block as defined below.
2007
2091
  """
2008
- return pulumi.get(self, "days_to_builds")
2092
+ return pulumi.get(self, "branch_filters")
2009
2093
 
2010
2094
  @property
2011
- @pulumi.getter(name="branchFilters")
2012
- def branch_filters(self) -> Optional[Sequence['outputs.BuildDefinitionScheduleBranchFilter']]:
2095
+ @pulumi.getter(name="daysToBuilds")
2096
+ def days_to_builds(self) -> Sequence[str]:
2013
2097
  """
2014
- block supports the following:
2098
+ When to build. Possible values are: `Mon`, `Tue`, `Wed`, `Thu`, `Fri`, `Sat`, `Sun`.
2015
2099
  """
2016
- return pulumi.get(self, "branch_filters")
2100
+ return pulumi.get(self, "days_to_builds")
2017
2101
 
2018
2102
  @property
2019
2103
  @pulumi.getter(name="scheduleJobId")
@@ -2035,7 +2119,7 @@ class BuildDefinitionSchedule(dict):
2035
2119
  @pulumi.getter(name="startHours")
2036
2120
  def start_hours(self) -> Optional[int]:
2037
2121
  """
2038
- Build start hour. Defaults to `0`. Valid values: `0 ~ 23`.
2122
+ Build start hour. Possible values are: `0 ~ 23`. Defaults to `0`.
2039
2123
  """
2040
2124
  return pulumi.get(self, "start_hours")
2041
2125
 
@@ -2043,7 +2127,7 @@ class BuildDefinitionSchedule(dict):
2043
2127
  @pulumi.getter(name="startMinutes")
2044
2128
  def start_minutes(self) -> Optional[int]:
2045
2129
  """
2046
- Build start minute. Defaults to `0`. Valid values: `0 ~ 59`.
2130
+ Build start minute. Possible values are: `0 ~ 59`. Defaults to `0`.
2047
2131
  """
2048
2132
  return pulumi.get(self, "start_minutes")
2049
2133
 
@@ -2051,7 +2135,7 @@ class BuildDefinitionSchedule(dict):
2051
2135
  @pulumi.getter(name="timeZone")
2052
2136
  def time_zone(self) -> Optional[str]:
2053
2137
  """
2054
- Build time zone. Defaults to `(UTC) Coordinated Universal Time`. Valid values:
2138
+ Build time zone. Defaults to `(UTC) Coordinated Universal Time`. Possible values are:
2055
2139
  `(UTC-12:00) International Date Line West`,
2056
2140
  `(UTC-11:00) Coordinated Universal Time-11`,
2057
2141
  `(UTC-10:00) Aleutian Islands`,
@@ -2349,7 +2433,7 @@ class CheckRequiredTemplateRequiredTemplate(dict):
2349
2433
  :param str repository_name: The name of the repository storing the template.
2350
2434
  :param str repository_ref: The branch in which the template will be referenced.
2351
2435
  :param str template_path: The path to the template yaml.
2352
- :param str repository_type: The type of the repository storing the template. Valid values: `azuregit`, `github`, `githubenterprise`, `bitbucket`. Defaults to `azuregit`.
2436
+ :param str repository_type: The type of the repository storing the template. Possible values are: `azuregit`, `github`, `githubenterprise`, `bitbucket`. Defaults to `azuregit`.
2353
2437
  """
2354
2438
  pulumi.set(__self__, "repository_name", repository_name)
2355
2439
  pulumi.set(__self__, "repository_ref", repository_ref)
@@ -2385,7 +2469,7 @@ class CheckRequiredTemplateRequiredTemplate(dict):
2385
2469
  @pulumi.getter(name="repositoryType")
2386
2470
  def repository_type(self) -> Optional[str]:
2387
2471
  """
2388
- The type of the repository storing the template. Valid values: `azuregit`, `github`, `githubenterprise`, `bitbucket`. Defaults to `azuregit`.
2472
+ The type of the repository storing the template. Possible values are: `azuregit`, `github`, `githubenterprise`, `bitbucket`. Defaults to `azuregit`.
2389
2473
  """
2390
2474
  return pulumi.get(self, "repository_type")
2391
2475
 
@@ -2465,22 +2549,32 @@ class GitInitialization(dict):
2465
2549
 
2466
2550
  def __init__(__self__, *,
2467
2551
  init_type: str,
2552
+ password: Optional[str] = None,
2468
2553
  service_connection_id: Optional[str] = None,
2469
2554
  source_type: Optional[str] = None,
2470
- source_url: Optional[str] = None):
2555
+ source_url: Optional[str] = None,
2556
+ username: Optional[str] = None):
2471
2557
  """
2472
2558
  :param str init_type: The type of repository to create. Valid values: `Uninitialized`, `Clean` or `Import`.
2473
- :param str service_connection_id: The id of service connection used to authenticate to a private repository for import initialization.
2559
+ :param str password: The password used to authenticate to a private repository for import initialization. Conflicts with `service_connection_id`.
2560
+
2561
+ ~>**Note** At least `service_connection_id` or `username/password` needs to be set to import private repository.
2562
+ :param str service_connection_id: The ID of service connection used to authenticate to a private repository for import initialization. Conflicts with `username` and `password`.
2474
2563
  :param str source_type: Type of the source repository. Used if the `init_type` is `Import`. Valid values: `Git`.
2475
2564
  :param str source_url: The URL of the source repository. Used if the `init_type` is `Import`.
2565
+ :param str username: The username used to authenticate to a private repository for import initialization. Conflicts with `service_connection_id`.
2476
2566
  """
2477
2567
  pulumi.set(__self__, "init_type", init_type)
2568
+ if password is not None:
2569
+ pulumi.set(__self__, "password", password)
2478
2570
  if service_connection_id is not None:
2479
2571
  pulumi.set(__self__, "service_connection_id", service_connection_id)
2480
2572
  if source_type is not None:
2481
2573
  pulumi.set(__self__, "source_type", source_type)
2482
2574
  if source_url is not None:
2483
2575
  pulumi.set(__self__, "source_url", source_url)
2576
+ if username is not None:
2577
+ pulumi.set(__self__, "username", username)
2484
2578
 
2485
2579
  @property
2486
2580
  @pulumi.getter(name="initType")
@@ -2490,11 +2584,21 @@ class GitInitialization(dict):
2490
2584
  """
2491
2585
  return pulumi.get(self, "init_type")
2492
2586
 
2587
+ @property
2588
+ @pulumi.getter
2589
+ def password(self) -> Optional[str]:
2590
+ """
2591
+ The password used to authenticate to a private repository for import initialization. Conflicts with `service_connection_id`.
2592
+
2593
+ ~>**Note** At least `service_connection_id` or `username/password` needs to be set to import private repository.
2594
+ """
2595
+ return pulumi.get(self, "password")
2596
+
2493
2597
  @property
2494
2598
  @pulumi.getter(name="serviceConnectionId")
2495
2599
  def service_connection_id(self) -> Optional[str]:
2496
2600
  """
2497
- The id of service connection used to authenticate to a private repository for import initialization.
2601
+ The ID of service connection used to authenticate to a private repository for import initialization. Conflicts with `username` and `password`.
2498
2602
  """
2499
2603
  return pulumi.get(self, "service_connection_id")
2500
2604
 
@@ -2514,6 +2618,14 @@ class GitInitialization(dict):
2514
2618
  """
2515
2619
  return pulumi.get(self, "source_url")
2516
2620
 
2621
+ @property
2622
+ @pulumi.getter
2623
+ def username(self) -> Optional[str]:
2624
+ """
2625
+ The username used to authenticate to a private repository for import initialization. Conflicts with `service_connection_id`.
2626
+ """
2627
+ return pulumi.get(self, "username")
2628
+
2517
2629
 
2518
2630
  @pulumi.output_type
2519
2631
  class ServiceEndpointArtifactoryAuthenticationBasic(dict):
@@ -2521,8 +2633,8 @@ class ServiceEndpointArtifactoryAuthenticationBasic(dict):
2521
2633
  password: str,
2522
2634
  username: str):
2523
2635
  """
2524
- :param str password: The Artifactory password.
2525
- :param str username: The Artifactory user name.
2636
+ :param str password: The Password of the Artifactory.
2637
+ :param str username: The Username of the Artifactory.
2526
2638
  """
2527
2639
  pulumi.set(__self__, "password", password)
2528
2640
  pulumi.set(__self__, "username", username)
@@ -2531,7 +2643,7 @@ class ServiceEndpointArtifactoryAuthenticationBasic(dict):
2531
2643
  @pulumi.getter
2532
2644
  def password(self) -> str:
2533
2645
  """
2534
- The Artifactory password.
2646
+ The Password of the Artifactory.
2535
2647
  """
2536
2648
  return pulumi.get(self, "password")
2537
2649
 
@@ -2539,7 +2651,7 @@ class ServiceEndpointArtifactoryAuthenticationBasic(dict):
2539
2651
  @pulumi.getter
2540
2652
  def username(self) -> str:
2541
2653
  """
2542
- The Artifactory user name.
2654
+ The Username of the Artifactory.
2543
2655
  """
2544
2656
  return pulumi.get(self, "username")
2545
2657
 
@@ -2549,7 +2661,7 @@ class ServiceEndpointArtifactoryAuthenticationToken(dict):
2549
2661
  def __init__(__self__, *,
2550
2662
  token: str):
2551
2663
  """
2552
- :param str token: The Artifactory access token.
2664
+ :param str token: Authentication Token generated through Artifactory.
2553
2665
  """
2554
2666
  pulumi.set(__self__, "token", token)
2555
2667
 
@@ -2557,7 +2669,7 @@ class ServiceEndpointArtifactoryAuthenticationToken(dict):
2557
2669
  @pulumi.getter
2558
2670
  def token(self) -> str:
2559
2671
  """
2560
- The Artifactory access token.
2672
+ Authentication Token generated through Artifactory.
2561
2673
  """
2562
2674
  return pulumi.get(self, "token")
2563
2675
 
@@ -2567,7 +2679,7 @@ class ServiceEndpointAzureEcrCredentials(dict):
2567
2679
  def __init__(__self__, *,
2568
2680
  serviceprincipalid: str):
2569
2681
  """
2570
- :param str serviceprincipalid: The service principal application Id
2682
+ :param str serviceprincipalid: The ID of the Service Principal Application.
2571
2683
  """
2572
2684
  pulumi.set(__self__, "serviceprincipalid", serviceprincipalid)
2573
2685
 
@@ -2575,7 +2687,7 @@ class ServiceEndpointAzureEcrCredentials(dict):
2575
2687
  @pulumi.getter
2576
2688
  def serviceprincipalid(self) -> str:
2577
2689
  """
2578
- The service principal application Id
2690
+ The ID of the Service Principal Application.
2579
2691
  """
2580
2692
  return pulumi.get(self, "serviceprincipalid")
2581
2693
 
@@ -2584,12 +2696,16 @@ class ServiceEndpointAzureEcrCredentials(dict):
2584
2696
  class ServiceEndpointAzureRMCredentials(dict):
2585
2697
  def __init__(__self__, *,
2586
2698
  serviceprincipalid: str,
2699
+ serviceprincipalcertificate: Optional[str] = None,
2587
2700
  serviceprincipalkey: Optional[str] = None):
2588
2701
  """
2589
- :param str serviceprincipalid: The service principal application Id
2702
+ :param str serviceprincipalid: The service principal application ID
2703
+ :param str serviceprincipalcertificate: The service principal certificate. This not required if `service_endpoint_authentication_scheme` is set to `WorkloadIdentityFederation`.
2590
2704
  :param str serviceprincipalkey: The service principal secret. This not required if `service_endpoint_authentication_scheme` is set to `WorkloadIdentityFederation`.
2591
2705
  """
2592
2706
  pulumi.set(__self__, "serviceprincipalid", serviceprincipalid)
2707
+ if serviceprincipalcertificate is not None:
2708
+ pulumi.set(__self__, "serviceprincipalcertificate", serviceprincipalcertificate)
2593
2709
  if serviceprincipalkey is not None:
2594
2710
  pulumi.set(__self__, "serviceprincipalkey", serviceprincipalkey)
2595
2711
 
@@ -2597,10 +2713,18 @@ class ServiceEndpointAzureRMCredentials(dict):
2597
2713
  @pulumi.getter
2598
2714
  def serviceprincipalid(self) -> str:
2599
2715
  """
2600
- The service principal application Id
2716
+ The service principal application ID
2601
2717
  """
2602
2718
  return pulumi.get(self, "serviceprincipalid")
2603
2719
 
2720
+ @property
2721
+ @pulumi.getter
2722
+ def serviceprincipalcertificate(self) -> Optional[str]:
2723
+ """
2724
+ The service principal certificate. This not required if `service_endpoint_authentication_scheme` is set to `WorkloadIdentityFederation`.
2725
+ """
2726
+ return pulumi.get(self, "serviceprincipalcertificate")
2727
+
2604
2728
  @property
2605
2729
  @pulumi.getter
2606
2730
  def serviceprincipalkey(self) -> Optional[str]:
@@ -2925,6 +3049,8 @@ class ServiceEndpointKubernetesServiceAccount(dict):
2925
3049
  suggest = None
2926
3050
  if key == "caCert":
2927
3051
  suggest = "ca_cert"
3052
+ elif key == "acceptUntrustedCerts":
3053
+ suggest = "accept_untrusted_certs"
2928
3054
 
2929
3055
  if suggest:
2930
3056
  pulumi.log.warn(f"Key '{key}' not found in ServiceEndpointKubernetesServiceAccount. Access the value via the '{suggest}' property getter instead.")
@@ -2939,13 +3065,17 @@ class ServiceEndpointKubernetesServiceAccount(dict):
2939
3065
 
2940
3066
  def __init__(__self__, *,
2941
3067
  ca_cert: str,
2942
- token: str):
3068
+ token: str,
3069
+ accept_untrusted_certs: Optional[bool] = None):
2943
3070
  """
2944
3071
  :param str ca_cert: The certificate from a Kubernetes secret object.
2945
3072
  :param str token: The token from a Kubernetes secret object.
3073
+ :param bool accept_untrusted_certs: Set this option to allow clients to accept a self-signed certificate. Defaults to `false`.
2946
3074
  """
2947
3075
  pulumi.set(__self__, "ca_cert", ca_cert)
2948
3076
  pulumi.set(__self__, "token", token)
3077
+ if accept_untrusted_certs is not None:
3078
+ pulumi.set(__self__, "accept_untrusted_certs", accept_untrusted_certs)
2949
3079
 
2950
3080
  @property
2951
3081
  @pulumi.getter(name="caCert")
@@ -2963,6 +3093,14 @@ class ServiceEndpointKubernetesServiceAccount(dict):
2963
3093
  """
2964
3094
  return pulumi.get(self, "token")
2965
3095
 
3096
+ @property
3097
+ @pulumi.getter(name="acceptUntrustedCerts")
3098
+ def accept_untrusted_certs(self) -> Optional[bool]:
3099
+ """
3100
+ Set this option to allow clients to accept a self-signed certificate. Defaults to `false`.
3101
+ """
3102
+ return pulumi.get(self, "accept_untrusted_certs")
3103
+
2966
3104
 
2967
3105
  @pulumi.output_type
2968
3106
  class ServiceEndpointPipelineAuthPersonal(dict):
@@ -3030,7 +3168,7 @@ class ServiceEndpointServiceFabricAzureActiveDirectory(dict):
3030
3168
  server_certificate_thumbprint: Optional[str] = None):
3031
3169
  """
3032
3170
  :param str password: Password for the Azure Active Directory account.
3033
- :param str server_certificate_lookup: Verification mode for the cluster. Possible values include `Thumbprint` or `CommonName`.
3171
+ :param str server_certificate_lookup: Verification mode for the cluster. Possible values are: `Thumbprint`, `CommonName`.
3034
3172
  :param str username: Specify an Azure Active Directory account.
3035
3173
  :param 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 (',')
3036
3174
  :param 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 (',')
@@ -3055,7 +3193,7 @@ class ServiceEndpointServiceFabricAzureActiveDirectory(dict):
3055
3193
  @pulumi.getter(name="serverCertificateLookup")
3056
3194
  def server_certificate_lookup(self) -> str:
3057
3195
  """
3058
- Verification mode for the cluster. Possible values include `Thumbprint` or `CommonName`.
3196
+ Verification mode for the cluster. Possible values are: `Thumbprint`, `CommonName`.
3059
3197
  """
3060
3198
  return pulumi.get(self, "server_certificate_lookup")
3061
3199
 
@@ -3119,7 +3257,7 @@ class ServiceEndpointServiceFabricCertificate(dict):
3119
3257
  server_certificate_thumbprint: Optional[str] = None):
3120
3258
  """
3121
3259
  :param str client_certificate: Base64 encoding of the cluster's client certificate file.
3122
- :param str server_certificate_lookup: Verification mode for the cluster. Possible values include `Thumbprint` or `CommonName`.
3260
+ :param str server_certificate_lookup: Verification mode for the cluster. Possible values are: `Thumbprint`, `CommonName`.
3123
3261
  :param str client_certificate_password: Password for the certificate.
3124
3262
  :param 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 (',')
3125
3263
  :param 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 (',')
@@ -3145,7 +3283,7 @@ class ServiceEndpointServiceFabricCertificate(dict):
3145
3283
  @pulumi.getter(name="serverCertificateLookup")
3146
3284
  def server_certificate_lookup(self) -> str:
3147
3285
  """
3148
- Verification mode for the cluster. Possible values include `Thumbprint` or `CommonName`.
3286
+ Verification mode for the cluster. Possible values are: `Thumbprint`, `CommonName`.
3149
3287
  """
3150
3288
  return pulumi.get(self, "server_certificate_lookup")
3151
3289
 
@@ -3228,8 +3366,8 @@ class ServiceendpointArgocdAuthenticationBasic(dict):
3228
3366
  password: str,
3229
3367
  username: str):
3230
3368
  """
3231
- :param str password: ArgoCD Password.
3232
- :param str username: ArgoCD Username.
3369
+ :param str password: The Password of the ArgoCD.
3370
+ :param str username: The Username of the ArgoCD.
3233
3371
  """
3234
3372
  pulumi.set(__self__, "password", password)
3235
3373
  pulumi.set(__self__, "username", username)
@@ -3238,7 +3376,7 @@ class ServiceendpointArgocdAuthenticationBasic(dict):
3238
3376
  @pulumi.getter
3239
3377
  def password(self) -> str:
3240
3378
  """
3241
- ArgoCD Password.
3379
+ The Password of the ArgoCD.
3242
3380
  """
3243
3381
  return pulumi.get(self, "password")
3244
3382
 
@@ -3246,7 +3384,7 @@ class ServiceendpointArgocdAuthenticationBasic(dict):
3246
3384
  @pulumi.getter
3247
3385
  def username(self) -> str:
3248
3386
  """
3249
- ArgoCD Username.
3387
+ The Username of the ArgoCD.
3250
3388
  """
3251
3389
  return pulumi.get(self, "username")
3252
3390
 
@@ -3310,8 +3448,8 @@ class ServiceendpointJfrogArtifactoryV2AuthenticationBasic(dict):
3310
3448
  password: str,
3311
3449
  username: str):
3312
3450
  """
3313
- :param str password: Artifactory Password.
3314
- :param str username: Artifactory Username.
3451
+ :param str password: The Password of the Artifactory.
3452
+ :param str username: The Username of the Artifactory.
3315
3453
  """
3316
3454
  pulumi.set(__self__, "password", password)
3317
3455
  pulumi.set(__self__, "username", username)
@@ -3320,7 +3458,7 @@ class ServiceendpointJfrogArtifactoryV2AuthenticationBasic(dict):
3320
3458
  @pulumi.getter
3321
3459
  def password(self) -> str:
3322
3460
  """
3323
- Artifactory Password.
3461
+ The Password of the Artifactory.
3324
3462
  """
3325
3463
  return pulumi.get(self, "password")
3326
3464
 
@@ -3328,7 +3466,7 @@ class ServiceendpointJfrogArtifactoryV2AuthenticationBasic(dict):
3328
3466
  @pulumi.getter
3329
3467
  def username(self) -> str:
3330
3468
  """
3331
- Artifactory Username.
3469
+ The Username of the Artifactory.
3332
3470
  """
3333
3471
  return pulumi.get(self, "username")
3334
3472
 
@@ -3357,8 +3495,8 @@ class ServiceendpointJfrogDistributionV2AuthenticationBasic(dict):
3357
3495
  password: str,
3358
3496
  username: str):
3359
3497
  """
3360
- :param str password: Artifactory Password.
3361
- :param str username: Artifactory Username.
3498
+ :param str password: The Password of the Artifactory.
3499
+ :param str username: The Username of the Artifactory.
3362
3500
  """
3363
3501
  pulumi.set(__self__, "password", password)
3364
3502
  pulumi.set(__self__, "username", username)
@@ -3367,7 +3505,7 @@ class ServiceendpointJfrogDistributionV2AuthenticationBasic(dict):
3367
3505
  @pulumi.getter
3368
3506
  def password(self) -> str:
3369
3507
  """
3370
- Artifactory Password.
3508
+ The Password of the Artifactory.
3371
3509
  """
3372
3510
  return pulumi.get(self, "password")
3373
3511
 
@@ -3375,7 +3513,7 @@ class ServiceendpointJfrogDistributionV2AuthenticationBasic(dict):
3375
3513
  @pulumi.getter
3376
3514
  def username(self) -> str:
3377
3515
  """
3378
- Artifactory Username.
3516
+ The Username of the Artifactory.
3379
3517
  """
3380
3518
  return pulumi.get(self, "username")
3381
3519
 
@@ -3385,7 +3523,7 @@ class ServiceendpointJfrogDistributionV2AuthenticationToken(dict):
3385
3523
  def __init__(__self__, *,
3386
3524
  token: str):
3387
3525
  """
3388
- :param str token: Authentication Token generated through Artifactory.
3526
+ :param str token: The Authentication Token generated through Artifactory.
3389
3527
  """
3390
3528
  pulumi.set(__self__, "token", token)
3391
3529
 
@@ -3393,7 +3531,7 @@ class ServiceendpointJfrogDistributionV2AuthenticationToken(dict):
3393
3531
  @pulumi.getter
3394
3532
  def token(self) -> str:
3395
3533
  """
3396
- Authentication Token generated through Artifactory.
3534
+ The Authentication Token generated through Artifactory.
3397
3535
  """
3398
3536
  return pulumi.get(self, "token")
3399
3537
 
@@ -3404,8 +3542,8 @@ class ServiceendpointJfrogPlatformV2AuthenticationBasic(dict):
3404
3542
  password: str,
3405
3543
  username: str):
3406
3544
  """
3407
- :param str password: Artifactory Password.
3408
- :param str username: Artifactory Username.
3545
+ :param str password: The Password of the Artifactory.
3546
+ :param str username: The Username of the Artifactory.
3409
3547
  """
3410
3548
  pulumi.set(__self__, "password", password)
3411
3549
  pulumi.set(__self__, "username", username)
@@ -3414,7 +3552,7 @@ class ServiceendpointJfrogPlatformV2AuthenticationBasic(dict):
3414
3552
  @pulumi.getter
3415
3553
  def password(self) -> str:
3416
3554
  """
3417
- Artifactory Password.
3555
+ The Password of the Artifactory.
3418
3556
  """
3419
3557
  return pulumi.get(self, "password")
3420
3558
 
@@ -3422,7 +3560,7 @@ class ServiceendpointJfrogPlatformV2AuthenticationBasic(dict):
3422
3560
  @pulumi.getter
3423
3561
  def username(self) -> str:
3424
3562
  """
3425
- Artifactory Username.
3563
+ The Username of the Artifactory.
3426
3564
  """
3427
3565
  return pulumi.get(self, "username")
3428
3566
 
@@ -3451,8 +3589,8 @@ class ServiceendpointJfrogXrayV2AuthenticationBasic(dict):
3451
3589
  password: str,
3452
3590
  username: str):
3453
3591
  """
3454
- :param str password: Artifactory Password.
3455
- :param str username: Artifactory Username.
3592
+ :param str password: The Password of the Artifactory.
3593
+ :param str username: The Username of the Artifactory.
3456
3594
  """
3457
3595
  pulumi.set(__self__, "password", password)
3458
3596
  pulumi.set(__self__, "username", username)
@@ -3461,7 +3599,7 @@ class ServiceendpointJfrogXrayV2AuthenticationBasic(dict):
3461
3599
  @pulumi.getter
3462
3600
  def password(self) -> str:
3463
3601
  """
3464
- Artifactory Password.
3602
+ The Password of the Artifactory.
3465
3603
  """
3466
3604
  return pulumi.get(self, "password")
3467
3605
 
@@ -3469,7 +3607,7 @@ class ServiceendpointJfrogXrayV2AuthenticationBasic(dict):
3469
3607
  @pulumi.getter
3470
3608
  def username(self) -> str:
3471
3609
  """
3472
- Artifactory Username.
3610
+ The Username of the Artifactory.
3473
3611
  """
3474
3612
  return pulumi.get(self, "username")
3475
3613
 
@@ -3539,6 +3677,53 @@ class ServiceendpointMavenAuthenticationToken(dict):
3539
3677
  return pulumi.get(self, "token")
3540
3678
 
3541
3679
 
3680
+ @pulumi.output_type
3681
+ class ServiceendpointVisualstudiomarketplaceAuthenticationBasic(dict):
3682
+ def __init__(__self__, *,
3683
+ password: str,
3684
+ username: str):
3685
+ """
3686
+ :param str password: The password of the marketplace.
3687
+ :param str username: The username of the marketplace.
3688
+ """
3689
+ pulumi.set(__self__, "password", password)
3690
+ pulumi.set(__self__, "username", username)
3691
+
3692
+ @property
3693
+ @pulumi.getter
3694
+ def password(self) -> str:
3695
+ """
3696
+ The password of the marketplace.
3697
+ """
3698
+ return pulumi.get(self, "password")
3699
+
3700
+ @property
3701
+ @pulumi.getter
3702
+ def username(self) -> str:
3703
+ """
3704
+ The username of the marketplace.
3705
+ """
3706
+ return pulumi.get(self, "username")
3707
+
3708
+
3709
+ @pulumi.output_type
3710
+ class ServiceendpointVisualstudiomarketplaceAuthenticationToken(dict):
3711
+ def __init__(__self__, *,
3712
+ token: str):
3713
+ """
3714
+ :param str token: The Personal Access Token.
3715
+ """
3716
+ pulumi.set(__self__, "token", token)
3717
+
3718
+ @property
3719
+ @pulumi.getter
3720
+ def token(self) -> str:
3721
+ """
3722
+ The Personal Access Token.
3723
+ """
3724
+ return pulumi.get(self, "token")
3725
+
3726
+
3542
3727
  @pulumi.output_type
3543
3728
  class ServicehookStorageQueuePipelinesRunStateChangedEvent(dict):
3544
3729
  @staticmethod
@@ -3850,7 +4035,7 @@ class GetAreaChildrenResult(dict):
3850
4035
  project_id: str):
3851
4036
  """
3852
4037
  :param bool has_children: Indicator if the child Area node has child nodes
3853
- :param str id: The id of the child Area node
4038
+ :param str id: The ID of the child Area node
3854
4039
  :param str name: The name of the child Area node
3855
4040
  :param str path: The path to the Area; _Format_: URL relative; if omitted, or value `"/"` is used, the root Area will be returned
3856
4041
  :param str project_id: The project ID.
@@ -3873,7 +4058,7 @@ class GetAreaChildrenResult(dict):
3873
4058
  @pulumi.getter
3874
4059
  def id(self) -> str:
3875
4060
  """
3876
- The id of the child Area node
4061
+ The ID of the child Area node
3877
4062
  """
3878
4063
  return pulumi.get(self, "id")
3879
4064
 
@@ -3944,7 +4129,7 @@ class GetBuildDefinitionCiTriggerOverrideResult(dict):
3944
4129
  :param bool batch: If batch is 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.
3945
4130
  :param Sequence['GetBuildDefinitionCiTriggerOverrideBranchFilterArgs'] branch_filters: A `branch_filter` block as defined above.
3946
4131
  :param int max_concurrent_builds_per_branch: The number of max builds per branch.
3947
- :param Sequence['GetBuildDefinitionCiTriggerOverridePathFilterArgs'] path_filters: block supports the following:
4132
+ :param Sequence['GetBuildDefinitionCiTriggerOverridePathFilterArgs'] path_filters: The file paths to include or exclude. A `path_filter` block as defined above.
3948
4133
  :param int polling_interval: How often the external repository is polled.
3949
4134
  :param 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.
3950
4135
  """
@@ -3983,7 +4168,7 @@ class GetBuildDefinitionCiTriggerOverrideResult(dict):
3983
4168
  @pulumi.getter(name="pathFilters")
3984
4169
  def path_filters(self) -> Sequence['outputs.GetBuildDefinitionCiTriggerOverridePathFilterResult']:
3985
4170
  """
3986
- block supports the following:
4171
+ The file paths to include or exclude. A `path_filter` block as defined above.
3987
4172
  """
3988
4173
  return pulumi.get(self, "path_filters")
3989
4174
 
@@ -4162,7 +4347,7 @@ class GetBuildDefinitionPullRequestTriggerOverrideResult(dict):
4162
4347
  """
4163
4348
  :param bool auto_cancel: Should further updates to a PR cancel an in progress validation?
4164
4349
  :param Sequence['GetBuildDefinitionPullRequestTriggerOverrideBranchFilterArgs'] branch_filters: A `branch_filter` block as defined above.
4165
- :param Sequence['GetBuildDefinitionPullRequestTriggerOverridePathFilterArgs'] path_filters: block supports the following:
4350
+ :param Sequence['GetBuildDefinitionPullRequestTriggerOverridePathFilterArgs'] path_filters: The file paths to include or exclude. A `path_filter` block as defined above.
4166
4351
  """
4167
4352
  pulumi.set(__self__, "auto_cancel", auto_cancel)
4168
4353
  pulumi.set(__self__, "branch_filters", branch_filters)
@@ -4188,7 +4373,7 @@ class GetBuildDefinitionPullRequestTriggerOverrideResult(dict):
4188
4373
  @pulumi.getter(name="pathFilters")
4189
4374
  def path_filters(self) -> Sequence['outputs.GetBuildDefinitionPullRequestTriggerOverridePathFilterResult']:
4190
4375
  """
4191
- block supports the following:
4376
+ The file paths to include or exclude. A `path_filter` block as defined above.
4192
4377
  """
4193
4378
  return pulumi.get(self, "path_filters")
4194
4379
 
@@ -4526,7 +4711,7 @@ class GetGroupsGroupResult(dict):
4526
4711
  """
4527
4712
  :param str descriptor: The descriptor is the primary way to reference the graph subject while the system is running. This field will uniquely identify the same graph subject across both Accounts and Organizations.
4528
4713
  :param str domain: This represents the name of the container of origin for a graph member. (For MSA this is "Windows Live ID", for AD the name of the domain, for AAD the tenantID of the directory, for VSTS groups the ScopeId, etc)
4529
- :param str id: The group ID.
4714
+ :param str id: The ID of the group.
4530
4715
  :param str origin: The type of source provider for the origin identifier (ex:AD, AAD, MSA)
4531
4716
  :param str principal_name: This is the PrincipalName of this graph member from the source provider. The source provider may change this field over time and it is not guaranteed to be immutable for the life of the graph member by VSTS.
4532
4717
  :param str url: This url is the full route to the source resource of this graph subject.
@@ -4570,7 +4755,7 @@ class GetGroupsGroupResult(dict):
4570
4755
  @pulumi.getter
4571
4756
  def id(self) -> str:
4572
4757
  """
4573
- The group ID.
4758
+ The ID of the group.
4574
4759
  """
4575
4760
  return pulumi.get(self, "id")
4576
4761
 
@@ -4634,24 +4819,39 @@ class GetGroupsGroupResult(dict):
4634
4819
  @pulumi.output_type
4635
4820
  class GetIdentityGroupsGroupResult(dict):
4636
4821
  def __init__(__self__, *,
4822
+ descriptor: str,
4637
4823
  id: str,
4638
4824
  name: str):
4639
4825
  """
4640
- :param str name: This is the non-unique display name of the identity subject. To change this field, you must alter its value in the source provider.
4826
+ :param str descriptor: The descriptor of the Identity Group.
4827
+ :param str id: The ID of the Identity Group.
4828
+ :param str name: This is the non-unique display name of the identity subject.
4641
4829
  """
4830
+ pulumi.set(__self__, "descriptor", descriptor)
4642
4831
  pulumi.set(__self__, "id", id)
4643
4832
  pulumi.set(__self__, "name", name)
4644
4833
 
4834
+ @property
4835
+ @pulumi.getter
4836
+ def descriptor(self) -> str:
4837
+ """
4838
+ The descriptor of the Identity Group.
4839
+ """
4840
+ return pulumi.get(self, "descriptor")
4841
+
4645
4842
  @property
4646
4843
  @pulumi.getter
4647
4844
  def id(self) -> str:
4845
+ """
4846
+ The ID of the Identity Group.
4847
+ """
4648
4848
  return pulumi.get(self, "id")
4649
4849
 
4650
4850
  @property
4651
4851
  @pulumi.getter
4652
4852
  def name(self) -> str:
4653
4853
  """
4654
- This is the non-unique display name of the identity subject. To change this field, you must alter its value in the source provider.
4854
+ This is the non-unique display name of the identity subject.
4655
4855
  """
4656
4856
  return pulumi.get(self, "name")
4657
4857
 
@@ -4666,7 +4866,7 @@ class GetIterationChildrenResult(dict):
4666
4866
  project_id: str):
4667
4867
  """
4668
4868
  :param bool has_children: Indicator if the child Iteration node has child nodes
4669
- :param str id: The id of the child Iteration node
4869
+ :param str id: The ID of the child Iteration node
4670
4870
  :param str name: The name of the child Iteration node
4671
4871
  :param str path: The path to the Iteration, _Format_: URL relative; if omitted, or value `"/"` is used, the root Iteration will be returned
4672
4872
  :param str project_id: The project ID.
@@ -4689,7 +4889,7 @@ class GetIterationChildrenResult(dict):
4689
4889
  @pulumi.getter
4690
4890
  def id(self) -> str:
4691
4891
  """
4692
- The id of the child Iteration node
4892
+ The ID of the child Iteration node
4693
4893
  """
4694
4894
  return pulumi.get(self, "id")
4695
4895
 
@@ -4729,7 +4929,8 @@ class GetPoolsAgentPoolResult(dict):
4729
4929
  """
4730
4930
  :param bool auto_provision: Specifies whether or not a queue should be automatically provisioned for each project collection.
4731
4931
  :param bool auto_update: Specifies whether or not agents within the pool should be automatically updated.
4732
- :param str name: The name of the agent pool
4932
+ :param int id: The ID of the agent pool.
4933
+ :param str name: The name of the agent pool.
4733
4934
  :param str pool_type: Specifies whether the agent pool type is Automation or Deployment.
4734
4935
  """
4735
4936
  pulumi.set(__self__, "auto_provision", auto_provision)
@@ -4757,13 +4958,16 @@ class GetPoolsAgentPoolResult(dict):
4757
4958
  @property
4758
4959
  @pulumi.getter
4759
4960
  def id(self) -> int:
4961
+ """
4962
+ The ID of the agent pool.
4963
+ """
4760
4964
  return pulumi.get(self, "id")
4761
4965
 
4762
4966
  @property
4763
4967
  @pulumi.getter
4764
4968
  def name(self) -> str:
4765
4969
  """
4766
- The name of the agent pool
4970
+ The name of the agent pool.
4767
4971
  """
4768
4972
  return pulumi.get(self, "name")
4769
4973
 
@@ -4786,10 +4990,10 @@ class GetProjectsProjectResult(dict):
4786
4990
  """
4787
4991
  :param str name: Name of the Project, if not specified all projects will be returned.
4788
4992
  :param str project_id: The ID of the Project.
4789
- :param str project_url: Url to the full version of the object.
4993
+ :param str project_url: The Url to the full version of the object.
4790
4994
  :param str state: State of the Project, if not specified all projects will be returned. Valid values are `all`, `deleting`, `new`, `wellFormed`, `createPending`, `unchanged`,`deleted`.
4791
4995
 
4792
- DataSource without specifying any arguments will return all projects.
4996
+ > **NOTE:** DataSource without specifying any arguments will return all projects.
4793
4997
  """
4794
4998
  pulumi.set(__self__, "name", name)
4795
4999
  pulumi.set(__self__, "project_id", project_id)
@@ -4816,7 +5020,7 @@ class GetProjectsProjectResult(dict):
4816
5020
  @pulumi.getter(name="projectUrl")
4817
5021
  def project_url(self) -> str:
4818
5022
  """
4819
- Url to the full version of the object.
5023
+ The Url to the full version of the object.
4820
5024
  """
4821
5025
  return pulumi.get(self, "project_url")
4822
5026
 
@@ -4826,7 +5030,7 @@ class GetProjectsProjectResult(dict):
4826
5030
  """
4827
5031
  State of the Project, if not specified all projects will be returned. Valid values are `all`, `deleting`, `new`, `wellFormed`, `createPending`, `unchanged`,`deleted`.
4828
5032
 
4829
- DataSource without specifying any arguments will return all projects.
5033
+ > **NOTE:** DataSource without specifying any arguments will return all projects.
4830
5034
  """
4831
5035
  return pulumi.get(self, "state")
4832
5036
 
@@ -4966,7 +5170,7 @@ class GetSecurityroleDefinitionsDefinitionResult(dict):
4966
5170
  :param str name: The name of the Security Role Definition.
4967
5171
  :param str scope: Name of the Scope for which Security Role Definitions will be returned.
4968
5172
 
4969
- DataSource without specifying any arguments will return all projects.
5173
+ > **NOTE:** DataSource without specifying any arguments will return all projects.
4970
5174
  :param int deny_permissions: The mask of the denied permissions of the Security Role Definition.
4971
5175
  """
4972
5176
  pulumi.set(__self__, "allow_permissions", allow_permissions)
@@ -5024,7 +5228,7 @@ class GetSecurityroleDefinitionsDefinitionResult(dict):
5024
5228
  """
5025
5229
  Name of the Scope for which Security Role Definitions will be returned.
5026
5230
 
5027
- DataSource without specifying any arguments will return all projects.
5231
+ > **NOTE:** DataSource without specifying any arguments will return all projects.
5028
5232
  """
5029
5233
  return pulumi.get(self, "scope")
5030
5234
 
@@ -5049,8 +5253,9 @@ class GetTeamsTeamResult(dict):
5049
5253
  """
5050
5254
  :param Sequence[str] administrators: List of subject descriptors for `administrators` of the team.
5051
5255
  :param str description: Team description.
5256
+ :param str id: The ID of the Team.
5052
5257
  :param Sequence[str] members: List of subject descriptors for `members` of the team.
5053
- :param str name: Team name.
5258
+ :param str name: The name of the team.
5054
5259
  :param str project_id: The Project ID. If no project ID all teams of the organization will be returned.
5055
5260
  """
5056
5261
  pulumi.set(__self__, "administrators", administrators)
@@ -5079,6 +5284,9 @@ class GetTeamsTeamResult(dict):
5079
5284
  @property
5080
5285
  @pulumi.getter
5081
5286
  def id(self) -> str:
5287
+ """
5288
+ The ID of the Team.
5289
+ """
5082
5290
  return pulumi.get(self, "id")
5083
5291
 
5084
5292
  @property
@@ -5093,7 +5301,7 @@ class GetTeamsTeamResult(dict):
5093
5301
  @pulumi.getter
5094
5302
  def name(self) -> str:
5095
5303
  """
5096
- Team name.
5304
+ The name of the team.
5097
5305
  """
5098
5306
  return pulumi.get(self, "name")
5099
5307
 
@@ -5142,9 +5350,10 @@ class GetUsersUserResult(dict):
5142
5350
  """
5143
5351
  :param str descriptor: The descriptor is the primary way to reference the graph subject while the system is running. This field will uniquely identify the same graph subject across both Accounts and Organizations.
5144
5352
  :param str display_name: This is the non-unique display name of the graph subject. To change this field, you must alter its value in the source provider.
5145
- :param str id: The user ID.
5353
+ :param str id: The ID of the User.
5146
5354
  :param str mail_address: The email address of record for a given graph member. This may be different than the principal name.
5147
5355
  :param str origin: The type of source provider for the `origin_id` parameter (ex:AD, AAD, MSA) The supported origins are listed below.
5356
+ <pre>List of possible origins
5148
5357
  :param str principal_name: The PrincipalName of this graph member from the source provider.
5149
5358
  :param str origin_id: The unique identifier from the system of origin.
5150
5359
  """
@@ -5177,7 +5386,7 @@ class GetUsersUserResult(dict):
5177
5386
  @pulumi.getter
5178
5387
  def id(self) -> str:
5179
5388
  """
5180
- The user ID.
5389
+ The ID of the User.
5181
5390
  """
5182
5391
  return pulumi.get(self, "id")
5183
5392
 
@@ -5194,6 +5403,7 @@ class GetUsersUserResult(dict):
5194
5403
  def origin(self) -> str:
5195
5404
  """
5196
5405
  The type of source provider for the `origin_id` parameter (ex:AD, AAD, MSA) The supported origins are listed below.
5406
+ <pre>List of possible origins
5197
5407
  """
5198
5408
  return pulumi.get(self, "origin")
5199
5409