Get-ArmorCompleteWorkloadTier -WorkloadID $WorkloadID -ID $ID does not return an object if it exists, but contains no VMs #122
Labels
Status: Under Consideration
Issues and Pull Requests that are being considered by the team for acceptance or rejection.
Status: Workaround Available
Type: Bug
Confirmed bugs or reports that are very likely to be bugs.
Type: Upstream
Issues in upstream providers' solutions
Problem Statement
Get-ArmorCompleteWorkloadTier -WorkloadID $WorkloadID -ID $ID does not return an object if it exists, but contains no VMs.
Steps to Reproduce
Expected Behavior
Get-ArmorCompleteWorkloadTier -WorkloadID $WorkloadID -ID $ID
should return an object if it exists, even if it contains no VMs.Environment
Armor PowerShell Module Version
PowerShell Version
Operating System
Confirmed on Windows & Ubuntu
Additional Context
Could implement a workaround of checking the tiers in the workload object, but I don't really want to.
The text was updated successfully, but these errors were encountered: