Skip to content

Commit c6d32f6

Browse files
committed
fix some camel casing
1 parent 85e5836 commit c6d32f6

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

azure-devops/azure/devops/v5_1/cloud_load_test/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1410,7 +1410,7 @@ class WebApiUserLoadTestMachineInput(WebApiLoadTestMachineInput):
14101410
'agent_group_name': {'key': 'agentGroupName', 'type': 'str'},
14111411
'tenant_id': {'key': 'tenantId', 'type': 'str'},
14121412
'user_load_agent_resources_uri': {'key': 'userLoadAgentResourcesUri', 'type': 'str'},
1413-
'vSTSAccount_uri': {'key': 'vSTSAccountUri', 'type': 'str'}
1413+
'vSTSAccount_uri': {'key': 'vstsAccountUri', 'type': 'str'}
14141414
}
14151415

14161416
def __init__(self, machine_group_id=None, machine_type=None, setup_configuration=None, supported_run_types=None, agent_group_name=None, tenant_id=None, user_load_agent_resources_uri=None, vSTSAccount_uri=None):

azure-devops/azure/devops/v5_1/gallery/models.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ class Answers(Model):
7070
"""
7171

7272
_attribute_map = {
73-
'vSMarketplace_extension_name': {'key': 'vSMarketplaceExtensionName', 'type': 'str'},
74-
'vSMarketplace_publisher_name': {'key': 'vSMarketplacePublisherName', 'type': 'str'}
73+
'vSMarketplace_extension_name': {'key': 'vsMarketplaceExtensionName', 'type': 'str'},
74+
'vSMarketplace_publisher_name': {'key': 'vsMarketplacePublisherName', 'type': 'str'}
7575
}
7676

7777
def __init__(self, vSMarketplace_extension_name=None, vSMarketplace_publisher_name=None):

azure-devops/azure/devops/v5_1/profile/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class CreateProfileContext(Model):
105105
"""
106106

107107
_attribute_map = {
108-
'cIData': {'key': 'cIData', 'type': '{object}'},
108+
'cIData': {'key': 'ciData', 'type': '{object}'},
109109
'contact_with_offers': {'key': 'contactWithOffers', 'type': 'bool'},
110110
'country_name': {'key': 'countryName', 'type': 'str'},
111111
'display_name': {'key': 'displayName', 'type': 'str'},

azure-devops/azure/devops/v5_1/release/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1453,7 +1453,7 @@ class MailMessage(Model):
14531453

14541454
_attribute_map = {
14551455
'body': {'key': 'body', 'type': 'str'},
1456-
'cC': {'key': 'cC', 'type': 'EmailRecipients'},
1456+
'cC': {'key': 'cc', 'type': 'EmailRecipients'},
14571457
'in_reply_to': {'key': 'inReplyTo', 'type': 'str'},
14581458
'message_id': {'key': 'messageId', 'type': 'str'},
14591459
'reply_by': {'key': 'replyBy', 'type': 'iso-8601'},

azure-devops/azure/devops/v5_1/task_agent/models.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)