-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{postgres} HTML tag isn't allowed in example syntax #27058
Comments
Thank you for opening this issue, we will look into it. |
Thank you for your feedback. This has been routed to the support team for assistance. |
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @sunilagarwal, @lfittl-msft, @sr-msft, @niklarin. Issue DetailsDescribe the bugThe source code for postgres server is using HTML tags for examples. There are eight instances:
All eight instances render as Contributor's Guide guideance: Related commandaz postgres flexible-server update --remove az postgres server create --public --public-network-access az postgres server update --public --public-network-access ErrorsMicrosoftDocs/azure-docs-cli warning: Issue script & Debug outputSee "Describe the bug" section above. Expected behaviorSee "Describe the bug" section above. Environment SummarySee "Describe the bug" section above. Additional contextNo response
|
Since this is non-customer reported, Adding Service team to look into this. |
@yonzhan, do you know if this issue made it to anyone's backlog to get fixed? |
For
This issue is a duplicate of #27054 |
@jiasli, There are six GitHub issues for HTML tags -- one for each reference group. |
@dbradish-microsoft, thanks for the kind reminder. I am using #27054 as the main tracking issue. |
@yonzhan Please, close this one. Thanks! |
Describe the bug
The source code for postgres server is using HTML tags for examples.
There are eight instances:
https://github.com/MicrosoftDocs/azure-docs-cli/blob/main/latest/docs-ref-autogen/postgres/flexible-server.yml
https://github.com/MicrosoftDocs/azure-docs-cli/blob/main/latest/docs-ref-autogen/postgres/server.yml
All eight instances render as
blank
in our autogenerated reference content. Modify these instances to use some other character like a backtick or escape character.Contributor's Guide guideance:
https://review.learn.microsoft.com/en-us/help/platform/validation-ref/disallowed-html-tag?branch=main
Related command
az postgres flexible-server update --remove
az postgres flexible-server update --set
az postgres server create --public --public-network-access
az postgres server update --public --public-network-access
az postgres server update --public --remove
az postgres server update --public --set
Errors
MicrosoftDocs/azure-docs-cli warning:
Issue script & Debug output
See "Describe the bug" section above.
Expected behavior
See "Describe the bug" section above.
Environment Summary
See "Describe the bug" section above.
Additional context
No response
The text was updated successfully, but these errors were encountered: