Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ServiceBus: Added property pendingReplicationOperationsCount to GeoDR and Migration #3314

Merged
merged 3 commits into from
Jun 28, 2018
Merged
Changes from 2 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 @@ -4222,6 +4222,12 @@
"modelAsString": false
}
},
"pendingReplicationOperationsCount ": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix indentation and update the examples

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resolved

"readOnly": true,
"format": "int64",
"type": "integer",
"description": "Number of entities pending to be replicated."
},
"partnerNamespace": {
"type": "string",
"description": "ARM Id of the Primary/Secondary eventhub namespace name, which is part of GEO DR pairning"
Expand Down Expand Up @@ -4282,6 +4288,12 @@
"type": "string",
"description": "Provisioning state of Migration Configuration "
},
"pendingReplicationOperationsCount ": {
"readOnly": true,
"format": "int64",
"type": "integer",
"description": "Number of entities pending to be replicated."
},
"targetNamespace": {
"type": "string",
"description": "Existing premium Namespace ARM Id name which has no entities, will be used for migration"
Expand Down