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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 35d886374e993cb312503c365b00b91e4a6b7f3cde406ced6b61edda4a5404c2
4
- data.tar.gz: f3641f70d180ccc7a4f755b28acc73c563e510cb2b41892874a9bc7f68ba7a65
3
+ metadata.gz: 343eab5a6f2b044d4988828d1fccf20478ab3efcb7539bf0e8a1b299fc75a55e
4
+ data.tar.gz: 4cb7c9b357bcbc1034ad0a4960753a66351d32b218afd6c545d2e576f528699d
5
5
  SHA512:
6
- metadata.gz: d6a7f99dbfc24ce3d058a51f0e7cf31365ccb7d583128127ab38e9966307cc8c6f4e7d3a04c0fcbeb6abcb6d0a51e59cc488b4cbd4b3d06081d0957e8a21956e
7
- data.tar.gz: ed6464e67a2b03f738e9246a2873373a75a068605e45c7d71528c75d60c0ddce7a0c02fb4778a09c581a5e9b14b1eec04fc0505c17008531a59b55155cdfb2e8
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.0"
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.0"
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.0"
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.0"
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.0"
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.0"
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.0"
160
+ sdk_information = "#{sdk_information}/0.18.1"
161
161
  add_user_agent_information(sdk_information)
162
162
  end
163
163
  end
@@ -3,5 +3,5 @@
3
3
  # Licensed under the MIT License. See License.txt in the project root for license information.
4
4
 
5
5
  module Azure::Security::Mgmt
6
- VERSION = '0.18.0'
6
+ VERSION = '0.18.1'
7
7
  end
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.0
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: 2019-08-05 00:00:00.000000000 Z
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.11.1
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.11.1
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: []