Typo in Add-NSLBVirtualServerBinding and refactoring of Get-NSSystemFile
Refactoring
Refactored Get-NSSystemFile to use _InvokeNSRestApiGet
Support for -Argument in _InvokeNsRestApiGet and generator
Bugs
Error in Add-NSLBVirtualServerBinding comment
Related Issue
Motivation and Context
These additions and changes were required in my own production environment for specific things I needed to do. They are also the basis of upcoming changes.
How Has This Been Tested?
Tested by using the new and changed functions. All appears to be working as expected.
Types of changes
[x ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
[x ] My code follows the code style of this project.
[ ] My change requires a change to the documentation.
[x] I have updated the documentation accordingly.
[x] I have read the CONTRIBUTING document.
[ ] I have added tests to cover my changes.
[x] All new and existing tests passed.
Remark: tests are passing except for :
[-] changelog and manifest versions are the same 13ms
Expected: {1.3.0}
But was: {1.4.0}
64: $script:changelogVersion -as [Version] | Should be ( $script:manifest.Version -as [Version] )
at <ScriptBlock>, C:\vagrant\Tests\meta\Manifest.Tests.ps1: line 64
Typo in Add-NSLBVirtualServerBinding and refactoring of Get-NSSystemFile
Refactoring
Bugs
Related Issue
Motivation and Context
These additions and changes were required in my own production environment for specific things I needed to do. They are also the basis of upcoming changes.
How Has This Been Tested?
Tested by using the new and changed functions. All appears to be working as expected.
Types of changes
Checklist:
Remark: tests are passing except for :
but the same test fails on the "dev" branch.