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
@@ -1,7 +1,7 @@
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!--This file and it's contents are updated at build time moving or editing might result in build failure. Take due deligence while editing this file-->
<PropertyGroup>
<AzureApiTag>NetApp_2019-08-01;</AzureApiTag>
<AzureApiTag>NetApp_2019-10-01;</AzureApiTag>
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@
<Description>Provides NetApp storage management capabilities for Microsoft Azure.</Description>
<AssemblyTitle>Microsoft Azure NetApp Management</AssemblyTitle>
<AssemblyName>Microsoft.Azure.Management.NetApp</AssemblyName>
<Version>1.3.0</Version>
<Version>1.4.0</Version>
<PackageTags>MicrosoftAzure Management;NetApp</PackageTags>
<PackageReleaseNotes>
<![CDATA[
Version 1.3.0 relates to NetApp Files (ANF) RP R6 GA.
Version 1.4.0 relates to NetApp Files (ANF) RP R7 GA.
- added replication functionality

Azure NetApp Files:
Provides the capability to create multiple file system volumes through Microsoft Azure.
Volumes reside within an account pool, a container representing the total data allocation available. A typical usage might be:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyDescription("Provides management functionality for Azure NetApp Storage.")]

[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.3.0.0")]
[assembly: AssemblyFileVersion("1.4.0.0")]

[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
Expand Down