azure_mgmt_datalake_analytics 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 (24) hide show
  1. checksums.yaml +4 -4
  2. data/lib/generated/azure_mgmt_datalake_analytics.rb +1 -0
  3. data/lib/generated/azure_mgmt_datalake_analytics/models/add_data_lake_store_parameters.rb +0 -1
  4. data/lib/generated/azure_mgmt_datalake_analytics/models/add_storage_account_parameters.rb +0 -1
  5. data/lib/generated/azure_mgmt_datalake_analytics/models/compute_policy.rb +0 -1
  6. data/lib/generated/azure_mgmt_datalake_analytics/models/compute_policy_account_create_parameters.rb +0 -1
  7. data/lib/generated/azure_mgmt_datalake_analytics/models/compute_policy_create_or_update_parameters.rb +0 -1
  8. data/lib/generated/azure_mgmt_datalake_analytics/models/data_lake_analytics_account.rb +2 -3
  9. data/lib/generated/azure_mgmt_datalake_analytics/models/data_lake_analytics_account_basic.rb +2 -3
  10. data/lib/generated/azure_mgmt_datalake_analytics/models/data_lake_analytics_account_properties_basic.rb +1 -2
  11. data/lib/generated/azure_mgmt_datalake_analytics/models/data_lake_analytics_account_status.rb +2 -0
  12. data/lib/generated/azure_mgmt_datalake_analytics/models/data_lake_analytics_account_update_parameters.rb +0 -1
  13. data/lib/generated/azure_mgmt_datalake_analytics/models/data_lake_store_account_info.rb +0 -1
  14. data/lib/generated/azure_mgmt_datalake_analytics/models/firewall_rule.rb +0 -1
  15. data/lib/generated/azure_mgmt_datalake_analytics/models/optional_sub_resource.rb +0 -1
  16. data/lib/generated/azure_mgmt_datalake_analytics/models/resource.rb +94 -0
  17. data/lib/generated/azure_mgmt_datalake_analytics/models/sas_token_info.rb +0 -1
  18. data/lib/generated/azure_mgmt_datalake_analytics/models/storage_account_info.rb +0 -1
  19. data/lib/generated/azure_mgmt_datalake_analytics/models/storage_container.rb +0 -1
  20. data/lib/generated/azure_mgmt_datalake_analytics/models/sub_resource.rb +4 -2
  21. data/lib/generated/azure_mgmt_datalake_analytics/models/update_firewall_rule_parameters.rb +0 -1
  22. data/lib/generated/azure_mgmt_datalake_analytics/models/update_storage_account_parameters.rb +0 -1
  23. data/lib/generated/azure_mgmt_datalake_analytics/version.rb +1 -1
  24. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e5801123860527760ad7dcff554fb7cad348f79f
4
- data.tar.gz: 38ec6eddc2efe15792026da889c97bfbd414591e
3
+ metadata.gz: 923f939b17410a6df0648f6f79299dad6519d876
4
+ data.tar.gz: 53b1638174eabf26e2eca0dafb57adbf9351d996
5
5
  SHA512:
6
- metadata.gz: 8b79b43487e6acd41f35d0a1171f3163724cefc7054ca340c619a44ccfe4eaed88c3872022a3ecd72a2d9798f22cc0e96a8ad22edabc8f23bac0a2da874222bf
7
- data.tar.gz: abfd13f5706c7e882f9861d7a33ed0ff9fa2c67e9854a07927934c6c03d73c08e11225c5670a3e2efdaa974e7cc862d5c2efff00b3495b446c6f4578279638c9
6
+ metadata.gz: 0ba0cab2c7cd8bbf61ed282a67803630bedddc77385a60c790afb558b872b31d57b2596537dbb867d5f12d18d3c53c20d0816683926af81ccc81772b770c2ba7
7
+ data.tar.gz: 45dea5105abaea61593bca3c7afb8d0922c78a23f4129bedcd6196a04c43cb32b7e43b12bf97ea8a431b11aac8cfc5348e57867a10baabe810dbff3f9b5a1478
@@ -42,6 +42,7 @@ module Azure::ARM::DataLakeAnalytics
42
42
  autoload :ListStorageContainersResult, 'generated/azure_mgmt_datalake_analytics/models/list_storage_containers_result.rb'
43
43
  autoload :DataLakeAnalyticsAccountPropertiesBasic, 'generated/azure_mgmt_datalake_analytics/models/data_lake_analytics_account_properties_basic.rb'
44
44
  autoload :DataLakeAnalyticsAccountListStorageAccountsResult, 'generated/azure_mgmt_datalake_analytics/models/data_lake_analytics_account_list_storage_accounts_result.rb'
45
+ autoload :Resource, 'generated/azure_mgmt_datalake_analytics/models/resource.rb'
45
46
  autoload :ComputePolicy, 'generated/azure_mgmt_datalake_analytics/models/compute_policy.rb'
46
47
  autoload :UpdateFirewallRuleParameters, 'generated/azure_mgmt_datalake_analytics/models/update_firewall_rule_parameters.rb'
47
48
  autoload :SubResource, 'generated/azure_mgmt_datalake_analytics/models/sub_resource.rb'
@@ -12,7 +12,6 @@ module Azure::ARM::DataLakeAnalytics
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] the optional suffix for the Data Lake Store account.
17
16
  attr_accessor :suffix
18
17
 
@@ -13,7 +13,6 @@ module Azure::ARM::DataLakeAnalytics
13
13
 
14
14
  include MsRestAzure
15
15
 
16
- include MsRest::JSONable
17
16
  # @return [String] the access key associated with this Azure Storage
18
17
  # account that will be used to connect to it.
19
18
  attr_accessor :access_key
@@ -12,7 +12,6 @@ module Azure::ARM::DataLakeAnalytics
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] The name of the compute policy
17
16
  attr_accessor :name
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::DataLakeAnalytics
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] The unique name of the policy to create
17
16
  attr_accessor :name
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::DataLakeAnalytics
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return The AAD object identifier for the entity to create a policy
17
16
  # for.
18
17
  attr_accessor :object_id
@@ -9,15 +9,14 @@ module Azure::ARM::DataLakeAnalytics
9
9
  # A Data Lake Analytics account object, containing all information
10
10
  # associated with the named Data Lake Analytics account.
11
11
  #
12
- class DataLakeAnalyticsAccount < MsRestAzure::Resource
12
+ class DataLakeAnalyticsAccount < Resource
13
13
 
14
14
  include MsRestAzure
15
15
 
16
- include MsRest::JSONable
17
16
  # @return [DataLakeAnalyticsAccountStatus] the provisioning status of the
18
17
  # Data Lake Analytics account. Possible values include: 'Failed',
19
18
  # 'Creating', 'Running', 'Succeeded', 'Patching', 'Suspending',
20
- # 'Resuming', 'Deleting', 'Deleted'
19
+ # 'Resuming', 'Deleting', 'Deleted', 'Undeleting', 'Canceled'
21
20
  attr_accessor :provisioning_state
22
21
 
23
22
  # @return [DataLakeAnalyticsAccountState] the state of the Data Lake
@@ -9,15 +9,14 @@ module Azure::ARM::DataLakeAnalytics
9
9
  # A Data Lake Analytics account object, containing all information
10
10
  # associated with the named Data Lake Analytics account.
11
11
  #
12
- class DataLakeAnalyticsAccountBasic < MsRestAzure::Resource
12
+ class DataLakeAnalyticsAccountBasic < Resource
13
13
 
14
14
  include MsRestAzure
15
15
 
16
- include MsRest::JSONable
17
16
  # @return [DataLakeAnalyticsAccountStatus] the provisioning status of the
18
17
  # Data Lake Analytics account. Possible values include: 'Failed',
19
18
  # 'Creating', 'Running', 'Succeeded', 'Patching', 'Suspending',
20
- # 'Resuming', 'Deleting', 'Deleted'
19
+ # 'Resuming', 'Deleting', 'Deleted', 'Undeleting', 'Canceled'
21
20
  attr_accessor :provisioning_state
22
21
 
23
22
  # @return [DataLakeAnalyticsAccountState] the state of the Data Lake
@@ -13,11 +13,10 @@ module Azure::ARM::DataLakeAnalytics
13
13
 
14
14
  include MsRestAzure
15
15
 
16
- include MsRest::JSONable
17
16
  # @return [DataLakeAnalyticsAccountStatus] the provisioning status of the
18
17
  # Data Lake Analytics account. Possible values include: 'Failed',
19
18
  # 'Creating', 'Running', 'Succeeded', 'Patching', 'Suspending',
20
- # 'Resuming', 'Deleting', 'Deleted'
19
+ # 'Resuming', 'Deleting', 'Deleted', 'Undeleting', 'Canceled'
21
20
  attr_accessor :provisioning_state
22
21
 
23
22
  # @return [DataLakeAnalyticsAccountState] the state of the Data Lake
@@ -18,6 +18,8 @@ module Azure::ARM::DataLakeAnalytics
18
18
  Resuming = "Resuming"
19
19
  Deleting = "Deleting"
20
20
  Deleted = "Deleted"
21
+ Undeleting = "Undeleting"
22
+ Canceled = "Canceled"
21
23
  end
22
24
  end
23
25
  end
@@ -13,7 +13,6 @@ module Azure::ARM::DataLakeAnalytics
13
13
 
14
14
  include MsRestAzure
15
15
 
16
- include MsRest::JSONable
17
16
  # @return [Hash{String => String}] Resource tags
18
17
  attr_accessor :tags
19
18
 
@@ -12,7 +12,6 @@ module Azure::ARM::DataLakeAnalytics
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] the optional suffix for the Data Lake Store account.
17
16
  attr_accessor :suffix
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::DataLakeAnalytics
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] the start IP address for the firewall rule. This can
17
16
  # be either ipv4 or ipv6. Start and End should be in the same protocol.
18
17
  attr_accessor :start_ip_address
@@ -13,7 +13,6 @@ module Azure::ARM::DataLakeAnalytics
13
13
 
14
14
  include MsRestAzure
15
15
 
16
- include MsRest::JSONable
17
16
  # @return [String] Resource Id
18
17
  attr_accessor :id
19
18
 
@@ -0,0 +1,94 @@
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::ARM::DataLakeAnalytics
7
+ module Models
8
+ #
9
+ # The Resource model definition.
10
+ #
11
+ class Resource
12
+
13
+ include MsRestAzure
14
+
15
+ # @return [String] Resource Id
16
+ attr_accessor :id
17
+
18
+ # @return [String] Resource name
19
+ attr_accessor :name
20
+
21
+ # @return [String] Resource type
22
+ attr_accessor :type
23
+
24
+ # @return [String] Resource location
25
+ attr_accessor :location
26
+
27
+ # @return [Hash{String => String}] Resource tags
28
+ attr_accessor :tags
29
+
30
+
31
+ #
32
+ # Mapper for Resource class as Ruby Hash.
33
+ # This will be used for serialization/deserialization.
34
+ #
35
+ def self.mapper()
36
+ {
37
+ required: false,
38
+ serialized_name: 'Resource',
39
+ type: {
40
+ name: 'Composite',
41
+ class_name: 'Resource',
42
+ model_properties: {
43
+ id: {
44
+ required: false,
45
+ read_only: true,
46
+ serialized_name: 'id',
47
+ type: {
48
+ name: 'String'
49
+ }
50
+ },
51
+ name: {
52
+ required: false,
53
+ read_only: true,
54
+ serialized_name: 'name',
55
+ type: {
56
+ name: 'String'
57
+ }
58
+ },
59
+ type: {
60
+ required: false,
61
+ read_only: true,
62
+ serialized_name: 'type',
63
+ type: {
64
+ name: 'String'
65
+ }
66
+ },
67
+ location: {
68
+ required: true,
69
+ serialized_name: 'location',
70
+ type: {
71
+ name: 'String'
72
+ }
73
+ },
74
+ tags: {
75
+ required: false,
76
+ serialized_name: 'tags',
77
+ type: {
78
+ name: 'Dictionary',
79
+ value: {
80
+ required: false,
81
+ serialized_name: 'StringElementType',
82
+ type: {
83
+ name: 'String'
84
+ }
85
+ }
86
+ }
87
+ }
88
+ }
89
+ }
90
+ }
91
+ end
92
+ end
93
+ end
94
+ end
@@ -12,7 +12,6 @@ module Azure::ARM::DataLakeAnalytics
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] the access token for the associated Azure Storage
17
16
  # Container.
18
17
  attr_accessor :access_token
@@ -12,7 +12,6 @@ module Azure::ARM::DataLakeAnalytics
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] the access key associated with this Azure Storage
17
16
  # account that will be used to connect to it.
18
17
  attr_accessor :access_key
@@ -12,7 +12,6 @@ module Azure::ARM::DataLakeAnalytics
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] the unique identifier of the blob container.
17
16
  attr_accessor :id
18
17
 
@@ -8,11 +8,13 @@ module Azure::ARM::DataLakeAnalytics
8
8
  #
9
9
  # The Sub Resource model definition.
10
10
  #
11
- class SubResource < MsRestAzure::SubResource
11
+ class SubResource
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
15
+ # @return [String] Resource Id
16
+ attr_accessor :id
17
+
16
18
  # @return [String] Resource name
17
19
  attr_accessor :name
18
20
 
@@ -12,7 +12,6 @@ module Azure::ARM::DataLakeAnalytics
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] the start IP address for the firewall rule. This can
17
16
  # be either ipv4 or ipv6. Start and End should be in the same protocol.
18
17
  attr_accessor :start_ip_address
@@ -13,7 +13,6 @@ module Azure::ARM::DataLakeAnalytics
13
13
 
14
14
  include MsRestAzure
15
15
 
16
- include MsRest::JSONable
17
16
  # @return [String] the updated access key associated with this Azure
18
17
  # Storage account that will be used to connect to it.
19
18
  attr_accessor :access_key
@@ -4,5 +4,5 @@
4
4
  # regenerated.
5
5
 
6
6
  module Azure::ARM::DataLakeAnalytics
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_datalake_analytics
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
@@ -119,6 +119,7 @@ files:
119
119
  - lib/generated/azure_mgmt_datalake_analytics/models/list_sas_tokens_result.rb
120
120
  - lib/generated/azure_mgmt_datalake_analytics/models/list_storage_containers_result.rb
121
121
  - lib/generated/azure_mgmt_datalake_analytics/models/optional_sub_resource.rb
122
+ - lib/generated/azure_mgmt_datalake_analytics/models/resource.rb
122
123
  - lib/generated/azure_mgmt_datalake_analytics/models/sas_token_info.rb
123
124
  - lib/generated/azure_mgmt_datalake_analytics/models/storage_account_info.rb
124
125
  - lib/generated/azure_mgmt_datalake_analytics/models/storage_container.rb