mitchell852 opened a new issue #3159: GET /api/tenants ordering changed from Perl to Go URL: https://github.com/apache/trafficcontrol/issues/3159 In perl the ordering of the tenants response looked like this: ```root root.1 root.1.1 root.1.2 root.2 root.2.1 root.2.2``` ^^ it was ordered to represent the hierarchy starting with the root tenant now it appears to be ordered like this: ```root root.1 root.2 root.1.1 root.1.2 root.2.1 root.2.2```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
