azure_mgmt_hdinsight 0.18.1 → 0.18.2

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
2
  SHA256:
3
- metadata.gz: c313cafa597d3b4352c2703620a4e829d463cf5cce54dcb4727cc7f913e1d620
4
- data.tar.gz: 8ec3f166bdaadb1e31cb3c78599f75e3ecc04a9753762e39448befafa7a32d23
3
+ metadata.gz: '08fc199d98d64c82d269adbc4599ad2b296003699c9da867042f42e2153d4ee4'
4
+ data.tar.gz: 4dcb2b4047877e546ba67facdab609f74f50df1f241dbcb2a99d27197a691ba4
5
5
  SHA512:
6
- metadata.gz: cc50de717f8b74defd142408cc85e6061d53e66968be46ff4d55f1d1976e2251ff910540f9ebbb9290025eb9ddcca4ffb074d51d2810d47324470dcce23b4b7f
7
- data.tar.gz: 19b4bc5598ca224436a44e273e0c51fcc4435c14881e0a058ec10fd40cbce1e012bd27fc7302c6f100062a3345f1133d319b1406fa5ad11dd4571fafa8ee10e6
6
+ metadata.gz: d78a7c3fc6dc6bb2ce5f8de596d400266459255122bf17cc77b26effd5b198a841cc46620171f851d0b0992b3a8446a8575f8051d0fd1835617bc6e354da3d22
7
+ data.tar.gz: 102230b1670b3cdb219ddc5e3ee1a42b92061e654ba6d5391173b46e7cb7ba026ac61b8922caf0c610d05b37682fa7e07e270fbfc4b60df62994631e4a2ed01b
@@ -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.18.1"
157
+ sdk_information = "#{sdk_information}/0.18.2"
158
158
  add_user_agent_information(sdk_information)
159
159
  end
160
160
  end
@@ -158,7 +158,7 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
158
158
  #
159
159
  def add_telemetry
160
160
  sdk_information = 'azure_mgmt_hdinsight'
161
- sdk_information = "#{sdk_information}/0.18.1"
161
+ sdk_information = "#{sdk_information}/0.18.2"
162
162
  add_user_agent_information(sdk_information)
163
163
  end
164
164
  end
@@ -32,6 +32,10 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
32
32
  # the key vault.
33
33
  attr_accessor :msi_resource_id
34
34
 
35
+ # @return [Boolean] Indicates whether or not resource disk encryption is
36
+ # enabled. Default value: false .
37
+ attr_accessor :encryption_at_host
38
+
35
39
 
36
40
  #
37
41
  # Mapper for DiskEncryptionProperties class as Ruby Hash.
@@ -85,6 +89,15 @@ module Azure::Hdinsight::Mgmt::V2018_06_01_preview
85
89
  type: {
86
90
  name: 'String'
87
91
  }
92
+ },
93
+ encryption_at_host: {
94
+ client_side_validation: true,
95
+ required: false,
96
+ serialized_name: 'encryptionAtHost',
97
+ default_value: false,
98
+ type: {
99
+ name: 'Boolean'
100
+ }
88
101
  }
89
102
  }
90
103
  }
@@ -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.18.1'
6
+ VERSION = '0.18.2'
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.18.1
4
+ version: 0.18.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Microsoft Corporation
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-07-21 00:00:00.000000000 Z
11
+ date: 2020-08-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler