azure_mgmt_datalake_analytics 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: f23ae4c6693feba32cace0e209e6826d1f79301d
4
- data.tar.gz: d6456c7355908152733beb5b52f8862e11614d54
3
+ metadata.gz: b339c82c6a1653ae86525f6700b58af3cd6176c2
4
+ data.tar.gz: a9cd6b4b7c7830c36d0442eaad3391ba92db3c7c
5
5
  SHA512:
6
- metadata.gz: 3d9c589a326a0028f6b4eba0b7124214d706b4d4822beef789308d3539712ce01202dcbefa4b3daa7fa4d6348b2787be99628e9427132a8d2a08b8f50e3e47e8
7
- data.tar.gz: 4f89f948e7c79eaa8dcfa833fcc8fdaf497113df8fb9ba3586c4cbcc2bc6d52ccc2f23b08eac95abad1f32e66951b665569076a1ffa5e7a750a574964652ce0e
6
+ metadata.gz: 7acce4c01c3a49e64b2d4c83f62cea0d3c30f799bb69a1d9286a7d3a78b5943598ee8ead15e87ba895987ddf93ee1460117f16aea50adf90d10a4e103b148a03
7
+ data.tar.gz: f36aad78a74228a172f24dea31f24a78389202eafaeadf106e3e6538037090edaa7178c65fa18fb16cd9c330dced52404e4d1f489fd0778a8706213db1d0e69e
@@ -25,15 +25,16 @@ module Azure::DataLakeAnalytics::Mgmt::V2015_10_01_preview
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 [Account] account
@@ -125,7 +126,7 @@ module Azure::DataLakeAnalytics::Mgmt::V2015_10_01_preview
125
126
  #
126
127
  def add_telemetry
127
128
  sdk_information = 'azure_mgmt_datalake_analytics'
128
- sdk_information = "#{sdk_information}/0.16.0"
129
+ sdk_information = "#{sdk_information}/0.17.0"
129
130
  add_user_agent_information(sdk_information)
130
131
  end
131
132
  end
@@ -25,15 +25,16 @@ module Azure::DataLakeAnalytics::Mgmt::V2016_11_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 [Accounts] accounts
@@ -149,7 +150,7 @@ module Azure::DataLakeAnalytics::Mgmt::V2016_11_01
149
150
  #
150
151
  def add_telemetry
151
152
  sdk_information = 'azure_mgmt_datalake_analytics'
152
- sdk_information = "#{sdk_information}/0.16.0"
153
+ sdk_information = "#{sdk_information}/0.17.0"
153
154
  add_user_agent_information(sdk_information)
154
155
  end
155
156
  end
@@ -29,12 +29,13 @@ module Azure::DataLakeAnalytics::Mgmt::V2016_11_01
29
29
  attr_accessor :compute_policies
30
30
 
31
31
  # @return [Array<UpdateFirewallRuleWithAccountParameters>] The list of
32
- # firewall rules associated with this Data Lake Analytics account.
32
+ # firewall rules associated with this account.
33
33
  attr_accessor :firewall_rules
34
34
 
35
35
  # @return [FirewallState] The current state of the IP address firewall
36
- # for this Data Lake Analytics account. Possible values include:
37
- # 'Enabled', 'Disabled'
36
+ # for this account. Disabling the firewall does not remove existing
37
+ # rules, they will just be ignored until the firewall is re-enabled.
38
+ # Possible values include: 'Enabled', 'Disabled'
38
39
  attr_accessor :firewall_state
39
40
 
40
41
  # @return [FirewallAllowAzureIpsState] The current state of allowing or
@@ -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::DataLakeAnalytics::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_datalake_analytics
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 Resource Provider DataLake Analytics Client Library for
84
84
  Ruby
85
85
  email: azrubyteam@microsoft.com