forked from Azure/azure-sdk-for-net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMicrosoft.Azure.Management.ManagedServices.csproj
33 lines (29 loc) · 1.79 KB
/
Microsoft.Azure.Management.ManagedServices.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="$(RepoEngPath)/mgmt/AzSdk.reference.props" />
<!-- Please do not move/edit code below this line -->
<PropertyGroup>
<PackageId>Microsoft.Azure.Management.ManagedServices</PackageId>
<Description>Microsoft Azure Managed Services Management Library</Description>
<Version>1.1.0</Version>
<AssemblyName>Microsoft.Azure.Management.ManagedServices</AssemblyName>
<PackageTags>Microsoft Azure Managed Services Management;Managed Services;Managed Services Management;</PackageTags>
<PackageReleaseNotes>
<![CDATA[
This feature is used by customers of Managed Service Providers (MSPs).
Customers give an MSP the ability to manage their subscription or resource group.
In addition to granting access, the customer can also remove access or view existing access delegations.
MSPs are able able to view the list of customers who have granted them access to subscriptions/resource groups.
There are two objects involved in this process:
A registration definition which identifies the MSP and the role definitions granted to the MSP. The MSP can optionally define this object using a Managed Services marketplace offering
Access assignments which associate a subscription or resource group with the definition.
]]>
</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>