Microsoft.Azure.Management.Dns
2.2.0-preview
Prefix Reserved
Please note, this package is obsolete as of 9/30/2023 and is no longer maintained or monitored. Microsoft encourages you to upgrade to the replacement package, Azure.ResourceManager.Dns, to continue receiving updates. Refer to the migration guide (https://aka.ms/dotnet/t2/migration) for guidance on upgrading. Refer to our deprecation policy (https://aka.ms/azsdk/support-policies) for more details.
See the version list below for details.
dotnet add package Microsoft.Azure.Management.Dns --version 2.2.0-preview
NuGet\Install-Package Microsoft.Azure.Management.Dns -Version 2.2.0-preview
<PackageReference Include="Microsoft.Azure.Management.Dns" Version="2.2.0-preview" />
paket add Microsoft.Azure.Management.Dns --version 2.2.0-preview
#r "nuget: Microsoft.Azure.Management.Dns, 2.2.0-preview"
// Install Microsoft.Azure.Management.Dns as a Cake Addin #addin nuget:?package=Microsoft.Azure.Management.Dns&version=2.2.0-preview&prerelease // Install Microsoft.Azure.Management.Dns as a Cake Tool #tool nuget:?package=Microsoft.Azure.Management.Dns&version=2.2.0-preview&prerelease
Provides management capabilities for Azure Dns.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.4 is compatible. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 was computed. netstandard2.1 was computed. |
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.5.2
- Microsoft.Rest.ClientRuntime (>= 2.3.10 && < 3.0.0)
- Microsoft.Rest.ClientRuntime.Azure (>= 3.3.10 && < 4.0.0)
- Newtonsoft.Json (>= 6.0.8)
-
.NETStandard 1.4
- Microsoft.Rest.ClientRuntime (>= 2.3.10 && < 3.0.0)
- Microsoft.Rest.ClientRuntime.Azure (>= 3.3.10 && < 4.0.0)
- NETStandard.Library (>= 1.6.1)
- Newtonsoft.Json (>= 9.0.1)
- System.Net.Http (>= 4.3.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Microsoft.Azure.Management.Dns:
Package | Downloads |
---|---|
letsencrypt.azure.core
Library for easy installation and renewals of Let's Encrypt SSL certificates on Azure Web Apps. PLEASE READ and understand the known limitations listed here: https://github.com/sjkp/letsencrypt-siteextension/blob/master/README.md#known-issues |
|
DenevCloud.AspNetCore.Services.Azure
Easy to use and ready-to-go ASP.NET Core services for Azure. For an example please visit Github repo. |
|
letsencrypt.azure.core.untested
Library for easy installation and renewals of Let's Encrypt SSL certificates on Azure Web Apps. PLEASE READ and understand the known limitations listed here: https://github.com/sjkp/letsencrypt-siteextension/blob/master/README.md#known-issues |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on Microsoft.Azure.Management.Dns:
Repository | Stars |
---|---|
sjkp/letsencrypt-siteextension
Azure Web App Site Extension for easy installation and configuration of Let's Encrypt issued SSL certifcates for custom domain names.
|
|
ohadschn/letsencrypt-webapp-renewer
[PLEASE USE FREE MS MANAGED CERTS INSTEAD] Simple WebJob-ready console application for renewing Azure Web App SSL certificates
|
|
davidebbo/AzureWebsitesSamples
A repository of Azure Websites related samples
|
Version | Downloads | Last updated | |
---|---|---|---|
3.0.1 | 1,066,538 | 10/27/2018 | |
3.0.0 | 16,000 | 9/10/2018 | |
2.2.0-preview | 79,298 | 3/15/2018 | |
2.1.0-preview | 2,404 | 3/13/2018 | |
2.0.0-preview | 135,803 | 11/1/2017 | |
1.9.0-preview | 22,088 | 8/4/2017 | |
1.8.0-preview | 44,112 | 3/3/2017 | |
1.7.2-preview | 18,489 | 6/29/2016 | |
1.7.1-preview | 1,387 | 6/7/2016 | |
1.5.0-preview | 7,861 | 4/7/2016 | |
1.3.0-preview | 21,063 | 7/8/2015 | |
1.2.1-preview | 13,341 | 5/4/2015 |
1) Support for Private DNS zones in 2018-03-01-preview API version.
2) Support for non-printable characters in TXT records in 2017-10-01 API version. Non-printable characters in TXT records can be specified using '\DDD' RFC 1035 format where DDD is the decimal number of the character (e.g. \000 for null character). Note that '\' also escapes non-decimal digits as meaning to interpret the next character literally as in RFC 1035, so to use a backslash itself in the TXT record resolution you must escape it (e.g. '\\').
3) Support for updating of DNS zones using patch semantics