Uptake/rename license configurations#6404
Open
BenPlunk wants to merge 4 commits intomicrosoft:mainfrom
Open
Conversation
Renamed license configurations and updated upgrade code Related work items: #29700
darjoo
requested changes
Feb 11, 2026
| RenameOrCreatePlan(PlanIds.GetHelpDeskPlanId(), 'Delegated Helpdesk Administrator'); | ||
| RenameOrCreatePlan(PlanIds.GetD365AdminPartnerPlanId(), 'Delegated Dynamics 365 Administrator'); | ||
|
|
||
| Session.LogMessage('0000AHN', 'Subscription Plans were renamed.', Verbosity::Normal, DataClassification::CustomerContent, TelemetryScope::ExtensionPublisher, 'Category', 'AL SaaS Upgrade'); |
Contributor
There was a problem hiding this comment.
There is no customercontent. And if there were, it should never be in telemetry.
Update data classification to systemmetadata.
jobulsin
reviewed
Feb 12, 2026
| CreatePlan(PlanIds.GetDelegatedAdminPlanId(), 'Delegated Admin agent - Partner', 9022, '7584DDCA-27B8-E911-BB26-000D3A2B005C'); | ||
| CreatePlan(PlanIds.GetHelpDeskPlanId(), 'Delegated Helpdesk agent - Partner', 9022, '8884DDCA-27B8-E911-BB26-000D3A2B005C'); | ||
| CreatePlan(PlanIds.GetDelegatedAdminPlanId(), 'Delegated Global Administrator', 9022, '7584DDCA-27B8-E911-BB26-000D3A2B005C'); | ||
| CreatePlan(PlanIds.GetHelpDeskPlanId(), 'Delegated Helpdesk Administrator', 9022, '8884DDCA-27B8-E911-BB26-000D3A2B005C'); | ||
| CreatePlan(PlanIds.GetGlobalAdminPlanId(), 'Internal Administrator', 9022, '9B84DDCA-27B8-E911-BB26-000D3A2B005C'); // Global admin |
There was a problem hiding this comment.
Should we call this "Global Administrator" to be consistent with the Entra role name?
jobulsin
reviewed
Feb 12, 2026
| @@ -32,13 +32,13 @@ codeunit 9056 "Plan Installer" | |||
| UpgradeTag: Codeunit "Upgrade Tag"; | |||
| PlanUpgradeTag: Codeunit "Plan Upgrade Tag"; | |||
| begin | |||
| CreatePlan(PlanIds.GetDelegatedBCAdminPlanId(), 'Delegated BC Admin agent - Partner', 9022, 'FFF16A30-3B0B-47CB-9751-54A5C8F634ED'); | |||
| CreatePlan(PlanIds.GetDelegatedBCAdminPlanId(), 'Delegated Dynamics 365 Business Central Administrator', 9022, 'FFF16A30-3B0B-47CB-9751-54A5C8F634ED'); | |||
| CreatePlan(PlanIds.GetBCAdminPlanId(), 'Internal BC Administrator', 9022, 'A2BB1194-FC0B-4C6B-840F-963851B783C9'); | |||
There was a problem hiding this comment.
Should we call this "Dynamics 365 Business Central Administrator" to be consistent with the Entra role name?
There was a problem hiding this comment.
Would also be consistent with "Dynamics 365 Administrator" further on
jobulsin
reviewed
Feb 12, 2026
There was a problem hiding this comment.
Further in the file I also see these license plans:
- D365 Business Central Infrastructure --> What is this?
- Microsoft Dynamics 365 - Accountant Hub --> What is this?
- Dynamics 365 BC Premium Partner Sandbox --> Should this be "Dynamics 365 Business Central Partner Sandbox"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Work Item(s)
Fixes #6403
AB#582117