azure_mgmt_bot_service 0.17.1 → 0.17.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bc2e08112cd373e4ade3ed52c8a81b8f5a364b92798306c544ed93f4fca74ba4
4
- data.tar.gz: 8dbc05215c4d3f8afe009df57f4ec401b90cc52c06271bad9ba1dd943bf6c89e
3
+ metadata.gz: 8097bea3f6f455a28331be7a63bb201487c006c37d020d424a158b4a0ac2fcd1
4
+ data.tar.gz: 0e7fc1fc9619d12c8e6e3b2d5eab02b98aefc3d0d5d6723aed9fd4bd02c7e30b
5
5
  SHA512:
6
- metadata.gz: 4d7bb94805c40a93497074389e1c63e53473868cebeec880a28cac2478d83cd2a30604c05d76a5f97ebfbe2ee3388bd982de3f792fccd956a17942550c20740d
7
- data.tar.gz: e090db27ed840d2cec1ae07129d145b50d95d5b72d743028e85932d1daf7a7c8beee06397ca517a4d30c7a13d3f96b9d406e3c6b2ac56cf855be57ecb7288362
6
+ metadata.gz: cd82315144bc57f369d62de3a14998a72d99c93b593aac7ded2e1b06317c35a4ae4437ccddfcacc71a036e49bce63204b167fc5c1154a4004607bb3da701782c
7
+ data.tar.gz: adf76ddfd35a4c24ba5edb06dbcad96d260f825b781a25bd7680fc64a2ff194e487ed754890e375bfd7139d54afc8a72dd5b3b1c542bbfddcb2599c1316ef964
@@ -137,7 +137,7 @@ module Azure::BotService::Mgmt::V2017_12_01_preview
137
137
  #
138
138
  def add_telemetry
139
139
  sdk_information = 'azure_mgmt_bot_service'
140
- sdk_information = "#{sdk_information}/0.17.1"
140
+ sdk_information = "#{sdk_information}/0.17.2"
141
141
  add_user_agent_information(sdk_information)
142
142
  end
143
143
  end
@@ -226,7 +226,7 @@ module Azure::BotService::Mgmt::V2017_12_01_preview
226
226
  fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil?
227
227
  fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
228
228
 
229
- parameters = Bot.new
229
+ parameters = Azure::BotService::Mgmt::V2017_12_01_preview::Models::Bot.new
230
230
  unless location.nil? && tags.nil? && sku.nil? && kind.nil? && etag.nil? && properties.nil?
231
231
  parameters.location = location
232
232
  parameters.tags = tags
@@ -252,7 +252,7 @@ module Azure::BotService::Mgmt::V2017_12_01_preview
252
252
  fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil?
253
253
  fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
254
254
 
255
- parameters = BotChannel.new
255
+ parameters = Azure::BotService::Mgmt::V2017_12_01_preview::Models::BotChannel.new
256
256
  unless location.nil? && tags.nil? && sku.nil? && kind.nil? && etag.nil? && properties.nil?
257
257
  parameters.location = location
258
258
  parameters.tags = tags
@@ -140,7 +140,7 @@ module Azure::BotService::Mgmt::V2018_07_12_preview
140
140
  #
141
141
  def add_telemetry
142
142
  sdk_information = 'azure_mgmt_bot_service'
143
- sdk_information = "#{sdk_information}/0.17.1"
143
+ sdk_information = "#{sdk_information}/0.17.2"
144
144
  add_user_agent_information(sdk_information)
145
145
  end
146
146
  end
@@ -226,7 +226,7 @@ module Azure::BotService::Mgmt::V2018_07_12_preview
226
226
  fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil?
227
227
  fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
228
228
 
229
- parameters = Bot.new
229
+ parameters = Azure::BotService::Mgmt::V2018_07_12_preview::Models::Bot.new
230
230
  unless location.nil? && tags.nil? && sku.nil? && kind.nil? && etag.nil? && properties.nil?
231
231
  parameters.location = location
232
232
  parameters.tags = tags
@@ -252,7 +252,7 @@ module Azure::BotService::Mgmt::V2018_07_12_preview
252
252
  fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil?
253
253
  fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
254
254
 
255
- parameters = BotChannel.new
255
+ parameters = Azure::BotService::Mgmt::V2018_07_12_preview::Models::BotChannel.new
256
256
  unless location.nil? && tags.nil? && sku.nil? && kind.nil? && etag.nil? && properties.nil?
257
257
  parameters.location = location
258
258
  parameters.tags = tags
@@ -679,7 +679,7 @@ module Azure::BotService::Mgmt::V2018_07_12_preview
679
679
  fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil?
680
680
  fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
681
681
 
682
- parameters = EnterpriseChannel.new
682
+ parameters = Azure::BotService::Mgmt::V2018_07_12_preview::Models::EnterpriseChannel.new
683
683
  unless location.nil? && tags.nil? && sku.nil? && kind.nil? && etag.nil? && properties.nil?
684
684
  parameters.location = location
685
685
  parameters.tags = tags
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::BotService::Mgmt
6
- VERSION = '0.17.1'
6
+ VERSION = '0.17.2'
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: azure_mgmt_bot_service
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.1
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: 2020-06-02 00:00:00.000000000 Z
11
+ date: 2021-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -242,7 +242,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
242
242
  version: '0'
243
243
  requirements: []
244
244
  rubyforge_project:
245
- rubygems_version: 2.7.8
245
+ rubygems_version: 2.7.10
246
246
  signing_key:
247
247
  specification_version: 4
248
248
  summary: Official Ruby client library to consume BotService