Open peombwa opened 2 years ago
@dolauli , let's discuss design here.
we may add configurations as below to specify singular form for a noun.
WordsOfSpecialSingularization:
- Pluralization: Sms
Singularization: Sms
- Pluralization: Windows
Singularization: Window
Need to update following codes to apply the configurations above https://github.com/Azure/autorest.powershell/blob/9eb9fada924562e1566028d4a926c3f5d01c7f40/powershell/plugins/plugin-create-inline-properties.ts#L17-L24 https://github.com/Azure/autorest.powershell/blob/9eb9fada924562e1566028d4a926c3f5d01c7f40/powershell/plugins/create-commands-v2.ts#L36-L40
Possible Solutions