azure_mgmt_commerce 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: 5463742b0a7adc84252abfcf759f019498ab5ad4
4
- data.tar.gz: 609c111f6ff5f81ebc4b9f7becc14c088f2376e6
3
+ metadata.gz: c3cd149cb4c061411f4f0ef09dcbdf6f956da39b
4
+ data.tar.gz: de152e8f6cc19c40f37a50523e0fd473504581be
5
5
  SHA512:
6
- metadata.gz: ad70a58db28a492712267b869198c3d37eea580d24e8f05f57180586aad11f7772d0f4cf42a2ecb94411b630983372ca41017496dcab46232d511e8277cbcf11
7
- data.tar.gz: 66e16bdc1bd0bdf76996c6fc2aa2191c60bf59a4e51b888f77977c43285de251fc949304caa9e14214db4914177ef9e1e619547624b37cf361d6dcfee8dbed14
6
+ metadata.gz: 7463d7fe3661040408a40484e674bfb59af0c08fdf17ead23ddb56873cc3e2cc3ff83593e79a0d3f9020e1d3b157c41c427e899fe5fe31b874c7c86143040900
7
+ data.tar.gz: 2d141c6b078ee58458b0215aae1ec5c0889d8651ef4d47c874eb8fe558727616a4c81f60f858261b9baa8b89a5f286f74911d91604d35ea1e6944a6f697d58df
@@ -12,7 +12,6 @@ module Azure::ARM::Commerce
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] Error code
17
16
  attr_accessor :code
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::Commerce
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] Identifies the name of the instance provisioned by the
17
16
  # user.
18
17
  attr_accessor :project
@@ -12,7 +12,6 @@ module Azure::ARM::Commerce
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return The unique identifier of the resource.
17
16
  attr_accessor :meter_id
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::Commerce
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
 
17
16
  def initialize
18
17
  @Name = "Monetary Commitment"
@@ -12,7 +12,6 @@ module Azure::ARM::Commerce
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
 
17
16
  def initialize
18
17
  @Name = "Monetary Credit"
@@ -12,7 +12,6 @@ module Azure::ARM::Commerce
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  @@discriminatorMap = Hash.new
17
16
  @@discriminatorMap["Monetary Credit"] = "MonetaryCredit"
18
17
  @@discriminatorMap["Monetary Commitment"] = "MonetaryCommitment"
@@ -13,7 +13,6 @@ module Azure::ARM::Commerce
13
13
 
14
14
  include MsRestAzure
15
15
 
16
- include MsRest::JSONable
17
16
  # @return [String] The Offer ID parameter consists of the 'MS-AZR-'
18
17
  # prefix, plus the Offer ID number (e.g., MS-AZR-0026P). See
19
18
  # https://azure.microsoft.com/en-us/support/legal/offer-details/ for more
@@ -12,7 +12,6 @@ module Azure::ARM::Commerce
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
 
17
16
  def initialize
18
17
  @Name = "Recurring Charge"
@@ -12,7 +12,6 @@ module Azure::ARM::Commerce
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] The currency in which the rates are provided.
17
16
  attr_accessor :currency
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::Commerce
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] Unique Id for the usage aggregate.
17
16
  attr_accessor :id
18
17
 
@@ -4,5 +4,5 @@
4
4
  # regenerated.
5
5
 
6
6
  module Azure::ARM::Commerce
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_commerce
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