pulumi-azuredevops 3.8.0a1742224403__py3-none-any.whl → 3.9.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 (155) hide show
  1. pulumi_azuredevops/__init__.py +20 -0
  2. pulumi_azuredevops/_inputs.py +1140 -1013
  3. pulumi_azuredevops/area_permissions.py +71 -70
  4. pulumi_azuredevops/branch_policy_auto_reviewers.py +43 -42
  5. pulumi_azuredevops/branch_policy_build_validation.py +43 -42
  6. pulumi_azuredevops/branch_policy_comment_resolution.py +43 -42
  7. pulumi_azuredevops/branch_policy_merge_types.py +43 -42
  8. pulumi_azuredevops/branch_policy_min_reviewers.py +43 -42
  9. pulumi_azuredevops/branch_policy_status_check.py +43 -42
  10. pulumi_azuredevops/branch_policy_work_item_linking.py +43 -42
  11. pulumi_azuredevops/build_definition.py +120 -119
  12. pulumi_azuredevops/build_definition_permissions.py +71 -70
  13. pulumi_azuredevops/build_folder.py +43 -42
  14. pulumi_azuredevops/build_folder_permissions.py +78 -70
  15. pulumi_azuredevops/check_approval.py +120 -119
  16. pulumi_azuredevops/check_branch_control.py +120 -119
  17. pulumi_azuredevops/check_business_hours.py +218 -217
  18. pulumi_azuredevops/check_exclusive_lock.py +64 -63
  19. pulumi_azuredevops/check_required_template.py +50 -49
  20. pulumi_azuredevops/check_rest_api.py +218 -217
  21. pulumi_azuredevops/config/__init__.py +1 -0
  22. pulumi_azuredevops/config/__init__.pyi +1 -0
  23. pulumi_azuredevops/config/vars.py +1 -0
  24. pulumi_azuredevops/dashboard.py +78 -77
  25. pulumi_azuredevops/elastic_pool.py +169 -168
  26. pulumi_azuredevops/environment.py +43 -42
  27. pulumi_azuredevops/environment_resource_kubernetes.py +99 -98
  28. pulumi_azuredevops/extension.py +426 -0
  29. pulumi_azuredevops/feed.py +29 -28
  30. pulumi_azuredevops/feed_permission.py +106 -77
  31. pulumi_azuredevops/feed_retention_policy.py +57 -56
  32. pulumi_azuredevops/get_agent_queue.py +13 -12
  33. pulumi_azuredevops/get_area.py +19 -18
  34. pulumi_azuredevops/get_build_definition.py +23 -22
  35. pulumi_azuredevops/get_client_config.py +7 -6
  36. pulumi_azuredevops/get_descriptor.py +8 -7
  37. pulumi_azuredevops/get_environment.py +18 -17
  38. pulumi_azuredevops/get_feed.py +17 -16
  39. pulumi_azuredevops/get_git_repository.py +20 -19
  40. pulumi_azuredevops/get_git_repository_file.py +201 -0
  41. pulumi_azuredevops/get_group.py +16 -15
  42. pulumi_azuredevops/get_group_membership.py +8 -7
  43. pulumi_azuredevops/get_groups.py +7 -6
  44. pulumi_azuredevops/get_identity_group.py +14 -13
  45. pulumi_azuredevops/get_identity_groups.py +7 -6
  46. pulumi_azuredevops/get_identity_users.py +14 -13
  47. pulumi_azuredevops/get_iteration.py +19 -18
  48. pulumi_azuredevops/get_pool.py +10 -9
  49. pulumi_azuredevops/get_pools.py +2 -1
  50. pulumi_azuredevops/get_project.py +18 -17
  51. pulumi_azuredevops/get_projects.py +12 -11
  52. pulumi_azuredevops/get_repositories.py +17 -16
  53. pulumi_azuredevops/get_securityrole_definitions.py +7 -6
  54. pulumi_azuredevops/get_service_endpoint_azure_rm.py +31 -30
  55. pulumi_azuredevops/get_service_endpoint_github.py +19 -18
  56. pulumi_azuredevops/get_service_principal.py +10 -9
  57. pulumi_azuredevops/get_serviceendpoint_azurecr.py +29 -28
  58. pulumi_azuredevops/get_serviceendpoint_bitbucket.py +19 -18
  59. pulumi_azuredevops/get_serviceendpoint_npm.py +20 -19
  60. pulumi_azuredevops/get_serviceendpoint_sonarcloud.py +19 -18
  61. pulumi_azuredevops/get_storage_key.py +8 -7
  62. pulumi_azuredevops/get_team.py +21 -20
  63. pulumi_azuredevops/get_teams.py +12 -11
  64. pulumi_azuredevops/get_user.py +14 -13
  65. pulumi_azuredevops/get_users.py +84 -21
  66. pulumi_azuredevops/get_variable_group.py +14 -13
  67. pulumi_azuredevops/git.py +113 -112
  68. pulumi_azuredevops/git_permissions.py +85 -84
  69. pulumi_azuredevops/git_repository_branch.py +78 -77
  70. pulumi_azuredevops/git_repository_file.py +342 -85
  71. pulumi_azuredevops/group.py +134 -133
  72. pulumi_azuredevops/group_entitlement.py +85 -84
  73. pulumi_azuredevops/group_membership.py +43 -42
  74. pulumi_azuredevops/iterative_permissions.py +71 -70
  75. pulumi_azuredevops/library_permissions.py +57 -56
  76. pulumi_azuredevops/outputs.py +1118 -995
  77. pulumi_azuredevops/pipeline_authorization.py +71 -70
  78. pulumi_azuredevops/pool.py +57 -56
  79. pulumi_azuredevops/project.py +92 -91
  80. pulumi_azuredevops/project_features.py +25 -24
  81. pulumi_azuredevops/project_permissions.py +57 -56
  82. pulumi_azuredevops/project_pipeline_settings.py +99 -98
  83. pulumi_azuredevops/project_tags.py +29 -28
  84. pulumi_azuredevops/provider.py +157 -156
  85. pulumi_azuredevops/pulumi-plugin.json +1 -1
  86. pulumi_azuredevops/queue.py +43 -42
  87. pulumi_azuredevops/repository_policy_author_email_pattern.py +71 -70
  88. pulumi_azuredevops/repository_policy_case_enforcement.py +71 -70
  89. pulumi_azuredevops/repository_policy_check_credentials.py +57 -56
  90. pulumi_azuredevops/repository_policy_file_path_pattern.py +71 -70
  91. pulumi_azuredevops/repository_policy_max_file_size.py +71 -70
  92. pulumi_azuredevops/repository_policy_max_path_length.py +71 -70
  93. pulumi_azuredevops/repository_policy_reserved_names.py +57 -56
  94. pulumi_azuredevops/resource_authorization.py +71 -70
  95. pulumi_azuredevops/securityrole_assignment.py +57 -56
  96. pulumi_azuredevops/service_endpoint_artifactory.py +62 -61
  97. pulumi_azuredevops/service_endpoint_aws.py +144 -143
  98. pulumi_azuredevops/service_endpoint_azure_dev_ops.py +86 -85
  99. pulumi_azuredevops/service_endpoint_azure_ecr.py +169 -168
  100. pulumi_azuredevops/service_endpoint_azure_rm.py +195 -194
  101. pulumi_azuredevops/service_endpoint_bit_bucket.py +72 -71
  102. pulumi_azuredevops/service_endpoint_docker_registry.py +114 -113
  103. pulumi_azuredevops/service_endpoint_generic.py +86 -85
  104. pulumi_azuredevops/service_endpoint_generic_git.py +100 -99
  105. pulumi_azuredevops/service_endpoint_git_hub.py +44 -43
  106. pulumi_azuredevops/service_endpoint_git_hub_enterprise.py +174 -82
  107. pulumi_azuredevops/service_endpoint_git_lab.py +86 -85
  108. pulumi_azuredevops/service_endpoint_kubernetes.py +72 -71
  109. pulumi_azuredevops/service_endpoint_npm.py +76 -75
  110. pulumi_azuredevops/service_endpoint_pipeline.py +58 -57
  111. pulumi_azuredevops/service_endpoint_service_fabric.py +58 -57
  112. pulumi_azuredevops/service_endpoint_sonar_cloud.py +62 -61
  113. pulumi_azuredevops/service_endpoint_sonar_qube.py +76 -75
  114. pulumi_azuredevops/service_endpoint_ssh.py +114 -113
  115. pulumi_azuredevops/service_principal_entitlement.py +71 -70
  116. pulumi_azuredevops/serviceendpoint_argocd.py +62 -61
  117. pulumi_azuredevops/serviceendpoint_azure_service_bus.py +72 -71
  118. pulumi_azuredevops/serviceendpoint_checkmarx_one.py +114 -113
  119. pulumi_azuredevops/serviceendpoint_checkmarx_sast.py +114 -113
  120. pulumi_azuredevops/serviceendpoint_checkmarx_sca.py +142 -141
  121. pulumi_azuredevops/serviceendpoint_dynamics_lifecycle_services.py +114 -113
  122. pulumi_azuredevops/serviceendpoint_externaltfs.py +58 -57
  123. pulumi_azuredevops/serviceendpoint_gcp_terraform.py +116 -115
  124. pulumi_azuredevops/serviceendpoint_incomingwebhook.py +86 -85
  125. pulumi_azuredevops/serviceendpoint_jenkins.py +100 -99
  126. pulumi_azuredevops/serviceendpoint_jfrog_artifactory_v2.py +62 -61
  127. pulumi_azuredevops/serviceendpoint_jfrog_distribution_v2.py +62 -61
  128. pulumi_azuredevops/serviceendpoint_jfrog_platform_v2.py +62 -61
  129. pulumi_azuredevops/serviceendpoint_jfrog_xray_v2.py +62 -61
  130. pulumi_azuredevops/serviceendpoint_maven.py +72 -71
  131. pulumi_azuredevops/serviceendpoint_nexus.py +86 -85
  132. pulumi_azuredevops/serviceendpoint_nuget.py +114 -113
  133. pulumi_azuredevops/serviceendpoint_octopusdeploy.py +86 -85
  134. pulumi_azuredevops/serviceendpoint_openshift.py +688 -0
  135. pulumi_azuredevops/serviceendpoint_permissions.py +71 -70
  136. pulumi_azuredevops/serviceendpoint_snyk.py +72 -71
  137. pulumi_azuredevops/serviceendpoint_visualstudiomarketplace.py +58 -57
  138. pulumi_azuredevops/servicehook_permissions.py +57 -56
  139. pulumi_azuredevops/servicehook_storage_queue_pipelines.py +85 -84
  140. pulumi_azuredevops/tagging_permissions.py +57 -56
  141. pulumi_azuredevops/team.py +78 -77
  142. pulumi_azuredevops/team_administrators.py +57 -56
  143. pulumi_azuredevops/team_members.py +57 -56
  144. pulumi_azuredevops/user.py +78 -77
  145. pulumi_azuredevops/variable_group.py +57 -56
  146. pulumi_azuredevops/variable_group_permissions.py +71 -70
  147. pulumi_azuredevops/wiki.py +99 -98
  148. pulumi_azuredevops/wiki_page.py +67 -66
  149. pulumi_azuredevops/work_item_query_permissions.py +71 -70
  150. pulumi_azuredevops/workitem.py +113 -112
  151. {pulumi_azuredevops-3.8.0a1742224403.dist-info → pulumi_azuredevops-3.9.0.dist-info}/METADATA +2 -2
  152. pulumi_azuredevops-3.9.0.dist-info/RECORD +156 -0
  153. {pulumi_azuredevops-3.8.0a1742224403.dist-info → pulumi_azuredevops-3.9.0.dist-info}/WHEEL +1 -1
  154. pulumi_azuredevops-3.8.0a1742224403.dist-info/RECORD +0 -153
  155. {pulumi_azuredevops-3.8.0a1742224403.dist-info → pulumi_azuredevops-3.9.0.dist-info}/top_level.txt +0 -0
@@ -2,6 +2,7 @@
2
2
  # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
+ import builtins
5
6
  import copy
6
7
  import warnings
7
8
  import sys
@@ -51,7 +52,7 @@ class GetGroupResult:
51
52
 
52
53
  @property
53
54
  @pulumi.getter
54
- def descriptor(self) -> str:
55
+ def descriptor(self) -> builtins.str:
55
56
  """
56
57
  The Descriptor is the primary way to reference the graph subject. This field will uniquely identify the same graph subject across both Accounts and Organizations.
57
58
  """
@@ -59,7 +60,7 @@ class GetGroupResult:
59
60
 
60
61
  @property
61
62
  @pulumi.getter(name="groupId")
62
- def group_id(self) -> str:
63
+ def group_id(self) -> builtins.str:
63
64
  """
64
65
  The ID of the group.
65
66
  """
@@ -67,7 +68,7 @@ class GetGroupResult:
67
68
 
68
69
  @property
69
70
  @pulumi.getter
70
- def id(self) -> str:
71
+ def id(self) -> builtins.str:
71
72
  """
72
73
  The provider-assigned unique ID for this managed resource.
73
74
  """
@@ -75,12 +76,12 @@ class GetGroupResult:
75
76
 
76
77
  @property
77
78
  @pulumi.getter
78
- def name(self) -> str:
79
+ def name(self) -> builtins.str:
79
80
  return pulumi.get(self, "name")
80
81
 
81
82
  @property
82
83
  @pulumi.getter
83
- def origin(self) -> str:
84
+ def origin(self) -> builtins.str:
84
85
  """
85
86
  The type of source provider for the origin identifier (ex:AD, AAD, MSA)
86
87
  """
@@ -88,7 +89,7 @@ class GetGroupResult:
88
89
 
89
90
  @property
90
91
  @pulumi.getter(name="originId")
91
- def origin_id(self) -> str:
92
+ def origin_id(self) -> builtins.str:
92
93
  """
93
94
  The unique identifier from the system of origin. Typically a sid, object id or Guid. Linking and unlinking operations can cause this value to change for a user because the user is not backed by a different provider and has a different unique id in the new provider.
94
95
  """
@@ -96,7 +97,7 @@ class GetGroupResult:
96
97
 
97
98
  @property
98
99
  @pulumi.getter(name="projectId")
99
- def project_id(self) -> Optional[str]:
100
+ def project_id(self) -> Optional[builtins.str]:
100
101
  return pulumi.get(self, "project_id")
101
102
 
102
103
 
@@ -115,8 +116,8 @@ class AwaitableGetGroupResult(GetGroupResult):
115
116
  project_id=self.project_id)
116
117
 
117
118
 
