@@ -2142,8 +2142,8 @@ class TaskAgentMessage(Model):
21422142
21432143 :param body: Gets or sets the body of the message. If the <c>IV</c> property is provided the body will need to be decrypted using the <c>TaskAgentSession.EncryptionKey</c> value in addition to the <c>IV</c>.
21442144 :type body: str
2145- :param iV : Gets or sets the intialization vector used to encrypt this message.
2146- :type iV : str
2145+ :param iv : Gets or sets the intialization vector used to encrypt this message.
2146+ :type iv : str
21472147 :param message_id: Gets or sets the message identifier.
21482148 :type message_id: long
21492149 :param message_type: Gets or sets the message type, describing the data contract found in <c>TaskAgentMessage.Body</c>.
@@ -2152,15 +2152,15 @@ class TaskAgentMessage(Model):
21522152
21532153 _attribute_map = {
21542154 'body' : {'key' : 'body' , 'type' : 'str' },
2155- 'iV ' : {'key' : 'iV ' , 'type' : 'str' },
2155+ 'iv ' : {'key' : 'iv ' , 'type' : 'str' },
21562156 'message_id' : {'key' : 'messageId' , 'type' : 'long' },
21572157 'message_type' : {'key' : 'messageType' , 'type' : 'str' }
21582158 }
21592159
2160- def __init__ (self , body = None , iV = None , message_id = None , message_type = None ):
2160+ def __init__ (self , body = None , iv = None , message_id = None , message_type = None ):
21612161 super (TaskAgentMessage , self ).__init__ ()
21622162 self .body = body
2163- self .iV = iV
2163+ self .iv = iv
21642164 self .message_id = message_id
21652165 self .message_type = message_type
21662166
@@ -2466,8 +2466,8 @@ class TaskAgentReference(Model):
24662466 :type id: int
24672467 :param name: Gets the name of the agent.
24682468 :type name: str
2469- :param oSDescription : Gets the OS of the agent.
2470- :type oSDescription : str
2469+ :param os_description : Gets the OS of the agent.
2470+ :type os_description : str
24712471 :param provisioning_state: Gets or sets the current provisioning state of this agent
24722472 :type provisioning_state: str
24732473 :param status: Gets the current connectivity status of the agent.
@@ -2482,20 +2482,20 @@ class TaskAgentReference(Model):
24822482 'enabled' : {'key' : 'enabled' , 'type' : 'bool' },
24832483 'id' : {'key' : 'id' , 'type' : 'int' },
24842484 'name' : {'key' : 'name' , 'type' : 'str' },
2485- 'oSDescription ' : {'key' : 'oSDescription ' , 'type' : 'str' },
2485+ 'os_description ' : {'key' : 'osDescription ' , 'type' : 'str' },
24862486 'provisioning_state' : {'key' : 'provisioningState' , 'type' : 'str' },
24872487 'status' : {'key' : 'status' , 'type' : 'object' },
24882488 'version' : {'key' : 'version' , 'type' : 'str' }
24892489 }
24902490
2491- def __init__ (self , _links = None , access_point = None , enabled = None , id = None , name = None , oSDescription = None , provisioning_state = None , status = None , version = None ):
2491+ def __init__ (self , _links = None , access_point = None , enabled = None , id = None , name = None , os_description = None , provisioning_state = None , status = None , version = None ):
24922492 super (TaskAgentReference , self ).__init__ ()
24932493 self ._links = _links
24942494 self .access_point = access_point
24952495 self .enabled = enabled
24962496 self .id = id
24972497 self .name = name
2498- self .oSDescription = oSDescription
2498+ self .os_description = os_description
24992499 self .provisioning_state = provisioning_state
25002500 self .status = status
25012501 self .version = version
@@ -3897,8 +3897,8 @@ class TaskAgent(TaskAgentReference):
38973897 :type id: int
38983898 :param name: Gets the name of the agent.
38993899 :type name: str
3900- :param oSDescription : Gets the OS of the agent.
3901- :type oSDescription : str
3900+ :param os_description : Gets the OS of the agent.
3901+ :type os_description : str
39023902 :param provisioning_state: Gets or sets the current provisioning state of this agent
39033903 :type provisioning_state: str
39043904 :param status: Gets the current connectivity status of the agent.
@@ -3935,7 +3935,7 @@ class TaskAgent(TaskAgentReference):
39353935 'enabled' : {'key' : 'enabled' , 'type' : 'bool' },
39363936 'id' : {'key' : 'id' , 'type' : 'int' },
39373937 'name' : {'key' : 'name' , 'type' : 'str' },
3938- 'oSDescription ' : {'key' : 'oSDescription ' , 'type' : 'str' },
3938+ 'os_description ' : {'key' : 'osDescription ' , 'type' : 'str' },
39393939 'provisioning_state' : {'key' : 'provisioningState' , 'type' : 'str' },
39403940 'status' : {'key' : 'status' , 'type' : 'object' },
39413941 'version' : {'key' : 'version' , 'type' : 'str' },
@@ -3952,8 +3952,8 @@ class TaskAgent(TaskAgentReference):
39523952 'user_capabilities' : {'key' : 'userCapabilities' , 'type' : '{str}' }
39533953 }
39543954
3955- def __init__ (self , _links = None , access_point = None , enabled = None , id = None , name = None , oSDescription = None , provisioning_state = None , status = None , version = None , assigned_agent_cloud_request = None , assigned_request = None , authorization = None , created_on = None , last_completed_request = None , max_parallelism = None , pending_update = None , properties = None , status_changed_on = None , system_capabilities = None , user_capabilities = None ):
3956- super (TaskAgent , self ).__init__ (_links = _links , access_point = access_point , enabled = enabled , id = id , name = name , oSDescription = oSDescription , provisioning_state = provisioning_state , status = status , version = version )
3955+ def __init__ (self , _links = None , access_point = None , enabled = None , id = None , name = None , os_description = None , provisioning_state = None , status = None , version = None , assigned_agent_cloud_request = None , assigned_request = None , authorization = None , created_on = None , last_completed_request = None , max_parallelism = None , pending_update = None , properties = None , status_changed_on = None , system_capabilities = None , user_capabilities = None ):
3956+ super (TaskAgent , self ).__init__ (_links = _links , access_point = access_point , enabled = enabled , id = id , name = name , os_description = os_description , provisioning_state = provisioning_state , status = status , version = version )
39573957 self .assigned_agent_cloud_request = assigned_agent_cloud_request
39583958 self .assigned_request = assigned_request
39593959 self .authorization = authorization
0 commit comments