azure_mgmt_resourcegraph 0.17.1 → 0.17.2
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: c316397d7cb4e40d03575430b0ca939e5dfa2dd44ab14a5d8e9aa89134b4080d
|
|
4
|
+
data.tar.gz: 8a0731d0f654c7b1b2dd5680f70a6f5b30ee93a9d1339c50faf0b2522df203f9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f66ae370186b863f17c20540705ad8692c835d768e310a77978f7c5716286cd2e79537ed0fcf68a6b45de98016eecbc6c7acfe3f7308caf743ad4e13cd8eac98
|
|
7
|
+
data.tar.gz: 6475104ae603a70b38c1007831e0cf7364dcfe31b397712efbc8a54dc681a66b7ae51c1f410f45c341c9a12583bc5a95d82e7701f0d6a327b71efdce64e47b39
|
|
@@ -219,7 +219,7 @@ module Azure::ResourceGraph::Mgmt::V2019_04_01
|
|
|
219
219
|
#
|
|
220
220
|
def add_telemetry
|
|
221
221
|
sdk_information = 'azure_mgmt_resourcegraph'
|
|
222
|
-
sdk_information = "#{sdk_information}/0.17.
|
|
222
|
+
sdk_information = "#{sdk_information}/0.17.2"
|
|
223
223
|
add_user_agent_information(sdk_information)
|
|
224
224
|
end
|
|
225
225
|
end
|
data/lib/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: azure_mgmt_resourcegraph
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.17.
|
|
4
|
+
version: 0.17.2
|
|
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 Resource Graph Library for Ruby
|
|
84
84
|
email: azrubyteam@microsoft.com
|
|
85
85
|
executables: []
|
|
@@ -142,7 +142,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
142
142
|
version: '0'
|
|
143
143
|
requirements: []
|
|
144
144
|
rubyforge_project:
|
|
145
|
-
rubygems_version: 2.7.
|
|
145
|
+
rubygems_version: 2.7.8
|
|
146
146
|
signing_key:
|
|
147
147
|
specification_version: 4
|
|
148
148
|
summary: Official Ruby client library to consume Microsoft Azure Resource Graph.
|