dsccommunity / SharePointDsc

The SharePointDsc PowerShell module provides DSC resources that can be used to deploy and manage a SharePoint farm
MIT License
247 stars 107 forks source link

Fixed #990 and added logging to SPSearchServiceApp #1342

Closed ykuijs closed 3 years ago

ykuijs commented 3 years ago

Pull Request (PR) description

This PR fixes issue 990, where the following error was thrown if a site collection was created immediately after the farm was created: "Invalid field name. {cbb92da4-fd46-4c7d-af6c-3128c2a5576e}"

This Pull Request (PR) fixes the following issues

Task list


This change is Reviewable

codecov[bot] commented 3 years ago

Codecov Report

Merging #1342 (7de1e46) into master (106cade) will increase coverage by 0%. The diff coverage is 88%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #1342   +/-   ##
======================================
  Coverage      84%     84%           
======================================
  Files         140     140           
  Lines       21796   21821   +25     
======================================
+ Hits        18353   18375   +22     
- Misses       3443    3446    +3     
Impacted Files Coverage Δ
...PointDsc/DSCResources/MSFT_SPSite/MSFT_SPSite.psm1 83% <83%> (-1%) :arrow_down:
...FT_SPSearchServiceApp/MSFT_SPSearchServiceApp.psm1 91% <100%> (+<1%) :arrow_up: