Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

0.6.3

Compare
Choose a tag to compare
@guangyang guangyang released this 29 Mar 07:01
· 1546 commits to master since this release

Install: gem install azure -v 0.6.3

2014.03.28 - version 0.6.3

  • Added get_cloud_service_properties method, which returns all cloud service properties (embed-detail=true), including info about all VMs
  • Added winrm_http_port and winrm_https_port to get_virtual_machine method to allow the users to configure custom ports for winrm-http and winrm-https
  • Checks if any ports are in use before adding a role in the existing cloud service
  • Auto generate public port for add role.
  • Fix issue #130