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

Fix bug with Volume.MountTarget due to type mistmach in swagger #11825

Merged

Conversation

audunn
Copy link
Member

@audunn audunn commented May 5, 2020

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

@@ -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.
Copy link
Member

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

Copy link
Member Author

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.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@isra-fel updated

@isra-fel isra-fel added Mgmt This issue is related to a management-plane library. needs-revision labels May 6, 2020
@audunn audunn requested a review from isra-fel May 6, 2020 11:12
@isra-fel
Copy link
Member

isra-fel commented May 7, 2020

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.

Copy link
Member

@isra-fel isra-fel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@isra-fel isra-fel merged commit 9dd8b0c into Azure:master May 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Mgmt This issue is related to a management-plane library.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants