Skip to content

Commit

Permalink
Merge pull request #1186 from ruandersMSFT/master-1167
Browse files Browse the repository at this point in the history
SPSearchAuthoritativePage Fix 1167
  • Loading branch information
ykuijs authored Mar 31, 2020
2 parents 450a15c + 99da84f commit 327d704
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ resources:
- SPFarmSolution
- Corrected bug running Solution Job wait for an Absent solution.
- Corrected bug trying to remove an already Absent solution.
- SPSearchAuthoritativePage
- Corrected bug when checking for an existing Demoted Action
- SPWebAppAuthentication
- Updated to support passing of null/empty collections for zones not utilized.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ function Get-TargetResource
}
else
{
$queryDemoted = $serviceApp | Get-SPEnterpriseSearchQueryDemoted -Identity $params.Path `
$queryDemoted = Get-SPEnterpriseSearchQueryDemoted -Identity $params.Path `
-Owner $searchOwner `
-SearchApplication $serviceApp `
-ErrorAction SilentlyContinue
Expand Down

0 comments on commit 327d704

Please sign in to comment.