-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Fix bug with Volume.MountTarget due to type mistmach in swagger #11825
Fix bug with Volume.MountTarget due to type mistmach in swagger #11825
Conversation
@@ -13,8 +13,8 @@ | |||
<PackageTags>MicrosoftAzure Management;NetApp</PackageTags> | |||
<PackageReleaseNotes> | |||
<![CDATA[ | |||
Version 1.5.0 relates to NetApp Files (ANF) RP R8 GA. | |||
- added operation to revert volume to snapshot | |||
Version 1.5.1 relates to NetApp Files (ANF) 2019-11-01. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, I think you need to bump up to 2.0.0 for the breaking change, unless of course the previous version wouldn't work at all.
Besides, please also update the 1.5.0 in this file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was not sure about that since this is a bugfix for a broken functionality. I am happy to bump to 2.0. if you prefer.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@isra-fel updated
Sorry I didn't make this clear. If the function was broken then it's definitely safe to just increment the patch version. Let me do this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fix issue with volume where Volume.MountTarget property was null since it was not correctly deserialized in generated client code due to swagger issue.
API swagger PR Azure/azure-rest-api-specs#9294