dsccommunity / AzureDevOpsDsc

This module contains DSC resources for deployment and configuration of initially Azure DevOps Services and later Azure DevOps Server.
MIT License
1 stars 5 forks source link

AzDevOpsProject: Remove unnecessary property declaration #30

Open johlju opened 3 years ago

johlju commented 3 years ago

Suggest we should remove the Mandatory from the key property as Key is implicitly mandatory.

https://github.com/dsccommunity/AzureDevOpsDsc/blob/f1d8097305621a8915eb51c31a25451389144330/source/Classes/010.AzDevOpsProject.ps1#L27

johlju commented 3 years ago

This is just a style guideline thing. Tracking it in issue #29 too.