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: src/Microsoft.Extensions.Configuration.AzureAppConfiguration/SnapshotReferences/SnapshotReferenceParser.cs
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,9 @@ internal static class SnapshotReferenceParser
16
16
/// Parses a snapshot name from a snapshot reference configuration setting.
17
17
/// </summary>
18
18
/// <param name="setting">The configuration setting containing the snapshot reference JSON.</param>
19
-
/// <returns>The snapshot name if found and valid; otherwise, null.</returns>
19
+
/// <returns>The snapshot reference if found and valid; otherwise, null.</returns>
20
20
/// <exception cref="FormatException">Thrown when the setting contains invalid JSON or invalid snapshot reference format.</exception>
0 commit comments