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
@@ -34,24 +34,26 @@ class ServiceEndpointAzureRMArgs:
34
34
  environment: Optional[pulumi.Input[str]] = None,
35
35
  features: Optional[pulumi.Input['ServiceEndpointAzureRMFeaturesArgs']] = None,
36
36
  resource_group: Optional[pulumi.Input[str]] = None,
37
+ server_url: Optional[pulumi.Input[str]] = None,
37
38
  service_endpoint_authentication_scheme: Optional[pulumi.Input[str]] = None):
38
39
  """
39
40
  The set of arguments for constructing a ServiceEndpointAzureRM resource.
40
- :param pulumi.Input[str] azurerm_spn_tenantid: The Tenant ID if the service principal.
41
+ :param pulumi.Input[str] azurerm_spn_tenantid: The Tenant ID of the service principal.
41
42
  :param pulumi.Input[str] project_id: The ID of the project.
42
43
  :param pulumi.Input[str] service_endpoint_name: The Service Endpoint Name.
43
44
  :param pulumi.Input[str] azurerm_management_group_id: The Management group ID of the Azure targets.
44
45
  :param pulumi.Input[str] azurerm_management_group_name: The Management group Name of the targets.
45
46
  :param pulumi.Input[str] azurerm_subscription_id: The Subscription ID of the Azure targets.
46
47
  :param pulumi.Input[str] azurerm_subscription_name: The Subscription Name of the targets.
47
- :param pulumi.Input['ServiceEndpointAzureRMCredentialsArgs'] credentials: A `credentials` block.
48
+ :param pulumi.Input['ServiceEndpointAzureRMCredentialsArgs'] credentials: A `credentials` block as defined below.
48
49
  :param pulumi.Input[str] description: Service connection description.
49
- :param pulumi.Input[str] environment: The Cloud Environment to use. Defaults to `AzureCloud`. Possible values are `AzureCloud`, `AzureChinaCloud`, `AzureUSGovernment`, and `AzureGermanCloud`. Changing this forces a new resource to be created.
50
+ :param pulumi.Input[str] environment: The Cloud Environment to use. Defaults to `AzureCloud`. Possible values are `AzureCloud`, `AzureChinaCloud`, `AzureUSGovernment`, `AzureGermanCloud` and `AzureStack`. Changing this forces a new resource to be created.
51
+ :param pulumi.Input['ServiceEndpointAzureRMFeaturesArgs'] features: A `features` block as defined below.
52
+ :param pulumi.Input[str] resource_group: The resource group used for scope of automatic service endpoint.
53
+ :param pulumi.Input[str] server_url: The server URL of the service endpoint. Changing this forces a new resource to be created.
50
54
 
51
55
  > **NOTE:** One of either `Subscription` scoped i.e. `azurerm_subscription_id`, `azurerm_subscription_name` or `ManagementGroup` scoped i.e. `azurerm_management_group_id`, `azurerm_management_group_name` values must be specified.
52
- :param pulumi.Input['ServiceEndpointAzureRMFeaturesArgs'] features: A `features` block.
53
- :param pulumi.Input[str] resource_group: The resource group used for scope of automatic service endpoint.
54
- :param pulumi.Input[str] service_endpoint_authentication_scheme: Specifies the type of azurerm endpoint, either `WorkloadIdentityFederation`, `ManagedServiceIdentity` or `ServicePrincipal`. Defaults to `ServicePrincipal` for backwards compatibility.
56
+ :param pulumi.Input[str] service_endpoint_authentication_scheme: Specifies the type of Azure Resource Manager Service Endpoint. Possible values are `WorkloadIdentityFederation`, `ManagedServiceIdentity` or `ServicePrincipal`. Defaults to `ServicePrincipal` for backwards compatibility.
55
57
 
56
58
  > **NOTE:** The `WorkloadIdentityFederation` authentication scheme is currently in private preview. Your organisation must be part of the preview and the feature toggle must be turned on to use it. More details can be found [here](https://aka.ms/azdo-rm-workload-identity).
57
59
  """
@@ -78,6 +80,8 @@ class ServiceEndpointAzureRMArgs:
78
80
  pulumi.set(__self__, "features", features)
79
81
  if resource_group is not None:
80
82
  pulumi.set(__self__, "resource_group", resource_group)
83
+ if server_url is not None:
84
+ pulumi.set(__self__, "server_url", server_url)
81
85
  if service_endpoint_authentication_scheme is not None:
82
86
  pulumi.set(__self__, "service_endpoint_authentication_scheme", service_endpoint_authentication_scheme)
83
87
 
@@ -85,7 +89,7 @@ class ServiceEndpointAzureRMArgs:
85
89
  @pulumi.getter(name="azurermSpnTenantid")
86
90
  def azurerm_spn_tenantid(self) -> pulumi.Input[str]:
87
91
  """
88
- The Tenant ID if the service principal.
92
+ The Tenant ID of the service principal.
89
93
  """
90
94
  return pulumi.get(self, "azurerm_spn_tenantid")
91
95
 
@@ -178,7 +182,7 @@ class ServiceEndpointAzureRMArgs:
178
182
  @pulumi.getter
179
183
  def credentials(self) -> Optional[pulumi.Input['ServiceEndpointAzureRMCredentialsArgs']]:
180
184
  """
181
- A `credentials` block.
185
+ A `credentials` block as defined below.
182
186
  """
183
187
  return pulumi.get(self, "credentials")
184
188
 
@@ -202,9 +206,7 @@ class ServiceEndpointAzureRMArgs:
202
206
  @pulumi.getter
203
207
  def environment(self) -> Optional[pulumi.Input[str]]:
204
208
  """
205
- The Cloud Environment to use. Defaults to `AzureCloud`. Possible values are `AzureCloud`, `AzureChinaCloud`, `AzureUSGovernment`, and `AzureGermanCloud`. Changing this forces a new resource to be created.
206
-
207
- > **NOTE:** One of either `Subscription` scoped i.e. `azurerm_subscription_id`, `azurerm_subscription_name` or `ManagementGroup` scoped i.e. `azurerm_management_group_id`, `azurerm_management_group_name` values must be specified.
209
+ The Cloud Environment to use. Defaults to `AzureCloud`. Possible values are `AzureCloud`, `AzureChinaCloud`, `AzureUSGovernment`, `AzureGermanCloud` and `AzureStack`. Changing this forces a new resource to be created.
208
210
  """
