Updating Language/Language SDK with new /entities endpoint#4286
Updating Language/Language SDK with new /entities endpoint#4286dsgouda merged 5 commits intoAzure:psSdkJson6from assafi:assafi/old_ta_sdk
Conversation
|
Can one of the admins verify this patch? |
3 similar comments
|
Can one of the admins verify this patch? |
|
Can one of the admins verify this patch? |
|
Can one of the admins verify this patch? |
|
@assafi The |
|
@dsgouda The |
|
@assafi Once you publish Language.TextAnalytics package, note the link to that package and add it to the release notes here, |
| <PropertyGroup> | ||
| <PackageId>Microsoft.Azure.CognitiveServices.Language</PackageId> | ||
| <Description>This client library provides access to the Microsoft Cognitive Services Language APIs.</Description> | ||
| <VersionPrefix>1.0.1-preview</VersionPrefix> |
There was a problem hiding this comment.
Replace VersionPrefix with Version
There was a problem hiding this comment.
Version already exists below.
dsgouda
left a comment
There was a problem hiding this comment.
Are you able to generate the code using generate.cmd? please do if you can and commit all changes
| @@ -3,11 +3,11 @@ | |||
| <PropertyGroup> | |||
| <Description>Microsoft.Azure.CognitiveServices.Language.Tests Class Library</Description> | |||
| <AssemblyName>Microsoft.Azure.CognitiveServices.Language.Tests</AssemblyName> | |||
There was a problem hiding this comment.
no changes required to this file
|
For this SDK update I am not able to use the generate.ps1 since the namespace has changed. However, I've used the generated code from the new SDK and copied it over since it's exactly the same except for the project path. I just copied these changes over. |
dsgouda
left a comment
There was a problem hiding this comment.
LGTM will merge on CIs passing
Description
Microsoft.Azure.CognitiveServices.Language.TextAnalyticsNuGet. See new SDK PR.Swagger spec PR
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.