forked from Azure/azure-sdk-for-net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMicrosoft.Azure.Management.PrivateDns.csproj
31 lines (28 loc) · 1.47 KB
/
Microsoft.Azure.Management.PrivateDns.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
<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.PrivateDns</PackageId>
<Description>Provides management capabilities for Azure Private DNS.</Description>
<Version>1.0.0</Version>
<AssemblyName>Microsoft.Azure.Management.PrivateDns</AssemblyName>
<PackageTags>Microsoft Azure Private DNS;Private DNS;DNS</PackageTags>
<PackageReleaseNotes>
<![CDATA[This is a release SDK for Azure Private DNS Zones, which allows you to:
- create/read/update/delete Private DNS zones.
A Private DNS zone hosts records for any domain.
- create/read/update/delete record sets in Private DNS zones.
These records are resolved by the clients issuing the DNS queries against the zone.
- create/read/update/delete virtual network links to the Private DNS zones.
The virtual machines in only the virtual networks linked to the Private DNS zones can resolve the zone records.
]]>
</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>net452;netstandard1.4</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>