Azure / Azure/autorest.powershell
Incorrect Singularization of Certain Words
- Dominant language
- C#
- Stars
- 123
- Forks
- 99
- PR merge metrics
- No merged PRs in 30d
Description
The following words are incorrectly singularized:
| Word | OperationId | CommandName |
| - | - | - |
| Sms | users.authentication.methods_enableSmsSignIn | Enable-UserAuthenticationMethodSmSign |
| iOS and Statuses | deviceManagement_ListIosUpdateStatuses | Get-DeviceManagementIoUpdateStatuses |
| Windows | deviceManagement_GetWindowsAutopilotSettings | Get-DeviceManagementWindowAutopilotSetting |
### Possible Solutions
- Support a configurable excludes list in AutoREST config that customers can use to specify words to exclude from singularizing. Rename directives don't scale well when targeting hundreds of command names.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.