File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ public override async Task ReportItemProcessorFunctionAsync(
248248 if ( skuAndSubscriptions . DisabledSeats > 0 )
249249 {
250250 skuAndSubscriptions . ActionType = "NO ACTION NEEDED" ;
251- skuAndSubscriptions . ActionSubType = "Waiting for subscription life cyle to deprovision subscription" ;
251+ skuAndSubscriptions . ActionSubType = "Waiting for subscription life cycle to de-provision subscription" ;
252252 }
253253 }
254254
@@ -302,7 +302,7 @@ public override async Task ReportItemProcessorFunctionAsync(
302302 // There are active seats and all are assigned
303303 // No seats are disabled or about to expire
304304 skuAndSubscriptions . ActionType = "NO ACTION NEEDED" ;
305- skuAndSubscriptions . ActionSubType = "Customer has all active licenses assigned" ;
305+ skuAndSubscriptions . ActionSubType = "All active licenses are assigned" ;
306306 reportOutputItem . CustomerSubscribedSkuAndSubscriptions . Add ( Program . Clone ( skuAndSubscriptions ) ) ;
307307 continue ;
308308 }
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ public override async Task ReportItemProcessorFunctionAsync(
153153 if ( subscriptionSubscribedSku == null )
154154 {
155155 reportOutputItem . GlobalActionType = "Not supported" ;
156- reportOutputItem . GlobalActionSubType = "Subscription Offer does not map to any Subscribed SKU Product" ;
156+ reportOutputItem . GlobalActionSubType = "Subscription Offer does not map to any CSP Subscribed SKU Product" ;
157157 results . Add ( Program . Clone ( reportOutputItem ) ) ;
158158 continue ;
159159 }
You can’t perform that action at this time.
0 commit comments