209
211
  return pulumi.get(self, "environment")
210
212
 
@@ -216,7 +218,7 @@ class ServiceEndpointAzureRMArgs:
216
218
  @pulumi.getter
217
219
  def features(self) -> Optional[pulumi.Input['ServiceEndpointAzureRMFeaturesArgs']]:
218
220
  """
219
- A `features` block.
221
+ A `features` block as defined below.
220
222
  """
221
223
  return pulumi.get(self, "features")
222
224
 
@@ -236,11 +238,25 @@ class ServiceEndpointAzureRMArgs:
236
238
  def resource_group(self, value: Optional[pulumi.Input[str]]):
237
239
  pulumi.set(self, "resource_group", value)
238
240
 
241
+ @property
242
+ @pulumi.getter(name="serverUrl")
243
+ def server_url(self) -> Optional[pulumi.Input[str]]:
244
+ """
245
+ The server URL of the service endpoint. Changing this forces a new resource to be created.
246
+
247
+ > **NOTE:** One of either `Subscription` scoped i.e. `azurerm_subscription_id`, `azurerm_subscription_name` or `ManagementGroup` scoped i.e. `azurerm_management_group_id`, `azurerm_management_group_name` values must be specified.
248
+ """
249
+ return pulumi.get(self, "server_url")
250
+
251
+ @server_url.setter
252
+ def server_url(self, value: Optional[pulumi.Input[str]]):
253
+ pulumi.set(self, "server_url", value)
254
+
239
255
  @property
240
256
  @pulumi.getter(name="serviceEndpointAuthenticationScheme")
241
257
  def service_endpoint_authentication_scheme(self) -> Optional[pulumi.Input[str]]:
242
258
  """
243
- Specifies the type of azurerm endpoint, either `WorkloadIdentityFederation`, `ManagedServiceIdentity` or `ServicePrincipal`. Defaults to `ServicePrincipal` for backwards compatibility.
259
+ Specifies the type of Azure Resource Manager Service Endpoint. Possible values are `WorkloadIdentityFederation`, `ManagedServiceIdentity` or `ServicePrincipal`. Defaults to `ServicePrincipal` for backwards compatibility.
244
260
 
245
261
  > **NOTE:** The `WorkloadIdentityFederation` authentication scheme is currently in private preview. Your organisation must be part of the preview and the feature toggle must be turned on to use it. More details can be found [here](https://aka.ms/azdo-rm-workload-identity).
246
262
  """
@@ -266,6 +282,7 @@ class _ServiceEndpointAzureRMState:
266
282
  features: Optional[pulumi.Input['ServiceEndpointAzureRMFeaturesArgs']] = None,
267
283
  project_id: Optional[pulumi.Input[str]] = None,
268
284
  resource_group: Optional[pulumi.Input[str]] = None,
285
+ server_url: Optional[pulumi.Input[str]] = None,
269
286
  service_endpoint_authentication_scheme: Optional[pulumi.Input[str]] = None,
270
287
  service_endpoint_name: Optional[pulumi.Input[str]] = None,
271
288
  service_principal_id: Optional[pulumi.Input[str]] = None,
@@ -275,18 +292,19 @@ class _ServiceEndpointAzureRMState:
275
292
  Input properties used for looking up and filtering ServiceEndpointAzureRM resources.
276
293
  :param pulumi.Input[str] azurerm_management_group_id: The Management group ID of the Azure targets.
277
294
  :param pulumi.Input[str] azurerm_management_group_name: The Management group Name of the targets.
278
- :param pulumi.Input[str] azurerm_spn_tenantid: The Tenant ID if the service principal.
295
+ :param pulumi.Input[str] azurerm_spn_tenantid: The Tenant ID of the service principal.
279
296
  :param pulumi.Input[str] azurerm_subscription_id: The Subscription ID of the Azure targets.
280
297
  :param pulumi.Input[str] azurerm_subscription_name: The Subscription Name of the targets.
281
- :param pulumi.Input['ServiceEndpointAzureRMCredentialsArgs'] credentials: A `credentials` block.
298
+ :param pulumi.Input['ServiceEndpointAzureRMCredentialsArgs'] credentials: A `credentials` block as defined below.
282
299
  :param pulumi.Input[str] description: Service connection description.
283
- :param pulumi.Input[str] environment: The Cloud Environment to use. Defaults to `AzureCloud`. Possible values are `AzureCloud`, `AzureChinaCloud`, `AzureUSGovernment`, and `AzureGermanCloud`. Changing this forces a new resource to be created.
284
-
285
- > **NOTE:** One of either `Subscription` scoped i.e. `azurerm_subscription_id`, `azurerm_subscription_name` or `ManagementGroup` scoped i.e. `azurerm_management_group_id`, `azurerm_management_group_name` values must be specified.
286
- :param pulumi.Input['ServiceEndpointAzureRMFeaturesArgs'] features: A `features` block.
300
+ :param pulumi.Input[str] environment: The Cloud Environment to use. Defaults to `AzureCloud`. Possible values are `AzureCloud`, `AzureChinaCloud`, `AzureUSGovernment`, `AzureGermanCloud` and `AzureStack`. Changing this forces a new resource to be created.
301
+ :param pulumi.Input['ServiceEndpointAzureRMFeaturesArgs'] features: A `features` block as defined below.
287
302
  :param pulumi.Input[str] project_id: The ID of the project.
288
303
  :param pulumi.Input[str] resource_group: The resource group used for scope of automatic service endpoint.
289
- :param pulumi.Input[str] service_endpoint_authentication_scheme: Specifies the type of azurerm endpoint, either `WorkloadIdentityFederation`, `ManagedServiceIdentity` or `ServicePrincipal`. Defaults to `ServicePrincipal` for backwards compatibility.
304
+ :param pulumi.Input[str] server_url: The server URL of the service endpoint. Changing this forces a new resource to be created.
305
+
306
+ > **NOTE:** One of either `Subscription` scoped i.e. `azurerm_subscription_id`, `azurerm_subscription_name` or `ManagementGroup` scoped i.e. `azurerm_management_group_id`, `azurerm_management_group_name` values must be specified.
307
+ :param pulumi.Input[str] service_endpoint_authentication_scheme: Specifies the type of Azure Resource Manager Service Endpoint. Possible values are `WorkloadIdentityFederation`, `ManagedServiceIdentity` or `ServicePrincipal`. Defaults to `ServicePrincipal` for backwards compatibility.
290
308
 
291
309
  > **NOTE:** The `WorkloadIdentityFederation` authentication scheme is currently in private preview. Your organisation must be part of the preview and the feature toggle must be turned on to use it. More details can be found [here](https://aka.ms/azdo-rm-workload-identity).
292
310
  :param pulumi.Input[str] service_endpoint_name: The Service Endpoint Name.
@@ -318,6 +336,8 @@ class _ServiceEndpointAzureRMState:
318
336
  pulumi.set(__self__, "project_id", project_id)
319
337
  if resource_group is not None:
320
338
  pulumi.set(__self__, "resource_group", resource_group)
339
+ if server_url is not None:
340
+ pulumi.set(__self__, "server_url", server_url)
321
341
  if service_endpoint_authentication_scheme is not None:
322
342
  pulumi.set(__self__, "service_endpoint_authentication_scheme", service_endpoint_authentication_scheme)
323
343
  if service_endpoint_name is not None:
@@ -366,7 +386,7 @@ class _ServiceEndpointAzureRMState:
366
386
  @pulumi.getter(name="azurermSpnTenantid")
367
387
  def azurerm_spn_tenantid(self) -> Optional[pulumi.Input[str]]:
368
388
  """
369
- The Tenant ID if the service principal.
389
+ The Tenant ID of the service principal.
370
390
  """
371
391
  return pulumi.get(self, "azurerm_spn_tenantid")
372
392
 
@@ -402,7 +422,7 @@ class _ServiceEndpointAzureRMState:
402
422
  @pulumi.getter
403
423
  def credentials(self) -> Optional[pulumi.Input['ServiceEndpointAzureRMCredentialsArgs']]:
404
424
  """
405
- A `credentials` block.
425
+ A `credentials` block as defined below.
406
426
  """
407
427
  return pulumi.get(self, "credentials")
408
428
 
@@ -426,9 +446,7 @@ class _ServiceEndpointAzureRMState:
426
446
  @pulumi.getter
427
447
  def environment(self) -> Optional[pulumi.Input[str]]:
428
448
  """
429
- The Cloud Environment to use. Defaults to `AzureCloud`. Possible values are `AzureCloud`, `AzureChinaCloud`, `AzureUSGovernment`, and `AzureGermanCloud`. Changing this forces a new resource to be created.
430
-
431
- > **NOTE:** One of either `Subscription` scoped i.e. `azurerm_subscription_id`, `azurerm_subscription_name` or `ManagementGroup` scoped i.e. `azurerm_management_group_id`, `azurerm_management_group_name` values must be specified.
449
+ The Cloud Environment to use. Defaults to `AzureCloud`. Possible values are `AzureCloud`, `AzureChinaCloud`, `AzureUSGovernment`, `AzureGermanCloud` and `AzureStack`. Changing this forces a new resource to be created.
432
450
  """
433
451
  return pulumi.get(self, "environment")
434
452
 
@@ -440,7 +458,7 @@ class _ServiceEndpointAzureRMState:
440
458
  @pulumi.getter
441
459
  def features(self) -> Optional[pulumi.Input['ServiceEndpointAzureRMFeaturesArgs']]:
442
460
  """
443
- A `features` block.
461
+ A `features` block as defined below.
444
462
  """
445
463
  return pulumi.get(self, "features")
446
464
 
@@ -472,11 +490,25 @@ class _ServiceEndpointAzureRMState:
472
490
  def resource_group(self, value: Optional[pulumi.Input[str]]):
473
491
  pulumi.set(self, "resource_group", value)
474
492
 
493
+ @property
494
+ @pulumi.getter(name="serverUrl")
495
+ def server_url(self) -> Optional[pulumi.Input[str]]:
496
+ """
497
+ The server URL of the service endpoint. Changing this forces a new resource to be created.
498
+
499
+ > **NOTE:** One of either `Subscription` scoped i.e. `azurerm_subscription_id`, `azurerm_subscription_name` or `ManagementGroup` scoped i.e. `azurerm_management_group_id`, `azurerm_management_group_name` values must be specified.
500
+ """
501
+ return pulumi.get(self, "server_url")
502
+
503
+ @server_url.setter
504
+ def server_url(self, value: Optional[pulumi.Input[str]]):
505
+ pulumi.set(self, "server_url", value)
506
+
475
507
  @property
476
508
  @pulumi.getter(name="serviceEndpointAuthenticationScheme")
477
509
  def service_endpoint_authentication_scheme(self) -> Optional[pulumi.Input[str]]:
478
510
  """
479
- Specifies the type of azurerm endpoint, either `WorkloadIdentityFederation`, `ManagedServiceIdentity` or `ServicePrincipal`. Defaults to `ServicePrincipal` for backwards compatibility.
511
+ Specifies the type of Azure Resource Manager Service Endpoint. Possible values are `WorkloadIdentityFederation`, `ManagedServiceIdentity` or `ServicePrincipal`. Defaults to `ServicePrincipal` for backwards compatibility.
480
512
 
481
513
  > **NOTE:** The `WorkloadIdentityFederation` authentication scheme is currently in private preview. Your organisation must be part of the preview and the feature toggle must be turned on to use it. More details can be found [here](https://aka.ms/azdo-rm-workload-identity).
482
514
  """
@@ -552,11 +584,12 @@ class ServiceEndpointAzureRM(pulumi.CustomResource):
552
584
  features: Optional[pulumi.Input[Union['ServiceEndpointAzureRMFeaturesArgs', 'ServiceEndpointAzureRMFeaturesArgsDict']]] = None,
553
585
  project_id: Optional[pulumi.Input[str]] = None,
554
586
  resource_group: Optional[pulumi.Input[str]] = None,
587
+ server_url: Optional[pulumi.Input[str]] = None,
555
588
  service_endpoint_authentication_scheme: Optional[pulumi.Input[str]] = None,
556
589
  service_endpoint_name: Optional[pulumi.Input[str]] = None,
557
590
  __props__=None):
