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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA256:
3
- metadata.gz: 49aacbf181dc175a5484591de3853b5dd4a9992d6fe5a6cc9580bde3e0f6339c
4
- data.tar.gz: 21c75cd33d6d5f1ecf89cc6b113bfc66f37d670e9f8e66d74e60c98a244b243d
2
+ SHA1:
3
+ metadata.gz: 646a3a8df00445f6c2b46771f01c34ee8534e937
4
+ data.tar.gz: 8bb9e49e6d8515e14b68e8aac9bcab258b14da6f
5
5
  SHA512:
6
- metadata.gz: 244794da44c24222c56ccd0b29ab28b55b3c6647593daca956286be5b61ffcda81f7dc49112691de7599e36b9701d05ea1d40c84bc79b9f11bc7a20ce997a6de
7
- data.tar.gz: 3dbfaff63197f47160f6cc275cc26887041a8ebadac6eec3ea2429b6abd30f6a31518eddcea4afb5945b48c4771f285d78c950cde91a54fe6ecfb07f6ebd59ab
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.0"
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.0"
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
@@ -3,5 +3,5 @@
3
3
  # Licensed under the MIT License. See License.txt in the project root for license information.
4
4
 
5
5
  module Azure::Hdinsight::Mgmt
6
- VERSION = '0.17.0'
6
+ VERSION = '0.17.1'
7
7
  end
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.0
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-14 00:00:00.000000000 Z
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.7.6
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