Closed fsharpn00b closed 2 years ago
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @dfulcer.
@fsharpn00b Apologies for the delayed response. I see that this issue is opened long time ago and no further activity had taken place. So wanted to check if you are still looking for assistance on this query? Please let us know .
@fsharpn00b Following up again to know if you still need help on this issue.
Hi, we're sending this friendly reminder because we haven't heard back from you in 7 days. We need more information about this issue to help address it. Please be sure to give us your input. If we don't hear back from you within 14 days of this comment the issue will be automatically closed. Thank you!
Describe the bug https://github.com/Azure/azure-sdk-for-net/blob/6944bd8761b5d89e28d3e57f8261ae49971b7459/sdk/cognitiveservices/Search.BingLocalSearch/src/Generated/LocalSearch/Local.cs#L302 This appends "localbusinesses/v7.0/search" to the base URL. Per the docs, it should instead append "bing/v7.0/localbusinesses/search". When I call the search method, I get a 404. I am able to call the Search method as expected if I do the following.
Expected behavior I am able to call the search method with base URI "https://api.cognitive.microsoft.com" and it works.
Actual behavior (include Exception or Stack Trace)
To Reproduce
Environment: