@pulumi/azuredevops 3.6.0-alpha.1737523387 → 3.6.0

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 (217) hide show
  1. package/areaPermissions.d.ts +36 -36
  2. package/branchPolicyAutoReviewers.d.ts +3 -3
  3. package/branchPolicyBuildValidation.d.ts +3 -3
  4. package/branchPolicyCommentResolution.d.ts +3 -3
  5. package/branchPolicyMergeTypes.d.ts +3 -3
  6. package/branchPolicyStatusCheck.d.ts +3 -3
  7. package/branchPolicyWorkItemLinking.d.ts +3 -3
  8. package/buildDefinition.d.ts +3 -3
  9. package/checkBranchControl.d.ts +3 -3
  10. package/checkBusinessHours.d.ts +3 -3
  11. package/checkExclusiveLock.d.ts +3 -3
  12. package/checkRestApi.d.ts +300 -0
  13. package/checkRestApi.js +161 -0
  14. package/checkRestApi.js.map +1 -0
  15. package/feed.d.ts +4 -4
  16. package/feed.js +4 -4
  17. package/feedPermission.d.ts +4 -4
  18. package/feedPermission.js +1 -1
  19. package/feedRetentionPolicy.d.ts +155 -0
  20. package/feedRetentionPolicy.js +135 -0
  21. package/feedRetentionPolicy.js.map +1 -0
  22. package/getAgentQueue.d.ts +2 -2
  23. package/getArea.d.ts +1 -1
  24. package/getClientConfig.d.ts +3 -0
  25. package/getClientConfig.js.map +1 -1
  26. package/getFeed.d.ts +4 -4
  27. package/getGitRepository.d.ts +8 -8
  28. package/getGroup.d.ts +4 -4
  29. package/getGroups.d.ts +3 -3
  30. package/getIdentityGroup.d.ts +3 -0
  31. package/getIdentityGroup.js.map +1 -1
  32. package/getIdentityGroups.d.ts +1 -1
  33. package/getIdentityUsers.d.ts +5 -5
  34. package/getPool.d.ts +14 -2
  35. package/getPool.js +2 -2
  36. package/getPool.js.map +1 -1
  37. package/getPools.d.ts +3 -3
  38. package/getPools.js +2 -2
  39. package/getProject.d.ts +32 -0
  40. package/getProject.js +10 -0
  41. package/getProject.js.map +1 -1
  42. package/getProjects.d.ts +4 -4
  43. package/getRepositories.d.ts +5 -1
  44. package/getRepositories.js.map +1 -1
  45. package/getSecurityroleDefinitions.d.ts +4 -4
  46. package/getSecurityroleDefinitions.js +2 -2
  47. package/getServiceEndpointAzureRM.d.ts +5 -5
  48. package/getServiceEndpointGithub.d.ts +6 -6
  49. package/getServicePrincipal.d.ts +73 -0
  50. package/getServicePrincipal.js +52 -0
  51. package/getServicePrincipal.js.map +1 -0
  52. package/getServiceendpointAzurecr.d.ts +1 -1
  53. package/getServiceendpointBitbucket.d.ts +6 -6
  54. package/getServiceendpointNpm.d.ts +3 -3
  55. package/getServiceendpointSonarcloud.d.ts +2 -2
  56. package/getTeam.d.ts +10 -3
  57. package/getTeam.js.map +1 -1
  58. package/getTeams.d.ts +2 -3
  59. package/getTeams.js.map +1 -1
  60. package/getUsers.d.ts +5 -9
  61. package/getUsers.js.map +1 -1
  62. package/git.d.ts +3 -3
  63. package/gitPermissions.d.ts +3 -6
  64. package/gitPermissions.js.map +1 -1
  65. package/gitRepositoryFile.d.ts +3 -6
  66. package/gitRepositoryFile.js.map +1 -1
  67. package/group.d.ts +9 -3
  68. package/group.js.map +1 -1
  69. package/groupEntitlement.d.ts +7 -9
  70. package/groupEntitlement.js +1 -3
  71. package/groupEntitlement.js.map +1 -1
  72. package/groupMembership.d.ts +15 -22
  73. package/groupMembership.js +0 -4
  74. package/groupMembership.js.map +1 -1
  75. package/index.d.ts +24 -0
  76. package/index.js +42 -4
  77. package/index.js.map +1 -1
  78. package/iterativePermissions.d.ts +21 -21
  79. package/libraryPermissions.d.ts +33 -33
  80. package/libraryPermissions.js +6 -6
  81. package/package.json +2 -2
  82. package/pipelineAuthorization.d.ts +3 -3
  83. package/pool.d.ts +2 -2
  84. package/pool.js +2 -2
  85. package/project.d.ts +49 -27
  86. package/project.js +1 -0
  87. package/project.js.map +1 -1
  88. package/projectFeatures.d.ts +36 -18
  89. package/projectFeatures.js.map +1 -1
  90. package/projectPermissions.d.ts +3 -3
  91. package/projectPipelineSettings.d.ts +12 -15
  92. package/projectPipelineSettings.js.map +1 -1
  93. package/projectTags.d.ts +97 -0
  94. package/projectTags.js +94 -0
  95. package/projectTags.js.map +1 -0
  96. package/queue.d.ts +3 -6
  97. package/queue.js.map +1 -1
  98. package/repositoryPolicyAuthorEmailPattern.d.ts +6 -3
  99. package/repositoryPolicyAuthorEmailPattern.js.map +1 -1
  100. package/repositoryPolicyMaxFileSize.d.ts +3 -3
  101. package/resourceAuthorization.d.ts +15 -15
  102. package/serviceEndpointArtifactory.d.ts +14 -8
  103. package/serviceEndpointArtifactory.js +2 -2
  104. package/serviceEndpointArtifactory.js.map +1 -1
  105. package/serviceEndpointAws.d.ts +1 -1
  106. package/serviceEndpointAws.js +1 -1
  107. package/serviceEndpointAzureEcr.d.ts +6 -7
  108. package/serviceEndpointAzureEcr.js +3 -4
  109. package/serviceEndpointAzureEcr.js.map +1 -1
  110. package/serviceEndpointAzureRM.d.ts +11 -11
  111. package/serviceEndpointAzureRM.js +2 -2
  112. package/serviceEndpointBitBucket.d.ts +1 -1
  113. package/serviceEndpointBitBucket.js +1 -1
  114. package/serviceEndpointDockerRegistry.d.ts +1 -1
  115. package/serviceEndpointDockerRegistry.js +1 -1
  116. package/serviceEndpointGeneric.d.ts +1 -1
  117. package/serviceEndpointGeneric.js +1 -1
  118. package/serviceEndpointGenericGit.d.ts +2 -4
  119. package/serviceEndpointGenericGit.js +2 -4
  120. package/serviceEndpointGenericGit.js.map +1 -1
  121. package/serviceEndpointGitHub.d.ts +10 -1
  122. package/serviceEndpointGitHub.js +1 -1
  123. package/serviceEndpointGitHub.js.map +1 -1
  124. package/serviceEndpointGitHubEnterprise.d.ts +10 -1
  125. package/serviceEndpointGitHubEnterprise.js +1 -1
  126. package/serviceEndpointGitHubEnterprise.js.map +1 -1
  127. package/serviceEndpointKubernetes.d.ts +10 -10
  128. package/serviceEndpointKubernetes.js +1 -1
  129. package/serviceEndpointNpm.d.ts +2 -2
  130. package/serviceEndpointNpm.js +2 -2
  131. package/serviceEndpointPipeline.d.ts +2 -2
  132. package/serviceEndpointPipeline.js +2 -2
  133. package/serviceEndpointServiceFabric.d.ts +31 -4
  134. package/serviceEndpointServiceFabric.js +1 -1
  135. package/serviceEndpointServiceFabric.js.map +1 -1
  136. package/serviceEndpointSonarCloud.d.ts +5 -5
  137. package/serviceEndpointSonarCloud.js +2 -2
  138. package/serviceEndpointSonarQube.d.ts +5 -5
  139. package/serviceEndpointSonarQube.js +2 -2
  140. package/serviceEndpointSsh.d.ts +1 -3
  141. package/serviceEndpointSsh.js +1 -3
  142. package/serviceEndpointSsh.js.map +1 -1
  143. package/servicePrincipalEntitlement.d.ts +122 -0
  144. package/servicePrincipalEntitlement.js +84 -0
  145. package/servicePrincipalEntitlement.js.map +1 -0
  146. package/serviceendpointArgocd.d.ts +1 -1
  147. package/serviceendpointArgocd.js +1 -1
  148. package/serviceendpointAzureServiceBus.d.ts +1 -1
  149. package/serviceendpointAzureServiceBus.js +1 -1
  150. package/serviceendpointCheckmarxOne.d.ts +199 -0
  151. package/serviceendpointCheckmarxOne.js +137 -0
  152. package/serviceendpointCheckmarxOne.js.map +1 -0
  153. package/serviceendpointCheckmarxSast.d.ts +171 -0
  154. package/serviceendpointCheckmarxSast.js +121 -0
  155. package/serviceendpointCheckmarxSast.js.map +1 -0
  156. package/serviceendpointCheckmarxSca.d.ts +196 -0
  157. package/serviceendpointCheckmarxSca.js +135 -0
  158. package/serviceendpointCheckmarxSca.js.map +1 -0
  159. package/serviceendpointDynamicsLifecycleServices.d.ts +1 -1
  160. package/serviceendpointDynamicsLifecycleServices.js +1 -1
  161. package/serviceendpointExternaltfs.d.ts +33 -5
  162. package/serviceendpointExternaltfs.js +30 -2
  163. package/serviceendpointExternaltfs.js.map +1 -1
  164. package/serviceendpointGcpTerraform.d.ts +1 -1
  165. package/serviceendpointGcpTerraform.js +1 -1
  166. package/serviceendpointIncomingwebhook.d.ts +1 -1
  167. package/serviceendpointIncomingwebhook.js +1 -1
  168. package/serviceendpointJenkins.d.ts +1 -1
  169. package/serviceendpointJenkins.js +1 -1
  170. package/serviceendpointJfrogArtifactoryV2.d.ts +8 -8
  171. package/serviceendpointJfrogArtifactoryV2.js +2 -2
  172. package/serviceendpointJfrogDistributionV2.d.ts +8 -8
  173. package/serviceendpointJfrogDistributionV2.js +2 -2
  174. package/serviceendpointJfrogPlatformV2.d.ts +8 -8
  175. package/serviceendpointJfrogPlatformV2.js +2 -2
  176. package/serviceendpointJfrogXrayV2.d.ts +8 -8
  177. package/serviceendpointJfrogXrayV2.js +2 -2
  178. package/serviceendpointMaven.d.ts +1 -1
  179. package/serviceendpointMaven.js +1 -1
  180. package/serviceendpointNexus.d.ts +1 -1
  181. package/serviceendpointNexus.js +1 -1
  182. package/serviceendpointNuget.d.ts +1 -1
  183. package/serviceendpointNuget.js +1 -1
  184. package/serviceendpointOctopusdeploy.d.ts +1 -1
  185. package/serviceendpointOctopusdeploy.js +1 -1
  186. package/serviceendpointPermissions.d.ts +24 -24
  187. package/serviceendpointSnyk.d.ts +1 -1
  188. package/serviceendpointSnyk.js +1 -1
  189. package/serviceendpointVisualstudiomarketplace.d.ts +2 -3
  190. package/serviceendpointVisualstudiomarketplace.js +2 -3
  191. package/serviceendpointVisualstudiomarketplace.js.map +1 -1
  192. package/servicehookPermissions.d.ts +22 -22
  193. package/servicehookPermissions.js +1 -1
  194. package/servicehookStorageQueuePipelines.d.ts +2 -2
  195. package/servicehookStorageQueuePipelines.js +2 -2
  196. package/taggingPermissions.d.ts +21 -21
  197. package/team.d.ts +34 -24
  198. package/team.js +10 -0
  199. package/team.js.map +1 -1
  200. package/teamAdministrators.d.ts +37 -24
  201. package/teamAdministrators.js +10 -0
  202. package/teamAdministrators.js.map +1 -1
  203. package/teamMembers.d.ts +24 -21
  204. package/teamMembers.js.map +1 -1
  205. package/types/input.d.ts +40 -39
  206. package/types/output.d.ts +66 -51
  207. package/variableGroup.d.ts +2 -1
  208. package/variableGroup.js +2 -1
  209. package/variableGroup.js.map +1 -1
  210. package/variableGroupPermissions.d.ts +33 -33
  211. package/variableGroupPermissions.js +6 -6
  212. package/wiki.d.ts +10 -1
  213. package/wiki.js +1 -1
  214. package/wiki.js.map +1 -1
  215. package/wikiPage.d.ts +1 -1
  216. package/wikiPage.js +1 -1
  217. package/workItemQueryPermissions.d.ts +3 -3
@@ -73,6 +73,18 @@ export declare class AreaPermissions extends pulumi.CustomResource {
73
73
  readonly path: pulumi.Output<string | undefined>;
74
74
  /**
75
75
  * the permissions to assign. The following permissions are available.
76
+ *
77
+ * | Permission | Description |
78
+ * |------------------------|--------------------------------------|
79
+ * | GENERIC_READ | View permissions for this node |
80
+ * | GENERIC_WRITE | Edit this node |
81
+ * | CREATE_CHILDREN | Create child nodes |
82
+ * | DELETE | Delete this node |
83
+ * | WORK_ITEM_READ | View work items in this node |
84
+ * | WORK_ITEM_WRITE | Edit work items in this node |
85
+ * | MANAGE_TEST_PLANS | Manage test plans |
86
+ * | MANAGE_TEST_SUITES | Manage test suites |
87
+ * | WORK_ITEM_SAVE_COMMENT | Edit work item comments in this node |
76
88
  */
77
89
  readonly permissions: pulumi.Output<{
78
90
  [key: string]: string;
@@ -87,18 +99,6 @@ export declare class AreaPermissions extends pulumi.CustomResource {
87
99
  readonly projectId: pulumi.Output<string>;
88
100
  /**
89
101
  * Replace (`true`) or merge (`false`) the permissions. Default: `true`.
90
- *
91
- * | Permission | Description |
92
- * |------------------------|--------------------------------------|
93
- * | GENERIC_READ | View permissions for this node |
94
- * | GENERIC_WRITE | Edit this node |
95
- * | CREATE_CHILDREN | Create child nodes |
96
- * | DELETE | Delete this node |
97
- * | WORK_ITEM_READ | View work items in this node |
98
- * | WORK_ITEM_WRITE | Edit work items in this node |
99
- * | MANAGE_TEST_PLANS | Manage test plans |
100
- * | MANAGE_TEST_SUITES | Manage test suites |
101
- * | WORK_ITEM_SAVE_COMMENT | Edit work item comments in this node |
102
102
  */
103
103
  readonly replace: pulumi.Output<boolean | undefined>;
104
104
  /**
@@ -120,6 +120,18 @@ export interface AreaPermissionsState {
120
120
  path?: pulumi.Input<string>;
121
121
  /**
122
122
  * the permissions to assign. The following permissions are available.
123
+ *
124
+ * | Permission | Description |
125
+ * |------------------------|--------------------------------------|
126
+ * | GENERIC_READ | View permissions for this node |
127
+ * | GENERIC_WRITE | Edit this node |
128
+ * | CREATE_CHILDREN | Create child nodes |
129
+ * | DELETE | Delete this node |
130
+ * | WORK_ITEM_READ | View work items in this node |
131
+ * | WORK_ITEM_WRITE | Edit work items in this node |
132
+ * | MANAGE_TEST_PLANS | Manage test plans |
133
+ * | MANAGE_TEST_SUITES | Manage test suites |
134
+ * | WORK_ITEM_SAVE_COMMENT | Edit work item comments in this node |
123
135
  */
124
136
  permissions?: pulumi.Input<{
125
137
  [key: string]: pulumi.Input<string>;
@@ -134,18 +146,6 @@ export interface AreaPermissionsState {
134
146
  projectId?: pulumi.Input<string>;
135
147
  /**
136
148
  * Replace (`true`) or merge (`false`) the permissions. Default: `true`.
137
- *
138
- * | Permission | Description |
139
- * |------------------------|--------------------------------------|
140
- * | GENERIC_READ | View permissions for this node |
141
- * | GENERIC_WRITE | Edit this node |
142
- * | CREATE_CHILDREN | Create child nodes |
143
- * | DELETE | Delete this node |
144
- * | WORK_ITEM_READ | View work items in this node |
145
- * | WORK_ITEM_WRITE | Edit work items in this node |
146
- * | MANAGE_TEST_PLANS | Manage test plans |
147
- * | MANAGE_TEST_SUITES | Manage test suites |
148
- * | WORK_ITEM_SAVE_COMMENT | Edit work item comments in this node |
149
149
  */
150
150
  replace?: pulumi.Input<boolean>;
151
151
  }
@@ -159,6 +159,18 @@ export interface AreaPermissionsArgs {
159
159
  path?: pulumi.Input<string>;
160
160
  /**
161
161
  * the permissions to assign. The following permissions are available.
162
+ *
163
+ * | Permission | Description |
164
+ * |------------------------|--------------------------------------|
165
+ * | GENERIC_READ | View permissions for this node |
166
+ * | GENERIC_WRITE | Edit this node |
167
+ * | CREATE_CHILDREN | Create child nodes |
168
+ * | DELETE | Delete this node |
169
+ * | WORK_ITEM_READ | View work items in this node |
170
+ * | WORK_ITEM_WRITE | Edit work items in this node |
171
+ * | MANAGE_TEST_PLANS | Manage test plans |
172
+ * | MANAGE_TEST_SUITES | Manage test suites |
173
+ * | WORK_ITEM_SAVE_COMMENT | Edit work item comments in this node |
162
174
  */
163
175
  permissions: pulumi.Input<{
164
176
  [key: string]: pulumi.Input<string>;
@@ -173,18 +185,6 @@ export interface AreaPermissionsArgs {
173
185
  projectId: pulumi.Input<string>;
174
186
  /**
175
187
  * Replace (`true`) or merge (`false`) the permissions. Default: `true`.
176
- *
177
- * | Permission | Description |
178
- * |------------------------|--------------------------------------|
179
- * | GENERIC_READ | View permissions for this node |
180
- * | GENERIC_WRITE | Edit this node |
181
- * | CREATE_CHILDREN | Create child nodes |
182
- * | DELETE | Delete this node |
183
- * | WORK_ITEM_READ | View work items in this node |
184
- * | WORK_ITEM_WRITE | Edit work items in this node |
185
- * | MANAGE_TEST_PLANS | Manage test plans |
186
- * | MANAGE_TEST_SUITES | Manage test suites |
187
- * | WORK_ITEM_SAVE_COMMENT | Edit work item comments in this node |
188
188
  */
189
189
  replace?: pulumi.Input<boolean>;
190
190
  }
@@ -81,7 +81,7 @@ export declare class BranchPolicyAutoReviewers extends pulumi.CustomResource {
81
81
  */
82
82
  readonly projectId: pulumi.Output<string>;
83
83
  /**
84
- * Configuration for the policy. This block must be defined exactly once.
84
+ * A `settings` block as defined below. Configuration for the policy. This block must be defined exactly once.
85
85
  */
86
86
  readonly settings: pulumi.Output<outputs.BranchPolicyAutoReviewersSettings>;
87
87
  /**
@@ -110,7 +110,7 @@ export interface BranchPolicyAutoReviewersState {
110
110
  */
111
111
  projectId?: pulumi.Input<string>;
112
112
  /**
113
- * Configuration for the policy. This block must be defined exactly once.
113
+ * A `settings` block as defined below. Configuration for the policy. This block must be defined exactly once.
114
114
  */
115
115
  settings?: pulumi.Input<inputs.BranchPolicyAutoReviewersSettings>;
116
116
  }
@@ -131,7 +131,7 @@ export interface BranchPolicyAutoReviewersArgs {
131
131
  */
132
132
  projectId: pulumi.Input<string>;
133
133
  /**
134
- * Configuration for the policy. This block must be defined exactly once.
134
+ * A `settings` block as defined below. Configuration for the policy. This block must be defined exactly once.
135
135
  */
136
136
  settings: pulumi.Input<inputs.BranchPolicyAutoReviewersSettings>;
137
137
  }
@@ -101,7 +101,7 @@ export declare class BranchPolicyBuildValidation extends pulumi.CustomResource {
101
101
  */
102
102
  readonly projectId: pulumi.Output<string>;
103
103
  /**
104
- * Configuration for the policy. This block must be defined exactly once.
104
+ * A `settings` block as defined below. Configuration for the policy. This block must be defined exactly once.
105
105
  */
106
106
  readonly settings: pulumi.Output<outputs.BranchPolicyBuildValidationSettings>;
107
107
  /**
@@ -130,7 +130,7 @@ export interface BranchPolicyBuildValidationState {
130
130
  */
131
131
  projectId?: pulumi.Input<string>;
132
132
  /**
133
- * Configuration for the policy. This block must be defined exactly once.
133
+ * A `settings` block as defined below. Configuration for the policy. This block must be defined exactly once.
134
134
  */
135
135
  settings?: pulumi.Input<inputs.BranchPolicyBuildValidationSettings>;
136
136
  }
@@ -151,7 +151,7 @@ export interface BranchPolicyBuildValidationArgs {
151
151
  */
152
152
  projectId: pulumi.Input<string>;
153
153
  /**
154
- * Configuration for the policy. This block must be defined exactly once.
154
+ * A `settings` block as defined below. Configuration for the policy. This block must be defined exactly once.
155
155
  */
156
156
  settings: pulumi.Input<inputs.BranchPolicyBuildValidationSettings>;
157
157
  }
@@ -83,7 +83,7 @@ export declare class BranchPolicyCommentResolution extends pulumi.CustomResource
83
83
  */
84
84
  readonly projectId: pulumi.Output<string>;
85
85
  /**
86
- * Configuration for the policy. This block must be defined exactly once.
86
+ * A `settings` block as defined below. Configuration for the policy. This block must be defined exactly once.
87
87
  */
88
88
  readonly settings: pulumi.Output<outputs.BranchPolicyCommentResolutionSettings>;
89
89
  /**
@@ -112,7 +112,7 @@ export interface BranchPolicyCommentResolutionState {
112
112
  */
113
113
  projectId?: pulumi.Input<string>;
114
114
  /**
115
- * Configuration for the policy. This block must be defined exactly once.
115
+ * A `settings` block as defined below. Configuration for the policy. This block must be defined exactly once.
116
116
  */
117
117
  settings?: pulumi.Input<inputs.BranchPolicyCommentResolutionSettings>;
118
118
  }
@@ -133,7 +133,7 @@ export interface BranchPolicyCommentResolutionArgs {
133
133
  */
134
134
  projectId: pulumi.Input<string>;
135
135
  /**
136
- * Configuration for the policy. This block must be defined exactly once.
136
+ * A `settings` block as defined below. Configuration for the policy. This block must be defined exactly once.
137
137
  */
138
138
  settings: pulumi.Input<inputs.BranchPolicyCommentResolutionSettings>;
139
139
  }
@@ -87,7 +87,7 @@ export declare class BranchPolicyMergeTypes extends pulumi.CustomResource {
87
87
  */
88
88
  readonly projectId: pulumi.Output<string>;
89
89
  /**
90
- * Configuration for the policy. This block must be defined exactly once.
90
+ * A `settings` block as defined below. Configuration for the policy. This block must be defined exactly once.
91
91
  */
92
92
  readonly settings: pulumi.Output<outputs.BranchPolicyMergeTypesSettings>;
93
93
  /**
@@ -116,7 +116,7 @@ export interface BranchPolicyMergeTypesState {
116
116
  */
117
117
  projectId?: pulumi.Input<string>;
118
118
  /**
119
- * Configuration for the policy. This block must be defined exactly once.
119
+ * A `settings` block as defined below. Configuration for the policy. This block must be defined exactly once.
120
120
  */
121
121
  settings?: pulumi.Input<inputs.BranchPolicyMergeTypesSettings>;
122
122
  }
@@ -137,7 +137,7 @@ export interface BranchPolicyMergeTypesArgs {
137
137
  */
138
138
  projectId: pulumi.Input<string>;
139
139
  /**
140
- * Configuration for the policy. This block must be defined exactly once.
140
+ * A `settings` block as defined below. Configuration for the policy. This block must be defined exactly once.
141
141
  */
142
142
  settings: pulumi.Input<inputs.BranchPolicyMergeTypesSettings>;
143
143
  }
@@ -97,7 +97,7 @@ export declare class BranchPolicyStatusCheck extends pulumi.CustomResource {
97
97
  */
98
98
  readonly projectId: pulumi.Output<string>;
99
99
  /**
100
- * Configuration for the policy. This block must be defined exactly once.
100
+ * A `settings` block as defined below. Configuration for the policy. This block must be defined exactly once.
101
101
  */
102
102
  readonly settings: pulumi.Output<outputs.BranchPolicyStatusCheckSettings>;
103
103
  /**
@@ -126,7 +126,7 @@ export interface BranchPolicyStatusCheckState {
126
126
  */
127
127
  projectId?: pulumi.Input<string>;
128
128
  /**
129
- * Configuration for the policy. This block must be defined exactly once.
129
+ * A `settings` block as defined below. Configuration for the policy. This block must be defined exactly once.
130
130
  */
131
131
  settings?: pulumi.Input<inputs.BranchPolicyStatusCheckSettings>;
132
132
  }
@@ -147,7 +147,7 @@ export interface BranchPolicyStatusCheckArgs {
147
147
  */
148
148
  projectId: pulumi.Input<string>;
149
149
  /**
150
- * Configuration for the policy. This block must be defined exactly once.
150
+ * A `settings` block as defined below. Configuration for the policy. This block must be defined exactly once.
151
151
  */
152
152
  settings: pulumi.Input<inputs.BranchPolicyStatusCheckSettings>;
153
153
  }
@@ -83,7 +83,7 @@ export declare class BranchPolicyWorkItemLinking extends pulumi.CustomResource {
83
83
  */
84
84
  readonly projectId: pulumi.Output<string>;
85
85
  /**
86
- * Configuration for the policy. This block must be defined exactly once.
86
+ * A `settings` block as defined below. Configuration for the policy. This block must be defined exactly once.
87
87
  */
88
88
  readonly settings: pulumi.Output<outputs.BranchPolicyWorkItemLinkingSettings>;
89
89
  /**
@@ -112,7 +112,7 @@ export interface BranchPolicyWorkItemLinkingState {
112
112
  */
113
113
  projectId?: pulumi.Input<string>;
114
114
  /**
115
- * Configuration for the policy. This block must be defined exactly once.
115
+ * A `settings` block as defined below. Configuration for the policy. This block must be defined exactly once.
116
116
  */
117
117
  settings?: pulumi.Input<inputs.BranchPolicyWorkItemLinkingSettings>;
118
118
  }
@@ -133,7 +133,7 @@ export interface BranchPolicyWorkItemLinkingArgs {
133
133
  */
134
134
  projectId: pulumi.Input<string>;
135
135
  /**
136
- * Configuration for the policy. This block must be defined exactly once.
136
+ * A `settings` block as defined below. Configuration for the policy. This block must be defined exactly once.
137
137
  */
138
138
  settings: pulumi.Input<inputs.BranchPolicyWorkItemLinkingSettings>;
139
139
  }
@@ -279,7 +279,7 @@ export declare class BuildDefinition extends pulumi.CustomResource {
279
279
  */
280
280
  readonly pullRequestTrigger: pulumi.Output<outputs.BuildDefinitionPullRequestTrigger | undefined>;
281
281
  /**
282
- * The queue status of the build definition. Valid values: `enabled` or `paused` or `disabled`. Defaults to `enabled`.
282
+ * The queue status of the build definition. Possible values are: `enabled` or `paused` or `disabled`. Defaults to `enabled`.
283
283
  */
284
284
  readonly queueStatus: pulumi.Output<string | undefined>;
285
285
  /**
@@ -345,7 +345,7 @@ export interface BuildDefinitionState {
345
345
  */
346
346
  pullRequestTrigger?: pulumi.Input<inputs.BuildDefinitionPullRequestTrigger>;
347
347
  /**
348
- * The queue status of the build definition. Valid values: `enabled` or `paused` or `disabled`. Defaults to `enabled`.
348
+ * The queue status of the build definition. Possible values are: `enabled` or `paused` or `disabled`. Defaults to `enabled`.
349
349
  */
350
350
  queueStatus?: pulumi.Input<string>;
351
351
  /**
@@ -403,7 +403,7 @@ export interface BuildDefinitionArgs {
403
403
  */
404
404
  pullRequestTrigger?: pulumi.Input<inputs.BuildDefinitionPullRequestTrigger>;
405
405
  /**
406
- * The queue status of the build definition. Valid values: `enabled` or `paused` or `disabled`. Defaults to `enabled`.
406
+ * The queue status of the build definition. Possible values are: `enabled` or `paused` or `disabled`. Defaults to `enabled`.
407
407
  */
408
408
  queueStatus?: pulumi.Input<string>;
409
409
  /**
@@ -171,7 +171,7 @@ export declare class CheckBranchControl extends pulumi.CustomResource {
171
171
  */
172
172
  readonly targetResourceId: pulumi.Output<string>;
173
173
  /**
174
- * The type of resource being protected by the check. Valid values: `endpoint`, `environment`, `queue`, `repository`, `securefile`, `variablegroup`.
174
+ * The type of resource being protected by the check. Possible values are: `endpoint`, `environment`, `queue`, `repository`, `securefile`, `variablegroup`.
175
175
  */
176
176
  readonly targetResourceType: pulumi.Output<string>;
177
177
  /**
@@ -220,7 +220,7 @@ export interface CheckBranchControlState {
220
220
  */
221
221
  targetResourceId?: pulumi.Input<string>;
222
222
  /**
223
- * The type of resource being protected by the check. Valid values: `endpoint`, `environment`, `queue`, `repository`, `securefile`, `variablegroup`.
223
+ * The type of resource being protected by the check. Possible values are: `endpoint`, `environment`, `queue`, `repository`, `securefile`, `variablegroup`.
224
224
  */
225
225
  targetResourceType?: pulumi.Input<string>;
226
226
  /**
@@ -261,7 +261,7 @@ export interface CheckBranchControlArgs {
261
261
  */
262
262
  targetResourceId: pulumi.Input<string>;
263
263
  /**
264
- * The type of resource being protected by the check. Valid values: `endpoint`, `environment`, `queue`, `repository`, `securefile`, `variablegroup`.
264
+ * The type of resource being protected by the check. Possible values are: `endpoint`, `environment`, `queue`, `repository`, `securefile`, `variablegroup`.
265
265
  */
266
266
  targetResourceType: pulumi.Input<string>;
267
267
  /**
@@ -351,7 +351,7 @@ export declare class CheckBusinessHours extends pulumi.CustomResource {
351
351
  */
352
352
  readonly targetResourceId: pulumi.Output<string>;
353
353
  /**
354
- * The type of resource being protected by the check. Valid values: `endpoint`, `environment`, `queue`, `repository`, `securefile`, `variablegroup`.
354
+ * The type of resource being protected by the check. Possible values are: `endpoint`, `environment`, `queue`, `repository`, `securefile`, `variablegroup`.
355
355
  */
356
356
  readonly targetResourceType: pulumi.Output<string>;
357
357
  /**
@@ -428,7 +428,7 @@ export interface CheckBusinessHoursState {
428
428
  */
429
429
  targetResourceId?: pulumi.Input<string>;
430
430
  /**
431
- * The type of resource being protected by the check. Valid values: `endpoint`, `environment`, `queue`, `repository`, `securefile`, `variablegroup`.
431
+ * The type of resource being protected by the check. Possible values are: `endpoint`, `environment`, `queue`, `repository`, `securefile`, `variablegroup`.
432
432
  */
433
433
  targetResourceType?: pulumi.Input<string>;
434
434
  /**
@@ -497,7 +497,7 @@ export interface CheckBusinessHoursArgs {
497
497
  */
498
498
  targetResourceId: pulumi.Input<string>;
499
499
  /**
500
- * The type of resource being protected by the check. Valid values: `endpoint`, `environment`, `queue`, `repository`, `securefile`, `variablegroup`.
500
+ * The type of resource being protected by the check. Possible values are: `endpoint`, `environment`, `queue`, `repository`, `securefile`, `variablegroup`.
501
501
  */
502
502
  targetResourceType: pulumi.Input<string>;
503
503
  /**
@@ -99,7 +99,7 @@ export declare class CheckExclusiveLock extends pulumi.CustomResource {
99
99
  */
100
100
  readonly targetResourceId: pulumi.Output<string>;
101
101
  /**
102
- * The type of resource being protected by the check. Valid values: `endpoint`, `environment`, `queue`, `repository`, `securefile`, `variablegroup`. Changing this forces a new Exclusive Lock to be created.
102
+ * The type of resource being protected by the check. Possible values are: `endpoint`, `environment`, `queue`, `repository`, `securefile`, `variablegroup`. Changing this forces a new Exclusive Lock to be created.
103
103
  */
104
104
  readonly targetResourceType: pulumi.Output<string>;
105
105
  /**
@@ -132,7 +132,7 @@ export interface CheckExclusiveLockState {
132
132
  */
133
133
  targetResourceId?: pulumi.Input<string>;
134
134
  /**
135
- * The type of resource being protected by the check. Valid values: `endpoint`, `environment`, `queue`, `repository`, `securefile`, `variablegroup`. Changing this forces a new Exclusive Lock to be created.
135
+ * The type of resource being protected by the check. Possible values are: `endpoint`, `environment`, `queue`, `repository`, `securefile`, `variablegroup`. Changing this forces a new Exclusive Lock to be created.
136
136
  */
137
137
  targetResourceType?: pulumi.Input<string>;
138
138
  /**
@@ -157,7 +157,7 @@ export interface CheckExclusiveLockArgs {
157
157
  */
158
158
  targetResourceId: pulumi.Input<string>;
159
159
  /**
160
- * The type of resource being protected by the check. Valid values: `endpoint`, `environment`, `queue`, `repository`, `securefile`, `variablegroup`. Changing this forces a new Exclusive Lock to be created.
160
+ * The type of resource being protected by the check. Possible values are: `endpoint`, `environment`, `queue`, `repository`, `securefile`, `variablegroup`. Changing this forces a new Exclusive Lock to be created.
161
161
  */
162
162
  targetResourceType: pulumi.Input<string>;
163
163
  /**