Skip to content

Commit 8b87ffc

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Made jsonExtension file generic by specifying a namespace place holder to cover both beta and v1.0 endpoints
1 parent 4219469 commit 8b87ffc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/Custom/JsonExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace Microsoft.Graph.PowerShell.JsonUtilities
1+
namespace NamespacePrefixPlaceholder.PowerShell.JsonUtilities
22
{
33
using Newtonsoft.Json.Linq;
44
using System;

tools/Tests/JsonUtilitiesTest/JsonExtensionsTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using System;
33
using Newtonsoft.Json.Linq;
44
using Xunit;
5-
using Microsoft.Graph.PowerShell.JsonUtilities;
5+
using NamespacePrefixPlaceholder.PowerShell.JsonUtilities;
66

77
public class JsonExtensionsTests
88
{

0 commit comments

Comments
 (0)