-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
added 2.1 preview SDK for text analytics #4872
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.
@laramume Could you tell us why you have created a new directory named -2.1-preview
We do not allow multiple versions of SDK in the repo. We need to understand your requirements offline here |
@dsgouda based on the discussion I have made it to one sdk instead of two. |
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 link the related REST spec PR
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/cognitiveservices/data-plane/TextAnalytics/readme.md --csharp --version=latest --reflect-api-versions --csharp.output-folder=E:\azure-sdk-for-net\src\SDKs\CognitiveServices\dataPlane\Language\TextAnalytics\TextAnalytics\Generated\TextAnalytics | ||
2018-07-26 19:20:31 UTC | ||
1) azure-rest-api-specs repository information | ||
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/cognitiveservices/data-plane/TextAnalytics/readme.md --csharp --version=latest --reflect-api-versions --tag=release_2_1 --csharp.output-folder=C:\azure-sdk-for-net\src\SDKs\CognitiveServices\dataPlane\Language\TextAnalytics\TextAnalytics-2.1-preview\Generated\TextAnalytics-2.1-preview |
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.
This log looks incorrect. please regenerate the code. The csharp.output-folder
should not be TextAnalytics-2.1-preview
@dsgouda Added the rest api PR and also updated the log files by regenerating the code |
@laramume please update the |
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
* added 2.1 preview SDK for text analytics * added 2.1 preview SDK for text analytics * separated two versions into two different projects * changed generate powershell script for the preview sdk * added 2.1 preview SDK for text analytics * based on PR commanets changed the number of SDK's to one * fixed test project errors * fixed test project errors * fixed test project errors * fixed test project errors * fixed the log errors * changed the version name and package notes
* added 2.1 preview SDK for text analytics * added 2.1 preview SDK for text analytics * separated two versions into two different projects * changed generate powershell script for the preview sdk * added 2.1 preview SDK for text analytics * based on PR commanets changed the number of SDK's to one * fixed test project errors * fixed test project errors * fixed test project errors * fixed test project errors * fixed the log errors * changed the version name and package notes
Description
This checklist is used to make sure that common guidelines for a pull request are followed.
Rest API PR
General Guidelines
Testing Guidelines
SDK Generation Guidelines
*.csproj
andAssemblyInfo.cs
files have been updated with the new version of the SDK.