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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d5282c5d3afd41fc929d26526a990478b3ef8dcb
|
|
4
|
+
data.tar.gz: b830328855dfe86b3f86817b6c03af25552a0fd2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
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.
|
|
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
|
|
11
|
+
date: 2017-10-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|