msgraph-sdk-powershell
msgraph-sdk-powershell copied to clipboard
Pluralize names where it makes sense
As part of the work to use Kiota as code generator for PowerShell SDK we should pluralize names where is needed, for example, "Windows" instead of "Window".
We need to investigate how to do that.
One approach is to have a list of names to exclude. This should ideally be done via a runtime configuration. e.g.,
exclude-plural:
- Windows
@maisarissi, the issue should be transferred to the Kiota repo where the actual work will happen.
Fixed by https://github.com/microsoftgraph/msgraph-sdk-powershell/pull/1899