pulumi-azuredevops 3.9.0a1745040263__py3-none-any.whl → 3.10.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 (121) hide show
  1. pulumi_azuredevops/__init__.py +29 -0
  2. pulumi_azuredevops/_inputs.py +206 -26
  3. pulumi_azuredevops/area_permissions.py +1 -0
  4. pulumi_azuredevops/branch_policy_auto_reviewers.py +1 -0
  5. pulumi_azuredevops/branch_policy_build_validation.py +1 -0
  6. pulumi_azuredevops/branch_policy_comment_resolution.py +1 -0
  7. pulumi_azuredevops/branch_policy_merge_types.py +1 -0
  8. pulumi_azuredevops/branch_policy_min_reviewers.py +1 -0
  9. pulumi_azuredevops/branch_policy_status_check.py +1 -0
  10. pulumi_azuredevops/branch_policy_work_item_linking.py +1 -0
  11. pulumi_azuredevops/build_definition.py +1 -0
  12. pulumi_azuredevops/build_definition_permissions.py +1 -0
  13. pulumi_azuredevops/build_folder.py +1 -0
  14. pulumi_azuredevops/build_folder_permissions.py +8 -0
  15. pulumi_azuredevops/check_approval.py +1 -0
  16. pulumi_azuredevops/check_branch_control.py +1 -0
  17. pulumi_azuredevops/check_business_hours.py +1 -0
  18. pulumi_azuredevops/check_exclusive_lock.py +1 -0
  19. pulumi_azuredevops/check_required_template.py +1 -0
  20. pulumi_azuredevops/check_rest_api.py +1 -0
  21. pulumi_azuredevops/dashboard.py +1 -0
  22. pulumi_azuredevops/elastic_pool.py +1 -0
  23. pulumi_azuredevops/environment.py +1 -0
  24. pulumi_azuredevops/environment_resource_kubernetes.py +1 -0
  25. pulumi_azuredevops/extension.py +427 -0
  26. pulumi_azuredevops/feed.py +1 -0
  27. pulumi_azuredevops/feed_permission.py +29 -0
  28. pulumi_azuredevops/feed_retention_policy.py +1 -0
  29. pulumi_azuredevops/get_git_repository_file.py +201 -0
  30. pulumi_azuredevops/get_group.py +1 -1
  31. pulumi_azuredevops/get_serviceendpoint_dockerregistry.py +282 -0
  32. pulumi_azuredevops/git.py +1 -0
  33. pulumi_azuredevops/git_permissions.py +22 -0
  34. pulumi_azuredevops/git_repository_branch.py +1 -0
  35. pulumi_azuredevops/git_repository_file.py +257 -0
  36. pulumi_azuredevops/group.py +1 -0
  37. pulumi_azuredevops/group_entitlement.py +1 -0
  38. pulumi_azuredevops/group_membership.py +1 -0
  39. pulumi_azuredevops/iterative_permissions.py +1 -0
  40. pulumi_azuredevops/library_permissions.py +1 -0
  41. pulumi_azuredevops/outputs.py +156 -18
  42. pulumi_azuredevops/pipeline_authorization.py +1 -0
  43. pulumi_azuredevops/pool.py +1 -0
  44. pulumi_azuredevops/project.py +1 -0
  45. pulumi_azuredevops/project_features.py +1 -0
  46. pulumi_azuredevops/project_permissions.py +1 -0
  47. pulumi_azuredevops/project_pipeline_settings.py +1 -0
  48. pulumi_azuredevops/project_tags.py +1 -0
  49. pulumi_azuredevops/provider.py +21 -0
  50. pulumi_azuredevops/pulumi-plugin.json +1 -1
  51. pulumi_azuredevops/queue.py +1 -0
  52. pulumi_azuredevops/repository_policy_author_email_pattern.py +1 -0
  53. pulumi_azuredevops/repository_policy_case_enforcement.py +1 -0
  54. pulumi_azuredevops/repository_policy_check_credentials.py +1 -0
  55. pulumi_azuredevops/repository_policy_file_path_pattern.py +1 -0
  56. pulumi_azuredevops/repository_policy_max_file_size.py +1 -0
  57. pulumi_azuredevops/repository_policy_max_path_length.py +1 -0
  58. pulumi_azuredevops/repository_policy_reserved_names.py +1 -0
  59. pulumi_azuredevops/resource_authorization.py +1 -0
  60. pulumi_azuredevops/securityrole_assignment.py +1 -0
  61. pulumi_azuredevops/service_endpoint_artifactory.py +1 -0
  62. pulumi_azuredevops/service_endpoint_aws.py +1 -0
  63. pulumi_azuredevops/service_endpoint_azure_dev_ops.py +1 -0
  64. pulumi_azuredevops/service_endpoint_azure_ecr.py +1 -0
  65. pulumi_azuredevops/service_endpoint_azure_rm.py +1 -0
  66. pulumi_azuredevops/service_endpoint_bit_bucket.py +1 -0
  67. pulumi_azuredevops/service_endpoint_docker_registry.py +1 -0
  68. pulumi_azuredevops/service_endpoint_generic.py +1 -0
  69. pulumi_azuredevops/service_endpoint_generic_git.py +1 -0
  70. pulumi_azuredevops/service_endpoint_git_hub.py +1 -0
  71. pulumi_azuredevops/service_endpoint_git_hub_enterprise.py +123 -31
  72. pulumi_azuredevops/service_endpoint_git_lab.py +1 -0
  73. pulumi_azuredevops/service_endpoint_kubernetes.py +1 -0
  74. pulumi_azuredevops/service_endpoint_npm.py +1 -0
  75. pulumi_azuredevops/service_endpoint_pipeline.py +1 -0
  76. pulumi_azuredevops/service_endpoint_service_fabric.py +1 -0
  77. pulumi_azuredevops/service_endpoint_sonar_cloud.py +1 -0
  78. pulumi_azuredevops/service_endpoint_sonar_qube.py +1 -0
  79. pulumi_azuredevops/service_endpoint_ssh.py +1 -0
  80. pulumi_azuredevops/service_principal_entitlement.py +1 -0
  81. pulumi_azuredevops/serviceendpoint_argocd.py +1 -0
  82. pulumi_azuredevops/serviceendpoint_azure_service_bus.py +1 -0
  83. pulumi_azuredevops/serviceendpoint_black_duck.py +417 -0
  84. pulumi_azuredevops/serviceendpoint_checkmarx_one.py +1 -0
  85. pulumi_azuredevops/serviceendpoint_checkmarx_sast.py +1 -0
  86. pulumi_azuredevops/serviceendpoint_checkmarx_sca.py +1 -0
  87. pulumi_azuredevops/serviceendpoint_dynamics_lifecycle_services.py +1 -0
  88. pulumi_azuredevops/serviceendpoint_externaltfs.py +1 -0
  89. pulumi_azuredevops/serviceendpoint_gcp_terraform.py +8 -7
  90. pulumi_azuredevops/serviceendpoint_incomingwebhook.py +1 -0
  91. pulumi_azuredevops/serviceendpoint_jenkins.py +1 -0
  92. pulumi_azuredevops/serviceendpoint_jfrog_artifactory_v2.py +1 -0
  93. pulumi_azuredevops/serviceendpoint_jfrog_distribution_v2.py +1 -0
  94. pulumi_azuredevops/serviceendpoint_jfrog_platform_v2.py +1 -0
  95. pulumi_azuredevops/serviceendpoint_jfrog_xray_v2.py +1 -0
  96. pulumi_azuredevops/serviceendpoint_maven.py +1 -0
  97. pulumi_azuredevops/serviceendpoint_nexus.py +1 -0
  98. pulumi_azuredevops/serviceendpoint_nuget.py +1 -0
  99. pulumi_azuredevops/serviceendpoint_octopusdeploy.py +1 -0
  100. pulumi_azuredevops/serviceendpoint_openshift.py +689 -0
  101. pulumi_azuredevops/serviceendpoint_permissions.py +1 -0
  102. pulumi_azuredevops/serviceendpoint_snyk.py +1 -0
  103. pulumi_azuredevops/serviceendpoint_visualstudiomarketplace.py +1 -0
  104. pulumi_azuredevops/servicehook_permissions.py +1 -0
  105. pulumi_azuredevops/servicehook_storage_queue_pipelines.py +1 -0
  106. pulumi_azuredevops/tagging_permissions.py +1 -0
  107. pulumi_azuredevops/team.py +1 -0
  108. pulumi_azuredevops/team_administrators.py +1 -0
  109. pulumi_azuredevops/team_members.py +1 -0
  110. pulumi_azuredevops/user.py +1 -0
  111. pulumi_azuredevops/variable_group.py +1 -0
  112. pulumi_azuredevops/variable_group_permissions.py +1 -0
  113. pulumi_azuredevops/wiki.py +1 -0
  114. pulumi_azuredevops/wiki_page.py +1 -0
  115. pulumi_azuredevops/work_item_query_permissions.py +1 -0
  116. pulumi_azuredevops/workitem.py +166 -4
  117. {pulumi_azuredevops-3.9.0a1745040263.dist-info → pulumi_azuredevops-3.10.0.dist-info}/METADATA +3 -3
  118. pulumi_azuredevops-3.10.0.dist-info/RECORD +158 -0
  119. {pulumi_azuredevops-3.9.0a1745040263.dist-info → pulumi_azuredevops-3.10.0.dist-info}/WHEEL +1 -1
  120. pulumi_azuredevops-3.9.0a1745040263.dist-info/RECORD +0 -153
  121. {pulumi_azuredevops-3.9.0a1745040263.dist-info → pulumi_azuredevops-3.10.0.dist-info}/top_level.txt +0 -0
@@ -28,6 +28,7 @@ from .dashboard import *
28
28
  from .elastic_pool import *
29
29
  from .environment import *
30
30
  from .environment_resource_kubernetes import *
31
+ from .extension import *
31
32
  from .feed import *
32
33
  from .feed_permission import *
33
34
  from .feed_retention_policy import *
@@ -39,6 +40,7 @@ from .get_descriptor import *
39
40
  from .get_environment import *
40
41
  from .get_feed import *
41
42
  from .get_git_repository import *
43
+ from .get_git_repository_file import *
42
44
  from .get_group import *
43
45
  from .get_group_membership import *
44
46
  from .get_groups import *
@@ -57,6 +59,7 @@ from .get_service_endpoint_github import *
57
59
  from .get_service_principal import *
58
60
  from .get_serviceendpoint_azurecr import *
59
61
  from .get_serviceendpoint_bitbucket import *
62
+ from .get_serviceendpoint_dockerregistry import *
60
63
  from .get_serviceendpoint_npm import *
61
64
  from .get_serviceendpoint_sonarcloud import *
62
65
  from .get_storage_key import *
@@ -114,6 +117,7 @@ from .service_endpoint_ssh import *
114
117
  from .service_principal_entitlement import *
115
118
  from .serviceendpoint_argocd import *
