From a93e576431b774656e15897c934b6673f0742b8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?McCoy=20Pati=C3=B1o?= <39780829+mccoyp@users.noreply.github.com> Date: Mon, 20 Mar 2023 18:12:32 -0700 Subject: [PATCH 1/2] Update transition script links --- tools/test-proxy/documentation/asset-sync/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test-proxy/documentation/asset-sync/README.md b/tools/test-proxy/documentation/asset-sync/README.md index 8a16a0edb60..e07772ff1a1 100644 --- a/tools/test-proxy/documentation/asset-sync/README.md +++ b/tools/test-proxy/documentation/asset-sync/README.md @@ -153,7 +153,7 @@ First, ensure that your language-specific "shim" supports the automatic addition - [PR Enabling in JS](https://github.com/Azure/azure-sdk-for-js/pull/23405) - [PR Enabling in Go](https://github.com/Azure/azure-sdk-for-go/pull/19322) -Use [the transition script](../../scripts/transition-scripts/generate-assets-json.ps1) and follow the [readme](../../scripts/transition-scripts/README.md)! +Use [the transition script](../../../../eng/common/testproxy/transition-scripts/generate-assets-json.ps1) and follow the [readme](../../../../eng/common/testproxy/transition-scripts/README.md)! In summary, once an assets.json is present, the shim _must_ be updated to **actually send** a reference to that assets.json inside the `record/start` or `playback/start` requests! From a555c7890bbbfd64e78799a69dc17bc6de063ec6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?McCoy=20Pati=C3=B1o?= <39780829+mccoyp@users.noreply.github.com> Date: Tue, 21 Mar 2023 15:39:52 -0700 Subject: [PATCH 2/2] Absolute links --- tools/test-proxy/documentation/asset-sync/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test-proxy/documentation/asset-sync/README.md b/tools/test-proxy/documentation/asset-sync/README.md index e07772ff1a1..63e1d8ffe4d 100644 --- a/tools/test-proxy/documentation/asset-sync/README.md +++ b/tools/test-proxy/documentation/asset-sync/README.md @@ -153,7 +153,7 @@ First, ensure that your language-specific "shim" supports the automatic addition - [PR Enabling in JS](https://github.com/Azure/azure-sdk-for-js/pull/23405) - [PR Enabling in Go](https://github.com/Azure/azure-sdk-for-go/pull/19322) -Use [the transition script](../../../../eng/common/testproxy/transition-scripts/generate-assets-json.ps1) and follow the [readme](../../../../eng/common/testproxy/transition-scripts/README.md)! +Use [the transition script](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/testproxy/transition-scripts/generate-assets-json.ps1) and follow the [readme](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/testproxy/transition-scripts/README.md)! In summary, once an assets.json is present, the shim _must_ be updated to **actually send** a reference to that assets.json inside the `record/start` or `playback/start` requests!