Skip to content

Commit aeb9fb7

Browse files
committed
Added new JsonFields type
1 parent 8aee706 commit aeb9fb7

File tree

1 file changed

+10
-0
lines changed
  • src/Microsoft.Extensions.Configuration.AzureAppConfiguration/SnapshotReference

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT license.
3+
//
4+
namespace Microsoft.Extensions.Configuration.AzureAppConfiguration.SnapshotReference
5+
{
6+
internal static class JsonFields
7+
{
8+
public const string SnapshotName = "snapshot_name";
9+
}
10+
}

0 commit comments

Comments
 (0)