Skip to content

Commit

Permalink
ServiceBus: Added property pendingReplicationOperationsCount to GeoDR…
Browse files Browse the repository at this point in the history
… and Migration (#3314)

* added property to migration and GeoDR config and AZ to namespace

* revmoved zoneRedundant property

* updated example and indentation
  • Loading branch information
Ajit Navasare authored and dsgouda committed Jun 28, 2018
1 parent 4ef6b1d commit d2e1898
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"properties": {
"provisioningState": "Succeeded",
"targetNamespace": "/subscriptions/SubscriptionId/resourceGroups/ResourceGroup/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-4028",
"postMigrationName": "sdk-PostMigration-5919"
"postMigrationName": "sdk-PostMigration-5919",
"pendingReplicationOperationsCount": 0
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"provisioningState": "Accepted",
"partnerNamespace": "sdk-Namespace-8860",
"role": "Secondary",
"type": "MetadataReplication"
"type": "MetadataReplication",
"pendingReplicationOperationsCount": 0
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4222,6 +4222,12 @@
"modelAsString": false
}
},
"pendingReplicationOperationsCount ": {
"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

0 comments on commit d2e1898

Please sign in to comment.