-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[GuestConfiguration]Add version field to ConfigurationInfo #5199
Conversation
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.
@aashish1987 please regenerate the code using generate.ps1 and update the PR.
Also, please bump nuget version to 1.1.0
in the csproj and AssemblyInfo.cs and update the PackageReleaseNotes accordingly
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.
Looks good apart from a minor change
src/SDKs/GuestConfiguration/Management.GuestConfiguration/Properties/AssemblyInfo.cs
Outdated
Show resolved
Hide resolved
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 will merge once CIs pass
* Added Version field to ConfigurationInfo object * Updated SDK from swagger specs * Update test cases to include version field in ConfigurationInfo class * Update the version to 1.1.0 and generated sdk from latest swagger specs * Updated the test json files to reflect the new version * Reverting Assembly version back to 1.0.0
Description
This checklist is used to make sure that common guidelines for a pull request are followed.
General Guidelines
Testing Guidelines
SDK Generation Guidelines
*.csproj
andAssemblyInfo.cs
files have been updated with the new version of the SDK.