You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Catch exception when trying to convert permissions table to three columns (#298)
* Catch exception when trying to convert permissions table to three columns
* Move Regex to static variable
* Correctly extract permissions table when the HTML metadata spans more than one line
Copy file name to clipboardExpand all lines: ApiDoctor.Console/Constants.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ public static class PermissionsConstants
12
12
" For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference).";
13
13
publicconststringMultipleTableBoilerPlateText="The following tables show the least privileged permission or permissions required to call this API on each supported resource type."+
14
14
" Follow [best practices](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions) to request least privileged permissions."+
15
-
" For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the[permissions reference](/graph/permissions-reference).";
15
+
" For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the[permissions reference](/graph/permissions-reference).";
0 commit comments