Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]The Extarctor Pipeline have variables of github in azure devops pipeline #545

Closed
h-karthik12 opened this issue May 8, 2024 · 3 comments

Comments

@h-karthik12
Copy link

Release version

APIOps Toolkit for Azure APIM v6.0.0-alpha.1.0.4

Describe the bug

          Write-Information "Downloading release..."
            $uri = "https://github.com/Azure/apiops/releases/download/${{ env.apiops_release_version }}/$releaseFileName"
            $downloadFilePath = Join-Path "${{ runner.temp }}" $releaseFileName
            Invoke-WebRequest -Uri "$uri" -OutFile "$downloadFilePath"
            
            Write-Information "Extracting release..."
            $executableFolderPath = Join-Path "${{ runner.temp }}" "extractor"
            Expand-Archive -Path "$downloadFilePath" -DestinationPath "$executableFolderPath"
            $executableFilePath = Join-Path "$executableFolderPath" $executableFileName
            
            Write-Information "Setting file permissions..."
            if ("${{ runner.os }}" -like "*linux*")

Expected behavior

should have azure devops parameters

Actual behavior

have git hub parameters

Reproduction Steps

add it to the pipleine and validate will thrown an validation error

Copy link

github-actions bot commented May 8, 2024

  Thank you for opening this issue! Please be patient while we will look into it and get back to you as this is an open source project. In the meantime make sure you take a look at the [closed issues](https://github.com/Azure/apiops/issues?q=is%3Aissue+is%3Aclosed) in case your question has already been answered. Don't forget to provide any additional information if needed (e.g. scrubbed logs, detailed feature requests,etc.).
  Whenever it's feasible, please don't hesitate to send a Pull Request (PR) our way. We'd greatly appreciate it, and we'll gladly assess and incorporate your changes.

@waelkdouh
Copy link
Contributor

Thanks for raising this to our attention. Please avoid using the alpha version for now. Please utilize version https://github.com/Azure/apiops/releases/tag/v5.1.4 for now. We have some outstanding issues with the alpha version that we are working on fixing.

@waelkdouh
Copy link
Contributor

Seems like these issues have been fixed. Please check now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants