Skip to content

Commit e0c661c

Browse files
Suppress AS0030 on ViewAgentAccessControl - Fix platform uptake 27.3 (#6332)
#### Summary Suppress breaking changes to unbreak uptake. #### Work Item(s) Fixes [AB#619692](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/619692) --------- Co-authored-by: sodragon <sodragon@microsoft.com>
1 parent 1645c9a commit e0c661c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/System Application/App/Agent/Setup/AgentAccessControls/ViewAgentAccessControl.Page.al

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ namespace System.Agents;
88
using System.Security.AccessControl;
99

1010
#pragma warning disable AS0125
11+
#pragma warning disable AS0030
1112
page 4320 "View Agent Access Control"
1213
{
14+
#pragma warning restore AS0030
1315
#pragma warning restore AS0125
1416

1517
Caption = 'Agent Access Control';

0 commit comments

Comments
 (0)