azure_mgmt_logic 0.18.2 → 0.18.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: d721179215087809e881ae7f91a74a89d25dba970c0ac72a4173d1580c62a98e
4
- data.tar.gz: 33989373d3b66b911daba0feaa70fd97e73d03563a825ee2b96bae886694a21c
3
+ metadata.gz: 7a227e040f20cb0487cb05f7e40f7d4501cca282e83bdf6ba7328fc3841cd315
4
+ data.tar.gz: 10dc32f25a021a18842a7c88eee175f4c329f479da7bab6f28468e9cb6487499
5
5
  SHA512:
6
- metadata.gz: 52120b9d1881c5478a48e5d630843c90cfd10b8cf138b869eeca3ec949af957d3596aa49f6dc519ada8fbec7606c218d661cc78db8690f6e86b08f553c679dd6
7
- data.tar.gz: 99cd11aa9db5e614ff425026672439343198389206dff6c64419fc6b469b2082957e68726822daf5e070e8590e7d75ae9571326c46276e1de63ce20206f089a1
6
+ metadata.gz: d3750963689b84f87cb0f56896534c23ecfbd3129c66cd222c54ff5ca324af7fa51c5c55e299a1a9f40aa5dcba1381a4b30eeeb8aa84978dca65873ea76e25b3
7
+ data.tar.gz: e2683fff87dabd8ca2bd57cf72158a10d6a0404e62dff5a4b4fc4370db7d970c4f029c6ead2ef25dea32f081c602c873437a5d849945d1fb9d9dae7e4dbd8bdc
@@ -148,7 +148,7 @@ module Azure::Logic::Mgmt::V2015_02_01_preview
148
148
  #
149
149
  def add_telemetry
150
150
  sdk_information = 'azure_mgmt_logic'
151
- sdk_information = "#{sdk_information}/0.18.2"
151
+ sdk_information = "#{sdk_information}/0.18.3"
152
152
  add_user_agent_information(sdk_information)
153
153
  end
154
154
  end
@@ -376,7 +376,7 @@ module Azure::Logic::Mgmt::V2016_06_01
376
376
  # @return [OperationListResult] operation results.
377
377
  #
378
378
  def list_operations_as_lazy(custom_headers:nil)
379
- first_page = list_operations_as_lazy_as_lazy(custom_headers:custom_headers)
379
+ first_page = list_operations_as_lazy_async(custom_headers:custom_headers)
380
380
  first_page.get_all_items
381
381
  end
382
382
 
@@ -450,7 +450,7 @@ module Azure::Logic::Mgmt::V2016_06_01
450
450
  #
451
451
  def add_telemetry
452
452
  sdk_information = 'azure_mgmt_logic'
453
- sdk_information = "#{sdk_information}/0.18.2"
453
+ sdk_information = "#{sdk_information}/0.18.3"
454
454
  add_user_agent_information(sdk_information)
455
455
  end
456
456
  end
@@ -212,7 +212,7 @@ module Azure::Logic::Mgmt::V2018_07_01_preview
212
212
  #
213
213
  def add_telemetry
214
214
  sdk_information = 'azure_mgmt_logic'
215
- sdk_information = "#{sdk_information}/0.18.2"
215
+ sdk_information = "#{sdk_information}/0.18.3"
216
216
  add_user_agent_information(sdk_information)
217
217
  end
218
218
  end
data/lib/version.rb CHANGED
@@ -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::Logic::Mgmt
6
- VERSION = '0.18.2'
6
+ VERSION = '0.18.3'
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: azure_mgmt_logic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.2
4
+ version: 0.18.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: 2020-06-02 00:00:00.000000000 Z
11
+ date: 2021-03-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -565,7 +565,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
565
565
  version: '0'
566
566
  requirements: []
567
567
  rubyforge_project:
568
- rubygems_version: 2.7.8
568
+ rubygems_version: 2.7.10
569
569
  signing_key:
570
570
  specification_version: 4
571
571
  summary: Official Ruby client library to consume Microsoft Azure Logic Management