Skip to content

Commit

Permalink
xSQLServer: Fix running tests locally in PowerShell console (#898)
Browse files Browse the repository at this point in the history
- Changes to xSQLServerEndpointPermission
  - Fixed a problem when running the tests locally in a PowerShell console it
    would ask for parameters (issue #897).
- Changes to xSQLServerAvailabilityGroupListener
  - Fixed a problem when running the tests locally in a PowerShell console it
    would ask for parameters (issue #897).
  • Loading branch information
johlju authored Nov 4, 2017
1 parent 61862e7 commit 1eddecb
Show file tree
Hide file tree
Showing 3 changed files with 112 additions and 184 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@
- Added resource
- xSQLServerDatabaseDefaultLocation
([issue #656](https://github.com/PowerShell/xSQLServer/issues/656))
- Changes to xSQLServerEndpointPermission
- Fixed a problem when running the tests locally in a PowerShell console it
would ask for parameters ([issue #897](https://github.com/PowerShell/xSQLServer/issues/897)).
- Changes to xSQLServerAvailabilityGroupListener
- Fixed a problem when running the tests locally in a PowerShell console it
would ask for parameters ([issue #897](https://github.com/PowerShell/xSQLServer/issues/897)).

## 8.2.0.0

Expand Down
Loading

0 comments on commit 1eddecb

Please sign in to comment.