corvus-dotnet / Corvus.Deployment

A library of PowerShell deployment automation utilities, primarily focused on Azure. Sponsored by endjin.
Apache License 2.0
3 stars 0 forks source link

Fixed null return value in `Assert-RequiredResourceAccessContains` #85

Closed JamesDawson closed 1 year ago

JamesDawson commented 1 year ago

Ensures the AAD App Registration details are always returned, even when unchanged by this cmdlet.

Resolves #84