Skip to content

v1.0.6435

Choose a tag to compare

@ryannewington ryannewington released this 14 Aug 04:33
· 14 commits to master since this release

Fixes issue #9. When multiple instances of the PowerShell module were being loaded, a race condition could occur when one client would be updating a schema while another was reading it. This would lead to unpredicable behaviour in the client.

This release also fixes a performance issue where the schema was force refreshed on every call to Set-ResourceManagementClient. There is now a -RefreshSchema switch on that cmdlet to perform the refresh only when instructed.

A big thanks to @MWOITC for reporting this and helping with testing