X-Guardian / AdfsDsc

DSC resources for deployment and configuration of Active Directory Federation Services
MIT License
9 stars 5 forks source link

AdfsWebApiApplication: Fix Multiple AllowedClientTypes Property #64

Closed X-Guardian closed 1 year ago

X-Guardian commented 1 year ago

Pull Request (PR) description

Fix processing multiple AllowedClientTypes in the AdfsWebApiApplication resource.

This Pull Request (PR) fixes the following issues

Task list


This change is Reviewable

codecov[bot] commented 1 year ago

Codecov Report

Merging #64 (d968494) into main (73604b6) will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@         Coverage Diff         @@
##           main    #64   +/-   ##
===================================
  Coverage    98%    98%           
===================================
  Files        16     16           
  Lines      2133   2133           
===================================
  Hits       2097   2097           
  Misses       36     36           
ccpyle commented 1 year ago

Thank you so much for this fix. I just discovered this problem about an hour ago and when I went to go through code saw that the fix was checked in 22 minutes ago.

X-Guardian commented 1 year ago

I've released v1.3.1 of the AdfsDsc module to the PowerShell Gallery which includes this fix.