Skip to content

Releases: lithnet/resourcemanagement-powershell

v1.0.6911

03 Dec 00:23
Compare
Choose a tag to compare

Fixes an issue where saving the results directly from Search-Resources into the member attribute causes throws an error

v1.0.6623

17 Feb 23:17
Compare
Choose a tag to compare

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

22 Jan 09:07
Compare
Choose a tag to compare

Fixes an issue where Get-Resource cannot correctly process a Guid attribute when it is wrapped as a PSObject

v1.0.6435

14 Aug 04:33
Compare
Choose a tag to compare

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

01 Sep 01:44
Compare
Choose a tag to compare

Adds support for returning the request ID for a resource update operation that requires authorization

v1.0.6048

23 Jul 01:56
Compare
Choose a tag to compare

Adds localization support

v1.0.6034

09 Jul 01:39
Compare
Choose a tag to compare
v1.0.6034 Pre-release
Pre-release

Adds support for localization in Get-Resource, Search-Resources, Save-Resource and Import-RMConfig

v1.0.6022

27 Jun 06:44
Compare
Choose a tag to compare

Updates module definition and version

v1.0.5990

06 Jun 01:29
Compare
Choose a tag to compare

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