build(infrastructure): coordinate AzureRM 5.5 constraints - #1607
Open
Marcel Bindseil (bindsi) wants to merge 2 commits into
Open
Marcel Bindseil (bindsi) wants to merge 2 commits into
Marcel Bindseil (bindsi) wants to merge 2 commits into
Conversation
- synchronize deployment and module provider bounds - regenerate Terraform provider documentation 🏗️ - Generated by Copilot
📚 - Generated by Copilot
This was referenced Sep 19, 2026
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. Scanned FilesNone |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1607 +/- ##
=======================================
Coverage 88.10% 88.10%
=======================================
Files 279 279
Lines 23203 23203
Branches 3199 3199
=======================================
Hits 20444 20444
Misses 2071 2071
Partials 688 688
*This pull request uses carry forward flags. Click here to find out more. 🚀 New features to boost your workflow:
|
Jamie Kim (jkim323)
approved these changes
Sep 19, 2026
Katrien De Graeve (katriendg)
approved these changes
Sep 21, 2026
Katrien De Graeve (katriendg)
left a comment
Collaborator
There was a problem hiding this comment.
Thanks for this one, I do wonder if we need to change the approach with Dependabot for the terraform versions. This is going to keep happening, and since dependabot cannot regenerate the docs, it's always going to be an incomplete PR.
At minimum I guess we should ensure one only dependabot PR is opened across all folders, to prevent multiple PRs. Wdyt?
Allen Greaves (agreaves-ms)
approved these changes
Sep 21, 2026
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request
Description
Coordinate the AzureRM 5.5 provider update across every Terraform deployment and
reusable module. This supersedes the fragmented Dependabot PRs #1569 through #1572,
which left child module constraints capped below AzureRM 5.5.
The change raises all AzureRM upper bounds to
< 5.5.1, resolves AzureRM 5.5.0through each Terraform root and module, and regenerates the provider documentation.
Type of Change
Component(s) Affected
infrastructure/terraform/prerequisites/- Azure subscription setupinfrastructure/terraform/- Terraform infrastructureinfrastructure/setup/- OSMO control plane / Helmworkflows/- Training and evaluation workflowstraining/- Training pipelines and scriptsdocs/- DocumentationTesting Performed
planreviewed (no unexpected changes)applytested in dev environmentsmoke_test_azure.py)Verified locally:
Terraform
planandapplyremain pending because they require an authenticated Azure environment.Documentation Impact
Bug Fix Checklist
Complete this section for bug fix PRs. Skip for other contribution types.
Checklist