Skip to content

Commit

Permalink
Reformatted exception message for cmdlets (Azure#18932)
Browse files Browse the repository at this point in the history
* Move DnsResolver to main

* Update Changelog.md

Co-authored-by: azure-powershell-bot <65331932+azure-powershell-bot@users.noreply.github.com>
  • Loading branch information
BethanyZhou and azure-powershell-bot authored Jul 14, 2022
1 parent 221a722 commit f52066b
Show file tree
Hide file tree
Showing 64 changed files with 1,014 additions and 89 deletions.
2 changes: 1 addition & 1 deletion src/DnsResolver/Az.DnsResolver.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 7/6/2022
# Generated on: 7/14/2022
#

@{
Expand Down
1 change: 1 addition & 0 deletions src/DnsResolver/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- Additional information about change #1
-->
## Upcoming Release
* Reformatted exception message for cmdlets
* Upgraded API version to 2022-07-01

## Version 0.2.0
Expand Down
156 changes: 78 additions & 78 deletions src/DnsResolver/DnsResolver.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.6.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{0305F1CE-B0D2-4DDE-AAA8-673209A24BDE}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{83DE6850-AD3D-4248-AAAE-035CBAFA5FE5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{C2AB0A0E-536C-4BC1-8C55-48CB7EBD3748}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{78DD8E2B-ED53-425A-98B8-155569355F66}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{43A2C05E-F534-4E6F-8F27-7EEF49001CC8}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{C9BD833B-5AF8-4152-9446-E7B2DB728157}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{3559AC31-6C95-4BB6-8081-D3E1FFA399B1}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{2F49DE9F-EAC2-453E-AF52-2A04539DF721}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{D95E12E1-E2E4-4E49-AAD2-F95857A060C9}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{91DD7D67-A50C-4066-99E1-41A529980AC0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.DnsResolver", "Az.DnsResolver.csproj", "{22BDF02C-5ACB-4919-94AE-34E3D0E5BA49}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.DnsResolver", "Az.DnsResolver.csproj", "{C5CC1095-A2C9-40D4-AFDF-7953DAE37344}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -28,77 +28,77 @@ Global
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0305F1CE-B0D2-4DDE-AAA8-673209A24BDE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0305F1CE-B0D2-4DDE-AAA8-673209A24BDE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0305F1CE-B0D2-4DDE-AAA8-673209A24BDE}.Debug|x64.ActiveCfg = Debug|Any CPU
{0305F1CE-B0D2-4DDE-AAA8-673209A24BDE}.Debug|x64.Build.0 = Debug|Any CPU
{0305F1CE-B0D2-4DDE-AAA8-673209A24BDE}.Debug|x86.ActiveCfg = Debug|Any CPU
{0305F1CE-B0D2-4DDE-AAA8-673209A24BDE}.Debug|x86.Build.0 = Debug|Any CPU
{0305F1CE-B0D2-4DDE-AAA8-673209A24BDE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0305F1CE-B0D2-4DDE-AAA8-673209A24BDE}.Release|Any CPU.Build.0 = Release|Any CPU
{0305F1CE-B0D2-4DDE-AAA8-673209A24BDE}.Release|x64.ActiveCfg = Release|Any CPU
{0305F1CE-B0D2-4DDE-AAA8-673209A24BDE}.Release|x64.Build.0 = Release|Any CPU
{0305F1CE-B0D2-4DDE-AAA8-673209A24BDE}.Release|x86.ActiveCfg = Release|Any CPU
{0305F1CE-B0D2-4DDE-AAA8-673209A24BDE}.Release|x86.Build.0 = Release|Any CPU
{C2AB0A0E-536C-4BC1-8C55-48CB7EBD3748}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2AB0A0E-536C-4BC1-8C55-48CB7EBD3748}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2AB0A0E-536C-4BC1-8C55-48CB7EBD3748}.Debug|x64.ActiveCfg = Debug|Any CPU
{C2AB0A0E-536C-4BC1-8C55-48CB7EBD3748}.Debug|x64.Build.0 = Debug|Any CPU
{C2AB0A0E-536C-4BC1-8C55-48CB7EBD3748}.Debug|x86.ActiveCfg = Debug|Any CPU
{C2AB0A0E-536C-4BC1-8C55-48CB7EBD3748}.Debug|x86.Build.0 = Debug|Any CPU
{C2AB0A0E-536C-4BC1-8C55-48CB7EBD3748}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2AB0A0E-536C-4BC1-8C55-48CB7EBD3748}.Release|Any CPU.Build.0 = Release|Any CPU
{C2AB0A0E-536C-4BC1-8C55-48CB7EBD3748}.Release|x64.ActiveCfg = Release|Any CPU
{C2AB0A0E-536C-4BC1-8C55-48CB7EBD3748}.Release|x64.Build.0 = Release|Any CPU
{C2AB0A0E-536C-4BC1-8C55-48CB7EBD3748}.Release|x86.ActiveCfg = Release|Any CPU
{C2AB0A0E-536C-4BC1-8C55-48CB7EBD3748}.Release|x86.Build.0 = Release|Any CPU
{43A2C05E-F534-4E6F-8F27-7EEF49001CC8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43A2C05E-F534-4E6F-8F27-7EEF49001CC8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43A2C05E-F534-4E6F-8F27-7EEF49001CC8}.Debug|x64.ActiveCfg = Debug|Any CPU
{43A2C05E-F534-4E6F-8F27-7EEF49001CC8}.Debug|x64.Build.0 = Debug|Any CPU
{43A2C05E-F534-4E6F-8F27-7EEF49001CC8}.Debug|x86.ActiveCfg = Debug|Any CPU
{43A2C05E-F534-4E6F-8F27-7EEF49001CC8}.Debug|x86.Build.0 = Debug|Any CPU
{43A2C05E-F534-4E6F-8F27-7EEF49001CC8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43A2C05E-F534-4E6F-8F27-7EEF49001CC8}.Release|Any CPU.Build.0 = Release|Any CPU
{43A2C05E-F534-4E6F-8F27-7EEF49001CC8}.Release|x64.ActiveCfg = Release|Any CPU
{43A2C05E-F534-4E6F-8F27-7EEF49001CC8}.Release|x64.Build.0 = Release|Any CPU
{43A2C05E-F534-4E6F-8F27-7EEF49001CC8}.Release|x86.ActiveCfg = Release|Any CPU
{43A2C05E-F534-4E6F-8F27-7EEF49001CC8}.Release|x86.Build.0 = Release|Any CPU
{3559AC31-6C95-4BB6-8081-D3E1FFA399B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3559AC31-6C95-4BB6-8081-D3E1FFA399B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3559AC31-6C95-4BB6-8081-D3E1FFA399B1}.Debug|x64.ActiveCfg = Debug|Any CPU
{3559AC31-6C95-4BB6-8081-D3E1FFA399B1}.Debug|x64.Build.0 = Debug|Any CPU
{3559AC31-6C95-4BB6-8081-D3E1FFA399B1}.Debug|x86.ActiveCfg = Debug|Any CPU
{3559AC31-6C95-4BB6-8081-D3E1FFA399B1}.Debug|x86.Build.0 = Debug|Any CPU
{3559AC31-6C95-4BB6-8081-D3E1FFA399B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3559AC31-6C95-4BB6-8081-D3E1FFA399B1}.Release|Any CPU.Build.0 = Release|Any CPU
{3559AC31-6C95-4BB6-8081-D3E1FFA399B1}.Release|x64.ActiveCfg = Release|Any CPU
{3559AC31-6C95-4BB6-8081-D3E1FFA399B1}.Release|x64.Build.0 = Release|Any CPU
{3559AC31-6C95-4BB6-8081-D3E1FFA399B1}.Release|x86.ActiveCfg = Release|Any CPU
{3559AC31-6C95-4BB6-8081-D3E1FFA399B1}.Release|x86.Build.0 = Release|Any CPU
{D95E12E1-E2E4-4E49-AAD2-F95857A060C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D95E12E1-E2E4-4E49-AAD2-F95857A060C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D95E12E1-E2E4-4E49-AAD2-F95857A060C9}.Debug|x64.ActiveCfg = Debug|Any CPU
{D95E12E1-E2E4-4E49-AAD2-F95857A060C9}.Debug|x64.Build.0 = Debug|Any CPU
{D95E12E1-E2E4-4E49-AAD2-F95857A060C9}.Debug|x86.ActiveCfg = Debug|Any CPU
{D95E12E1-E2E4-4E49-AAD2-F95857A060C9}.Debug|x86.Build.0 = Debug|Any CPU
{D95E12E1-E2E4-4E49-AAD2-F95857A060C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D95E12E1-E2E4-4E49-AAD2-F95857A060C9}.Release|Any CPU.Build.0 = Release|Any CPU
{D95E12E1-E2E4-4E49-AAD2-F95857A060C9}.Release|x64.ActiveCfg = Release|Any CPU
{D95E12E1-E2E4-4E49-AAD2-F95857A060C9}.Release|x64.Build.0 = Release|Any CPU
{D95E12E1-E2E4-4E49-AAD2-F95857A060C9}.Release|x86.ActiveCfg = Release|Any CPU
{D95E12E1-E2E4-4E49-AAD2-F95857A060C9}.Release|x86.Build.0 = Release|Any CPU
{22BDF02C-5ACB-4919-94AE-34E3D0E5BA49}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22BDF02C-5ACB-4919-94AE-34E3D0E5BA49}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22BDF02C-5ACB-4919-94AE-34E3D0E5BA49}.Debug|x64.ActiveCfg = Debug|Any CPU
{22BDF02C-5ACB-4919-94AE-34E3D0E5BA49}.Debug|x64.Build.0 = Debug|Any CPU
{22BDF02C-5ACB-4919-94AE-34E3D0E5BA49}.Debug|x86.ActiveCfg = Debug|Any CPU
{22BDF02C-5ACB-4919-94AE-34E3D0E5BA49}.Debug|x86.Build.0 = Debug|Any CPU
{22BDF02C-5ACB-4919-94AE-34E3D0E5BA49}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22BDF02C-5ACB-4919-94AE-34E3D0E5BA49}.Release|Any CPU.Build.0 = Release|Any CPU
{22BDF02C-5ACB-4919-94AE-34E3D0E5BA49}.Release|x64.ActiveCfg = Release|Any CPU
{22BDF02C-5ACB-4919-94AE-34E3D0E5BA49}.Release|x64.Build.0 = Release|Any CPU
{22BDF02C-5ACB-4919-94AE-34E3D0E5BA49}.Release|x86.ActiveCfg = Release|Any CPU
{22BDF02C-5ACB-4919-94AE-34E3D0E5BA49}.Release|x86.Build.0 = Release|Any CPU
{83DE6850-AD3D-4248-AAAE-035CBAFA5FE5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83DE6850-AD3D-4248-AAAE-035CBAFA5FE5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83DE6850-AD3D-4248-AAAE-035CBAFA5FE5}.Debug|x64.ActiveCfg = Debug|Any CPU
{83DE6850-AD3D-4248-AAAE-035CBAFA5FE5}.Debug|x64.Build.0 = Debug|Any CPU
{83DE6850-AD3D-4248-AAAE-035CBAFA5FE5}.Debug|x86.ActiveCfg = Debug|Any CPU
{83DE6850-AD3D-4248-AAAE-035CBAFA5FE5}.Debug|x86.Build.0 = Debug|Any CPU
{83DE6850-AD3D-4248-AAAE-035CBAFA5FE5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83DE6850-AD3D-4248-AAAE-035CBAFA5FE5}.Release|Any CPU.Build.0 = Release|Any CPU
{83DE6850-AD3D-4248-AAAE-035CBAFA5FE5}.Release|x64.ActiveCfg = Release|Any CPU
{83DE6850-AD3D-4248-AAAE-035CBAFA5FE5}.Release|x64.Build.0 = Release|Any CPU
{83DE6850-AD3D-4248-AAAE-035CBAFA5FE5}.Release|x86.ActiveCfg = Release|Any CPU
{83DE6850-AD3D-4248-AAAE-035CBAFA5FE5}.Release|x86.Build.0 = Release|Any CPU
{78DD8E2B-ED53-425A-98B8-155569355F66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78DD8E2B-ED53-425A-98B8-155569355F66}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78DD8E2B-ED53-425A-98B8-155569355F66}.Debug|x64.ActiveCfg = Debug|Any CPU
{78DD8E2B-ED53-425A-98B8-155569355F66}.Debug|x64.Build.0 = Debug|Any CPU
{78DD8E2B-ED53-425A-98B8-155569355F66}.Debug|x86.ActiveCfg = Debug|Any CPU
{78DD8E2B-ED53-425A-98B8-155569355F66}.Debug|x86.Build.0 = Debug|Any CPU
{78DD8E2B-ED53-425A-98B8-155569355F66}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78DD8E2B-ED53-425A-98B8-155569355F66}.Release|Any CPU.Build.0 = Release|Any CPU
{78DD8E2B-ED53-425A-98B8-155569355F66}.Release|x64.ActiveCfg = Release|Any CPU
{78DD8E2B-ED53-425A-98B8-155569355F66}.Release|x64.Build.0 = Release|Any CPU
{78DD8E2B-ED53-425A-98B8-155569355F66}.Release|x86.ActiveCfg = Release|Any CPU
{78DD8E2B-ED53-425A-98B8-155569355F66}.Release|x86.Build.0 = Release|Any CPU
{C9BD833B-5AF8-4152-9446-E7B2DB728157}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9BD833B-5AF8-4152-9446-E7B2DB728157}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9BD833B-5AF8-4152-9446-E7B2DB728157}.Debug|x64.ActiveCfg = Debug|Any CPU
{C9BD833B-5AF8-4152-9446-E7B2DB728157}.Debug|x64.Build.0 = Debug|Any CPU
{C9BD833B-5AF8-4152-9446-E7B2DB728157}.Debug|x86.ActiveCfg = Debug|Any CPU
{C9BD833B-5AF8-4152-9446-E7B2DB728157}.Debug|x86.Build.0 = Debug|Any CPU
{C9BD833B-5AF8-4152-9446-E7B2DB728157}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9BD833B-5AF8-4152-9446-E7B2DB728157}.Release|Any CPU.Build.0 = Release|Any CPU
{C9BD833B-5AF8-4152-9446-E7B2DB728157}.Release|x64.ActiveCfg = Release|Any CPU
{C9BD833B-5AF8-4152-9446-E7B2DB728157}.Release|x64.Build.0 = Release|Any CPU
{C9BD833B-5AF8-4152-9446-E7B2DB728157}.Release|x86.ActiveCfg = Release|Any CPU
{C9BD833B-5AF8-4152-9446-E7B2DB728157}.Release|x86.Build.0 = Release|Any CPU
{2F49DE9F-EAC2-453E-AF52-2A04539DF721}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F49DE9F-EAC2-453E-AF52-2A04539DF721}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F49DE9F-EAC2-453E-AF52-2A04539DF721}.Debug|x64.ActiveCfg = Debug|Any CPU
{2F49DE9F-EAC2-453E-AF52-2A04539DF721}.Debug|x64.Build.0 = Debug|Any CPU
{2F49DE9F-EAC2-453E-AF52-2A04539DF721}.Debug|x86.ActiveCfg = Debug|Any CPU
{2F49DE9F-EAC2-453E-AF52-2A04539DF721}.Debug|x86.Build.0 = Debug|Any CPU
{2F49DE9F-EAC2-453E-AF52-2A04539DF721}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F49DE9F-EAC2-453E-AF52-2A04539DF721}.Release|Any CPU.Build.0 = Release|Any CPU
{2F49DE9F-EAC2-453E-AF52-2A04539DF721}.Release|x64.ActiveCfg = Release|Any CPU
{2F49DE9F-EAC2-453E-AF52-2A04539DF721}.Release|x64.Build.0 = Release|Any CPU
{2F49DE9F-EAC2-453E-AF52-2A04539DF721}.Release|x86.ActiveCfg = Release|Any CPU
{2F49DE9F-EAC2-453E-AF52-2A04539DF721}.Release|x86.Build.0 = Release|Any CPU
{91DD7D67-A50C-4066-99E1-41A529980AC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91DD7D67-A50C-4066-99E1-41A529980AC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91DD7D67-A50C-4066-99E1-41A529980AC0}.Debug|x64.ActiveCfg = Debug|Any CPU
{91DD7D67-A50C-4066-99E1-41A529980AC0}.Debug|x64.Build.0 = Debug|Any CPU
{91DD7D67-A50C-4066-99E1-41A529980AC0}.Debug|x86.ActiveCfg = Debug|Any CPU
{91DD7D67-A50C-4066-99E1-41A529980AC0}.Debug|x86.Build.0 = Debug|Any CPU
{91DD7D67-A50C-4066-99E1-41A529980AC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91DD7D67-A50C-4066-99E1-41A529980AC0}.Release|Any CPU.Build.0 = Release|Any CPU
{91DD7D67-A50C-4066-99E1-41A529980AC0}.Release|x64.ActiveCfg = Release|Any CPU
{91DD7D67-A50C-4066-99E1-41A529980AC0}.Release|x64.Build.0 = Release|Any CPU
{91DD7D67-A50C-4066-99E1-41A529980AC0}.Release|x86.ActiveCfg = Release|Any CPU
{91DD7D67-A50C-4066-99E1-41A529980AC0}.Release|x86.Build.0 = Release|Any CPU
{C5CC1095-A2C9-40D4-AFDF-7953DAE37344}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5CC1095-A2C9-40D4-AFDF-7953DAE37344}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5CC1095-A2C9-40D4-AFDF-7953DAE37344}.Debug|x64.ActiveCfg = Debug|Any CPU
{C5CC1095-A2C9-40D4-AFDF-7953DAE37344}.Debug|x64.Build.0 = Debug|Any CPU
{C5CC1095-A2C9-40D4-AFDF-7953DAE37344}.Debug|x86.ActiveCfg = Debug|Any CPU
{C5CC1095-A2C9-40D4-AFDF-7953DAE37344}.Debug|x86.Build.0 = Debug|Any CPU
{C5CC1095-A2C9-40D4-AFDF-7953DAE37344}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5CC1095-A2C9-40D4-AFDF-7953DAE37344}.Release|Any CPU.Build.0 = Release|Any CPU
{C5CC1095-A2C9-40D4-AFDF-7953DAE37344}.Release|x64.ActiveCfg = Release|Any CPU
{C5CC1095-A2C9-40D4-AFDF-7953DAE37344}.Release|x64.Build.0 = Release|Any CPU
{C5CC1095-A2C9-40D4-AFDF-7953DAE37344}.Release|x86.ActiveCfg = Release|Any CPU
{C5CC1095-A2C9-40D4-AFDF-7953DAE37344}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.

