|
1 | 1 | # Change log for SharePointDsc
|
2 | 2 |
|
| 3 | +## v3.0 |
| 4 | + |
| 5 | +* Changes to SharePointDsc |
| 6 | + * Added support for SharePoint 2019 |
| 7 | + * Added CredSSP requirement to the Readme files |
| 8 | + * Added VSCode Support for running SharePoint 2019 unit tests |
| 9 | + * Removed the deprecated resources SPCreateFarm and SPJoinFarm (replaced |
| 10 | + in v2.0 by SPFarm) |
| 11 | +* SPBlobCacheSettings |
| 12 | + * Updated the Service Instance retrieval to be language independent |
| 13 | +* SPConfigWizard |
| 14 | + * Fixed check for Ensure=Absent in the Set method |
| 15 | +* SPInstallPrereqs |
| 16 | + * Added support for detecting updated installation of Microsoft Visual C++ |
| 17 | + 2015/2017 Redistributable (x64) for SharePoint 2016 and SharePoint 2019. |
| 18 | +* SPSearchContentSource |
| 19 | + * Added support for Business Content Source Type |
| 20 | +* SPSearchMetadataCategory |
| 21 | + * New resource added |
| 22 | +* SPSearchServiceApp |
| 23 | + * Updated resource to make sure the presence of the service app proxy is |
| 24 | + checked and created if it does not exist |
| 25 | +* SPSecurityTokenServiceConfig |
| 26 | + * The resource only tested for the Ensure parameter. Added more parameters |
| 27 | +* SPServiceAppSecurity |
| 28 | + * Added support for specifying array of access levels. |
| 29 | + * Changed implementation to use Grant-SPObjectSecurity with Replace switch |
| 30 | + instead of using a combination of Revoke-SPObjectSecurity and |
| 31 | + Grant-SPObjectSecurity |
| 32 | + * Added all supported access levels as available values. |
| 33 | + * Removed unknown access levels: Change Permissions, Write, and Read |
| 34 | +* SPUserProfileProperty |
| 35 | + * Removed obsolete parameters (MappingConnectionName, MappingPropertyName, |
| 36 | + MappingDirection) and introduced new parameter PropertyMappings |
| 37 | +* SPUserProfileServiceApp |
| 38 | + * Updated the check for successful creation of the service app to throw an |
| 39 | + error if this is not done correctly |
| 40 | + |
| 41 | +The following changes will break v2.x and earlier configurations that use these |
| 42 | +resources: |
| 43 | + |
| 44 | +* Implemented IsSingleInstance parameter to force that the resource can only |
| 45 | + be used once in a configuration for the following resources: |
| 46 | + * SPAntivirusSettings |
| 47 | + * SPConfigWizard |
| 48 | + * SPDiagnosticLoggingSettings |
| 49 | + * SPFarm |
| 50 | + * SPFarmAdministrators |
| 51 | + * SPInfoPathFormsServiceConfig |
| 52 | + * SPInstall |
| 53 | + * SPInstallPrereqs |
| 54 | + * SPIrmSettings |
| 55 | + * SPMinRoleCompliance |
| 56 | + * SPPasswordChangeSettings |
| 57 | + * SPProjectServerLicense |
| 58 | + * SPSecurityTokenServiceConfig |
| 59 | + * SPShellAdmin |
| 60 | +* Standardized Url/WebApplication parameter to default WebAppUrl parameter |
| 61 | + for the following resources: |
| 62 | + * SPDesignerSettings |
| 63 | + * SPFarmSolution |
| 64 | + * SPSelfServiceSiteCreation |
| 65 | + * SPWebAppBlockedFileTypes |
| 66 | + * SPWebAppClientCallableSettings |
| 67 | + * SPWebAppGeneralSettings |
| 68 | + * SPWebApplication |
| 69 | + * SPWebApplicationAppDomain |
| 70 | + * SPWebAppSiteUseAndDeletion |
| 71 | + * SPWebAppThrottlingSettings |
| 72 | + * SPWebAppWorkflowSettings |
| 73 | +* Introduced new mandatory parameters |
| 74 | + * SPSearchResultSource: Added option to create Result Sources at different scopes. |
| 75 | + * SPServiceAppSecurity: Changed parameter AccessLevel to AccessLevels in |
| 76 | + MSFT_SPServiceAppSecurityEntry to support array of access levels. |
| 77 | + * SPUserProfileProperty: New parameter PropertyMappings |
| 78 | + |
3 | 79 | ## 2.6
|
4 | 80 |
|
5 | 81 | * SPFarm
|
|
0 commit comments