azure-powershell icon indicating copy to clipboard operation
azure-powershell copied to clipboard

[Eng]: order of keys in `generate-info.json` is unstable

Open isra-fel opened this issue 3 years ago • 0 comments

Description

Order of keys in generate-info.json is unstable. This makes reviewing difficult.

Example: https://github.com/Azure/azure-powershell/pull/19337/files#diff-b660c23b3cbe88f30900b14c779d0ed626c8128ac94f066d110c5cff7d3b4f5b

image

This issue was fixed for normal autorest-based modules (https://github.com/Azure/autorest.powershell/issues/938), but not for hybird modules.

Root cause: the move-generation-to-main script.

isra-fel avatar Aug 29 '22 07:08 isra-fel