558
591
  """
559
- Manages Manual or Automatic AzureRM service endpoint within Azure DevOps.
592
+ Manages Manual or Automatic Azure Resource Manager service endpoint within Azure DevOps.
560
593
 
561
594
  ## Requirements (Manual AzureRM Service Endpoint)
562
595
 
@@ -725,7 +758,7 @@ class ServiceEndpointAzureRM(pulumi.CustomResource):
725
758
 
726
759
  ## Import
727
760
 
728
- Azure DevOps Service Endpoint Azure Resource Manage can be imported using **projectID/serviceEndpointID** or **projectName/serviceEndpointID**
761
+ Azure DevOps Azure Resource Manager Service Endpoint can be imported using **projectID/serviceEndpointID** or **projectName/serviceEndpointID**
729
762
 
730
763
  ```sh
731
764
  $ pulumi import azuredevops:index/serviceEndpointAzureRM:ServiceEndpointAzureRM example 00000000-0000-0000-0000-000000000000/00000000-0000-0000-0000-000000000000
@@ -735,18 +768,19 @@ class ServiceEndpointAzureRM(pulumi.CustomResource):
735
768
  :param pulumi.ResourceOptions opts: Options for the resource.
736
769
  :param pulumi.Input[str] azurerm_management_group_id: The Management group ID of the Azure targets.
737
770
  :param pulumi.Input[str] azurerm_management_group_name: The Management group Name of the targets.
738
- :param pulumi.Input[str] azurerm_spn_tenantid: The Tenant ID if the service principal.
771
+ :param pulumi.Input[str] azurerm_spn_tenantid: The Tenant ID of the service principal.
739
772
  :param pulumi.Input[str] azurerm_subscription_id: The Subscription ID of the Azure targets.
740
773
  :param pulumi.Input[str] azurerm_subscription_name: The Subscription Name of the targets.
741
- :param pulumi.Input[Union['ServiceEndpointAzureRMCredentialsArgs', 'ServiceEndpointAzureRMCredentialsArgsDict']] credentials: A `credentials` block.
774
+ :param pulumi.Input[Union['ServiceEndpointAzureRMCredentialsArgs', 'ServiceEndpointAzureRMCredentialsArgsDict']] credentials: A `credentials` block as defined below.
742
775
  :param pulumi.Input[str] description: Service connection description.
743
- :param pulumi.Input[str] environment: The Cloud Environment to use. Defaults to `AzureCloud`. Possible values are `AzureCloud`, `AzureChinaCloud`, `AzureUSGovernment`, and `AzureGermanCloud`. Changing this forces a new resource to be created.
744
-
745
- > **NOTE:** One of either `Subscription` scoped i.e. `azurerm_subscription_id`, `azurerm_subscription_name` or `ManagementGroup` scoped i.e. `azurerm_management_group_id`, `azurerm_management_group_name` values must be specified.
746
- :param pulumi.Input[Union['ServiceEndpointAzureRMFeaturesArgs', 'ServiceEndpointAzureRMFeaturesArgsDict']] features: A `features` block.
776
+ :param pulumi.Input[str] environment: The Cloud Environment to use. Defaults to `AzureCloud`. Possible values are `AzureCloud`, `AzureChinaCloud`, `AzureUSGovernment`, `AzureGermanCloud` and `AzureStack`. Changing this forces a new resource to be created.
777
+ :param pulumi.Input[Union['ServiceEndpointAzureRMFeaturesArgs', 'ServiceEndpointAzureRMFeaturesArgsDict']] features: A `features` block as defined below.
747
778
  :param pulumi.Input[str] project_id: The ID of the project.
748
779
  :param pulumi.Input[str] resource_group: The resource group used for scope of automatic service endpoint.
749
- :param pulumi.Input[str] service_endpoint_authentication_scheme: Specifies the type of azurerm endpoint, either `WorkloadIdentityFederation`, `ManagedServiceIdentity` or `ServicePrincipal`. Defaults to `ServicePrincipal` for backwards compatibility.
780
+ :param pulumi.Input[str] server_url: The server URL of the service endpoint. Changing this forces a new resource to be created.
781
+
782
+ > **NOTE:** One of either `Subscription` scoped i.e. `azurerm_subscription_id`, `azurerm_subscription_name` or `ManagementGroup` scoped i.e. `azurerm_management_group_id`, `azurerm_management_group_name` values must be specified.
783
+ :param pulumi.Input[str] service_endpoint_authentication_scheme: Specifies the type of Azure Resource Manager Service Endpoint. Possible values are `WorkloadIdentityFederation`, `ManagedServiceIdentity` or `ServicePrincipal`. Defaults to `ServicePrincipal` for backwards compatibility.
750
784
 
751
785
  > **NOTE:** The `WorkloadIdentityFederation` authentication scheme is currently in private preview. Your organisation must be part of the preview and the feature toggle must be turned on to use it. More details can be found [here](https://aka.ms/azdo-rm-workload-identity).
752
786
  :param pulumi.Input[str] service_endpoint_name: The Service Endpoint Name.
@@ -758,7 +792,7 @@ class ServiceEndpointAzureRM(pulumi.CustomResource):
758
792
  args: ServiceEndpointAzureRMArgs,
759
793
  opts: Optional[pulumi.ResourceOptions] = None):
760
794
  """
761
- Manages Manual or Automatic AzureRM service endpoint within Azure DevOps.
795
+ Manages Manual or Automatic Azure Resource Manager service endpoint within Azure DevOps.
762
796
 
763
797
  ## Requirements (Manual AzureRM Service Endpoint)
764
798
 
@@ -927,7 +961,7 @@ class ServiceEndpointAzureRM(pulumi.CustomResource):
927
961
 
928
962
  ## Import
929
963
 
930
- Azure DevOps Service Endpoint Azure Resource Manage can be imported using **projectID/serviceEndpointID** or **projectName/serviceEndpointID**
964
+ Azure DevOps Azure Resource Manager Service Endpoint can be imported using **projectID/serviceEndpointID** or **projectName/serviceEndpointID**
931
965
 
