Skip to content

Commit 956dfd3

Browse files
New integration with Azure DevOps provider type.
1 parent 325b53b commit 956dfd3

File tree

6 files changed

+97
-177
lines changed

6 files changed

+97
-177
lines changed

generator/ServiceModels/codeconnections/codeconnections-2023-12-01.api.json

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -616,8 +616,7 @@
616616
},
617617
"DeleteConnectionOutput":{
618618
"type":"structure",
619-
"members":{
620-
}
619+
"members":{}
621620
},
622621
"DeleteHostInput":{
623622
"type":"structure",
@@ -628,8 +627,7 @@
628627
},
629628
"DeleteHostOutput":{
630629
"type":"structure",
631-
"members":{
632-
}
630+
"members":{}
633631
},
634632
"DeleteRepositoryLinkInput":{
635633
"type":"structure",
@@ -640,8 +638,7 @@
640638
},
641639
"DeleteRepositoryLinkOutput":{
642640
"type":"structure",
643-
"members":{
644-
}
641+
"members":{}
645642
},
646643
"DeleteSyncConfigurationInput":{
647644
"type":"structure",
@@ -656,8 +653,7 @@
656653
},
657654
"DeleteSyncConfigurationOutput":{
658655
"type":"structure",
659-
"members":{
660-
}
656+
"members":{}
661657
},
662658
"DeploymentFilePath":{"type":"string"},
663659
"Directory":{"type":"string"},
@@ -987,7 +983,8 @@
987983
"GitHub",
988984
"GitHubEnterpriseServer",
989985
"GitLab",
990-
"GitLabSelfManaged"
986+
"GitLabSelfManaged",
987+
"AzureDevOps"
991988
]
992989
},
993990
"PublishDeploymentStatus":{
@@ -1378,8 +1375,7 @@
13781375
},
13791376
"TagResourceOutput":{
13801377
"type":"structure",
1381-
"members":{
1382-
}
1378+
"members":{}
13831379
},
13841380
"TagValue":{
13851381
"type":"string",
@@ -1437,8 +1433,7 @@
14371433
},
14381434
"UntagResourceOutput":{
14391435
"type":"structure",
1440-
"members":{
1441-
}
1436+
"members":{}
14421437
},
14431438
"UpdateHostInput":{
14441439
"type":"structure",
@@ -1451,8 +1446,7 @@
14511446
},
14521447
"UpdateHostOutput":{
14531448
"type":"structure",
1454-
"members":{
1455-
}
1449+
"members":{}
14561450
},
14571451
"UpdateOutOfSyncException":{
14581452
"type":"structure",

0 commit comments

Comments
 (0)