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

Support Address space update on peered VNET - Update VirtualNetwork from v1api20201101 #4224

Open
SaschaJohn opened this issue Aug 28, 2024 · 3 comments
Assignees
Labels
new-resouce-version New version of a resource ASO already supports new-resource Requests for new supported resources
Milestone

Comments

@SaschaJohn
Copy link

Describe the current behavior
adding addressPrefixes in an existing VNet with peerings results in an error
MinimumApiVersionNotSpecifiedForAddressSpaceUpdateInPeeredVnet

Address space update operation on virtual network can not be performed as the minimum required API version for working with Vnet Peering is 2021-01-01, and the provided client API version is 2020-11-01.: PUT https://management.azure.com/subscriptions/.../resourceGroups/rg-aks/providers/Microsoft.Network/virtualNetworks/vnet-aks-001

Describe the improvement
Update API version for VirtualNetwork from current v1api20201101 to min v1api20210101

@theunrepentantgeek
Copy link
Member

Latest stable version appears to be 2023-11-01.

@theunrepentantgeek theunrepentantgeek added new-resource Requests for new supported resources new-resouce-version New version of a resource ASO already supports labels Aug 30, 2024
@matthchr
Copy link
Member

matthchr commented Aug 30, 2024

I think there's a 2024-01-01. I noticed this was way out of date when doing work on #4119. I can take this one and try to get it in for 2.10.

I think Networking has changed the way they version their APIs so that every resource is in every API version, which makes it way easier to keep things up to date because you can just update everything to the latest version rather than having to manually figure out if there was a new version published for every resource type.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-resouce-version New version of a resource ASO already supports new-resource Requests for new supported resources
Projects
Development

No branches or pull requests

3 participants