Skip to content

Releases: fog/fog-azure-rm

Rest Client Dependency | Availability Set

22 Sep 16:32
Compare
Choose a tag to compare

Added:
Compute Service - Added support to create availability set with managed disk support

Changed:
Compute Service - Provided option to configure fault and update domain values
Removed dependency on Rest Client
azure-storage dependency fixed to 0.11.5.preview (to enable use with ruby 2.0.0)

Fixed:
Unit tests - Storage and Compute

Compute Async Methods

20 Jul 12:07
Compare
Choose a tag to compare

Made compute methods for server asynchronous.

Updated gemspec

03 May 05:38
Compare
Choose a tag to compare

Updated gemspec to change the dependency on azure-storage to be flexible

Compute service changes | Azure SDK update

01 Mar 13:42
Compare
Choose a tag to compare

Added

  • Compute Service - Added support for Managed Disk
  • Compute Service - Added async method of creating server(virtual machine)

Changed:

  • Compute Service - Changed create server method to take multiple NICs instead of one
  • Updated Azure SDK gems to v0.9.0

Fixed:

  • Integration tests

Vnet fixes | Traffic Manager Profile to create Endpoints with it

08 Feb 10:12
Compare
Choose a tag to compare

Vnet fixes | Traffic Manager Profile to create Endpoints with it

Fixed Compute and Network services issues

30 Jan 12:59
Compare
Choose a tag to compare

Fixed:

  • Compute Service - storage_account_name attribute issue in server model
  • Network Service - Attaching NSG issue while creating NIC

Removed:

  • Dependency on nokogiri

Fog Model Enums

20 Jan 11:22
Compare
Choose a tag to compare

Fixed fog model enums to use proper namespacing

Created Fog model for Azure SDK enums

20 Jan 05:58
Compare
Choose a tag to compare
  • Created Fog models for Azure SDK enums
  • Made password attribute for virtual machine optional when creating Linux VM

Minor Changes in Network Service

18 Jan 06:03
Compare
Choose a tag to compare
  • Updated Network Interface Card for load balancer attributes
  • Updated Frontend IP configuration parser in Network Service

Minor Changes in Storage and Compute Service

13 Jan 13:34
Compare
Choose a tag to compare
  • Updated create virtual machine request to take os disk caching type as an argument
  • Updated storage account check exists and check name availability requests