Skip to content
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

[BUG] ExamplesMethodWithHttpMessagesAsync calls nonexistent API #6868

Closed
3 tasks done
v-kydela opened this issue Jul 10, 2019 · 3 comments
Closed
3 tasks done

[BUG] ExamplesMethodWithHttpMessagesAsync calls nonexistent API #6868

v-kydela opened this issue Jul 10, 2019 · 3 comments
Labels
Client This issue points to a problem in the data-plane of the library. Cognitive Services customer-reported Issues that are reported by GitHub users external to the Azure organization. Service Attention This issue is responsible by Azure service team.

Comments

@v-kydela
Copy link

v-kydela commented Jul 10, 2019

Describe the bug

A customer on Stack Overflow tried to use ExamplesMethodWithHttpMessagesAsync in sdk/cognitiveservices/Language.LUIS.Authoring/src/Generated/Model.cs, but the method always returns 404 because it's trying to call a LUIS authoring API that doesn't exist. There is no apps/{appId}/versions/{versionId}/models/{modelId}/examples endpoint, only an apps/{appId}/versions/{versionId}/examples endpoint that's called in ListWithHttpMessagesAsync and documented here.

Exception or Stack Trace

{"error":{"code":"404","message": "Resource not found"}}

To Reproduce

Steps to reproduce the behavior:

  1. Call ExamplesMethodWithHttpMessagesAsync with valid parameters
  2. See error

Expected behavior

The Azure SDK should not contain nonexistent API calls

Setup (please complete the following information):

  • OS: Windows 10
  • IDE: Visual Studio 2019
  • Version of the Library used: master branch

Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report

  • Bug Description Added
  • Repro Steps Added
  • Setup information Added
@triage-new-issues triage-new-issues bot added the needs-triage This is a new issue that needs to be triaged to the appropriate team. label Jul 10, 2019
@v-kydela
Copy link
Author

I've spoken to the LUIS team and it seems like this API was implemented but never exposed. It sounds like they're going to fix it on their end. I'll leave the issue open a little longer for visibility.

@praries880 praries880 added Client This issue points to a problem in the data-plane of the library. Cognitive Services customer-reported Issues that are reported by GitHub users external to the Azure organization. Service Attention This issue is responsible by Azure service team. and removed needs-triage This is a new issue that needs to be triaged to the appropriate team. labels Jul 11, 2019
@praries880
Copy link
Contributor

Thank you for opening this issue! We are routing it to the appropriate team for follow up.

@v-kydela
Copy link
Author

@praries880 - The LUIS team said they would deploy this API and it should be working in a couple of weeks. I don't think there's anything to do on your end.

@github-actions github-actions bot locked and limited conversation to collaborators Mar 29, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Client This issue points to a problem in the data-plane of the library. Cognitive Services customer-reported Issues that are reported by GitHub users external to the Azure organization. Service Attention This issue is responsible by Azure service team.
Projects
None yet
Development

No branches or pull requests

2 participants