Skip to content

Commit b431342

Browse files
committed
Use latest autorest version
1 parent b459d02 commit b431342

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure-pipelines/validate-pr-beta-modules.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ jobs:
3535
displayName: 'Install AutoRest'
3636
inputs:
3737
command: 'custom'
38-
customCommand: 'install -g @autorest/autorest@3.0.6114'
38+
customCommand: 'install -g @autorest/autorest'
3939

4040
- task: PowerShell@2
4141
displayName: 'Generate and Build Graph Resource Modules'
4242
inputs:
4343
filePath: '$(System.DefaultWorkingDirectory)/tools/GenerateModules.ps1'
44-
arguments: '-RepositoryName $(Repository_Name) -RepositoryApiKey $(Api_Key) -ModuleVersion $(Module_Version) -ArtifactsLocation $(Build.ArtifactStagingDirectory)\$(GRAPH_VERSION)\ -UseLocalDoc -BetaGraphVersion -Build'
44+
arguments: '-RepositoryApiKey $(Api_Key) -ArtifactsLocation $(Build.ArtifactStagingDirectory)\$(GRAPH_VERSION)\ -UseLocalDoc -BetaGraphVersion -Build'
4545
pwsh: true
4646

4747
- task: YodLabs.O365PostMessage.O365PostMessageBuild.O365PostMessageBuild@0

0 commit comments

Comments
 (0)