Add 25H2
This commit is contained in:
@ -16,7 +16,7 @@ limitations under the License.
|
||||
*/
|
||||
|
||||
function uupApiVersion() {
|
||||
return '1.49.0';
|
||||
return "I can't be bothered to update the version; use commit hash.";
|
||||
}
|
||||
|
||||
require_once dirname(__FILE__).'/auths.php';
|
||||
|
@ -124,6 +124,8 @@ function composeDeviceAttributes($flight, $ring, $build, $arch, $sku, $type, $fl
|
||||
'BranchReadinessLevel=CB',
|
||||
'CIOptin=1',
|
||||
'CurrentBranch='.$branch,
|
||||
'DataExpDateEpoch_GE25H2='.(time()+82800),
|
||||
'DataExpDateEpoch_GE25H2Setup='.(time()+82800),
|
||||
'DataExpDateEpoch_GE24H2='.(time()+82800),
|
||||
'DataExpDateEpoch_GE24H2Setup='.(time()+82800),
|
||||
'DataExpDateEpoch_CU23H2='.(time()+82800),
|
||||
@ -148,6 +150,8 @@ function composeDeviceAttributes($flight, $ring, $build, $arch, $sku, $type, $fl
|
||||
//'FlightContent='.$fltContent,
|
||||
'FlightRing='.$fltRing,
|
||||
'Free=gt64',
|
||||
'GStatus_GE25H2=2',
|
||||
'GStatus_GE25H2Setup=2',
|
||||
'GStatus_GE24H2=2',
|
||||
'GStatus_GE24H2Setup=2',
|
||||
'GStatus_CU23H2=2',
|
||||
@ -211,6 +215,8 @@ function composeDeviceAttributes($flight, $ring, $build, $arch, $sku, $type, $fl
|
||||
'TPMVersion=2',
|
||||
'UpdateManagementGroup=2',
|
||||
'UpdateOfferedDays=0',
|
||||
'UpgEx_GE25H2Setup=Green',
|
||||
'UpgEx_GE25H2=Green',
|
||||
'UpgEx_GE24H2Setup=Green',
|
||||
'UpgEx_GE24H2=Green',
|
||||
'UpgEx_CU23H2=Green',
|
||||
|
Reference in New Issue
Block a user