mirror of
https://github.com/KelvinTegelaar/CIPP.git
synced 2026-04-25 08:16:01 +03:00
[GH-ISSUE #4116] [Bug]: Wrong License Name in unused lincenses notification #1864
Labels
No labels
API
Feature
NotABug
NotABug
Planned
Sponsor Priority
Sponsor Priority
bug
documentation
duplicate
enhancement
needs more info
no-activity
no-priority
not-assigned
pull-request
react-conversion
react-conversion
roadmap
security
stale
unconfirmed-by-user
unconfirmed-by-user
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/CIPP#1864
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @f8-sk on GitHub (May 21, 2025).
Original GitHub issue: https://github.com/KelvinTegelaar/CIPP/issues/4116
Required confirmations before submitting
Issue Description
we get reports for unused licenses via mail. it seems the license 365 business standard is reported as 365 business premium for at least one tenant:
CIPP:
Report:
Environment Type
Sponsored (paying) user
Front End Version
v7.5.3
Back End Version
v7.5.3
Relevant Logs / Stack Trace
@github-actions[bot] commented on GitHub (May 21, 2025):
Thank you for reporting a potential bug. If you would like to work on this bug, please comment:
Thank you for helping us maintain the project!
@kris6673 commented on GitHub (May 21, 2025):
O365_BUSINESS_PREMIUM is the actual name for Business Standard, so it's not an error.
Business Premium is called SPB, Business Basic is O365_BUSINESS_ESSENTIALS and Apps for Business is O365_BUSINESS.
Microsoft and their licensing names are a fun thing :D
You can see all the names here: https://learn.microsoft.com/en-us/entra/identity/users/licensing-service-plan-reference
@f8-sk commented on GitHub (May 21, 2025):
how intuitive :D
Ty for your answer