From d007804b5e74adc25455ce9d949b11a34428d5c7 Mon Sep 17 00:00:00 2001 From: abbodi1406 Date: Fri, 29 Jul 2022 15:19:26 +0300 Subject: [PATCH] Update Attributes --- shared/requests.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/shared/requests.php b/shared/requests.php index e43b7a8..403c231 100644 --- a/shared/requests.php +++ b/shared/requests.php @@ -172,6 +172,7 @@ function composeDeviceAttributes($flight, $ring, $build, $arch, $sku, $type) { 'TPMVersion=2', 'UpdateManagementGroup=2', 'UpdateOfferedDays=0', + 'UpgEx_NI22H2=Green', 'UpgEx_CO21H2=Green', 'UpgEx_21H2=Green', 'UpgEx_21H1=Green', @@ -222,6 +223,7 @@ function branchFromBuild($build) { case 19043: case 19044: case 19045: + case 19046: $branch = 'vb_release'; break; @@ -230,6 +232,8 @@ function branchFromBuild($build) { break; case 20348: + case 20349: + case 20350: $branch = 'fe_release'; break;