diff --git a/specification/monitor/resource-manager/Microsoft.Monitor/stable/2023-04-03/examples/AzureMonitorWorkspacesCreate.json b/specification/monitor/resource-manager/Microsoft.Monitor/stable/2023-04-03/examples/AzureMonitorWorkspacesCreate.json index 736bf39a4e8d..d6f7574830de 100644 --- a/specification/monitor/resource-manager/Microsoft.Monitor/stable/2023-04-03/examples/AzureMonitorWorkspacesCreate.json +++ b/specification/monitor/resource-manager/Microsoft.Monitor/stable/2023-04-03/examples/AzureMonitorWorkspacesCreate.json @@ -64,27 +64,6 @@ "etag": "070057da-0000-0000-0000-5ba70d6c0000" } }, - "201": { - "body": { - "id": "/subscriptions/703362b3-f278-4e4b-9179-c76eaf41ffc2/resourceGroups/myResourceGroup/providers/Microsoft.Monitor/accounts/myAzureMonitorWorkspace", - "name": "myAzureMonitorWorkspace", - "type": "Microsoft.Monitor/accounts", - "location": "eastus", - "tags": { - "tag1": "A", - "tag2": "B" - }, - "properties": {}, - "systemData": { - "createdBy": "user1", - "createdByType": "User", - "createdAt": "2021-04-01T12:34:56.1234567Z", - "lastModifiedBy": "user2", - "lastModifiedByType": "User", - "lastModifiedAt": "2021-04-02T12:34:56.1234567Z" - }, - "etag": "070057da-0000-0000-0000-5ba70d6c0000" - } - } + "201": {} } } diff --git a/specification/monitor/resource-manager/Microsoft.Monitor/stable/2023-04-03/examples/AzureMonitorWorkspacesDelete.json b/specification/monitor/resource-manager/Microsoft.Monitor/stable/2023-04-03/examples/AzureMonitorWorkspacesDelete.json index 64e5ca273ac0..b97ba5135b98 100644 --- a/specification/monitor/resource-manager/Microsoft.Monitor/stable/2023-04-03/examples/AzureMonitorWorkspacesDelete.json +++ b/specification/monitor/resource-manager/Microsoft.Monitor/stable/2023-04-03/examples/AzureMonitorWorkspacesDelete.json @@ -6,7 +6,7 @@ "api-version": "2023-04-03" }, "responses": { - "200": {}, + "202": {}, "204": {} } }