Skip to content

Fix AA0219: ToolTip for ReportSetupChoice must start with 'Specifies'#7642

Merged
mynjj merged 2 commits intofeatures/pbiautdepl2from
copilot/fix-tooltip-property-pagefield-reportsetupchoice
Apr 11, 2026
Merged

Fix AA0219: ToolTip for ReportSetupChoice must start with 'Specifies'#7642
mynjj merged 2 commits intofeatures/pbiautdepl2from
copilot/fix-tooltip-property-pagefield-reportsetupchoice

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 11, 2026

The ReportSetupChoice PageField in PowerBIAssistedSetup.Page.al violated AL rule AA0219, which requires all PageField ToolTip properties to begin with 'Specifies'.

Change

  • PowerBIAssistedSetup.Page.al: Updated ToolTip on ReportSetupChoice field
// Before
ToolTip = 'Choose whether to manually configure report settings or deploy pre-built reports.';

// After
ToolTip = 'Specifies whether to manually configure report settings or deploy pre-built reports.';

Copilot AI changed the title [WIP] Fix AA0219 tooltip property for ReportSetupChoice Fix AA0219: ToolTip for ReportSetupChoice must start with 'Specifies' Apr 11, 2026
Copilot AI requested a review from mynjj April 11, 2026 05:45
@mynjj mynjj marked this pull request as ready for review April 11, 2026 05:46
@mynjj mynjj requested a review from a team as a code owner April 11, 2026 05:46
@mynjj mynjj merged commit e78233a into features/pbiautdepl2 Apr 11, 2026
1 check passed
@mynjj mynjj deleted the copilot/fix-tooltip-property-pagefield-reportsetupchoice branch April 11, 2026 05:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants