azure_mgmt_security 0.18.0 → 0.18.1
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 +4 -4
- data/lib/2015-06-01-preview/generated/azure_mgmt_security/security_center.rb +1 -1
- data/lib/2017-08-01-preview/generated/azure_mgmt_security/security_center.rb +1 -1
- data/lib/2017-08-01/generated/azure_mgmt_security/security_center.rb +1 -1
- data/lib/2018-06-01/generated/azure_mgmt_security/security_center.rb +1 -1
- data/lib/2019-01-01-preview/generated/azure_mgmt_security/security_center.rb +1 -1
- data/lib/2019-01-01/generated/azure_mgmt_security/security_center.rb +1 -1
- data/lib/2019-08-01/generated/azure_mgmt_security/security_center.rb +1 -1
- data/lib/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 343eab5a6f2b044d4988828d1fccf20478ab3efcb7539bf0e8a1b299fc75a55e
|
4
|
+
data.tar.gz: 4cb7c9b357bcbc1034ad0a4960753a66351d32b218afd6c545d2e576f528699d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 673a104bdea013f8fca3517d1c16820225840e0d87f8199c03158a7e3b342af3c1a704e0778b210c2f0ebc773a53813d21d398197624f40abecb265f089d7416
|
7
|
+
data.tar.gz: 42819b3465261f2224a18989ac4676d11a0f1075ab010aa4d6654142404dea9b1f545beeed90506c896030c9f386f1763deda2bfa5341c29dccdb8bb5abf124b
|
@@ -168,7 +168,7 @@ module Azure::Security::Mgmt::V2015_06_01_preview
|
|
168
168
|
#
|
169
169
|
def add_telemetry
|
170
170
|
sdk_information = 'azure_mgmt_security'
|
171
|
-
sdk_information = "#{sdk_information}/0.18.
|
171
|
+
sdk_information = "#{sdk_information}/0.18.1"
|
172
172
|
add_user_agent_information(sdk_information)
|
173
173
|
end
|
174
174
|
end
|
@@ -193,7 +193,7 @@ module Azure::Security::Mgmt::V2017_08_01_preview
|
|
193
193
|
#
|
194
194
|
def add_telemetry
|
195
195
|
sdk_information = 'azure_mgmt_security'
|
196
|
-
sdk_information = "#{sdk_information}/0.18.
|
196
|
+
sdk_information = "#{sdk_information}/0.18.1"
|
197
197
|
add_user_agent_information(sdk_information)
|
198
198
|
end
|
199
199
|
end
|
@@ -121,7 +121,7 @@ module Azure::Security::Mgmt::V2017_08_01
|
|
121
121
|
#
|
122
122
|
def add_telemetry
|
123
123
|
sdk_information = 'azure_mgmt_security'
|
124
|
-
sdk_information = "#{sdk_information}/0.18.
|
124
|
+
sdk_information = "#{sdk_information}/0.18.1"
|
125
125
|
add_user_agent_information(sdk_information)
|
126
126
|
end
|
127
127
|
end
|
@@ -124,7 +124,7 @@ module Azure::Security::Mgmt::V2018_06_01
|
|
124
124
|
#
|
125
125
|
def add_telemetry
|
126
126
|
sdk_information = 'azure_mgmt_security'
|
127
|
-
sdk_information = "#{sdk_information}/0.18.
|
127
|
+
sdk_information = "#{sdk_information}/0.18.1"
|
128
128
|
add_user_agent_information(sdk_information)
|
129
129
|
end
|
130
130
|
end
|
@@ -138,7 +138,7 @@ module Azure::Security::Mgmt::V2019_01_01_preview
|
|
138
138
|
#
|
139
139
|
def add_telemetry
|
140
140
|
sdk_information = 'azure_mgmt_security'
|
141
|
-
sdk_information = "#{sdk_information}/0.18.
|
141
|
+
sdk_information = "#{sdk_information}/0.18.1"
|
142
142
|
add_user_agent_information(sdk_information)
|
143
143
|
end
|
144
144
|
end
|
@@ -132,7 +132,7 @@ module Azure::Security::Mgmt::V2019_01_01
|
|
132
132
|
#
|
133
133
|
def add_telemetry
|
134
134
|
sdk_information = 'azure_mgmt_security'
|
135
|
-
sdk_information = "#{sdk_information}/0.18.
|
135
|
+
sdk_information = "#{sdk_information}/0.18.1"
|
136
136
|
add_user_agent_information(sdk_information)
|
137
137
|
end
|
138
138
|
end
|
@@ -157,7 +157,7 @@ module Azure::Security::Mgmt::V2019_08_01
|
|
157
157
|
#
|
158
158
|
def add_telemetry
|
159
159
|
sdk_information = 'azure_mgmt_security'
|
160
|
-
sdk_information = "#{sdk_information}/0.18.
|
160
|
+
sdk_information = "#{sdk_information}/0.18.1"
|
161
161
|
add_user_agent_information(sdk_information)
|
162
162
|
end
|
163
163
|
end
|
data/lib/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: azure_mgmt_security
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.18.
|
4
|
+
version: 0.18.1
|
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 Security Management Client Library for Ruby
|
84
84
|
email: azrubyteam@microsoft.com
|
85
85
|
executables: []
|