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 +4 -4
- data/lib/2015-10-01-preview/generated/azure_mgmt_datalake_analytics/data_lake_analytics_account_management_client.rb +7 -6
- data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/data_lake_analytics_account_management_client.rb +7 -6
- data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/update_data_lake_analytics_account_parameters.rb +4 -3
- data/lib/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b339c82c6a1653ae86525f6700b58af3cd6176c2
|
4
|
+
data.tar.gz: a9cd6b4b7c7830c36d0442eaad3391ba92db3c7c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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]
|
28
|
+
# @return [String] The preferred language for the response.
|
29
29
|
attr_accessor :accept_language
|
30
30
|
|
31
|
-
# @return [Integer]
|
32
|
-
#
|
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]
|
36
|
-
#
|
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.
|
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]
|
28
|
+
# @return [String] The preferred language for the response.
|
29
29
|
attr_accessor :accept_language
|
30
30
|
|
31
|
-
# @return [Integer]
|
32
|
-
#
|
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]
|
36
|
-
#
|
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.
|
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
|
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
|
37
|
-
#
|
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
|
data/lib/version.rb
CHANGED
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.
|
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-
|
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.
|
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.
|
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
|