chore: pin azure-mgmt-network < 31 to avoid API errors#512
Merged
Conversation
Avoid the following tracebacks from azure-mgmt-network due to changes in v. 31.0.1 release which updated default API version to 2025-07-01. 'Could not find member 'address_space' on object of type 'ResourceDefinition'. Path 'address_space', line 1, ... Refs: Azure/azure-sdk-for-python#48125
blackboxsw
force-pushed
the
pin-azure-net
branch
from
July 18, 2026 02:28
a6e78a8 to
25e791f
Compare
Collaborator
Author
|
Adding CPC folks for your info about Azure Mgmt Network recent release breakage/incompatibility. I filed an upstream bug on this. It should be blocking pycloudlib consumers everywhere that don't have pycloudlib pinned. |
blackboxsw
enabled auto-merge (rebase)
July 18, 2026 02:35
blackboxsw
disabled auto-merge
July 18, 2026 02:36
blackboxsw
enabled auto-merge (rebase)
July 18, 2026 02:37
blackboxsw
disabled auto-merge
July 18, 2026 02:41
blackboxsw
enabled auto-merge (squash)
July 18, 2026 02:41
auto-merge was automatically disabled
July 18, 2026 02:42
Pull request was closed
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.
Description
Avoid the following tracebacks from azure-mgmt-network due to changes in v. 31.0.1 release which updated default API version to 2025-07-01.
'Could not find member 'address_space' on object of type 'ResourceDefinition'. Path 'address_space', line 1, ...
Refs: Azure/azure-sdk-for-python#48125
Additional Context and Relevant Issues
Azure/azure-sdk-for-python#48125
This breaks cloud-init integration tests (and pycloudlib integration tests)
Test Steps
[azure]section config