ManageIQ / azure-armrest

Ruby interface for Azure using the new REST API
Apache License 2.0
15 stars 36 forks source link

Update VirtualMachineExtension#list method #367

Closed djberg96 closed 6 years ago

djberg96 commented 6 years ago

Back in 2015 there was a bug in the Azure with regards to listing extensions for a VM. That is apparently no longer true, as I was able to make it work without issue today.

In addition, I refactored the code a bit to use our Armrest::Collection class instead of doing things the hard way.

miq-bot commented 6 years ago

Checked commit https://github.com/djberg96/azure-armrest/commit/2e379a7eb571ae70c068a24d4510b0b38e4cd6de with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 1 file checked, 0 offenses detected Everything looks fine. :cake: