azure_mgmt_api_management 0.19.0 → 0.19.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: 0dfb714e2752a38b16ba8d3c3abd436b90e94530fe8ba2b7f8f553f56e69d30d
4
- data.tar.gz: db0e2d54a0166b6c318471913e9317a09f0304a2c850f3ad08ceb0182c83abb6
3
+ metadata.gz: 67591ea97a8541b684ff36895c0ee375a6b11c83f59cdeda268ced6692db7189
4
+ data.tar.gz: d19e01229ec170a578bcfbe7fcef95202441005c854a1e903b97e2cbb3bd5317
5
5
  SHA512:
6
- metadata.gz: 14b12d12514a22d7dcbea31f8a4863311966c07689d1faef8cc1e2682791561a4ff48ac9e9fed2d3194b34c43c3e7615fa4172a7a782477632f46a72938abd6e
7
- data.tar.gz: b250b1f5a7d39b411453509298ca5fa3c208a6e2a5c68a119fb81ee60e7f95481626e50529c8ba3ae9907fc73742cabdbe58ce3f75851fd08bab2285c881f6a7
6
+ metadata.gz: 8b1822ec86cee9fd15b1af656951ab7ff42073ec641ba1e4a5ecc263f90c17aca3573ee5c7d365bea16244c03e22ca596ba3486f5804d28ce59bb91d0b1b4dc5
7
+ data.tar.gz: 675ceb504694916abc897a72a805941367135acc1e1fce1ee58a6f6bf09b305cee27e93d7922ca925d3f89d51e4bf7185821bb06db83abfc08aa8b56d4a990ef
@@ -246,7 +246,7 @@ module Azure::ApiManagement::Mgmt::V2016_07_07
246
246
  #
247
247
  def add_telemetry
248
248
  sdk_information = 'azure_mgmt_api_management'
249
- sdk_information = "#{sdk_information}/0.19.0"
249
+ sdk_information = "#{sdk_information}/0.19.1"
250
250
  add_user_agent_information(sdk_information)
251
251
  end
252
252
  end
@@ -278,7 +278,7 @@ module Azure::ApiManagement::Mgmt::V2016_10_10
278
278
  #
279
279
  def add_telemetry
280
280
  sdk_information = 'azure_mgmt_api_management'
281
- sdk_information = "#{sdk_information}/0.19.0"
281
+ sdk_information = "#{sdk_information}/0.19.1"
282
282
  add_user_agent_information(sdk_information)
283
283
  end
284
284
  end
@@ -378,7 +378,7 @@ module Azure::ApiManagement::Mgmt::V2017_03_01
378
378
  #
379
379
  def add_telemetry
380
380
  sdk_information = 'azure_mgmt_api_management'
381
- sdk_information = "#{sdk_information}/0.19.0"
381
+ sdk_information = "#{sdk_information}/0.19.1"
382
382
  add_user_agent_information(sdk_information)
383
383
  end
384
384
  end
@@ -362,7 +362,7 @@ module Azure::ApiManagement::Mgmt::V2018_01_01
362
362
  #
363
363
  def add_telemetry
364
364
  sdk_information = 'azure_mgmt_api_management'
365
- sdk_information = "#{sdk_information}/0.19.0"
365
+ sdk_information = "#{sdk_information}/0.19.1"
366
366
  add_user_agent_information(sdk_information)
367
367
  end
368
368
  end
@@ -366,7 +366,7 @@ module Azure::ApiManagement::Mgmt::V2018_06_01_preview
366
366
  #
367
367
  def add_telemetry
368
368
  sdk_information = 'azure_mgmt_api_management'
369
- sdk_information = "#{sdk_information}/0.19.0"
369
+ sdk_information = "#{sdk_information}/0.19.1"
370
370
  add_user_agent_information(sdk_information)
371
371
  end
372
372
  end
@@ -366,7 +366,7 @@ module Azure::ApiManagement::Mgmt::V2019_01_01
366
366
  #
367
367
  def add_telemetry
368
368
  sdk_information = 'azure_mgmt_api_management'
369
- sdk_information = "#{sdk_information}/0.19.0"
369
+ sdk_information = "#{sdk_information}/0.19.1"
370
370
  add_user_agent_information(sdk_information)
371
371
  end
372
372
  end
@@ -378,7 +378,7 @@ module Azure::ApiManagement::Mgmt::V2019_12_01
378
378
  #
379
379
  def add_telemetry
380
380
  sdk_information = 'azure_mgmt_api_management'
381
- sdk_information = "#{sdk_information}/0.19.0"
381
+ sdk_information = "#{sdk_information}/0.19.1"
382
382
  add_user_agent_information(sdk_information)
383
383
  end
384
384
  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::ApiManagement::Mgmt
6
- VERSION = '0.19.0'
6
+ VERSION = '0.19.1'
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: azure_mgmt_api_management
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.0
4
+ version: 0.19.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: 2020-04-02 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 API Management Library for Ruby
84
84
  email: azrubyteam@microsoft.com
85
85
  executables: []