You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Requested solution:
These values should be escaped with a backtick. Here's an example from az webpubsub.
Thanks @ayeshurun@dbradish-microsoft for reporting and debugging, these disallowed indexToRemove and value tags are defined in cli.core and would be fixed this sprint.
yonzhan
added
Azure CLI Team
The command of the issue is owned by Azure CLI team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
feature-request
and removed
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
labels
Sep 12, 2024
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.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMTU3NzgsIm5iZiI6MTczOTAxNTQ3OCwicGF0aCI6Ii81ODc2MjExNC8zNTM1Njk4NDgtNTU1MmFlNWUtZGQ0My00Mzc2LWI4ZmMtM2M2Yzc1MDcwN2UyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDExNTExOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTBlZjczY2YwZTM2YmEyNTNmYTg3ZmE3NjYwMDc2ODFlZjczNmFkNDM2MzIwODRmMGNiZTNjYzM5MTBjMTgyZjImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.8_n6I-d8hBKjZKoVwsRPkIsugigU5JxPEIy7pEpzIWo)
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.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMTU3NzgsIm5iZiI6MTczOTAxNTQ3OCwicGF0aCI6Ii81ODc2MjExNC8zNTM1Njg1MDAtODA2ODk5ZjctOWVjYS00ODNlLWExNzUtYzQ4NmYwMDNiN2Y0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDExNTExOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPThhZDUzMWZjNjgxNmUwZTI0YmJlNjRjZDRjMzVkZjM3ODQyZmM5MzYyZDcxNmFjNDgyNjZiMThmYWRjMDY4ZTMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.gLpz-FpQyhSNwrnwm3Crnd5qDSAuQlZ0p6ouwYx5gTA)
Published reference guidelines
Guidelines for Parameters used in examples
Related GitHub issues:
This is the same issue as these GitHub issues.
List of HTML tag instances that need update:
Related command
az powerbi
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: