From 07674a6e5e66070e502c709866de2913bc0bed8d Mon Sep 17 00:00:00 2001 From: navba-MSFT <57353862+navba-MSFT@users.noreply.github.com> Date: Fri, 10 Jun 2022 11:11:53 +0530 Subject: [PATCH] {AzureAutomation} fixes Azure/azure-cli-extensions#4947 Link is broken, url returns 404 for AzureAutomationTutorial.ps1 in README.md Old Link: https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/101-automation/scripts/AzureAutomationTutorial.ps1 New Link: https://github.com/Azure/azure-quickstart-templates/blob/master/quickstarts/microsoft.automation/101-automation/scripts/AzureAutomationTutorial.ps1 --- src/automation/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/automation/README.md b/src/automation/README.md index 9977d16275e..da6f073ff47 100644 --- a/src/automation/README.md +++ b/src/automation/README.md @@ -31,7 +31,7 @@ az automation runbook create \ --location westus ``` -##### Set runbook content (Download [AzureAutomationTutorial.ps1](https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/101-automation/scripts/AzureAutomationTutorial.ps1) as an example) +##### Set runbook content (Download [AzureAutomationTutorial.ps1](https://github.com/Azure/azure-quickstart-templates/blob/master/quickstarts/microsoft.automation/101-automation/scripts/AzureAutomationTutorial.ps1) as an example) ``` az automation runbook replace-content \ --resource-group groupName \ @@ -87,4 +87,4 @@ az automation job resume \ --name jobName ``` -If you have issues, please give feedback by opening an issue at https://github.com/Azure/azure-cli-extensions/issues. \ No newline at end of file +If you have issues, please give feedback by opening an issue at https://github.com/Azure/azure-cli-extensions/issues.