azure_mgmt_hdinsight 0.17.0 → 0.17.1
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.
- checksums.yaml +5 -5
- data/lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/hdinsight_management_client.rb +1 -1
- data/lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/models/storage_account.rb +25 -0
- data/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/hdinsight_management_client.rb +1 -1
- data/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/storage_account.rb +25 -0
- data/lib/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 646a3a8df00445f6c2b46771f01c34ee8534e937
|
|
4
|
+
data.tar.gz: 8bb9e49e6d8515e14b68e8aac9bcab258b14da6f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6d36ea30881faa66d7e9230b2c4699446e07c69a5b4cb5f5e04727116ea1c6dfcce0c81709b8aede56560642bb4b529c7bf60398d08f556b4beaec924aa061b5
|
|
7
|
+
data.tar.gz: 387ff276c58504d93390497ae470e91a970258fdac85b4ac35f133d97272a65b3694b845ebe2b0ba046891859db2ba20ff4758e211b963e0e3bb45fa49aca780
|
|
@@ -154,7 +154,7 @@ module Azure::Hdinsight::Mgmt::V2015_03_01_preview
|
|
|
154
154
|
#
|
|
155
155
|
def add_telemetry
|
|
156
156
|
sdk_information = 'azure_mgmt_hdinsight'
|
|
157
|
-
sdk_information = "#{sdk_information}/0.17.
|
|
157
|
+
sdk_information = "#{sdk_information}/0.17.1"
|
|
158
158
|
add_user_agent_information(sdk_information)
|
|
159
159
|
end
|
|
160
160
|
end
|
|
@@ -30,6 +30,15 @@ module Azure::Hdinsight::Mgmt::V2015_03_01_preview
|
|
|
30
30
|
# @return [String] The storage account access key.
|
|
31
31
|
attr_accessor :key
|
|
32
32
|
|
|
33
|
+
# @return [String] The resource ID of storage account, only to be
|
|
34
|
+
# specified for Azure Data Lake Storage Gen 2.
|
|
35
|
+
attr_accessor :resource_id
|
|
36
|
+
|
|
37
|
+
# @return [String] The managed identity (MSI) that is allowed to access
|
|
38
|
+
# the storage account, only to be specified for Azure Data Lake Storage
|
|
39
|
+
# Gen 2.
|
|
40
|
+
attr_accessor :msi_resource_id
|
|
41
|
+
|
|
33
42
|
|
|
34
43
|
#
|
|
35
44
|
# Mapper for StorageAccount class as Ruby Hash.
|
|
@@ -83,6 +92,22 @@ module Azure::Hdinsight::Mgmt::V2015_03_01_preview
|
|
|
83
92
|
type: {
|
|
84
93
|
name: 'String'
|
|
85
94
|
}
|
|
95
|
+
},
|
|
96
|
+
resource_id: {
|
|
97
|
+
client_side_validation: true,
|
|
98
|
+
required: false,
|
|
99
|
+
serialized_name: 'resourceId',
|
|
100
|
+
type: {
|
|
101
|
+
name: 'String'
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
msi_resource_id: {
|
|
105
|
+
client_side_validation: true,
|
|
106
|
+
required: false,
|
|
107
|
+
serialized_name: 'msiResourceId',
|
|
108
|
+
type: {
|
|
109
|
+
name: 'String'
|
|
110
|
+
}
|
|
86
111
|
}
|
|
87
112
|
}
|
|
88
113
|
}
|
|
@@ -154,7 +154,7 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
|
|
|
154
154
|
#
|
|
155
155
|
def add_telemetry
|
|
156
156
|
sdk_information = 'azure_mgmt_hdinsight'
|
|
157
|
-
sdk_information = "#{sdk_information}/0.17.
|
|
157
|
+
sdk_information = "#{sdk_information}/0.17.1"
|
|
158
158
|
add_user_agent_information(sdk_information)
|
|
159
159
|
end
|
|
160
160
|
end
|
|
@@ -30,6 +30,15 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
|
|
|
30
30
|
# @return [String] The storage account access key.
|
|
31
31
|
attr_accessor :key
|
|
32
32
|
|
|
33
|
+
# @return [String] The resource ID of storage account, only to be
|
|
34
|
+
# specified for Azure Data Lake Storage Gen 2.
|
|
35
|
+
attr_accessor :resource_id
|
|
36
|
+
|
|
37
|
+
# @return [String] The managed identity (MSI) that is allowed to access
|
|
38
|
+
# the storage account, only to be specified for Azure Data Lake Storage
|
|
39
|
+
# Gen 2.
|
|
40
|
+
attr_accessor :msi_resource_id
|
|
41
|
+
|
|
33
42
|
|
|
34
43
|
#
|
|
35
44
|
# Mapper for StorageAccount class as Ruby Hash.
|
|
@@ -83,6 +92,22 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
|
|
|
83
92
|
type: {
|
|
84
93
|
name: 'String'
|
|
85
94
|
}
|
|
95
|
+
},
|
|
96
|
+
resource_id: {
|
|
97
|
+
client_side_validation: true,
|
|
98
|
+
required: false,
|
|
99
|
+
serialized_name: 'resourceId',
|
|
100
|
+
type: {
|
|
101
|
+
name: 'String'
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
msi_resource_id: {
|
|
105
|
+
client_side_validation: true,
|
|
106
|
+
required: false,
|
|
107
|
+
serialized_name: 'msiResourceId',
|
|
108
|
+
type: {
|
|
109
|
+
name: 'String'
|
|
110
|
+
}
|
|
86
111
|
}
|
|
87
112
|
}
|
|
88
113
|
}
|
data/lib/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: azure_mgmt_hdinsight
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.17.
|
|
4
|
+
version: 0.17.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Microsoft Corporation
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-01-
|
|
11
|
+
date: 2019-01-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -274,7 +274,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
274
274
|
version: '0'
|
|
275
275
|
requirements: []
|
|
276
276
|
rubyforge_project:
|
|
277
|
-
rubygems_version: 2.
|
|
277
|
+
rubygems_version: 2.5.1
|
|
278
278
|
signing_key:
|
|
279
279
|
specification_version: 4
|
|
280
280
|
summary: Official Ruby client library to consume Microsoft Azure Hdinsight Management
|