Dimitar Milov
Dimitar Milov
In the PowerShell SDK the behavior is the same as in the C# SDK. The exntesion attributes are available without the 'ce-' prefix.
Hi, thanks for asking. It's not in the roadmap yet but the roadmap is driven by requests. Can you share more about the use-case you have? Do you need to...
Hello, I'm glad to see initiative for discussing project structure. Here are my thoughts from the code reviews I've made 1. Having classes, enums, and resources in separate folders under...
@lucdekens Oh, I wasn't aware of this naming convention for DSC Resources. Thanks for sharing! Why do you think classes names contradict the convention? “Dsc” suffix is stated to be...
Good question. The goal of the integration tests is to prove the new or updated resource works against real server connection. Since PowerCLI stays between the DSC Resource and the...
> o this, how and where do we keep track of build versions of the instance represented in a class? > Would that go in the base class? > >...
> But I was more thinking off the ESXi and VCSA versions. > We would need to store these somewhere in the class properties as well. > And perhaps it...
Hi, in case the deployment topology is one SSO for many VC servers then you have to specify the SSO Server (Management Node) address to the `Connect-SsoAdminServer` command.
thanks for reporting this one. I'll address it in 1.3.9
Hello Steve, can you paste the error details? `$error[0] | Select *` `$error[0].Exception | Select *`