Skip to content

Commit ef06226

Browse files
{Update frontdoor} fixing redundant documentation (Azure#23700)
Fixes Azure/azure-sdk-for-net#21637
1 parent d5d48ab commit ef06226

File tree

1 file changed

+1
-2
lines changed
  • sdk/network/azure-mgmt-frontdoor/azure/mgmt/frontdoor/models

1 file changed

+1
-2
lines changed

sdk/network/azure-mgmt-frontdoor/azure/mgmt/frontdoor/models/_models.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
class AzureAsyncOperationResult(msrest.serialization.Model):
1414
"""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.
1515
16-
:param status: Status of the Azure async operation. Possible values are: 'InProgress',
17-
'Succeeded', and 'Failed'. Possible values include: "InProgress", "Succeeded", "Failed".
16+
:param status: Status of the Azure async operation. Possible values include: "InProgress", "Succeeded", "Failed".
1817
:type status: str or ~azure.mgmt.frontdoor.models.NetworkOperationStatus
1918
:param error:
2019
:type error: ~azure.mgmt.frontdoor.models.Error

0 commit comments

Comments
 (0)