azure-service-operator
azure-service-operator copied to clipboard
Naming: Status suffix
trafficstars
What this PR does / why we need it:
To reduce the number of changes in https://github.com/Azure/azure-service-operator/pull/2084, we want to pull naming changes forward, allowing more meaningful review.
This PR changes our standard suffix from _Status to _STATUS and updates all affected code.
Prerequisites
- [ ] Merge PR #2444 (will require a rebase of this PR)
Special notes for your reviewer:
- Type sorting for file generation is now case insensitive (so that the change from
_Statusto_STATUSdoesn't reorder types) - Double underscores (
__) in file names now won't happen - While
StatusARMhas a word break,STATUSARMdoes not, so we explicitly force filenames to split intostatus_armto maintain naming conventions
How does this PR make you feel:

If applicable:
- [x] this PR contains tests