-
-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
Expected Behavior
Get-NSLBVirtualServerBinding when called without any parameters should return lbvserver_servicegroup_binding and lbvserver_service_binding objects, just like it does when called with the Name parameter.
Current Behavior
Get-NSLBVirtualServerBinding when called without any parameters only returns lbvserver_servicegroup_binding objects
Possible Solution
PR incoming, which adds a lbvserver_service_binding GET call.
Steps to Reproduce (for bugs)
- Have at least one lbvserver_servicegroup_binding and one lbvserver_service_binding
- Run Get-NSLBVirtualServerBinding, it only returns the lbvserver_servicegroup_binding
Context
I'm working on editing lbvserver bindings and this prevented me from doing that on half of the bindings.
Your Environment
- Module version used: 1.7.0
- Operating System and PowerShell version: OS: Win2012, PSVersion: 5.1.14409.1012
Metadata
Metadata
Assignees
Labels
No labels