azure-armrest 0.9.6 → 0.9.7

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
- SHA256:
3
- metadata.gz: cfcf2a89175042b2c099eb1e3579241cd8aedab3157ff500258fee70c42e667a
4
- data.tar.gz: 0fe43844bec6f749781d3cd622d555e714a02951ee492291c1c3e3667dd49191
2
+ SHA1:
3
+ metadata.gz: c06e7097d8652955d4ba02fd9a45af7b4877dc10
4
+ data.tar.gz: 66613b67f52124b592b474ba5539d4323442f059
5
5
  SHA512:
6
- metadata.gz: 450303d4ab987222c37a226bec6dad893f701463d06c4bfc8bb1553e496e6d44e11eca92270505d2b374d89988ed2478fbf55fda52ad3f9c8c753a643401ef04
7
- data.tar.gz: 98c70876f3c41945b650d30fecf3b2a51d1fc56ad9e2584fb868986df1b69589fbe78bbaa63d4ac14c87fd64be7ef17ebb16882fa34671cbbcfb5a8e25b9cda1
6
+ metadata.gz: a5b83e1622e46b89b2f37f2cb5e7db17b8ba9a052ea95660c6c01e66031fe1dea2adebe310cddef974213b7d2f0fc444cff34ba12a2b411d69f33c6e7bd4abc2
7
+ data.tar.gz: 1edb37efd68be1ac101298cf7059b06ca16f008d6b7d9b21d166a5710ea5be42db14dc60855c7bf3bfaaa1b403a2a561dd820b9bd17efba99890a43a924b2460
data/CHANGES CHANGED
@@ -1,3 +1,6 @@
1
+ = 0.9.7 - 5-Mar-2018
2
+ * Added get_by_id support for templates and template operations.
3
+
1
4
  = 0.9.6 - 26-Feb-2018
2
5
  * Another bugfix for the model generator. From now on all non-alphanumeric
3
6
  characters are automatically converted to an underscore. Thanks go to
@@ -21,7 +21,9 @@ module Azure
21
21
  'extensions' => Azure::Armrest::VirtualMachineExtension,
22
22
  'disks' => Azure::Armrest::Storage::Disk,
23
23
  'snapshots' => Azure::Armrest::Storage::Snapshot,
24
- 'images' => Azure::Armrest::Storage::Image
24
+ 'images' => Azure::Armrest::Storage::Image,
25
+ 'deployments' => Azure::Armrest::TemplateDeployment,
26
+ 'operations' => Azure::Armrest::TemplateDeploymentOperation
25
27
  }.freeze
26
28
 
27
29
  # Create a resource +name+ within the resource group +rgroup+, or the
@@ -1,6 +1,6 @@
1
1
  module Azure
2
2
  module Armrest
3
3
  # The version of the azure-armrest library.
4
- VERSION = '0.9.6'.freeze
4
+ VERSION = '0.9.7'.freeze
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: azure-armrest
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.6
4
+ version: 0.9.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel J. Berger
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2018-02-26 00:00:00.000000000 Z
14
+ date: 2018-03-05 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: json
@@ -291,7 +291,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
291
291
  version: '0'
292
292
  requirements: []
293
293
  rubyforge_project:
294
- rubygems_version: 2.7.6
294
+ rubygems_version: 2.6.11
295
295
  signing_key:
296
296
  specification_version: 4
297
297
  summary: An interface for ARM/JSON Azure REST API