[CognitiveServices] LUIS Programmatic SDK - Updates based on latest Spec#3946
[CognitiveServices] LUIS Programmatic SDK - Updates based on latest Spec#3946JuanAr wants to merge 4 commits intoAzure:psSdkJson6from
Conversation
|
Can one of the admins verify this patch? |
2 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? |
shahabhijeet
left a comment
There was a problem hiding this comment.
@JuanAr please fix your commit history, either squash or create a new PR
Can you also do the following in the below order:
- Pull latest from upstream (if you have already done this good)
- Execute msbuild.exe build.proj from the repo root
a. This will update the build tools in the current repo - Generate your SDK
- Build you sdk at least one from command line of IDE
a. Msbuild.exe build.proj /t:build /p:Scope=SDKs\CognitiveService\management - Update the PR
ca15de4 to
7681c61
Compare
|
Hi @shahabhijeet, |
|
@DavidLiCIG can you approve this PR. Also JuanAr has to be part of Azure org on github |
chrimc62
left a comment
There was a problem hiding this comment.
Aside from the minor nit of XML comments needing periods at the end of sentences, this looks pretty good. I like the extensive tests and the model is consistent with the API. (Eventually I would prefer URLs not based on GUIDs so everything isn't two round trips.)
| private readonly string subscriptionKey; | ||
|
|
||
| /// <summary> | ||
| /// Creates a new instance of the ApiKeyServiceClientCredentails class |
There was a problem hiding this comment.
Documentation standards require punctuation and sentences here and throughout the file.
| private string code; | ||
| private string message; | ||
|
|
||
| public string Code |
shahabhijeet
left a comment
There was a problem hiding this comment.
Please talk to David li as I have suggested the directory structure for Language data plane SDK.
If you have any questions, please let me know.
Also please onboard using aka.ms/azuregithub
This seems you are not authorized to kick off CI jobs.
Once you get onboarded the CI job will be kicked off and once the CI passes this PR will be ready to be reviewed.
|
Hi @shahabhijeet, this directory structure looks fine and I agree with you on the other email with regards to modular Nuget packages. Let's get this in if it looks good. |
489fb2b to
46362f5
Compare
|
Hi @shahabhijeet & @DavidLiCIG , The directory structure was updated as discussed and latest changes from the Spec added to the Programmatic SDK. |
|
@JuanAr closing at request of Pablo |

Updates based on latest Spec changes (Azure/azure-rest-api-specs#2083)
Description
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.