Skip to content

Commit

Permalink
[HDInsight] - Update SDK version to 5.0.0 (Azure#5724)
Browse files Browse the repository at this point in the history
* [HDInsight] - Update SDK version to 5.0.0

* Update PackageReleaseNotes
  • Loading branch information
idear1203 authored and dsgouda committed Apr 11, 2019
1 parent b0be78b commit 27dc1a5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,18 @@
<PackageId>Microsoft.Azure.Management.HDInsight</PackageId>
<Description>Azure HDInsight Management SDK Library</Description>
<AssemblyName>Microsoft.Azure.Management.HDInsight</AssemblyName>
<Version>4.4.0-preview</Version>
<Version>5.0.0</Version>
<PackageTags>Microsoft Azure HDInsight Management;HDInsight;HDInsight Management</PackageTags>
<PackageReleaseNotes>
<![CDATA[
This is a public preview release of the Azure HDInsight SDK. Add support for get/update gatewaysettings.
This release contains some important changes to allow for more fine-grained role-based access to obtain sensitive credentials. As part of these changes, ACTION MAY BE REQUIRED if you are using one of the affected methods:
1) ConfigurationOperationsExtensions.Get will NO LONGER RETURN SENSITIVE PARAMETERS like storage keys (core-site) or HTTP credentials (gateway).
- To retrieve all configurations, including sensitive parameters, use ConfigurationOperationsExtensions.List going forward.  Note that users with the 'Reader' role will not be able to use this method to allow for fine-grained control over which users can access cluster secrets.
- To retrieve just HTTP gateway credentials, use ClusterOperationsExtensions.GetGatewaySettings.
2) ConfigurationsOperationsExtensions.Update is now deprecated and has been replaced by ClusterOperationsExtensions.UpdateGatewaySettings.
3) ConfigurationsOperationsExtensions.EnableHttp and DisableHttp are now deprecated. Http is now always enabled, so these methods are no longer needed.
For more information, please visit https://aka.ms/hdi-config-update
]]>
</PackageReleaseNotes>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@

[assembly: AssemblyTitle("Microsoft Azure HDInsight Management Library")]
[assembly: AssemblyDescription("Provides management functionality for Microsoft Azure HDInsight.")]
[assembly: AssemblyVersion("4.0.0.0")]
[assembly: AssemblyFileVersion("4.4.0.0")]
[assembly: AssemblyVersion("5.0.0.0")]
[assembly: AssemblyFileVersion("5.0.0.0")]

[assembly: InternalsVisibleTo("Microsoft.Azure.Management.HDInsight.Tests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]

0 comments on commit 27dc1a5

Please sign in to comment.