118
- def get_group(name: Optional[str] = None,
119
- project_id: Optional[str] = None,
119
+ def get_group(name: Optional[builtins.str] = None,
120
+ project_id: Optional[builtins.str] = None,
120
121
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetGroupResult:
121
122
  """
122
123
  Use this data source to access information about an existing Group within Azure DevOps
@@ -147,8 +148,8 @@ def get_group(name: Optional[str] = None,
147
148
  - **Work Items**: Read
148
149
 
149
150
 
150
- :param str name: The Name of the Group.
151
- :param str project_id: The ID of the Project. If `project_id` is not specified the project collection groups will be searched.
151
+ :param builtins.str name: The Name of the Group.
152
+ :param builtins.str project_id: The ID of the Project. If `project_id` is not specified the project collection groups will be searched.
152
153
  """
153
154
  __args__ = dict()
154
155
  __args__['name'] = name
@@ -164,8 +165,8 @@ def get_group(name: Optional[str] = None,
164
165
  origin=pulumi.get(__ret__, 'origin'),
165
166
  origin_id=pulumi.get(__ret__, 'origin_id'),
166
167
  project_id=pulumi.get(__ret__, 'project_id'))
167
- def get_group_output(name: Optional[pulumi.Input[str]] = None,
168
- project_id: Optional[pulumi.Input[Optional[str]]] = None,
168
+ def get_group_output(name: Optional[pulumi.Input[builtins.str]] = None,
169
+ project_id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
169
170
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetGroupResult]:
170
171
  """
171
172
  Use this data source to access information about an existing Group within Azure DevOps
@@ -196,8 +197,8 @@ def get_group_output(name: Optional[pulumi.Input[str]] = None,
196
197
  - **Work Items**: Read
197
198
 
198
199
 
199
- :param str name: The Name of the Group.
200
- :param str project_id: The ID of the Project. If `project_id` is not specified the project collection groups will be searched.
200
+ :param builtins.str name: The Name of the Group.
201
+ :param builtins.str project_id: The ID of the Project. If `project_id` is not specified the project collection groups will be searched.
201
202
  """
202
203
  __args__ = dict()
203
204
  __args__['name'] = name
@@ -2,6 +2,7 @@
2
2
  # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
+ import builtins
5
6
  import copy
6
7
  import warnings
7
8
  import sys
@@ -39,12 +40,12 @@ class GetGroupMembershipResult:
39
40
 
40
41
  @property
41
42
  @pulumi.getter(name="groupDescriptor")
42
- def group_descriptor(self) -> str:
43
+ def group_descriptor(self) -> builtins.str:
43
44
  return pulumi.get(self, "group_descriptor")
44
45
 
45
46
  @property
46
47
  @pulumi.getter
47
- def id(self) -> str:
48
+ def id(self) -> builtins.str:
48
49
  """
49
50
  The provider-assigned unique ID for this managed resource.
50
51
  """
@@ -52,7 +53,7 @@ class GetGroupMembershipResult:
52
53
 
53
54
  @property
54
55
  @pulumi.getter
55
- def members(self) -> Sequence[str]:
56
+ def members(self) -> Sequence[builtins.str]:
56
57
  """
57
58
  A list of user or group descriptors.
58
59
  """
@@ -70,7 +71,7 @@ class AwaitableGetGroupMembershipResult(GetGroupMembershipResult):
70
71
  members=self.members)
71
72
 
72
73
 
73
- def get_group_membership(group_descriptor: Optional[str] = None,
74
+ def get_group_membership(group_descriptor: Optional[builtins.str] = None,
74
75
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetGroupMembershipResult:
75
76
  """
76
77
  Use this data source to access information about an existing Group Memberships within Azure DevOps
@@ -89,7 +90,7 @@ def get_group_membership(group_descriptor: Optional[str] = None,
89
90
  - [Azure DevOps Service REST API 7.1 - Memberships](https://docs.microsoft.com/en-us/rest/api/azure/devops/graph/memberships?view=azure-devops-rest-7.1)
90
91
 
91
92
 
92
- :param str group_descriptor: The descriptor of the group.
93
+ :param builtins.str group_descriptor: The descriptor of the group.
93
94
  """
94
95
  __args__ = dict()
95
96
  __args__['groupDescriptor'] = group_descriptor
@@ -100,7 +101,7 @@ def get_group_membership(group_descriptor: Optional[str] = None,
100
101
  group_descriptor=pulumi.get(__ret__, 'group_descriptor'),
101
102
  id=pulumi.get(__ret__, 'id'),
102
103
  members=pulumi.get(__ret__, 'members'))
103
- def get_group_membership_output(group_descriptor: Optional[pulumi.Input[str]] = None,
104
+ def get_group_membership_output(group_descriptor: Optional[pulumi.Input[builtins.str]] = None,
104
105
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetGroupMembershipResult]:
105
106
  """
106
107
  Use this data source to access information about an existing Group Memberships within Azure DevOps
@@ -119,7 +120,7 @@ def get_group_membership_output(group_descriptor: Optional[pulumi.Input[str]] =
119
120
  - [Azure DevOps Service REST API 7.1 - Memberships](https://docs.microsoft.com/en-us/rest/api/azure/devops/graph/memberships?view=azure-devops-rest-7.1)
120
121
 
121
122
 
122
- :param str group_descriptor: The descriptor of the group.
123
+ :param builtins.str group_descriptor: The descriptor of the group.
123
124
  """
124
125
  __args__ = dict()
125
126
  __args__['groupDescriptor'] = group_descriptor
@@ -2,6 +2,7 @@
2
2
  # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
+ import builtins
5
6
  import copy
6
7
  import warnings
7
8
  import sys
@@ -48,7 +49,7 @@ class GetGroupsResult:
48
49
 
49
50
  @property
50
51
  @pulumi.getter
51
- def id(self) -> str:
52
+ def id(self) -> builtins.str:
52
53
  """
53
54
  The provider-assigned unique ID for this managed resource.
54
55
  """
@@ -56,7 +57,7 @@ class GetGroupsResult:
56
57
 
57
58
  @property
58
59
  @pulumi.getter(name="projectId")
59
- def project_id(self) -> Optional[str]:
60
+ def project_id(self) -> Optional[builtins.str]:
60
61
  return pulumi.get(self, "project_id")
61
62
 
62
63
 
@@ -71,7 +72,7 @@ class AwaitableGetGroupsResult(GetGroupsResult):
71
72
  project_id=self.project_id)
72
73
 
73
74
 
74
- def get_groups(project_id: Optional[str] = None,
75
+ def get_groups(project_id: Optional[builtins.str] = None,
75
76
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetGroupsResult:
76
77
  """
77
78
  Use this data source to access information about existing Groups within Azure DevOps
@@ -94,7 +95,7 @@ def get_groups(project_id: Optional[str] = None,
94
95
  - [Azure DevOps Service REST API 7.0 - Groups - List](https://docs.microsoft.com/en-us/rest/api/azure/devops/graph/groups/list?view=azure-devops-rest-7.0)
95
96
 
96
97
 
97
- :param str project_id: The ID of the Project. If no project ID is specified all groups of an organization will be returned
98
+ :param builtins.str project_id: The ID of the Project. If no project ID is specified all groups of an organization will be returned
98
99
  """
99
100
  __args__ = dict()
100
101
  __args__['projectId'] = project_id
@@ -105,7 +106,7 @@ def get_groups(project_id: Optional[str] = None,
105
106
  groups=pulumi.get(__ret__, 'groups'),
106
107
  id=pulumi.get(__ret__, 'id'),
107
108
  project_id=pulumi.get(__ret__, 'project_id'))
108
- def get_groups_output(project_id: Optional[pulumi.Input[Optional[str]]] = None,
109
+ def get_groups_output(project_id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
109
110
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetGroupsResult]:
110
111
  """
111
112
  Use this data source to access information about existing Groups within Azure DevOps
@@ -128,7 +129,7 @@ def get_groups_output(project_id: Optional[pulumi.Input[Optional[str]]] = None,
128
129
  - [Azure DevOps Service REST API 7.0 - Groups - List](https://docs.microsoft.com/en-us/rest/api/azure/devops/graph/groups/list?view=azure-devops-rest-7.0)
129
130
 
130
131
 
131
- :param str project_id: The ID of the Project. If no project ID is specified all groups of an organization will be returned
132
+ :param builtins.str project_id: The ID of the Project. If no project ID is specified all groups of an organization will be returned
132
133
  """
133
134
  __args__ = dict()
134
135
  __args__['projectId'] = project_id
@@ -2,6 +2,7 @@
2
2
  # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
+ import builtins
5
6
  import copy
6
7
  import warnings
7
8
  import sys
@@ -45,7 +46,7 @@ class GetIdentityGroupResult:
45
46
 
46
47
  @property
47
48
  @pulumi.getter
48
- def descriptor(self) -> str:
49
+ def descriptor(self) -> builtins.str:
49
50
  """
50
51
  The descriptor of the identity group.
51
52
  """
@@ -53,7 +54,7 @@ class GetIdentityGroupResult:
53
54
 
54
55
  @property
55
56
  @pulumi.getter
56
- def id(self) -> str:
57
+ def id(self) -> builtins.str:
57
58
  """
58
59
  The provider-assigned unique ID for this managed resource.
59
60
  """
@@ -61,7 +62,7 @@ class GetIdentityGroupResult:
61
62
 
62
63
  @property
63
64
  @pulumi.getter
64
- def name(self) -> str:
65
+ def name(self) -> builtins.str:
65
66
  """
66
67
  This is the non-unique display name of the identity subject. To change this field, you must alter its value in the source provider.
67
68
  """
@@ -69,12 +70,12 @@ class GetIdentityGroupResult:
69
70
 
70
71
  @property
71
72
  @pulumi.getter(name="projectId")
72
- def project_id(self) -> str:
73
+ def project_id(self) -> builtins.str:
73
74
  return pulumi.get(self, "project_id")
74
75
 
75
76
  @property
76
77
  @pulumi.getter(name="subjectDescriptor")
77
- def subject_descriptor(self) -> str:
78
+ def subject_descriptor(self) -> builtins.str:
78
79
  """
79
80
  The subject descriptor of the identity group.
80
81
  """
@@ -94,8 +95,8 @@ class AwaitableGetIdentityGroupResult(GetIdentityGroupResult):
94
95
  subject_descriptor=self.subject_descriptor)
95
96
 
96
97
 
97
- def get_identity_group(name: Optional[str] = None,
98
- project_id: Optional[str] = None,
98
+ def get_identity_group(name: Optional[builtins.str] = None,
99
+ project_id: Optional[builtins.str] = None,
99
100
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetIdentityGroupResult:
100
101
  """
101
102
  Use this data source to access information about an existing Group within Azure DevOps On-Premise(Azure DevOps Server).
@@ -116,8 +117,8 @@ def get_identity_group(name: Optional[str] = None,
116
117
  - [Azure DevOps Service REST API 7.1 - Identities](https://docs.microsoft.com/en-us/rest/api/azure/devops/ims/?view=azure-devops-rest-7.2)
117
118
 
118
119
 
119
- :param str name: The name of the group.
120
- :param str project_id: The Project ID.
120
+ :param builtins.str name: The name of the group.
121
+ :param builtins.str project_id: The Project ID.
121
122
  """
122
123
  __args__ = dict()
123
124
  __args__['name'] = name
@@ -131,8 +132,8 @@ def get_identity_group(name: Optional[str] = None,
131
132
  name=pulumi.get(__ret__, 'name'),
132
133
  project_id=pulumi.get(__ret__, 'project_id'),
133
134
  subject_descriptor=pulumi.get(__ret__, 'subject_descriptor'))
134
- def get_identity_group_output(name: Optional[pulumi.Input[str]] = None,
135
- project_id: Optional[pulumi.Input[str]] = None,
135
+ def get_identity_group_output(name: Optional[pulumi.Input[builtins.str]] = None,
136
+ project_id: Optional[pulumi.Input[builtins.str]] = None,
136
137
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetIdentityGroupResult]:
137
138
  """
138
139
  Use this data source to access information about an existing Group within Azure DevOps On-Premise(Azure DevOps Server).
@@ -153,8 +154,8 @@ def get_identity_group_output(name: Optional[pulumi.Input[str]] = None,
153
154
  - [Azure DevOps Service REST API 7.1 - Identities](https://docs.microsoft.com/en-us/rest/api/azure/devops/ims/?view=azure-devops-rest-7.2)
154
155
 
155
156
 
156
- :param str name: The name of the group.
157
- :param str project_id: The Project ID.
157
+ :param builtins.str name: The name of the group.
158
+ :param builtins.str project_id: The Project ID.
158
159
  """
159
160
  __args__ = dict()
160
161
  __args__['name'] = name
@@ -2,6 +2,7 @@
2
2
  # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
+ import builtins
5
6
  import copy
6
7
  import warnings
7
8
  import sys
@@ -48,7 +49,7 @@ class GetIdentityGroupsResult:
48
49
 
49
50
  @property
50
51
  @pulumi.getter
51
- def id(self) -> str:
52
+ def id(self) -> builtins.str:
52
53
  """
53
54
  The provider-assigned unique ID for this managed resource.
54
55
  """
@@ -56,7 +57,7 @@ class GetIdentityGroupsResult:
56
57
 
57
58
  @property
58
59
  @pulumi.getter(name="projectId")
59
- def project_id(self) -> Optional[str]:
60
+ def project_id(self) -> Optional[builtins.str]:
60
61
  return pulumi.get(self, "project_id")
61
62
 
62
63
 
@@ -71,7 +72,7 @@ class AwaitableGetIdentityGroupsResult(GetIdentityGroupsResult):
71
72
  project_id=self.project_id)
72
73
 
73
74
 
74
- def get_identity_groups(project_id: Optional[str] = None,
75
+ def get_identity_groups(project_id: Optional[builtins.str] = None,
75
76
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetIdentityGroupsResult:
76
77
  """
77
78
  Use this data source to access information about existing Groups within Azure DevOps On-Premise(Azure DevOps Server).
@@ -94,7 +95,7 @@ def get_identity_groups(project_id: Optional[str] = None,
94
95
  - [Azure DevOps Service REST API 7.1 - Identities](https://docs.microsoft.com/en-us/rest/api/azure/devops/ims/?view=azure-devops-rest-7.2)
95
96
 
96
97
 
97
- :param str project_id: The Project ID. If no project ID is specified all groups of an organization will be returned
98
+ :param builtins.str project_id: The Project ID. If no project ID is specified all groups of an organization will be returned
98
99
  """
99
100
  __args__ = dict()
100
101
  __args__['projectId'] = project_id
@@ -105,7 +106,7 @@ def get_identity_groups(project_id: Optional[str] = None,
105
106
  groups=pulumi.get(__ret__, 'groups'),
106
107
  id=pulumi.get(__ret__, 'id'),
107
108
  project_id=pulumi.get(__ret__, 'project_id'))
108
- def get_identity_groups_output(project_id: Optional[pulumi.Input[Optional[str]]] = None,
109
+ def get_identity_groups_output(project_id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
109
110
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetIdentityGroupsResult]:
110
111
  """
111
112
  Use this data source to access information about existing Groups within Azure DevOps On-Premise(Azure DevOps Server).
@@ -128,7 +129,7 @@ def get_identity_groups_output(project_id: Optional[pulumi.Input[Optional[str]]]
128
129
  - [Azure DevOps Service REST API 7.1 - Identities](https://docs.microsoft.com/en-us/rest/api/azure/devops/ims/?view=azure-devops-rest-7.2)
129
130
 
130
131
 
131
- :param str project_id: The Project ID. If no project ID is specified all groups of an organization will be returned
132
+ :param builtins.str project_id: The Project ID. If no project ID is specified all groups of an organization will be returned
132
133
  """
133
134
  __args__ = dict()
134
135
  __args__['projectId'] = project_id
@@ -2,6 +2,7 @@
2
2
  # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
+ import builtins
5
6
  import copy
6
7
  import warnings
7
8
  import sys
@@ -45,7 +46,7 @@ class GetIdentityUsersResult:
45
46
 
46
47
  @property
47
48
  @pulumi.getter
48
- def descriptor(self) -> str:
49
+ def descriptor(self) -> builtins.str:
49
50
  """
50
51
  The Descriptor of the user.
51
52
  """
@@ -53,7 +54,7 @@ class GetIdentityUsersResult:
53
54
 
54
55
  @property
55
56
  @pulumi.getter
56
- def id(self) -> str:
57
+ def id(self) -> builtins.str:
57
58
  """
58
59
  The provider-assigned unique ID for this managed resource.
59
60
  """
@@ -61,17 +62,17 @@ class GetIdentityUsersResult:
61
62
 
62
63
  @property
63
64
  @pulumi.getter
64
- def name(self) -> str:
65
+ def name(self) -> builtins.str:
65
66
  return pulumi.get(self, "name")
66
67
 
67
68
  @property
68
69
  @pulumi.getter(name="searchFilter")
69
- def search_filter(self) -> Optional[str]:
70
+ def search_filter(self) -> Optional[builtins.str]:
70
71
  return pulumi.get(self, "search_filter")
71
72
 
72
73
  @property
73
74
  @pulumi.getter(name="subjectDescriptor")
74
- def subject_descriptor(self) -> str:
75
+ def subject_descriptor(self) -> builtins.str:
75
76
  """
76
77
  The Subject Descriptor of the user.
77
78
  """
@@ -91,15 +92,15 @@ class AwaitableGetIdentityUsersResult(GetIdentityUsersResult):
91
92
  subject_descriptor=self.subject_descriptor)
92
93
 
93
94
 
94
- def get_identity_users(name: Optional[str] = None,
95
- search_filter: Optional[str] = None,
95
+ def get_identity_users(name: Optional[builtins.str] = None,
96
+ search_filter: Optional[builtins.str] = None,
96
97
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetIdentityUsersResult:
97
98
  """
98
99
  Use this data source to access information about an existing users within Azure DevOps On-Premise(Azure DevOps Server).
99
100
 
100
101
 
101
- :param str name: The PrincipalName of this identity member from the source provider.
102
- :param str search_filter: The type of search to perform. Possible values are: `AccountName`, `DisplayName`, and `MailAddress`. Default is `General`.
102
+ :param builtins.str name: The PrincipalName of this identity member from the source provider.
103
+ :param builtins.str search_filter: The type of search to perform. Possible values are: `AccountName`, `DisplayName`, and `MailAddress`. Default is `General`.
103
104
  """
104
105
  __args__ = dict()
105
106
  __args__['name'] = name
@@ -113,15 +114,15 @@ def get_identity_users(name: Optional[str] = None,
113
114
  name=pulumi.get(__ret__, 'name'),
114
115
  search_filter=pulumi.get(__ret__, 'search_filter'),
115
116
  subject_descriptor=pulumi.get(__ret__, 'subject_descriptor'))
116
- def get_identity_users_output(name: Optional[pulumi.Input[str]] = None,
117
- search_filter: Optional[pulumi.Input[Optional[str]]] = None,
117
+ def get_identity_users_output(name: Optional[pulumi.Input[builtins.str]] = None,
118
+ search_filter: Optional[pulumi.Input[Optional[builtins.str]]] = None,
118
119
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetIdentityUsersResult]:
119
120
  """
120
121
  Use this data source to access information about an existing users within Azure DevOps On-Premise(Azure DevOps Server).
121
122
 
122
123
 
123
- :param str name: The PrincipalName of this identity member from the source provider.
124
- :param str search_filter: The type of search to perform. Possible values are: `AccountName`, `DisplayName`, and `MailAddress`. Default is `General`.
124
+ :param builtins.str name: The PrincipalName of this identity member from the source provider.
125
+ :param builtins.str search_filter: The type of search to perform. Possible values are: `AccountName`, `DisplayName`, and `MailAddress`. Default is `General`.
125
126
  """
126
127
  __args__ = dict()
127
128
  __args__['name'] = name
@@ -2,6 +2,7 @@
2
2
  # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
+ import builtins
5
6
  import copy
6
7
  import warnings
7
8
  import sys
@@ -60,12 +61,12 @@ class GetIterationResult:
60
61
 
61
62
  @property
62
63
  @pulumi.getter(name="fetchChildren")
63
- def fetch_children(self) -> Optional[bool]:
64
+ def fetch_children(self) -> Optional[builtins.bool]:
64
65
  return pulumi.get(self, "fetch_children")
65
66
 
66
67
  @property
67
68
  @pulumi.getter(name="hasChildren")
68
- def has_children(self) -> bool:
69
+ def has_children(self) -> builtins.bool:
69
70
  """
70
71
  Indicator if the child Iteration node has child nodes
71
72
  """
@@ -73,7 +74,7 @@ class GetIterationResult:
73
74
 
74
75
  @property
75
76
  @pulumi.getter
76
- def id(self) -> str:
77
+ def id(self) -> builtins.str:
77
78
  """
78
79
  The provider-assigned unique ID for this managed resource.
79
80
  """
@@ -81,7 +82,7 @@ class GetIterationResult:
81
82
 
82
83
  @property
83
84
  @pulumi.getter
84
- def name(self) -> str:
85
+ def name(self) -> builtins.str:
85
86
  """
86
87
  The name of the child Iteration node
87
88
  """
@@ -89,7 +90,7 @@ class GetIterationResult:
89
90
 
90
91
  @property
91
92
  @pulumi.getter
92
- def path(self) -> str:
93
+ def path(self) -> builtins.str:
93
94
  """
94
95
  The complete path (in relative URL format) of the child Iteration
95
96
  """
@@ -97,7 +98,7 @@ class GetIterationResult:
97
98
 
98
99
  @property
99
100
  @pulumi.getter(name="projectId")
100
- def project_id(self) -> str:
101
+ def project_id(self) -> builtins.str:
101
102
  """
102
103
  The project ID of the child Iteration node
103
104
  """
@@ -119,9 +120,9 @@ class AwaitableGetIterationResult(GetIterationResult):
119
120
  project_id=self.project_id)
120
121
 
121
122
 
122
- def get_iteration(fetch_children: Optional[bool] = None,
123
- path: Optional[str] = None,
124
- project_id: Optional[str] = None,
123
+ def get_iteration(fetch_children: Optional[builtins.bool] = None,
124
+ path: Optional[builtins.str] = None,
125
+ project_id: Optional[builtins.str] = None,
125
126
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetIterationResult:
126
127
  """
127
128
  Use this data source to access information about an existing Iteration (Sprint) within Azure DevOps.
@@ -155,9 +156,9 @@ def get_iteration(fetch_children: Optional[bool] = None,
155
156
  - **Project & Team**: vso.work - Grants the ability to read work items, queries, boards, area and iterations paths, and other work item tracking related metadata. Also grants the ability to execute queries, search work items and to receive notifications about work item events via service hooks.
156
157
 
157
158
 
158
- :param bool fetch_children: Read children nodes, _Depth_: 1, _Default_: `true`
159
- :param str path: The path to the Iteration, _Format_: URL relative; if omitted, or value `"/"` is used, the root Iteration will be returned
160
- :param str project_id: The project ID.
159
+ :param builtins.bool fetch_children: Read children nodes, _Depth_: 1, _Default_: `true`
160
+ :param builtins.str path: The path to the Iteration, _Format_: URL relative; if omitted, or value `"/"` is used, the root Iteration will be returned
161
+ :param builtins.str project_id: The project ID.
161
162
  """
162
163
  __args__ = dict()
163
164
  __args__['fetchChildren'] = fetch_children
@@ -174,9 +175,9 @@ def get_iteration(fetch_children: Optional[bool] = None,
174
175
  name=pulumi.get(__ret__, 'name'),
175
176
  path=pulumi.get(__ret__, 'path'),
176
177
  project_id=pulumi.get(__ret__, 'project_id'))
177
- def get_iteration_output(fetch_children: Optional[pulumi.Input[Optional[bool]]] = None,
178
- path: Optional[pulumi.Input[Optional[str]]] = None,
179
- project_id: Optional[pulumi.Input[str]] = None,
178
+ def get_iteration_output(fetch_children: Optional[pulumi.Input[Optional[builtins.bool]]] = None,
179
+ path: Optional[pulumi.Input[Optional[builtins.str]]] = None,
180
+ project_id: Optional[pulumi.Input[builtins.str]] = None,
180
181
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetIterationResult]:
181
182
  """
182
183
  Use this data source to access information about an existing Iteration (Sprint) within Azure DevOps.
@@ -210,9 +211,9 @@ def get_iteration_output(fetch_children: Optional[pulumi.Input[Optional[bool]]]
210
211
  - **Project & Team**: vso.work - Grants the ability to read work items, queries, boards, area and iterations paths, and other work item tracking related metadata. Also grants the ability to execute queries, search work items and to receive notifications about work item events via service hooks.
211
212
 
212
213
 
213
- :param bool fetch_children: Read children nodes, _Depth_: 1, _Default_: `true`
214
- :param str path: The path to the Iteration, _Format_: URL relative; if omitted, or value `"/"` is used, the root Iteration will be returned
215
- :param str project_id: The project ID.
214
+ :param builtins.bool fetch_children: Read children nodes, _Depth_: 1, _Default_: `true`
215
+ :param builtins.str path: The path to the Iteration, _Format_: URL relative; if omitted, or value `"/"` is used, the root Iteration will be returned
216
+ :param builtins.str project_id: The project ID.
216
217
  """
217
218
  __args__ = dict()
218
219
  __args__['fetchChildren'] = fetch_children
@@ -2,6 +2,7 @@
2
2
  # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
+ import builtins
5
6
  import copy
6
7
  import warnings
7
8
  import sys
@@ -45,7 +46,7 @@ class GetPoolResult:
45
46
 
46
47
  @property
47
48
  @pulumi.getter(name="autoProvision")
48
- def auto_provision(self) -> bool:
49
+ def auto_provision(self) -> builtins.bool:
49
50
  """
50
51
  Specifies whether a queue should be automatically provisioned for each project collection.
51
52
  """
@@ -53,7 +54,7 @@ class GetPoolResult:
53
54
 
54
55
  @property
55
56
  @pulumi.getter(name="autoUpdate")
56
- def auto_update(self) -> bool:
57
+ def auto_update(self) -> builtins.bool:
57
58
  """
58
59
  Specifies whether or not agents within the pool should be automatically updated.
59
60
  """
@@ -61,7 +62,7 @@ class GetPoolResult:
61
62
 
62
63
  @property
63
64
  @pulumi.getter
64
- def id(self) -> str:
65
+ def id(self) -> builtins.str:
65
66
  """
66
67
  The provider-assigned unique ID for this managed resource.
67
68
  """
@@ -69,7 +70,7 @@ class GetPoolResult:
69
70
 
70
71
  @property
71
72
  @pulumi.getter
72
- def name(self) -> str:
73
+ def name(self) -> builtins.str:
73
74
  """
74
75
  The name of the agent pool
75
76
  """
@@ -77,7 +78,7 @@ class GetPoolResult:
77
78
 
78
79
  @property
79
80
  @pulumi.getter(name="poolType")
80
- def pool_type(self) -> str:
81
+ def pool_type(self) -> builtins.str:
81
82
  """
82
83
  Specifies whether the agent pool type is Automation or Deployment.
83
84
  """
@@ -97,7 +98,7 @@ class AwaitableGetPoolResult(GetPoolResult):
97
98
  pool_type=self.pool_type)
98
99
 
99
100
 
100
- def get_pool(name: Optional[str] = None,
101
+ def get_pool(name: Optional[builtins.str] = None,
101
102
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPoolResult:
102
103
  """
103
104
  Use this data source to access information about an existing Agent Pool within Azure DevOps.
@@ -120,7 +121,7 @@ def get_pool(name: Optional[str] = None,
120
121
  - [Azure DevOps Service REST API 7.1 - Agent Pools - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/distributedtask/pools/get?view=azure-devops-rest-7.1)
121
122
 
122
123
 
123
- :param str name: Name of the Agent Pool.
124
+ :param builtins.str name: Name of the Agent Pool.
124
125
  """
125
126
  __args__ = dict()
126
127
  __args__['name'] = name
@@ -133,7 +134,7 @@ def get_pool(name: Optional[str] = None,
133
134
  id=pulumi.get(__ret__, 'id'),
134
135
  name=pulumi.get(__ret__, 'name'),
135
136
  pool_type=pulumi.get(__ret__, 'pool_type'))
136
- def get_pool_output(name: Optional[pulumi.Input[str]] = None,
137
+ def get_pool_output(name: Optional[pulumi.Input[builtins.str]] = None,
137
138
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetPoolResult]:
138
139
  """
139
140
  Use this data source to access information about an existing Agent Pool within Azure DevOps.
@@ -156,7 +157,7 @@ def get_pool_output(name: Optional[pulumi.Input[str]] = None,
156
157
  - [Azure DevOps Service REST API 7.1 - Agent Pools - Get](https://docs.microsoft.com/en-us/rest/api/azure/devops/distributedtask/pools/get?view=azure-devops-rest-7.1)
157
158
 
158
159
 
159
- :param str name: Name of the Agent Pool.
160
+ :param builtins.str name: Name of the Agent Pool.
160
161
  """
161
162
  __args__ = dict()
162
163
  __args__['name'] = name