932
966
  ```sh
933
967
  $ pulumi import azuredevops:index/serviceEndpointAzureRM:ServiceEndpointAzureRM example 00000000-0000-0000-0000-000000000000/00000000-0000-0000-0000-000000000000
@@ -960,6 +994,7 @@ class ServiceEndpointAzureRM(pulumi.CustomResource):
960
994
  features: Optional[pulumi.Input[Union['ServiceEndpointAzureRMFeaturesArgs', 'ServiceEndpointAzureRMFeaturesArgsDict']]] = None,
961
995
  project_id: Optional[pulumi.Input[str]] = None,
962
996
  resource_group: Optional[pulumi.Input[str]] = None,
997
+ server_url: Optional[pulumi.Input[str]] = None,
963
998
  service_endpoint_authentication_scheme: Optional[pulumi.Input[str]] = None,
964
999
  service_endpoint_name: Optional[pulumi.Input[str]] = None,
965
1000
  __props__=None):
@@ -987,6 +1022,7 @@ class ServiceEndpointAzureRM(pulumi.CustomResource):
987
1022
  raise TypeError("Missing required property 'project_id'")
988
1023
  __props__.__dict__["project_id"] = project_id
989
1024
  __props__.__dict__["resource_group"] = resource_group
1025
+ __props__.__dict__["server_url"] = server_url
990
1026
  __props__.__dict__["service_endpoint_authentication_scheme"] = service_endpoint_authentication_scheme
991
1027
  if service_endpoint_name is None and not opts.urn:
992
1028
  raise TypeError("Missing required property 'service_endpoint_name'")
@@ -1016,6 +1052,7 @@ class ServiceEndpointAzureRM(pulumi.CustomResource):
1016
1052
  features: Optional[pulumi.Input[Union['ServiceEndpointAzureRMFeaturesArgs', 'ServiceEndpointAzureRMFeaturesArgsDict']]] = None,
1017
1053
  project_id: Optional[pulumi.Input[str]] = None,
1018
1054
  resource_group: Optional[pulumi.Input[str]] = None,
1055
+ server_url: Optional[pulumi.Input[str]] = None,
1019
1056
  service_endpoint_authentication_scheme: Optional[pulumi.Input[str]] = None,
1020
1057
  service_endpoint_name: Optional[pulumi.Input[str]] = None,
1021
1058
  service_principal_id: Optional[pulumi.Input[str]] = None,
@@ -1030,18 +1067,19 @@ class ServiceEndpointAzureRM(pulumi.CustomResource):
1030
1067
  :param pulumi.ResourceOptions opts: Options for the resource.
1031
1068
  :param pulumi.Input[str] azurerm_management_group_id: The Management group ID of the Azure targets.
1032
1069
  :param pulumi.Input[str] azurerm_management_group_name: The Management group Name of the targets.
1033
- :param pulumi.Input[str] azurerm_spn_tenantid: The Tenant ID if the service principal.
1070
+ :param pulumi.Input[str] azurerm_spn_tenantid: The Tenant ID of the service principal.
1034
1071
  :param pulumi.Input[str] azurerm_subscription_id: The Subscription ID of the Azure targets.
1035
1072
  :param pulumi.Input[str] azurerm_subscription_name: The Subscription Name of the targets.
1036
- :param pulumi.Input[Union['ServiceEndpointAzureRMCredentialsArgs', 'ServiceEndpointAzureRMCredentialsArgsDict']] credentials: A `credentials` block.
1073
+ :param pulumi.Input[Union['ServiceEndpointAzureRMCredentialsArgs', 'ServiceEndpointAzureRMCredentialsArgsDict']] credentials: A `credentials` block as defined below.
1037
1074
  :param pulumi.Input[str] description: Service connection description.
1038
- :param pulumi.Input[str] environment: The Cloud Environment to use. Defaults to `AzureCloud`. Possible values are `AzureCloud`, `AzureChinaCloud`, `AzureUSGovernment`, and `AzureGermanCloud`. Changing this forces a new resource to be created.
1039
-
1040
- > **NOTE:** One of either `Subscription` scoped i.e. `azurerm_subscription_id`, `azurerm_subscription_name` or `ManagementGroup` scoped i.e. `azurerm_management_group_id`, `azurerm_management_group_name` values must be specified.
1041
- :param pulumi.Input[Union['ServiceEndpointAzureRMFeaturesArgs', 'ServiceEndpointAzureRMFeaturesArgsDict']] features: A `features` block.
1075
+ :param pulumi.Input[str] environment: The Cloud Environment to use. Defaults to `AzureCloud`. Possible values are `AzureCloud`, `AzureChinaCloud`, `AzureUSGovernment`, `AzureGermanCloud` and `AzureStack`. Changing this forces a new resource to be created.
1076
+ :param pulumi.Input[Union['ServiceEndpointAzureRMFeaturesArgs', 'ServiceEndpointAzureRMFeaturesArgsDict']] features: A `features` block as defined below.
1042
1077
  :param pulumi.Input[str] project_id: The ID of the project.
1043
1078
  :param pulumi.Input[str] resource_group: The resource group used for scope of automatic service endpoint.
1044
- :param pulumi.Input[str] service_endpoint_authentication_scheme: Specifies the type of azurerm endpoint, either `WorkloadIdentityFederation`, `ManagedServiceIdentity` or `ServicePrincipal`. Defaults to `ServicePrincipal` for backwards compatibility.
1079
+ :param pulumi.Input[str] server_url: The server URL of the service endpoint. Changing this forces a new resource to be created.
1080
+
1081
+ > **NOTE:** One of either `Subscription` scoped i.e. `azurerm_subscription_id`, `azurerm_subscription_name` or `ManagementGroup` scoped i.e. `azurerm_management_group_id`, `azurerm_management_group_name` values must be specified.
1082
+ :param pulumi.Input[str] service_endpoint_authentication_scheme: Specifies the type of Azure Resource Manager Service Endpoint. Possible values are `WorkloadIdentityFederation`, `ManagedServiceIdentity` or `ServicePrincipal`. Defaults to `ServicePrincipal` for backwards compatibility.
1045
1083
 
1046
1084
  > **NOTE:** The `WorkloadIdentityFederation` authentication scheme is currently in private preview. Your organisation must be part of the preview and the feature toggle must be turned on to use it. More details can be found [here](https://aka.ms/azdo-rm-workload-identity).
1047
1085
  :param pulumi.Input[str] service_endpoint_name: The Service Endpoint Name.
@@ -1065,6 +1103,7 @@ class ServiceEndpointAzureRM(pulumi.CustomResource):
1065
1103
  __props__.__dict__["features"] = features
1066
1104
  __props__.__dict__["project_id"] = project_id
1067
1105
  __props__.__dict__["resource_group"] = resource_group
1106
+ __props__.__dict__["server_url"] = server_url
1068
1107
  __props__.__dict__["service_endpoint_authentication_scheme"] = service_endpoint_authentication_scheme
1069
1108
  __props__.__dict__["service_endpoint_name"] = service_endpoint_name
1070
1109
  __props__.__dict__["service_principal_id"] = service_principal_id
@@ -1097,7 +1136,7 @@ class ServiceEndpointAzureRM(pulumi.CustomResource):
1097
1136
  @pulumi.getter(name="azurermSpnTenantid")
1098
1137
  def azurerm_spn_tenantid(self) -> pulumi.Output[str]:
1099
1138
  """
1100
- The Tenant ID if the service principal.
1139
+ The Tenant ID of the service principal.
1101
1140
  """
1102
1141
  return pulumi.get(self, "azurerm_spn_tenantid")
1103
1142
 
@@ -1121,7 +1160,7 @@ class ServiceEndpointAzureRM(pulumi.CustomResource):
1121
1160
  @pulumi.getter
1122
1161
  def credentials(self) -> pulumi.Output[Optional['outputs.ServiceEndpointAzureRMCredentials']]:
1123
1162
  """
1124
- A `credentials` block.
1163
+ A `credentials` block as defined below.
1125
1164
  """
1126
1165
  return pulumi.get(self, "credentials")
1127
1166
 
@@ -1137,9 +1176,7 @@ class ServiceEndpointAzureRM(pulumi.CustomResource):
1137
1176
  @pulumi.getter
1138
1177
  def environment(self) -> pulumi.Output[Optional[str]]:
1139
1178
  """
1140
- The Cloud Environment to use. Defaults to `AzureCloud`. Possible values are `AzureCloud`, `AzureChinaCloud`, `AzureUSGovernment`, and `AzureGermanCloud`. Changing this forces a new resource to be created.
1141
-
1142
- > **NOTE:** One of either `Subscription` scoped i.e. `azurerm_subscription_id`, `azurerm_subscription_name` or `ManagementGroup` scoped i.e. `azurerm_management_group_id`, `azurerm_management_group_name` values must be specified.
1179
+ The Cloud Environment to use. Defaults to `AzureCloud`. Possible values are `AzureCloud`, `AzureChinaCloud`, `AzureUSGovernment`, `AzureGermanCloud` and `AzureStack`. Changing this forces a new resource to be created.
1143
1180
  """
1144
1181
  return pulumi.get(self, "environment")
1145
1182
 
@@ -1147,7 +1184,7 @@ class ServiceEndpointAzureRM(pulumi.CustomResource):
1147
1184
  @pulumi.getter
1148
1185
  def features(self) -> pulumi.Output[Optional['outputs.ServiceEndpointAzureRMFeatures']]:
1149
1186
  """
1150
- A `features` block.
1187
+ A `features` block as defined below.
1151
1188
  """
1152
1189
  return pulumi.get(self, "features")
1153
1190
 
@@ -1167,11 +1204,21 @@ class ServiceEndpointAzureRM(pulumi.CustomResource):
1167
1204
  """
1168
1205
  return pulumi.get(self, "resource_group")
1169
1206
 
1207
+ @property
1208
+ @pulumi.getter(name="serverUrl")
1209
+ def server_url(self) -> pulumi.Output[str]:
1210
+ """
1211
+ The server URL of the service endpoint. Changing this forces a new resource to be created.
1212
+
1213
+ > **NOTE:** One of either `Subscription` scoped i.e. `azurerm_subscription_id`, `azurerm_subscription_name` or `ManagementGroup` scoped i.e. `azurerm_management_group_id`, `azurerm_management_group_name` values must be specified.
1214
+ """
1215
+ return pulumi.get(self, "server_url")
1216
+
1170
1217
  @property
1171
1218
  @pulumi.getter(name="serviceEndpointAuthenticationScheme")
1172
1219
  def service_endpoint_authentication_scheme(self) -> pulumi.Output[Optional[str]]:
1173
1220
  """
1174
- Specifies the type of azurerm endpoint, either `WorkloadIdentityFederation`, `ManagedServiceIdentity` or `ServicePrincipal`. Defaults to `ServicePrincipal` for backwards compatibility.
1221
+ Specifies the type of Azure Resource Manager Service Endpoint. Possible values are `WorkloadIdentityFederation`, `ManagedServiceIdentity` or `ServicePrincipal`. Defaults to `ServicePrincipal` for backwards compatibility.
1175
1222
 
1176
1223
  > **NOTE:** The `WorkloadIdentityFederation` authentication scheme is currently in private preview. Your organisation must be part of the preview and the feature toggle must be turned on to use it. More details can be found [here](https://aka.ms/azdo-rm-workload-identity).
1177
1224
  """
@@ -241,11 +241,11 @@ class ServiceEndpointBitBucket(pulumi.CustomResource):
241
241
 
242
242
  ## Relevant Links
243
243
 
244
- - [Azure DevOps Service REST API 7.0 - Agent Pools](https://docs.microsoft.com/en-us/rest/api/azure/devops/serviceendpoint/endpoints?view=azure-devops-rest-7.0)
244
+ - [Azure DevOps Service REST API 7.0 - Endpoints](https://docs.microsoft.com/en-us/rest/api/azure/devops/serviceendpoint/endpoints?view=azure-devops-rest-7.0)
245
245
 
246
246
  ## Import
247
247
 
248
- Azure DevOps Service Endpoint Bitbucket can be imported using **projectID/serviceEndpointID** or **projectName/serviceEndpointID**
248
+ Azure DevOps Bitbucket Service Endpoint can be imported using **projectID/serviceEndpointID** or **projectName/serviceEndpointID**
249
249
 
250
250
  ```sh
251
251
  $ pulumi import azuredevops:index/serviceEndpointBitBucket:ServiceEndpointBitBucket example 00000000-0000-0000-0000-000000000000/00000000-0000-0000-0000-000000000000
@@ -289,11 +289,11 @@ class ServiceEndpointBitBucket(pulumi.CustomResource):
289
289
 
290
290
  ## Relevant Links
291
291
 
292
- - [Azure DevOps Service REST API 7.0 - Agent Pools](https://docs.microsoft.com/en-us/rest/api/azure/devops/serviceendpoint/endpoints?view=azure-devops-rest-7.0)
292
+ - [Azure DevOps Service REST API 7.0 - Endpoints](https://docs.microsoft.com/en-us/rest/api/azure/devops/serviceendpoint/endpoints?view=azure-devops-rest-7.0)
293
293
 
294
294
  ## Import
295
295
 
296
- Azure DevOps Service Endpoint Bitbucket can be imported using **projectID/serviceEndpointID** or **projectName/serviceEndpointID**
296
+ Azure DevOps Bitbucket Service Endpoint can be imported using **projectID/serviceEndpointID** or **projectName/serviceEndpointID**
297
297
 
298
298
  ```sh
299
299
  $ pulumi import azuredevops:index/serviceEndpointBitBucket:ServiceEndpointBitBucket example 00000000-0000-0000-0000-000000000000/00000000-0000-0000-0000-000000000000
@@ -355,7 +355,7 @@ class ServiceEndpointDockerRegistry(pulumi.CustomResource):
355
355
 
356
356
  ## Import
357
357
 
358
- Azure DevOps Service Endpoint Docker Registry can be imported using **projectID/serviceEndpointID** or **projectName/serviceEndpointID**
358
+ Azure DevOps Docker Registry Service Endpoint can be imported using **projectID/serviceEndpointID** or **projectName/serviceEndpointID**
359
359
 
360
360
  ```sh
361
361
  $ pulumi import azuredevops:index/serviceEndpointDockerRegistry:ServiceEndpointDockerRegistry example 00000000-0000-0000-0000-000000000000/00000000-0000-0000-0000-000000000000
@@ -417,7 +417,7 @@ class ServiceEndpointDockerRegistry(pulumi.CustomResource):
417
417
 
418
418
  ## Import
419
419
 
420
- Azure DevOps Service Endpoint Docker Registry can be imported using **projectID/serviceEndpointID** or **projectName/serviceEndpointID**
420
+ Azure DevOps Docker Registry Service Endpoint can be imported using **projectID/serviceEndpointID** or **projectName/serviceEndpointID**
421
421
 
422
422
  ```sh
423
423
  $ pulumi import azuredevops:index/serviceEndpointDockerRegistry:ServiceEndpointDockerRegistry example 00000000-0000-0000-0000-000000000000/00000000-0000-0000-0000-000000000000
@@ -281,9 +281,7 @@ class ServiceEndpointGeneric(pulumi.CustomResource):
281
281
 
282
282
  ## Import
283
283
 
284
- Azure DevOps Service Endpoint Generic can be imported using **projectID/serviceEndpointID** or
285
-
286
- **projectName/serviceEndpointID**
284
+ Azure DevOps Generic Service Endpoint can be imported using **projectID/serviceEndpointID** or **projectName/serviceEndpointID**
287
285
 
288
286
  ```sh
289
287
  $ pulumi import azuredevops:index/serviceEndpointGeneric:ServiceEndpointGeneric example 00000000-0000-0000-0000-000000000000/00000000-0000-0000-0000-000000000000
@@ -334,9 +332,7 @@ class ServiceEndpointGeneric(pulumi.CustomResource):
334
332
 
335
333
  ## Import
336
334
 
337
- Azure DevOps Service Endpoint Generic can be imported using **projectID/serviceEndpointID** or
338
-
339
- **projectName/serviceEndpointID**
335
+ Azure DevOps Generic Service Endpoint can be imported using **projectID/serviceEndpointID** or **projectName/serviceEndpointID**
340
336
 
341
337
  ```sh
342
338
  $ pulumi import azuredevops:index/serviceEndpointGeneric:ServiceEndpointGeneric example 00000000-0000-0000-0000-000000000000/00000000-0000-0000-0000-000000000000
@@ -292,7 +292,7 @@ class ServiceEndpointGenericGit(pulumi.CustomResource):
292
292
  username: Optional[pulumi.Input[str]] = None,
293
293
  __props__=None):
294
294
  """
295
- Manages a generic service endpoint within Azure DevOps, which can be used to authenticate to any external git service
295
+ Manages an Other Git service endpoint within Azure DevOps, which can be used to authenticate to any external git service
296
296
  using basic authentication via a username and password. This is mostly useful for importing private git repositories.
297
297
 
298
298
  ## Example Usage
@@ -322,9 +322,7 @@ class ServiceEndpointGenericGit(pulumi.CustomResource):
322
322
 
323
323
  ## Import
324
324
 
325
- Azure DevOps Service Endpoint Generic Git can be imported using **projectID/serviceEndpointID** or
326
-
327
- **projectName/serviceEndpointID**
325
+ Azure DevOps Other Git Service Endpoint can be imported using **projectID/serviceEndpointID** or **projectName/serviceEndpointID**
328
326
 
329
327
  ```sh
330
328
  $ pulumi import azuredevops:index/serviceEndpointGenericGit:ServiceEndpointGenericGit example 00000000-0000-0000-0000-000000000000/00000000-0000-0000-0000-000000000000
@@ -348,7 +346,7 @@ class ServiceEndpointGenericGit(pulumi.CustomResource):
348
346
  args: ServiceEndpointGenericGitArgs,
349
347
  opts: Optional[pulumi.ResourceOptions] = None):
350
348
  """
351
- Manages a generic service endpoint within Azure DevOps, which can be used to authenticate to any external git service
349
+ Manages an Other Git service endpoint within Azure DevOps, which can be used to authenticate to any external git service
352
350
  using basic authentication via a username and password. This is mostly useful for importing private git repositories.
353
351
 
354
352
  ## Example Usage
@@ -378,9 +376,7 @@ class ServiceEndpointGenericGit(pulumi.CustomResource):
378
376
 
379
377
  ## Import
380
378
 
381
- Azure DevOps Service Endpoint Generic Git can be imported using **projectID/serviceEndpointID** or
382
-
383
- **projectName/serviceEndpointID**
379
+ Azure DevOps Other Git Service Endpoint can be imported using **projectID/serviceEndpointID** or **projectName/serviceEndpointID**
384
380
 
385
381
  ```sh
386
382
  $ pulumi import azuredevops:index/serviceEndpointGenericGit:ServiceEndpointGenericGit example 00000000-0000-0000-0000-000000000000/00000000-0000-0000-0000-000000000000
@@ -31,6 +31,7 @@ class ServiceEndpointGitHubArgs:
31
31
  The set of arguments for constructing a ServiceEndpointGitHub resource.
32
32
  :param pulumi.Input[str] project_id: The ID of the project.
33
33
  :param pulumi.Input[str] service_endpoint_name: The Service Endpoint name.
34
+ :param pulumi.Input['ServiceEndpointGitHubAuthOauthArgs'] auth_oauth: An `auth_oauth` block as documented below. Allows connecting using an Oauth token.
34
35
  :param pulumi.Input['ServiceEndpointGitHubAuthPersonalArgs'] auth_personal: An `auth_personal` block as documented below. Allows connecting using a personal access token.
35
36
  """
36
37
  pulumi.set(__self__, "project_id", project_id)
@@ -71,6 +72,9 @@ class ServiceEndpointGitHubArgs:
71
72
  @property
72
73
  @pulumi.getter(name="authOauth")
73
74
  def auth_oauth(self) -> Optional[pulumi.Input['ServiceEndpointGitHubAuthOauthArgs']]:
75
+ """
76
+ An `auth_oauth` block as documented below. Allows connecting using an Oauth token.
77
+ """
74
78
  return pulumi.get(self, "auth_oauth")
75
79
 
76
80
  @auth_oauth.setter
@@ -119,6 +123,7 @@ class _ServiceEndpointGitHubState:
119
123
  service_endpoint_name: Optional[pulumi.Input[str]] = None):
120
124
  """
121
125
  Input properties used for looking up and filtering ServiceEndpointGitHub resources.
126
+ :param pulumi.Input['ServiceEndpointGitHubAuthOauthArgs'] auth_oauth: An `auth_oauth` block as documented below. Allows connecting using an Oauth token.
122
127
  :param pulumi.Input['ServiceEndpointGitHubAuthPersonalArgs'] auth_personal: An `auth_personal` block as documented below. Allows connecting using a personal access token.
123
128
  :param pulumi.Input[str] project_id: The ID of the project.
124
129
  :param pulumi.Input[str] service_endpoint_name: The Service Endpoint name.
@@ -139,6 +144,9 @@ class _ServiceEndpointGitHubState:
139
144
  @property
140
145
  @pulumi.getter(name="authOauth")
141
146
  def auth_oauth(self) -> Optional[pulumi.Input['ServiceEndpointGitHubAuthOauthArgs']]:
147
+ """
148
+ An `auth_oauth` block as documented below. Allows connecting using an Oauth token.
149
+ """
142
150
  return pulumi.get(self, "auth_oauth")
143
151
 
144
152
  @auth_oauth.setter
@@ -275,7 +283,7 @@ class ServiceEndpointGitHub(pulumi.CustomResource):
275
283
 
276
284
  ## Import
277
285
 
278
- Azure DevOps Service Endpoint GitHub can be imported using **projectID/serviceEndpointID** or **projectName/serviceEndpointID**
286
+ Azure DevOps GitHub Service Endpoint can be imported using **projectID/serviceEndpointID** or **projectName/serviceEndpointID**
279
287
 
280
288
  ```sh
281
289
  $ pulumi import azuredevops:index/serviceEndpointGitHub:ServiceEndpointGitHub example 00000000-0000-0000-0000-000000000000/00000000-0000-0000-0000-000000000000
@@ -283,6 +291,7 @@ class ServiceEndpointGitHub(pulumi.CustomResource):
283
291
 
284
292
  :param str resource_name: The name of the resource.
285
293
  :param pulumi.ResourceOptions opts: Options for the resource.
294
+ :param pulumi.Input[Union['ServiceEndpointGitHubAuthOauthArgs', 'ServiceEndpointGitHubAuthOauthArgsDict']] auth_oauth: An `auth_oauth` block as documented below. Allows connecting using an Oauth token.
286
295
  :param pulumi.Input[Union['ServiceEndpointGitHubAuthPersonalArgs', 'ServiceEndpointGitHubAuthPersonalArgsDict']] auth_personal: An `auth_personal` block as documented below. Allows connecting using a personal access token.
287
296
  :param pulumi.Input[str] project_id: The ID of the project.
288
297
  :param pulumi.Input[str] service_endpoint_name: The Service Endpoint name.
@@ -356,7 +365,7 @@ class ServiceEndpointGitHub(pulumi.CustomResource):
356
365
 
357
366
  ## Import
358
367
 
359
- Azure DevOps Service Endpoint GitHub can be imported using **projectID/serviceEndpointID** or **projectName/serviceEndpointID**
368
+ Azure DevOps GitHub Service Endpoint can be imported using **projectID/serviceEndpointID** or **projectName/serviceEndpointID**
360
369
 
361
370
  ```sh
362
371
  $ pulumi import azuredevops:index/serviceEndpointGitHub:ServiceEndpointGitHub example 00000000-0000-0000-0000-000000000000/00000000-0000-0000-0000-000000000000
@@ -425,6 +434,7 @@ class ServiceEndpointGitHub(pulumi.CustomResource):
425
434
  :param str resource_name: The unique name of the resulting resource.
426
435
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
427
436
  :param pulumi.ResourceOptions opts: Options for the resource.
437
+ :param pulumi.Input[Union['ServiceEndpointGitHubAuthOauthArgs', 'ServiceEndpointGitHubAuthOauthArgsDict']] auth_oauth: An `auth_oauth` block as documented below. Allows connecting using an Oauth token.
428
438
  :param pulumi.Input[Union['ServiceEndpointGitHubAuthPersonalArgs', 'ServiceEndpointGitHubAuthPersonalArgsDict']] auth_personal: An `auth_personal` block as documented below. Allows connecting using a personal access token.
429
439
  :param pulumi.Input[str] project_id: The ID of the project.
430
440
  :param pulumi.Input[str] service_endpoint_name: The Service Endpoint name.
@@ -444,6 +454,9 @@ class ServiceEndpointGitHub(pulumi.CustomResource):
444
454
  @property
445
455
  @pulumi.getter(name="authOauth")
446
456
  def auth_oauth(self) -> pulumi.Output[Optional['outputs.ServiceEndpointGitHubAuthOauth']]:
457
+ """
458
+ An `auth_oauth` block as documented below. Allows connecting using an Oauth token.
459
+ """
447
460
  return pulumi.get(self, "auth_oauth")
448
461
 
449
462
  @property