azure_mgmt_datalake_analytics 0.15.2 → 0.17.3

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.
Files changed (65) hide show
  1. checksums.yaml +5 -5
  2. data/lib/2015-10-01-preview/generated/azure_mgmt_datalake_analytics/account.rb +174 -160
  3. data/lib/2015-10-01-preview/generated/azure_mgmt_datalake_analytics/data_lake_analytics_account_management_client.rb +10 -6
  4. data/lib/2015-10-01-preview/generated/azure_mgmt_datalake_analytics/models/data_lake_analytics_account_list_data_lake_store_result.rb +1 -1
  5. data/lib/2015-10-01-preview/generated/azure_mgmt_datalake_analytics/models/data_lake_analytics_account_list_result.rb +1 -1
  6. data/lib/2015-10-01-preview/generated/azure_mgmt_datalake_analytics/models/data_lake_analytics_account_list_storage_accounts_result.rb +1 -1
  7. data/lib/2015-10-01-preview/generated/azure_mgmt_datalake_analytics/models/list_blob_containers_result.rb +1 -1
  8. data/lib/2015-10-01-preview/generated/azure_mgmt_datalake_analytics/models/list_sas_tokens_result.rb +1 -1
  9. data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics.rb +43 -25
  10. data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/{account.rb → accounts.rb} +298 -222
  11. data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/compute_policies.rb +176 -206
  12. data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/data_lake_analytics_account_management_client.rb +28 -16
  13. data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/data_lake_store_accounts.rb +180 -203
  14. data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/firewall_rules.rb +171 -201
  15. data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/locations.rb +116 -0
  16. data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/add_data_lake_store_parameters.rb +2 -2
  17. data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/add_data_lake_store_with_account_parameters.rb +58 -0
  18. data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/add_storage_account_parameters.rb +3 -4
  19. data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/add_storage_account_with_account_parameters.rb +70 -0
  20. data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/capability_information.rb +100 -0
  21. data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/check_name_availability_parameters.rb +62 -0
  22. data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/compute_policy.rb +22 -5
  23. data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/compute_policy_list_result.rb +3 -3
  24. data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/{compute_policy_account_create_parameters.rb → create_compute_policy_with_account_parameters.rb} +7 -6
  25. data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/create_data_lake_analytics_account_parameters.rb +285 -0
  26. data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/create_firewall_rule_with_account_parameters.rb +71 -0
  27. data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/{compute_policy_create_or_update_parameters.rb → create_or_update_compute_policy_parameters.rb} +4 -4
  28. data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/create_or_update_firewall_rule_parameters.rb +59 -0
  29. data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/data_lake_analytics_account.rb +161 -147
  30. data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/data_lake_analytics_account_basic.rb +21 -19
  31. data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/data_lake_analytics_account_list_result.rb +5 -5
  32. data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/{data_lake_store_account_info.rb → data_lake_store_account_information.rb} +8 -6
  33. data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/{data_lake_analytics_account_list_data_lake_store_result.rb → data_lake_store_account_information_list_result.rb} +15 -15
  34. data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/firewall_rule.rb +9 -6
  35. data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/{data_lake_analytics_firewall_rule_list_result.rb → firewall_rule_list_result.rb} +8 -9
  36. data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/name_availability_information.rb +74 -0
  37. data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/{optional_sub_resource.rb → operation.rb} +21 -19
  38. data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/operation_display.rb +83 -0
  39. data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/operation_list_result.rb +68 -0
  40. data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/operation_origin.rb +17 -0
  41. data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/resource.rb +18 -7
  42. data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/{sas_token_info.rb → sas_token_information.rb} +5 -5
  43. data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/{list_sas_tokens_result.rb → sas_token_information_list_result.rb} +11 -11
  44. data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/{storage_account_info.rb → storage_account_information.rb} +8 -18
  45. data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/{data_lake_analytics_account_list_storage_accounts_result.rb → storage_account_information_list_result.rb} +13 -14
  46. data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/storage_container.rb +2 -11
  47. data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/{list_storage_containers_result.rb → storage_container_list_result.rb} +8 -8
  48. data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/sub_resource.rb +6 -5
  49. data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/subscription_state.rb +19 -0
  50. data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/update_compute_policy_parameters.rb +91 -0
  51. data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/update_compute_policy_with_account_parameters.rb +103 -0
  52. data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/{data_lake_analytics_account_update_parameters.rb → update_data_lake_analytics_account_parameters.rb} +120 -77
  53. data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/update_data_lake_store_with_account_parameters.rb +59 -0
  54. data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/update_firewall_rule_parameters.rb +3 -3
  55. data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/update_firewall_rule_with_account_parameters.rb +71 -0
  56. data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/update_storage_account_parameters.rb +3 -4
  57. data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/update_storage_account_with_account_parameters.rb +72 -0
  58. data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/operations.rb +107 -0
  59. data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/storage_accounts.rb +416 -464
  60. data/lib/profiles/latest/datalakeanalytics_latest_profile_client.rb +28 -9
  61. data/lib/profiles/latest/datalakeanalytics_module_definition.rb +0 -1
  62. data/lib/profiles/latest/modules/datalakeanalytics_profile_module.rb +222 -135
  63. data/lib/version.rb +1 -1
  64. metadata +37 -19
  65. data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/data_lake_analytics_account_properties_basic.rb +0 -115
@@ -8,20 +8,11 @@ module Azure::DataLakeAnalytics::Mgmt::V2016_11_01
8
8
  #
9
9
  # Azure Storage blob container information.
10
10
  #
11
- class StorageContainer
11
+ class StorageContainer < SubResource
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- # @return [String] the unique identifier of the blob container.
16
- attr_accessor :id
17
-
18
- # @return [String] the name of the blob container.
19
- attr_accessor :name
20
-
21
- # @return [String] the type of the blob container.
22
- attr_accessor :type
23
-
24
- # @return [DateTime] the last modified time of the blob container.
15
+ # @return [DateTime] The last modified time of the blob container.
25
16
  attr_accessor :last_modified_time
26
17
 
27
18
 
@@ -9,15 +9,15 @@ module Azure::DataLakeAnalytics::Mgmt::V2016_11_01
9
9
  # The list of blob containers associated with the storage account attached
10
10
  # to the Data Lake Analytics account.
11
11
  #
12
- class ListStorageContainersResult
12
+ class StorageContainerListResult
13
13
 
14
14
  include MsRestAzure
15
15
 
16
16
  include MsRest::JSONable
17
- # @return [Array<StorageContainer>] the results of the list operation
17
+ # @return [Array<StorageContainer>] The results of the list operation.
18
18
  attr_accessor :value
19
19
 
20
- # @return [String] the link (url) to the next page of results.
20
+ # @return [String] The link (url) to the next page of results.
21
21
  attr_accessor :next_link
22
22
 
23
23
  # return [Proc] with next page method call.
@@ -31,7 +31,7 @@ module Azure::DataLakeAnalytics::Mgmt::V2016_11_01
31
31
  def get_all_items
32
32
  items = @value
33
33
  page = self
34
- while page.next_link != nil do
34
+ while page.next_link != nil && !page.next_link.strip.empty? do
35
35
  page = page.get_next_page
36
36
  items.concat(page.value)
37
37
  end
@@ -41,7 +41,7 @@ module Azure::DataLakeAnalytics::Mgmt::V2016_11_01
41
41
  #
42
42
  # Gets the next page of results.
43
43
  #
44
- # @return [ListStorageContainersResult] with next page content.
44
+ # @return [StorageContainerListResult] with next page content.
45
45
  #
46
46
  def get_next_page
47
47
  response = @next_method.call(@next_link).value! unless @next_method.nil?
@@ -53,17 +53,17 @@ module Azure::DataLakeAnalytics::Mgmt::V2016_11_01
53
53
  end
54
54
 
55
55
  #
