File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ jobs:
279279 - name : Setup Azure CLI
280280 shell : bash
281281 run : |
282- curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
282+ # Azure CLI is pre-installed on Windows runners
283283 az --version # Verify installation
284284
285285 - name : Login to Azure
@@ -362,7 +362,7 @@ jobs:
362362 - name : Setup Azure Developer CLI
363363 shell : bash
364364 run : |
365- curl -fsSL https://aka.ms/install-azd.sh | sudo bash
365+ curl -fsSL https://aka.ms/install-azd.sh | bash
366366 azd version
367367
368368 - name : Login to Azure
@@ -829,7 +829,7 @@ jobs:
829829 - name : Setup Azure Developer CLI
830830 shell : bash
831831 run : |
832- curl -fsSL https://aka.ms/install-azd.sh | sudo bash
832+ curl -fsSL https://aka.ms/install-azd.sh | bash
833833 azd version
834834
835835 - name : Login to Azure
@@ -841,7 +841,7 @@ jobs:
841841 - name : Setup Azure CLI for Docker cleanup
842842 shell : bash
843843 run : |
844- curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
844+ # Azure CLI is pre-installed on Windows runners
845845 az --version
846846
847847 - name : Login to Azure CLI for Docker cleanup
You can’t perform that action at this time.
0 commit comments