-
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
Add bing AutoSuggest API #4434
Add bing AutoSuggest API #4434
Conversation
Can one of the admins verify this patch? |
@azuresdkci, do you know who should I ping to review the PR? |
@gu-wei Please complete the CLA process here |
@dsgouda |
@shahabhijeet can you take a look |
@gu-wei Can you link the related REST spec PR |
@dsgouda , @shahabhijeet |
@azuresdkci test this please |
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 run msbuild build.proj /p:Scope=SDKs/CognitiveServices/dataPlane/Search/BingAutoSuggest/BingAutoSuggest
and commit any artifacts generated.
<PropertyGroup> | ||
<PackageId>Microsoft.Azure.CognitiveServices.Search.AutoSuggest</PackageId> | ||
<Description>This client library provides access to the Microsoft Cognitive Services AutoSuggest API.</Description> | ||
<VersionPrefix>1.2.0</VersionPrefix> |
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.
Is this is a preview package or a stable package.
Versioning must start from 0.9.0-preview
for preview versions and 1.0.0
for stable versions
:: | ||
|
||
@echo off | ||
call %~dp0..\..\..\..\..\..\..\tools\generate.cmd cognitiveservices/data-plane/AutoSuggest %* |
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 replace this with a generate.ps1 similar to this and regenerate the code.
<PropertyGroup> | ||
<Description>Microsoft.Azure.CognitiveServices.Search.AutoSuggest.Tests Class Library</Description> | ||
<AssemblyName>Microsoft.Azure.CognitiveServices.Search.AutoSuggest.Tests</AssemblyName> | ||
<VersionPrefix>1.1.0-preview</VersionPrefix> |
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.
Test packages are never published and must always be set to version 1.0.0
@gu-wei PR still has 6 commits, if you could merge them into a single one, we are good to go here. |
Add bing AutoSuggest API: