From 165b4ee04aa808958763eed4173fd376226886dd Mon Sep 17 00:00:00 2001 From: Zhenglai Zhang Date: Fri, 4 Sep 2020 17:48:08 +0800 Subject: [PATCH] Apply patch unified-pipeline-test-patch --- .../stable/2020-01-01/examples/TestPut.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/testservice/resource-manager/Microsoft.TestService/stable/2020-01-01/examples/TestPut.json b/specification/testservice/resource-manager/Microsoft.TestService/stable/2020-01-01/examples/TestPut.json index 4aceae9..b9c3bcb 100644 --- a/specification/testservice/resource-manager/Microsoft.TestService/stable/2020-01-01/examples/TestPut.json +++ b/specification/testservice/resource-manager/Microsoft.TestService/stable/2020-01-01/examples/TestPut.json @@ -3,8 +3,8 @@ "api-version": "2020-01-01" }, "responses": { - "200": { - "value": "Test" + "500": { + "value": "failure" } } }