This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 245
azure_mgmt_network 0.18.1 uses old versions of NetworkInterfaces and PublicIpAddresses #1968
Comments
stiller-leser
added a commit
to stiller-leser/fog-azure-rm
that referenced
this issue
Nov 29, 2018
Just adding a "me too" that this 0.18.1 update broke an app of mine when my bundle picked up the change in version. I've had to pin at 0.18.0 for now. |
@sarangan12 mentioning you here, since you seem to be the author of #1960 - if not, my apologies. Would be good to know if this was on purpose. If so I keep pinning, if not it would be great if that could get fixed. |
This was referenced Dec 11, 2018
@stiller-leser @tjl2 Thanks for the issue. Yes. This is a bug. I have fixed it and released a azure_mgmt_network - v0.18.2 - https://rubygems.org/gems/azure_mgmt_network/versions/0.18.2 & azure_sdk - v0.19.7 - https://rubygems.org/gems/azure_sdk to fix it. |
As there are no pending actionable items, I am resolving this issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
it seems that the latest release of azure_mgmt_network 0.18.1, created after #1960 reverted the modules PublicIpAddresses and NetworkInterfaces to the old version V2017_03_30. In #1868 (8ce01ee) it still uses the newer version V2018_08_01.
Any reason those two modules where reverted to an almost 1,5 years old version? This breaks a lot of functionality that relies on the new functions.
The text was updated successfully, but these errors were encountered: