fog-azure-rm 0.2.4 → 0.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b5b4e76795f078ff4e443df900904d3897f8a3e4
4
- data.tar.gz: 6f353bd4edf4a35bbee465e4e17f6ecacde178dc
3
+ metadata.gz: 731aaa338eaa0b86ea9c2b9e2e838e16411d03a9
4
+ data.tar.gz: 6915b60d50f07eab248c59e24a67b85320344cc1
5
5
  SHA512:
6
- metadata.gz: 31d56e3785fda4ef54befcd886fab0a720ab61365e47cd581a6b81bfb14791ebde00f1e7fe8880dfa1a3c93ac24f9bec8d6f455b4c09a181ec941e9a675bbd8f
7
- data.tar.gz: 206e0906cb48173e5466bd3819283a0cd4b36f1de180886685dd52148d446d7b6c8f804143828de9f8e6cc768db18ec68e0fb3a39b9d0226933c4f1732dbf67b
6
+ metadata.gz: 7a16c8f7733e70238b55f8238a52d6dafccb988cb222fc7d96f9bea6ba90608689c7aa1cd972c737a600ff8b85c68870a845f25f89c8dd2a824e8275ceaf8afc
7
+ data.tar.gz: 4eab5acba5b78ad74eed791a1573175c9ff37a49a0688933b9a47a75290ae54fbb01fd2e64657a68faf39b52bcd36e6a1ac4e9e5f4d462be4ed7ac551fa45c00
@@ -1,3 +1,8 @@
1
+ ## 0.2.5
2
+
3
+ **Fixed:**
4
+ - Fog Model enums proper namespacing
5
+
1
6
  ## 0.2.4
2
7
 
3
8
  **Changed:**
@@ -1,6 +1,6 @@
1
1
  module Fog
2
2
  module ARM
3
- module Compute
3
+ module Network
4
4
  module Models
5
5
  module IPAllocationMethod
6
6
  Static = 'Static'.freeze
@@ -1,6 +1,6 @@
1
1
  module Fog
2
2
  module ARM
3
- module Compute
3
+ module Network
4
4
  module Models
5
5
  module SecurityRuleAccess
6
6
  Allow = 'Allow'.freeze
@@ -1,6 +1,6 @@
1
1
  module Fog
2
2
  module ARM
3
- module Compute
3
+ module Network
4
4
  module Models
5
5
  module SecurityRuleDirection
6
6
  Inbound = 'Inbound'.freeze
@@ -1,6 +1,6 @@
1
1
  module Fog
2
2
  module ARM
3
- module Compute
3
+ module Network
4
4
  module Models
5
5
  module SecurityRuleProtocol
6
6
  Tcp = 'Tcp'.freeze
@@ -1,6 +1,6 @@
1
1
  module Fog
2
2
  module ARM
3
- module Compute
3
+ module Storage
4
4
  module Models
5
5
  module Kind
6
6
  Storage = 'Storage'.freeze
@@ -1,6 +1,6 @@
1
1
  module Fog
2
2
  module ARM
3
- module Compute
3
+ module Storage
4
4
  module Models
5
5
  module SkuName
6
6
  StandardLRS = 'Standard_LRS'.freeze
@@ -1,6 +1,6 @@
1
1
  module Fog
2
2
  module ARM
3
- module Compute
3
+ module Storage
4
4
  module Models
5
5
  module SkuTier
6
6
  Standard = 'Standard'.freeze
@@ -1,5 +1,5 @@
1
1
  module Fog
2
2
  module AzureRM
3
- VERSION = '0.2.4'.freeze
3
+ VERSION = '0.2.5'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fog-azure-rm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shaffan Chaudhry