microsoft / DSCEA

DSC Environment Analyzer (DSCEA) is a simple implementation of PowerShell Desired State Configuration that uses the declarative nature of DSC to scan systems in an environment against a defined reference MOF file and generate compliance reports as to whether systems match the desired configuration.
https://microsoft.github.io/DSCEA
Other
199 stars 41 forks source link

Update file names to match function names (casing) #21

Closed rkyttle closed 7 years ago

rkyttle commented 7 years ago

Example: function Start-DSCEAScan Start-DscEaScan.ps1

Review casing of all functions as well and discuss readability

rkyttle commented 7 years ago

Review help sections of other functions as well, Get-DscEaReport in its top help section refers to older casing style of Start-DscEaScan

krjhitch commented 7 years ago

I tried this initially, I'm not sure git recognizes the change in case with no change in spelling, will need to investigate

rkyttle commented 7 years ago

Insert-DscEaCSVtoSQL.ps1 needs to be updated

rkyttle commented 7 years ago

Insert-DSCEACSVtoSQL is also flagged as an unapproved verb