@@ -2331,7 +2331,7 @@ class TaskAgentMessage(Model):
23312331
23322332 _attribute_map = {
23332333 'body' : {'key' : 'body' , 'type' : 'str' },
2334- 'iV' : {'key' : 'iV ' , 'type' : 'str' },
2334+ 'iV' : {'key' : 'iv ' , 'type' : 'str' },
23352335 'message_id' : {'key' : 'messageId' , 'type' : 'long' },
23362336 'message_type' : {'key' : 'messageType' , 'type' : 'str' }
23372337 }
@@ -2661,7 +2661,7 @@ class TaskAgentReference(Model):
26612661 'enabled' : {'key' : 'enabled' , 'type' : 'bool' },
26622662 'id' : {'key' : 'id' , 'type' : 'int' },
26632663 'name' : {'key' : 'name' , 'type' : 'str' },
2664- 'oSDescription' : {'key' : 'oSDescription ' , 'type' : 'str' },
2664+ 'oSDescription' : {'key' : 'osDescription ' , 'type' : 'str' },
26652665 'provisioning_state' : {'key' : 'provisioningState' , 'type' : 'str' },
26662666 'status' : {'key' : 'status' , 'type' : 'object' },
26672667 'version' : {'key' : 'version' , 'type' : 'str' }
@@ -4155,7 +4155,7 @@ class TaskAgent(TaskAgentReference):
41554155 'enabled' : {'key' : 'enabled' , 'type' : 'bool' },
41564156 'id' : {'key' : 'id' , 'type' : 'int' },
41574157 'name' : {'key' : 'name' , 'type' : 'str' },
4158- 'oSDescription' : {'key' : 'oSDescription ' , 'type' : 'str' },
4158+ 'oSDescription' : {'key' : 'osDescription ' , 'type' : 'str' },
41594159 'provisioning_state' : {'key' : 'provisioningState' , 'type' : 'str' },
41604160 'status' : {'key' : 'status' , 'type' : 'object' },
41614161 'version' : {'key' : 'version' , 'type' : 'str' },
0 commit comments