-
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
{ams asset} HTML tag isn't allowed in example syntax #27055
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. |
Hi @dbradish-microsoft
Possible solution: In the case of the new issue, the problem is that HTML tags are being used for examples in the source code for Please confirm if this resolves your issue. |
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @akucer. Issue DetailsDescribe the bugThe source code for ams asset is using HTML tags for examples Instance 1: https://github.com/MicrosoftDocs/azure-docs-cli/blob/main/latest/docs-ref-autogen/ams/asset.yml#L267 Instance 2: https://github.com/MicrosoftDocs/azure-docs-cli/blob/main/latest/docs-ref-autogen/ams/asset.yml#L274 Modify these instances to use some other character like a backtick or escape character. Contributor's Guide guideance: Instance 1 YML syntax looks like this: Instance 1 published content renders like this: This impacts \latest only Related commandaz ams asset update --remove ErrorsIssue 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? |
Duplicate of #27054 |
Describe the bug
The source code for ams asset is using HTML tags for examples
Instance 1: https://github.com/MicrosoftDocs/azure-docs-cli/blob/main/latest/docs-ref-autogen/ams/asset.yml#L267
Example: --remove property.list <indexToRemove> OR --remove propertyToRemove.'
Instance 2: https://github.com/MicrosoftDocs/azure-docs-cli/blob/main/latest/docs-ref-autogen/ams/asset.yml#L274
Example: --set property1.property2=<value>.'
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
Instance 1 YML syntax looks like this:
summary: 'Remove a property or an element from a list. Example: --remove property.list <indexToRemove> OR --remove propertyToRemove.'
Instance 1 published content renders like this:
This impacts \latest only
Related command
az ams asset update --remove
az ams asset update --set
Errors
GitHub build 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: