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

Commit

Permalink
Change to reportedXCount for success and failure in the deployment mo…
Browse files Browse the repository at this point in the history
…del (#1189)
  • Loading branch information
mechaffin authored and sushilraje committed Nov 30, 2018
1 parent d692fdd commit ada2a0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/services/models/iotHubManagerModels.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ export const toDeploymentModel = (deployment = {}) => {
'configType': 'configType',
'createdDateTimeUtc': 'createdDateTimeUtc',
'metrics.systemMetrics.appliedCount': 'appliedCount',
'metrics.systemMetrics.failedCount': 'failedCount',
'metrics.systemMetrics.succeededCount': 'succeededCount',
'metrics.systemMetrics.reportedFailedCount': 'failedCount',
'metrics.systemMetrics.reportedSuccessfulCount': 'succeededCount',
'metrics.systemMetrics.targetedCount': 'targetedCount',
'metrics.systemMetrics.pendingCount': 'pendingCount'
});
Expand Down

0 comments on commit ada2a0e

Please sign in to comment.