forked from Azure/azure-sdk-for-net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMicrosoft.AzureStack.Management.Fabric.Admin.csproj
34 lines (30 loc) · 1.87 KB
/
Microsoft.AzureStack.Management.Fabric.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
34
<Project Sdk="Microsoft.NET.Sdk">
<!-- Please do not move/edit code below this line -->
<Import Project="$(RepoEngPath)/mgmt/AzSdk.reference.props" />
<!-- Please do not move/edit code below this line -->
<PropertyGroup>
<PackageId>Microsoft.AzureStack.Management.Fabric.Admin</PackageId>
<Description>Provides developers with libraries for the fabric admin under AzureStack to manage fabric infrastructure.</Description>
<Version>2.9.0-preview</Version>
<AssemblyName>Microsoft.AzureStack.Management.Fabric.Admin</AssemblyName>
<PackageTags>Microsoft Azure Stack;Fabric;REST HTTP client;azurestack;netcore452</PackageTags>
<PackageReleaseNotes>
<![CDATA[
Breaking changes:
* The resources StorageSystem and StoragePool have been deprecated. They have been replaced with StorageSubSystem.
* Support Drive and Volume resources with API version 2019-05-01:
1. The value of Id, Name, HealthStatus and OperationalStatus have been changed.
2. We have supported new properties FirmwareVersion, IsIndicationEnabled, Manufacturer and StoragePool for Drive resources.
3. The properties CanPool and CannotPoolReason of Drive resources have been deprecated.
Please note that the features are supported by Azure Stack 1910+.
]]>
</PackageReleaseNotes>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</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>