-
Notifications
You must be signed in to change notification settings - Fork 323
Open
Description
Description
ADO Task for RESTler used in pipelines are getting failed. THe same tasks used to work before. Can someone help if there are any new ado tasks that needs to be used.
Error :
##[error](HTTP code 404) unexpected - manifest for mcr.microsoft.com/restlerfuzzer/restler:20230718.1 not found: manifest unknown: manifest tagged by "20230718.1" is not found
Task :
- task: RESTlerFuzzer@1
displayName: "Run Restler Fuzz-Test mode on config file - ${{ parameters.FuzzType }} Operations"
inputs:
fuzzingMode: test
restlerConfigFilePath: '$(Build.SourcesDirectory)/Fuzz'
compileConfiguration: 'compilerConfig'
compilerConfig: '$(operationType)'
coverageOption: false
dockerAcr: 'internal'
authMethod: 'msal'
msalClientId: '$(msalClientId)'
msalAuthType: 'spnKey'
msalClientSecret: '$(restler_fuzzing_spn_key)'
msalAuthority: '$(msalAuthority)'
msalScope: '$(msalScope)'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels