We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Before submitting the bug
powershell -NoProfile
Describe the bug The function attempts to use out of date parameter names for Invoke-DbaQuery (DatabaseName, not Database):
Invoke-DbaQuery
dbaclone/functions/image/New-DcnImage.ps1
Lines 651 to 658 in 2d73971
Which results in not being able to run the provided sql script/file when creating the image.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Before submitting the bug
powershell -NoProfile
)Describe the bug
The function attempts to use out of date parameter names for
Invoke-DbaQuery
(DatabaseName, not Database):dbaclone/functions/image/New-DcnImage.ps1
Lines 651 to 658 in 2d73971
Which results in not being able to run the provided sql script/file when creating the image.
The text was updated successfully, but these errors were encountered: