Fix broken REST API doc link in storage-speech-language README#662
Closed
nicholasdbrady wants to merge 1 commit into
Closed
Fix broken REST API doc link in storage-speech-language README#662nicholasdbrady wants to merge 1 commit into
nicholasdbrady wants to merge 1 commit into
Conversation
The Foundry project connections API link pointed to /aiprojects/ (plural), which returns a 404. The correct path is /aiproject/ (singular). Caught via OCV customer feedback (ADO #5203449). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
👋 Thanks for your contribution, @nicholasdbrady! This repository is read-only. As a Microsoft contributor, please submit your PR to the private staging repository instead: See CONTRIBUTING.md for full instructions. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The "Foundry project connections API" link in the storage-speech-language Bicep README points to
/rest/api/aifoundry/aiprojects/connections(plural). That URL returns a 404.The correct path is
/rest/api/aifoundry/aiproject/connections(singular).What changed: One character in the inline link on line 7.
How I found it: A customer filed OCV feedback (ADO #5203449) reporting broken doc links after migrating to NextGen. Traced the 404 back to this README and a similar reference in azure-sdk-for-js (PR filed separately).