diff --git a/specification/search/resource-manager/Microsoft.Search/stable/2022-09-01/search.json b/specification/search/resource-manager/Microsoft.Search/stable/2022-09-01/search.json index 0807b35b57e6..96c4eebdc0eb 100644 --- a/specification/search/resource-manager/Microsoft.Search/stable/2022-09-01/search.json +++ b/specification/search/resource-manager/Microsoft.Search/stable/2022-09-01/search.json @@ -2030,8 +2030,7 @@ "deleting", "degraded", "disabled", - "error", - "stopped" + "error" ], "x-ms-enum": { "name": "SearchServiceStatus", @@ -2066,11 +2065,6 @@ "value": "error", "name": "Error", "description": "The search service is in error state, indicating either a failure to provision or to be deleted." - }, - { - "value": "stopped", - "name": "Stopped", - "description": "The search service is in a subscription that's disabled." } ] }