pulumi-azuredevops 3.11.0a1753334963__py3-none-any.whl → 3.11.0a1753507664__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 (157) hide show
  1. pulumi_azuredevops/__init__.py +1 -1
  2. pulumi_azuredevops/_inputs.py +1246 -1247
  3. pulumi_azuredevops/area_permissions.py +86 -87
  4. pulumi_azuredevops/branch_policy_auto_reviewers.py +55 -56
  5. pulumi_azuredevops/branch_policy_build_validation.py +55 -56
  6. pulumi_azuredevops/branch_policy_comment_resolution.py +55 -56
  7. pulumi_azuredevops/branch_policy_merge_types.py +55 -56
  8. pulumi_azuredevops/branch_policy_min_reviewers.py +55 -56
  9. pulumi_azuredevops/branch_policy_status_check.py +55 -56
  10. pulumi_azuredevops/branch_policy_work_item_linking.py +55 -56
  11. pulumi_azuredevops/build_definition.py +170 -171
  12. pulumi_azuredevops/build_definition_permissions.py +86 -87
  13. pulumi_azuredevops/build_folder.py +52 -53
  14. pulumi_azuredevops/build_folder_permissions.py +86 -87
  15. pulumi_azuredevops/check_approval.py +146 -147
  16. pulumi_azuredevops/check_branch_control.py +146 -147
  17. pulumi_azuredevops/check_business_hours.py +265 -266
  18. pulumi_azuredevops/check_exclusive_lock.py +78 -79
  19. pulumi_azuredevops/check_required_template.py +64 -65
  20. pulumi_azuredevops/check_rest_api.py +265 -266
  21. pulumi_azuredevops/config/__init__.py +1 -1
  22. pulumi_azuredevops/config/__init__.pyi +1 -2
  23. pulumi_azuredevops/config/vars.py +22 -23
  24. pulumi_azuredevops/dashboard.py +95 -96
  25. pulumi_azuredevops/elastic_pool.py +205 -206
  26. pulumi_azuredevops/environment.py +52 -53
  27. pulumi_azuredevops/environment_resource_kubernetes.py +120 -121
  28. pulumi_azuredevops/extension.py +96 -97
  29. pulumi_azuredevops/feed.py +38 -39
  30. pulumi_azuredevops/feed_permission.py +95 -96
  31. pulumi_azuredevops/feed_retention_policy.py +69 -70
  32. pulumi_azuredevops/get_agent_queue.py +17 -18
  33. pulumi_azuredevops/get_area.py +26 -27
  34. pulumi_azuredevops/get_build_definition.py +39 -40
  35. pulumi_azuredevops/get_client_config.py +13 -14
  36. pulumi_azuredevops/get_descriptor.py +11 -12
  37. pulumi_azuredevops/get_environment.py +23 -24
  38. pulumi_azuredevops/get_feed.py +21 -22
  39. pulumi_azuredevops/get_git_repository.py +31 -32
  40. pulumi_azuredevops/get_git_repository_file.py +31 -32
  41. pulumi_azuredevops/get_group.py +23 -24
  42. pulumi_azuredevops/get_group_membership.py +11 -12
  43. pulumi_azuredevops/get_groups.py +10 -11
  44. pulumi_azuredevops/get_identity_group.py +19 -20
  45. pulumi_azuredevops/get_identity_groups.py +10 -11
  46. pulumi_azuredevops/get_identity_users.py +19 -20
  47. pulumi_azuredevops/get_iteration.py +26 -27
  48. pulumi_azuredevops/get_pool.py +15 -16
  49. pulumi_azuredevops/get_pools.py +4 -5
  50. pulumi_azuredevops/get_project.py +27 -28
  51. pulumi_azuredevops/get_projects.py +16 -17
  52. pulumi_azuredevops/get_repositories.py +22 -23
  53. pulumi_azuredevops/get_securityrole_definitions.py +10 -11
  54. pulumi_azuredevops/get_service_endpoint_azure_rm.py +49 -50
  55. pulumi_azuredevops/get_service_endpoint_github.py +25 -26
  56. pulumi_azuredevops/get_service_principal.py +15 -16
  57. pulumi_azuredevops/get_serviceendpoint_azurecr.py +45 -46
  58. pulumi_azuredevops/get_serviceendpoint_bitbucket.py +25 -26
  59. pulumi_azuredevops/get_serviceendpoint_dockerregistry.py +35 -36
  60. pulumi_azuredevops/get_serviceendpoint_npm.py +27 -28
  61. pulumi_azuredevops/get_serviceendpoint_sonarcloud.py +25 -26
  62. pulumi_azuredevops/get_storage_key.py +11 -12
  63. pulumi_azuredevops/get_team.py +29 -30
  64. pulumi_azuredevops/get_teams.py +16 -17
  65. pulumi_azuredevops/get_user.py +23 -24
  66. pulumi_azuredevops/get_users.py +29 -30
  67. pulumi_azuredevops/get_variable_group.py +21 -22
  68. pulumi_azuredevops/git.py +143 -144
  69. pulumi_azuredevops/git_permissions.py +103 -104
  70. pulumi_azuredevops/git_repository_branch.py +95 -96
  71. pulumi_azuredevops/git_repository_file.py +171 -172
  72. pulumi_azuredevops/group.py +166 -167
  73. pulumi_azuredevops/group_entitlement.py +104 -105
  74. pulumi_azuredevops/group_membership.py +52 -53
  75. pulumi_azuredevops/iterative_permissions.py +86 -87
  76. pulumi_azuredevops/library_permissions.py +69 -70
  77. pulumi_azuredevops/outputs.py +1361 -1362
  78. pulumi_azuredevops/pipeline_authorization.py +86 -87
  79. pulumi_azuredevops/pool.py +69 -70
  80. pulumi_azuredevops/project.py +112 -113
  81. pulumi_azuredevops/project_features.py +31 -32
  82. pulumi_azuredevops/project_permissions.py +69 -70
  83. pulumi_azuredevops/project_pipeline_settings.py +120 -121
  84. pulumi_azuredevops/project_tags.py +35 -36
  85. pulumi_azuredevops/provider.py +198 -199
  86. pulumi_azuredevops/pulumi-plugin.json +1 -1
  87. pulumi_azuredevops/queue.py +52 -53
  88. pulumi_azuredevops/repository_policy_author_email_pattern.py +86 -87
  89. pulumi_azuredevops/repository_policy_case_enforcement.py +86 -87
  90. pulumi_azuredevops/repository_policy_check_credentials.py +69 -70
  91. pulumi_azuredevops/repository_policy_file_path_pattern.py +86 -87
  92. pulumi_azuredevops/repository_policy_max_file_size.py +86 -87
  93. pulumi_azuredevops/repository_policy_max_path_length.py +86 -87
  94. pulumi_azuredevops/repository_policy_reserved_names.py +69 -70
  95. pulumi_azuredevops/resource_authorization.py +86 -87
  96. pulumi_azuredevops/securityrole_assignment.py +69 -70
  97. pulumi_azuredevops/service_endpoint_artifactory.py +82 -83
  98. pulumi_azuredevops/service_endpoint_aws.py +174 -175
  99. pulumi_azuredevops/service_endpoint_azure_dev_ops.py +106 -107
  100. pulumi_azuredevops/service_endpoint_azure_ecr.py +215 -216
  101. pulumi_azuredevops/service_endpoint_azure_rm.py +245 -246
  102. pulumi_azuredevops/service_endpoint_bit_bucket.py +89 -90
  103. pulumi_azuredevops/service_endpoint_docker_registry.py +140 -141
  104. pulumi_azuredevops/service_endpoint_generic.py +106 -107
  105. pulumi_azuredevops/service_endpoint_generic_git.py +123 -124
  106. pulumi_azuredevops/service_endpoint_git_hub.py +61 -62
  107. pulumi_azuredevops/service_endpoint_git_hub_enterprise.py +78 -79
  108. pulumi_azuredevops/service_endpoint_git_lab.py +106 -107
  109. pulumi_azuredevops/service_endpoint_kubernetes.py +98 -99
  110. pulumi_azuredevops/service_endpoint_npm.py +93 -94
  111. pulumi_azuredevops/service_endpoint_pipeline.py +75 -76
  112. pulumi_azuredevops/service_endpoint_service_fabric.py +81 -82
  113. pulumi_azuredevops/service_endpoint_sonar_cloud.py +76 -77
  114. pulumi_azuredevops/service_endpoint_sonar_qube.py +93 -94
  115. pulumi_azuredevops/service_endpoint_ssh.py +140 -141
  116. pulumi_azuredevops/service_principal_entitlement.py +87 -88
  117. pulumi_azuredevops/serviceendpoint_argocd.py +82 -83
  118. pulumi_azuredevops/serviceendpoint_azure_service_bus.py +89 -90
  119. pulumi_azuredevops/serviceendpoint_black_duck.py +89 -90
  120. pulumi_azuredevops/serviceendpoint_checkmarx_one.py +140 -141
  121. pulumi_azuredevops/serviceendpoint_checkmarx_sast.py +140 -141
  122. pulumi_azuredevops/serviceendpoint_checkmarx_sca.py +174 -175
  123. pulumi_azuredevops/serviceendpoint_dynamics_lifecycle_services.py +140 -141
  124. pulumi_azuredevops/serviceendpoint_externaltfs.py +75 -76
  125. pulumi_azuredevops/serviceendpoint_gcp_terraform.py +140 -141
  126. pulumi_azuredevops/serviceendpoint_incomingwebhook.py +106 -107
  127. pulumi_azuredevops/serviceendpoint_jenkins.py +123 -124
  128. pulumi_azuredevops/serviceendpoint_jfrog_artifactory_v2.py +82 -83
  129. pulumi_azuredevops/serviceendpoint_jfrog_distribution_v2.py +82 -83
  130. pulumi_azuredevops/serviceendpoint_jfrog_platform_v2.py +82 -83
  131. pulumi_azuredevops/serviceendpoint_jfrog_xray_v2.py +82 -83
  132. pulumi_azuredevops/serviceendpoint_maven.py +95 -96
  133. pulumi_azuredevops/serviceendpoint_nexus.py +106 -107
  134. pulumi_azuredevops/serviceendpoint_nuget.py +140 -141
  135. pulumi_azuredevops/serviceendpoint_octopusdeploy.py +106 -107
  136. pulumi_azuredevops/serviceendpoint_openshift.py +115 -116
  137. pulumi_azuredevops/serviceendpoint_permissions.py +86 -87
  138. pulumi_azuredevops/serviceendpoint_snyk.py +89 -90
  139. pulumi_azuredevops/serviceendpoint_visualstudiomarketplace.py +78 -79
  140. pulumi_azuredevops/servicehook_permissions.py +69 -70
  141. pulumi_azuredevops/servicehook_storage_queue_pipelines.py +109 -110
  142. pulumi_azuredevops/tagging_permissions.py +69 -70
  143. pulumi_azuredevops/team.py +95 -96
  144. pulumi_azuredevops/team_administrators.py +69 -70
  145. pulumi_azuredevops/team_members.py +69 -70
  146. pulumi_azuredevops/user.py +95 -96
  147. pulumi_azuredevops/variable_group.py +75 -76
  148. pulumi_azuredevops/variable_group_permissions.py +86 -87
  149. pulumi_azuredevops/wiki.py +121 -122
  150. pulumi_azuredevops/wiki_page.py +82 -83
  151. pulumi_azuredevops/work_item_query_permissions.py +86 -87
  152. pulumi_azuredevops/workitem.py +165 -166
  153. {pulumi_azuredevops-3.11.0a1753334963.dist-info → pulumi_azuredevops-3.11.0a1753507664.dist-info}/METADATA +1 -1
  154. pulumi_azuredevops-3.11.0a1753507664.dist-info/RECORD +158 -0
  155. pulumi_azuredevops-3.11.0a1753334963.dist-info/RECORD +0 -158
  156. {pulumi_azuredevops-3.11.0a1753334963.dist-info → pulumi_azuredevops-3.11.0a1753507664.dist-info}/WHEEL +0 -0
  157. {pulumi_azuredevops-3.11.0a1753334963.dist-info → pulumi_azuredevops-3.11.0a1753507664.dist-info}/top_level.txt +0 -0
@@ -2,8 +2,7 @@
2
2
  # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import builtins
6
- import copy
5
+ import builtins as _builtins
7
6
  import warnings
8
7
  import sys
9
8
  import pulumi
@@ -20,18 +19,18 @@ __all__ = ['RepositoryPolicyFilePathPatternArgs', 'RepositoryPolicyFilePathPatte
20
19
  @pulumi.input_type
21
20
  class RepositoryPolicyFilePathPatternArgs:
22
21
  def __init__(__self__, *,
23
- filepath_patterns: pulumi.Input[Sequence[pulumi.Input[builtins.str]]],
24
- project_id: pulumi.Input[builtins.str],
25
- blocking: Optional[pulumi.Input[builtins.bool]] = None,
26
- enabled: Optional[pulumi.Input[builtins.bool]] = None,
27
- repository_ids: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
22
+ filepath_patterns: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]],
23
+ project_id: pulumi.Input[_builtins.str],
24
+ blocking: Optional[pulumi.Input[_builtins.bool]] = None,
25
+ enabled: Optional[pulumi.Input[_builtins.bool]] = None,
26
+ repository_ids: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
28
27
  """
29
28
  The set of arguments for constructing a RepositoryPolicyFilePathPattern resource.
30
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] filepath_patterns: Block pushes from introducing file paths that match the following patterns. Exact paths begin with "/". You can specify exact paths and wildcards. You can also specify multiple paths using ";" as a separator. Paths prefixed with "!" are excluded. Order is important.
31
- :param pulumi.Input[builtins.str] project_id: The ID of the project in which the policy will be created.
32
- :param pulumi.Input[builtins.bool] blocking: A flag indicating if the policy should be blocking. Defaults to `true`.
33
- :param pulumi.Input[builtins.bool] enabled: A flag indicating if the policy should be enabled. Defaults to `true`.
34
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] repository_ids: Control whether the policy is enabled for the repository or the project. If `repository_ids` not configured, the policy will be set to the project.
29
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] filepath_patterns: Block pushes from introducing file paths that match the following patterns. Exact paths begin with "/". You can specify exact paths and wildcards. You can also specify multiple paths using ";" as a separator. Paths prefixed with "!" are excluded. Order is important.
30
+ :param pulumi.Input[_builtins.str] project_id: The ID of the project in which the policy will be created.
31
+ :param pulumi.Input[_builtins.bool] blocking: A flag indicating if the policy should be blocking. Defaults to `true`.
32
+ :param pulumi.Input[_builtins.bool] enabled: A flag indicating if the policy should be enabled. Defaults to `true`.
33
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] repository_ids: Control whether the policy is enabled for the repository or the project. If `repository_ids` not configured, the policy will be set to the project.
35
34
  """
36
35
  pulumi.set(__self__, "filepath_patterns", filepath_patterns)
37
36
  pulumi.set(__self__, "project_id", project_id)
@@ -42,82 +41,82 @@ class RepositoryPolicyFilePathPatternArgs:
42
41
  if repository_ids is not None:
43
42
  pulumi.set(__self__, "repository_ids", repository_ids)
44
43
 
45
- @property
44
+ @_builtins.property
46
45
  @pulumi.getter(name="filepathPatterns")
47
- def filepath_patterns(self) -> pulumi.Input[Sequence[pulumi.Input[builtins.str]]]:
46
+ def filepath_patterns(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
48
47
  """
49
48
  Block pushes from introducing file paths that match the following patterns. Exact paths begin with "/". You can specify exact paths and wildcards. You can also specify multiple paths using ";" as a separator. Paths prefixed with "!" are excluded. Order is important.
50
49
  """
51
50
  return pulumi.get(self, "filepath_patterns")
52
51
 
53
52
  @filepath_patterns.setter
54
- def filepath_patterns(self, value: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]):
53
+ def filepath_patterns(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
55
54
  pulumi.set(self, "filepath_patterns", value)
56
55
 
57
- @property
56
+ @_builtins.property
58
57
  @pulumi.getter(name="projectId")
59
- def project_id(self) -> pulumi.Input[builtins.str]:
58
+ def project_id(self) -> pulumi.Input[_builtins.str]:
60
59
  """
61
60
  The ID of the project in which the policy will be created.
62
61
  """
63
62
  return pulumi.get(self, "project_id")
64
63
 
65
64
  @project_id.setter
66
- def project_id(self, value: pulumi.Input[builtins.str]):
65
+ def project_id(self, value: pulumi.Input[_builtins.str]):
67
66
  pulumi.set(self, "project_id", value)
68
67
 
69
- @property
68
+ @_builtins.property
70
69
  @pulumi.getter
71
- def blocking(self) -> Optional[pulumi.Input[builtins.bool]]:
70
+ def blocking(self) -> Optional[pulumi.Input[_builtins.bool]]:
72
71
  """
73
72
  A flag indicating if the policy should be blocking. Defaults to `true`.
74
73
  """
75
74
  return pulumi.get(self, "blocking")
76
75
 
77
76
  @blocking.setter
78
- def blocking(self, value: Optional[pulumi.Input[builtins.bool]]):
77
+ def blocking(self, value: Optional[pulumi.Input[_builtins.bool]]):
79
78
  pulumi.set(self, "blocking", value)
80
79
 
81
- @property
80
+ @_builtins.property
82
81
  @pulumi.getter
83
- def enabled(self) -> Optional[pulumi.Input[builtins.bool]]:
82
+ def enabled(self) -> Optional[pulumi.Input[_builtins.bool]]:
84
83
  """
85
84
  A flag indicating if the policy should be enabled. Defaults to `true`.
86
85
  """
87
86
  return pulumi.get(self, "enabled")
88
87
 
89
88
  @enabled.setter
90
- def enabled(self, value: Optional[pulumi.Input[builtins.bool]]):
89
+ def enabled(self, value: Optional[pulumi.Input[_builtins.bool]]):
91
90
  pulumi.set(self, "enabled", value)
92
91
 
93
- @property
92
+ @_builtins.property
94
93
  @pulumi.getter(name="repositoryIds")
95
- def repository_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
94
+ def repository_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
96
95
  """
97
96
  Control whether the policy is enabled for the repository or the project. If `repository_ids` not configured, the policy will be set to the project.
98
97
  """
99
98
  return pulumi.get(self, "repository_ids")
100
99
 
101
100
  @repository_ids.setter
102
- def repository_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
101
+ def repository_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
103
102
  pulumi.set(self, "repository_ids", value)
104
103
 
105
104
 
106
105
  @pulumi.input_type
107
106
  class _RepositoryPolicyFilePathPatternState:
108
107
  def __init__(__self__, *,
109
- blocking: Optional[pulumi.Input[builtins.bool]] = None,
110
- enabled: Optional[pulumi.Input[builtins.bool]] = None,
111
- filepath_patterns: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
112
- project_id: Optional[pulumi.Input[builtins.str]] = None,
113
- repository_ids: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
108
+ blocking: Optional[pulumi.Input[_builtins.bool]] = None,
109
+ enabled: Optional[pulumi.Input[_builtins.bool]] = None,
110
+ filepath_patterns: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
111
+ project_id: Optional[pulumi.Input[_builtins.str]] = None,
112
+ repository_ids: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
114
113
  """
115
114
  Input properties used for looking up and filtering RepositoryPolicyFilePathPattern resources.
116
- :param pulumi.Input[builtins.bool] blocking: A flag indicating if the policy should be blocking. Defaults to `true`.
117
- :param pulumi.Input[builtins.bool] enabled: A flag indicating if the policy should be enabled. Defaults to `true`.
118
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] filepath_patterns: Block pushes from introducing file paths that match the following patterns. Exact paths begin with "/". You can specify exact paths and wildcards. You can also specify multiple paths using ";" as a separator. Paths prefixed with "!" are excluded. Order is important.
119
- :param pulumi.Input[builtins.str] project_id: The ID of the project in which the policy will be created.
120
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] repository_ids: Control whether the policy is enabled for the repository or the project. If `repository_ids` not configured, the policy will be set to the project.
115
+ :param pulumi.Input[_builtins.bool] blocking: A flag indicating if the policy should be blocking. Defaults to `true`.
116
+ :param pulumi.Input[_builtins.bool] enabled: A flag indicating if the policy should be enabled. Defaults to `true`.
117
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] filepath_patterns: Block pushes from introducing file paths that match the following patterns. Exact paths begin with "/". You can specify exact paths and wildcards. You can also specify multiple paths using ";" as a separator. Paths prefixed with "!" are excluded. Order is important.
118
+ :param pulumi.Input[_builtins.str] project_id: The ID of the project in which the policy will be created.
119
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] repository_ids: Control whether the policy is enabled for the repository or the project. If `repository_ids` not configured, the policy will be set to the project.
121
120
  """
122
121
  if blocking is not None:
123
122
  pulumi.set(__self__, "blocking", blocking)
@@ -130,64 +129,64 @@ class _RepositoryPolicyFilePathPatternState:
130
129
  if repository_ids is not None:
131
130
  pulumi.set(__self__, "repository_ids", repository_ids)
132
131
 
133
- @property
132
+ @_builtins.property
134
133
  @pulumi.getter
135
- def blocking(self) -> Optional[pulumi.Input[builtins.bool]]:
134
+ def blocking(self) -> Optional[pulumi.Input[_builtins.bool]]:
136
135
  """
137
136
  A flag indicating if the policy should be blocking. Defaults to `true`.
138
137
  """
139
138
  return pulumi.get(self, "blocking")
140
139
 
141
140
  @blocking.setter
142
- def blocking(self, value: Optional[pulumi.Input[builtins.bool]]):
141
+ def blocking(self, value: Optional[pulumi.Input[_builtins.bool]]):
143
142
  pulumi.set(self, "blocking", value)
144
143
 
145
- @property
144
+ @_builtins.property
146
145
  @pulumi.getter
147
- def enabled(self) -> Optional[pulumi.Input[builtins.bool]]:
146
+ def enabled(self) -> Optional[pulumi.Input[_builtins.bool]]:
148
147
  """
149
148
  A flag indicating if the policy should be enabled. Defaults to `true`.
150
149
  """
151
150
  return pulumi.get(self, "enabled")
152
151
 
153
152
  @enabled.setter
154
- def enabled(self, value: Optional[pulumi.Input[builtins.bool]]):
153
+ def enabled(self, value: Optional[pulumi.Input[_builtins.bool]]):
155
154
  pulumi.set(self, "enabled", value)
156
155
 
157
- @property
156
+ @_builtins.property
158
157
  @pulumi.getter(name="filepathPatterns")
159
- def filepath_patterns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
158
+ def filepath_patterns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
160
159
  """
161
160
  Block pushes from introducing file paths that match the following patterns. Exact paths begin with "/". You can specify exact paths and wildcards. You can also specify multiple paths using ";" as a separator. Paths prefixed with "!" are excluded. Order is important.
162
161
  """
163
162
  return pulumi.get(self, "filepath_patterns")
164
163
 
165
164
  @filepath_patterns.setter
166
- def filepath_patterns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
165
+ def filepath_patterns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
167
166
  pulumi.set(self, "filepath_patterns", value)
168
167
 
169
- @property
168
+ @_builtins.property
170
169
  @pulumi.getter(name="projectId")
171
- def project_id(self) -> Optional[pulumi.Input[builtins.str]]:
170
+ def project_id(self) -> Optional[pulumi.Input[_builtins.str]]:
172
171
  """
173
172
  The ID of the project in which the policy will be created.
174
173
  """
175
174
  return pulumi.get(self, "project_id")
176
175
 
177
176
  @project_id.setter
178
- def project_id(self, value: Optional[pulumi.Input[builtins.str]]):
177
+ def project_id(self, value: Optional[pulumi.Input[_builtins.str]]):
179
178
  pulumi.set(self, "project_id", value)
180
179
 
181
- @property
180
+ @_builtins.property
182
181
  @pulumi.getter(name="repositoryIds")
183
- def repository_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
182
+ def repository_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
184
183
  """
185
184
  Control whether the policy is enabled for the repository or the project. If `repository_ids` not configured, the policy will be set to the project.
186
185
  """
187
186
  return pulumi.get(self, "repository_ids")
188
187
 
189
188
  @repository_ids.setter
190
- def repository_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
189
+ def repository_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
191
190
  pulumi.set(self, "repository_ids", value)
192
191
 
193
192
 
@@ -197,11 +196,11 @@ class RepositoryPolicyFilePathPattern(pulumi.CustomResource):
197
196
  def __init__(__self__,
198
197
  resource_name: str,
199
198
  opts: Optional[pulumi.ResourceOptions] = None,
200
- blocking: Optional[pulumi.Input[builtins.bool]] = None,
201
- enabled: Optional[pulumi.Input[builtins.bool]] = None,
202
- filepath_patterns: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
203
- project_id: Optional[pulumi.Input[builtins.str]] = None,
204
- repository_ids: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
199
+ blocking: Optional[pulumi.Input[_builtins.bool]] = None,
200
+ enabled: Optional[pulumi.Input[_builtins.bool]] = None,
201
+ filepath_patterns: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
202
+ project_id: Optional[pulumi.Input[_builtins.str]] = None,
203
+ repository_ids: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
205
204
  __props__=None):
206
205
  """
207
206
  Manage a file path pattern repository policy within Azure DevOps project.
@@ -270,11 +269,11 @@ class RepositoryPolicyFilePathPattern(pulumi.CustomResource):
270
269
 
271
270
  :param str resource_name: The name of the resource.
272
271
  :param pulumi.ResourceOptions opts: Options for the resource.
273
- :param pulumi.Input[builtins.bool] blocking: A flag indicating if the policy should be blocking. Defaults to `true`.
274
- :param pulumi.Input[builtins.bool] enabled: A flag indicating if the policy should be enabled. Defaults to `true`.
275
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] filepath_patterns: Block pushes from introducing file paths that match the following patterns. Exact paths begin with "/". You can specify exact paths and wildcards. You can also specify multiple paths using ";" as a separator. Paths prefixed with "!" are excluded. Order is important.
276
- :param pulumi.Input[builtins.str] project_id: The ID of the project in which the policy will be created.
277
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] repository_ids: Control whether the policy is enabled for the repository or the project. If `repository_ids` not configured, the policy will be set to the project.
272
+ :param pulumi.Input[_builtins.bool] blocking: A flag indicating if the policy should be blocking. Defaults to `true`.
273
+ :param pulumi.Input[_builtins.bool] enabled: A flag indicating if the policy should be enabled. Defaults to `true`.
274
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] filepath_patterns: Block pushes from introducing file paths that match the following patterns. Exact paths begin with "/". You can specify exact paths and wildcards. You can also specify multiple paths using ";" as a separator. Paths prefixed with "!" are excluded. Order is important.
275
+ :param pulumi.Input[_builtins.str] project_id: The ID of the project in which the policy will be created.
276
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] repository_ids: Control whether the policy is enabled for the repository or the project. If `repository_ids` not configured, the policy will be set to the project.
278
277
  """
279
278
  ...
280
279
  @overload
@@ -362,11 +361,11 @@ class RepositoryPolicyFilePathPattern(pulumi.CustomResource):
362
361
  def _internal_init(__self__,
363
362
  resource_name: str,
364
363
  opts: Optional[pulumi.ResourceOptions] = None,
365
- blocking: Optional[pulumi.Input[builtins.bool]] = None,
366
- enabled: Optional[pulumi.Input[builtins.bool]] = None,
367
- filepath_patterns: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
368
- project_id: Optional[pulumi.Input[builtins.str]] = None,
369
- repository_ids: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
364
+ blocking: Optional[pulumi.Input[_builtins.bool]] = None,
365
+ enabled: Optional[pulumi.Input[_builtins.bool]] = None,
366
+ filepath_patterns: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
367
+ project_id: Optional[pulumi.Input[_builtins.str]] = None,
368
+ repository_ids: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
370
369
  __props__=None):
371
370
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
372
371
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -395,11 +394,11 @@ class RepositoryPolicyFilePathPattern(pulumi.CustomResource):
395
394
  def get(resource_name: str,
396
395
  id: pulumi.Input[str],
397
396
  opts: Optional[pulumi.ResourceOptions] = None,
398
- blocking: Optional[pulumi.Input[builtins.bool]] = None,
399
- enabled: Optional[pulumi.Input[builtins.bool]] = None,
400
- filepath_patterns: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
401
- project_id: Optional[pulumi.Input[builtins.str]] = None,
402
- repository_ids: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None) -> 'RepositoryPolicyFilePathPattern':
397
+ blocking: Optional[pulumi.Input[_builtins.bool]] = None,
398
+ enabled: Optional[pulumi.Input[_builtins.bool]] = None,
399
+ filepath_patterns: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
400
+ project_id: Optional[pulumi.Input[_builtins.str]] = None,
401
+ repository_ids: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None) -> 'RepositoryPolicyFilePathPattern':
403
402
  """
404
403
  Get an existing RepositoryPolicyFilePathPattern resource's state with the given name, id, and optional extra
405
404
  properties used to qualify the lookup.
@@ -407,11 +406,11 @@ class RepositoryPolicyFilePathPattern(pulumi.CustomResource):
407
406
  :param str resource_name: The unique name of the resulting resource.
408
407
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
409
408
  :param pulumi.ResourceOptions opts: Options for the resource.
410
- :param pulumi.Input[builtins.bool] blocking: A flag indicating if the policy should be blocking. Defaults to `true`.
411
- :param pulumi.Input[builtins.bool] enabled: A flag indicating if the policy should be enabled. Defaults to `true`.
412
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] filepath_patterns: Block pushes from introducing file paths that match the following patterns. Exact paths begin with "/". You can specify exact paths and wildcards. You can also specify multiple paths using ";" as a separator. Paths prefixed with "!" are excluded. Order is important.
413
- :param pulumi.Input[builtins.str] project_id: The ID of the project in which the policy will be created.
414
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] repository_ids: Control whether the policy is enabled for the repository or the project. If `repository_ids` not configured, the policy will be set to the project.
409
+ :param pulumi.Input[_builtins.bool] blocking: A flag indicating if the policy should be blocking. Defaults to `true`.
410
+ :param pulumi.Input[_builtins.bool] enabled: A flag indicating if the policy should be enabled. Defaults to `true`.
411
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] filepath_patterns: Block pushes from introducing file paths that match the following patterns. Exact paths begin with "/". You can specify exact paths and wildcards. You can also specify multiple paths using ";" as a separator. Paths prefixed with "!" are excluded. Order is important.
412
+ :param pulumi.Input[_builtins.str] project_id: The ID of the project in which the policy will be created.
413
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] repository_ids: Control whether the policy is enabled for the repository or the project. If `repository_ids` not configured, the policy will be set to the project.
415
414
  """
416
415
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
417
416
 
@@ -424,41 +423,41 @@ class RepositoryPolicyFilePathPattern(pulumi.CustomResource):
424
423
  __props__.__dict__["repository_ids"] = repository_ids
425
424
  return RepositoryPolicyFilePathPattern(resource_name, opts=opts, __props__=__props__)
426
425
 
427
- @property
426
+ @_builtins.property
428
427
  @pulumi.getter
429
- def blocking(self) -> pulumi.Output[Optional[builtins.bool]]:
428
+ def blocking(self) -> pulumi.Output[Optional[_builtins.bool]]:
430
429
  """
431
430
  A flag indicating if the policy should be blocking. Defaults to `true`.
432
431
  """
433
432
  return pulumi.get(self, "blocking")
434
433
 
435
- @property
434
+ @_builtins.property
436
435
  @pulumi.getter
437
- def enabled(self) -> pulumi.Output[Optional[builtins.bool]]:
436
+ def enabled(self) -> pulumi.Output[Optional[_builtins.bool]]:
438
437
  """
439
438
  A flag indicating if the policy should be enabled. Defaults to `true`.
440
439
  """
441
440
  return pulumi.get(self, "enabled")
442
441
 
443
- @property
442
+ @_builtins.property
444
443
  @pulumi.getter(name="filepathPatterns")
445
- def filepath_patterns(self) -> pulumi.Output[Sequence[builtins.str]]:
444
+ def filepath_patterns(self) -> pulumi.Output[Sequence[_builtins.str]]:
446
445
  """
447
446
  Block pushes from introducing file paths that match the following patterns. Exact paths begin with "/". You can specify exact paths and wildcards. You can also specify multiple paths using ";" as a separator. Paths prefixed with "!" are excluded. Order is important.
448
447
  """
449
448
  return pulumi.get(self, "filepath_patterns")
450
449
 
451
- @property
450
+ @_builtins.property
452
451
  @pulumi.getter(name="projectId")
453
- def project_id(self) -> pulumi.Output[builtins.str]:
452
+ def project_id(self) -> pulumi.Output[_builtins.str]:
454
453
  """
455
454
  The ID of the project in which the policy will be created.
456
455
  """
457
456
  return pulumi.get(self, "project_id")
458
457
 
459
- @property
458
+ @_builtins.property
460
459
  @pulumi.getter(name="repositoryIds")
461
- def repository_ids(self) -> pulumi.Output[Optional[Sequence[builtins.str]]]:
460
+ def repository_ids(self) -> pulumi.Output[Optional[Sequence[_builtins.str]]]:
462
461
  """
463
462
  Control whether the policy is enabled for the repository or the project. If `repository_ids` not configured, the policy will be set to the project.
464
463
  """