forked from Azure/azure-sdk-for-net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMicrosoft.AzureStack.Management.Subscriptions.Admin.csproj
27 lines (23 loc) · 1.36 KB
/
Microsoft.AzureStack.Management.Subscriptions.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
<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.Subscriptions.Admin</PackageId>
<Description>Provides developers with libraries for the subscriptions admin under AzureStack to manage subscriptions</Description>
<VersionPrefix>0.2.0-preview</VersionPrefix>
<AssemblyName>Microsoft.AzureStack.Management.Subscriptions.Admin</AssemblyName>
<PackageTags>Microsoft Azure Stack;Subscription;REST HTTP client;azureostackofficial;netcore451511;0.2.0-preview</PackageTags>
<PackageReleaseNotes>
<![CDATA[
Move-AzsSubscription - Ability to move tenant subscriptions between delegated providers within a directory. (Requires AzureStack 1807).
]]>
</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>