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
@@ -61,6 +61,7 @@ __all__ = [
61
61
  'ServiceEndpointAzureRMFeatures',
62
62
  'ServiceEndpointGitHubAuthOauth',
63
63
  'ServiceEndpointGitHubAuthPersonal',
64
+ 'ServiceEndpointGitHubEnterpriseAuthOauth',
64
65
  'ServiceEndpointGitHubEnterpriseAuthPersonal',
65
66
  'ServiceEndpointKubernetesAzureSubscription',
66
67
  'ServiceEndpointKubernetesKubeconfig',
@@ -82,12 +83,16 @@ __all__ = [
82
83
  'ServiceendpointJfrogXrayV2AuthenticationToken',
83
84
  'ServiceendpointMavenAuthenticationBasic',
84
85
  'ServiceendpointMavenAuthenticationToken',
86
+ 'ServiceendpointOpenshiftAuthBasic',
87
+ 'ServiceendpointOpenshiftAuthNone',
88
+ 'ServiceendpointOpenshiftAuthToken',
85
89
  'ServiceendpointVisualstudiomarketplaceAuthenticationBasic',
86
90
  'ServiceendpointVisualstudiomarketplaceAuthenticationToken',
87
91
  'ServicehookStorageQueuePipelinesRunStateChangedEvent',
88
92
  'ServicehookStorageQueuePipelinesStageStateChangedEvent',
89
93
  'VariableGroupKeyVault',
90
94
  'VariableGroupVariable',
95
+ 'WorkitemRelation',
91
96
  'GetAreaChildrenResult',
92
97
  'GetBuildDefinitionCiTriggerResult',
93
98
  'GetBuildDefinitionCiTriggerOverrideResult',
@@ -2856,24 +2861,18 @@ class GitInitialization(dict):
2856
2861
 
2857
2862
  def __init__(__self__, *,
2858
2863
  init_type: builtins.str,
2859
- password: Optional[builtins.str] = None,
2860
2864
  service_connection_id: Optional[builtins.str] = None,
2861
2865
  source_type: Optional[builtins.str] = None,
2862
2866
  source_url: Optional[builtins.str] = None,
2863
2867
  username: Optional[builtins.str] = None):
2864
2868
  """
2865
2869
  :param builtins.str init_type: The type of repository to create. Valid values: `Uninitialized`, `Clean` or `Import`.
2866
- :param builtins.str password: The password used to authenticate to a private repository for import initialization. Conflicts with `service_connection_id`.
2867
-
2868
- ~>**Note** At least `service_connection_id` or `username/password` needs to be set to import private repository.
2869
2870
  :param 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`.
2870
2871
  :param builtins.str source_type: Type of the source repository. Used if the `init_type` is `Import`. Valid values: `Git`.
2871
2872
  :param builtins.str source_url: The URL of the source repository. Used if the `init_type` is `Import`.
2872
2873
  :param builtins.str username: The username used to authenticate to a private repository for import initialization. Conflicts with `service_connection_id`.
2873
2874
  """
2874
2875
  pulumi.set(__self__, "init_type", init_type)
2875
- if password is not None:
2876
- pulumi.set(__self__, "password", password)
2877
2876
  if service_connection_id is not None:
2878
2877
  pulumi.set(__self__, "service_connection_id", service_connection_id)
2879
2878
  if source_type is not None:
@@ -2891,16 +2890,6 @@ class GitInitialization(dict):
2891
2890
  """
2892
2891
  return pulumi.get(self, "init_type")
2893
2892
 
2894
- @property
2895
- @pulumi.getter
2896
- def password(self) -> Optional[builtins.str]:
2897
- """
2898
- The password used to authenticate to a private repository for import initialization. Conflicts with `service_connection_id`.
2899
-
2900
- ~>**Note** At least `service_connection_id` or `username/password` needs to be set to import private repository.
2901
- """
2902
- return pulumi.get(self, "password")
2903
-
2904
2893
  @property
2905
2894
  @pulumi.getter(name="serviceConnectionId")
2906
2895
  def service_connection_id(self) -> Optional[builtins.str]:
@@ -3124,6 +3113,41 @@ class ServiceEndpointGitHubAuthPersonal(dict):
3124
3113
  return pulumi.get(self, "personal_access_token")
3125
3114
 
3126
3115
 
3116
+ @pulumi.output_type
3117
+ class ServiceEndpointGitHubEnterpriseAuthOauth(dict):
3118
+ @staticmethod
3119
+ def __key_warning(key: str):
3120
+ suggest = None
3121
+ if key == "oauthConfigurationId":
3122
+ suggest = "oauth_configuration_id"
3123
+
3124
+ if suggest:
3125
+ pulumi.log.warn(f"Key '{key}' not found in ServiceEndpointGitHubEnterpriseAuthOauth. Access the value via the '{suggest}' property getter instead.")
3126
+
3127
+ def __getitem__(self, key: str) -> Any:
3128
+ ServiceEndpointGitHubEnterpriseAuthOauth.__key_warning(key)
3129
+ return super().__getitem__(key)
3130
+
3131
+ def get(self, key: str, default = None) -> Any:
3132
+ ServiceEndpointGitHubEnterpriseAuthOauth.__key_warning(key)
3133
+ return super().get(key, default)
3134
+
3135
+ def __init__(__self__, *,
3136
+ oauth_configuration_id: builtins.str):
3137
+ """
3138
+ :param builtins.str oauth_configuration_id: The OAuth Configuration ID.
3139
+ """
3140
+ pulumi.set(__self__, "oauth_configuration_id", oauth_configuration_id)
3141
+
3142
+ @property
3143
+ @pulumi.getter(name="oauthConfigurationId")
3144
+ def oauth_configuration_id(self) -> builtins.str:
3145
+ """
3146
+ The OAuth Configuration ID.
3147
+ """
3148
+ return pulumi.get(self, "oauth_configuration_id")
3149
+
3150
+
3127
3151
  @pulumi.output_type
3128
3152
  class ServiceEndpointGitHubEnterpriseAuthPersonal(dict):
3129
3153
  @staticmethod
@@ -3984,6 +4008,89 @@ class ServiceendpointMavenAuthenticationToken(dict):
3984
4008
  return pulumi.get(self, "token")
3985
4009
 
3986
4010
 
4011
+ @pulumi.output_type
4012
+ class ServiceendpointOpenshiftAuthBasic(dict):
4013
+ def __init__(__self__, *,
4014
+ password: builtins.str,
4015
+ username: builtins.str):
4016
+ """
4017
+ :param builtins.str password: The password of the user.
4018
+ :param builtins.str username: The name of the user.
4019
+ """
4020
+ pulumi.set(__self__, "password", password)
4021
+ pulumi.set(__self__, "username", username)
4022
+
4023
+ @property
4024
+ @pulumi.getter
4025
+ def password(self) -> builtins.str:
4026
+ """
4027
+ The password of the user.
4028
+ """
4029
+ return pulumi.get(self, "password")
4030
+
4031
+ @property
4032
+ @pulumi.getter
4033
+ def username(self) -> builtins.str:
4034
+ """
4035
+ The name of the user.
4036
+ """
4037
+ return pulumi.get(self, "username")
4038
+
4039
+
4040
+ @pulumi.output_type
4041
+ class ServiceendpointOpenshiftAuthNone(dict):
4042
+ @staticmethod
4043
+ def __key_warning(key: str):
4044
+ suggest = None
4045
+ if key == "kubeConfig":
4046
+ suggest = "kube_config"
4047
+
4048
+ if suggest:
4049
+ pulumi.log.warn(f"Key '{key}' not found in ServiceendpointOpenshiftAuthNone. Access the value via the '{suggest}' property getter instead.")
4050
+
4051
+ def __getitem__(self, key: str) -> Any:
4052
+ ServiceendpointOpenshiftAuthNone.__key_warning(key)
4053
+ return super().__getitem__(key)
4054
+
4055
+ def get(self, key: str, default = None) -> Any:
4056
+ ServiceendpointOpenshiftAuthNone.__key_warning(key)
4057
+ return super().get(key, default)
4058
+
4059
+ def __init__(__self__, *,
4060
+ kube_config: Optional[builtins.str] = None):
4061
+ """
4062
+ :param builtins.str kube_config: The kubectl config
4063
+ """
4064
+ if kube_config is not None:
4065
+ pulumi.set(__self__, "kube_config", kube_config)
4066
+
4067
+ @property
4068
+ @pulumi.getter(name="kubeConfig")
4069
+ def kube_config(self) -> Optional[builtins.str]:
4070
+ """
4071
+ The kubectl config
4072
+ """
4073
+ return pulumi.get(self, "kube_config")
4074
+
4075
+
4076
+ @pulumi.output_type
4077
+ class ServiceendpointOpenshiftAuthToken(dict):
4078
+ def __init__(__self__, *,
4079
+ token: builtins.str):
4080
+ """
4081
+ :param builtins.str token: The API token.
4082
+ """
4083
+ pulumi.set(__self__, "token", token)
4084
+
4085
+ @property
4086
+ @pulumi.getter
4087
+ def token(self) -> builtins.str:
4088
+ """
4089
+ The API token.
4090
+ """
4091
+ return pulumi.get(self, "token")
4092
+
4093
+
3987
4094
  @pulumi.output_type
3988
4095
  class ServiceendpointVisualstudiomarketplaceAuthenticationBasic(dict):
3989
4096
  def __init__(__self__, *,
@@ -4332,6 +4439,37 @@ class VariableGroupVariable(dict):
4332
4439
  return pulumi.get(self, "value")
4333
4440
 
4334
4441
 
4442
+ @pulumi.output_type
4443
+ class WorkitemRelation(dict):
4444
+ def __init__(__self__, *,
4445
+ rel: Optional[builtins.str] = None,
4446
+ url: Optional[builtins.str] = None):
4447
+ """
4448
+ :param 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).
4449
+ :param builtins.str url: The URL of the Work Item.
4450
+ """
4451
+ if rel is not None:
4452
+ pulumi.set(__self__, "rel", rel)
4453
+ if url is not None:
4454
+ pulumi.set(__self__, "url", url)
4455
+
4456
+ @property
4457
+ @pulumi.getter
4458
+ def rel(self) -> Optional[builtins.str]:
4459
+ """
4460
+ 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).
4461
+ """
4462
+ return pulumi.get(self, "rel")
4463
+
4464
+ @property
4465
+ @pulumi.getter
4466
+ def url(self) -> Optional[builtins.str]:
4467
+ """
4468
+ The URL of the Work Item.
4469
+ """
4470
+ return pulumi.get(self, "url")
4471
+
4472
+
4335
4473
  @pulumi.output_type
4336
4474
  class GetAreaChildrenResult(dict):
4337
4475
  def __init__(__self__, *,
@@ -5240,7 +5378,7 @@ class GetGroupsGroupResult(dict):
5240
5378
  """
