-
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
[Azure Search] Add Cognitive Skillset Operations #4609
Conversation
Merge from Azure/azure-sdk-for-net service-preview
Can one of the admins verify this patch? |
The corresponding swagger spec PR is: Azure/azure-rest-api-specs#3386. Thanks. |
@@ -202,7 +202,6 @@ private void Initialize() | |||
BaseUri = "https://{searchServiceName}.{searchDnsSuffix}"; | |||
ApiVersion = "2017-11-11-Preview"; | |||
SearchDnsSuffix = "search.windows.net"; | |||
SearchServiceName = "{searchServiceName}"; |
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.
Did AutoRest add these? Or were they added by hand? Generated code should never be modified by hand.
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.
I think it was added when I tried to debug the url issue. I have regenerated the generated code and the newly generated code removes the lines. I think the current change is correct. Thanks for checking.
@jeji1101 The code looks ok to me, other than a few minor documentation issues. I left some comments on the Swagger PR. I'll merge this once the last Swagger issues are resolved and you get signoff from another indexer/Grok SME (Eugene or Victor). |
public KeyPhraseExtractionSkillLanguage DefaultLanguageCode { get; set; } | ||
|
||
/// <summary> | ||
/// Gets or sets a number indicating how many key phrases to return. If |
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.
"the maximum number of" instead of "how many"
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.
models look good
@dsgouda One of the checks didn't seem to run, so we can't merge this. Any idea how to get it to run? |
@jeji1101 needs to join the Azure org as I pointed out to trigger the build |
I used the link @dsgouda provided earlier to join Azure org around one or two hours ago. Thanks. |
@azuresdkci Test this please |
Hi, when I can download this update using nuget? |
@stenvix This is one of two major features that we're adding to the next preview version of the Azure Search .NET SDK. The other one is support for Complex Types. We're working towards releasing the next preview SDK in September. |
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.