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 +4 -4
- data/lib/2017-12-01-preview/generated/azure_mgmt_bot_service/azure_bot_service.rb +1 -1
- data/lib/2017-12-01-preview/generated/azure_mgmt_bot_service/bots.rb +1 -1
- data/lib/2017-12-01-preview/generated/azure_mgmt_bot_service/channels.rb +1 -1
- data/lib/2018-07-12-preview/generated/azure_mgmt_bot_service/azure_bot_service.rb +1 -1
- data/lib/2018-07-12-preview/generated/azure_mgmt_bot_service/bots.rb +1 -1
- data/lib/2018-07-12-preview/generated/azure_mgmt_bot_service/channels.rb +1 -1
- data/lib/2018-07-12-preview/generated/azure_mgmt_bot_service/enterprise_channels.rb +1 -1
- data/lib/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8097bea3f6f455a28331be7a63bb201487c006c37d020d424a158b4a0ac2fcd1
|
4
|
+
data.tar.gz: 0e7fc1fc9619d12c8e6e3b2d5eab02b98aefc3d0d5d6723aed9fd4bd02c7e30b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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.
|
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
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.
|
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:
|
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.
|
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
|