azure_mgmt_locks 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: 2b7ef63a90b4573ca12a9f419025318486a881be
4
- data.tar.gz: 2eb50d2c6e5547bc0fe9093f30e2630e1570b35a
3
+ metadata.gz: d5282c5d3afd41fc929d26526a990478b3ef8dcb
4
+ data.tar.gz: b830328855dfe86b3f86817b6c03af25552a0fd2
5
5
  SHA512:
6
- metadata.gz: 43b5af035409648dddca6c91cb5bd03a2ae00351da2483239902bc9e96ac5983d54f098aa1b3b32ebbe6dcfcbbe175f3bcdb51b81d3be72a0825f2492d4e76d6
7
- data.tar.gz: 122d2a0fa9b70d744c00c4be19a61c0fdbae39621442ca8cd89d53aeab9f3d369d4fcaf9f49adcf6d8eed8919e2dc2581fe644b1c09b0e2dbdedb105daa051a0
6
+ metadata.gz: de58da72b5119ada2dd4bf0cfa5cc93d0f914b80537190e54f8268902ebc5fbb9d937402a3899499c30edf0aed3b08797233c9e8d048e1b8dcc664369c402d63
7
+ data.tar.gz: a37818a84890f9db592a75c97a228cf2767ab39955bd0c58f22c120da88168685af23e9579fbec0a1cfcab82000418739b281825233e9cbb6c8b14b3c28383ad
@@ -12,7 +12,6 @@ module Azure::ARM::Locks
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [LockLevel] The level of the lock. Possible values are:
17
16
  # NotSpecified, CanNotDelete, ReadOnly. CanNotDelete means authorized
18
17
  # users are able to read and modify the resources, but not delete.
@@ -12,7 +12,6 @@ module Azure::ARM::Locks
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] The application ID of the lock owner.
17
16
  attr_accessor :application_id
18
17
 
@@ -4,5 +4,5 @@
4
4
  # regenerated.
5
5
 
6
6
  module Azure::ARM::Locks
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_locks
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