You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/ProductConstructionService/ProductConstructionService.Api/Api/v2018_07_16/Controllers/SubscriptionsController.cs
+60
Original file line number
Diff line number
Diff line change
@@ -26,15 +26,18 @@ public class SubscriptionsController : ControllerBase
Copy file name to clipboardexpand all lines: src/ProductConstructionService/ProductConstructionService.Api/Api/v2019_01_16/Controllers/SubscriptionsController.cs
+8-39
Original file line number
Diff line number
Diff line change
@@ -25,19 +25,16 @@ public class SubscriptionsController : v2018_07_16.Controllers.SubscriptionsCont
Copy file name to clipboardexpand all lines: src/ProductConstructionService/ProductConstructionService.Api/Api/v2020_02_20/Controllers/SubscriptionsController.cs
+18-47
Original file line number
Diff line number
Diff line change
@@ -29,9 +29,10 @@ public class SubscriptionsController : v2019_01_16.Controllers.SubscriptionsCont
returnBadRequest(newApiError("Invalid value(s) provided in Pull Request Failure Notification Tags; is everyone listed publicly a member of the Microsoft github org?"));
474
-
}
443
+
returnBadRequest(newApiError(
444
+
"Invalid value(s) provided in Pull Request Failure Notification Tags; "+
445
+
"is everyone listed publicly a member of the Microsoft github org?"));
0 commit comments