Skip to content

Commit

Permalink
Release 0.4.8 (#385)
Browse files Browse the repository at this point in the history
Release v0.4.8
  • Loading branch information
bilal-naeem-confiz committed May 24, 2018
1 parent 2f9f00e commit ea87a2a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.4.8

**Added:**
- Added enable_accelerated_networking attribute for NIC

## 0.4.7

**Added:**
Expand Down
3 changes: 2 additions & 1 deletion lib/fog/azurerm/docs/network.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,8 @@ nic = fog_network_service.network_interfaces.create(
public_ip_address_id: '/subscriptions/<Subscription Id>/resourceGroups/<Resource Group Name>/providers/Microsoft.Network/publicIPAddresses/<Public IP Name>',
ip_configuration_name: '<IP Configuration Name>',
private_ip_allocation_method: '<IP Allocation Method Name>',
tags: { key: 'value' } # [Optional]
tags: { key: 'value' } # [Optional],
enable_accelerated_networking: true # [Optional] false by default
)
```

Expand Down
2 changes: 1 addition & 1 deletion lib/fog/azurerm/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Fog
module AzureRM
VERSION = '0.4.7'.freeze
VERSION = '0.4.8'.freeze
end
end

0 comments on commit ea87a2a

Please sign in to comment.