@pulumi/azuredevops 3.11.0-alpha.1766173758 → 3.11.0-alpha.1766201994

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.
package/types/input.d.ts CHANGED
@@ -1157,6 +1157,236 @@ export interface ServicehookStorageQueuePipelinesStageStateChangedEvent {
1157
1157
  */
1158
1158
  stageStateFilter?: pulumi.Input<string>;
1159
1159
  }
1160
+ export interface ServicehookWebhookTfsBuildCompleted {
1161
+ /**
1162
+ * Include only events for completed builds that have a specific completion status. Valid values: `Succeeded`, `PartiallySucceeded`, `Failed`, `Stopped`.
1163
+ */
1164
+ buildStatus?: pulumi.Input<string>;
1165
+ /**
1166
+ * Include only events for completed builds for a specific pipeline.
1167
+ */
1168
+ definitionName?: pulumi.Input<string>;
1169
+ }
1170
+ export interface ServicehookWebhookTfsGitPullRequestCommented {
1171
+ /**
1172
+ * Include only events for pull requests in a specific branch.
1173
+ */
1174
+ branch?: pulumi.Input<string>;
1175
+ /**
1176
+ * Include only events for pull requests in a specific repository (repository ID). If not specified, all repositories in the project will trigger the event.
1177
+ */
1178
+ repositoryId?: pulumi.Input<string>;
1179
+ }
1180
+ export interface ServicehookWebhookTfsGitPullRequestCreated {
1181
+ /**
1182
+ * Include only events for pull requests in a specific branch.
1183
+ */
1184
+ branch?: pulumi.Input<string>;
1185
+ /**
1186
+ * Include only events for pull requests created by users in a specific group.
1187
+ */
1188
+ pullRequestCreatedBy?: pulumi.Input<string>;
1189
+ /**
1190
+ * Include only events for pull requests with reviewers in a specific group.
1191
+ */
1192
+ pullRequestReviewersContains?: pulumi.Input<string>;
1193
+ /**
1194
+ * Include only events for pull requests in a specific repository (repository ID). If not specified, all repositories in the project will trigger the event.
1195
+ */
1196
+ repositoryId?: pulumi.Input<string>;
1197
+ }
1198
+ export interface ServicehookWebhookTfsGitPullRequestMergeAttempted {
1199
+ /**
1200
+ * Include only events for pull requests in a specific branch.
1201
+ */
1202
+ branch?: pulumi.Input<string>;
1203
+ /**
1204
+ * Include only events for pull requests with a specific merge result. Valid values: `Succeeded`, `Unsuccessful`, `Conflicts`, `Failure`, `RejectedByPolicy`.
1205
+ */
1206
+ mergeResult?: pulumi.Input<string>;
1207
+ /**
1208
+ * Include only events for pull requests created by users in a specific group.
1209
+ */
1210
+ pullRequestCreatedBy?: pulumi.Input<string>;
1211
+ /**
1212
+ * Include only events for pull requests with reviewers in a specific group.
1213
+ */
1214
+ pullRequestReviewersContains?: pulumi.Input<string>;
1215
+ /**
1216
+ * Include only events for pull requests in a specific repository (repository ID). If not specified, all repositories in the project will trigger the event.
1217
+ */
1218
+ repositoryId?: pulumi.Input<string>;
1219
+ }
1220
+ export interface ServicehookWebhookTfsGitPullRequestUpdated {
1221
+ /**
1222
+ * Include only events for pull requests in a specific branch.
1223
+ */
1224
+ branch?: pulumi.Input<string>;
1225
+ /**
1226
+ * Include only events for pull requests with a specific change. Valid values: `PushNotification`, `ReviewersUpdateNotification`, `StatusUpdateNotification`, `ReviewerVoteNotification`.
1227
+ */
1228
+ notificationType?: pulumi.Input<string>;
1229
+ /**
1230
+ * Include only events for pull requests created by users in a specific group.
1231
+ */
1232
+ pullRequestCreatedBy?: pulumi.Input<string>;
1233
+ /**
1234
+ * Include only events for pull requests with reviewers in a specific group.
1235
+ */
1236
+ pullRequestReviewersContains?: pulumi.Input<string>;
1237
+ /**
1238
+ * Include only events for pull requests in a specific repository (repository ID). If not specified, all repositories in the project will trigger the event.
1239
+ */
1240
+ repositoryId?: pulumi.Input<string>;
1241
+ }
1242
+ export interface ServicehookWebhookTfsGitPush {
1243
+ /**
1244
+ * Include only events for code pushes to a specific branch.
1245
+ */
1246
+ branch?: pulumi.Input<string>;
1247
+ /**
1248
+ * Include only events for code pushes by users in a specific group.
1249
+ */
1250
+ pushedBy?: pulumi.Input<string>;
1251
+ /**
1252
+ * Include only events for code pushes to a specific repository (repository ID). If not specified, all repositories in the project will trigger the event.
1253
+ */
1254
+ repositoryId?: pulumi.Input<string>;
1255
+ }
1256
+ export interface ServicehookWebhookTfsRepositoryCreated {
1257
+ /**
1258
+ * Include only events for repositories created in a specific project.
1259
+ */
1260
+ projectId?: pulumi.Input<string>;
1261
+ }
1262
+ export interface ServicehookWebhookTfsRepositoryDeleted {
1263
+ /**
1264
+ * Include only events for repositories with a specific repository ID.
1265
+ */
1266
+ repositoryId?: pulumi.Input<string>;
1267
+ }
1268
+ export interface ServicehookWebhookTfsRepositoryForked {
1269
+ /**
1270
+ * Include only events for repositories with a specific repository ID.
1271
+ */
1272
+ repositoryId?: pulumi.Input<string>;
1273
+ }
1274
+ export interface ServicehookWebhookTfsRepositoryRenamed {
1275
+ /**
1276
+ * Include only events for repositories with a specific repository ID.
1277
+ */
1278
+ repositoryId?: pulumi.Input<string>;
1279
+ }
1280
+ export interface ServicehookWebhookTfsRepositoryStatusChanged {
1281
+ /**
1282
+ * Include only events for repositories with a specific repository ID.
1283
+ */
1284
+ repositoryId?: pulumi.Input<string>;
1285
+ }
1286
+ export interface ServicehookWebhookTfsServiceConnectionCreated {
1287
+ /**
1288
+ * Include only events for service connections created in a specific project.
1289
+ */
1290
+ projectId?: pulumi.Input<string>;
1291
+ }
1292
+ export interface ServicehookWebhookTfsServiceConnectionUpdated {
1293
+ /**
1294
+ * Include only events for service connections updated in a specific project.
1295
+ */
1296
+ projectId?: pulumi.Input<string>;
1297
+ }
1298
+ export interface ServicehookWebhookTfsTfvcCheckin {
1299
+ /**
1300
+ * Include only events for check-ins that change files under a specific path.
1301
+ */
1302
+ path: pulumi.Input<string>;
1303
+ }
1304
+ export interface ServicehookWebhookTfsWorkItemCommented {
1305
+ /**
1306
+ * Include only events for work items under a specific area path.
1307
+ */
1308
+ areaPath?: pulumi.Input<string>;
1309
+ /**
1310
+ * Include only events for work items with a comment that contains a specific string.
1311
+ */
1312
+ commentPattern?: pulumi.Input<string>;
1313
+ /**
1314
+ * Include only events for work items that contain a specific tag.
1315
+ */
1316
+ tag?: pulumi.Input<string>;
1317
+ /**
1318
+ * Include only events for work items of a specific type.
1319
+ */
1320
+ workItemType?: pulumi.Input<string>;
1321
+ }
1322
+ export interface ServicehookWebhookTfsWorkItemCreated {
1323
+ /**
1324
+ * Include only events for work items under a specific area path.
1325
+ */
1326
+ areaPath?: pulumi.Input<string>;
1327
+ /**
1328
+ * Include only events for work items with one or more links added or removed.
1329
+ */
1330
+ linksChanged?: pulumi.Input<boolean>;
1331
+ /**
1332
+ * Include only events for work items that contain a specific tag.
1333
+ */
1334
+ tag?: pulumi.Input<string>;
1335
+ /**
1336
+ * Include only events for work items of a specific type.
1337
+ */
1338
+ workItemType?: pulumi.Input<string>;
1339
+ }
1340
+ export interface ServicehookWebhookTfsWorkItemDeleted {
1341
+ /**
1342
+ * Include only events for work items under a specific area path.
1343
+ */
1344
+ areaPath?: pulumi.Input<string>;
1345
+ /**
1346
+ * Include only events for work items that contain a specific tag.
1347
+ */
1348
+ tag?: pulumi.Input<string>;
1349
+ /**
1350
+ * Include only events for work items of a specific type.
1351
+ */
1352
+ workItemType?: pulumi.Input<string>;
1353
+ }
1354
+ export interface ServicehookWebhookTfsWorkItemRestored {
1355
+ /**
1356
+ * Include only events for work items under a specific area path.
1357
+ */
1358
+ areaPath?: pulumi.Input<string>;
1359
+ /**
1360
+ * Include only events for work items that contain a specific tag.
1361
+ */
1362
+ tag?: pulumi.Input<string>;
1363
+ /**
1364
+ * Include only events for work items of a specific type.
1365
+ */
1366
+ workItemType?: pulumi.Input<string>;
1367
+ }
1368
+ export interface ServicehookWebhookTfsWorkItemUpdated {
1369
+ /**
1370
+ * Include only events for work items under a specific area path.
1371
+ */
1372
+ areaPath?: pulumi.Input<string>;
1373
+ /**
1374
+ * Include only events for work items with a change in a specific field.
1375
+ */
1376
+ changedFields?: pulumi.Input<string>;
1377
+ /**
1378
+ * Include only events for work items with one or more links added or removed.
1379
+ */
1380
+ linksChanged?: pulumi.Input<boolean>;
1381
+ /**
1382
+ * Include only events for work items that contain a specific tag.
1383
+ */
1384
+ tag?: pulumi.Input<string>;
1385
+ /**
1386
+ * Include only events for work items of a specific type.
1387
+ */
1388
+ workItemType?: pulumi.Input<string>;
1389
+ }
1160
1390
  export interface VariableGroupKeyVault {
1161
1391
  /**
1162
1392
  * The name of the Azure key vault to link secrets from as variables.
package/types/output.d.ts CHANGED
@@ -1369,6 +1369,80 @@ export interface GetVariableGroupVariable {
1369
1369
  */
1370
1370
  value: string;
1371
1371
  }
1372
+ export interface GetWorkitemtrackingprocessProcessProject {
1373
+ /**
1374
+ * Description of the project.
1375
+ */
1376
+ description: string;
1377
+ /**
1378
+ * The ID of the process.
1379
+ */
1380
+ id: string;
1381
+ /**
1382
+ * Name of the project.
1383
+ */
1384
+ name: string;
1385
+ /**
1386
+ * Url of the project.
1387
+ */
1388
+ url: string;
1389
+ }
1390
+ export interface GetWorkitemtrackingprocessProcessesProcess {
1391
+ /**
1392
+ * Indicates the type of customization on this process. System Process is default process. Inherited Process is modified process that was System process before.
1393
+ */
1394
+ customizationType: string;
1395
+ /**
1396
+ * Description of the project.
1397
+ */
1398
+ description: string;
1399
+ /**
1400
+ * The ID of the project.
1401
+ */
1402
+ id: string;
1403
+ /**
1404
+ * Is the process default?
1405
+ */
1406
+ isDefault: boolean;
1407
+ /**
1408
+ * Is the process enabled?
1409
+ */
1410
+ isEnabled: boolean;
1411
+ /**
1412
+ * Name of the project.
1413
+ */
1414
+ name: string;
1415
+ /**
1416
+ * ID of the parent process.
1417
+ */
1418
+ parentProcessTypeId: string;
1419
+ /**
1420
+ * A `projects` block as defined below. Returns associated projects when using the 'projects' expand option.
1421
+ */
1422
+ projects: outputs.GetWorkitemtrackingprocessProcessesProcessProject[];
1423
+ /**
1424
+ * Reference name of process being created. If not specified, server will assign a unique reference name.
1425
+ */
1426
+ referenceName: string;
1427
+ }
1428
+ export interface GetWorkitemtrackingprocessProcessesProcessProject {
1429
+ /**
1430
+ * Description of the project.
1431
+ */
1432
+ description: string;
1433
+ /**
1434
+ * The ID of the project.
1435
+ */
1436
+ id: string;
1437
+ /**
1438
+ * Name of the project.
1439
+ */
1440
+ name: string;
1441
+ /**
1442
+ * Url of the project.
1443
+ */
1444
+ url: string;
1445
+ }
1372
1446
  export interface GitInitialization {
1373
1447
  /**
1374
1448
  * The type of repository to create. Valid values: `Uninitialized`, `Clean` or `Import`.
@@ -1755,6 +1829,236 @@ export interface ServicehookStorageQueuePipelinesStageStateChangedEvent {
1755
1829
  */
1756
1830
  stageStateFilter?: string;
1757
1831
  }
