From 89bccfc07fe05f373fc0190f545b4fec50b29ac2 Mon Sep 17 00:00:00 2001 From: Mario Guerra <85648637+mario-guerra@users.noreply.github.com> Date: Mon, 13 Feb 2023 16:57:51 -0600 Subject: [PATCH] move test-proxy/README to documentation folder (#5430) Co-authored-by: Mario Guerra --- tools/test-proxy/Azure.Sdk.Tools.TestProxy/README.md | 2 -- .../test-proxy/initial-investigation.md} | 0 2 files changed, 2 deletions(-) rename tools/test-proxy/{README.md => documentation/test-proxy/initial-investigation.md} (100%) diff --git a/tools/test-proxy/Azure.Sdk.Tools.TestProxy/README.md b/tools/test-proxy/Azure.Sdk.Tools.TestProxy/README.md index 3543eff2438..21e8b6122f5 100644 --- a/tools/test-proxy/Azure.Sdk.Tools.TestProxy/README.md +++ b/tools/test-proxy/Azure.Sdk.Tools.TestProxy/README.md @@ -48,8 +48,6 @@ - [Windows IIS](#windows-iis) - [Asset Sync (Retrieve External Test Recordings)](#asset-sync-retrieve-external-test-recordings) -For a detailed explanation and more-or-less spec, check the [README.md](../README.md) one level up from this one. - This test proxy is intended to provide out-of-process record/playback capabilities compatible with any language. It offers session and recording level customization during both `record` and `playback` of a test. All that is required to start recording is to make minor updates to the requests made within a given test. A standard request looks something like this: diff --git a/tools/test-proxy/README.md b/tools/test-proxy/documentation/test-proxy/initial-investigation.md similarity index 100% rename from tools/test-proxy/README.md rename to tools/test-proxy/documentation/test-proxy/initial-investigation.md