-
Notifications
You must be signed in to change notification settings - Fork 225
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
xSQLAOGroupEnsure doesn't handle the SetupCredential correctly #58
Labels
bug
The issue is a bug.
Comments
Matticusau
added a commit
to Matticusau/xSQLServer
that referenced
this issue
May 12, 2016
Closed
johlju
added a commit
to johlju/SqlServerDsc
that referenced
this issue
Aug 21, 2016
Also added add text that explains the use of the credential parameter (issue from dsccommunity#58)
johlju
added a commit
to johlju/SqlServerDsc
that referenced
this issue
Aug 22, 2016
Also added add text that explains the use of the credential parameter (issue from dsccommunity#58)
johlju
added a commit
to johlju/SqlServerDsc
that referenced
this issue
Sep 11, 2016
Also added add text that explains the use of the credential parameter (issue from dsccommunity#58)
johlju
added a commit
to johlju/SqlServerDsc
that referenced
this issue
Sep 11, 2016
Fixed a bug if the alias did not exists then Get-ItemProperty would throw an error. Fixed a bug so that the logic to create a new alias is triggered. If the alias did not exist it was the change-logic that created the alias, not the create-logic. Fixed a bug in the create-logic that throw an error if the key ConnectTo already existed. Removed that New-Item since we already test for the existence of the key. Also some style changes. Changes to xSQLAlias Improved testing and added a test for removal of alias Bug found with the test, create-logic was called when it shouldn't Aligned schemas with README.md Also added add text that explains the use of the credential parameter (issue from dsccommunity#58)
johlju
added a commit
to johlju/SqlServerDsc
that referenced
this issue
Sep 11, 2016
Fixed a bug if the alias did not exists then Get-ItemProperty would throw an error. Fixed a bug so that the logic to create a new alias is triggered. If the alias did not exist it was the change-logic that created the alias, not the create-logic. Fixed a bug in the create-logic that throw an error if the key ConnectTo already existed. Removed that New-Item since we already test for the existence of the key. Also some style changes. Changes to xSQLAlias Improved testing and added a test for removal of alias Bug found with the test, create-logic was called when it shouldn't Aligned schemas with README.md Also added add text that explains the use of the credential parameter (issue from dsccommunity#58)
johlju
added a commit
to johlju/SqlServerDsc
that referenced
this issue
Sep 11, 2016
Fixed a bug if the alias did not exists then Get-ItemProperty would throw an error. Fixed a bug so that the logic to create a new alias is triggered. If the alias did not exist it was the change-logic that created the alias, not the create-logic. Fixed a bug in the create-logic that throw an error if the key ConnectTo already existed. Removed that New-Item since we already test for the existence of the key. Also some style changes. Changes to xSQLAlias Improved testing and added a test for removal of alias Bug found with the test, create-logic was called when it shouldn't Aligned schemas with README.md Also added add text that explains the use of the credential parameter (issue from dsccommunity#58)
johlju
added a commit
to johlju/SqlServerDsc
that referenced
this issue
Sep 17, 2016
Fixed a bug if the alias did not exists then Get-ItemProperty would throw an error. Fixed a bug so that the logic to create a new alias is triggered. If the alias did not exist it was the change-logic that created the alias, not the create-logic. Fixed a bug in the create-logic that throw an error if the key ConnectTo already existed. Removed that New-Item since we already test for the existence of the key. Also some style changes. Changes to xSQLAlias Improved testing and added a test for removal of alias Bug found with the test, create-logic was called when it shouldn't Aligned schemas with README.md Also added add text that explains the use of the credential parameter (issue from dsccommunity#58)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While building the pester test for xSQLAOGroupEnsure resource I have found that there are inconsistencies in how it handles the SetupCredential parameter across the functions.
The following are the inconsistencies I have found:
The text was updated successfully, but these errors were encountered: