azure_mgmt_cognitive_services 0.19.3 → 0.19.4
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 +4 -4
- data/lib/2016-02-01-preview/generated/azure_mgmt_cognitive_services/cognitive_services_management_client.rb +1 -1
- data/lib/2017-04-18/generated/azure_mgmt_cognitive_services/accounts.rb +1 -1
- data/lib/2017-04-18/generated/azure_mgmt_cognitive_services/cognitive_services_management_client.rb +3 -3
- data/lib/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 63140147a499202f9983e493a13bc6f1731582c205c6e3dc13f8049afe6b6d76
|
|
4
|
+
data.tar.gz: ac7dcc87a51f35c0e56454317ab8bc87612c1da756e15226c4fbb77489f46928
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d7674e8eae351b78a68627ec156a96f6d586caf5a401be25491c7163e010e62d7ec96a5f4e8f0dbe7a90ce4457de74737f910ccad1f00df0a043b255b807ff4a
|
|
7
|
+
data.tar.gz: 7cf57d5b519d2334ad7359e239f16e5492a740c80a7f9d7f81faff820b58d52524cdd4cc1ce1e4c93e3852bbf33b59e2bfd6aea0f843cd5978d12499063f0d9d
|
|
@@ -125,7 +125,7 @@ module Azure::CognitiveServices::Mgmt::V2016_02_01_preview
|
|
|
125
125
|
#
|
|
126
126
|
def add_telemetry
|
|
127
127
|
sdk_information = 'azure_mgmt_cognitive_services'
|
|
128
|
-
sdk_information = "#{sdk_information}/0.19.
|
|
128
|
+
sdk_information = "#{sdk_information}/0.19.4"
|
|
129
129
|
add_user_agent_information(sdk_information)
|
|
130
130
|
end
|
|
131
131
|
end
|
|
@@ -851,7 +851,7 @@ module Azure::CognitiveServices::Mgmt::V2017_04_18
|
|
|
851
851
|
fail ArgumentError, "'@client.subscription_id' should satisfy the constraint - 'MinLength': '1'" if !@client.subscription_id.nil? && @client.subscription_id.length < 1
|
|
852
852
|
fail ArgumentError, 'key_name is nil' if key_name.nil?
|
|
853
853
|
|
|
854
|
-
parameters = RegenerateKeyParameters.new
|
|
854
|
+
parameters = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::RegenerateKeyParameters.new
|
|
855
855
|
unless key_name.nil?
|
|
856
856
|
parameters.key_name = key_name
|
|
857
857
|
end
|
data/lib/2017-04-18/generated/azure_mgmt_cognitive_services/cognitive_services_management_client.rb
CHANGED
|
@@ -188,7 +188,7 @@ module Azure::CognitiveServices::Mgmt::V2017_04_18
|
|
|
188
188
|
fail ArgumentError, 'kind is nil' if kind.nil?
|
|
189
189
|
fail ArgumentError, 'type is nil' if type.nil?
|
|
190
190
|
|
|
191
|
-
parameters = CheckSkuAvailabilityParameter.new
|
|
191
|
+
parameters = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CheckSkuAvailabilityParameter.new
|
|
192
192
|
unless skus.nil? && kind.nil? && type.nil?
|
|
193
193
|
parameters.skus = skus
|
|
194
194
|
parameters.kind = kind
|
|
@@ -297,7 +297,7 @@ module Azure::CognitiveServices::Mgmt::V2017_04_18
|
|
|
297
297
|
fail ArgumentError, 'subdomain_name is nil' if subdomain_name.nil?
|
|
298
298
|
fail ArgumentError, 'type is nil' if type.nil?
|
|
299
299
|
|
|
300
|
-
parameters = CheckDomainAvailabilityParameter.new
|
|
300
|
+
parameters = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CheckDomainAvailabilityParameter.new
|
|
301
301
|
unless subdomain_name.nil? && type.nil?
|
|
302
302
|
parameters.subdomain_name = subdomain_name
|
|
303
303
|
parameters.type = type
|
|
@@ -365,7 +365,7 @@ module Azure::CognitiveServices::Mgmt::V2017_04_18
|
|
|
365
365
|
#
|
|
366
366
|
def add_telemetry
|
|
367
367
|
sdk_information = 'azure_mgmt_cognitive_services'
|
|
368
|
-
sdk_information = "#{sdk_information}/0.19.
|
|
368
|
+
sdk_information = "#{sdk_information}/0.19.4"
|
|
369
369
|
add_user_agent_information(sdk_information)
|
|
370
370
|
end
|
|
371
371
|
end
|
data/lib/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: azure_mgmt_cognitive_services
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.19.
|
|
4
|
+
version: 0.19.4
|
|
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
|