PureStorage-Connect / PowerShellSDK2

Pure Storage FlashArray PowerShell Software Development Kit (SDK) version 2.
https://support.purestorage.com/Solutions/Microsoft_Platform_Guide
Apache License 2.0
8 stars 7 forks source link

Add-PfaVolumeToContainer equivalent cmdlet for SDK2 #25

Open ivacuna opened 5 months ago

ivacuna commented 5 months ago

Hello,

We are trying to add existing volumes to a new Pure Pod with SDK2. According to the cmdlet_Matrix.pdf, equivalent SDK2 cmdlet for Add-PfaVolumeToContainer is New-Pfa2Connection. Is this still the case? New-Pfa2Connection appears to only accept Host or Host Group as target for volume add, not a Pod.

In the case of Add-PfaVolumeToContainer, Pod is our target for volume add. I also came across Update-Pfa2ContainerDefaultProtection cmdlet, but I don't believe that's what we want.

Thank you! Ivan