-
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
[Cognitive Services] Update endpoint template for Content Moderator SDK. #4653
Conversation
@@ -5,7 +5,7 @@ | |||
<PropertyGroup> | |||
<PackageId>Microsoft.Azure.CognitiveServices.ContentModerator</PackageId> | |||
<Description>This client library provides access to the Microsoft Cognitive Services Content Moderator APIs.</Description> | |||
<Version>0.12.1-preview</Version> | |||
<Version>0.13.0-preview</Version> | |||
<AssemblyName>Microsoft.Azure.CognitiveServices.ContentModerator</AssemblyName> | |||
<PackageTags>ContentModerator;Content Moderator;</PackageTags> | |||
<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.
Please update the 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.
Updated
[assembly: AssemblyTitle("Microsoft Cognitive Services Content Moderator SDK")] | ||
[assembly: AssemblyDescription("Provides access to the Microsoft Cognitive Services Content Moderator APIs.")] | ||
|
||
[assembly: AssemblyVersion("0.13.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.
AssemblyVersion
must be set to the first nuget package version that was published.
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.
Checked the first was 0.9.0, so changed AssemblyVersion to 0.9.0.0
Please fix the build errors 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 once CIs pass |
@dsgouda I guess the building error haven't been fixed yet. I'm looking into it. |
@yangyuan you have a test failure. |
Thanks for the hint, it seems I might need to do some changes in the API specifications to fix it. |
Sent a PR for swagger which should be helpful in fixing the issue, |
@dsgouda looks like the issue get fixed. |
Looks good. @sanjeev3, we should plan to update our SDK samples to use this version. Note: Our sdk will now use the Endpoint parameter instead of baseurl |
Azure/azure-rest-api-specs#3505
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.