From f13a21ec3aef13803d71f01f634940a9e1ef24a8 Mon Sep 17 00:00:00 2001 From: Balaga Gayatri Date: Fri, 22 Oct 2021 18:43:15 +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 7c6e59da..a40200ee 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