Alexandre JARDON
Alexandre JARDON
> We should not return those proposed values from Get-function. Suggest to make a helper function that can return the type of credential that can be used in Get-, Test-,...
> Suggest we instead change the value in the code to `My` instead of `MY`: > > https://github.com/dsccommunity/WebAdministrationDsc/blob/04d3bd3de3977f242c9642263fd169da6abb5c34/source/DSCResources/DSC_WebSite/DSC_WebSite.psm1#L1463 I've updated my PR accordingly
Hello @johlju, I've double checked but the get is returning the info in upperscale ``` protocol : https bindingInformation : *:443:* sslFlags : 0 isDsMapperEnabled : False certificateHash : E2CD2BB7A408F069D4C48E4B6ACE5DCEFD9FE94A...
> > Do you want me to revert the schema definition to 'MY' or add in the get to transform it to 'My' > > Maybe we need to control...
> > Reviewed 8 of 11 files at r3, 2 of 2 files at r4, 1 of 1 files at r5, all commit messages. > > _[Reviewable](https://reviewable.io/reviews/dsccommunity/WebAdministrationDsc/641)_ status: all files...
> > Reviewed all commit messages. > > _[Reviewable](https://reviewable.io/reviews/dsccommunity/WebAdministrationDsc/641)_ status: 10 of 11 files reviewed, 2 unresolved discussions (waiting on @webalexeu) > > _[`source/DSCResources/DSC_WebSite/DSC_WebSite.psm1` line 1313 at r5](https://reviewable.io/reviews/dsccommunity/WebAdministrationDsc/641#-OAIsTbx3YoWE_ZsCC1g:-OAN4oEY7bnWnz4gYwNc:b-ltvbd2) ([raw file](https://github.com/dsccommunity/WebAdministrationDsc/blob/ca2500bdc00b5d60afcfc6a504df216da82ba0bf/source/DSCResources/DSC_WebSite/DSC_WebSite.psm1#L1313)):_...
Hello @peterrus , What do you think about that new feature? Thanks for your feedback
Are you planning also in the roadmap to check that the process defined in the posture check is the legitimate one? Like that the executable running has been signed by...
> The way the exporter was built it should work with any version, you just need to adjust the `metric_query_selection` and check if things have changed. Thanks for your quick...
> The way the exporter was built it should work with any version, you just need to adjust the `metric_query_selection` and check if things have changed. Can you just guide...