Skip to content

[Az.Dns] The code base is going to be refactored, the following cmdlet adds a BreakingChange announcement #28369

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions src/Dns/Dns.Autorest/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
// 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)]
13 changes: 13 additions & 0 deletions src/Dns/Dns.Autorest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,17 @@ directive:
set:
suppress-format: true

- where:
verb: Get|New
subject: DnssecConfig
set:
breaking-change:
deprecated-output-properties:
- SigningKey
new-output-properties:
- SigningKey
Copy link
Preview

Copilot AI Aug 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The breaking change directive lists the same property 'SigningKey' under both deprecated-output-properties and new-output-properties. This is confusing and should clarify that it's a type change rather than deprecation and addition of a new property.

Suggested change
- SigningKey
output-property-type-changed:
- SigningKey

Copilot uses AI. Check for mistakes.

change-description: The types of the properties 'SigningKey' will be changed from single object to 'List'.
deprecated-by-version: 9.0.0
deprecated-by-azversion: 15.0.0
change-effective-date: 2025/11/03
```
2 changes: 1 addition & 1 deletion src/Dns/Dns.Autorest/docs/Az.Dns.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
Module Name: Az.Dns
Module Guid: 6bb9f5b6-6948-424c-b7b3-faba33be0aef
Module Guid: 71950809-d79e-44f1-ae3c-25ee2d8a9ec4
Download Help Link: https://learn.microsoft.com/powershell/module/az.dns
Help Version: 1.0.0.0
Locale: en-US
Expand Down
2 changes: 1 addition & 1 deletion src/Dns/Dns.Autorest/generate-info.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"generate_Id": "43e8abec-483d-42df-a20d-6669f86bd9bb"
"generate_Id": "050d981d-c8d0-4eaa-a020-951a91d2e8c7"
}
11 changes: 11 additions & 0 deletions src/Dns/Dns.Autorest/resources/README.md
Original file line number Diff line number Diff line change
@@ -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.
129 changes: 120 additions & 9 deletions src/Dns/Dns.sln
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
Expand Down Expand Up @@ -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", "{A0A6F40A-AA67-4DAB-B6B8-0C1ECB5CD99A}"
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
{A0A6F40A-AA67-4DAB-B6B8-0C1ECB5CD99A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0A6F40A-AA67-4DAB-B6B8-0C1ECB5CD99A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0A6F40A-AA67-4DAB-B6B8-0C1ECB5CD99A}.Debug|x64.ActiveCfg = Debug|Any CPU
{A0A6F40A-AA67-4DAB-B6B8-0C1ECB5CD99A}.Debug|x64.Build.0 = Debug|Any CPU
{A0A6F40A-AA67-4DAB-B6B8-0C1ECB5CD99A}.Debug|x86.ActiveCfg = Debug|Any CPU
{A0A6F40A-AA67-4DAB-B6B8-0C1ECB5CD99A}.Debug|x86.Build.0 = Debug|Any CPU
{A0A6F40A-AA67-4DAB-B6B8-0C1ECB5CD99A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0A6F40A-AA67-4DAB-B6B8-0C1ECB5CD99A}.Release|Any CPU.Build.0 = Release|Any CPU
{A0A6F40A-AA67-4DAB-B6B8-0C1ECB5CD99A}.Release|x64.ActiveCfg = Release|Any CPU
{A0A6F40A-AA67-4DAB-B6B8-0C1ECB5CD99A}.Release|x64.Build.0 = Release|Any CPU
{A0A6F40A-AA67-4DAB-B6B8-0C1ECB5CD99A}.Release|x86.ActiveCfg = Release|Any CPU
{A0A6F40A-AA67-4DAB-B6B8-0C1ECB5CD99A}.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}
Expand All @@ -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}
{A0A6F40A-AA67-4DAB-B6B8-0C1ECB5CD99A} = {850FE5B8-2CB2-95FB-8EC4-4B0782B1B232}
EndGlobalSection
EndGlobal
14 changes: 7 additions & 7 deletions src/Dns/Dns/Az.Dns.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 1/9/2025
# Generated on: 2025-08-08
#

@{
Expand Down Expand Up @@ -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'
Copy link
Preview

Copilot AI Aug 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The path separator has been changed from backslash to forward slash. This should be consistent throughout the file for cross-platform compatibility.

Copilot uses AI. Check for mistakes.


# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
NestedModules = @('Dns.Autorest/Az.Dns.psm1',
Expand Down Expand Up @@ -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'
Expand All @@ -128,7 +128,7 @@ PrivateData = @{

} # End of PSData hashtable

} # End of PrivateData hashtable
} # End of PrivateData hashtable

# HelpInfo URI of this module
# HelpInfoURI = ''
Expand Down
3 changes: 3 additions & 0 deletions src/Dns/Dns/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
- Additional information about change #1
-->
## Upcoming Release
* The code base is going to be refactored, the following cmdlet adds a BreakingChange announcement:
* `Get-AzDnsDnssecConfig`
* `New-AzDnsDnssecConfig`

## Version 1.3.1
* Upgraded nuget package to signed package.
Expand Down
Loading