msgraph-sdk-powershell icon indicating copy to clipboard operation
msgraph-sdk-powershell copied to clipboard

Pluralize names where it makes sense

Open maisarissi opened this issue 3 years ago • 1 comments

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.

maisarissi avatar May 04 '22 19:05 maisarissi

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.

peombwa avatar May 05 '22 17:05 peombwa

Fixed by https://github.com/microsoftgraph/msgraph-sdk-powershell/pull/1899

peombwa avatar Apr 25 '23 19:04 peombwa