microsoft/SdnDiagnostics

Service Fabric parameters are case sensitive

arudell opened this issue · 0 comments

Describe the bug
-ServiceTypeName and -ServiceName for Service Fabric cmdlets are case sensitive, resulting in an error returned that it was not able to return results.

To Reproduce
Steps to reproduce the behavior:

  1. Run Get-SdnServiceFabricReplica -ServiceTypeName 'firewallservice'
  2. Look at results, then trying with name of FirewallService

Expected behavior
This is just a problem with SF cmdlets themselves, so ideally SdnDiagnostics should handle this to either provide more precise feedback, or just make sure it's using the proper casing

Screenshots
image

Environment Details (please complete the following information):

  • Windows Server OS: Windows Server 2022
  • SdnDiagnostics Version: 5.2212.508.225728

Additional context
Add any other context about the problem here.