We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27a3bb3 commit 86ee547Copy full SHA for 86ee547
azure-pipelines/update-template.yml
@@ -5,6 +5,8 @@ steps:
5
targetType: 'inline'
6
pwsh: true
7
script: |
8
+ Uninstall-Module Microsoft.Graph -Force -AllVersions -ErrorAction SilentlyContinue
9
+ Uninstall-Module Microsoft.Graph.Beta -Force -AllVersions -ErrorAction SilentlyContinue
10
try{
11
# Try to update the V1 module first.
12
Install-Module Microsoft.Graph.Beta -Repository PSGallery -Scope AllUsers -AcceptLicense -SkipPublisherCheck -Force -AllowClobber
0 commit comments