JB Lewis
JB Lewis
 Am seeing a likely-related issue where one commented line will be properly formatted (green & italic), then when commenting another line the hash mark is green and italic, but...
from `settings.json` ```json "[powershell]": { "editor.semanticHighlighting.enabled": true, } ```
I'm running into a similar situation where I need to reference a resource pool whose name is not unique in the data center, but is unique to the Cluster.
@desertmoose706 Today I Learned that you can specify the Resource Pool as `/Compute Cluster Name/Resource Pool Name` That fact is not covered by the vsphere provider documentation but is mentioned...
I'm seeing the same behavior on newly created functions, in fact, I can delete all of the code leaving just the param statement, and still get the "The method or...
I think the proper solution to this would be to have the provider call `PowerShell.exe -noProfile -EncodedCommand ...` rather than assuming that the profiles would never have any output themselves.
I'm not sure if this should be a different issue, but at https://github.com/hashicorp/terraform-provider-ad/blob/336338c639d68b48bea4f0ed052077911744a7e6/ad/internal/winrmhelper/winrm_computer.go#L39 you request *all* properties of the computer object, but only offer dn, guid, id, name, and sid,...
I was going to post a really minor issue, but it seems appropriate for this thread. 1.7.4.4 is still using the `ModuleToProcess` manifest member which generates a warning when I...
As a PowerShell user I would like to see parameters that "look like" switches be coded as `[Switch]`. Parameters coded as `[Boolean]` should be avoided unless the the `$null` state...
I'd like to add that one thing that I think would improve the adoption of secrets management would be promotion of quality SecretManagement extensions. While it's entirely possible that I've...