]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-14057 Update List AzDo projects Action
authorbelen-pruvost-sonarsource <belen.pruvost@sonarsource.com>
Wed, 18 Nov 2020 16:01:23 +0000 (17:01 +0100)
committersonartech <sonartech@sonarsource.com>
Wed, 25 Nov 2020 20:06:26 +0000 (20:06 +0000)
sonar-ws/src/main/protobuf/ws-alm_integrations.proto

index 03c95177bed22d6ca4c1b4926e41a73ce5c0895e..adcd0197e3aa9255059f0d3b0099f47824e7e007 100644 (file)
@@ -44,7 +44,7 @@ message ListBitbucketserverProjectsWsResponse {
 
 // WS api/alm_integrations/list_azure_projects
 message ListAzureProjectsWsResponse {
-  repeated AlmProject projects = 1;
+  repeated AzureProject projects = 1;
 }
 
 message BBSRepo {
@@ -67,6 +67,11 @@ message AlmProject {
   optional string name = 2;
 }
 
+message AzureProject {
+  optional string name = 1;
+  optional string description = 2;
+}
+
 // WS api/alm_integrations/get_github_client_id
 message GithubClientIdWsResponse {
   optional string clientId = 1;