From b7be14cae5c1d1d2a29e7392b0906e26b449b613 Mon Sep 17 00:00:00 2001 From: RakeshMohan-MSFT <49954584+RakeshMohanMSFT@users.noreply.github.com> Date: Wed, 23 Mar 2022 22:21:40 +0530 Subject: [PATCH] {Azure-sdk-for-go} fixing redundant documentation Fixes https://github.com/Azure/azure-sdk-for-net/issues/21637 --- services/frontdoor/mgmt/2020-05-01/frontdoor/models.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/frontdoor/mgmt/2020-05-01/frontdoor/models.go b/services/frontdoor/mgmt/2020-05-01/frontdoor/models.go index 1aed4e0c4886..4a7869057b2d 100644 --- a/services/frontdoor/mgmt/2020-05-01/frontdoor/models.go +++ b/services/frontdoor/mgmt/2020-05-01/frontdoor/models.go @@ -27,7 +27,7 @@ const fqdn = "github.com/Azure/azure-sdk-for-go/services/frontdoor/mgmt/2020-05- // asynchronous operation failed, the response body includes the HTTP status code for the failed request // and error information regarding the failure. type AzureAsyncOperationResult struct { - // Status - Status of the Azure async operation. Possible values are: 'InProgress', 'Succeeded', and 'Failed'. Possible values include: 'InProgress', 'Succeeded', 'Failed' + // Status - Status of the Azure async operation. Possible values include: 'InProgress', 'Succeeded', 'Failed' Status NetworkOperationStatus `json:"status,omitempty"` Error *Error `json:"error,omitempty"` }