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
Copy file name to clipboardExpand all lines: m365-developer-proxy/ProxyHost.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ public RootCommand GetRootCommand() {
109
109
// `ProxyCommandHandler.Configuration`. As such, it's always set here
110
110
_configFileOption!
111
111
};
112
-
command.Description="Microsoft 365 Developer Proxy is a command line tool that simulates real world behaviors of Microsoft Graphand other APIs, locally.";
112
+
command.Description="Microsoft 365 Developer Proxy is a command line tool for testing Microsoft Graph, SharePoint Online and any other HTTP APIs.";
0 commit comments