pulumi-azuredevops 3.9.0a1745292941__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.
- pulumi_azuredevops/__init__.py +10 -0
- pulumi_azuredevops/_inputs.py +54 -0
- pulumi_azuredevops/area_permissions.py +1 -0
- pulumi_azuredevops/branch_policy_auto_reviewers.py +1 -0
- pulumi_azuredevops/branch_policy_build_validation.py +1 -0
- pulumi_azuredevops/branch_policy_comment_resolution.py +1 -0
- pulumi_azuredevops/branch_policy_merge_types.py +1 -0
- pulumi_azuredevops/branch_policy_min_reviewers.py +1 -0
- pulumi_azuredevops/branch_policy_status_check.py +1 -0
- pulumi_azuredevops/branch_policy_work_item_linking.py +1 -0
- pulumi_azuredevops/build_definition.py +1 -0
- pulumi_azuredevops/build_definition_permissions.py +1 -0
- pulumi_azuredevops/build_folder.py +1 -0
- pulumi_azuredevops/build_folder_permissions.py +1 -0
- pulumi_azuredevops/check_approval.py +1 -0
- pulumi_azuredevops/check_branch_control.py +1 -0
- pulumi_azuredevops/check_business_hours.py +1 -0
- pulumi_azuredevops/check_exclusive_lock.py +1 -0
- pulumi_azuredevops/check_required_template.py +1 -0
- pulumi_azuredevops/check_rest_api.py +1 -0
- pulumi_azuredevops/dashboard.py +1 -0
- pulumi_azuredevops/elastic_pool.py +1 -0
- pulumi_azuredevops/environment.py +1 -0
- pulumi_azuredevops/environment_resource_kubernetes.py +1 -0
- pulumi_azuredevops/extension.py +1 -0
- pulumi_azuredevops/feed.py +1 -0
- pulumi_azuredevops/feed_permission.py +1 -0
- pulumi_azuredevops/feed_retention_policy.py +1 -0
- pulumi_azuredevops/get_group.py +1 -1
- pulumi_azuredevops/get_serviceendpoint_dockerregistry.py +282 -0
- pulumi_azuredevops/git.py +1 -0
- pulumi_azuredevops/git_permissions.py +22 -0
- pulumi_azuredevops/git_repository_branch.py +1 -0
- pulumi_azuredevops/git_repository_file.py +1 -0
- pulumi_azuredevops/group.py +1 -0
- pulumi_azuredevops/group_entitlement.py +1 -0
- pulumi_azuredevops/group_membership.py +1 -0
- pulumi_azuredevops/iterative_permissions.py +1 -0
- pulumi_azuredevops/library_permissions.py +1 -0
- pulumi_azuredevops/outputs.py +34 -2
- pulumi_azuredevops/pipeline_authorization.py +1 -0
- pulumi_azuredevops/pool.py +1 -0
- pulumi_azuredevops/project.py +1 -0
- pulumi_azuredevops/project_features.py +1 -0
- pulumi_azuredevops/project_permissions.py +1 -0
- pulumi_azuredevops/project_pipeline_settings.py +1 -0
- pulumi_azuredevops/project_tags.py +1 -0
- pulumi_azuredevops/provider.py +21 -0
- pulumi_azuredevops/pulumi-plugin.json +1 -1
- pulumi_azuredevops/queue.py +1 -0
- pulumi_azuredevops/repository_policy_author_email_pattern.py +1 -0
- pulumi_azuredevops/repository_policy_case_enforcement.py +1 -0
- pulumi_azuredevops/repository_policy_check_credentials.py +1 -0
- pulumi_azuredevops/repository_policy_file_path_pattern.py +1 -0
- pulumi_azuredevops/repository_policy_max_file_size.py +1 -0
- pulumi_azuredevops/repository_policy_max_path_length.py +1 -0
- pulumi_azuredevops/repository_policy_reserved_names.py +1 -0
- pulumi_azuredevops/resource_authorization.py +1 -0
- pulumi_azuredevops/securityrole_assignment.py +1 -0
- pulumi_azuredevops/service_endpoint_artifactory.py +1 -0
- pulumi_azuredevops/service_endpoint_aws.py +1 -0
- pulumi_azuredevops/service_endpoint_azure_dev_ops.py +1 -0
- pulumi_azuredevops/service_endpoint_azure_ecr.py +1 -0
- pulumi_azuredevops/service_endpoint_azure_rm.py +1 -0
- pulumi_azuredevops/service_endpoint_bit_bucket.py +1 -0
- pulumi_azuredevops/service_endpoint_docker_registry.py +1 -0
- pulumi_azuredevops/service_endpoint_generic.py +1 -0
- pulumi_azuredevops/service_endpoint_generic_git.py +1 -0
- pulumi_azuredevops/service_endpoint_git_hub.py +1 -0
- pulumi_azuredevops/service_endpoint_git_hub_enterprise.py +1 -0
- pulumi_azuredevops/service_endpoint_git_lab.py +1 -0
- pulumi_azuredevops/service_endpoint_kubernetes.py +1 -0
- pulumi_azuredevops/service_endpoint_npm.py +1 -0
- pulumi_azuredevops/service_endpoint_pipeline.py +1 -0
- pulumi_azuredevops/service_endpoint_service_fabric.py +1 -0
- pulumi_azuredevops/service_endpoint_sonar_cloud.py +1 -0
- pulumi_azuredevops/service_endpoint_sonar_qube.py +1 -0
- pulumi_azuredevops/service_endpoint_ssh.py +1 -0
- pulumi_azuredevops/service_principal_entitlement.py +1 -0
- pulumi_azuredevops/serviceendpoint_argocd.py +1 -0
- pulumi_azuredevops/serviceendpoint_azure_service_bus.py +1 -0
- pulumi_azuredevops/serviceendpoint_black_duck.py +417 -0
- pulumi_azuredevops/serviceendpoint_checkmarx_one.py +1 -0
- pulumi_azuredevops/serviceendpoint_checkmarx_sast.py +1 -0
- pulumi_azuredevops/serviceendpoint_checkmarx_sca.py +1 -0
- pulumi_azuredevops/serviceendpoint_dynamics_lifecycle_services.py +1 -0
- pulumi_azuredevops/serviceendpoint_externaltfs.py +1 -0
- pulumi_azuredevops/serviceendpoint_gcp_terraform.py +8 -7
- pulumi_azuredevops/serviceendpoint_incomingwebhook.py +1 -0
- pulumi_azuredevops/serviceendpoint_jenkins.py +1 -0
- pulumi_azuredevops/serviceendpoint_jfrog_artifactory_v2.py +1 -0
- pulumi_azuredevops/serviceendpoint_jfrog_distribution_v2.py +1 -0
- pulumi_azuredevops/serviceendpoint_jfrog_platform_v2.py +1 -0
- pulumi_azuredevops/serviceendpoint_jfrog_xray_v2.py +1 -0
- pulumi_azuredevops/serviceendpoint_maven.py +1 -0
- pulumi_azuredevops/serviceendpoint_nexus.py +1 -0
- pulumi_azuredevops/serviceendpoint_nuget.py +1 -0
- pulumi_azuredevops/serviceendpoint_octopusdeploy.py +1 -0
- pulumi_azuredevops/serviceendpoint_openshift.py +1 -0
- pulumi_azuredevops/serviceendpoint_permissions.py +1 -0
- pulumi_azuredevops/serviceendpoint_snyk.py +1 -0
- pulumi_azuredevops/serviceendpoint_visualstudiomarketplace.py +1 -0
- pulumi_azuredevops/servicehook_permissions.py +1 -0
- pulumi_azuredevops/servicehook_storage_queue_pipelines.py +1 -0
- pulumi_azuredevops/tagging_permissions.py +1 -0
- pulumi_azuredevops/team.py +1 -0
- pulumi_azuredevops/team_administrators.py +1 -0
- pulumi_azuredevops/team_members.py +1 -0
- pulumi_azuredevops/user.py +1 -0
- pulumi_azuredevops/variable_group.py +1 -0
- pulumi_azuredevops/variable_group_permissions.py +1 -0
- pulumi_azuredevops/wiki.py +1 -0
- pulumi_azuredevops/wiki_page.py +1 -0
- pulumi_azuredevops/work_item_query_permissions.py +1 -0
- pulumi_azuredevops/workitem.py +166 -4
- {pulumi_azuredevops-3.9.0a1745292941.dist-info → pulumi_azuredevops-3.10.0.dist-info}/METADATA +3 -3
- pulumi_azuredevops-3.10.0.dist-info/RECORD +158 -0
- {pulumi_azuredevops-3.9.0a1745292941.dist-info → pulumi_azuredevops-3.10.0.dist-info}/WHEEL +1 -1
- pulumi_azuredevops-3.9.0a1745292941.dist-info/RECORD +0 -156
- {pulumi_azuredevops-3.9.0a1745292941.dist-info → pulumi_azuredevops-3.10.0.dist-info}/top_level.txt +0 -0
@@ -49,6 +49,9 @@ class GitPermissionsArgs:
|
|
49
49
|
| PullRequestContribute | Contribute to pull requests |
|
50
50
|
| PullRequestBypassPolicy | Bypass policies when completing pull requests |
|
51
51
|
:param pulumi.Input[builtins.str] principal: The **group** principal to assign the permissions.
|
52
|
+
|
53
|
+
> **Note** The `descriptor` of the user/group not the `ID`. Some resources in this provider use the `descriptor`
|
54
|
+
as resource ID. It is recommended to check before use.
|
52
55
|
:param pulumi.Input[builtins.str] project_id: The ID of the project to assign the permissions.
|
53
56
|
:param pulumi.Input[builtins.str] branch_name: The name of the branch to assign the permissions.
|
54
57
|
|
@@ -102,6 +105,9 @@ class GitPermissionsArgs:
|
|
102
105
|
def principal(self) -> pulumi.Input[builtins.str]:
|
103
106
|
"""
|
104
107
|
The **group** principal to assign the permissions.
|
108
|
+
|
109
|
+
> **Note** The `descriptor` of the user/group not the `ID`. Some resources in this provider use the `descriptor`
|
110
|
+
as resource ID. It is recommended to check before use.
|
105
111
|
"""
|
106
112
|
return pulumi.get(self, "principal")
|
107
113
|
|
@@ -195,6 +201,9 @@ class _GitPermissionsState:
|
|
195
201
|
| PullRequestContribute | Contribute to pull requests |
|
196
202
|
| PullRequestBypassPolicy | Bypass policies when completing pull requests |
|
197
203
|
:param pulumi.Input[builtins.str] principal: The **group** principal to assign the permissions.
|
204
|
+
|
205
|
+
> **Note** The `descriptor` of the user/group not the `ID`. Some resources in this provider use the `descriptor`
|
206
|
+
as resource ID. It is recommended to check before use.
|
198
207
|
:param pulumi.Input[builtins.str] project_id: The ID of the project to assign the permissions.
|
199
208
|
:param pulumi.Input[builtins.bool] replace: Replace (`true`) or merge (`false`) the permissions. Default: `true`
|
200
209
|
:param pulumi.Input[builtins.str] repository_id: The ID of the GIT repository to assign the permissions
|
@@ -262,6 +271,9 @@ class _GitPermissionsState:
|
|
262
271
|
def principal(self) -> Optional[pulumi.Input[builtins.str]]:
|
263
272
|
"""
|
264
273
|
The **group** principal to assign the permissions.
|
274
|
+
|
275
|
+
> **Note** The `descriptor` of the user/group not the `ID`. Some resources in this provider use the `descriptor`
|
276
|
+
as resource ID. It is recommended to check before use.
|
265
277
|
"""
|
266
278
|
return pulumi.get(self, "principal")
|
267
279
|
|
@@ -306,6 +318,7 @@ class _GitPermissionsState:
|
|
306
318
|
pulumi.set(self, "repository_id", value)
|
307
319
|
|
308
320
|
|
321
|
+
@pulumi.type_token("azuredevops:index/gitPermissions:GitPermissions")
|
309
322
|
class GitPermissions(pulumi.CustomResource):
|
310
323
|
@overload
|
311
324
|
def __init__(__self__,
|
@@ -517,6 +530,9 @@ class GitPermissions(pulumi.CustomResource):
|
|
517
530
|
| PullRequestContribute | Contribute to pull requests |
|
518
531
|
| PullRequestBypassPolicy | Bypass policies when completing pull requests |
|
519
532
|
:param pulumi.Input[builtins.str] principal: The **group** principal to assign the permissions.
|
533
|
+
|
534
|
+
> **Note** The `descriptor` of the user/group not the `ID`. Some resources in this provider use the `descriptor`
|
535
|
+
as resource ID. It is recommended to check before use.
|
520
536
|
:param pulumi.Input[builtins.str] project_id: The ID of the project to assign the permissions.
|
521
537
|
:param pulumi.Input[builtins.bool] replace: Replace (`true`) or merge (`false`) the permissions. Default: `true`
|
522
538
|
:param pulumi.Input[builtins.str] repository_id: The ID of the GIT repository to assign the permissions
|
@@ -789,6 +805,9 @@ class GitPermissions(pulumi.CustomResource):
|
|
789
805
|
| PullRequestContribute | Contribute to pull requests |
|
790
806
|
| PullRequestBypassPolicy | Bypass policies when completing pull requests |
|
791
807
|
:param pulumi.Input[builtins.str] principal: The **group** principal to assign the permissions.
|
808
|
+
|
809
|
+
> **Note** The `descriptor` of the user/group not the `ID`. Some resources in this provider use the `descriptor`
|
810
|
+
as resource ID. It is recommended to check before use.
|
792
811
|
:param pulumi.Input[builtins.str] project_id: The ID of the project to assign the permissions.
|
793
812
|
:param pulumi.Input[builtins.bool] replace: Replace (`true`) or merge (`false`) the permissions. Default: `true`
|
794
813
|
:param pulumi.Input[builtins.str] repository_id: The ID of the GIT repository to assign the permissions
|
@@ -847,6 +866,9 @@ class GitPermissions(pulumi.CustomResource):
|
|
847
866
|
def principal(self) -> pulumi.Output[builtins.str]:
|
848
867
|
"""
|
849
868
|
The **group** principal to assign the permissions.
|
869
|
+
|
870
|
+
> **Note** The `descriptor` of the user/group not the `ID`. Some resources in this provider use the `descriptor`
|
871
|
+
as resource ID. It is recommended to check before use.
|
850
872
|
"""
|
851
873
|
return pulumi.get(self, "principal")
|
852
874
|
|
@@ -208,6 +208,7 @@ class _GitRepositoryBranchState:
|
|
208
208
|
pulumi.set(self, "repository_id", value)
|
209
209
|
|
210
210
|
|
211
|
+
@pulumi.type_token("azuredevops:index/gitRepositoryBranch:GitRepositoryBranch")
|
211
212
|
class GitRepositoryBranch(pulumi.CustomResource):
|
212
213
|
@overload
|
213
214
|
def __init__(__self__,
|
@@ -350,6 +350,7 @@ class _GitRepositoryFileState:
|
|
350
350
|
pulumi.set(self, "repository_id", value)
|
351
351
|
|
352
352
|
|
353
|
+
@pulumi.type_token("azuredevops:index/gitRepositoryFile:GitRepositoryFile")
|
353
354
|
class GitRepositoryFile(pulumi.CustomResource):
|
354
355
|
@overload
|
355
356
|
def __init__(__self__,
|
pulumi_azuredevops/group.py
CHANGED
@@ -218,6 +218,7 @@ class _IterativePermissionsState:
|
|
218
218
|
pulumi.set(self, "replace", value)
|
219
219
|
|
220
220
|
|
221
|
+
@pulumi.type_token("azuredevops:index/iterativePermissions:IterativePermissions")
|
221
222
|
class IterativePermissions(pulumi.CustomResource):
|
222
223
|
@overload
|
223
224
|
def __init__(__self__,
|
@@ -194,6 +194,7 @@ class _LibraryPermissionsState:
|
|
194
194
|
pulumi.set(self, "replace", value)
|
195
195
|
|
196
196
|
|
197
|
+
@pulumi.type_token("azuredevops:index/libraryPermissions:LibraryPermissions")
|
197
198
|
class LibraryPermissions(pulumi.CustomResource):
|
198
199
|
@overload
|
199
200
|
def __init__(__self__,
|
pulumi_azuredevops/outputs.py
CHANGED
@@ -92,6 +92,7 @@ __all__ = [
|
|
92
92
|
'ServicehookStorageQueuePipelinesStageStateChangedEvent',
|
93
93
|
'VariableGroupKeyVault',
|
94
94
|
'VariableGroupVariable',
|
95
|
+
'WorkitemRelation',
|
95
96
|
'GetAreaChildrenResult',
|
96
97
|
'GetBuildDefinitionCiTriggerResult',
|
97
98
|
'GetBuildDefinitionCiTriggerOverrideResult',
|
@@ -4438,6 +4439,37 @@ class VariableGroupVariable(dict):
|
|
4438
4439
|
return pulumi.get(self, "value")
|
4439
4440
|
|
4440
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
|
+
|
4441
4473
|
@pulumi.output_type
|
4442
4474
|
class GetAreaChildrenResult(dict):
|
4443
4475
|
def __init__(__self__, *,
|
@@ -5346,7 +5378,7 @@ class GetGroupsGroupResult(dict):
|
|
5346
5378
|
"""
|
5347
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.
|
5348
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)
|
5349
|
-
:param builtins.str id: The ID of the group.
|
5381
|
+
:param builtins.str id: The ID(UUID format) of the group.
|
5350
5382
|
:param builtins.str origin: The type of source provider for the origin identifier (ex:AD, AAD, MSA)
|
5351
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.
|
5352
5384
|
:param builtins.str url: This url is the full route to the source resource of this graph subject.
|
@@ -5390,7 +5422,7 @@ class GetGroupsGroupResult(dict):
|
|
5390
5422
|
@pulumi.getter
|
5391
5423
|
def id(self) -> builtins.str:
|
5392
5424
|
"""
|
5393
|
-
The ID of the group.
|
5425
|
+
The ID(UUID format) of the group.
|
5394
5426
|
"""
|
5395
5427
|
return pulumi.get(self, "id")
|
5396
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__,
|
pulumi_azuredevops/pool.py
CHANGED
pulumi_azuredevops/project.py
CHANGED
@@ -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__,
|
pulumi_azuredevops/provider.py
CHANGED
@@ -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
|
+
|
pulumi_azuredevops/queue.py
CHANGED
@@ -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__,
|
@@ -229,6 +229,7 @@ class _ServiceEndpointGitHubEnterpriseState:
|
|
229
229
|
pulumi.set(self, "url", value)
|
230
230
|
|
231
231
|
|
232
|
+
@pulumi.type_token("azuredevops:index/serviceEndpointGitHubEnterprise:ServiceEndpointGitHubEnterprise")
|
232
233
|
class ServiceEndpointGitHubEnterprise(pulumi.CustomResource):
|
233
234
|
@overload
|
234
235
|
def __init__(__self__,
|
@@ -224,6 +224,7 @@ class _ServiceEndpointGitLabState:
|
|
224
224
|
pulumi.set(self, "username", value)
|
225
225
|
|
226
226
|
|
227
|
+
@pulumi.type_token("azuredevops:index/serviceEndpointGitLab:ServiceEndpointGitLab")
|
227
228
|
class ServiceEndpointGitLab(pulumi.CustomResource):
|
228
229
|
@overload
|
229
230
|
def __init__(__self__,
|
@@ -291,6 +291,7 @@ class _ServiceEndpointKubernetesState:
|
|
291
291
|
pulumi.set(self, "service_endpoint_name", value)
|
292
292
|
|
293
293
|
|
294
|
+
@pulumi.type_token("azuredevops:index/serviceEndpointKubernetes:ServiceEndpointKubernetes")
|
294
295
|
class ServiceEndpointKubernetes(pulumi.CustomResource):
|
295
296
|
@overload
|
296
297
|
def __init__(__self__,
|
@@ -195,6 +195,7 @@ class _ServiceEndpointPipelineState:
|
|
195
195
|
pulumi.set(self, "service_endpoint_name", value)
|
196
196
|
|
197
197
|
|
198
|
+
@pulumi.type_token("azuredevops:index/serviceEndpointPipeline:ServiceEndpointPipeline")
|
198
199
|
class ServiceEndpointPipeline(pulumi.CustomResource):
|
199
200
|
@overload
|
200
201
|
def __init__(__self__,
|
@@ -260,6 +260,7 @@ class _ServiceEndpointServiceFabricState:
|
|
260
260
|
pulumi.set(self, "service_endpoint_name", value)
|
261
261
|
|
262
262
|
|
263
|
+
@pulumi.type_token("azuredevops:index/serviceEndpointServiceFabric:ServiceEndpointServiceFabric")
|
263
264
|
class ServiceEndpointServiceFabric(pulumi.CustomResource):
|
264
265
|
@overload
|
265
266
|
def __init__(__self__,
|
@@ -170,6 +170,7 @@ class _ServiceEndpointSonarCloudState:
|
|
170
170
|
pulumi.set(self, "token", value)
|
171
171
|
|
172
172
|
|
173
|
+
@pulumi.type_token("azuredevops:index/serviceEndpointSonarCloud:ServiceEndpointSonarCloud")
|
173
174
|
class ServiceEndpointSonarCloud(pulumi.CustomResource):
|
174
175
|
@overload
|
175
176
|
def __init__(__self__,
|
@@ -201,6 +201,7 @@ class _ServiceEndpointSonarQubeState:
|
|
201
201
|
pulumi.set(self, "url", value)
|
202
202
|
|
203
203
|
|
204
|
+
@pulumi.type_token("azuredevops:index/serviceEndpointSonarQube:ServiceEndpointSonarQube")
|
204
205
|
class ServiceEndpointSonarQube(pulumi.CustomResource):
|
205
206
|
@overload
|
206
207
|
def __init__(__self__,
|
@@ -289,6 +289,7 @@ class _ServiceEndpointSshState:
|
|
289
289
|
pulumi.set(self, "username", value)
|
290
290
|
|
291
291
|
|
292
|
+
@pulumi.type_token("azuredevops:index/serviceEndpointSsh:ServiceEndpointSsh")
|
292
293
|
class ServiceEndpointSsh(pulumi.CustomResource):
|
293
294
|
@overload
|
294
295
|
def __init__(__self__,
|
@@ -192,6 +192,7 @@ class _ServicePrincipalEntitlementState:
|
|
192
192
|
pulumi.set(self, "origin_id", value)
|
193
193
|
|
194
194
|
|
195
|
+
@pulumi.type_token("azuredevops:index/servicePrincipalEntitlement:ServicePrincipalEntitlement")
|
195
196
|
class ServicePrincipalEntitlement(pulumi.CustomResource):
|
196
197
|
@overload
|
197
198
|
def __init__(__self__,
|
@@ -244,6 +244,7 @@ class _ServiceendpointArgocdState:
|
|
244
244
|
pulumi.set(self, "url", value)
|
245
245
|
|
246
246
|
|
247
|
+
@pulumi.type_token("azuredevops:index/serviceendpointArgocd:ServiceendpointArgocd")
|
247
248
|
class ServiceendpointArgocd(pulumi.CustomResource):
|
248
249
|
@overload
|
249
250
|
def __init__(__self__,
|
@@ -193,6 +193,7 @@ class _ServiceendpointAzureServiceBusState:
|
|
193
193
|
pulumi.set(self, "service_endpoint_name", value)
|
194
194
|
|
195
195
|
|
196
|
+
@pulumi.type_token("azuredevops:index/serviceendpointAzureServiceBus:ServiceendpointAzureServiceBus")
|
196
197
|
class ServiceendpointAzureServiceBus(pulumi.CustomResource):
|
197
198
|
@overload
|
198
199
|
def __init__(__self__,
|