Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ internal static class DataLakeStoreCustomizationHelper
/// This constant is used as the default package version to place in the user agent.
/// It should mirror the package version in the project.json file.
/// </summary>
internal const string PackageVersion = "2.1.3-preview";
internal const string PackageVersion = "2.2.0";

internal const string DefaultAdlsFileSystemDnsSuffix = "azuredatalakestore.net";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<PackageId>Microsoft.Azure.Management.DataLake.Store</PackageId>
<Description>Provides Data Lake Store account and filesystem management capabilities for Microsoft Azure.</Description>
<VersionPrefix>2.1.3-preview</VersionPrefix>
<VersionPrefix>2.2.0</VersionPrefix>
<AssemblyName>Microsoft.Azure.Management.DataLake.Store</AssemblyName>
<PackageTags>Microsoft Azure Data Lake Store management;DataLakeStore;Data Lake Store management</PackageTags>
<PackageReleaseNotes>See https://github.com/azure/azure-sdk-for-net/blob/vs17Dev/src/SDKs/DataLake.Store/changelog.md for release notes.</PackageReleaseNotes>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyDescription("Provides Microsoft Azure Data Lake Store management operations including account and filesystem management.")]

[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.1.3.0")]
[assembly: AssemblyFileVersion("2.2.0.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Azure .NET SDK")]
Expand Down
6 changes: 6 additions & 0 deletions src/SDKs/DataLake.Store/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Microsoft.Azure.Management.DataLake.Store release notes

### Changes in 2.2.0
- Marking the 2.*.*-preview changes as stable for the second official release of the Data Lake Store SDK.

### Changes in 2.1.3-preview
- Added support to rotate user defined KeyVault keys through account updates.

### Changes in 2.1.1-preview
- Update underlying AutoRest framework to the latest. This cleans up a lot of the generated code, making it easier to read.
- Filesystem client updates to further bring the client in line with WebHDFS standards:
Expand Down