File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 1.2.0 (2016-04-19)
2+ - Added Invoke-Nitro to wrap direct calls to _InvokeNSRestApi
3+ - Added Get-NSConfig : retrieve NetScaler configuration (running or saved)
4+ - Added Get/New/Set/Remove-NSResponderAction
5+ - Modified Get-NSLBMonitor, Get-NSLBServer, Get-NSLBServiceGroup to only return
6+ resources if there are resources to return.
7+
18## 1.1.3 (2016-04-03)
29 - Add default parameter set to Connect-NetScaler
310 - Fix bad error handling logic in Disconnect-NetScaler
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ limitations under the License.
2828RootModule = ' NetScaler.psm1'
2929
3030# Version number of this module.
31- ModuleVersion = ' 1.1.4 '
31+ ModuleVersion = ' 1.2.0 '
3232
3333# ID used to uniquely identify this module
3434GUID = ' bd4390dc-a8ad-4bce-8d69-f53ccf8e4163'
You can’t perform that action at this time.
0 commit comments