diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-08-01-preview/FileImports.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-08-01-preview/FileImports.json index 95f7c31b629e..8456a065f823 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-08-01-preview/FileImports.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-08-01-preview/FileImports.json @@ -219,9 +219,6 @@ "204": { "description": "No Content" }, - "200": { - "description": "" - }, "default": { "description": "Error response describing why the operation failed.", "schema": { @@ -229,7 +226,10 @@ } } }, - "x-ms-long-running-operation": true + "x-ms-long-running-operation": true, + "x-ms-long-running-operation-options": { + "final-state-via": "location" + } } } }, diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-08-01-preview/examples/fileImports/DeleteFileImport.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-08-01-preview/examples/fileImports/DeleteFileImport.json index dbb151fc723f..3767f7698024 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-08-01-preview/examples/fileImports/DeleteFileImport.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-08-01-preview/examples/fileImports/DeleteFileImport.json @@ -36,7 +36,6 @@ } } }, - "204": {}, - "200": {} + "204": {} } }