SignalR.Autorest/custom/csharp/UpdateAzWebPubSub_UpdateViaIdentityExpanded.cs
// 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.WebPubSub.Models.Api20; namespace Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Cmdlets { public partial class UpdateAzWebPubSub_UpdateViaIdentityExpanded { partial void overrideOnDefault(HttpResponseMessage responseMessage, Task<IErrorResponse> errorResponseTask, ref Task<bool> returnNow) { this.WriteError(responseMessage, errorResponseTask, ref returnNow); } } } |