From c926cf56da74b30b881ca6852956529cbb00f5d1 Mon Sep 17 00:00:00 2001 From: Ayan Date: Tue, 2 Apr 2024 22:56:40 -0500 Subject: [PATCH] . --- .github/workflows/AzPS.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/AzPS.yml b/.github/workflows/AzPS.yml index f7f8d37..520acfc 100644 --- a/.github/workflows/AzPS.yml +++ b/.github/workflows/AzPS.yml @@ -4,8 +4,8 @@ jobs: build: runs-on: ubuntu-latest #Windows has the RM modules along with Az. 'ubuntu-latest' works. But both have 2 versions older modules. 11.3 instead of 11.5. - container: - image: mcr.microsoft.com/azure-powershell:latest + #container: #Azure login fails to run inside the container. + # image: mcr.microsoft.com/azure-powershell:latest steps: - name: Check Out