From 8f0d54f788304518eca62ddf281b8c889ad9613c Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Sun, 28 Jul 2019 23:37:26 -0400 Subject: [PATCH] fix: applicationinsights delete examples (#6636) --- .../stable/2015-05-01/componentAnnotations_API.json | 3 +-- .../stable/2015-05-01/componentWorkItemConfigs_API.json | 3 +-- .../stable/2015-05-01/examples/AnnotationsDelete.json | 4 +--- .../stable/2015-05-01/examples/WorkItemConfigDelete.json | 4 +--- 4 files changed, 4 insertions(+), 10 deletions(-) diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/componentAnnotations_API.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/componentAnnotations_API.json index 5318ab4127e2..bb5b9116c39c 100644 --- a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/componentAnnotations_API.json +++ b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/componentAnnotations_API.json @@ -154,8 +154,7 @@ ], "responses": { "200": { - "description": "The annotation that was successfully deleted.", - "schema": {} + "description": "The annotation that was successfully deleted." } }, "x-ms-examples": { diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/componentWorkItemConfigs_API.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/componentWorkItemConfigs_API.json index 5eb133b41a9e..d018d4f8d6a3 100644 --- a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/componentWorkItemConfigs_API.json +++ b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/componentWorkItemConfigs_API.json @@ -172,8 +172,7 @@ ], "responses": { "200": { - "description": "The work item configuration that was successfully deleted.", - "schema": {} + "description": "The work item configuration that was successfully deleted." } }, "x-ms-examples": { diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/AnnotationsDelete.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/AnnotationsDelete.json index cd3755546bb5..1bde68cbeec6 100644 --- a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/AnnotationsDelete.json +++ b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/AnnotationsDelete.json @@ -7,8 +7,6 @@ "annotationId": "bb820f1b-3110-4a8b-ba2c-8c1129d7eb6a" }, "responses": { - "200": { - "body": {} - } + "200": {} } } diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/WorkItemConfigDelete.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/WorkItemConfigDelete.json index 0742113a565c..250fe7dcfafb 100644 --- a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/WorkItemConfigDelete.json +++ b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/WorkItemConfigDelete.json @@ -7,8 +7,6 @@ "workItemConfigId": "Visual Studio Team Services" }, "responses": { - "200": { - "body": {} - } + "200": {} } }