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 a0409ce commit 8199048Copy full SHA for 8199048
azure-pipelines/update-template.yml
@@ -5,8 +5,8 @@ steps:
5
targetType: 'inline'
6
pwsh: true
7
script: |
8
- Uninstall-Module Microsoft.Graph -Force -AllVersions -Force
9
- Uninstall-Module Microsoft.Graph.Beta -Force -AllVersions -Force
+ Uninstall-Module Microsoft.Graph -Force -AllVersions
+ Uninstall-Module Microsoft.Graph.Beta -Force -AllVersions
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