From 4dc865b3c248784149cdd08abec75d40fac31682 Mon Sep 17 00:00:00 2001 From: "Alexander (Sasha) Nosov" Date: Fri, 10 Feb 2023 17:12:26 -0800 Subject: [PATCH 1/2] fixed curl --- .../azure-arc-enabled-sql-server/modify-license-type/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/manage/azure-arc-enabled-sql-server/modify-license-type/README.md b/samples/manage/azure-arc-enabled-sql-server/modify-license-type/README.md index fffb7fe3..0daab81a 100644 --- a/samples/manage/azure-arc-enabled-sql-server/modify-license-type/README.md +++ b/samples/manage/azure-arc-enabled-sql-server/modify-license-type/README.md @@ -64,7 +64,7 @@ Use the following steps to run the script in Cloud Shell. 2. Upload the script to the shell using the following command: ```console - curl https://raw.githubusercontent.com/microsoft/sql-server-samples/master/samples/manage/azure-arc-enabled-sql-server/modify-license-type/modify-license-type.ps1 -o /modify-license-type.ps1 + curl https://raw.githubusercontent.com/microsoft/sql-server-samples/master/samples/manage/azure-arc-enabled-sql-server/modify-license-type/modify-license-type.ps1 -o migrate-to-azure-arc-data.ps1 ``` 3. Run the script. From 1ad073ab28a463f77a9783be026b0ea5fb1d387d Mon Sep 17 00:00:00 2001 From: "Alexander (Sasha) Nosov" Date: Fri, 10 Feb 2023 17:15:00 -0800 Subject: [PATCH 2/2] fixed file name --- .../azure-arc-enabled-sql-server/modify-license-type/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/manage/azure-arc-enabled-sql-server/modify-license-type/README.md b/samples/manage/azure-arc-enabled-sql-server/modify-license-type/README.md index 0daab81a..35e56aa5 100644 --- a/samples/manage/azure-arc-enabled-sql-server/modify-license-type/README.md +++ b/samples/manage/azure-arc-enabled-sql-server/modify-license-type/README.md @@ -64,7 +64,7 @@ Use the following steps to run the script in Cloud Shell. 2. Upload the script to the shell using the following command: ```console - curl https://raw.githubusercontent.com/microsoft/sql-server-samples/master/samples/manage/azure-arc-enabled-sql-server/modify-license-type/modify-license-type.ps1 -o migrate-to-azure-arc-data.ps1 + curl https://raw.githubusercontent.com/microsoft/sql-server-samples/master/samples/manage/azure-arc-enabled-sql-server/modify-license-type/modify-license-type.ps1 -o modify-license-type.ps1 ``` 3. Run the script.