Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQLRS: Various improvements #1758

Open
wants to merge 68 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
68 commits
Select commit Hold shift + click to select a range
1167825
Updated formatting
randomnote1 Jun 14, 2022
8dd8fbe
Added Power BI RS support
randomnote1 Jun 14, 2022
1d55413
Set service account on PBIRS
randomnote1 Jun 14, 2022
c78d208
Fixed PSSA errors
randomnote1 Jun 14, 2022
044ec46
Fixed schema
randomnote1 Jun 14, 2022
ec4a9f5
Fixed PSSA error
randomnote1 Jun 14, 2022
1b6328c
Added changelog entries
randomnote1 Jun 14, 2022
ec02b8e
Specify the database name
randomnote1 Jun 16, 2022
2c39d5d
Updated the changelog
randomnote1 Jun 16, 2022
cccac32
Updated help
randomnote1 Jun 16, 2022
06606d7
Run db rights script after setting service account
randomnote1 Jun 17, 2022
983c6ad
Fixed issues with changing the service account
randomnote1 Jun 17, 2022
c30e45c
Support changing of database server name
randomnote1 Jun 17, 2022
c973724
Support local service accounts
randomnote1 Jun 17, 2022
8d2e13e
Configure certificate
randomnote1 Jun 20, 2022
ed8463e
Updated Restart-ReportingServicesService
randomnote1 Jun 20, 2022
30043ca
Updated changelog
randomnote1 Jun 20, 2022
c6cdf41
Resolved script analyzer errors
randomnote1 Jun 21, 2022
f005094
Updated comment-based help
randomnote1 Jun 21, 2022
0ddf99d
Converted error and verbose messages to localized
randomnote1 Jun 21, 2022
e14402c
Updated localized strings
randomnote1 Jun 21, 2022
370f841
Updated README
randomnote1 Jun 21, 2022
86a63ef
Updated examples
randomnote1 Jun 21, 2022
4d713ca
Fixed string reference
randomnote1 Jun 21, 2022
cbd9d53
Wrote unit tests for the helper functions
randomnote1 Jun 21, 2022
81ec646
Fixed validation errors
randomnote1 Jun 21, 2022
4eec91a
Fixed existing unit tests
randomnote1 Jun 21, 2022
0d29372
Fixed test
randomnote1 Jun 22, 2022
4da9916
Wrote unit tests and code fixes
randomnote1 Jun 22, 2022
be6f18c
Removed unused string
randomnote1 Jun 22, 2022
1f40f7e
Made compatible with PowerShell 7
randomnote1 Jun 22, 2022
39facdb
Fixed missing read-only property
randomnote1 Jun 22, 2022
d4f3f6d
Encryption key not backed up until initialized
randomnote1 Jun 22, 2022
d0cf97a
Added an example for Power BI Report Server
randomnote1 Jun 23, 2022
b1b177a
Fixed encryption key backup get/test
randomnote1 Jul 12, 2022
1bbe7ca
Fixed logic error in set/test service account
randomnote1 Jul 13, 2022
936e6d7
Fixed unit tests
randomnote1 Jul 27, 2022
f2b4a5c
Added verbosity to suspected failure point
randomnote1 Jul 27, 2022
736350c
Added verbosity
randomnote1 Jul 27, 2022
d4b95cb
Updated initialize logic
randomnote1 Jul 28, 2022
81cf303
Added verbosity for troubleshooting
randomnote1 Jul 29, 2022
4b07721
Small commit to kick off build
randomnote1 Jul 29, 2022
1a57ecb
Add verbosity for encryption key backup credential
randomnote1 Aug 1, 2022
343863c
Add verbosity for encryption key backup credential
randomnote1 Aug 1, 2022
1837604
Additional verbosity
randomnote1 Aug 1, 2022
7001bf0
Looking for where to backup the encryption key
randomnote1 Aug 10, 2022
f28f362
Fixed localized string
randomnote1 Aug 11, 2022
19ccf9e
Created Backup-EncryptionKey function
randomnote1 Aug 15, 2022
b2512ac
Fixed missing parameters
randomnote1 Aug 15, 2022
0e4d9c0
Updated unit tests
randomnote1 Aug 15, 2022
8a4c2d5
Updated unit tests
randomnote1 Aug 17, 2022
dd4c806
Fixed HQRM error
randomnote1 Aug 17, 2022
0aefd28
Fixed unit tests
randomnote1 Aug 17, 2022
c7f296e
Fixed unit tests
randomnote1 Aug 17, 2022
26550ff
Created New-EncryptionKeyBackupCredential function
randomnote1 Aug 18, 2022
d6e1bdd
Fixed parameters
randomnote1 Aug 18, 2022
4006095
Updated IsInitialized check
randomnote1 Aug 18, 2022
4f97185
Removed support for versions older than SQL 2017
randomnote1 Aug 29, 2022
bf7c0e1
Removed coverage.xml
randomnote1 Aug 29, 2022
7777e3b
Converted $env:computername to Get-ComputerName
randomnote1 Aug 29, 2022
90ed916
Do not enforce reserved URLs when not supplied.
randomnote1 Aug 29, 2022
684f96a
Don't enforce database name
randomnote1 Aug 29, 2022
ceb9a9b
Revert "Don't enforce database name"
randomnote1 Sep 2, 2022
7638ef9
Revert "Do not enforce reserved URLs when not supplied."
randomnote1 Sep 2, 2022
04685ba
Fix rebase issue
johlju Mar 27, 2023
71045f6
Switch to Import-SqlDscPreferredModule
johlju Mar 27, 2023
3b225a3
Fix correct format of file
johlju Mar 27, 2023
b7e6eb0
Remove code that fails integ test
johlju Mar 27, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added some verbose messages to better indicate which CIM methods are run
and when they are run.
- Minor refactor to support running unit test with strict mode enabled.
- Added support for Power BI Report Server
- Added the ability to change the service account
- Added the ability to specify the databases name
([issue #149](https://github.com/dsccommunity/SqlServerDsc/issues/149))
- Added the ability to specify a HTTPS certificate
([issue #587](https://github.com/dsccommunity/SqlServerDsc/issues/587))
- SqlLogin
- Only enforces optional parameter `LoginType` when it is specified in the
configuration.
Expand Down
Loading