File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/virtual-machines/workloads/sap Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Log in to Azure Cloud Shell
26
26
``` bash
27
27
export ADO_ORGANIZATION=https://dev.azure.com/< yourorganization>
28
28
export ADO_PROJECT=SAP Deployment Automation
29
- wget https://raw.githubusercontent.com/Azure/sap-automation/experimental /deploy/scripts/create_devops_artifacts.sh -O devops.sh
29
+ wget https://raw.githubusercontent.com/Azure/sap-automation/main /deploy/scripts/create_devops_artifacts.sh -O devops.sh
30
30
chmod +x ./devops.sh
31
31
./devops.sh
32
32
rm ./devops.sh
@@ -59,7 +59,7 @@ Once the variables are defined run the following script to create the service pr
59
59
60
60
``` powershell
61
61
62
- Invoke-WebRequest -Uri https://raw.githubusercontent.com/Azure/sap-automation/experimental /deploy/scripts/update_devops_credentials.ps1 -OutFile .\configureDevOps.ps1 ; .\configureDevOps.ps1
62
+ Invoke-WebRequest -Uri https://raw.githubusercontent.com/Azure/sap-automation/main /deploy/scripts/update_devops_credentials.ps1 -OutFile .\configureDevOps.ps1 ; .\configureDevOps.ps1
63
63
64
64
```
65
65
You can’t perform that action at this time.
0 commit comments