azure_mgmt_subscriptions 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: 42d82af275db1674e2ff0240e255f2872761e51e
4
- data.tar.gz: 863a403e3bc52563a0af48ae24da7f3ed10e52e3
3
+ metadata.gz: b982b247a8ee0ad02e95506d3128cfc3ea8e8a63
4
+ data.tar.gz: 59fe6ff7eb02b67e2eea807140ece69a9c47e953
5
5
  SHA512:
6
- metadata.gz: bfbad58da616717cdd8f05981379e5f6dda6f45a27eb32efad6aeb2e42d7362efce7ef4039a60d29955930ef096ccdd9f8c6503a2e609869d468bf91e6eabb3d
7
- data.tar.gz: 77d085352158f0d4fa6cf11e1f74252926805b6f9bac47d5594a688dad7cc117b7bf878a3a69986c91754fcdbbfdcc80985bbeb7fa6da8617981fabaa053a223
6
+ metadata.gz: 31a22f426ab00c69d470539eb73d20b0e72c66d36a3a7792bb90f9144ff81cf48d479103596baf3ab843929f435de33aa300b48b153c8ef60c69612c8814ba3b
7
+ data.tar.gz: 4fb8af9d98abb0459b538b0ae76f7f870431037f66ed27d118cb4f756139295c3280571095653f098d1eda62a03869897d26fbc6f04ef163d9c6e76ba3aab5a4
@@ -12,7 +12,6 @@ module Azure::ARM::Subscriptions
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] The fully qualified ID of the location. For example,
17
16
  # /subscriptions/00000000-0000-0000-0000-000000000000/locations/westus.
18
17
  attr_accessor :id
@@ -12,7 +12,6 @@ module Azure::ARM::Subscriptions
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [Array<Location>] An array of locations.
17
16
  attr_accessor :value
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::Subscriptions
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] The fully qualified ID for the subscription. For
17
16
  # example, /subscriptions/00000000-0000-0000-0000-000000000000.
18
17
  attr_accessor :id
@@ -12,7 +12,6 @@ module Azure::ARM::Subscriptions
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] The subscription location placement ID. The ID
17
16
  # indicates which regions are visible for a subscription. For example, a
18
17
  # subscription with a location placement Id of Public_2014-09-01 has
@@ -12,7 +12,6 @@ module Azure::ARM::Subscriptions
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] The fully qualified ID of the tenant. For example,
17
16
  # /tenants/00000000-0000-0000-0000-000000000000.
18
17
  attr_accessor :id
@@ -4,5 +4,5 @@
4
4
  # regenerated.
5
5
 
6
6
  module Azure::ARM::Subscriptions
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_subscriptions
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