@samitouri / QOSAMI-WSL / commits / 293e5719

Remove hard-coded password from C# API docs (#41098)

* Remove hard-coded password from C# API docs Copilot-Session: e2b0aa02-4711-4b78-af21-73c1ffa2e16b * Simplify registry password example Copilot-Session: e2b0aa02-4711-4b78-af21-73c1ffa2e16b --------- Co-authored-by: Ben Hillis <benhill@ntdev.microsoft.com>

Ben Hillis committed Jul 16, 2026 at 16:24 UTC 293e5719cfd80c5a6de2ac89c8d50e67829849a4
1 file changed +1 -1
doc/docs/api-reference/csharp/core-classes/session.md
+1 -1
@@ -181,7 +181,7 @@ Authenticates to a registry and returns an identity token string.
181 string token = session.Authenticate(
182 new Uri("https://registry.example.com"),
183 "user1",
184 - "p@ssw0rd");
184 + "password");
185 ```
186
187 ## Session.GetImages()