-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Update ManagementGroups SDK (2018-03-01-preview) #4349
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
Update ManagementGroups SDK (2018-03-01-preview) #4349
Conversation
dsgouda
left a comment
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.
Please address comments
| [assembly: AssemblyVersion("1.1.0.0")] | ||
| [assembly: AssemblyFileVersion("1.1.0.0")] | ||
| [assembly: AssemblyVersion("1.2.0.0")] | ||
| [assembly: AssemblyFileVersion("1.2.0.0")] |
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.
Only update the AssemblyFileVersion here
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.
Okay. Thanks. Will make the change.
| <PackageId>Microsoft.Azure.Management.ManagementGroups</PackageId> | ||
| <PackageTags>Microsoft Azure Management Groups;Management Groups;Groups;</PackageTags> | ||
| <PackageReleaseNotes>This is a public preview release of the Azure Management Groups SDK</PackageReleaseNotes> | ||
| <PackageReleaseNotes>This is a general availibility release of the Azure Management Groups SDK</PackageReleaseNotes> |
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.
So, is this a stable release?
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.
Yes. We are GAing the end of this month.
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.
In that case, you will need to remove the -preview from the package version.
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.
Actually, if removing the preview tag is not a requirement for GAing a service we would like to keep it. Please let me know if we can keep the preview tag.
|
@rajshah11 if you received all the necessary information from @shahabhijeet I can approve this PR |
dsgouda
left a comment
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 subject to CIs passing
Description
Rest API Spec PRs
Azure/azure-rest-api-specs#3064
Azure/azure-rest-api-specs#3115
This checklist is used to make sure that common guidelines for a pull request are followed.
General Guidelines
Testing Guidelines
SDK Generation Guidelines
*.csprojandAssemblyInfo.csfiles have been updated with the new version of the SDK.