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.
- pulumi_azuredevops/__init__.py +109 -0
- pulumi_azuredevops/_inputs.py +455 -175
- pulumi_azuredevops/area_permissions.py +49 -49
- pulumi_azuredevops/branch_policy_auto_reviewers.py +7 -7
- pulumi_azuredevops/branch_policy_build_validation.py +7 -7
- pulumi_azuredevops/branch_policy_comment_resolution.py +7 -7
- pulumi_azuredevops/branch_policy_merge_types.py +7 -7
- pulumi_azuredevops/branch_policy_status_check.py +7 -7
- pulumi_azuredevops/branch_policy_work_item_linking.py +7 -7
- pulumi_azuredevops/build_definition.py +196 -23
- pulumi_azuredevops/check_branch_control.py +7 -7
- pulumi_azuredevops/check_business_hours.py +7 -7
- pulumi_azuredevops/check_exclusive_lock.py +7 -7
- pulumi_azuredevops/check_rest_api.py +986 -0
- pulumi_azuredevops/feed.py +8 -8
- pulumi_azuredevops/feed_permission.py +9 -9
- pulumi_azuredevops/feed_retention_policy.py +422 -0
- pulumi_azuredevops/get_agent_queue.py +2 -2
- pulumi_azuredevops/get_area.py +1 -1
- pulumi_azuredevops/get_client_config.py +3 -0
- pulumi_azuredevops/get_feed.py +4 -4
- pulumi_azuredevops/get_git_repository.py +8 -8
- pulumi_azuredevops/get_group.py +4 -4
- pulumi_azuredevops/get_groups.py +3 -3
- pulumi_azuredevops/get_identity_group.py +3 -0
- pulumi_azuredevops/get_identity_groups.py +1 -1
- pulumi_azuredevops/get_identity_users.py +5 -5
- pulumi_azuredevops/get_pool.py +14 -2
- pulumi_azuredevops/get_pools.py +3 -3
- pulumi_azuredevops/get_project.py +32 -0
- pulumi_azuredevops/get_projects.py +4 -4
- pulumi_azuredevops/get_repositories.py +7 -3
- pulumi_azuredevops/get_securityrole_definitions.py +4 -4
- pulumi_azuredevops/get_service_endpoint_azure_rm.py +31 -17
- pulumi_azuredevops/get_service_endpoint_github.py +6 -6
- pulumi_azuredevops/get_service_principal.py +153 -0
- pulumi_azuredevops/get_serviceendpoint_azurecr.py +1 -1
- pulumi_azuredevops/get_serviceendpoint_bitbucket.py +6 -6
- pulumi_azuredevops/get_serviceendpoint_npm.py +3 -3
- pulumi_azuredevops/get_serviceendpoint_sonarcloud.py +2 -2
- pulumi_azuredevops/get_team.py +4 -3
- pulumi_azuredevops/get_teams.py +2 -3
- pulumi_azuredevops/get_users.py +5 -9
- pulumi_azuredevops/git.py +7 -7
- pulumi_azuredevops/git_permissions.py +21 -28
- pulumi_azuredevops/git_repository_file.py +7 -14
- pulumi_azuredevops/group.py +21 -7
- pulumi_azuredevops/group_entitlement.py +16 -20
- pulumi_azuredevops/group_membership.py +35 -50
- pulumi_azuredevops/iterative_permissions.py +34 -34
- pulumi_azuredevops/library_permissions.py +75 -75
- pulumi_azuredevops/outputs.py +353 -143
- pulumi_azuredevops/pipeline_authorization.py +7 -7
- pulumi_azuredevops/pool.py +4 -4
- pulumi_azuredevops/project.py +114 -63
- pulumi_azuredevops/project_features.py +87 -45
- pulumi_azuredevops/project_permissions.py +7 -7
- pulumi_azuredevops/project_pipeline_settings.py +28 -35
- pulumi_azuredevops/project_tags.py +263 -0
- pulumi_azuredevops/pulumi-plugin.json +1 -1
- pulumi_azuredevops/queue.py +7 -14
- pulumi_azuredevops/repository_policy_author_email_pattern.py +21 -14
- pulumi_azuredevops/repository_policy_max_file_size.py +7 -7
- pulumi_azuredevops/resource_authorization.py +35 -35
- pulumi_azuredevops/securityrole_assignment.py +7 -7
- pulumi_azuredevops/service_endpoint_artifactory.py +24 -18
- pulumi_azuredevops/service_endpoint_aws.py +86 -41
- pulumi_azuredevops/service_endpoint_azure_ecr.py +13 -15
- pulumi_azuredevops/service_endpoint_azure_rm.py +99 -52
- pulumi_azuredevops/service_endpoint_bit_bucket.py +4 -4
- pulumi_azuredevops/service_endpoint_docker_registry.py +2 -2
- pulumi_azuredevops/service_endpoint_generic.py +2 -6
- pulumi_azuredevops/service_endpoint_generic_git.py +4 -8
- pulumi_azuredevops/service_endpoint_git_hub.py +15 -2
- pulumi_azuredevops/service_endpoint_git_hub_enterprise.py +15 -2
- pulumi_azuredevops/service_endpoint_git_lab.py +479 -0
- pulumi_azuredevops/service_endpoint_kubernetes.py +23 -23
- pulumi_azuredevops/service_endpoint_npm.py +4 -4
- pulumi_azuredevops/service_endpoint_pipeline.py +4 -4
- pulumi_azuredevops/service_endpoint_service_fabric.py +48 -9
- pulumi_azuredevops/service_endpoint_sonar_cloud.py +11 -11
- pulumi_azuredevops/service_endpoint_sonar_qube.py +11 -11
- pulumi_azuredevops/service_endpoint_ssh.py +2 -6
- pulumi_azuredevops/service_principal_entitlement.py +386 -0
- pulumi_azuredevops/serviceendpoint_argocd.py +2 -2
- pulumi_azuredevops/serviceendpoint_azure_service_bus.py +429 -0
- pulumi_azuredevops/serviceendpoint_checkmarx_one.py +627 -0
- pulumi_azuredevops/serviceendpoint_checkmarx_sast.py +575 -0
- pulumi_azuredevops/serviceendpoint_checkmarx_sca.py +674 -0
- pulumi_azuredevops/serviceendpoint_dynamics_lifecycle_services.py +579 -0
- pulumi_azuredevops/serviceendpoint_externaltfs.py +63 -11
- pulumi_azuredevops/serviceendpoint_gcp_terraform.py +2 -2
- pulumi_azuredevops/serviceendpoint_incomingwebhook.py +2 -2
- pulumi_azuredevops/serviceendpoint_jenkins.py +2 -2
- pulumi_azuredevops/serviceendpoint_jfrog_artifactory_v2.py +18 -18
- pulumi_azuredevops/serviceendpoint_jfrog_distribution_v2.py +18 -18
- pulumi_azuredevops/serviceendpoint_jfrog_platform_v2.py +18 -18
- pulumi_azuredevops/serviceendpoint_jfrog_xray_v2.py +18 -18
- pulumi_azuredevops/serviceendpoint_maven.py +2 -2
- pulumi_azuredevops/serviceendpoint_nexus.py +2 -2
- pulumi_azuredevops/serviceendpoint_nuget.py +2 -2
- pulumi_azuredevops/serviceendpoint_octopusdeploy.py +2 -2
- pulumi_azuredevops/serviceendpoint_permissions.py +40 -40
- pulumi_azuredevops/serviceendpoint_snyk.py +429 -0
- pulumi_azuredevops/serviceendpoint_visualstudiomarketplace.py +541 -0
- pulumi_azuredevops/servicehook_permissions.py +51 -51
- pulumi_azuredevops/servicehook_storage_queue_pipelines.py +4 -4
- pulumi_azuredevops/tagging_permissions.py +49 -49
- pulumi_azuredevops/team.py +76 -56
- pulumi_azuredevops/team_administrators.py +83 -56
- pulumi_azuredevops/team_members.py +56 -49
- pulumi_azuredevops/user.py +22 -2
- pulumi_azuredevops/variable_group.py +4 -2
- pulumi_azuredevops/variable_group_permissions.py +75 -75
- pulumi_azuredevops/wiki.py +15 -2
- pulumi_azuredevops/wiki_page.py +2 -2
- pulumi_azuredevops/work_item_query_permissions.py +7 -7
- {pulumi_azuredevops-3.5.0a1735017670.dist-info → pulumi_azuredevops-3.6.0.dist-info}/METADATA +2 -2
- pulumi_azuredevops-3.6.0.dist-info/RECORD +148 -0
- {pulumi_azuredevops-3.5.0a1735017670.dist-info → pulumi_azuredevops-3.6.0.dist-info}/WHEEL +1 -1
- pulumi_azuredevops-3.5.0a1735017670.dist-info/RECORD +0 -135
- {pulumi_azuredevops-3.5.0a1735017670.dist-info → pulumi_azuredevops-3.6.0.dist-info}/top_level.txt +0 -0
pulumi_azuredevops/__init__.py
CHANGED
@@ -22,11 +22,13 @@ from .check_branch_control import *
|
|
22
22
|
from .check_business_hours import *
|
23
23
|
from .check_exclusive_lock import *
|
24
24
|
from .check_required_template import *
|
25
|
+
from .check_rest_api import *
|
25
26
|
from .elastic_pool import *
|
26
27
|
from .environment import *
|
27
28
|
from .environment_resource_kubernetes import *
|
28
29
|
from .feed import *
|
29
30
|
from .feed_permission import *
|
31
|
+
from .feed_retention_policy import *
|
30
32
|
from .get_agent_queue import *
|
31
33
|
from .get_area import *
|
32
34
|
from .get_build_definition import *
|
@@ -48,6 +50,7 @@ from .get_repositories import *
|
|
48
50
|
from .get_securityrole_definitions import *
|
49
51
|
from .get_service_endpoint_azure_rm import *
|
50
52
|
from .get_service_endpoint_github import *
|
53
|
+
from .get_service_principal import *
|
51
54
|
from .get_serviceendpoint_azurecr import *
|
52
55
|
from .get_serviceendpoint_bitbucket import *
|
53
56
|
from .get_serviceendpoint_npm import *
|
@@ -71,6 +74,7 @@ from .project import *
|
|
71
74
|
from .project_features import *
|
72
75
|
from .project_permissions import *
|
73
76
|
from .project_pipeline_settings import *
|
77
|
+
from .project_tags import *
|
74
78
|
from .provider import *
|
75
79
|
from .queue import *
|
76
80
|
from .repository_policy_author_email_pattern import *
|
@@ -93,6 +97,7 @@ from .service_endpoint_generic import *
|
|
93
97
|
from .service_endpoint_generic_git import *
|
94
98
|
from .service_endpoint_git_hub import *
|
95
99
|
from .service_endpoint_git_hub_enterprise import *
|
100
|
+
from .service_endpoint_git_lab import *
|
96
101
|
from .service_endpoint_kubernetes import *
|
97
102
|
from .service_endpoint_npm import *
|
98
103
|
from .service_endpoint_pipeline import *
|
@@ -100,7 +105,13 @@ from .service_endpoint_service_fabric import *
|
|
100
105
|
from .service_endpoint_sonar_cloud import *
|
101
106
|
from .service_endpoint_sonar_qube import *
|
102
107
|
from .service_endpoint_ssh import *
|
108
|
+
from .service_principal_entitlement import *
|
103
109
|
from .serviceendpoint_argocd import *
|
110
|
+
from .serviceendpoint_azure_service_bus import *
|
111
|
+
from .serviceendpoint_checkmarx_one import *
|
112
|
+
from .serviceendpoint_checkmarx_sast import *
|
113
|
+
from .serviceendpoint_checkmarx_sca import *
|
114
|
+
from .serviceendpoint_dynamics_lifecycle_services import *
|
104
115
|
from .serviceendpoint_externaltfs import *
|
105
116
|
from .serviceendpoint_gcp_terraform import *
|
106
117
|
from .serviceendpoint_incomingwebhook import *
|
@@ -114,6 +125,8 @@ from .serviceendpoint_nexus import *
|
|
114
125
|
from .serviceendpoint_nuget import *
|
115
126
|
from .serviceendpoint_octopusdeploy import *
|
116
127
|
from .serviceendpoint_permissions import *
|
128
|
+
from .serviceendpoint_snyk import *
|
129
|
+
from .serviceendpoint_visualstudiomarketplace import *
|
117
130
|
from .servicehook_permissions import *
|
118
131
|
from .servicehook_storage_queue_pipelines import *
|
119
132
|
from .tagging_permissions import *
|
@@ -276,6 +289,14 @@ _utilities.register(
|
|
276
289
|
"azuredevops:index/checkRequiredTemplate:CheckRequiredTemplate": "CheckRequiredTemplate"
|
277
290
|
}
|
278
291
|
},
|
292
|
+
{
|
293
|
+
"pkg": "azuredevops",
|
294
|
+
"mod": "index/checkRestApi",
|
295
|
+
"fqn": "pulumi_azuredevops",
|
296
|
+
"classes": {
|
297
|
+
"azuredevops:index/checkRestApi:CheckRestApi": "CheckRestApi"
|
298
|
+
}
|
299
|
+
},
|
279
300
|
{
|
280
301
|
"pkg": "azuredevops",
|
281
302
|
"mod": "index/elasticPool",
|
@@ -316,6 +337,14 @@ _utilities.register(
|
|
316
337
|
"azuredevops:index/feedPermission:FeedPermission": "FeedPermission"
|
317
338
|
}
|
318
339
|
},
|
340
|
+
{
|
341
|
+
"pkg": "azuredevops",
|
342
|
+
"mod": "index/feedRetentionPolicy",
|
343
|
+
"fqn": "pulumi_azuredevops",
|
344
|
+
"classes": {
|
345
|
+
"azuredevops:index/feedRetentionPolicy:FeedRetentionPolicy": "FeedRetentionPolicy"
|
346
|
+
}
|
347
|
+
},
|
319
348
|
{
|
320
349
|
"pkg": "azuredevops",
|
321
350
|
"mod": "index/git",
|
@@ -436,6 +465,14 @@ _utilities.register(
|
|
436
465
|
"azuredevops:index/projectPipelineSettings:ProjectPipelineSettings": "ProjectPipelineSettings"
|
437
466
|
}
|
438
467
|
},
|
468
|
+
{
|
469
|
+
"pkg": "azuredevops",
|
470
|
+
"mod": "index/projectTags",
|
471
|
+
"fqn": "pulumi_azuredevops",
|
472
|
+
"classes": {
|
473
|
+
"azuredevops:index/projectTags:ProjectTags": "ProjectTags"
|
474
|
+
}
|
475
|
+
},
|
439
476
|
{
|
440
477
|
"pkg": "azuredevops",
|
441
478
|
"mod": "index/queue",
|
@@ -604,6 +641,14 @@ _utilities.register(
|
|
604
641
|
"azuredevops:index/serviceEndpointGitHubEnterprise:ServiceEndpointGitHubEnterprise": "ServiceEndpointGitHubEnterprise"
|
605
642
|
}
|
606
643
|
},
|
644
|
+
{
|
645
|
+
"pkg": "azuredevops",
|
646
|
+
"mod": "index/serviceEndpointGitLab",
|
647
|
+
"fqn": "pulumi_azuredevops",
|
648
|
+
"classes": {
|
649
|
+
"azuredevops:index/serviceEndpointGitLab:ServiceEndpointGitLab": "ServiceEndpointGitLab"
|
650
|
+
}
|
651
|
+
},
|
607
652
|
{
|
608
653
|
"pkg": "azuredevops",
|
609
654
|
"mod": "index/serviceEndpointKubernetes",
|
@@ -660,6 +705,14 @@ _utilities.register(
|
|
660
705
|
"azuredevops:index/serviceEndpointSsh:ServiceEndpointSsh": "ServiceEndpointSsh"
|
661
706
|
}
|
662
707
|
},
|
708
|
+
{
|
709
|
+
"pkg": "azuredevops",
|
710
|
+
"mod": "index/servicePrincipalEntitlement",
|
711
|
+
"fqn": "pulumi_azuredevops",
|
712
|
+
"classes": {
|
713
|
+
"azuredevops:index/servicePrincipalEntitlement:ServicePrincipalEntitlement": "ServicePrincipalEntitlement"
|
714
|
+
}
|
715
|
+
},
|
663
716
|
{
|
664
717
|
"pkg": "azuredevops",
|
665
718
|
"mod": "index/serviceendpointArgocd",
|
@@ -668,6 +721,46 @@ _utilities.register(
|
|
668
721
|
"azuredevops:index/serviceendpointArgocd:ServiceendpointArgocd": "ServiceendpointArgocd"
|
669
722
|
}
|
670
723
|
},
|
724
|
+
{
|
725
|
+
"pkg": "azuredevops",
|
726
|
+
"mod": "index/serviceendpointAzureServiceBus",
|
727
|
+
"fqn": "pulumi_azuredevops",
|
728
|
+
"classes": {
|
729
|
+
"azuredevops:index/serviceendpointAzureServiceBus:ServiceendpointAzureServiceBus": "ServiceendpointAzureServiceBus"
|
730
|
+
}
|
731
|
+
},
|
732
|
+
{
|
733
|
+
"pkg": "azuredevops",
|
734
|
+
"mod": "index/serviceendpointCheckmarxOne",
|
735
|
+
"fqn": "pulumi_azuredevops",
|
736
|
+
"classes": {
|
737
|
+
"azuredevops:index/serviceendpointCheckmarxOne:ServiceendpointCheckmarxOne": "ServiceendpointCheckmarxOne"
|
738
|
+
}
|
739
|
+
},
|
740
|
+
{
|
741
|
+
"pkg": "azuredevops",
|
742
|
+
"mod": "index/serviceendpointCheckmarxSast",
|
743
|
+
"fqn": "pulumi_azuredevops",
|
744
|
+
"classes": {
|
745
|
+
"azuredevops:index/serviceendpointCheckmarxSast:ServiceendpointCheckmarxSast": "ServiceendpointCheckmarxSast"
|
746
|
+
}
|
747
|
+
},
|
748
|
+
{
|
749
|
+
"pkg": "azuredevops",
|
750
|
+
"mod": "index/serviceendpointCheckmarxSca",
|
751
|
+
"fqn": "pulumi_azuredevops",
|
752
|
+
"classes": {
|
753
|
+
"azuredevops:index/serviceendpointCheckmarxSca:ServiceendpointCheckmarxSca": "ServiceendpointCheckmarxSca"
|
754
|
+
}
|
755
|
+
},
|
756
|
+
{
|
757
|
+
"pkg": "azuredevops",
|
758
|
+
"mod": "index/serviceendpointDynamicsLifecycleServices",
|
759
|
+
"fqn": "pulumi_azuredevops",
|
760
|
+
"classes": {
|
761
|
+
"azuredevops:index/serviceendpointDynamicsLifecycleServices:ServiceendpointDynamicsLifecycleServices": "ServiceendpointDynamicsLifecycleServices"
|
762
|
+
}
|
763
|
+
},
|
671
764
|
{
|
672
765
|
"pkg": "azuredevops",
|
673
766
|
"mod": "index/serviceendpointExternaltfs",
|
@@ -772,6 +865,22 @@ _utilities.register(
|
|
772
865
|
"azuredevops:index/serviceendpointPermissions:ServiceendpointPermissions": "ServiceendpointPermissions"
|
773
866
|
}
|
774
867
|
},
|
868
|
+
{
|
869
|
+
"pkg": "azuredevops",
|
870
|
+
"mod": "index/serviceendpointSnyk",
|
871
|
+
"fqn": "pulumi_azuredevops",
|
872
|
+
"classes": {
|
873
|
+
"azuredevops:index/serviceendpointSnyk:ServiceendpointSnyk": "ServiceendpointSnyk"
|
874
|
+
}
|
875
|
+
},
|
876
|
+
{
|
877
|
+
"pkg": "azuredevops",
|
878
|
+
"mod": "index/serviceendpointVisualstudiomarketplace",
|
879
|
+
"fqn": "pulumi_azuredevops",
|
880
|
+
"classes": {
|
881
|
+
"azuredevops:index/serviceendpointVisualstudiomarketplace:ServiceendpointVisualstudiomarketplace": "ServiceendpointVisualstudiomarketplace"
|
882
|
+
}
|
883
|
+
},
|
775
884
|
{
|
776
885
|
"pkg": "azuredevops",
|
777
886
|
"mod": "index/servicehookPermissions",
|