azure_mgmt_customer_insights 0.16.0 → 0.17.0

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
  SHA1:
3
- metadata.gz: 32aabf82e930a51b7fa62f940cc51a7441cc02ae
4
- data.tar.gz: 4728113934e7c5468eb0a5edf3b8b95090568b46
3
+ metadata.gz: b3c68b2e59aeb00e19600210a938d9aaa712a08f
4
+ data.tar.gz: 9cac440e174860b7c785c46abc67aa9954672c48
5
5
  SHA512:
6
- metadata.gz: 13be77718d5c7b85d8ab8b1a04e1c044b349c6a5742410f463892fa5e12a8acf17366b011fa5e7a284fb95f6c9fa11065aa950a707e823773291c7d0c66f10a2
7
- data.tar.gz: 8c0f4a3ec560e91754fad86fbe1d83845ee86355788788ab9cce39fe415aaf12e99fc981d71c10c73a865f89b40ec3b02a190e0716010e48cf993ede7f8d4af6
6
+ metadata.gz: 0bb148e8f7a066419414032c889100aa9627d279e64e266fa7ce15841046592564a92635b8df95e6baf28bcacf0bb69fde3a2227cb6f609398f85e497e6b4aee
7
+ data.tar.gz: 734e3b58888f198f09915e4776c2eaa42e1f8c0918e2b76822e096bff2e246007d45936ddb5465f9c46bf2f26c004dc237665623d557bc5188bbca2e8350bb59
@@ -25,15 +25,16 @@ module Azure::CustomerInsights::Mgmt::V2017_01_01
25
25
  # @return [String] Client Api Version.
26
26
  attr_reader :api_version
27
27
 
28
- # @return [String] Gets or sets the preferred language for the response.
28
+ # @return [String] The preferred language for the response.
29
29
  attr_accessor :accept_language
30
30
 
31
- # @return [Integer] Gets or sets the retry timeout in seconds for Long
32
- # Running Operations. Default value is 30.
31
+ # @return [Integer] The retry timeout in seconds for Long Running
32
+ # Operations. Default value is 30.
33
33
  attr_accessor :long_running_operation_retry_timeout
34
34
 
35
- # @return [Boolean] When set to true a unique x-ms-client-request-id value
36
- # is generated and included in each request. Default is true.
35
+ # @return [Boolean] Whether a unique x-ms-client-request-id should be
36
+ # generated. When set to true a unique x-ms-client-request-id value is
37
+ # generated and included in each request. Default is true.
37
38
  attr_accessor :generate_client_request_id
38
39
 
39
40
  # @return [Operations] operations
@@ -185,7 +186,7 @@ module Azure::CustomerInsights::Mgmt::V2017_01_01
185
186
  #
186
187
  def add_telemetry
187
188
  sdk_information = 'azure_mgmt_customer_insights'
188
- sdk_information = "#{sdk_information}/0.16.0"
189
+ sdk_information = "#{sdk_information}/0.17.0"
189
190
  add_user_agent_information(sdk_information)
190
191
  end
191
192
  end
@@ -25,15 +25,16 @@ module Azure::CustomerInsights::Mgmt::V2017_04_26
25
25
  # @return [String] Client Api Version.
26
26
  attr_reader :api_version
27
27
 
28
- # @return [String] Gets or sets the preferred language for the response.
28
+ # @return [String] The preferred language for the response.
29
29
  attr_accessor :accept_language
30
30
 
31
- # @return [Integer] Gets or sets the retry timeout in seconds for Long
32
- # Running Operations. Default value is 30.
31
+ # @return [Integer] The retry timeout in seconds for Long Running
32
+ # Operations. Default value is 30.
33
33
  attr_accessor :long_running_operation_retry_timeout
34
34
 
35
- # @return [Boolean] When set to true a unique x-ms-client-request-id value
36
- # is generated and included in each request. Default is true.
35
+ # @return [Boolean] Whether a unique x-ms-client-request-id should be
36
+ # generated. When set to true a unique x-ms-client-request-id value is
37
+ # generated and included in each request. Default is true.
37
38
  attr_accessor :generate_client_request_id
38
39
 
39
40
  # @return [Operations] operations
@@ -189,7 +190,7 @@ module Azure::CustomerInsights::Mgmt::V2017_04_26
189
190
  #
190
191
  def add_telemetry
191
192
  sdk_information = 'azure_mgmt_customer_insights'
192
- sdk_information = "#{sdk_information}/0.16.0"
193
+ sdk_information = "#{sdk_information}/0.17.0"
193
194
  add_user_agent_information(sdk_information)
194
195
  end
195
196
  end
@@ -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::CustomerInsights::Mgmt
6
- VERSION = '0.16.0'
6
+ VERSION = '0.17.0'
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: azure_mgmt_customer_insights
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0
4
+ version: 0.17.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: 2018-02-12 00:00:00.000000000 Z
11
+ date: 2018-07-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -72,14 +72,14 @@ dependencies:
72
72
  requirements:
73
73
  - - "~>"
74
74
  - !ruby/object:Gem::Version
75
- version: 0.10.0
75
+ version: 0.11.0
76
76
  type: :runtime
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
- version: 0.10.0
82
+ version: 0.11.0
83
83
  description: Microsoft Azure Customer Insights Services Library for Ruby
84
84
  email: azrubyteam@microsoft.com
85
85
  executables: []