Generating LUIS SDK for updated specification file#4638
Generating LUIS SDK for updated specification file#4638dsgouda merged 2 commits intoAzure:psSdkJson6from
Conversation
|
@mohabghanem please link the related REST spec PR |
There was a problem hiding this comment.
This is a breaking change. Please bump the major version number here Also, update the PackageReleaseNotes accordingly
There was a problem hiding this comment.
Please update the AssemblyInfo here based on these version updates.
There was a problem hiding this comment.
@dsgouda where to update the PackageReleaseNotes?
There was a problem hiding this comment.
Please update the AssemblyFileVersion too
There was a problem hiding this comment.
Please update the PackageReleaseNotes here
There was a problem hiding this comment.
@dsgouda what should be in the PackageReleaseNotes ?
There was a problem hiding this comment.
What changes you are planning to release in this version. Please check the
"Changes in this release:" section
|
@dsgouda please review |
dsgouda
left a comment
There was a problem hiding this comment.
Looks great apart from a minor comment.
There was a problem hiding this comment.
PackageReleaseNotes must be updated
There was a problem hiding this comment.
@dsgouda I edited the package release notes. But I do not know what else to add, because the only change in this PR is customizing the endpoint
|
Will merge on CIs passing |
There was a problem hiding this comment.
Suggest to use below description: (The reason is we may not change Azure Portal quickly, so better in here (as well as documents) we emphasize that the Endpoint should only contains protocol and hostname)
- Supported customizing service endpoints by assigning the endpoint string to LUISRuntimeClient.Endpoint. The endpoint string can be found on Azure Portal, it should contain only protocol and hostname, for example: https://westus.api.cognitive.microsoft.com.
2....
There was a problem hiding this comment.
For Authoring. The client name should be LUISAuthoringClient
|
@mohabghanem I have no clue about that build error. |
Description
This checklist is used to make sure that common guidelines for a pull request are followed.
Please add REST spec PR link to the SDK PR
Changing Entity Index to integer azure-rest-api-specs#3456
[Cognitive Services] Update endpoint URL template for LUIS. azure-rest-api-specs#3492
I have read the contribution guidelines.
The pull request does not introduce breaking changes.
General Guidelines
Testing Guidelines
SDK Generation Guidelines
*.csprojandAssemblyInfo.csfiles have been updated with the new version of the SDK.