Skip to content

Commit

Permalink
{Update frontdoor} fixing redundant documentation (#23700)
Browse files Browse the repository at this point in the history
  • Loading branch information
RakeshMohanMSFT authored Mar 28, 2022
1 parent d5d48ab commit ef06226
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
class AzureAsyncOperationResult(msrest.serialization.Model):
"""The response body contains the status of the specified asynchronous operation, indicating whether it has succeeded, is in progress, or has failed. Note that this status is distinct from the HTTP status code returned for the Get Operation Status operation itself. If the asynchronous operation succeeded, the response body includes the HTTP status code for the successful request. If the asynchronous operation failed, the response body includes the HTTP status code for the failed request and error information regarding the failure.
:param status: Status of the Azure async operation. Possible values are: 'InProgress',
'Succeeded', and 'Failed'. Possible values include: "InProgress", "Succeeded", "Failed".
:param status: Status of the Azure async operation. Possible values include: "InProgress", "Succeeded", "Failed".
:type status: str or ~azure.mgmt.frontdoor.models.NetworkOperationStatus
:param error:
:type error: ~azure.mgmt.frontdoor.models.Error
Expand Down

0 comments on commit ef06226

Please sign in to comment.