azure_mgmt_cognitive_services 0.13.0 → 0.14.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (18) hide show
  1. checksums.yaml +4 -4
  2. data/lib/generated/azure_mgmt_cognitive_services/models/check_sku_availability_parameter.rb +0 -1
  3. data/lib/generated/azure_mgmt_cognitive_services/models/check_sku_availability_result.rb +0 -1
  4. data/lib/generated/azure_mgmt_cognitive_services/models/check_sku_availability_result_list.rb +0 -1
  5. data/lib/generated/azure_mgmt_cognitive_services/models/cognitive_services_account.rb +0 -1
  6. data/lib/generated/azure_mgmt_cognitive_services/models/cognitive_services_account_create_parameters.rb +0 -1
  7. data/lib/generated/azure_mgmt_cognitive_services/models/cognitive_services_account_enumerate_skus_result.rb +0 -1
  8. data/lib/generated/azure_mgmt_cognitive_services/models/cognitive_services_account_keys.rb +0 -1
  9. data/lib/generated/azure_mgmt_cognitive_services/models/cognitive_services_account_update_parameters.rb +0 -1
  10. data/lib/generated/azure_mgmt_cognitive_services/models/cognitive_services_resource_and_sku.rb +0 -1
  11. data/lib/generated/azure_mgmt_cognitive_services/models/error.rb +0 -1
  12. data/lib/generated/azure_mgmt_cognitive_services/models/error_body.rb +0 -1
  13. data/lib/generated/azure_mgmt_cognitive_services/models/operation_display_info.rb +0 -1
  14. data/lib/generated/azure_mgmt_cognitive_services/models/operation_entity.rb +0 -1
  15. data/lib/generated/azure_mgmt_cognitive_services/models/regenerate_key_parameters.rb +0 -1
  16. data/lib/generated/azure_mgmt_cognitive_services/models/sku.rb +0 -1
  17. data/lib/generated/azure_mgmt_cognitive_services/version.rb +1 -1
  18. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6b45adfa134c9d1a899b84446805463bc1075b51
4
- data.tar.gz: b8d646cbf41ccc03e03419c00a8d2a7875618f8a
3
+ metadata.gz: 60000c8a62e6551c25ed25f22c3e3c47338dea1c
4
+ data.tar.gz: f6fcecac1fb477d68236e028530bf8ccef232679
5
5
  SHA512:
6
- metadata.gz: 0e99af1b003cbea73cc8de1d92daa2178e3be8a1c390a4bc22d2f8d542298cbd432e21e5c1eae4f455b77babf09d4699cfe2f340536ab054aaf604b4ad1e17c6
7
- data.tar.gz: 7f0db260a83cbec88a7f9a8fed50eb846f33f0cac4a2484a1a0a82d5b1d1ac8201aff3f54ac3a87166f9e3ebd7e1b4ed52093bc992c25c732f1da475a52b2b0c
6
+ metadata.gz: c960b5b1421c05243d75ad1cc32c97ef60c3c6d668406c31717cdebaf93c49f961c48b9c006c8023a88af392213581b683440ea455302f57b46f4038fd208845
7
+ data.tar.gz: c8d803d63e60138ec92b442da94ed96eb106bf4e0a735f1b540b2b1212814ea8b6c8710c6fb40371d2f29fca3ef4df488233a0a16c8ac6f191184af3b9639968
@@ -12,7 +12,6 @@ module Azure::ARM::CognitiveServices
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [Array<SkuName>] The SKU of the resource.
17
16
  attr_accessor :skus
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::CognitiveServices
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [Kind] The Kind of the resource. Possible values include:
17
16
  # 'Academic', 'Bing.Autosuggest', 'Bing.Search', 'Bing.Speech',
18
17
  # 'Bing.SpellCheck', 'ComputerVision', 'ContentModerator',
@@ -12,7 +12,6 @@ module Azure::ARM::CognitiveServices
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [Array<CheckSkuAvailabilityResult>] Check SKU availability
17
16
  # result list.
18
17
  attr_accessor :value
@@ -13,7 +13,6 @@ module Azure::ARM::CognitiveServices
13
13
 
14
14
  include MsRestAzure
15
15
 
16
- include MsRest::JSONable
17
16
  # @return [String] Entity Tag
18
17
  attr_accessor :etag
19
18
 
@@ -12,7 +12,6 @@ module Azure::ARM::CognitiveServices
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [Sku] Required. Gets or sets the SKU of the resource.
17
16
  attr_accessor :sku
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::CognitiveServices
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [Array<CognitiveServicesResourceAndSku>] Gets the list of
17
16
  # Cognitive Services accounts and their properties.
18
17
  attr_accessor :value
@@ -12,7 +12,6 @@ module Azure::ARM::CognitiveServices
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] Gets the value of key 1.
17
16
  attr_accessor :key1
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::CognitiveServices
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [Sku] Gets or sets the SKU of the resource.
17
16
  attr_accessor :sku
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::CognitiveServices
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] Resource Namespace and Type
17
16
  attr_accessor :resource_type
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::CognitiveServices
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [ErrorBody] The error body.
17
16
  attr_accessor :error
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::CognitiveServices
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] error code
17
16
  attr_accessor :code
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::CognitiveServices
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] The description of the operation.
17
16
  attr_accessor :description
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::CognitiveServices
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] Operation name: {provider}/{resource}/{operation}.
17
16
  attr_accessor :name
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::CognitiveServices
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [KeyName] key name to generate (Key1|Key2). Possible values
17
16
  # include: 'Key1', 'Key2'
18
17
  attr_accessor :key_name
@@ -12,7 +12,6 @@ module Azure::ARM::CognitiveServices
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [SkuName] Gets or sets the sku name. Required for account
17
16
  # creation, optional for update. Possible values include: 'F0', 'P0',
18
17
  # 'P1', 'P2', 'S0', 'S1', 'S2', 'S3', 'S4', 'S5', 'S6'
@@ -4,5 +4,5 @@
4
4
  # regenerated.
5
5
 
6
6
  module Azure::ARM::CognitiveServices
7
- VERSION = '0.13.0'
7
+ VERSION = '0.14.0'
8
8
  end
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.13.0
4
+ version: 0.14.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Microsoft Corporation
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-09-27 00:00:00.000000000 Z
11
+ date: 2017-10-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler