You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The New-PfaRestOperation to query for tags only matches against the vvolUUID, but it should also match the tag name.
Other tags, like VMW_VVolParentUUID can have the same vvolUUID and will match here when they should not
What is:
"?tags=true&filter=value='$($vvolUUID)'"
Should be
"?tags=true&filter=key='PURE_VVOL_ID' and value='$($vvolUUID)'"
The text was updated successfully, but these errors were encountered:
The New-PfaRestOperation to query for tags only matches against the vvolUUID, but it should also match the tag name.
Other tags, like VMW_VVolParentUUID can have the same vvolUUID and will match here when they should not
What is:
"?tags=true&filter=value=
'$($vvolUUID)
'"Should be
"?tags=true&filter=key='PURE_VVOL_ID' and value=
'$($vvolUUID)
'"The text was updated successfully, but these errors were encountered: