Skip to content

ADO Task for RESTler used in pipelines are getting failed #989

@v-srbitla

Description

@v-srbitla

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)'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions