@@ -2142,8 +2142,8 @@ class TaskAgentMessage(Model):
2142
2142
2143
2143
: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>.
2144
2144
: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
2147
2147
:param message_id: Gets or sets the message identifier.
2148
2148
:type message_id: long
2149
2149
: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):
2152
2152
2153
2153
_attribute_map = {
2154
2154
'body' : {'key' : 'body' , 'type' : 'str' },
2155
- 'iV ' : {'key' : 'iV ' , 'type' : 'str' },
2155
+ 'iv ' : {'key' : 'iv ' , 'type' : 'str' },
2156
2156
'message_id' : {'key' : 'messageId' , 'type' : 'long' },
2157
2157
'message_type' : {'key' : 'messageType' , 'type' : 'str' }
2158
2158
}
2159
2159
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 ):
2161
2161
super (TaskAgentMessage , self ).__init__ ()
2162
2162
self .body = body
2163
- self .iV = iV
2163
+ self .iv = iv
2164
2164
self .message_id = message_id
2165
2165
self .message_type = message_type
2166
2166
@@ -2466,8 +2466,8 @@ class TaskAgentReference(Model):
2466
2466
:type id: int
2467
2467
:param name: Gets the name of the agent.
2468
2468
: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
2471
2471
:param provisioning_state: Gets or sets the current provisioning state of this agent
2472
2472
:type provisioning_state: str
2473
2473
:param status: Gets the current connectivity status of the agent.
@@ -2482,20 +2482,20 @@ class TaskAgentReference(Model):
2482
2482
'enabled' : {'key' : 'enabled' , 'type' : 'bool' },
2483
2483
'id' : {'key' : 'id' , 'type' : 'int' },
2484
2484
'name' : {'key' : 'name' , 'type' : 'str' },
2485
- 'oSDescription ' : {'key' : 'oSDescription ' , 'type' : 'str' },
2485
+ 'os_description ' : {'key' : 'osDescription ' , 'type' : 'str' },
2486
2486
'provisioning_state' : {'key' : 'provisioningState' , 'type' : 'str' },
2487
2487
'status' : {'key' : 'status' , 'type' : 'object' },
2488
2488
'version' : {'key' : 'version' , 'type' : 'str' }
2489
2489
}
2490
2490
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 ):
2492
2492
super (TaskAgentReference , self ).__init__ ()
2493
2493
self ._links = _links
2494
2494
self .access_point = access_point
2495
2495
self .enabled = enabled
2496
2496
self .id = id
2497
2497
self .name = name
2498
- self .oSDescription = oSDescription
2498
+ self .os_description = os_description
2499
2499
self .provisioning_state = provisioning_state
2500
2500
self .status = status
2501
2501
self .version = version
@@ -3897,8 +3897,8 @@ class TaskAgent(TaskAgentReference):
3897
3897
:type id: int
3898
3898
:param name: Gets the name of the agent.
3899
3899
: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
3902
3902
:param provisioning_state: Gets or sets the current provisioning state of this agent
3903
3903
:type provisioning_state: str
3904
3904
:param status: Gets the current connectivity status of the agent.
@@ -3935,7 +3935,7 @@ class TaskAgent(TaskAgentReference):
3935
3935
'enabled' : {'key' : 'enabled' , 'type' : 'bool' },
3936
3936
'id' : {'key' : 'id' , 'type' : 'int' },
3937
3937
'name' : {'key' : 'name' , 'type' : 'str' },
3938
- 'oSDescription ' : {'key' : 'oSDescription ' , 'type' : 'str' },
3938
+ 'os_description ' : {'key' : 'osDescription ' , 'type' : 'str' },
3939
3939
'provisioning_state' : {'key' : 'provisioningState' , 'type' : 'str' },
3940
3940
'status' : {'key' : 'status' , 'type' : 'object' },
3941
3941
'version' : {'key' : 'version' , 'type' : 'str' },
@@ -3952,8 +3952,8 @@ class TaskAgent(TaskAgentReference):
3952
3952
'user_capabilities' : {'key' : 'userCapabilities' , 'type' : '{str}' }
3953
3953
}
3954
3954
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 )
3957
3957
self .assigned_agent_cloud_request = assigned_agent_cloud_request
3958
3958
self .assigned_request = assigned_request
3959
3959
self .authorization = authorization
0 commit comments