Skip to content

Commit c3d8ff9

Browse files
authored
Generated from bfe141048e0caecaaabf928de884d75c2605756a (#2844)
removed extra space from pendingReplicationOperationsCount
1 parent 8dc2ea5 commit c3d8ff9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure-mgmt-eventhub/azure/mgmt/eventhub/models/arm_disaster_recovery.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class ArmDisasterRecovery(Resource):
6262
'partner_namespace': {'key': 'properties.partnerNamespace', 'type': 'str'},
6363
'alternate_name': {'key': 'properties.alternateName', 'type': 'str'},
6464
'role': {'key': 'properties.role', 'type': 'RoleDisasterRecovery'},
65-
'pending_replication_operations_count': {'key': 'properties.pendingReplicationOperationsCount ', 'type': 'long'},
65+
'pending_replication_operations_count': {'key': 'properties.pendingReplicationOperationsCount', 'type': 'long'},
6666
}
6767

6868
def __init__(self, **kwargs):

azure-mgmt-eventhub/azure/mgmt/eventhub/models/arm_disaster_recovery_py3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class ArmDisasterRecovery(Resource):
6262
'partner_namespace': {'key': 'properties.partnerNamespace', 'type': 'str'},
6363
'alternate_name': {'key': 'properties.alternateName', 'type': 'str'},
6464
'role': {'key': 'properties.role', 'type': 'RoleDisasterRecovery'},
65-
'pending_replication_operations_count': {'key': 'properties.pendingReplicationOperationsCount ', 'type': 'long'},
65+
'pending_replication_operations_count': {'key': 'properties.pendingReplicationOperationsCount', 'type': 'long'},
6666
}
6767

6868
def __init__(self, *, partner_namespace: str=None, alternate_name: str=None, **kwargs) -> None:

0 commit comments

Comments
 (0)