az sig (core & extension) | HTML tags are rendering as empty parameter values in reference docs #29543
Labels
Auto-Assign
Auto assign by bot
Azure CLI Team
The command of the issue is owned by Azure CLI team
Compute
az vm/vmss/image/disk/snapshot
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Similar-Issue
Milestone
Describe the bug
Problem to solve:
HTML tags in source code are causing build warnings in MicrosoftDocs/azure-docs-cli. More importantly, customer-facing reference docs are not instantiating properly -- parameter values formatted with `<>` are missing. Here's an example:
![image](https://private-user-images.githubusercontent.com/58762114/353569848-5552ae5e-dd43-4376-b8fc-3c6c750707e2.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMjI3MTAsIm5iZiI6MTczOTAyMjQxMCwicGF0aCI6Ii81ODc2MjExNC8zNTM1Njk4NDgtNTU1MmFlNWUtZGQ0My00Mzc2LWI4ZmMtM2M2Yzc1MDcwN2UyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDEzNDY1MFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTc5MmM5NGU2OTdiZTdlZWUyYzJhZWI2MjgyNGYwYWFmNzE2YjAyZmU0YjcwMzJmYzVhNjBjOTUxMDY4Nzg0MmMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.KAZtP0G1uedVfgYCf_a5k2Hg-XHh3y8ROYgcSmcCosI)
Requested solution:
These values should be escaped with a backtick. Here's an example from az webpubsub.
![image](https://private-user-images.githubusercontent.com/58762114/353568500-806899f7-9eca-483e-a175-c486f003b7f4.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMjI3MTAsIm5iZiI6MTczOTAyMjQxMCwicGF0aCI6Ii81ODc2MjExNC8zNTM1Njg1MDAtODA2ODk5ZjctOWVjYS00ODNlLWExNzUtYzQ4NmYwMDNiN2Y0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDEzNDY1MFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTU0MDEyMTQ1YTYwYTY5N2M3NzNhODcxZmFkNDJhNmU4NDU3M2Y0NzMyYzg4MThlOTgxM2RiNWMxNWRhNjhiYzImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.8nVkH8pgDMdsgPFpfWash82VqgIrEJ8qvQO-5xOiiOE)
Related GitHub issues:
This is the same issue as these GitHub issues.
List of HTML tag instances that need update:
Related command
az sig
Errors
n/a
Issue script & Debug output
n/a
Expected behavior
n/a
Environment Summary
Azure CLI 2.62.0
Additional context
No response
The text was updated successfully, but these errors were encountered: