Skip to content

Commit

Permalink
Merge pull request #221 from jakkulabs/feature/add-machine-tags
Browse files Browse the repository at this point in the history
Added tags property to output from IaaS machines
  • Loading branch information
jonathanmedd authored Jun 9, 2020
2 parents ee52c0d + 3228ea2 commit 7029cec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Functions/Public/iaas/Get-vRAMachine.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
LastUpdated = $Record.updatedAt
OrganizationId = $Record.organizationId
Properties = $Record.customProperties
Tags = $Record.tags
}
}
}
Expand Down

0 comments on commit 7029cec

Please sign in to comment.