rubrikinc / rubrik-sdk-for-powershell

Rubrik Module for PowerShell
https://build.rubrik.com/sdks/powershell/
MIT License
102 stars 87 forks source link

Publish v6.0.2 #842

Closed sra-michaelgold closed 2 months ago

sra-michaelgold commented 9 months ago

Is your feature request related to a problem? Please describe.

I'm unable to install module 6.0.2 using Install-Module. It looks like 6.0.1 is the latest published version. According to the release notes 6.0.2 has the fix for connecting with a service user with PS5. This is critical for us.

Describe the solution you'd like

Publish 6.0.2 to psgallery

Describe alternatives you've considered

No response

Additional context

No response

mwpreston commented 2 months ago

@sra-michaelgold Does 9.0.0 fix your issues? Should have included anything that was lingering around in 6.0.2

sra-michaelgold commented 2 months ago

@mwpreston - thanks for the heads up. I was unaware a newer version had been published. I'll give it a shot over the next few weeks and let you know. (BTW: the github site doesn't show it as a new published release - you may want to update that to be consistent with the package on powershellgallery

sra-michaelgold commented 2 months ago

@mwpreston - I've confirmed that 9.0.0 fixes the issue. Running in PS5 now works as expected. Thank you!