az storage (Core & Extension) | example links need to be escaped in reference content
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
### Describe the bug
Please escape these example links in source code so they are corrected in MicrosoftDocs/azure-docs-cli autogenerated reference content.
Example links are needed in reference examples, but they need to be escaped so that GitHub does not treat them like live URLs.
### List of links that need escaped:
|File name | Build error |
|-|-|
| latest/docs-ref-autogen/storage/file/copy.yml | Link 'https://myaccount.file.core.windows.net/myshare/mydir/myfile' points to a page that doesn't exist. Check the path or URL and update the link. |
| latest/docs-ref-autogen/storage/file/copy.yml | Link 'https://otheraccount.file.core.windows.net/myshare/mydir/myfile?sastoken' points to a page that doesn't exist. Check the path or URL and update the link. |
| latest/docs-ref-autogen/storage/file/copy.yml | Link 'https://myaccount.file.core.windows.net/myshare/mydir/myfile' points to a page that doesn't exist. Check the path or URL and update the link. |
| latest/docs-ref-autogen/storage/file/copy.yml | Link 'https://otheraccount.file.core.windows.net/myshare/mydir/myfile?sastoken' points to a page that doesn't exist. Check the path or URL and update the link. |
### Related command
az storage
### Errors
n/a
### Issue script & Debug output
n/a
### Expected behavior
n/a
### Environment Summary
Azure CLI 2.62.0
### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.