Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

[AutoPR eventhub/resource-manager] EventHub: Removed space from pendingReplicationOperationsCount #3091

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class ArmDisasterRecovery extends models['Resource'] {
pendingReplicationOperationsCount: {
required: false,
readOnly: true,
serializedName: 'properties.pendingReplicationOperationsCount ',
serializedName: 'properties.pendingReplicationOperationsCount',
type: {
name: 'Number'
}
Expand Down