Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get-ArmorCompleteWorkloadTier -WorkloadID $WorkloadID -ID $ID does not return an object if it exists, but contains no VMs #122

Open
tlindsay42 opened this issue Jun 19, 2018 · 0 comments
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

Comments

@tlindsay42
Copy link
Owner

Problem Statement

Get-ArmorCompleteWorkloadTier -WorkloadID $WorkloadID -ID $ID does not return an object if it exists, but contains no VMs.

Steps to Reproduce

  1. Get-ArmorCompleteWorkloadTier -WorkloadID $WorkloadID -ID $ID

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

PS C:\> ( Get-Module -Name Armor ).Version

Major  Minor  Build  Revision
-----  -----  -----  --------
1      0      265    -1

PowerShell Version

PS C:\> Get-PSVersion

Major  Minor  Patch  PreReleas BuildLabel
                     eLabel
-----  -----  -----  --------- ----------
6      0      2

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.

@tlindsay42 tlindsay42 added Type: Bug Confirmed bugs or reports that are very likely to be bugs. Type: Upstream Issues in upstream providers' solutions Status: Under Consideration Issues and Pull Requests that are being considered by the team for acceptance or rejection. Status: Workaround Available labels Jun 19, 2018
tlindsay42 added a commit that referenced this issue Jul 1, 2018
* #109
* #122
* #126
* Also includes a bug fix for ArmorVM ScheduledEvents property tests
tlindsay42 added a commit that referenced this issue Aug 5, 2018
* #109
* #122
* #126
* Also includes a bug fix for ArmorVM ScheduledEvents property tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant