forked from Azure/azure-sdk-for-net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMicrosoft.Azure.Management.Authorization.csproj
27 lines (24 loc) · 1.31 KB
/
Microsoft.Azure.Management.Authorization.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
<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>
<Description>Provides capabilities to query Microsoft Azure Management Authorization.</Description>
<AssemblyTitle>Authorization Library for Microsoft Azure Management Authorization</AssemblyTitle>
<Version>2.11.0-preview</Version>
<AssemblyName>Microsoft.Azure.Management.Authorization</AssemblyName>
<PackageId>Microsoft.Azure.Management.Authorization</PackageId>
<PackageTags>Microsoft Azure Management;Authorization;</PackageTags>
<PackageReleaseNotes>
<![CDATA[
This is a public preview release of the Azure Authorization SDK. This release removes RoleAssignmentProperties, RoleDefinitionProperties, and ClassicAdministratorProperties, and adds PrincipalType to RA Properties.
]]>
</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>