I noticed during my next Terraform plan operation that it wanted to update a routing rule on the FrontDoor. The AzCLI command changed the redirect type on the https-redirect routing rule from 308 (PermanentRedirect) to 301 (Moved). I can see this on the change history tab in the Activity Log for the Frontdoor resource.
Extension name (the extension in question)
front-door
Description of issue (in as much detail as possible)
I updated the
--send-recv-timeout
on some frontdoors today, updating them to 60 seconds (from the default of 30).I noticed during my next Terraform plan operation that it wanted to update a routing rule on the FrontDoor. The AzCLI command changed the redirect type on the https-redirect routing rule from 308 (PermanentRedirect) to 301 (Moved). I can see this on the change history tab in the Activity Log for the Frontdoor resource.
Potential bug?
AZ CLI Versions