Skip to content

Commit

Permalink
Merge pull request #121 from KelvinTegelaar/dev
Browse files Browse the repository at this point in the history
fix for incorrect licenses
  • Loading branch information
KelvinTegelaar authored Feb 18, 2022
2 parents c2d4c6a + edc640d commit e75ae22
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ListLicenses/run.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ $GraphRequest = $RawGraphRequest | ForEach-Object {
CountUsed = "$($sku.consumedUnits)"
CountAvailable = $sku.prepaidUnits.enabled - $sku.consumedUnits
TotalLicenses = "$($sku.prepaidUnits.enabled)"
skuId = $sku.skuId
skuPartNumber = $PrettyName
availableUnits = $sku.prepaidUnits.enabled - $sku.consumedUnits

}
}
}
Expand Down
2 changes: 1 addition & 1 deletion version_latest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.1
1.7.2

0 comments on commit e75ae22

Please sign in to comment.