Commit f4bff29
Fix outdated @flattenProperty link in no-openapi documentation (#3579)
The `@flattenProperty` decorator link in the no-openapi rule
documentation points to a non-existent anchor. The decorator was moved
to the `Azure.ClientGenerator.Core.Legacy` namespace but the link was
not updated.
- Updated anchor from `#@Azure.ClientGenerator.Core.flattenProperty` to
`#@Azure.ClientGenerator.Core.Legacy.flattenProperty`
<!-- START COPILOT CODING AGENT SUFFIX -->
<details>
<summary>Original prompt</summary>
>
> ----
>
> *This section details on the original issue you should resolve*
>
> <issue_title>[doc] no-openapi document is out of date</issue_title>
> <issue_description>The link of @flattenProperty is outdated in this
document:
https://azure.github.io/typespec-azure/docs/libraries/azure-core/rules/no-openapi/.</issue_description>
>
> <agent_instructions>Change the link to @flattenProperty to the actual
jsdoc link in Azure.Core.Legacy namespace</agent_instructions>
>
> ## Comments on the Issue (you are @copilot in this section)
>
> <comments>
> </comments>
>
</details>
- Fixes #3575
<!-- START COPILOT CODING AGENT TIPS -->
---
✨ Let Copilot coding agent [set things up for
you](https://github.com/Azure/typespec-azure/issues/new?title=✨+Set+up+Copilot+instructions&body=Configure%20instructions%20for%20this%20repository%20as%20documented%20in%20%5BBest%20practices%20for%20Copilot%20coding%20agent%20in%20your%20repository%5D%28https://gh.io/copilot-coding-agent-tips%29%2E%0A%0A%3COnboard%20this%20repo%3E&assignees=copilot)
— coding agent works faster and does higher quality work when set up for
your repo.
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: markcowl <[email protected]>1 parent f3d42ae commit f4bff29
File tree
1 file changed
+1
-1
lines changed- website/src/content/docs/docs/libraries/azure-core/rules
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments