Summary
1 package affected on the main branch HEAD commit 722c7b8 (as of 2026-06-03). The js - openai CI pipeline fails in the Build Analyze phase due to 3 broken external documentation links in sdk/openai/openai/README.md. No unit-test failures were found.
Failures
@azure/openai
Failing check runs:
js - openai (Build #20260603.1)
js - openai (Build Analyze)
Failing checks (broken links):
- `[404] broken link (platform.openai.com/redacted)
- `[404] broken link (platform.openai.com/redacted)
- `[404] broken link (platform.openai.com/redacted)
Error:
[404] broken link (platform.openai.com/redacted)
[404] broken link (platform.openai.com/redacted)
[404] broken link (platform.openai.com/redacted)
PowerShell exited with code '1'.
Root cause:
OpenAI reorganized their documentation site and removed the sub-path segments from several guide URLs. The README at sdk/openai/openai/README.md still references the old (now-404) URLs. The CI "Build Analyze" job runs a link-checker that fails on these dead links.
Suggested fix:
--- a/sdk/openai/openai/README.md
+++ b/sdk/openai/openai/README.md
@@ line 77 @@
-See [OpenAI Capabilities: Speech to text]((platform.openai.com/redacted)
+See [OpenAI Capabilities: Speech to text]((platform.openai.com/redacted)
@@ line 92 @@
-See [OpenAI Capabilities: Image generation]((platform.openai.com/redacted)
+See [OpenAI Capabilities: Image generation]((platform.openai.com/redacted)
@@ line 100 @@
-See [OpenAI Capabilities: Embeddings]((platform.openai.com/redacted)
+See [OpenAI Capabilities: Embeddings]((platform.openai.com/redacted)
Exact file: sdk/openai/openai/README.md, lines 77, 92, 100.
Reproduced locally: N/A (link-checker runs in CI pipeline only)
Additional Notes
- The HEAD commit of
main has no unit test failures — all live-test pipeline failures (- tests suffix) are excluded per workflow policy.
- The
js - openai (Build Analyze) job failed with the same 3 broken links.
- No known pre-existing failures (issue #37864) match this failure pattern.
Generated by Analyze CI Test Failures · ● 8.8M · ◷
Summary
1 package affected on the
mainbranch HEAD commit722c7b8(as of 2026-06-03). Thejs - openaiCI pipeline fails in the Build Analyze phase due to 3 broken external documentation links insdk/openai/openai/README.md. No unit-test failures were found.Failures
@azure/openaiFailing check runs:
js - openai(Build #20260603.1)js - openai (Build Analyze)Failing checks (broken links):
Error:
Root cause:
OpenAI reorganized their documentation site and removed the sub-path segments from several guide URLs. The README at
sdk/openai/openai/README.mdstill references the old (now-404) URLs. The CI "Build Analyze" job runs a link-checker that fails on these dead links.Suggested fix:
Exact file:
sdk/openai/openai/README.md, lines 77, 92, 100.Reproduced locally: N/A (link-checker runs in CI pipeline only)
Additional Notes
mainhas no unit test failures — all live-test pipeline failures (- testssuffix) are excluded per workflow policy.js - openai (Build Analyze)job failed with the same 3 broken links.