-
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
[Automation] SavedSearch Dynamic group Sdk change and other nit fixes #5194
Conversation
Please linlk the rest spec PR here |
@dsgouda , the Spec PR link is added. also add it here Yes, I used the generate.ps1 script to generate the sdk. all the changes are included in this PR |
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.
Generating with generate.ps1 should generate changes to .txt and SdkInfo_*.cs file, please commit these changes
Hi @dsgouda, |
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 bump the AssemblyVersion
to 3.8.1-preview
(in csproj) and AssemblyInfo.cs
files, also update the PackageReleaseNotes
too
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 when CIs pass
…Azure#5194) * SDK change for saved search dynamic group * Adding all the generated files * bumping the version up
Description
Dynamic Group support change
API PR: Azure/azure-rest-api-specs#4964
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.