azure_mgmt_datalake_store 0.13.0 → 0.14.0

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 (20) hide show
  1. checksums.yaml +4 -4
  2. data/lib/generated/azure_mgmt_datalake_store.rb +1 -0
  3. data/lib/generated/azure_mgmt_datalake_store/models/data_lake_store_account.rb +2 -3
  4. data/lib/generated/azure_mgmt_datalake_store/models/data_lake_store_account_basic.rb +2 -3
  5. data/lib/generated/azure_mgmt_datalake_store/models/data_lake_store_account_status.rb +2 -0
  6. data/lib/generated/azure_mgmt_datalake_store/models/data_lake_store_account_update_parameters.rb +0 -1
  7. data/lib/generated/azure_mgmt_datalake_store/models/encryption_config.rb +0 -1
  8. data/lib/generated/azure_mgmt_datalake_store/models/encryption_identity.rb +0 -1
  9. data/lib/generated/azure_mgmt_datalake_store/models/error_details.rb +0 -1
  10. data/lib/generated/azure_mgmt_datalake_store/models/firewall_rule.rb +0 -1
  11. data/lib/generated/azure_mgmt_datalake_store/models/key_vault_meta_info.rb +0 -1
  12. data/lib/generated/azure_mgmt_datalake_store/models/resource.rb +94 -0
  13. data/lib/generated/azure_mgmt_datalake_store/models/sub_resource.rb +4 -2
  14. data/lib/generated/azure_mgmt_datalake_store/models/trusted_id_provider.rb +0 -1
  15. data/lib/generated/azure_mgmt_datalake_store/models/update_encryption_config.rb +0 -1
  16. data/lib/generated/azure_mgmt_datalake_store/models/update_firewall_rule_parameters.rb +0 -1
  17. data/lib/generated/azure_mgmt_datalake_store/models/update_key_vault_meta_info.rb +0 -1
  18. data/lib/generated/azure_mgmt_datalake_store/models/update_trusted_id_provider_parameters.rb +0 -1
  19. data/lib/generated/azure_mgmt_datalake_store/version.rb +1 -1
  20. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dbeaa5adc2d0feae05d8b65f84c79b8cff703fb8
4
- data.tar.gz: ba61396b137c6b65af5392bd243075cdab475cf1
3
+ metadata.gz: 8dd89fbc008f40147b461e9d9f3565f268c65bdf
4
+ data.tar.gz: 1e639c50843be7e80013665d509f411457512c00
5
5
  SHA512:
6
- metadata.gz: 6bfa07172bfc4319db7a27edf31b44c7e88995e4b0ae65f5367c2491809f4f89e06d161b3ee84b9aaf404d714c8412e865e8edb2336d20530056b5ed84bad00d
7
- data.tar.gz: 9000245238a6d36a0b89b2d1eb61bc337d9e533c5b4271140399de4e757cd099eab56dc485f8f1009a36ad91436818ede91e8a55dd2a972337e91e6bbb9f048c
6
+ metadata.gz: b94b8ce71d6438736d52bfe18a2b24f96c82129d3f073e7fddcae2e26dd2179778f587d88fe45ad18fdcc77666474cfbe1db8ab3ecea6c543c0efc35b54a722c
7
+ data.tar.gz: 87071f135e2ca58e707ce4a8352c31fced13d45cc746fe6d60446f45adf60082286b2ac26abfaad5c00eb6e6efbfa35cfffcc4ed2877396a69ffd0fc2717924f
@@ -36,6 +36,7 @@ module Azure::ARM::DataLakeStore
36
36
  autoload :EncryptionIdentity, 'generated/azure_mgmt_datalake_store/models/encryption_identity.rb'
37
37
  autoload :EncryptionConfig, 'generated/azure_mgmt_datalake_store/models/encryption_config.rb'
38
38
  autoload :SubResource, 'generated/azure_mgmt_datalake_store/models/sub_resource.rb'
39
+ autoload :Resource, 'generated/azure_mgmt_datalake_store/models/resource.rb'
39
40
  autoload :KeyVaultMetaInfo, 'generated/azure_mgmt_datalake_store/models/key_vault_meta_info.rb'
40
41
  autoload :DataLakeStoreAccountListResult, 'generated/azure_mgmt_datalake_store/models/data_lake_store_account_list_result.rb'
41
42
  autoload :ErrorDetails, 'generated/azure_mgmt_datalake_store/models/error_details.rb'
@@ -8,18 +8,17 @@ module Azure::ARM::DataLakeStore
8
8
  #
9
9
  # Data Lake Store account information
10
10
  #
11
- class DataLakeStoreAccount < MsRestAzure::Resource
11
+ class DataLakeStoreAccount < Resource
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [EncryptionIdentity] The Key Vault encryption identity, if any.
17
16
  attr_accessor :identity
18
17
 
19
18
  # @return [DataLakeStoreAccountStatus] the provisioning status of the
20
19
  # Data Lake Store account. Possible values include: 'Failed', 'Creating',
21
20
  # 'Running', 'Succeeded', 'Patching', 'Suspending', 'Resuming',
22
- # 'Deleting', 'Deleted'
21
+ # 'Deleting', 'Deleted', 'Undeleting', 'Canceled'
23
22
  attr_accessor :provisioning_state
24
23
 
25
24
  # @return [DataLakeStoreAccountState] the state of the Data Lake Store
@@ -8,15 +8,14 @@ module Azure::ARM::DataLakeStore
8
8
  #
9
9
  # Basic Data Lake Store account information, returned on list calls.
10
10
  #
11
- class DataLakeStoreAccountBasic < MsRestAzure::Resource
11
+ class DataLakeStoreAccountBasic < Resource
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [DataLakeStoreAccountStatus] the provisioning status of the
17
16
  # Data Lake Store account. Possible values include: 'Failed', 'Creating',
18
17
  # 'Running', 'Succeeded', 'Patching', 'Suspending', 'Resuming',
19
- # 'Deleting', 'Deleted'
18
+ # 'Deleting', 'Deleted', 'Undeleting', 'Canceled'
20
19
  attr_accessor :provisioning_state
21
20
 
22
21
  # @return [DataLakeStoreAccountState] the state of the Data Lake Store
@@ -18,6 +18,8 @@ module Azure::ARM::DataLakeStore
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
@@ -12,7 +12,6 @@ module Azure::ARM::DataLakeStore
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [Hash{String => String}] Resource tags
17
16
  attr_accessor :tags
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::DataLakeStore
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [EncryptionConfigType] The type of encryption configuration
17
16
  # being used. Currently the only supported types are 'UserManaged' and
18
17
  # 'ServiceManaged'. Possible values include: 'UserManaged',
@@ -12,7 +12,6 @@ module Azure::ARM::DataLakeStore
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] The type of encryption being used. Currently the only
17
16
  # supported type is 'SystemAssigned'. Default value: 'SystemAssigned' .
18
17
  attr_accessor :type
@@ -12,7 +12,6 @@ module Azure::ARM::DataLakeStore
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] the HTTP status code or error code associated with
17
16
  # this error
18
17
  attr_accessor :code
@@ -12,7 +12,6 @@ module Azure::ARM::DataLakeStore
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
@@ -12,7 +12,6 @@ module Azure::ARM::DataLakeStore
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] The resource identifier for the user managed Key Vault
17
16
  # being used to encrypt.
18
17
  attr_accessor :key_vault_resource_id
@@ -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::DataLakeStore
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
@@ -8,11 +8,13 @@ module Azure::ARM::DataLakeStore
8
8
  #
9
9
  # The Resource model definition for a nested resource.
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::DataLakeStore
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] The URL of this trusted identity provider
17
16
  attr_accessor :id_provider
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::DataLakeStore
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [UpdateKeyVaultMetaInfo] The updated Key Vault key to use in
17
16
  # user managed key rotation.
18
17
  attr_accessor :key_vault_meta_info
@@ -12,7 +12,6 @@ module Azure::ARM::DataLakeStore
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
@@ -12,7 +12,6 @@ module Azure::ARM::DataLakeStore
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] The version of the user managed encryption key to
17
16
  # update through a key rotation.
18
17
  attr_accessor :encryption_key_version
@@ -12,7 +12,6 @@ module Azure::ARM::DataLakeStore
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] The URL of this trusted identity provider
17
16
  attr_accessor :id_provider
18
17
 
@@ -4,5 +4,5 @@
4
4
  # regenerated.
5
5
 
6
6
  module Azure::ARM::DataLakeStore
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_store
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
@@ -110,6 +110,7 @@ files:
110
110
  - lib/generated/azure_mgmt_datalake_store/models/firewall_rule.rb
111
111
  - lib/generated/azure_mgmt_datalake_store/models/firewall_state.rb
112
112
  - lib/generated/azure_mgmt_datalake_store/models/key_vault_meta_info.rb
113
+ - lib/generated/azure_mgmt_datalake_store/models/resource.rb
113
114
  - lib/generated/azure_mgmt_datalake_store/models/sub_resource.rb
114
115
  - lib/generated/azure_mgmt_datalake_store/models/tier_type.rb
115
116
  - lib/generated/azure_mgmt_datalake_store/models/trusted_id_provider.rb