Skip to content

Commit a14ab5e

Browse files
Update KPI attestation script to ignore product life cycle and product type (#49561)
Co-authored-by: prmarott <prmarott@microsoft.com>
1 parent 724ba89 commit a14ab5e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

eng/common/scripts/Helpers/DevOps-WorkItem-Helpers.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1240,8 +1240,6 @@ function Get-ReleasePlansForCPEXAttestation()
12401240
$query += " AND [System.Tags] NOT CONTAINS 'APEX out of scope'"
12411241
$query += " AND [System.Tags] NOT CONTAINS 'validate APEX out of scope'"
12421242
$query += " AND [Custom.ProductServiceTreeID] <> ''"
1243-
$query += " AND [Custom.ProductLifecycle] <> ''"
1244-
$query += " AND [Custom.ProductType] IN ('Feature', 'Offering', 'Sku')"
12451243

12461244
$workItems = Invoke-Query $fields $query
12471245
return $workItems

0 commit comments

Comments
 (0)