You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SqlRSSetup: Refactor resource into class-based resource (#2083)
- SqlRSSetup
- The DSC resource has been refactored into a class-based resource.
- The parameter `SourcePath` was replaced with `MediaPath`.
- The parameter `IAcceptLicensTerms` was replaced with a boolean parameter
`AcceptLicensingTerms`.
- The parameter `SourceCredential` was removed. Because of this, the
functionality that allowed copying the media from a UNC path using
those credentials was also removed. If this was something you used,
please open an issue.
- The version validation no longer gets the current version from the
installed package (using `Get-Package`), but instead from the registry.
- Prior when install was successful, the resource checked whether there
were any pending rename operations. Since the install returns 3010
if a restart is needed it is now assumed that the setup process takes
care of this. If that is not the case, and this check is needed, then
open an issue to discuss in what cases this is needed.
- The `Edition` option 'Development` was replaced by the value
`Developer`.
- The read-only properties `CurrentVersion`, `ServiceName` and `ErrorDumpDirectory`
were removed.
0 commit comments