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

AzureDevOpsDsc: Make use of localization strings within the resources #21

Open SphenicPaul opened 3 years ago

SphenicPaul commented 3 years ago

Details of the scenario you tried and the problem that is occurring

With other DSC Community modules (e.g. SqlServerDsc), the resources make use of the localization strings.

This module needs to make use of localisation strings as part of exceptions/errors and verbose output (also see #19).

SphenicPaul commented 3 years ago

Might need to consider where the localized strings, files would now have to sit in this class-based resource structure?

With the MOF-based resources, typically all DSC Resources had a subdirectory containing another en-US (and potential other) sub-directories containing:

Where will these files be located if there isn't a sub-directory for the resource?