Skip to content

Commit c0a65f8

Browse files
author
SDK Automation
committed
Generated from 45535272acb24bec1e5a04c185b7a3ff8f2767d6
typo
1 parent 434d7f6 commit c0a65f8

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2020_06_01/models/_models.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,9 +366,12 @@ class DeploymentOperationProperties(Model):
366366
:vartype duration: str
367367
:ivar service_request_id: Deployment operation service request id.
368368
:vartype service_request_id: str
369-
:ivar status_code: Operation status code.
369+
:ivar status_code: Operation status code from the resource provider. This
370+
property may not be set if a response has not yet been received.
370371
:vartype status_code: str
371-
:ivar status_message: Operation status message.
372+
:ivar status_message: Operation status message from the resource provider.
373+
This property is optional. It will only be provided if an error was
374+
received from the resource provider.
372375
:vartype status_message:
373376
~azure.mgmt.resource.resources.v2020_06_01.models.StatusMessage
374377
:ivar target_resource: The target resource.

sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2020_06_01/models/_models_py3.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,9 +366,12 @@ class DeploymentOperationProperties(Model):
366366
:vartype duration: str
367367
:ivar service_request_id: Deployment operation service request id.
368368
:vartype service_request_id: str
369-
:ivar status_code: Operation status code.
369+
:ivar status_code: Operation status code from the resource provider. This
370+
property may not be set if a response has not yet been received.
370371
:vartype status_code: str
371-
:ivar status_message: Operation status message.
372+
:ivar status_message: Operation status message from the resource provider.
373+
This property is optional. It will only be provided if an error was
374+
received from the resource provider.
372375
:vartype status_message:
373376
~azure.mgmt.resource.resources.v2020_06_01.models.StatusMessage
374377
:ivar target_resource: The target resource.

0 commit comments

Comments
 (0)