-
Notifications
You must be signed in to change notification settings - Fork 224
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
SqlSetup: Accounts containing '$' will be able to be used #1060
Conversation
- Now accounts containing '$' will be able to be used for installing SQL Server. Although, if the account ends with '$' it is considered a Managed Service Account (issue dsccommunity#1055).
Codecov Report
@@ Coverage Diff @@
## dev #1060 +/- ##
====================================
Coverage 97% 97%
====================================
Files 32 32
Lines 3930 3930
====================================
Hits 3844 3844
Misses 86 86 |
Closing and reopening this PR to kick off the tests again. |
Reviewed 3 of 4 files at r1, 1 of 1 files at r2. README.md, line 1483 at r2 (raw file):
has Comments from Reviewable |
Reviewed 1 of 1 files at r3. Comments from Reviewable |
Apparently there was a new version markdown lint checker which caught a few errors it didn't before. Those are resolved now and the tests passed. Review status: 3 of 4 files reviewed at latest revision, all discussions resolved. Comments from Reviewable |
Reviewed 1 of 1 files at r4. Comments from Reviewable |
Pull Request (PR) description
SQL Server. Although, if the account ends with '$' it is considered a
Managed Service Account (issue Install fails when using a Domain Service account that begins with $ #1055).
This Pull Request (PR) fixes the following issues:
Fixes #1055
Task list:
This change is