forked from Azure/azure-sdk-for-net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Microsoft.AzureStack.Management.Storage.Admin.csproj
33 lines (29 loc) · 1.67 KB
/
Microsoft.AzureStack.Management.Storage.Admin.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<Project Sdk="Microsoft.NET.Sdk">
<!-- Please do not move/edit code below this line -->
<Import Project="$([MSBuild]::GetPathOfFileAbove('AzSdk.reference.props'))" />
<!-- Please do not move/edit code below this line -->
<PropertyGroup>
<PackageId>Microsoft.AzureStack.Management.Storage.Admin</PackageId>
<Description>Provides developers with libraries for the Storage admin under AzureStack to manage Storage infrastructure.</Description>
<VersionPrefix>0.1.0-preview</VersionPrefix>
<AssemblyName>Microsoft.AzureStack.Management.Storage.Admin</AssemblyName>
<PackageTags>Microsoft Azure Stack;Storage;REST HTTP client;azureostackfficial;netcore451511</PackageTags>
<PackageReleaseNotes>
<![CDATA[
Preview release of the AzureStack Storage administrator SDK. In this release we provide the functionality to
1) Manage storage quotas
2) Garbage collect deleted storage resources
3) Restore deleted storage accounts
4) Migrate containers from one share to another.
5) View information about the individual storage components.
6) View usage and performance information
]]>
</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>$(SdkTargetFx)</TargetFrameworks>
</PropertyGroup>
<!-- Please do not move/edit code below this line -->
<Import Condition=" Exists('$([MSBuild]::GetPathOfFileAbove(AzSdk.RP.props))') " Project="$([MSBuild]::GetPathOfFileAbove('AzSdk.RP.props'))" />
<!-- Please do not move/edit code above this line -->
</Project>