Skip to content

Commit 17c5595

Browse files
authored
Merge pull request #2572 from bryandam/patch-6
Add Deprecation Notice to v_UpdateDeploymentSummary SQL View
2 parents 09b85c3 + d7ec13d commit 17c5595

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

memdocs/configmgr/develop/core/understand/sqlviews/software-updates-views-configuration-manager.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,9 @@ The view can be joined to other views by using the **CI_ID**, **AssignmentID**,
138138
Lists all software updates, by **CI_ID**, in software update deployments, listed by assignment ID, and summarized state reported by targeted clients. The view includes the target collection ID and name; the time of the last summarization; the total number of client computers targeted; the count of client computers reporting unknown, not applicable, missing (required), and present (already installed) states; the number of clients that have installed the software update or failed to install the update; and so on.
139139
The view can be joined to other views by using the **CI_ID**, **AssignmentID**, and **CollectionID** columns.
140140

141+
> [!NOTE]
142+
> This view has been deprecated, no longer generates summary data, and may be removed in the future.
143+
141144
### v_UpdateEnforcementSummaryPerCollection
142145

143146
Lists the summary state for all software updates that have been deployed. The view provides the software update, by **CI_ID**, target collection, collection name, and summarized enforcement state reported by clients in the collection.

memdocs/configmgr/develop/core/understand/sqlviews/status-alert-views-configuration-manager.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,9 @@ The view can be joined to other views by using the **CI_ID**, **AssignmentID**,
341341
Lists all software updates, by **CI_ID**, in software update deployments, listed by **AssignmentID**, and summarized state reported by targeted clients. The view includes the target collection ID and name; the time of the last summarization; the total number of client computers targeted; the count of client computers reporting unknown, not applicable, missing (required), and present (already installed) states; the number of clients that have installed the software update and failed to install the update; and so on. The view is also listed and described in the [Software Updates Views in Configuration Manager](software-updates-views-configuration-manager.md) topic.
342342
The view can be joined to other views by using the **CI_ID**, **AssignmentID**, and **CollectionID** columns.
343343

344+
> [!NOTE]
345+
> This view has been deprecated, no longer generates summary data, and may be removed in the future.
346+
344347
### v_UpdateEnforcementSummaryPerCollection
345348

346349
Lists the summary state for all software updates that have been deployed. The view provides the software update, by **CI_ID**, target collection, collection name, and summarized enforcement state reported by clients in the collection. The view is also listed and described in the [Software Updates Views in Configuration Manager](software-updates-views-configuration-manager.md) topic.

0 commit comments

Comments
 (0)