From 38942de1a5d647120fd5c72b2b7618d26b6c5687 Mon Sep 17 00:00:00 2001 From: Balaga Gayatri Date: Fri, 22 Oct 2021 18:42:53 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f33ba06..6c4f45f6 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ jobs: - name: Installing Az.accounts for powershell shell: pwsh run: | - Install-Module -Name Az.Accounts -Repository PSGallery + Install-Module -Name Az.Accounts -Force -AllowClobber -Repository PSGallery - name: OIDC Login to Azure Public Cloud with AzPowershell (enableAzPSSession true) uses: azure/login@releases/v1