From 44b77bfb4c16f06bb17cda133ff9152d0c89bff9 Mon Sep 17 00:00:00 2001 From: Chen Lahav Date: Tue, 10 Jul 2018 21:58:33 +0300 Subject: [PATCH] Security Center - Fixing status code for delete security contact operation --- .../SecurityContacts/DeleteSecurityContact_example.json | 2 +- .../preview/2017-08-01-preview/security.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/specification/security/resource-manager/Microsoft.Security/preview/2017-08-01-preview/examples/SecurityContacts/DeleteSecurityContact_example.json b/specification/security/resource-manager/Microsoft.Security/preview/2017-08-01-preview/examples/SecurityContacts/DeleteSecurityContact_example.json index ec9ec0952b10..948df8317165 100644 --- a/specification/security/resource-manager/Microsoft.Security/preview/2017-08-01-preview/examples/SecurityContacts/DeleteSecurityContact_example.json +++ b/specification/security/resource-manager/Microsoft.Security/preview/2017-08-01-preview/examples/SecurityContacts/DeleteSecurityContact_example.json @@ -5,7 +5,7 @@ "securityContactName": "john" }, "responses": { - "200": { + "204": { } } } \ No newline at end of file diff --git a/specification/security/resource-manager/Microsoft.Security/preview/2017-08-01-preview/security.json b/specification/security/resource-manager/Microsoft.Security/preview/2017-08-01-preview/security.json index e61650a2d798..4ed59059f15b 100644 --- a/specification/security/resource-manager/Microsoft.Security/preview/2017-08-01-preview/security.json +++ b/specification/security/resource-manager/Microsoft.Security/preview/2017-08-01-preview/security.json @@ -348,8 +348,8 @@ "$ref": "#/parameters/SecurityContactName" }], "responses": { - "200": { - "description": "OK" + "204": { + "description": "No Content" }, "default": { "description": "Error response describing why the operation failed.",