56
- # Mapper for ListStorageContainersResult class as Ruby Hash.
56
+ # Mapper for StorageContainerListResult class as Ruby Hash.
57
57
  # This will be used for serialization/deserialization.
58
58
  #
59
59
  def self.mapper()
60
60
  {
61
61
  client_side_validation: true,
62
62
  required: false,
63
- serialized_name: 'ListStorageContainersResult',
63
+ serialized_name: 'StorageContainerListResult',
64
64
  type: {
65
65
  name: 'Composite',
66
- class_name: 'ListStorageContainersResult',
66
+ class_name: 'StorageContainerListResult',
67
67
  model_properties: {
68
68
  value: {
69
69
  client_side_validation: true,
@@ -6,19 +6,19 @@
6
6
  module Azure::DataLakeAnalytics::Mgmt::V2016_11_01
7
7
  module Models
8
8
  #
9
- # The Sub Resource model definition.
9
+ # The resource model definition for a nested resource.
10
10
  #
11
11
  class SubResource
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- # @return [String] Resource Id
15
+ # @return [String] The resource identifier.
16
16
  attr_accessor :id
17
17
 
18
- # @return [String] Resource name
18
+ # @return [String] The resource name.
19
19
  attr_accessor :name
20
20
 
21
- # @return [String] Resource type
21
+ # @return [String] The resource type.
22
22
  attr_accessor :type
23
23
 
24
24
 
@@ -46,7 +46,8 @@ module Azure::DataLakeAnalytics::Mgmt::V2016_11_01
46
46
  },
47
47
  name: {
48
48
  client_side_validation: true,
49
- required: true,
49
+ required: false,
50
+ read_only: true,
50
51
  serialized_name: 'name',
51
52
  type: {
52
53
  name: 'String'
@@ -0,0 +1,19 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator.
3
+ # Changes may cause incorrect behavior and will be lost if the code is
4
+ # regenerated.
5
+
6
+ module Azure::DataLakeAnalytics::Mgmt::V2016_11_01
7
+ module Models
8
+ #
9
+ # Defines values for SubscriptionState
10
+ #
11
+ module SubscriptionState
12
+ Registered = "Registered"
13
+ Suspended = "Suspended"
14
+ Deleted = "Deleted"
15
+ Unregistered = "Unregistered"
16
+ Warned = "Warned"
17
+ end
18
+ end
19
+ end
@@ -0,0 +1,91 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator.
3
+ # Changes may cause incorrect behavior and will be lost if the code is
4
+ # regenerated.
5
+
6
+ module Azure::DataLakeAnalytics::Mgmt::V2016_11_01
7
+ module Models
8
+ #
9
+ # The parameters used to update a compute policy.
10
+ #
11
+ class UpdateComputePolicyParameters
12
+
13
+ include MsRestAzure
14
+
15
+ # @return The AAD object identifier for the entity to create a policy
16
+ # for.
17
+ attr_accessor :object_id
18
+
19
+ # @return [AADObjectType] The type of AAD object the object identifier
20
+ # refers to. Possible values include: 'User', 'Group', 'ServicePrincipal'
21
+ attr_accessor :object_type
22
+
23
+ # @return [Integer] The maximum degree of parallelism per job this user
24
+ # can use to submit jobs. This property, the min priority per job
25
+ # property, or both must be passed.
26
+ attr_accessor :max_degree_of_parallelism_per_job
27
+
28
+ # @return [Integer] The minimum priority per job this user can use to
29
+ # submit jobs. This property, the max degree of parallelism per job
30
+ # property, or both must be passed.
31
+ attr_accessor :min_priority_per_job
32
+
33
+
34
+ #
35
+ # Mapper for UpdateComputePolicyParameters class as Ruby Hash.
36
+ # This will be used for serialization/deserialization.
37
+ #
38
+ def self.mapper()
39
+ {
40
+ client_side_validation: true,
41
+ required: false,
42
+ serialized_name: 'UpdateComputePolicyParameters',
43
+ type: {
44
+ name: 'Composite',
45
+ class_name: 'UpdateComputePolicyParameters',
46
+ model_properties: {
47
+ object_id: {
48
+ client_side_validation: true,
49
+ required: false,
50
+ serialized_name: 'properties.objectId',
51
+ type: {
52
+ name: 'String'
53
+ }
54
+ },
55
+ object_type: {
56
+ client_side_validation: true,
57
+ required: false,
58
+ serialized_name: 'properties.objectType',
59
+ type: {
60
+ name: 'String'
61
+ }
62
+ },
63
+ max_degree_of_parallelism_per_job: {
64
+ client_side_validation: true,
65
+ required: false,
66
+ serialized_name: 'properties.maxDegreeOfParallelismPerJob',
67
+ constraints: {
68
+ InclusiveMinimum: 1
69
+ },
70
+ type: {
71
+ name: 'Number'
72
+ }
73
+ },
74
+ min_priority_per_job: {
75
+ client_side_validation: true,
76
+ required: false,
77
+ serialized_name: 'properties.minPriorityPerJob',
78
+ constraints: {
79
+ InclusiveMinimum: 1
80
+ },
81
+ type: {
82
+ name: 'Number'
83
+ }
84
+ }
85
+ }
86
+ }
87
+ }
88
+ end
89
+ end
90
+ end
91
+ end
@@ -0,0 +1,103 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator.
3
+ # Changes may cause incorrect behavior and will be lost if the code is
4
+ # regenerated.
5
+
6
+ module Azure::DataLakeAnalytics::Mgmt::V2016_11_01
7
+ module Models
8
+ #
9
+ # The parameters used to update a compute policy while updating a Data Lake
10
+ # Analytics account.
11
+ #
12
+ class UpdateComputePolicyWithAccountParameters
13
+
14
+ include MsRestAzure
15
+
16
+ # @return [String] The unique name of the compute policy to update.
17
+ attr_accessor :name
18
+
19
+ # @return The AAD object identifier for the entity to create a policy
20
+ # for.
21
+ attr_accessor :object_id
22
+
23
+ # @return [AADObjectType] The type of AAD object the object identifier
24
+ # refers to. Possible values include: 'User', 'Group', 'ServicePrincipal'
25
+ attr_accessor :object_type
26
+
27
+ # @return [Integer] The maximum degree of parallelism per job this user
28
+ # can use to submit jobs. This property, the min priority per job
29
+ # property, or both must be passed.
30
+ attr_accessor :max_degree_of_parallelism_per_job
31
+
32
+ # @return [Integer] The minimum priority per job this user can use to
33
+ # submit jobs. This property, the max degree of parallelism per job
34
+ # property, or both must be passed.
35
+ attr_accessor :min_priority_per_job
36
+
37
+
38
+ #
39
+ # Mapper for UpdateComputePolicyWithAccountParameters class as Ruby Hash.
40
+ # This will be used for serialization/deserialization.
41
+ #
42
+ def self.mapper()
43
+ {
44
+ client_side_validation: true,
45
+ required: false,
46
+ serialized_name: 'UpdateComputePolicyWithAccountParameters',
47
+ type: {
48
+ name: 'Composite',
49
+ class_name: 'UpdateComputePolicyWithAccountParameters',
50
+ model_properties: {
51
+ name: {
52
+ client_side_validation: true,
53
+ required: true,
54
+ serialized_name: 'name',
55
+ type: {
56
+ name: 'String'
57
+ }
58
+ },
59
+ object_id: {
60
+ client_side_validation: true,
61
+ required: false,
62
+ serialized_name: 'properties.objectId',
63
+ type: {
64
+ name: 'String'
65
+ }
66
+ },
67
+ object_type: {
68
+ client_side_validation: true,
69
+ required: false,
70
+ serialized_name: 'properties.objectType',
71
+ type: {
72
+ name: 'String'
73
+ }
74
+ },
75
+ max_degree_of_parallelism_per_job: {
76
+ client_side_validation: true,
77
+ required: false,
78
+ serialized_name: 'properties.maxDegreeOfParallelismPerJob',
79
+ constraints: {
80
+ InclusiveMinimum: 1
81
+ },
82
+ type: {
83
+ name: 'Number'
84
+ }
85
+ },
86
+ min_priority_per_job: {
87
+ client_side_validation: true,
88
+ required: false,
89
+ serialized_name: 'properties.minPriorityPerJob',
90
+ constraints: {
91
+ InclusiveMinimum: 1
92
+ },
93
+ type: {
94
+ name: 'Number'
95
+ }
96
+ }
97
+ }
98
+ }
99
+ }
100
+ end
101
+ end
102
+ end
103
+ end
@@ -9,35 +9,33 @@ module Azure::DataLakeAnalytics::Mgmt::V2016_11_01
9
9
  # The parameters that can be used to update an existing Data Lake Analytics
10
10
  # account.
11
11
  #
12
- class DataLakeAnalyticsAccountUpdateParameters
12
+ class UpdateDataLakeAnalyticsAccountParameters
13
13
 
14
14
  include MsRestAzure
15
15
 
16
- # @return [Hash{String => String}] Resource tags
16
+ # @return [Hash{String => String}] The resource tags.
17
17
  attr_accessor :tags
18
18
 
19
- # @return [Integer] the maximum supported degree of parallelism for this
20
- # account.
21
- attr_accessor :max_degree_of_parallelism
19
+ # @return [Array<UpdateDataLakeStoreWithAccountParameters>] The list of
20
+ # Data Lake Store accounts associated with this account.
21
+ attr_accessor :data_lake_store_accounts
22
22
 
23
- # @return [Integer] the number of days that job metadata is retained.
24
- attr_accessor :query_store_retention
23
+ # @return [Array<UpdateStorageAccountWithAccountParameters>] The list of
24
+ # Azure Blob storage accounts associated with this account.
25
+ attr_accessor :storage_accounts
25
26
 
26
- # @return [Integer] the maximum supported jobs running under the account
27
- # at the same time.
28
- attr_accessor :max_job_count
27
+ # @return [Array<UpdateComputePolicyWithAccountParameters>] The list of
28
+ # compute policies associated with this account.
29
+ attr_accessor :compute_policies
29
30
 
30
- # @return [TierType] the commitment tier to use for next month. Possible
31
- # values include: 'Consumption', 'Commitment_100AUHours',
32
- # 'Commitment_500AUHours', 'Commitment_1000AUHours',
33
- # 'Commitment_5000AUHours', 'Commitment_10000AUHours',
34
- # 'Commitment_50000AUHours', 'Commitment_100000AUHours',
35
- # 'Commitment_500000AUHours'
36
- attr_accessor :new_tier
31
+ # @return [Array<UpdateFirewallRuleWithAccountParameters>] The list of
32
+ # firewall rules associated with this account.
33
+ attr_accessor :firewall_rules
37
34
 
38
35
  # @return [FirewallState] The current state of the IP address firewall
39
- # for this Data Lake Analytics account. Possible values include:
40
- # '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'
41
39
  attr_accessor :firewall_state
42
40
 
43
41
  # @return [FirewallAllowAzureIpsState] The current state of allowing or
@@ -46,35 +44,46 @@ module Azure::DataLakeAnalytics::Mgmt::V2016_11_01
46
44
  # 'Enabled', 'Disabled'
47
45
  attr_accessor :firewall_allow_azure_ips
48
46
 
49
- # @return [Array<FirewallRule>] The list of firewall rules associated
50
- # with this Data Lake Analytics account.
51
- attr_accessor :firewall_rules
47
+ # @return [TierType] The commitment tier to use for next month. Possible
48
+ # values include: 'Consumption', 'Commitment_100AUHours',
49
+ # 'Commitment_500AUHours', 'Commitment_1000AUHours',
50
+ # 'Commitment_5000AUHours', 'Commitment_10000AUHours',
51
+ # 'Commitment_50000AUHours', 'Commitment_100000AUHours',
52
+ # 'Commitment_500000AUHours'
53
+ attr_accessor :new_tier
54
+
55
+ # @return [Integer] The maximum supported jobs running under the account
56
+ # at the same time.
57
+ attr_accessor :max_job_count
58
+
59
+ # @return [Integer] The maximum supported degree of parallelism for this
60
+ # account.
61
+ attr_accessor :max_degree_of_parallelism
52
62
 
53
- # @return [Integer] the maximum supported degree of parallelism per job
63
+ # @return [Integer] The maximum supported degree of parallelism per job
54
64
  # for this account.
55
65
  attr_accessor :max_degree_of_parallelism_per_job
56
66
 
57
- # @return [Integer] the minimum supported priority per job for this
67
+ # @return [Integer] The minimum supported priority per job for this
58
68
  # account.
59
69
  attr_accessor :min_priority_per_job
60
70
 
61
- # @return [Array<ComputePolicy>] the list of existing compute policies to
62
- # update in this account.
63
- attr_accessor :compute_policies
71
+ # @return [Integer] The number of days that job metadata is retained.
72
+ attr_accessor :query_store_retention
64
73
 
65
74
 
66
75
  #
67
- # Mapper for DataLakeAnalyticsAccountUpdateParameters class as Ruby Hash.
76
+ # Mapper for UpdateDataLakeAnalyticsAccountParameters class as Ruby Hash.
68
77
  # This will be used for serialization/deserialization.
69
78
  #
70
79
  def self.mapper()
71
80
  {
72
81
  client_side_validation: true,
73
82
  required: false,
74
- serialized_name: 'DataLakeAnalyticsAccountUpdateParameters',
83
+ serialized_name: 'UpdateDataLakeAnalyticsAccountParameters',
75
84
  type: {
76
85
  name: 'Composite',
77
- class_name: 'DataLakeAnalyticsAccountUpdateParameters',
86
+ class_name: 'UpdateDataLakeAnalyticsAccountParameters',
78
87
  model_properties: {
79
88
  tags: {
80
89
  client_side_validation: true,
@@ -92,47 +101,72 @@ module Azure::DataLakeAnalytics::Mgmt::V2016_11_01
92
101
  }
93
102
  }
94
103
  },
95
- max_degree_of_parallelism: {
104
+ data_lake_store_accounts: {
96
105
  client_side_validation: true,
97
106
  required: false,
98
- serialized_name: 'properties.maxDegreeOfParallelism',
99
- constraints: {
100
- InclusiveMinimum: 1
101
- },
107
+ serialized_name: 'properties.dataLakeStoreAccounts',
102
108
  type: {
103
- name: 'Number'
109
+ name: 'Sequence',
110
+ element: {
111
+ client_side_validation: true,
112
+ required: false,
113
+ serialized_name: 'UpdateDataLakeStoreWithAccountParametersElementType',
114
+ type: {
115
+ name: 'Composite',
116
+ class_name: 'UpdateDataLakeStoreWithAccountParameters'
117
+ }
118
+ }
104
119
  }
105
120
  },
106
- query_store_retention: {
121
+ storage_accounts: {
107
122
  client_side_validation: true,
108
123
  required: false,
109
- serialized_name: 'properties.queryStoreRetention',
110
- constraints: {
111
- InclusiveMaximum: 180,
112
- InclusiveMinimum: 1
113
- },
124
+ serialized_name: 'properties.storageAccounts',
114
125
  type: {
115
- name: 'Number'
126
+ name: 'Sequence',
127
+ element: {
128
+ client_side_validation: true,
129
+ required: false,
130
+ serialized_name: 'UpdateStorageAccountWithAccountParametersElementType',
131
+ type: {
132
+ name: 'Composite',
133
+ class_name: 'UpdateStorageAccountWithAccountParameters'
134
+ }
135
+ }
116
136
  }
117
137
  },
118
- max_job_count: {
138
+ compute_policies: {
119
139
  client_side_validation: true,
120
140
  required: false,
121
- serialized_name: 'properties.maxJobCount',
122
- constraints: {
123
- InclusiveMinimum: 1
124
- },
141
+ serialized_name: 'properties.computePolicies',
125
142
  type: {
126
- name: 'Number'
143
+ name: 'Sequence',
144
+ element: {
145
+ client_side_validation: true,
146
+ required: false,
147
+ serialized_name: 'UpdateComputePolicyWithAccountParametersElementType',
148
+ type: {
149
+ name: 'Composite',
150
+ class_name: 'UpdateComputePolicyWithAccountParameters'
151
+ }
152
+ }
127
153
  }
128
154
  },
129
- new_tier: {
155
+ firewall_rules: {
130
156
  client_side_validation: true,
131
157
  required: false,
132
- serialized_name: 'properties.newTier',
158
+ serialized_name: 'properties.firewallRules',
133
159
  type: {
134
- name: 'Enum',
135
- module: 'TierType'
160
+ name: 'Sequence',
161
+ element: {
162
+ client_side_validation: true,
163
+ required: false,
164
+ serialized_name: 'UpdateFirewallRuleWithAccountParametersElementType',
165
+ type: {
166
+ name: 'Composite',
167
+ class_name: 'UpdateFirewallRuleWithAccountParameters'
168
+ }
169
+ }
136
170
  }
137
171
  },
138
172
  firewall_state: {
@@ -153,21 +187,35 @@ module Azure::DataLakeAnalytics::Mgmt::V2016_11_01
153
187
  module: 'FirewallAllowAzureIpsState'
154
188
  }
155
189
  },
156
- firewall_rules: {
190
+ new_tier: {
157
191
  client_side_validation: true,
158
192
  required: false,
159
- serialized_name: 'properties.firewallRules',
193
+ serialized_name: 'properties.newTier',
160
194
  type: {
161
- name: 'Sequence',
162
- element: {
163
- client_side_validation: true,
164
- required: false,
165
- serialized_name: 'FirewallRuleElementType',
166
- type: {
167
- name: 'Composite',
168
- class_name: 'FirewallRule'
169
- }
170
- }
195
+ name: 'Enum',
196
+ module: 'TierType'
197
+ }
198
+ },
199
+ max_job_count: {
200
+ client_side_validation: true,
201
+ required: false,
202
+ serialized_name: 'properties.maxJobCount',
203
+ constraints: {
204
+ InclusiveMinimum: 1
205
+ },
206
+ type: {
207
+ name: 'Number'
208
+ }
209
+ },
210
+ max_degree_of_parallelism: {
211
+ client_side_validation: true,
212
+ required: false,
213
+ serialized_name: 'properties.maxDegreeOfParallelism',
214
+ constraints: {
215
+ InclusiveMinimum: 1
216
+ },
217
+ type: {
218
+ name: 'Number'
171
219
  }
172
220
  },
173
221
  max_degree_of_parallelism_per_job: {
@@ -192,21 +240,16 @@ module Azure::DataLakeAnalytics::Mgmt::V2016_11_01
192
240
  name: 'Number'
193
241
  }
194
242
  },
195
- compute_policies: {
243
+ query_store_retention: {
196
244
  client_side_validation: true,
197
245
  required: false,
198
- serialized_name: 'properties.computePolicies',
246
+ serialized_name: 'properties.queryStoreRetention',
247
+ constraints: {
248
+ InclusiveMaximum: 180,
249
+ InclusiveMinimum: 1
250
+ },
199
251
  type: {
200
- name: 'Sequence',
201
- element: {
202
- client_side_validation: true,
203
- required: false,
204
- serialized_name: 'ComputePolicyElementType',
205
- type: {
206
- name: 'Composite',
207
- class_name: 'ComputePolicy'
208
- }
209
- }
252
+ name: 'Number'
210
253
  }
211
254
  }
212
255
  }