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

remove azurerm provider requirements #287

Merged
merged 1 commit into from
Dec 8, 2021

Conversation

sschne
Copy link

@sschne sschne commented Dec 7, 2021

  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • My code follows the code style of this project.
  • I ran lint checks locally prior to submission.
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?

Description

45b14a4 introduced in issue in the azure_devops and azure_devops_agent add-ons which leads to conflict in azurerm provider requirements:

│ Error: Failed to query available provider packages

│ Could not retrieve the list of available versions for provider hashicorp/azurerm: no available releases match the given constraints ~> 2.55.0, ~> 2.81.0

Both add-ons are still pinned to version 5.3.0 of the aztfmod/caf/azurerm module. This itself has a requirement on 2.55.0 of the azurerm provider, thus the conflict.

Does this introduce a breaking change

  • YES
  • NO

Testing

@LaurentLesle LaurentLesle changed the base branch from master to 2112.int December 8, 2021 05:55
@LaurentLesle LaurentLesle merged commit b1d75aa into Azure:2112.int Dec 8, 2021
@arnaudlh arnaudlh added the enhancement New feature or request label Dec 8, 2021
@arnaudlh arnaudlh added this to the 2112 milestone Dec 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants