diff --git a/src/Dns/Dns.Autorest/Properties/AssemblyInfo.cs b/src/Dns/Dns.Autorest/Properties/AssemblyInfo.cs new file mode 100644 index 000000000000..8c7e088a6899 --- /dev/null +++ b/src/Dns/Dns.Autorest/Properties/AssemblyInfo.cs @@ -0,0 +1,27 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the Apache License, Version 2.0 (the ""License""); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an ""AS IS"" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +// is regenerated. + +using System; +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +[assembly: System.Reflection.AssemblyCompanyAttribute("Microsoft")] +[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")] +[assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")] +[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - Dns")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.3.1")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.3.1")] +[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)] +[assembly: System.CLSCompliantAttribute(false)] + diff --git a/src/Dns/Dns.Autorest/README.md b/src/Dns/Dns.Autorest/README.md index 15d27d0eebcd..1d925f1c06ce 100644 --- a/src/Dns/Dns.Autorest/README.md +++ b/src/Dns/Dns.Autorest/README.md @@ -39,16 +39,6 @@ module-version: 0.1.0 title: Dns subject-prefix: $(service-name) -# If there are post APIs for some kinds of actions in the RP, you may need to -# uncomment following line to support viaIdentity for these post APIs -# identity-correction-for-post: true -resourcegroup-append: true -nested-object-to-string: true - -# For new modules, please avoid setting 3.x using the use-extension method and instead, use 4.x as the default option -use-extension: - "@autorest/powershell": "3.x" - directive: # Following is two common directive which are normally required in all the RPs # 1. Remove the unexpanded parameter set diff --git a/src/Dns/Dns.Autorest/docs/Az.Dns.md b/src/Dns/Dns.Autorest/docs/Az.Dns.md index 352e36008618..d11c6a9d3bf0 100644 --- a/src/Dns/Dns.Autorest/docs/Az.Dns.md +++ b/src/Dns/Dns.Autorest/docs/Az.Dns.md @@ -1,6 +1,6 @@ --- Module Name: Az.Dns -Module Guid: 6bb9f5b6-6948-424c-b7b3-faba33be0aef +Module Guid: 96cdae9e-d4a8-47c2-85c1-4d0be13a98df Download Help Link: https://learn.microsoft.com/powershell/module/az.dns Help Version: 1.0.0.0 Locale: en-US @@ -15,7 +15,7 @@ Microsoft Azure PowerShell: Dns cmdlets Gets the DNSSEC configuration. ### [New-AzDnsDnssecConfig](New-AzDnsDnssecConfig.md) -Creates or updates the DNSSEC configuration on a DNS zone. +Create the DNSSEC configuration on a DNS zone. ### [Remove-AzDnsDnssecConfig](Remove-AzDnsDnssecConfig.md) Deletes the DNSSEC configuration on a DNS zone. diff --git a/src/Dns/Dns.Autorest/docs/Get-AzDnsDnssecConfig.md b/src/Dns/Dns.Autorest/docs/Get-AzDnsDnssecConfig.md index affc054bda91..6318c5d7a935 100644 --- a/src/Dns/Dns.Autorest/docs/Get-AzDnsDnssecConfig.md +++ b/src/Dns/Dns.Autorest/docs/Get-AzDnsDnssecConfig.md @@ -97,7 +97,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.IDnsIdentity @@ -166,7 +165,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.IDnssecConfig +### Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.IDnssecConfig ## NOTES diff --git a/src/Dns/Dns.Autorest/docs/New-AzDnsDnssecConfig.md b/src/Dns/Dns.Autorest/docs/New-AzDnsDnssecConfig.md index fee1f6e4b0c8..30ad5ae99a91 100644 --- a/src/Dns/Dns.Autorest/docs/New-AzDnsDnssecConfig.md +++ b/src/Dns/Dns.Autorest/docs/New-AzDnsDnssecConfig.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzDnsDnssecConfig ## SYNOPSIS -Creates or updates the DNSSEC configuration on a DNS zone. +Create the DNSSEC configuration on a DNS zone. ## SYNTAX @@ -26,7 +26,7 @@ New-AzDnsDnssecConfig -InputObject [-IfMatch ] [-IfNoneMa ``` ## DESCRIPTION -Creates or updates the DNSSEC configuration on a DNS zone. +Create the DNSSEC configuration on a DNS zone. ## EXAMPLES @@ -141,7 +141,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.IDnsIdentity @@ -256,7 +255,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.IDnssecConfig +### Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.IDnssecConfig ## NOTES diff --git a/src/Dns/Dns.Autorest/docs/Remove-AzDnsDnssecConfig.md b/src/Dns/Dns.Autorest/docs/Remove-AzDnsDnssecConfig.md index fe6b8a66f8c0..088765743025 100644 --- a/src/Dns/Dns.Autorest/docs/Remove-AzDnsDnssecConfig.md +++ b/src/Dns/Dns.Autorest/docs/Remove-AzDnsDnssecConfig.md @@ -91,7 +91,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.IDnsIdentity diff --git a/src/Dns/Dns.Autorest/generate-info.json b/src/Dns/Dns.Autorest/generate-info.json index f9943f489816..90e38e6f1b47 100644 --- a/src/Dns/Dns.Autorest/generate-info.json +++ b/src/Dns/Dns.Autorest/generate-info.json @@ -1,3 +1,3 @@ { - "generate_Id": "43e8abec-483d-42df-a20d-6669f86bd9bb" + "generate_Id": "25221614-8d90-4e00-85ae-1e0a1d19cedf" } diff --git a/src/Dns/Dns.Autorest/resources/README.md b/src/Dns/Dns.Autorest/resources/README.md new file mode 100644 index 000000000000..937f07f8fec2 --- /dev/null +++ b/src/Dns/Dns.Autorest/resources/README.md @@ -0,0 +1,11 @@ +# Resources +This directory can contain any additional resources for module that are not required at runtime. This directory **does not** get packaged with the module. If you have assets for custom implementation, place them into the `..\custom` folder. + +## Info +- Modifiable: yes +- Generated: no +- Committed: yes +- Packaged: no + +## Purpose +Use this folder to put anything you want to keep around as part of the repository for the module, but is not something that is required for the module. For example, development files, packaged builds, or additional information. This is only intended to be used in repositories where the module's output directory is cleaned, but tangential resources for the module want to remain intact. \ No newline at end of file diff --git a/src/Dns/Dns.sln b/src/Dns/Dns.sln index 89f81814fe2d..31e5b0694894 100644 --- a/src/Dns/Dns.sln +++ b/src/Dns/Dns.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.0.31903.59 @@ -33,69 +33,179 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Network", "..\Network\Netwo EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestFx", "..\..\tools\TestFx\TestFx.csproj", "{D4CDEED3-DEED-4C29-82BA-76466DD24ACD}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Dns", "..\..\generated\Dns\Dns.Autorest\Az.Dns.csproj", "{94F05A7A-0180-4E42-B91A-0ED865D02E43}" +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Dns.Autorest", "Dns.Autorest", "{850FE5B8-2CB2-95FB-8EC4-4B0782B1B232}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Dns", "..\..\generated\Dns\Dns.Autorest\Az.Dns.csproj", "{BB05E5A5-1CE8-4CAC-A8BF-46A35942B9DE}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE + Release|x64 = Release|x64 + Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {F26B29A5-2C60-4E98-8B3E-ED23D12D7BF9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {F26B29A5-2C60-4E98-8B3E-ED23D12D7BF9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F26B29A5-2C60-4E98-8B3E-ED23D12D7BF9}.Debug|x64.ActiveCfg = Debug|Any CPU + {F26B29A5-2C60-4E98-8B3E-ED23D12D7BF9}.Debug|x64.Build.0 = Debug|Any CPU + {F26B29A5-2C60-4E98-8B3E-ED23D12D7BF9}.Debug|x86.ActiveCfg = Debug|Any CPU + {F26B29A5-2C60-4E98-8B3E-ED23D12D7BF9}.Debug|x86.Build.0 = Debug|Any CPU {F26B29A5-2C60-4E98-8B3E-ED23D12D7BF9}.Release|Any CPU.ActiveCfg = Release|Any CPU {F26B29A5-2C60-4E98-8B3E-ED23D12D7BF9}.Release|Any CPU.Build.0 = Release|Any CPU + {F26B29A5-2C60-4E98-8B3E-ED23D12D7BF9}.Release|x64.ActiveCfg = Release|Any CPU + {F26B29A5-2C60-4E98-8B3E-ED23D12D7BF9}.Release|x64.Build.0 = Release|Any CPU + {F26B29A5-2C60-4E98-8B3E-ED23D12D7BF9}.Release|x86.ActiveCfg = Release|Any CPU + {F26B29A5-2C60-4E98-8B3E-ED23D12D7BF9}.Release|x86.Build.0 = Release|Any CPU {B49E485F-D455-4CD6-BC4A-4E789177108C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {B49E485F-D455-4CD6-BC4A-4E789177108C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B49E485F-D455-4CD6-BC4A-4E789177108C}.Debug|x64.ActiveCfg = Debug|Any CPU + {B49E485F-D455-4CD6-BC4A-4E789177108C}.Debug|x64.Build.0 = Debug|Any CPU + {B49E485F-D455-4CD6-BC4A-4E789177108C}.Debug|x86.ActiveCfg = Debug|Any CPU + {B49E485F-D455-4CD6-BC4A-4E789177108C}.Debug|x86.Build.0 = Debug|Any CPU {B49E485F-D455-4CD6-BC4A-4E789177108C}.Release|Any CPU.ActiveCfg = Release|Any CPU {B49E485F-D455-4CD6-BC4A-4E789177108C}.Release|Any CPU.Build.0 = Release|Any CPU + {B49E485F-D455-4CD6-BC4A-4E789177108C}.Release|x64.ActiveCfg = Release|Any CPU + {B49E485F-D455-4CD6-BC4A-4E789177108C}.Release|x64.Build.0 = Release|Any CPU + {B49E485F-D455-4CD6-BC4A-4E789177108C}.Release|x86.ActiveCfg = Release|Any CPU + {B49E485F-D455-4CD6-BC4A-4E789177108C}.Release|x86.Build.0 = Release|Any CPU {6F64E766-91D8-4D7D-9A7B-63DD704EE91B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {6F64E766-91D8-4D7D-9A7B-63DD704EE91B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {6F64E766-91D8-4D7D-9A7B-63DD704EE91B}.Debug|x64.ActiveCfg = Debug|Any CPU + {6F64E766-91D8-4D7D-9A7B-63DD704EE91B}.Debug|x64.Build.0 = Debug|Any CPU + {6F64E766-91D8-4D7D-9A7B-63DD704EE91B}.Debug|x86.ActiveCfg = Debug|Any CPU + {6F64E766-91D8-4D7D-9A7B-63DD704EE91B}.Debug|x86.Build.0 = Debug|Any CPU {6F64E766-91D8-4D7D-9A7B-63DD704EE91B}.Release|Any CPU.ActiveCfg = Release|Any CPU {6F64E766-91D8-4D7D-9A7B-63DD704EE91B}.Release|Any CPU.Build.0 = Release|Any CPU + {6F64E766-91D8-4D7D-9A7B-63DD704EE91B}.Release|x64.ActiveCfg = Release|Any CPU + {6F64E766-91D8-4D7D-9A7B-63DD704EE91B}.Release|x64.Build.0 = Release|Any CPU + {6F64E766-91D8-4D7D-9A7B-63DD704EE91B}.Release|x86.ActiveCfg = Release|Any CPU + {6F64E766-91D8-4D7D-9A7B-63DD704EE91B}.Release|x86.Build.0 = Release|Any CPU {10A7D4C6-E69E-4EFA-8DE4-BB3326E79355}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {10A7D4C6-E69E-4EFA-8DE4-BB3326E79355}.Debug|Any CPU.Build.0 = Debug|Any CPU + {10A7D4C6-E69E-4EFA-8DE4-BB3326E79355}.Debug|x64.ActiveCfg = Debug|Any CPU + {10A7D4C6-E69E-4EFA-8DE4-BB3326E79355}.Debug|x64.Build.0 = Debug|Any CPU + {10A7D4C6-E69E-4EFA-8DE4-BB3326E79355}.Debug|x86.ActiveCfg = Debug|Any CPU + {10A7D4C6-E69E-4EFA-8DE4-BB3326E79355}.Debug|x86.Build.0 = Debug|Any CPU {10A7D4C6-E69E-4EFA-8DE4-BB3326E79355}.Release|Any CPU.ActiveCfg = Release|Any CPU {10A7D4C6-E69E-4EFA-8DE4-BB3326E79355}.Release|Any CPU.Build.0 = Release|Any CPU + {10A7D4C6-E69E-4EFA-8DE4-BB3326E79355}.Release|x64.ActiveCfg = Release|Any CPU + {10A7D4C6-E69E-4EFA-8DE4-BB3326E79355}.Release|x64.Build.0 = Release|Any CPU + {10A7D4C6-E69E-4EFA-8DE4-BB3326E79355}.Release|x86.ActiveCfg = Release|Any CPU + {10A7D4C6-E69E-4EFA-8DE4-BB3326E79355}.Release|x86.Build.0 = Release|Any CPU {9BD93DC9-3896-48FC-B742-9124403C6506}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {9BD93DC9-3896-48FC-B742-9124403C6506}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9BD93DC9-3896-48FC-B742-9124403C6506}.Debug|x64.ActiveCfg = Debug|Any CPU + {9BD93DC9-3896-48FC-B742-9124403C6506}.Debug|x64.Build.0 = Debug|Any CPU + {9BD93DC9-3896-48FC-B742-9124403C6506}.Debug|x86.ActiveCfg = Debug|Any CPU + {9BD93DC9-3896-48FC-B742-9124403C6506}.Debug|x86.Build.0 = Debug|Any CPU {9BD93DC9-3896-48FC-B742-9124403C6506}.Release|Any CPU.ActiveCfg = Release|Any CPU {9BD93DC9-3896-48FC-B742-9124403C6506}.Release|Any CPU.Build.0 = Release|Any CPU + {9BD93DC9-3896-48FC-B742-9124403C6506}.Release|x64.ActiveCfg = Release|Any CPU + {9BD93DC9-3896-48FC-B742-9124403C6506}.Release|x64.Build.0 = Release|Any CPU + {9BD93DC9-3896-48FC-B742-9124403C6506}.Release|x86.ActiveCfg = Release|Any CPU + {9BD93DC9-3896-48FC-B742-9124403C6506}.Release|x86.Build.0 = Release|Any CPU {D3F2CC3F-62FD-48D8-845F-08505F2D6A9E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {D3F2CC3F-62FD-48D8-845F-08505F2D6A9E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D3F2CC3F-62FD-48D8-845F-08505F2D6A9E}.Debug|x64.ActiveCfg = Debug|Any CPU + {D3F2CC3F-62FD-48D8-845F-08505F2D6A9E}.Debug|x64.Build.0 = Debug|Any CPU + {D3F2CC3F-62FD-48D8-845F-08505F2D6A9E}.Debug|x86.ActiveCfg = Debug|Any CPU + {D3F2CC3F-62FD-48D8-845F-08505F2D6A9E}.Debug|x86.Build.0 = Debug|Any CPU {D3F2CC3F-62FD-48D8-845F-08505F2D6A9E}.Release|Any CPU.ActiveCfg = Release|Any CPU {D3F2CC3F-62FD-48D8-845F-08505F2D6A9E}.Release|Any CPU.Build.0 = Release|Any CPU + {D3F2CC3F-62FD-48D8-845F-08505F2D6A9E}.Release|x64.ActiveCfg = Release|Any CPU + {D3F2CC3F-62FD-48D8-845F-08505F2D6A9E}.Release|x64.Build.0 = Release|Any CPU + {D3F2CC3F-62FD-48D8-845F-08505F2D6A9E}.Release|x86.ActiveCfg = Release|Any CPU + {D3F2CC3F-62FD-48D8-845F-08505F2D6A9E}.Release|x86.Build.0 = Release|Any CPU {050595A0-BF69-4326-B085-04D04D008800}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {050595A0-BF69-4326-B085-04D04D008800}.Debug|Any CPU.Build.0 = Debug|Any CPU + {050595A0-BF69-4326-B085-04D04D008800}.Debug|x64.ActiveCfg = Debug|Any CPU + {050595A0-BF69-4326-B085-04D04D008800}.Debug|x64.Build.0 = Debug|Any CPU + {050595A0-BF69-4326-B085-04D04D008800}.Debug|x86.ActiveCfg = Debug|Any CPU + {050595A0-BF69-4326-B085-04D04D008800}.Debug|x86.Build.0 = Debug|Any CPU {050595A0-BF69-4326-B085-04D04D008800}.Release|Any CPU.ActiveCfg = Release|Any CPU {050595A0-BF69-4326-B085-04D04D008800}.Release|Any CPU.Build.0 = Release|Any CPU + {050595A0-BF69-4326-B085-04D04D008800}.Release|x64.ActiveCfg = Release|Any CPU + {050595A0-BF69-4326-B085-04D04D008800}.Release|x64.Build.0 = Release|Any CPU + {050595A0-BF69-4326-B085-04D04D008800}.Release|x86.ActiveCfg = Release|Any CPU + {050595A0-BF69-4326-B085-04D04D008800}.Release|x86.Build.0 = Release|Any CPU {E46A144B-8B31-49AB-A242-770D908B5243}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {E46A144B-8B31-49AB-A242-770D908B5243}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E46A144B-8B31-49AB-A242-770D908B5243}.Debug|x64.ActiveCfg = Debug|Any CPU + {E46A144B-8B31-49AB-A242-770D908B5243}.Debug|x64.Build.0 = Debug|Any CPU + {E46A144B-8B31-49AB-A242-770D908B5243}.Debug|x86.ActiveCfg = Debug|Any CPU + {E46A144B-8B31-49AB-A242-770D908B5243}.Debug|x86.Build.0 = Debug|Any CPU {E46A144B-8B31-49AB-A242-770D908B5243}.Release|Any CPU.ActiveCfg = Release|Any CPU {E46A144B-8B31-49AB-A242-770D908B5243}.Release|Any CPU.Build.0 = Release|Any CPU + {E46A144B-8B31-49AB-A242-770D908B5243}.Release|x64.ActiveCfg = Release|Any CPU + {E46A144B-8B31-49AB-A242-770D908B5243}.Release|x64.Build.0 = Release|Any CPU + {E46A144B-8B31-49AB-A242-770D908B5243}.Release|x86.ActiveCfg = Release|Any CPU + {E46A144B-8B31-49AB-A242-770D908B5243}.Release|x86.Build.0 = Release|Any CPU {E3482AF1-BFB1-4428-BEEA-DA53407E1AF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {E3482AF1-BFB1-4428-BEEA-DA53407E1AF6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E3482AF1-BFB1-4428-BEEA-DA53407E1AF6}.Debug|x64.ActiveCfg = Debug|Any CPU + {E3482AF1-BFB1-4428-BEEA-DA53407E1AF6}.Debug|x64.Build.0 = Debug|Any CPU + {E3482AF1-BFB1-4428-BEEA-DA53407E1AF6}.Debug|x86.ActiveCfg = Debug|Any CPU + {E3482AF1-BFB1-4428-BEEA-DA53407E1AF6}.Debug|x86.Build.0 = Debug|Any CPU {E3482AF1-BFB1-4428-BEEA-DA53407E1AF6}.Release|Any CPU.ActiveCfg = Release|Any CPU {E3482AF1-BFB1-4428-BEEA-DA53407E1AF6}.Release|Any CPU.Build.0 = Release|Any CPU + {E3482AF1-BFB1-4428-BEEA-DA53407E1AF6}.Release|x64.ActiveCfg = Release|Any CPU + {E3482AF1-BFB1-4428-BEEA-DA53407E1AF6}.Release|x64.Build.0 = Release|Any CPU + {E3482AF1-BFB1-4428-BEEA-DA53407E1AF6}.Release|x86.ActiveCfg = Release|Any CPU + {E3482AF1-BFB1-4428-BEEA-DA53407E1AF6}.Release|x86.Build.0 = Release|Any CPU {240A1B00-054C-4854-812E-F4399DB95DD4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {240A1B00-054C-4854-812E-F4399DB95DD4}.Debug|Any CPU.Build.0 = Debug|Any CPU + {240A1B00-054C-4854-812E-F4399DB95DD4}.Debug|x64.ActiveCfg = Debug|Any CPU + {240A1B00-054C-4854-812E-F4399DB95DD4}.Debug|x64.Build.0 = Debug|Any CPU + {240A1B00-054C-4854-812E-F4399DB95DD4}.Debug|x86.ActiveCfg = Debug|Any CPU + {240A1B00-054C-4854-812E-F4399DB95DD4}.Debug|x86.Build.0 = Debug|Any CPU {240A1B00-054C-4854-812E-F4399DB95DD4}.Release|Any CPU.ActiveCfg = Release|Any CPU {240A1B00-054C-4854-812E-F4399DB95DD4}.Release|Any CPU.Build.0 = Release|Any CPU + {240A1B00-054C-4854-812E-F4399DB95DD4}.Release|x64.ActiveCfg = Release|Any CPU + {240A1B00-054C-4854-812E-F4399DB95DD4}.Release|x64.Build.0 = Release|Any CPU + {240A1B00-054C-4854-812E-F4399DB95DD4}.Release|x86.ActiveCfg = Release|Any CPU + {240A1B00-054C-4854-812E-F4399DB95DD4}.Release|x86.Build.0 = Release|Any CPU {7B42E3E4-CA57-4AA8-93D3-FDC00BBB1FC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {7B42E3E4-CA57-4AA8-93D3-FDC00BBB1FC6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7B42E3E4-CA57-4AA8-93D3-FDC00BBB1FC6}.Debug|x64.ActiveCfg = Debug|Any CPU + {7B42E3E4-CA57-4AA8-93D3-FDC00BBB1FC6}.Debug|x64.Build.0 = Debug|Any CPU + {7B42E3E4-CA57-4AA8-93D3-FDC00BBB1FC6}.Debug|x86.ActiveCfg = Debug|Any CPU + {7B42E3E4-CA57-4AA8-93D3-FDC00BBB1FC6}.Debug|x86.Build.0 = Debug|Any CPU {7B42E3E4-CA57-4AA8-93D3-FDC00BBB1FC6}.Release|Any CPU.ActiveCfg = Release|Any CPU {7B42E3E4-CA57-4AA8-93D3-FDC00BBB1FC6}.Release|Any CPU.Build.0 = Release|Any CPU + {7B42E3E4-CA57-4AA8-93D3-FDC00BBB1FC6}.Release|x64.ActiveCfg = Release|Any CPU + {7B42E3E4-CA57-4AA8-93D3-FDC00BBB1FC6}.Release|x64.Build.0 = Release|Any CPU + {7B42E3E4-CA57-4AA8-93D3-FDC00BBB1FC6}.Release|x86.ActiveCfg = Release|Any CPU + {7B42E3E4-CA57-4AA8-93D3-FDC00BBB1FC6}.Release|x86.Build.0 = Release|Any CPU {D4CDEED3-DEED-4C29-82BA-76466DD24ACD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {D4CDEED3-DEED-4C29-82BA-76466DD24ACD}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D4CDEED3-DEED-4C29-82BA-76466DD24ACD}.Debug|x64.ActiveCfg = Debug|Any CPU + {D4CDEED3-DEED-4C29-82BA-76466DD24ACD}.Debug|x64.Build.0 = Debug|Any CPU + {D4CDEED3-DEED-4C29-82BA-76466DD24ACD}.Debug|x86.ActiveCfg = Debug|Any CPU + {D4CDEED3-DEED-4C29-82BA-76466DD24ACD}.Debug|x86.Build.0 = Debug|Any CPU {D4CDEED3-DEED-4C29-82BA-76466DD24ACD}.Release|Any CPU.ActiveCfg = Release|Any CPU {D4CDEED3-DEED-4C29-82BA-76466DD24ACD}.Release|Any CPU.Build.0 = Release|Any CPU - {94F05A7A-0180-4E42-B91A-0ED865D02E43}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {94F05A7A-0180-4E42-B91A-0ED865D02E43}.Debug|Any CPU.Build.0 = Debug|Any CPU - {94F05A7A-0180-4E42-B91A-0ED865D02E43}.Release|Any CPU.ActiveCfg = Release|Any CPU - {94F05A7A-0180-4E42-B91A-0ED865D02E43}.Release|Any CPU.Build.0 = Release|Any CPU + {D4CDEED3-DEED-4C29-82BA-76466DD24ACD}.Release|x64.ActiveCfg = Release|Any CPU + {D4CDEED3-DEED-4C29-82BA-76466DD24ACD}.Release|x64.Build.0 = Release|Any CPU + {D4CDEED3-DEED-4C29-82BA-76466DD24ACD}.Release|x86.ActiveCfg = Release|Any CPU + {D4CDEED3-DEED-4C29-82BA-76466DD24ACD}.Release|x86.Build.0 = Release|Any CPU + {BB05E5A5-1CE8-4CAC-A8BF-46A35942B9DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {BB05E5A5-1CE8-4CAC-A8BF-46A35942B9DE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BB05E5A5-1CE8-4CAC-A8BF-46A35942B9DE}.Debug|x64.ActiveCfg = Debug|Any CPU + {BB05E5A5-1CE8-4CAC-A8BF-46A35942B9DE}.Debug|x64.Build.0 = Debug|Any CPU + {BB05E5A5-1CE8-4CAC-A8BF-46A35942B9DE}.Debug|x86.ActiveCfg = Debug|Any CPU + {BB05E5A5-1CE8-4CAC-A8BF-46A35942B9DE}.Debug|x86.Build.0 = Debug|Any CPU + {BB05E5A5-1CE8-4CAC-A8BF-46A35942B9DE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {BB05E5A5-1CE8-4CAC-A8BF-46A35942B9DE}.Release|Any CPU.Build.0 = Release|Any CPU + {BB05E5A5-1CE8-4CAC-A8BF-46A35942B9DE}.Release|x64.ActiveCfg = Release|Any CPU + {BB05E5A5-1CE8-4CAC-A8BF-46A35942B9DE}.Release|x64.Build.0 = Release|Any CPU + {BB05E5A5-1CE8-4CAC-A8BF-46A35942B9DE}.Release|x86.ActiveCfg = Release|Any CPU + {BB05E5A5-1CE8-4CAC-A8BF-46A35942B9DE}.Release|x86.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE EndGlobalSection GlobalSection(NestedProjects) = preSolution {F26B29A5-2C60-4E98-8B3E-ED23D12D7BF9} = {9CD911CE-BF53-4092-B34C-ED711434DD47} @@ -109,5 +219,6 @@ Global {240A1B00-054C-4854-812E-F4399DB95DD4} = {B30B6735-C1D3-49F7-80AC-B3673E11A674} {7B42E3E4-CA57-4AA8-93D3-FDC00BBB1FC6} = {B30B6735-C1D3-49F7-80AC-B3673E11A674} {D4CDEED3-DEED-4C29-82BA-76466DD24ACD} = {D1BB5497-5306-4EA9-BAC1-725E57E5CEFB} + {BB05E5A5-1CE8-4CAC-A8BF-46A35942B9DE} = {850FE5B8-2CB2-95FB-8EC4-4B0782B1B232} EndGlobalSection EndGlobal diff --git a/src/Dns/Dns/Az.Dns.psd1 b/src/Dns/Dns/Az.Dns.psd1 index 53a248e85432..ff75a11a84ee 100644 --- a/src/Dns/Dns/Az.Dns.psd1 +++ b/src/Dns/Dns/Az.Dns.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 1/9/2025 +# Generated on: 2025-08-01 # @{ @@ -53,20 +53,20 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '4.0.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.1.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Dns.Autorest/bin/Az.Dns.private.dll', 'Microsoft.Azure.PowerShell.Dns.Management.Sdk.dll' # Script files (.ps1) that are run in the caller's environment prior to importing this module. -# ScriptsToProcess = @() +ScriptsToProcess = @() # Type files (.ps1xml) to be loaded when importing this module -# TypesToProcess = @() +TypesToProcess = @() # Format files (.ps1xml) to be loaded when importing this module -FormatsToProcess = 'Dns.Autorest\Az.Dns.format.ps1xml' +FormatsToProcess = 'Dns.Autorest/Az.Dns.format.ps1xml' # Modules to import as nested modules of the module specified in RootModule/ModuleToProcess NestedModules = @('Dns.Autorest/Az.Dns.psm1', @@ -103,7 +103,7 @@ PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. - Tags = 'Azure','ResourceManager','ARM','DNS' + Tags = 'Azure', 'ResourceManager', 'ARM', 'DNS' # A URL to the license for this module. LicenseUri = 'https://aka.ms/azps-license' @@ -128,7 +128,7 @@ PrivateData = @{ } # End of PSData hashtable - } # End of PrivateData hashtable +} # End of PrivateData hashtable # HelpInfo URI of this module # HelpInfoURI = '' diff --git a/src/Dns/Dns/help/Add-AzDnsRecordConfig.md b/src/Dns/Dns/help/Add-AzDnsRecordConfig.md index dbff0cb64f28..9c01fcc6b687 100644 --- a/src/Dns/Dns/help/Add-AzDnsRecordConfig.md +++ b/src/Dns/Dns/help/Add-AzDnsRecordConfig.md @@ -37,6 +37,13 @@ Add-AzDnsRecordConfig -RecordSet -Exchange -Preference < [-DefaultProfile ] [] ``` +### NAPTR +``` +Add-AzDnsRecordConfig -RecordSet -Preference -Order -Flags + -Services -Regexp -Replacement [-DefaultProfile ] + [] +``` + ### PTR ``` Add-AzDnsRecordConfig -RecordSet -Ptrdname [-DefaultProfile ] @@ -82,13 +89,6 @@ Add-AzDnsRecordConfig -RecordSet -Usage -Selector [] ``` -### NAPTR -``` -Add-AzDnsRecordConfig -RecordSet -Order -Preference -Flags - -Services -Regexp -Replacement [-DefaultProfile ] - [] -``` - ## DESCRIPTION The **Add-AzDnsRecordConfig** cmdlet adds a Domain Name System (DNS) record to a **RecordSet** object. The **RecordSet** object is an offline object, and changes to it do not change the DNS responses until after you run the Set-AzDnsRecordSet cmdlet to persist the change to the Microsoft Azure DNS service. @@ -404,7 +404,6 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` - ### -Ipv4Address Specifies an IPv4 address for an A record. @@ -600,12 +599,12 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` -### -Services -Specifies the services field for a Named Authority Pointer (NAPTR) record. +### -Selector +The selector field of the TLSA record to add. ```yaml -Type: System.String -Parameter Sets: NAPTR +Type: System.Int32 +Parameter Sets: TLSA Aliases: Required: True @@ -615,12 +614,12 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` -### -Selector -The selector field of the TLSA record to add. +### -Services +Specifies the services field for a Named Authority Pointer (NAPTR) record. ```yaml -Type: System.Int32 -Parameter Sets: TLSA +Type: System.String +Parameter Sets: NAPTR Aliases: Required: True diff --git a/src/Dns/Dns/help/Az.Dns.md b/src/Dns/Dns/help/Az.Dns.md index 3e49798a164e..d972b59e2263 100644 --- a/src/Dns/Dns/help/Az.Dns.md +++ b/src/Dns/Dns/help/Az.Dns.md @@ -24,7 +24,7 @@ Gets a DNS record set. Gets a DNS zone. ### [New-AzDnsDnssecConfig](New-AzDnsDnssecConfig.md) -Creates or updates the DNSSEC configuration on a DNS zone. +Create the DNSSEC configuration on a DNS zone. ### [New-AzDnsRecordConfig](New-AzDnsRecordConfig.md) Creates a new DNS record local object. diff --git a/src/Dns/Dns/help/Get-AzDnsDnssecConfig.md b/src/Dns/Dns/help/Get-AzDnsDnssecConfig.md index 9a2ca69a7957..12177c5e6bbc 100644 --- a/src/Dns/Dns/help/Get-AzDnsDnssecConfig.md +++ b/src/Dns/Dns/help/Get-AzDnsDnssecConfig.md @@ -98,7 +98,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.IDnsIdentity @@ -167,7 +166,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.IDnssecConfig +### Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.IDnssecConfig ## NOTES diff --git a/src/Dns/Dns/help/New-AzDnsDnssecConfig.md b/src/Dns/Dns/help/New-AzDnsDnssecConfig.md index 59d51767defe..4aff40bd2fcb 100644 --- a/src/Dns/Dns/help/New-AzDnsDnssecConfig.md +++ b/src/Dns/Dns/help/New-AzDnsDnssecConfig.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzDnsDnssecConfig ## SYNOPSIS -Creates or updates the DNSSEC configuration on a DNS zone. +Create the DNSSEC configuration on a DNS zone. ## SYNTAX @@ -27,7 +27,7 @@ New-AzDnsDnssecConfig -InputObject [-IfMatch ] [-IfNoneMa ``` ## DESCRIPTION -Creates or updates the DNSSEC configuration on a DNS zone. +Create the DNSSEC configuration on a DNS zone. ## EXAMPLES @@ -142,7 +142,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.IDnsIdentity @@ -257,7 +256,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.IDnssecConfig +### Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.IDnssecConfig ## NOTES diff --git a/src/Dns/Dns/help/New-AzDnsRecordConfig.md b/src/Dns/Dns/help/New-AzDnsRecordConfig.md index d138ac52ab4c..5fbbe5e483bd 100644 --- a/src/Dns/Dns/help/New-AzDnsRecordConfig.md +++ b/src/Dns/Dns/help/New-AzDnsRecordConfig.md @@ -37,6 +37,13 @@ New-AzDnsRecordConfig -Exchange -Preference [-DefaultProfile < [] ``` +### Naptr +``` +New-AzDnsRecordConfig -Preference -Order -Flags -Services -Regexp + -Replacement [-DefaultProfile ] + [] +``` + ### Ptr ``` New-AzDnsRecordConfig -Ptrdname [-DefaultProfile ] @@ -80,13 +87,6 @@ New-AzDnsRecordConfig -Usage -Selector -MatchingType [] ``` -### Naptr -``` -New-AzDnsRecordConfig -Flags -Order -Preference -Services - -Regexp -Replacement [-DefaultProfile ] - [] -``` - ## DESCRIPTION The **New-AzDnsRecordConfig** cmdlet creates a local **DnsRecord** object. An array of these objects is passed to the New-AzDnsRecordSet cmdlet using the *DnsRecords* parameter to specify the records to create in the record set. @@ -396,7 +396,7 @@ Accept wildcard characters: False Specifies the flags for a NAPTR record. ```yaml -Type: System.UInt16 +Type: System.String Parameter Sets: Naptr Aliases: @@ -517,7 +517,7 @@ Specifies the preference for an MX/NAPTR record. ```yaml Type: System.UInt16 -Parameter Sets: Mx, NAPTR +Parameter Sets: Mx, Naptr Aliases: Required: True @@ -587,12 +587,12 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` -### -Services -Specifies the services for a NAPTR record. +### -Selector +The selector field of the TLSA record to add. ```yaml -Type: System.String -Parameter Sets: Naptr +Type: System.Int32 +Parameter Sets: Tlsa Aliases: Required: True @@ -602,12 +602,12 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` -### -Selector -The selector field of the TLSA record to add. +### -Services +Specifies the services for a NAPTR record. ```yaml -Type: System.Int32 -Parameter Sets: Tlsa +Type: System.String +Parameter Sets: Naptr Aliases: Required: True diff --git a/src/Dns/Dns/help/Remove-AzDnsDnssecConfig.md b/src/Dns/Dns/help/Remove-AzDnsDnssecConfig.md index 61a0500bb462..7b963cda4c4a 100644 --- a/src/Dns/Dns/help/Remove-AzDnsDnssecConfig.md +++ b/src/Dns/Dns/help/Remove-AzDnsDnssecConfig.md @@ -91,7 +91,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.IDnsIdentity diff --git a/src/Dns/Dns/help/Remove-AzDnsRecordConfig.md b/src/Dns/Dns/help/Remove-AzDnsRecordConfig.md index 72a6b37a5f34..03dfc59d1111 100644 --- a/src/Dns/Dns/help/Remove-AzDnsRecordConfig.md +++ b/src/Dns/Dns/help/Remove-AzDnsRecordConfig.md @@ -37,6 +37,13 @@ Remove-AzDnsRecordConfig -RecordSet -Exchange -Preferenc [-DefaultProfile ] [] ``` +### NAPTR +``` +Remove-AzDnsRecordConfig -RecordSet -Preference -Order -Flags + -Services -Regexp -Replacement [-DefaultProfile ] + [] +``` + ### PTR ``` Remove-AzDnsRecordConfig -RecordSet -Ptrdname @@ -82,13 +89,6 @@ Remove-AzDnsRecordConfig -RecordSet -Usage -Selector ] ``` -### NAPTR -``` -Remove-AzDnsRecordConfig -RecordSet -Order -Preference -Flags - -Services -Regexp -Replacement [-DefaultProfile ] - [] -``` - ## DESCRIPTION The **Remove-AzDnsRecordConfig** cmdlet removes a Domain Name System (DNS) record from a record set. The **RecordSet** object is an offline object, and changes to it do not change the DNS responses until after you run the Set-AzDnsRecordSet cmdlet to persist the change to the Microsoft Azure DNS service. @@ -412,6 +412,21 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` +### -Flags +The flags value of the NAPTR record to remove. + +```yaml +Type: System.String +Parameter Sets: NAPTR +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + ### -Ipv4Address Specifies an IPv4 address for an A record. @@ -607,12 +622,12 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` -### -Services -Specifies the services of the named authority pointer (NAPTR) record. +### -Selector +The selector field of the TLSA record to remove. ```yaml -Type: System.String -Parameter Sets: NAPTR +Type: System.Int32 +Parameter Sets: TLSA Aliases: Required: True @@ -622,12 +637,12 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` -### -Selector -The selector field of the TLSA record to remove. +### -Services +Specifies the services of the named authority pointer (NAPTR) record. ```yaml -Type: System.Int32 -Parameter Sets: TLSA +Type: System.String +Parameter Sets: NAPTR Aliases: Required: True diff --git a/tools/StaticAnalysis/Exceptions/Az.Dns/BreakingChangeIssues.csv b/tools/StaticAnalysis/Exceptions/Az.Dns/BreakingChangeIssues.csv new file mode 100644 index 000000000000..3a8724e6a838 --- /dev/null +++ b/tools/StaticAnalysis/Exceptions/Az.Dns/BreakingChangeIssues.csv @@ -0,0 +1,10 @@ +"Module","ClassName","Target","Severity","ProblemId","Description","Remediation" +"Az.Dns","Get-AzDnsDnssecConfig","Get-AzDnsDnssecConfig","0","3000","The type of property 'SigningKey' of type 'Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.IDnssecConfig' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.ISigningKey' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.ISigningKey]'.","Change the type of property 'SigningKey' back to 'Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.ISigningKey'." +"Az.Dns","Get-AzDnsDnssecConfig","Get-AzDnsDnssecConfig","0","3000","The type of property 'SystemDataCreatedByType' of type 'Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.IDnssecConfig' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Dns.Support.CreatedByType]' to 'System.String'.","Change the type of property 'SystemDataCreatedByType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Dns.Support.CreatedByType]'." +"Az.Dns","Get-AzDnsDnssecConfig","Get-AzDnsDnssecConfig","0","3000","The type of property 'SystemDataLastModifiedByType' of type 'Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.IDnssecConfig' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Dns.Support.CreatedByType]' to 'System.String'.","Change the type of property 'SystemDataLastModifiedByType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Dns.Support.CreatedByType]'." +"Az.Dns","Get-AzDnsDnssecConfig","Get-AzDnsDnssecConfig","0","3000","The type of property 'RecordType' of type 'Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.IDnsIdentity' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Dns.Support.RecordType]' to 'System.String'.","Change the type of property 'RecordType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Dns.Support.RecordType]'." +"Az.Dns","New-AzDnsDnssecConfig","New-AzDnsDnssecConfig","0","3000","The type of property 'SigningKey' of type 'Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.IDnssecConfig' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.ISigningKey' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.ISigningKey]'.","Change the type of property 'SigningKey' back to 'Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.ISigningKey'." +"Az.Dns","New-AzDnsDnssecConfig","New-AzDnsDnssecConfig","0","3000","The type of property 'SystemDataCreatedByType' of type 'Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.IDnssecConfig' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Dns.Support.CreatedByType]' to 'System.String'.","Change the type of property 'SystemDataCreatedByType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Dns.Support.CreatedByType]'." +"Az.Dns","New-AzDnsDnssecConfig","New-AzDnsDnssecConfig","0","3000","The type of property 'SystemDataLastModifiedByType' of type 'Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.IDnssecConfig' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Dns.Support.CreatedByType]' to 'System.String'.","Change the type of property 'SystemDataLastModifiedByType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Dns.Support.CreatedByType]'." +"Az.Dns","New-AzDnsDnssecConfig","New-AzDnsDnssecConfig","0","3000","The type of property 'RecordType' of type 'Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.IDnsIdentity' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Dns.Support.RecordType]' to 'System.String'.","Change the type of property 'RecordType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Dns.Support.RecordType]'." +"Az.Dns","Remove-AzDnsDnssecConfig","Remove-AzDnsDnssecConfig","0","3000","The type of property 'RecordType' of type 'Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.IDnsIdentity' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Dns.Support.RecordType]' to 'System.String'.","Change the type of property 'RecordType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Dns.Support.RecordType]'." \ No newline at end of file