116
119
  from .serviceendpoint_azure_service_bus import *
120
+ from .serviceendpoint_black_duck import *
117
121
  from .serviceendpoint_checkmarx_one import *
118
122
  from .serviceendpoint_checkmarx_sast import *
119
123
  from .serviceendpoint_checkmarx_sca import *
@@ -130,6 +134,7 @@ from .serviceendpoint_maven import *
130
134
  from .serviceendpoint_nexus import *
131
135
  from .serviceendpoint_nuget import *
132
136
  from .serviceendpoint_octopusdeploy import *
137
+ from .serviceendpoint_openshift import *
133
138
  from .serviceendpoint_permissions import *
134
139
  from .serviceendpoint_snyk import *
135
140
  from .serviceendpoint_visualstudiomarketplace import *
@@ -335,6 +340,14 @@ _utilities.register(
335
340
  "azuredevops:index/environmentResourceKubernetes:EnvironmentResourceKubernetes": "EnvironmentResourceKubernetes"
336
341
  }
337
342
  },
343
+ {
344
+ "pkg": "azuredevops",
345
+ "mod": "index/extension",
346
+ "fqn": "pulumi_azuredevops",
347
+ "classes": {
348
+ "azuredevops:index/extension:Extension": "Extension"
349
+ }
350
+ },
338
351
  {
339
352
  "pkg": "azuredevops",
340
353
  "mod": "index/feed",
@@ -743,6 +756,14 @@ _utilities.register(
743
756
  "azuredevops:index/serviceendpointAzureServiceBus:ServiceendpointAzureServiceBus": "ServiceendpointAzureServiceBus"
744
757
  }
745
758
  },
759
+ {
760
+ "pkg": "azuredevops",
761
+ "mod": "index/serviceendpointBlackDuck",
762
+ "fqn": "pulumi_azuredevops",
763
+ "classes": {
764
+ "azuredevops:index/serviceendpointBlackDuck:ServiceendpointBlackDuck": "ServiceendpointBlackDuck"
765
+ }
766
+ },
746
767
  {
747
768
  "pkg": "azuredevops",
748
769
  "mod": "index/serviceendpointCheckmarxOne",
@@ -871,6 +892,14 @@ _utilities.register(
871
892
  "azuredevops:index/serviceendpointOctopusdeploy:ServiceendpointOctopusdeploy": "ServiceendpointOctopusdeploy"
872
893
  }
873
894
  },
895
+ {
896
+ "pkg": "azuredevops",
897
+ "mod": "index/serviceendpointOpenshift",
898
+ "fqn": "pulumi_azuredevops",
899
+ "classes": {
900
+ "azuredevops:index/serviceendpointOpenshift:ServiceendpointOpenshift": "ServiceendpointOpenshift"
901
+ }
902
+ },
874
903
  {
875
904
  "pkg": "azuredevops",
876
905
  "mod": "index/serviceendpointPermissions",
@@ -104,6 +104,8 @@ __all__ = [
104
104
  'ServiceEndpointGitHubAuthOauthArgsDict',
105
105
  'ServiceEndpointGitHubAuthPersonalArgs',
106
106
  'ServiceEndpointGitHubAuthPersonalArgsDict',
107
+ 'ServiceEndpointGitHubEnterpriseAuthOauthArgs',
108
+ 'ServiceEndpointGitHubEnterpriseAuthOauthArgsDict',
107
109
  'ServiceEndpointGitHubEnterpriseAuthPersonalArgs',
108
110
  'ServiceEndpointGitHubEnterpriseAuthPersonalArgsDict',
109
111
  'ServiceEndpointKubernetesAzureSubscriptionArgs',
@@ -146,6 +148,12 @@ __all__ = [
146
148
  'ServiceendpointMavenAuthenticationBasicArgsDict',
147
149
  'ServiceendpointMavenAuthenticationTokenArgs',
148
150
  'ServiceendpointMavenAuthenticationTokenArgsDict',
151
+ 'ServiceendpointOpenshiftAuthBasicArgs',
152
+ 'ServiceendpointOpenshiftAuthBasicArgsDict',
153
+ 'ServiceendpointOpenshiftAuthNoneArgs',
154
+ 'ServiceendpointOpenshiftAuthNoneArgsDict',
155
+ 'ServiceendpointOpenshiftAuthTokenArgs',
156
+ 'ServiceendpointOpenshiftAuthTokenArgsDict',
149
157
  'ServiceendpointVisualstudiomarketplaceAuthenticationBasicArgs',
150
158
  'ServiceendpointVisualstudiomarketplaceAuthenticationBasicArgsDict',
151
159
  'ServiceendpointVisualstudiomarketplaceAuthenticationTokenArgs',
@@ -158,6 +166,8 @@ __all__ = [
158
166
  'VariableGroupKeyVaultArgsDict',
159
167
  'VariableGroupVariableArgs',
160
168
  'VariableGroupVariableArgsDict',
169
+ 'WorkitemRelationArgs',
170
+ 'WorkitemRelationArgsDict',
161
171
  'GetUsersFeaturesArgs',
162
172
  'GetUsersFeaturesArgsDict',
163
173
  ]
@@ -3685,12 +3695,6 @@ if not MYPY:
3685
3695
  """
3686
3696
  The type of repository to create. Valid values: `Uninitialized`, `Clean` or `Import`.
3687
3697
  """
3688
- password: NotRequired[pulumi.Input[builtins.str]]
3689
- """
3690
- The password used to authenticate to a private repository for import initialization. Conflicts with `service_connection_id`.
3691
-
3692
- ~>**Note** At least `service_connection_id` or `username/password` needs to be set to import private repository.
3693
- """
3694
3698
  service_connection_id: NotRequired[pulumi.Input[builtins.str]]
3695
3699
  """
3696
3700
  The ID of service connection used to authenticate to a private repository for import initialization. Conflicts with `username` and `password`.
@@ -3714,24 +3718,18 @@ elif False:
3714
3718
  class GitInitializationArgs:
3715
3719
  def __init__(__self__, *,
3716
3720
  init_type: pulumi.Input[builtins.str],
3717
- password: Optional[pulumi.Input[builtins.str]] = None,
3718
3721
  service_connection_id: Optional[pulumi.Input[builtins.str]] = None,
3719
3722
  source_type: Optional[pulumi.Input[builtins.str]] = None,
3720
3723
  source_url: Optional[pulumi.Input[builtins.str]] = None,
3721
3724
  username: Optional[pulumi.Input[builtins.str]] = None):
3722
3725
  """
3723
3726
  :param pulumi.Input[builtins.str] init_type: The type of repository to create. Valid values: `Uninitialized`, `Clean` or `Import`.
3724
- :param pulumi.Input[builtins.str] password: The password used to authenticate to a private repository for import initialization. Conflicts with `service_connection_id`.
3725
-
3726
- ~>**Note** At least `service_connection_id` or `username/password` needs to be set to import private repository.
3727
3727
  :param pulumi.Input[builtins.str] service_connection_id: The ID of service connection used to authenticate to a private repository for import initialization. Conflicts with `username` and `password`.
3728
3728
  :param pulumi.Input[builtins.str] source_type: Type of the source repository. Used if the `init_type` is `Import`. Valid values: `Git`.
3729
3729
  :param pulumi.Input[builtins.str] source_url: The URL of the source repository. Used if the `init_type` is `Import`.
3730
3730
  :param pulumi.Input[builtins.str] username: The username used to authenticate to a private repository for import initialization. Conflicts with `service_connection_id`.
3731
3731
  """
3732
3732
  pulumi.set(__self__, "init_type", init_type)
3733
- if password is not None:
3734
- pulumi.set(__self__, "password", password)
3735
3733
  if service_connection_id is not None:
3736
3734
  pulumi.set(__self__, "service_connection_id", service_connection_id)
3737
3735
  if source_type is not None:
@@ -3753,20 +3751,6 @@ class GitInitializationArgs:
3753
3751
  def init_type(self, value: pulumi.Input[builtins.str]):
3754
3752
  pulumi.set(self, "init_type", value)
3755
3753
 
3756
- @property
3757
- @pulumi.getter
3758
- def password(self) -> Optional[pulumi.Input[builtins.str]]:
3759
- """
3760
- The password used to authenticate to a private repository for import initialization. Conflicts with `service_connection_id`.
3761
-
3762
- ~>**Note** At least `service_connection_id` or `username/password` needs to be set to import private repository.
3763
- """
3764
- return pulumi.get(self, "password")
3765
-
3766
- @password.setter
3767
- def password(self, value: Optional[pulumi.Input[builtins.str]]):
3768
- pulumi.set(self, "password", value)
3769
-
3770
3754
  @property
3771
3755
  @pulumi.getter(name="serviceConnectionId")
3772
3756
  def service_connection_id(self) -> Optional[pulumi.Input[builtins.str]]:
@@ -4084,6 +4068,37 @@ class ServiceEndpointGitHubAuthPersonalArgs:
4084
4068
  pulumi.set(self, "personal_access_token", value)
4085
4069
 
4086
4070
 
4071
+ if not MYPY:
4072
+ class ServiceEndpointGitHubEnterpriseAuthOauthArgsDict(TypedDict):
4073
+ oauth_configuration_id: pulumi.Input[builtins.str]
4074
+ """
4075
+ The OAuth Configuration ID.
4076
+ """
4077
+ elif False:
4078
+ ServiceEndpointGitHubEnterpriseAuthOauthArgsDict: TypeAlias = Mapping[str, Any]
4079
+
4080
+ @pulumi.input_type
4081
+ class ServiceEndpointGitHubEnterpriseAuthOauthArgs:
4082
+ def __init__(__self__, *,
4083
+ oauth_configuration_id: pulumi.Input[builtins.str]):
4084
+ """
4085
+ :param pulumi.Input[builtins.str] oauth_configuration_id: The OAuth Configuration ID.
4086
+ """
4087
+ pulumi.set(__self__, "oauth_configuration_id", oauth_configuration_id)
4088
+
4089
+ @property
4090
+ @pulumi.getter(name="oauthConfigurationId")
4091
+ def oauth_configuration_id(self) -> pulumi.Input[builtins.str]:
4092
+ """
4093
+ The OAuth Configuration ID.
4094
+ """
4095
+ return pulumi.get(self, "oauth_configuration_id")
4096
+
4097
+ @oauth_configuration_id.setter
4098
+ def oauth_configuration_id(self, value: pulumi.Input[builtins.str]):
4099
+ pulumi.set(self, "oauth_configuration_id", value)
4100
+
4101
+
4087
4102
  if not MYPY:
4088
4103
  class ServiceEndpointGitHubEnterpriseAuthPersonalArgsDict(TypedDict):
4089
4104
  personal_access_token: pulumi.Input[builtins.str]
@@ -5242,6 +5257,119 @@ class ServiceendpointMavenAuthenticationTokenArgs:
5242
5257
  pulumi.set(self, "token", value)
5243
5258
 
5244
5259
 
5260
+ if not MYPY:
5261
+ class ServiceendpointOpenshiftAuthBasicArgsDict(TypedDict):
5262
+ password: pulumi.Input[builtins.str]
5263
+ """
5264
+ The password of the user.
5265
+ """
5266
+ username: pulumi.Input[builtins.str]
5267
+ """
5268
+ The name of the user.
5269
+ """
5270
+ elif False:
5271
+ ServiceendpointOpenshiftAuthBasicArgsDict: TypeAlias = Mapping[str, Any]
5272
+
5273
+ @pulumi.input_type
5274
+ class ServiceendpointOpenshiftAuthBasicArgs:
5275
+ def __init__(__self__, *,
5276
+ password: pulumi.Input[builtins.str],
5277
+ username: pulumi.Input[builtins.str]):
5278
+ """
5279
+ :param pulumi.Input[builtins.str] password: The password of the user.
5280
+ :param pulumi.Input[builtins.str] username: The name of the user.
5281
+ """
5282
+ pulumi.set(__self__, "password", password)
5283
+ pulumi.set(__self__, "username", username)
5284
+
5285
+ @property
5286
+ @pulumi.getter
5287
+ def password(self) -> pulumi.Input[builtins.str]:
5288
+ """
5289
+ The password of the user.
5290
+ """
5291
+ return pulumi.get(self, "password")
5292
+
5293
+ @password.setter
5294
+ def password(self, value: pulumi.Input[builtins.str]):
5295
+ pulumi.set(self, "password", value)
5296
+
5297
+ @property
5298
+ @pulumi.getter
5299
+ def username(self) -> pulumi.Input[builtins.str]:
5300
+ """
5301
+ The name of the user.
5302
+ """
5303
+ return pulumi.get(self, "username")
5304
+
5305
+ @username.setter
5306
+ def username(self, value: pulumi.Input[builtins.str]):
5307
+ pulumi.set(self, "username", value)
5308
+
5309
+
5310
+ if not MYPY:
5311
+ class ServiceendpointOpenshiftAuthNoneArgsDict(TypedDict):
5312
+ kube_config: NotRequired[pulumi.Input[builtins.str]]
5313
+ """
5314
+ The kubectl config
5315
+ """
5316
+ elif False:
5317
+ ServiceendpointOpenshiftAuthNoneArgsDict: TypeAlias = Mapping[str, Any]
5318
+
5319
+ @pulumi.input_type
5320
+ class ServiceendpointOpenshiftAuthNoneArgs:
5321
+ def __init__(__self__, *,
5322
+ kube_config: Optional[pulumi.Input[builtins.str]] = None):
5323
+ """
5324
+ :param pulumi.Input[builtins.str] kube_config: The kubectl config
5325
+ """
5326
+ if kube_config is not None:
5327
+ pulumi.set(__self__, "kube_config", kube_config)
5328
+
5329
+ @property
5330
+ @pulumi.getter(name="kubeConfig")
5331
+ def kube_config(self) -> Optional[pulumi.Input[builtins.str]]:
5332
+ """
5333
+ The kubectl config
5334
+ """
5335
+ return pulumi.get(self, "kube_config")
5336
+
5337
+ @kube_config.setter
5338
+ def kube_config(self, value: Optional[pulumi.Input[builtins.str]]):
5339
+ pulumi.set(self, "kube_config", value)
5340
+
5341
+
5342
+ if not MYPY:
5343
+ class ServiceendpointOpenshiftAuthTokenArgsDict(TypedDict):
5344
+ token: pulumi.Input[builtins.str]
5345
+ """
5346
+ The API token.
5347
+ """
5348
+ elif False:
5349
+ ServiceendpointOpenshiftAuthTokenArgsDict: TypeAlias = Mapping[str, Any]
5350
+
5351
+ @pulumi.input_type
5352
+ class ServiceendpointOpenshiftAuthTokenArgs:
5353
+ def __init__(__self__, *,
5354
+ token: pulumi.Input[builtins.str]):
5355
+ """
5356
+ :param pulumi.Input[builtins.str] token: The API token.
5357
+ """
5358
+ pulumi.set(__self__, "token", token)
5359
+
5360
+ @property
5361
+ @pulumi.getter
5362
+ def token(self) -> pulumi.Input[builtins.str]:
5363
+ """
5364
+ The API token.
5365
+ """
5366
+ return pulumi.get(self, "token")
5367
+
5368
+ @token.setter
5369
+ def token(self, value: pulumi.Input[builtins.str]):
5370
+ pulumi.set(self, "token", value)
5371
+
5372
+
5245
5373
  if not MYPY:
5246
5374
  class ServiceendpointVisualstudiomarketplaceAuthenticationBasicArgsDict(TypedDict):
5247
5375
  password: pulumi.Input[builtins.str]
@@ -5687,6 +5815,58 @@ class VariableGroupVariableArgs:
5687
5815
  pulumi.set(self, "value", value)
5688
5816
 
5689
5817
 
5818
+ if not MYPY:
5819
+ class WorkitemRelationArgsDict(TypedDict):
5820
+ rel: NotRequired[pulumi.Input[builtins.str]]
5821
+ """
5822
+ The type of relationship. For example: `System.LinkTypes.Hierarchy-Reverse` is a parent relationship. More details [item link type](https://learn.microsoft.com/en-us/azure/devops/boards/queries/link-type-reference?view=azure-devops#example).
5823
+ """
5824
+ url: NotRequired[pulumi.Input[builtins.str]]
5825
+ """
5826
+ The URL of the Work Item.
5827
+ """
5828
+ elif False:
5829
+ WorkitemRelationArgsDict: TypeAlias = Mapping[str, Any]
5830
+
5831
+ @pulumi.input_type
5832
+ class WorkitemRelationArgs:
5833
+ def __init__(__self__, *,
5834
+ rel: Optional[pulumi.Input[builtins.str]] = None,
5835
+ url: Optional[pulumi.Input[builtins.str]] = None):
5836
+ """
5837
+ :param pulumi.Input[builtins.str] rel: The type of relationship. For example: `System.LinkTypes.Hierarchy-Reverse` is a parent relationship. More details [item link type](https://learn.microsoft.com/en-us/azure/devops/boards/queries/link-type-reference?view=azure-devops#example).
5838
+ :param pulumi.Input[builtins.str] url: The URL of the Work Item.
5839
+ """
5840
+ if rel is not None:
5841
+ pulumi.set(__self__, "rel", rel)
5842
+ if url is not None:
5843
+ pulumi.set(__self__, "url", url)
5844
+
5845
+ @property
5846
+ @pulumi.getter
5847
+ def rel(self) -> Optional[pulumi.Input[builtins.str]]:
5848
+ """
5849
+ The type of relationship. For example: `System.LinkTypes.Hierarchy-Reverse` is a parent relationship. More details [item link type](https://learn.microsoft.com/en-us/azure/devops/boards/queries/link-type-reference?view=azure-devops#example).
5850
+ """
5851
+ return pulumi.get(self, "rel")
5852
+
5853
+ @rel.setter
5854
+ def rel(self, value: Optional[pulumi.Input[builtins.str]]):
5855
+ pulumi.set(self, "rel", value)
5856
+
5857
+ @property
5858
+ @pulumi.getter
5859
+ def url(self) -> Optional[pulumi.Input[builtins.str]]:
5860
+ """
5861
+ The URL of the Work Item.
5862
+ """
5863
+ return pulumi.get(self, "url")
5864
+
5865
+ @url.setter
5866
+ def url(self, value: Optional[pulumi.Input[builtins.str]]):
5867
+ pulumi.set(self, "url", value)
5868
+
5869
+
5690
5870
  if not MYPY:
5691
5871
  class GetUsersFeaturesArgsDict(TypedDict):
5692
5872
  concurrent_workers: NotRequired[builtins.int]
@@ -238,6 +238,7 @@ class _AreaPermissionsState:
238
238
  pulumi.set(self, "replace", value)
239
239
 
240
240
 
241
+ @pulumi.type_token("azuredevops:index/areaPermissions:AreaPermissions")
241
242
  class AreaPermissions(pulumi.CustomResource):
242
243
  @overload
243
244
  def __init__(__self__,
@@ -161,6 +161,7 @@ class _BranchPolicyAutoReviewersState:
161
161
  pulumi.set(self, "settings", value)
162
162
 
163
163
 
164
+ @pulumi.type_token("azuredevops:index/branchPolicyAutoReviewers:BranchPolicyAutoReviewers")
164
165
  class BranchPolicyAutoReviewers(pulumi.CustomResource):
165
166
  @overload
166
167
  def __init__(__self__,
@@ -161,6 +161,7 @@ class _BranchPolicyBuildValidationState:
161
161
  pulumi.set(self, "settings", value)
162
162
 
163
163
 
164
+ @pulumi.type_token("azuredevops:index/branchPolicyBuildValidation:BranchPolicyBuildValidation")
164
165
  class BranchPolicyBuildValidation(pulumi.CustomResource):
165
166
  @overload
166
167
  def __init__(__self__,
@@ -161,6 +161,7 @@ class _BranchPolicyCommentResolutionState:
161
161
  pulumi.set(self, "settings", value)
162
162
 
163
163
 
164
+ @pulumi.type_token("azuredevops:index/branchPolicyCommentResolution:BranchPolicyCommentResolution")
164
165
  class BranchPolicyCommentResolution(pulumi.CustomResource):
165
166
  @overload
166
167
  def __init__(__self__,
@@ -161,6 +161,7 @@ class _BranchPolicyMergeTypesState:
161
161
  pulumi.set(self, "settings", value)
162
162
 
163
163
 
164
+ @pulumi.type_token("azuredevops:index/branchPolicyMergeTypes:BranchPolicyMergeTypes")
164
165
  class BranchPolicyMergeTypes(pulumi.CustomResource):
165
166
  @overload
166
167
  def __init__(__self__,
@@ -161,6 +161,7 @@ class _BranchPolicyMinReviewersState:
161
161
  pulumi.set(self, "settings", value)
162
162
 
163
163
 
164
+ @pulumi.type_token("azuredevops:index/branchPolicyMinReviewers:BranchPolicyMinReviewers")
164
165
  class BranchPolicyMinReviewers(pulumi.CustomResource):
165
166
  @overload
166
167
  def __init__(__self__,
@@ -161,6 +161,7 @@ class _BranchPolicyStatusCheckState:
161
161
  pulumi.set(self, "settings", value)
162
162
 
163
163
 
164
+ @pulumi.type_token("azuredevops:index/branchPolicyStatusCheck:BranchPolicyStatusCheck")
164
165
  class BranchPolicyStatusCheck(pulumi.CustomResource):
165
166
  @overload
166
167
  def __init__(__self__,
@@ -161,6 +161,7 @@ class _BranchPolicyWorkItemLinkingState:
161
161
  pulumi.set(self, "settings", value)
162
162
 
163
163
 
164
+ @pulumi.type_token("azuredevops:index/branchPolicyWorkItemLinking:BranchPolicyWorkItemLinking")
164
165
  class BranchPolicyWorkItemLinking(pulumi.CustomResource):
165
166
  @overload
166
167
  def __init__(__self__,
@@ -561,6 +561,7 @@ class _BuildDefinitionState:
561
561
  pulumi.set(self, "variables", value)
562
562
 
563
563
 
564
+ @pulumi.type_token("azuredevops:index/buildDefinition:BuildDefinition")
564
565
  class BuildDefinition(pulumi.CustomResource):
565
566
  @overload
566
567
  def __init__(__self__,
@@ -269,6 +269,7 @@ class _BuildDefinitionPermissionsState:
269
269
  pulumi.set(self, "replace", value)
270
270
 
271
271
 
272
+ @pulumi.type_token("azuredevops:index/buildDefinitionPermissions:BuildDefinitionPermissions")
272
273
  class BuildDefinitionPermissions(pulumi.CustomResource):
273
274
  @overload
274
275
  def __init__(__self__,
@@ -127,6 +127,7 @@ class _BuildFolderState:
127
127
  pulumi.set(self, "project_id", value)
128
128
 
129
129
 
130
+ @pulumi.type_token("azuredevops:index/buildFolder:BuildFolder")
130
131
  class BuildFolder(pulumi.CustomResource):
131
132
  @overload
132
133
  def __init__(__self__,
@@ -47,6 +47,7 @@ class BuildFolderPermissionsArgs:
47
47
  | DeleteBuildDefinition | Delete build pipeline |
48
48
  | OverrideBuildCheckInValidation | Override check-in validation by build |
49
49
  | AdministerBuildPermissions | Administer build permissions |
50
+ | CreateBuildDefinition | Create build pipeline |
50
51
  :param pulumi.Input[builtins.str] principal: The **group** principal to assign the permissions.
51
52
  :param pulumi.Input[builtins.str] project_id: The ID of the project to assign the permissions.
52
53
  :param pulumi.Input[builtins.bool] replace: Replace (`true`) or merge (`false`) the permissions. Default: `true`.
@@ -93,6 +94,7 @@ class BuildFolderPermissionsArgs:
93
94
  | DeleteBuildDefinition | Delete build pipeline |
94
95
  | OverrideBuildCheckInValidation | Override check-in validation by build |
95
96
  | AdministerBuildPermissions | Administer build permissions |
97
+ | CreateBuildDefinition | Create build pipeline |
96
98
  """
97
99
  return pulumi.get(self, "permissions")
98
100
 
@@ -167,6 +169,7 @@ class _BuildFolderPermissionsState:
167
169
  | DeleteBuildDefinition | Delete build pipeline |
168
170
  | OverrideBuildCheckInValidation | Override check-in validation by build |
169
171
  | AdministerBuildPermissions | Administer build permissions |
172
+ | CreateBuildDefinition | Create build pipeline |
170
173
  :param pulumi.Input[builtins.str] principal: The **group** principal to assign the permissions.
171
174
  :param pulumi.Input[builtins.str] project_id: The ID of the project to assign the permissions.
172
175
  :param pulumi.Input[builtins.bool] replace: Replace (`true`) or merge (`false`) the permissions. Default: `true`.
@@ -217,6 +220,7 @@ class _BuildFolderPermissionsState:
217
220
  | DeleteBuildDefinition | Delete build pipeline |
218
221
  | OverrideBuildCheckInValidation | Override check-in validation by build |
219
222
  | AdministerBuildPermissions | Administer build permissions |
223
+ | CreateBuildDefinition | Create build pipeline |
220
224
  """
221
225
  return pulumi.get(self, "permissions")
222
226
 
@@ -261,6 +265,7 @@ class _BuildFolderPermissionsState:
261
265
  pulumi.set(self, "replace", value)
262
266
 
263
267
 
268
+ @pulumi.type_token("azuredevops:index/buildFolderPermissions:BuildFolderPermissions")
264
269
  class BuildFolderPermissions(pulumi.CustomResource):
265
270
  @overload
266
271
  def __init__(__self__,
@@ -374,6 +379,7 @@ class BuildFolderPermissions(pulumi.CustomResource):
374
379
  | DeleteBuildDefinition | Delete build pipeline |
375
380
  | OverrideBuildCheckInValidation | Override check-in validation by build |
376
381
  | AdministerBuildPermissions | Administer build permissions |
382
+ | CreateBuildDefinition | Create build pipeline |
377
383
  :param pulumi.Input[builtins.str] principal: The **group** principal to assign the permissions.
378
384
  :param pulumi.Input[builtins.str] project_id: The ID of the project to assign the permissions.
379
385
  :param pulumi.Input[builtins.bool] replace: Replace (`true`) or merge (`false`) the permissions. Default: `true`.
@@ -548,6 +554,7 @@ class BuildFolderPermissions(pulumi.CustomResource):
548
554
  | DeleteBuildDefinition | Delete build pipeline |
549
555
  | OverrideBuildCheckInValidation | Override check-in validation by build |
550
556
  | AdministerBuildPermissions | Administer build permissions |
557
+ | CreateBuildDefinition | Create build pipeline |
551
558
  :param pulumi.Input[builtins.str] principal: The **group** principal to assign the permissions.
552
559
  :param pulumi.Input[builtins.str] project_id: The ID of the project to assign the permissions.
553
560
  :param pulumi.Input[builtins.bool] replace: Replace (`true`) or merge (`false`) the permissions. Default: `true`.
@@ -594,6 +601,7 @@ class BuildFolderPermissions(pulumi.CustomResource):
594
601
  | DeleteBuildDefinition | Delete build pipeline |
595
602
  | OverrideBuildCheckInValidation | Override check-in validation by build |
596
603
  | AdministerBuildPermissions | Administer build permissions |
604
+ | CreateBuildDefinition | Create build pipeline |
597
605
  """
598
606
  return pulumi.get(self, "permissions")
599
607
 
@@ -301,6 +301,7 @@ class _CheckApprovalState:
301
301
  pulumi.set(self, "version", value)
302
302
 
303
303
 
304
+ @pulumi.type_token("azuredevops:index/checkApproval:CheckApproval")
304
305
  class CheckApproval(pulumi.CustomResource):
305
306
  @overload
306
307
  def __init__(__self__,
@@ -302,6 +302,7 @@ class _CheckBranchControlState:
302
302
  pulumi.set(self, "version", value)
303
303
 
304
304
 
305
+ @pulumi.type_token("azuredevops:index/checkBranchControl:CheckBranchControl")
305
306
  class CheckBranchControl(pulumi.CustomResource):
306
307
  @overload
307
308
  def __init__(__self__,
@@ -523,6 +523,7 @@ class _CheckBusinessHoursState:
523
523
  pulumi.set(self, "wednesday", value)
524
524
 
525
525
 
526
+ @pulumi.type_token("azuredevops:index/checkBusinessHours:CheckBusinessHours")
526
527
  class CheckBusinessHours(pulumi.CustomResource):
527
528
  @overload
528
529
  def __init__(__self__,
@@ -174,6 +174,7 @@ class _CheckExclusiveLockState:
174
174
  pulumi.set(self, "version", value)
175
175
 
176
176
 
177
+ @pulumi.type_token("azuredevops:index/checkExclusiveLock:CheckExclusiveLock")
177
178
  class CheckExclusiveLock(pulumi.CustomResource):
178
179
  @overload
179
180
  def __init__(__self__,
@@ -175,6 +175,7 @@ class _CheckRequiredTemplateState:
175
175
  pulumi.set(self, "version", value)
176
176
 
177
177
 
178
+ @pulumi.type_token("azuredevops:index/checkRequiredTemplate:CheckRequiredTemplate")
178
179
  class CheckRequiredTemplate(pulumi.CustomResource):
179
180
  @overload
180
181
  def __init__(__self__,
@@ -542,6 +542,7 @@ class _CheckRestApiState:
542
542
  pulumi.set(self, "version", value)
543
543
 
544
544
 
545
+ @pulumi.type_token("azuredevops:index/checkRestApi:CheckRestApi")
545
546
  class CheckRestApi(pulumi.CustomResource):
546
547
  @overload
547
548
  def __init__(__self__,
@@ -208,6 +208,7 @@ class _DashboardState:
208
208
  pulumi.set(self, "team_id", value)
209
209
 
210
210
 
211
+ @pulumi.type_token("azuredevops:index/dashboard:Dashboard")
211
212
  class Dashboard(pulumi.CustomResource):
212
213
  @overload
213
214
  def __init__(__self__,
@@ -412,6 +412,7 @@ class _ElasticPoolState:
412
412
  pulumi.set(self, "time_to_live_minutes", value)
413
413
 
414
414
 
415
+ @pulumi.type_token("azuredevops:index/elasticPool:ElasticPool")
415
416
  class ElasticPool(pulumi.CustomResource):
416
417
  @overload
417
418
  def __init__(__self__,
@@ -128,6 +128,7 @@ class _EnvironmentState:
128
128
  pulumi.set(self, "project_id", value)
129
129
 
130
130
 
131
+ @pulumi.type_token("azuredevops:index/environment:Environment")
131
132
  class Environment(pulumi.CustomResource):
132
133
  @overload
133
134
  def __init__(__self__,
@@ -253,6 +253,7 @@ class _EnvironmentResourceKubernetesState:
253
253
  pulumi.set(self, "tags", value)
254
254
 
255
255
 
256
+ @pulumi.type_token("azuredevops:index/environmentResourceKubernetes:EnvironmentResourceKubernetes")
256
257
  class EnvironmentResourceKubernetes(pulumi.CustomResource):
257
258
  @overload
258
259
  def __init__(__self__,