azure_mgmt_automation 0.17.2 → 0.17.3
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9b189e35144598f3a9ecf195e6e72b5dbd3a1686114dcd37b64b3b950cb34b30
|
4
|
+
data.tar.gz: 3db2acf0d92faac080c4bff849ec6dacd3725deb7a4b5f716075a8241e31e481
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f1975440acd3397828ef6b515e19c71c37cb2e86a1384b41c8979a0db02bf959a72efcf06ebdf06ef147c26671eaaba7b31fde428629f742b0b6a2e05aa07d02
|
7
|
+
data.tar.gz: ce531fd556f55f054e3ba15bb87197746592f9a8a5bd7d2fd2fa15a091af100d6b3865941ce63f32bfb4ed16c6cf1c4a879d0ce9d4ec4614ed00e32497f20995
|
@@ -252,7 +252,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
252
252
|
#
|
253
253
|
def add_telemetry
|
254
254
|
sdk_information = 'azure_mgmt_automation'
|
255
|
-
sdk_information = "#{sdk_information}/0.17.
|
255
|
+
sdk_information = "#{sdk_information}/0.17.3"
|
256
256
|
add_user_agent_information(sdk_information)
|
257
257
|
end
|
258
258
|
end
|
data/lib/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: azure_mgmt_automation
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.17.
|
4
|
+
version: 0.17.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Microsoft Corporation
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-06-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -72,14 +72,14 @@ dependencies:
|
|
72
72
|
requirements:
|
73
73
|
- - "~>"
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version: 0.
|
75
|
+
version: 0.12.0
|
76
76
|
type: :runtime
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
80
|
- - "~>"
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version: 0.
|
82
|
+
version: 0.12.0
|
83
83
|
description: Microsoft Azure Automation Services Library for Ruby
|
84
84
|
email: azrubyteam@microsoft.com
|
85
85
|
executables: []
|
@@ -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.
|
294
|
+
rubygems_version: 2.7.8
|
295
295
|
signing_key:
|
296
296
|
specification_version: 4
|
297
297
|
summary: Official Ruby client library to consume Microsoft Azure Automation.
|