using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20220701;

namespace Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Cmdlets
{
public partial class GetAzDnsForwardingRulesetForwardingRule_Get
{
partial void overrideOnDefault(HttpResponseMessage responseMessage, Task<ICloudError> errorResponseTask, ref Task<bool> returnNow)
{
this.WriteError(responseMessage, errorResponseTask, ref returnNow);
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.

using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20220701;

namespace Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Cmdlets
{
public partial class GetAzDnsForwardingRulesetForwardingRule_GetViaIdentity
{
partial void overrideOnDefault(HttpResponseMessage responseMessage, Task<ICloudError> errorResponseTask, ref Task<bool> returnNow)
{
this.WriteError(responseMessage, errorResponseTask, ref returnNow);
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.

using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20220701;

namespace Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Cmdlets
{
public partial class GetAzDnsForwardingRulesetForwardingRule_List
{
partial void overrideOnDefault(HttpResponseMessage responseMessage, Task<ICloudError> errorResponseTask, ref Task<bool> returnNow)
{
this.WriteError(responseMessage, errorResponseTask, ref returnNow);
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.

using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20220701;

namespace Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Cmdlets
{
public partial class GetAzDnsForwardingRulesetVirtualNetworkLink_Get
{
partial void overrideOnDefault(HttpResponseMessage responseMessage, Task<ICloudError> errorResponseTask, ref Task<bool> returnNow)
{
this.WriteError(responseMessage, errorResponseTask, ref returnNow);
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.

using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20220701;

namespace Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Cmdlets
{
public partial class GetAzDnsForwardingRulesetVirtualNetworkLink_GetViaIdentity
{
partial void overrideOnDefault(HttpResponseMessage responseMessage, Task<ICloudError> errorResponseTask, ref Task<bool> returnNow)
{
this.WriteError(responseMessage, errorResponseTask, ref returnNow);
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.

using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20220701;

namespace Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Cmdlets
{
public partial class GetAzDnsForwardingRulesetVirtualNetworkLink_List
{
partial void overrideOnDefault(HttpResponseMessage responseMessage, Task<ICloudError> errorResponseTask, ref Task<bool> returnNow)
{
this.WriteError(responseMessage, errorResponseTask, ref returnNow);
}
}
}
17 changes: 17 additions & 0 deletions src/DnsResolver/custom/csharp/GetAzDnsForwardingRuleset_Get.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.

using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20220701;

namespace Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Cmdlets
{
public partial class GetAzDnsForwardingRuleset_Get
{
partial void overrideOnDefault(HttpResponseMessage responseMessage, Task<ICloudError> errorResponseTask, ref Task<bool> returnNow)
{
this.WriteError(responseMessage, errorResponseTask, ref returnNow);
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.

using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20220701;

namespace Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Cmdlets
{
public partial class GetAzDnsForwardingRuleset_GetViaIdentity
{
partial void overrideOnDefault(HttpResponseMessage responseMessage, Task<ICloudError> errorResponseTask, ref Task<bool> returnNow)
{
this.WriteError(responseMessage, errorResponseTask, ref returnNow);
}
}
}
Loading

0 comments on commit f52066b

Please sign in to comment.