Releases: lithnet/resourcemanagement-powershell
v1.0.6911
v1.0.6623
Fixes an issue where an InvalidCastException was caused when initializing the ResourceManagementClient when two different versions of the assembly had been loaded into the same AppDomain lithnet/miis-autosync#141
v1.0.6596
Fixes an issue where Get-Resource cannot correctly process a Guid attribute when it is wrapped as a PSObject
v1.0.6435
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
v1.0.6088
Adds support for returning the request ID for a resource update operation that requires authorization
v1.0.6048
Adds localization support
v1.0.6034
Adds support for localization in Get-Resource, Search-Resources, Save-Resource and Import-RMConfig
v1.0.6022
Updates module definition and version
v1.0.5990
Adds support for getting approvals of any type
Adds support for approvals
Updates to support PSGallery publishing
Removed resolver from project and replaced by fody module initializer
Updates installer definition