5241
5379
  :param builtins.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.
5242
5380
  :param builtins.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)
5243
- :param builtins.str id: The ID of the group.
5381
+ :param builtins.str id: The ID(UUID format) of the group.
5244
5382
  :param builtins.str origin: The type of source provider for the origin identifier (ex:AD, AAD, MSA)
5245
5383
  :param builtins.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.
5246
5384
  :param builtins.str url: This url is the full route to the source resource of this graph subject.
@@ -5284,7 +5422,7 @@ class GetGroupsGroupResult(dict):
5284
5422
  @pulumi.getter
5285
5423
  def id(self) -> builtins.str:
5286
5424
  """
5287
- The ID of the group.
5425
+ The ID(UUID format) of the group.
5288
5426
  """
5289
5427
  return pulumi.get(self, "id")
5290
5428
 
@@ -210,6 +210,7 @@ class _PipelineAuthorizationState:
210
210
  pulumi.set(self, "type", value)
211
211
 
212
212
 
213
+ @pulumi.type_token("azuredevops:index/pipelineAuthorization:PipelineAuthorization")
213
214
  class PipelineAuthorization(pulumi.CustomResource):
214
215
  @overload
215
216
  def __init__(__self__,
@@ -161,6 +161,7 @@ class _PoolState:
161
161
  pulumi.set(self, "pool_type", value)
162
162
 
163
163
 
164
+ @pulumi.type_token("azuredevops:index/pool:Pool")
164
165
  class Pool(pulumi.CustomResource):
165
166
  @overload
166
167
  def __init__(__self__,
@@ -293,6 +293,7 @@ class _ProjectState:
293
293
  pulumi.set(self, "work_item_template", value)
294
294
 
295
295
 
296
+ @pulumi.type_token("azuredevops:index/project:Project")
296
297
  class Project(pulumi.CustomResource):
297
298
  @overload
298
299
  def __init__(__self__,
@@ -135,6 +135,7 @@ class _ProjectFeaturesState:
135
135
  pulumi.set(self, "project_id", value)
136
136
 
137
137
 
138
+ @pulumi.type_token("azuredevops:index/projectFeatures:ProjectFeatures")
138
139
  class ProjectFeatures(pulumi.CustomResource):
139
140
  @overload
140
141
  def __init__(__self__,
@@ -270,6 +270,7 @@ class _ProjectPermissionsState:
270
270
  pulumi.set(self, "replace", value)
271
271
 
272
272
 
273
+ @pulumi.type_token("azuredevops:index/projectPermissions:ProjectPermissions")
273
274
  class ProjectPermissions(pulumi.CustomResource):
274
275
  @overload
275
276
  def __init__(__self__,
@@ -272,6 +272,7 @@ class _ProjectPipelineSettingsState:
272
272
  pulumi.set(self, "status_badges_are_private", value)
273
273
 
274
274
 
275
+ @pulumi.type_token("azuredevops:index/projectPipelineSettings:ProjectPipelineSettings")
275
276
  class ProjectPipelineSettings(pulumi.CustomResource):
276
277
  @overload
277
278
  def __init__(__self__,
@@ -95,6 +95,7 @@ class _ProjectTagsState:
95
95
  pulumi.set(self, "tags", value)
96
96
 
97
97
 
98
+ @pulumi.type_token("azuredevops:index/projectTags:ProjectTags")
98
99
  class ProjectTags(pulumi.CustomResource):
99
100
  @overload
100
101
  def __init__(__self__,
@@ -347,6 +347,7 @@ class ProviderArgs:
347
347
  pulumi.set(self, "use_oidc", value)
348
348
 
349
349
 
350
+ @pulumi.type_token("pulumi:providers:azuredevops")
350
351
  class Provider(pulumi.ProviderResource):
351
352
  @overload
352
353
  def __init__(__self__,
@@ -628,3 +629,23 @@ class Provider(pulumi.ProviderResource):
628
629
  def tenant_id_plan(self) -> pulumi.Output[Optional[builtins.str]]:
629
630
  return pulumi.get(self, "tenant_id_plan")
630
631
 
632
+ @pulumi.output_type
633
+ class TerraformConfigResult:
634
+ def __init__(__self__, result=None):
635
+ if result and not isinstance(result, dict):
636
+ raise TypeError("Expected argument 'result' to be a dict")
637
+ pulumi.set(__self__, "result", result)
638
+
639
+ @property
640
+ @pulumi.getter
641
+ def result(self) -> Mapping[str, Any]:
642
+ return pulumi.get(self, "result")
643
+
644
+ def terraform_config(__self__) -> pulumi.Output['Provider.TerraformConfigResult']:
645
+ """
646
+ This function returns a Terraform config object with terraform-namecased keys,to be used with the Terraform Module Provider.
647
+ """
648
+ __args__ = dict()
649
+ __args__['__self__'] = __self__
650
+ return pulumi.runtime.call('pulumi:providers:azuredevops/terraformConfig', __args__, res=__self__, typ=Provider.TerraformConfigResult)
651
+
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "azuredevops",
4
- "version": "3.9.0-alpha.1745040263"
4
+ "version": "3.10.0"
5
5
  }
@@ -140,6 +140,7 @@ class _QueueState:
140
140
  pulumi.set(self, "project_id", value)
141
141
 
142
142
 
143
+ @pulumi.type_token("azuredevops:index/queue:Queue")
143
144
  class Queue(pulumi.CustomResource):
144
145
  @overload
145
146
  def __init__(__self__,
@@ -199,6 +199,7 @@ class _RepositoryPolicyAuthorEmailPatternState:
199
199
  pulumi.set(self, "repository_ids", value)
200
200
 
201
201
 
202
+ @pulumi.type_token("azuredevops:index/repositoryPolicyAuthorEmailPattern:RepositoryPolicyAuthorEmailPattern")
202
203
  class RepositoryPolicyAuthorEmailPattern(pulumi.CustomResource):
203
204
  @overload
204
205
  def __init__(__self__,
@@ -191,6 +191,7 @@ class _RepositoryPolicyCaseEnforcementState:
191
191
  pulumi.set(self, "repository_ids", value)
192
192
 
193
193
 
194
+ @pulumi.type_token("azuredevops:index/repositoryPolicyCaseEnforcement:RepositoryPolicyCaseEnforcement")
194
195
  class RepositoryPolicyCaseEnforcement(pulumi.CustomResource):
195
196
  @overload
196
197
  def __init__(__self__,
@@ -160,6 +160,7 @@ class _RepositoryPolicyCheckCredentialsState:
160
160
  pulumi.set(self, "repository_ids", value)
161
161
 
162
162
 
163
+ @pulumi.type_token("azuredevops:index/repositoryPolicyCheckCredentials:RepositoryPolicyCheckCredentials")
163
164
  class RepositoryPolicyCheckCredentials(pulumi.CustomResource):
164
165
  @overload
165
166
  def __init__(__self__,
@@ -191,6 +191,7 @@ class _RepositoryPolicyFilePathPatternState:
191
191
  pulumi.set(self, "repository_ids", value)
192
192
 
193
193
 
194
+ @pulumi.type_token("azuredevops:index/repositoryPolicyFilePathPattern:RepositoryPolicyFilePathPattern")
194
195
  class RepositoryPolicyFilePathPattern(pulumi.CustomResource):
195
196
  @overload
196
197
  def __init__(__self__,
@@ -191,6 +191,7 @@ class _RepositoryPolicyMaxFileSizeState:
191
191
  pulumi.set(self, "repository_ids", value)
192
192
 
193
193
 
194
+ @pulumi.type_token("azuredevops:index/repositoryPolicyMaxFileSize:RepositoryPolicyMaxFileSize")
194
195
  class RepositoryPolicyMaxFileSize(pulumi.CustomResource):
195
196
  @overload
196
197
  def __init__(__self__,
@@ -191,6 +191,7 @@ class _RepositoryPolicyMaxPathLengthState:
191
191
  pulumi.set(self, "repository_ids", value)
192
192
 
193
193
 
194
+ @pulumi.type_token("azuredevops:index/repositoryPolicyMaxPathLength:RepositoryPolicyMaxPathLength")
194
195
  class RepositoryPolicyMaxPathLength(pulumi.CustomResource):
195
196
  @overload
196
197
  def __init__(__self__,
@@ -160,6 +160,7 @@ class _RepositoryPolicyReservedNamesState:
160
160
  pulumi.set(self, "repository_ids", value)
161
161
 
162
162
 
163
+ @pulumi.type_token("azuredevops:index/repositoryPolicyReservedNames:RepositoryPolicyReservedNames")
163
164
  class RepositoryPolicyReservedNames(pulumi.CustomResource):
164
165
  @overload
165
166
  def __init__(__self__,
@@ -190,6 +190,7 @@ class _ResourceAuthorizationState:
190
190
  pulumi.set(self, "type", value)
191
191
 
192
192
 
193
+ @pulumi.type_token("azuredevops:index/resourceAuthorization:ResourceAuthorization")
193
194
  class ResourceAuthorization(pulumi.CustomResource):
194
195
  @overload
195
196
  def __init__(__self__,
@@ -157,6 +157,7 @@ class _SecurityroleAssignmentState:
157
157
  pulumi.set(self, "scope", value)
158
158
 
159
159
 
160
+ @pulumi.type_token("azuredevops:index/securityroleAssignment:SecurityroleAssignment")
160
161
  class SecurityroleAssignment(pulumi.CustomResource):
161
162
  @overload
162
163
  def __init__(__self__,
@@ -236,6 +236,7 @@ class _ServiceEndpointArtifactoryState:
236
236
  pulumi.set(self, "url", value)
237
237
 
238
238
 
239
+ @pulumi.type_token("azuredevops:index/serviceEndpointArtifactory:ServiceEndpointArtifactory")
239
240
  class ServiceEndpointArtifactory(pulumi.CustomResource):
240
241
  @overload
241
242
  def __init__(__self__,
@@ -355,6 +355,7 @@ class _ServiceEndpointAwsState:
355
355
  pulumi.set(self, "use_oidc", value)
356
356
 
357
357
 
358
+ @pulumi.type_token("azuredevops:index/serviceEndpointAws:ServiceEndpointAws")
358
359
  class ServiceEndpointAws(pulumi.CustomResource):
359
360
  @overload
360
361
  def __init__(__self__,
@@ -224,6 +224,7 @@ class _ServiceEndpointAzureDevOpsState:
224
224
  pulumi.set(self, "service_endpoint_name", value)
225
225
 
226
226
 
227
+ @pulumi.type_token("azuredevops:index/serviceEndpointAzureDevOps:ServiceEndpointAzureDevOps")
227
228
  class ServiceEndpointAzureDevOps(pulumi.CustomResource):
228
229
  @overload
229
230
  def __init__(__self__,
@@ -449,6 +449,7 @@ class _ServiceEndpointAzureEcrState:
449
449
  pulumi.set(self, "workload_identity_federation_subject", value)
450
450
 
451
451
 
452
+ @pulumi.type_token("azuredevops:index/serviceEndpointAzureEcr:ServiceEndpointAzureEcr")
452
453
  class ServiceEndpointAzureEcr(pulumi.CustomResource):
453
454
  @overload
454
455
  def __init__(__self__,
@@ -556,6 +556,7 @@ class _ServiceEndpointAzureRMState:
556
556
  pulumi.set(self, "workload_identity_federation_subject", value)
557
557
 
558
558
 
559
+ @pulumi.type_token("azuredevops:index/serviceEndpointAzureRM:ServiceEndpointAzureRM")
559
560
  class ServiceEndpointAzureRM(pulumi.CustomResource):
560
561
  @overload
561
562
  def __init__(__self__,
@@ -193,6 +193,7 @@ class _ServiceEndpointBitBucketState:
193
193
  pulumi.set(self, "username", value)
194
194
 
195
195
 
196
+ @pulumi.type_token("azuredevops:index/serviceEndpointBitBucket:ServiceEndpointBitBucket")
196
197
  class ServiceEndpointBitBucket(pulumi.CustomResource):
197
198
  @overload
198
199
  def __init__(__self__,
@@ -289,6 +289,7 @@ class _ServiceEndpointDockerRegistryState:
289
289
  pulumi.set(self, "service_endpoint_name", value)
290
290
 
291
291
 
292
+ @pulumi.type_token("azuredevops:index/serviceEndpointDockerRegistry:ServiceEndpointDockerRegistry")
292
293
  class ServiceEndpointDockerRegistry(pulumi.CustomResource):
293
294
  @overload
294
295
  def __init__(__self__,
@@ -226,6 +226,7 @@ class _ServiceEndpointGenericState:
226
226
  pulumi.set(self, "username", value)
227
227
 
228
228
 
229
+ @pulumi.type_token("azuredevops:index/serviceEndpointGeneric:ServiceEndpointGeneric")
229
230
  class ServiceEndpointGeneric(pulumi.CustomResource):
230
231
  @overload
231
232
  def __init__(__self__,
@@ -266,6 +266,7 @@ class _ServiceEndpointGenericGitState:
266
266
  pulumi.set(self, "username", value)
267
267
 
268
268
 
269
+ @pulumi.type_token("azuredevops:index/serviceEndpointGenericGit:ServiceEndpointGenericGit")
269
270
  class ServiceEndpointGenericGit(pulumi.CustomResource):
270
271
  @overload
271
272
  def __init__(__self__,
@@ -197,6 +197,7 @@ class _ServiceEndpointGitHubState:
197
197
  pulumi.set(self, "service_endpoint_name", value)
198
198
 
199
199
 
200
+ @pulumi.type_token("azuredevops:index/serviceEndpointGitHub:ServiceEndpointGitHub")
200
201
  class ServiceEndpointGitHub(pulumi.CustomResource):
201
202
  @overload
202
203
  def __init__(__self__,