1832
+ export interface ServicehookWebhookTfsBuildCompleted {
1833
+ /**
1834
+ * Include only events for completed builds that have a specific completion status. Valid values: `Succeeded`, `PartiallySucceeded`, `Failed`, `Stopped`.
1835
+ */
1836
+ buildStatus?: string;
1837
+ /**
1838
+ * Include only events for completed builds for a specific pipeline.
1839
+ */
1840
+ definitionName?: string;
1841
+ }
1842
+ export interface ServicehookWebhookTfsGitPullRequestCommented {
1843
+ /**
1844
+ * Include only events for pull requests in a specific branch.
1845
+ */
1846
+ branch?: string;
1847
+ /**
1848
+ * Include only events for pull requests in a specific repository (repository ID). If not specified, all repositories in the project will trigger the event.
1849
+ */
1850
+ repositoryId?: string;
1851
+ }
1852
+ export interface ServicehookWebhookTfsGitPullRequestCreated {
1853
+ /**
1854
+ * Include only events for pull requests in a specific branch.
1855
+ */
1856
+ branch?: string;
1857
+ /**
1858
+ * Include only events for pull requests created by users in a specific group.
1859
+ */
1860
+ pullRequestCreatedBy?: string;
1861
+ /**
1862
+ * Include only events for pull requests with reviewers in a specific group.
1863
+ */
1864
+ pullRequestReviewersContains?: string;
1865
+ /**
1866
+ * Include only events for pull requests in a specific repository (repository ID). If not specified, all repositories in the project will trigger the event.
1867
+ */
1868
+ repositoryId?: string;
1869
+ }
1870
+ export interface ServicehookWebhookTfsGitPullRequestMergeAttempted {
1871
+ /**
1872
+ * Include only events for pull requests in a specific branch.
1873
+ */
1874
+ branch?: string;
1875
+ /**
1876
+ * Include only events for pull requests with a specific merge result. Valid values: `Succeeded`, `Unsuccessful`, `Conflicts`, `Failure`, `RejectedByPolicy`.
1877
+ */
1878
+ mergeResult?: string;
1879
+ /**
1880
+ * Include only events for pull requests created by users in a specific group.
1881
+ */
1882
+ pullRequestCreatedBy?: string;
1883
+ /**
1884
+ * Include only events for pull requests with reviewers in a specific group.
1885
+ */
1886
+ pullRequestReviewersContains?: string;
1887
+ /**
1888
+ * Include only events for pull requests in a specific repository (repository ID). If not specified, all repositories in the project will trigger the event.
1889
+ */
1890
+ repositoryId?: string;
1891
+ }
1892
+ export interface ServicehookWebhookTfsGitPullRequestUpdated {
1893
+ /**
1894
+ * Include only events for pull requests in a specific branch.
1895
+ */
1896
+ branch?: string;
1897
+ /**
1898
+ * Include only events for pull requests with a specific change. Valid values: `PushNotification`, `ReviewersUpdateNotification`, `StatusUpdateNotification`, `ReviewerVoteNotification`.
1899
+ */
1900
+ notificationType?: string;
1901
+ /**
1902
+ * Include only events for pull requests created by users in a specific group.
1903
+ */
1904
+ pullRequestCreatedBy?: string;
1905
+ /**
1906
+ * Include only events for pull requests with reviewers in a specific group.
1907
+ */
1908
+ pullRequestReviewersContains?: string;
1909
+ /**
1910
+ * Include only events for pull requests in a specific repository (repository ID). If not specified, all repositories in the project will trigger the event.
1911
+ */
1912
+ repositoryId?: string;
1913
+ }
1914
+ export interface ServicehookWebhookTfsGitPush {
1915
+ /**
1916
+ * Include only events for code pushes to a specific branch.
1917
+ */
1918
+ branch?: string;
1919
+ /**
1920
+ * Include only events for code pushes by users in a specific group.
1921
+ */
1922
+ pushedBy?: string;
1923
+ /**
1924
+ * Include only events for code pushes to a specific repository (repository ID). If not specified, all repositories in the project will trigger the event.
1925
+ */
1926
+ repositoryId?: string;
1927
+ }
1928
+ export interface ServicehookWebhookTfsRepositoryCreated {
1929
+ /**
1930
+ * Include only events for repositories created in a specific project.
1931
+ */
1932
+ projectId?: string;
1933
+ }
1934
+ export interface ServicehookWebhookTfsRepositoryDeleted {
1935
+ /**
1936
+ * Include only events for repositories with a specific repository ID.
1937
+ */
1938
+ repositoryId?: string;
1939
+ }
1940
+ export interface ServicehookWebhookTfsRepositoryForked {
1941
+ /**
1942
+ * Include only events for repositories with a specific repository ID.
1943
+ */
1944
+ repositoryId?: string;
1945
+ }
1946
+ export interface ServicehookWebhookTfsRepositoryRenamed {
1947
+ /**
1948
+ * Include only events for repositories with a specific repository ID.
1949
+ */
1950
+ repositoryId?: string;
1951
+ }
1952
+ export interface ServicehookWebhookTfsRepositoryStatusChanged {
1953
+ /**
1954
+ * Include only events for repositories with a specific repository ID.
1955
+ */
1956
+ repositoryId?: string;
1957
+ }
1958
+ export interface ServicehookWebhookTfsServiceConnectionCreated {
1959
+ /**
1960
+ * Include only events for service connections created in a specific project.
1961
+ */
1962
+ projectId?: string;
1963
+ }
1964
+ export interface ServicehookWebhookTfsServiceConnectionUpdated {
1965
+ /**
1966
+ * Include only events for service connections updated in a specific project.
1967
+ */
1968
+ projectId?: string;
1969
+ }
1970
+ export interface ServicehookWebhookTfsTfvcCheckin {
1971
+ /**
1972
+ * Include only events for check-ins that change files under a specific path.
1973
+ */
1974
+ path: string;
1975
+ }
1976
+ export interface ServicehookWebhookTfsWorkItemCommented {
1977
+ /**
1978
+ * Include only events for work items under a specific area path.
1979
+ */
1980
+ areaPath?: string;
1981
+ /**
1982
+ * Include only events for work items with a comment that contains a specific string.
1983
+ */
1984
+ commentPattern?: string;
1985
+ /**
1986
+ * Include only events for work items that contain a specific tag.
1987
+ */
1988
+ tag?: string;
1989
+ /**
1990
+ * Include only events for work items of a specific type.
1991
+ */
1992
+ workItemType?: string;
1993
+ }
1994
+ export interface ServicehookWebhookTfsWorkItemCreated {
1995
+ /**
1996
+ * Include only events for work items under a specific area path.
1997
+ */
1998
+ areaPath?: string;
1999
+ /**
2000
+ * Include only events for work items with one or more links added or removed.
2001
+ */
2002
+ linksChanged?: boolean;
2003
+ /**
2004
+ * Include only events for work items that contain a specific tag.
2005
+ */
2006
+ tag?: string;
2007
+ /**
2008
+ * Include only events for work items of a specific type.
2009
+ */
2010
+ workItemType?: string;
2011
+ }
2012
+ export interface ServicehookWebhookTfsWorkItemDeleted {
2013
+ /**
2014
+ * Include only events for work items under a specific area path.
2015
+ */
2016
+ areaPath?: string;
2017
+ /**
2018
+ * Include only events for work items that contain a specific tag.
2019
+ */
2020
+ tag?: string;
2021
+ /**
2022
+ * Include only events for work items of a specific type.
2023
+ */
2024
+ workItemType?: string;
2025
+ }
2026
+ export interface ServicehookWebhookTfsWorkItemRestored {
2027
+ /**
2028
+ * Include only events for work items under a specific area path.
2029
+ */
2030
+ areaPath?: string;
2031
+ /**
2032
+ * Include only events for work items that contain a specific tag.
2033
+ */
2034
+ tag?: string;
2035
+ /**
2036
+ * Include only events for work items of a specific type.
2037
+ */
2038
+ workItemType?: string;
2039
+ }
2040
+ export interface ServicehookWebhookTfsWorkItemUpdated {
2041
+ /**
2042
+ * Include only events for work items under a specific area path.
2043
+ */
2044
+ areaPath?: string;
2045
+ /**
2046
+ * Include only events for work items with a change in a specific field.
2047
+ */
2048
+ changedFields?: string;
2049
+ /**
2050
+ * Include only events for work items with one or more links added or removed.
2051
+ */
2052
+ linksChanged?: boolean;
2053
+ /**
2054
+ * Include only events for work items that contain a specific tag.
2055
+ */
2056
+ tag?: string;
2057
+ /**
2058
+ * Include only events for work items of a specific type.
2059
+ */
2060
+ workItemType?: string;
2061
+ }
1758
2062
  export interface VariableGroupKeyVault {
1759
2063
  /**
1760
2064
  * The name of the Azure key vault to link secrets from as variables.