azure_mgmt_features 0.13.0 → 0.14.0

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: 684e8d3a73408a1ff5e4c99152138ec9768ac68d
4
- data.tar.gz: 2eca4f2c71b14f098c9b4416a3f65fb722b1755c
3
+ metadata.gz: fa87b407cb0e86fa2dc1f3bb7f5346dd52db3790
4
+ data.tar.gz: 6e21c1cb135851dfdce944928eb31febae50bda3
5
5
  SHA512:
6
- metadata.gz: 92a9e640e6697cd3b4b6c1e6e7cbd474d6fda7cbb0db8d0bf9ac2138bc5d9a901bf148c6c102f020303b8d385a4ca856dd3806b0ab816919010626899fa553f8
7
- data.tar.gz: 33d18290bcd2fe5888ca573b5b9d74df97a900dee5eb86cc8e10765f14b4f890d87b58bed75ce9985717b6dd66e9ae23e3a96e3b5e517297e58094633d49fc3b
6
+ metadata.gz: 26ceeb4da3d0b6c282d7399030529d308e24efccae53327d18dbba83dd4f52ab15d418520e8173b8d5a418132a58e0de8dc63e64f99e45af5132049fbf71d205
7
+ data.tar.gz: 34d73454f4b04b5aa91ec365ba23ff6679229cc06269fb4331618b3f8ccc55d9318ee71600a3dd1453cd48ac2ba49021c836e555cde1efac1c8722f066bcd657
@@ -12,7 +12,6 @@ module Azure::ARM::Features
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] The registration state of the feature for the
17
16
  # subscription.
18
17
  attr_accessor :state
@@ -12,7 +12,6 @@ module Azure::ARM::Features
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] The name of the feature.
17
16
  attr_accessor :name
18
17
 
@@ -4,5 +4,5 @@
4
4
  # regenerated.
5
5
 
6
6
  module Azure::ARM::Features
7
- VERSION = '0.13.0'
7
+ VERSION = '0.14.0'
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: azure_mgmt_features
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.14.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Microsoft Corporation
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-09-27 00:00:00.000000000 Z
11
+ date: 2017-10-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler