-
Notifications
You must be signed in to change notification settings - Fork 226
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
SqlPermission: Undefined DSC resource 'SqlPermission' #1954
Comments
I cannot reproduce this. Note PS 7.x won't work since it does not support DSC resources in the way that Windows PowerShell does. See the work being done for DSCv3. On a clean Windows machine I installed VS Code + PowerShell extension. Using Windows PowerShell I installed SqlServerDsc to machine PSModulePath (C:\Program Files\WindowsPowerShell\Modules). In VS Code the PowerShell extension is also running under Windows PowerShell. I pasted in an example from the wiki page and in ran as expected. Also SqlPermission is visible in intellisense when editing the example. |
Hi, I am on vacation and will be able to reply again no later than October. But until then, maybe you can tell what I can provide for more information. Greetings |
Since it was not possible to reproduce . Clear step-by-steps that shows how to reproduce the problem on a clean Windows 11 or Windows Server box (with just VS Code + VS Code PowerShell extension installed). |
This issue has been automatically marked as stale because it has not had activity from the community in the last 30 days. It will be closed if no further activity occurs within 40 days. If the issue is labelled with any of the work labels (e.g bug, enhancement, documentation, or tests) then the issue will not auto-close. |
This issue has been automatically closed because it is has not had activity from the community in the last 40 days. If this issue was wrongly closed, for a issue author please comment and re-open it, if you are not the issue author comment with a reason for it to be reopened and tag a maintainer in the comment. |
I think I am experiencing this issue I ran the following command but got
I am attempting to use this under puppet, and it cannot find sqlpermission. $resource has a value, and I see it, but I think it is not properly registering. PS 5.1, Win2022 |
I think this is not related to the issue. If Puppet is suppose to work with class-based resources then please open a new issue. Suggest talking to the Puppet team as well as the resource works with LCM in Windows, so just be related to Puppet. |
thank you, puppet is supposed to work with class based resoures as they state: I think it is how they autowrap the dsc module, and then templatize the parameters. I reached out to them, and opened issues on their dsc repo, since I think it might not be related to this repo, albeit the changes madeover the last year, may have created an incompatiblity with what they were doing.
|
Hi @johlju, why do you think it does not and should not work. I am using a bunch of class-based DSC resources in PowerShell and so far all of them could be discovered correctly. But, we are experiencing the same issue. The |
Problem description
The SQLPermission resource cannot be loaded. I use VSCODE version 1.81.0 and SsqlServerDSC 16.3.1 ( 16.4.0 preview does not work either )
Verbose logs
How to reproduce
Load the example of SQLPermission page in vscode or just type the resource manually and SQLPermission is completely missing in the suggestions.
Expected behavior
Load SQLPermission
Current behavior
VSCODE Error: Undefined DSC resource 'SqlPermission'. Use Import-DSCResource to import the resource.
Suggested solution
N/A
Operating system the target node is running
PowerShell version and build the target node is running
Module version used
The text was updated successfully, but these errors were encountered: