[Bug/Feature] Linter tells me to use the suffixes for trafficmanager.net
when no entry exists.
#15895
Labels
trafficmanager.net
when no entry exists.
#15895
Describe the bug
When attempting to create a
Microsoft.Web/certificates
managed certificate in Bicep, the linter informs me that I should use theenvironment().suffixes
to not hardcode the url.To Reproduce
Steps to reproduce the behavior:
Produces a linter error for:
Environment URLs should not be hardcoded. Use the environment() function to ensure compatibility across clouds. Found this disallowed host: "trafficmanager.net"
Additional context
This is a bug and/or feature request. Can we add traffic manager to the environment suffixes? If not, can we suppress the warning for URLs that wouldn't be in the environment suffixes?
The text was updated successfully, but these errors were encountered: