pulumi-azuredevops 3.1.0a1710568843__py3-none-any.whl → 3.6.0a1736832240__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 (139) hide show
  1. pulumi_azuredevops/__init__.py +96 -0
  2. pulumi_azuredevops/_inputs.py +1740 -108
  3. pulumi_azuredevops/_utilities.py +41 -5
  4. pulumi_azuredevops/area_permissions.py +9 -6
  5. pulumi_azuredevops/branch_policy_auto_reviewers.py +52 -49
  6. pulumi_azuredevops/branch_policy_build_validation.py +86 -79
  7. pulumi_azuredevops/branch_policy_comment_resolution.py +60 -57
  8. pulumi_azuredevops/branch_policy_merge_types.py +68 -65
  9. pulumi_azuredevops/branch_policy_min_reviewers.py +72 -69
  10. pulumi_azuredevops/branch_policy_status_check.py +66 -61
  11. pulumi_azuredevops/branch_policy_work_item_linking.py +60 -57
  12. pulumi_azuredevops/build_definition.py +380 -198
  13. pulumi_azuredevops/build_definition_permissions.py +186 -165
  14. pulumi_azuredevops/build_folder.py +13 -10
  15. pulumi_azuredevops/build_folder_permissions.py +33 -32
  16. pulumi_azuredevops/check_approval.py +19 -14
  17. pulumi_azuredevops/check_branch_control.py +109 -108
  18. pulumi_azuredevops/check_business_hours.py +109 -108
  19. pulumi_azuredevops/check_exclusive_lock.py +77 -28
  20. pulumi_azuredevops/check_required_template.py +66 -65
  21. pulumi_azuredevops/config/__init__.pyi +5 -0
  22. pulumi_azuredevops/config/vars.py +5 -0
  23. pulumi_azuredevops/elastic_pool.py +31 -26
  24. pulumi_azuredevops/environment.py +17 -10
  25. pulumi_azuredevops/environment_resource_kubernetes.py +198 -2
  26. pulumi_azuredevops/feed.py +372 -0
  27. pulumi_azuredevops/feed_permission.py +415 -0
  28. pulumi_azuredevops/get_agent_queue.py +28 -19
  29. pulumi_azuredevops/get_area.py +28 -15
  30. pulumi_azuredevops/get_build_definition.py +32 -15
  31. pulumi_azuredevops/get_client_config.py +12 -9
  32. pulumi_azuredevops/get_environment.py +72 -5
  33. pulumi_azuredevops/get_feed.py +186 -0
  34. pulumi_azuredevops/get_git_repository.py +39 -10
  35. pulumi_azuredevops/get_group.py +45 -22
  36. pulumi_azuredevops/get_groups.py +18 -9
  37. pulumi_azuredevops/get_identity_group.py +152 -0
  38. pulumi_azuredevops/get_identity_groups.py +140 -0
  39. pulumi_azuredevops/get_identity_users.py +122 -0
  40. pulumi_azuredevops/get_iteration.py +24 -11
  41. pulumi_azuredevops/get_pool.py +16 -9
  42. pulumi_azuredevops/get_pools.py +12 -9
  43. pulumi_azuredevops/get_project.py +22 -10
  44. pulumi_azuredevops/get_projects.py +16 -9
  45. pulumi_azuredevops/get_repositories.py +22 -9
  46. pulumi_azuredevops/get_securityrole_definitions.py +141 -0
  47. pulumi_azuredevops/get_service_endpoint_azure_rm.py +70 -26
  48. pulumi_azuredevops/get_service_endpoint_github.py +19 -13
  49. pulumi_azuredevops/get_serviceendpoint_azurecr.py +31 -11
  50. pulumi_azuredevops/get_serviceendpoint_bitbucket.py +219 -0
  51. pulumi_azuredevops/get_serviceendpoint_npm.py +22 -11
  52. pulumi_azuredevops/get_serviceendpoint_sonarcloud.py +21 -11
  53. pulumi_azuredevops/get_team.py +29 -15
  54. pulumi_azuredevops/get_teams.py +16 -9
  55. pulumi_azuredevops/get_users.py +26 -87
  56. pulumi_azuredevops/get_variable_group.py +27 -17
  57. pulumi_azuredevops/git.py +57 -97
  58. pulumi_azuredevops/git_permissions.py +78 -75
  59. pulumi_azuredevops/git_repository_branch.py +29 -20
  60. pulumi_azuredevops/git_repository_file.py +23 -18
  61. pulumi_azuredevops/group.py +43 -14
  62. pulumi_azuredevops/group_entitlement.py +5 -8
  63. pulumi_azuredevops/group_membership.py +57 -28
  64. pulumi_azuredevops/iterative_permissions.py +9 -6
  65. pulumi_azuredevops/library_permissions.py +7 -4
  66. pulumi_azuredevops/outputs.py +447 -54
  67. pulumi_azuredevops/pipeline_authorization.py +101 -47
  68. pulumi_azuredevops/pool.py +7 -4
  69. pulumi_azuredevops/project.py +19 -16
  70. pulumi_azuredevops/project_features.py +9 -6
  71. pulumi_azuredevops/project_permissions.py +9 -6
  72. pulumi_azuredevops/project_pipeline_settings.py +15 -12
  73. pulumi_azuredevops/provider.py +5 -40
  74. pulumi_azuredevops/pulumi-plugin.json +2 -1
  75. pulumi_azuredevops/queue.py +23 -22
  76. pulumi_azuredevops/repository_policy_author_email_pattern.py +37 -34
  77. pulumi_azuredevops/repository_policy_case_enforcement.py +37 -34
  78. pulumi_azuredevops/repository_policy_check_credentials.py +37 -34
  79. pulumi_azuredevops/repository_policy_file_path_pattern.py +31 -28
  80. pulumi_azuredevops/repository_policy_max_file_size.py +44 -41
  81. pulumi_azuredevops/repository_policy_max_path_length.py +37 -34
  82. pulumi_azuredevops/repository_policy_reserved_names.py +37 -34
  83. pulumi_azuredevops/resource_authorization.py +23 -20
  84. pulumi_azuredevops/securityrole_assignment.py +295 -0
  85. pulumi_azuredevops/service_endpoint_artifactory.py +49 -48
  86. pulumi_azuredevops/service_endpoint_aws.py +99 -51
  87. pulumi_azuredevops/service_endpoint_azure_dev_ops.py +17 -14
  88. pulumi_azuredevops/service_endpoint_azure_ecr.py +275 -33
  89. pulumi_azuredevops/service_endpoint_azure_rm.py +236 -112
  90. pulumi_azuredevops/service_endpoint_bit_bucket.py +19 -16
  91. pulumi_azuredevops/service_endpoint_docker_registry.py +17 -14
  92. pulumi_azuredevops/service_endpoint_generic.py +19 -20
  93. pulumi_azuredevops/service_endpoint_generic_git.py +17 -14
  94. pulumi_azuredevops/service_endpoint_git_hub.py +57 -58
  95. pulumi_azuredevops/service_endpoint_git_hub_enterprise.py +26 -23
  96. pulumi_azuredevops/service_endpoint_git_lab.py +479 -0
  97. pulumi_azuredevops/service_endpoint_kubernetes.py +160 -15
  98. pulumi_azuredevops/service_endpoint_npm.py +17 -14
  99. pulumi_azuredevops/service_endpoint_pipeline.py +28 -25
  100. pulumi_azuredevops/service_endpoint_service_fabric.py +42 -95
  101. pulumi_azuredevops/service_endpoint_sonar_cloud.py +17 -14
  102. pulumi_azuredevops/service_endpoint_sonar_qube.py +17 -14
  103. pulumi_azuredevops/service_endpoint_ssh.py +17 -14
  104. pulumi_azuredevops/serviceendpoint_argocd.py +51 -50
  105. pulumi_azuredevops/serviceendpoint_azure_service_bus.py +429 -0
  106. pulumi_azuredevops/serviceendpoint_dynamics_lifecycle_services.py +579 -0
  107. pulumi_azuredevops/serviceendpoint_externaltfs.py +10 -5
  108. pulumi_azuredevops/serviceendpoint_gcp_terraform.py +17 -14
  109. pulumi_azuredevops/serviceendpoint_incomingwebhook.py +17 -14
  110. pulumi_azuredevops/serviceendpoint_jenkins.py +15 -12
  111. pulumi_azuredevops/serviceendpoint_jfrog_artifactory_v2.py +53 -52
  112. pulumi_azuredevops/serviceendpoint_jfrog_distribution_v2.py +53 -52
  113. pulumi_azuredevops/serviceendpoint_jfrog_platform_v2.py +53 -52
  114. pulumi_azuredevops/serviceendpoint_jfrog_xray_v2.py +53 -52
  115. pulumi_azuredevops/serviceendpoint_maven.py +49 -48
  116. pulumi_azuredevops/serviceendpoint_nexus.py +15 -12
  117. pulumi_azuredevops/serviceendpoint_nuget.py +17 -14
  118. pulumi_azuredevops/serviceendpoint_octopusdeploy.py +17 -14
  119. pulumi_azuredevops/serviceendpoint_permissions.py +21 -18
  120. pulumi_azuredevops/serviceendpoint_snyk.py +429 -0
  121. pulumi_azuredevops/serviceendpoint_visualstudiomarketplace.py +543 -0
  122. pulumi_azuredevops/servicehook_permissions.py +9 -6
  123. pulumi_azuredevops/servicehook_storage_queue_pipelines.py +55 -48
  124. pulumi_azuredevops/tagging_permissions.py +9 -6
  125. pulumi_azuredevops/team.py +21 -16
  126. pulumi_azuredevops/team_administrators.py +19 -12
  127. pulumi_azuredevops/team_members.py +19 -12
  128. pulumi_azuredevops/user.py +27 -6
  129. pulumi_azuredevops/variable_group.py +91 -86
  130. pulumi_azuredevops/variable_group_permissions.py +17 -12
  131. pulumi_azuredevops/wiki.py +509 -0
  132. pulumi_azuredevops/wiki_page.py +377 -0
  133. pulumi_azuredevops/work_item_query_permissions.py +17 -18
  134. pulumi_azuredevops/workitem.py +25 -24
  135. {pulumi_azuredevops-3.1.0a1710568843.dist-info → pulumi_azuredevops-3.6.0a1736832240.dist-info}/METADATA +7 -6
  136. pulumi_azuredevops-3.6.0a1736832240.dist-info/RECORD +140 -0
  137. {pulumi_azuredevops-3.1.0a1710568843.dist-info → pulumi_azuredevops-3.6.0a1736832240.dist-info}/WHEEL +1 -1
  138. pulumi_azuredevops-3.1.0a1710568843.dist-info/RECORD +0 -124
  139. {pulumi_azuredevops-3.1.0a1710568843.dist-info → pulumi_azuredevops-3.6.0a1736832240.dist-info}/top_level.txt +0 -0
@@ -25,23 +25,31 @@ from .check_required_template import *
25
25
  from .elastic_pool import *
26
26
  from .environment import *
27
27
  from .environment_resource_kubernetes import *
28
+ from .feed import *
29
+ from .feed_permission import *
28
30
  from .get_agent_queue import *
29
31
  from .get_area import *
30
32
  from .get_build_definition import *
31
33
  from .get_client_config import *
32
34
  from .get_environment import *
35
+ from .get_feed import *
33
36
  from .get_git_repository import *
34
37
  from .get_group import *
35
38
  from .get_groups import *
39
+ from .get_identity_group import *
40
+ from .get_identity_groups import *
41
+ from .get_identity_users import *
36
42
  from .get_iteration import *
37
43
  from .get_pool import *
38
44
  from .get_pools import *
39
45
  from .get_project import *
40
46
  from .get_projects import *
41
47
  from .get_repositories import *
48
+ from .get_securityrole_definitions import *
42
49
  from .get_service_endpoint_azure_rm import *
43
50
  from .get_service_endpoint_github import *
44
51
  from .get_serviceendpoint_azurecr import *
52
+ from .get_serviceendpoint_bitbucket import *
45
53
  from .get_serviceendpoint_npm import *
46
54
  from .get_serviceendpoint_sonarcloud import *
47
55
  from .get_team import *
@@ -73,6 +81,7 @@ from .repository_policy_max_file_size import *
73
81
  from .repository_policy_max_path_length import *
74
82
  from .repository_policy_reserved_names import *
75
83
  from .resource_authorization import *
84
+ from .securityrole_assignment import *
76
85
  from .service_endpoint_artifactory import *
77
86
  from .service_endpoint_aws import *
78
87
  from .service_endpoint_azure_dev_ops import *
@@ -84,6 +93,7 @@ from .service_endpoint_generic import *
84
93
  from .service_endpoint_generic_git import *
85
94
  from .service_endpoint_git_hub import *
86
95
  from .service_endpoint_git_hub_enterprise import *
96
+ from .service_endpoint_git_lab import *
87
97
  from .service_endpoint_kubernetes import *
88
98
  from .service_endpoint_npm import *
89
99
  from .service_endpoint_pipeline import *
@@ -92,6 +102,8 @@ from .service_endpoint_sonar_cloud import *
92
102
  from .service_endpoint_sonar_qube import *
93
103
  from .service_endpoint_ssh import *
94
104
  from .serviceendpoint_argocd import *
105
+ from .serviceendpoint_azure_service_bus import *
106
+ from .serviceendpoint_dynamics_lifecycle_services import *
95
107
  from .serviceendpoint_externaltfs import *
96
108
  from .serviceendpoint_gcp_terraform import *
97
109
  from .serviceendpoint_incomingwebhook import *
@@ -105,6 +117,8 @@ from .serviceendpoint_nexus import *
105
117
  from .serviceendpoint_nuget import *
106
118
  from .serviceendpoint_octopusdeploy import *
107
119
  from .serviceendpoint_permissions import *
120
+ from .serviceendpoint_snyk import *
121
+ from .serviceendpoint_visualstudiomarketplace import *
108
122
  from .servicehook_permissions import *
109
123
  from .servicehook_storage_queue_pipelines import *
110
124
  from .tagging_permissions import *
@@ -114,6 +128,8 @@ from .team_members import *
114
128
  from .user import *
115
129
  from .variable_group import *
116
130
  from .variable_group_permissions import *
131
+ from .wiki import *
132
+ from .wiki_page import *
117
133
  from .work_item_query_permissions import *
118
134
  from .workitem import *
119
135
  from ._inputs import *
@@ -289,6 +305,22 @@ _utilities.register(
289
305
  "azuredevops:index/environmentResourceKubernetes:EnvironmentResourceKubernetes": "EnvironmentResourceKubernetes"
290
306
  }
291
307
  },
308
+ {
309
+ "pkg": "azuredevops",
310
+ "mod": "index/feed",
311
+ "fqn": "pulumi_azuredevops",
312
+ "classes": {
313
+ "azuredevops:index/feed:Feed": "Feed"
314
+ }
315
+ },
316
+ {
317
+ "pkg": "azuredevops",
318
+ "mod": "index/feedPermission",
319
+ "fqn": "pulumi_azuredevops",
320
+ "classes": {
321
+ "azuredevops:index/feedPermission:FeedPermission": "FeedPermission"
322
+ }
323
+ },
292
324
  {
293
325
  "pkg": "azuredevops",
294
326
  "mod": "index/git",
@@ -481,6 +513,14 @@ _utilities.register(
481
513
  "azuredevops:index/resourceAuthorization:ResourceAuthorization": "ResourceAuthorization"
482
514
  }
483
515
  },
516
+ {
517
+ "pkg": "azuredevops",
518
+ "mod": "index/securityroleAssignment",
519
+ "fqn": "pulumi_azuredevops",
520
+ "classes": {
521
+ "azuredevops:index/securityroleAssignment:SecurityroleAssignment": "SecurityroleAssignment"
522
+ }
523
+ },
484
524
  {
485
525
  "pkg": "azuredevops",
486
526
  "mod": "index/serviceEndpointArtifactory",
@@ -569,6 +609,14 @@ _utilities.register(
569
609
  "azuredevops:index/serviceEndpointGitHubEnterprise:ServiceEndpointGitHubEnterprise": "ServiceEndpointGitHubEnterprise"
570
610
  }
571
611
  },
612
+ {
613
+ "pkg": "azuredevops",
614
+ "mod": "index/serviceEndpointGitLab",
615
+ "fqn": "pulumi_azuredevops",
616
+ "classes": {
617
+ "azuredevops:index/serviceEndpointGitLab:ServiceEndpointGitLab": "ServiceEndpointGitLab"
618
+ }
619
+ },
572
620
  {
573
621
  "pkg": "azuredevops",
574
622
  "mod": "index/serviceEndpointKubernetes",
@@ -633,6 +681,22 @@ _utilities.register(
633
681
  "azuredevops:index/serviceendpointArgocd:ServiceendpointArgocd": "ServiceendpointArgocd"
634
682
  }
635
683
  },
684
+ {
685
+ "pkg": "azuredevops",
686
+ "mod": "index/serviceendpointAzureServiceBus",
687
+ "fqn": "pulumi_azuredevops",
688
+ "classes": {
689
+ "azuredevops:index/serviceendpointAzureServiceBus:ServiceendpointAzureServiceBus": "ServiceendpointAzureServiceBus"
690
+ }
691
+ },
692
+ {
693
+ "pkg": "azuredevops",
694
+ "mod": "index/serviceendpointDynamicsLifecycleServices",
695
+ "fqn": "pulumi_azuredevops",
696
+ "classes": {
697
+ "azuredevops:index/serviceendpointDynamicsLifecycleServices:ServiceendpointDynamicsLifecycleServices": "ServiceendpointDynamicsLifecycleServices"
698
+ }
699
+ },
636
700
  {
637
701
  "pkg": "azuredevops",
638
702
  "mod": "index/serviceendpointExternaltfs",
@@ -737,6 +801,22 @@ _utilities.register(
737
801
  "azuredevops:index/serviceendpointPermissions:ServiceendpointPermissions": "ServiceendpointPermissions"
738
802
  }
739
803
  },
804
+ {
805
+ "pkg": "azuredevops",
806
+ "mod": "index/serviceendpointSnyk",
807
+ "fqn": "pulumi_azuredevops",
808
+ "classes": {
809
+ "azuredevops:index/serviceendpointSnyk:ServiceendpointSnyk": "ServiceendpointSnyk"
810
+ }
811
+ },
812
+ {
813
+ "pkg": "azuredevops",
814
+ "mod": "index/serviceendpointVisualstudiomarketplace",
815
+ "fqn": "pulumi_azuredevops",
816
+ "classes": {
817
+ "azuredevops:index/serviceendpointVisualstudiomarketplace:ServiceendpointVisualstudiomarketplace": "ServiceendpointVisualstudiomarketplace"
818
+ }
819
+ },
740
820
  {
741
821
  "pkg": "azuredevops",
742
822
  "mod": "index/servicehookPermissions",
@@ -809,6 +889,22 @@ _utilities.register(
809
889
  "azuredevops:index/variableGroupPermissions:VariableGroupPermissions": "VariableGroupPermissions"
810
890
  }
811
891
  },
892
+ {
893
+ "pkg": "azuredevops",
894
+ "mod": "index/wiki",
895
+ "fqn": "pulumi_azuredevops",
896
+ "classes": {
897
+ "azuredevops:index/wiki:Wiki": "Wiki"
898
+ }
899
+ },
900
+ {
901
+ "pkg": "azuredevops",
902
+ "mod": "index/wikiPage",
903
+ "fqn": "pulumi_azuredevops",
904
+ "classes": {
905
+ "azuredevops:index/wikiPage:WikiPage": "WikiPage"
906
+ }
907
+ },
812
908
  {
813
909
  "pkg": "azuredevops",
814
910
  "mod": "index/workItemQueryPermissions",