Skip to content

Commit

Permalink
Bump Graph to 4.54
Browse files Browse the repository at this point in the history
  • Loading branch information
pschaeflein committed Feb 22, 2023
1 parent 3c336bd commit 3f8c281
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/CommunityGraphTelemetry.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ internal class CommunityGraphTelemetry

static CommunityGraphTelemetry()
{
telemetryConfiguration.InstrumentationKey = "d882bd7a-a378-4117-bd7c-71fc95a44cd1";
telemetryConfiguration.ConnectionString= "InstrumentationKey=d882bd7a-a378-4117-bd7c-71fc95a44cd1;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralus.livediagnostics.monitor.azure.com/";
telemetryClient = new TelemetryClient(telemetryConfiguration);
}

Expand Down
2 changes: 1 addition & 1 deletion src/Graph.Community.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.21.0" />
<PackageReference Include="Microsoft.Graph" Version="4.52.0" />
<PackageReference Include="Microsoft.Graph" Version="4.54.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion test/WebRequestTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ await gsc.GraphServiceClient
}

[Fact]
public async Task Get_GeneratesCorrectRequest_WithExpand()
public void Get_GeneratesCorrectRequest_WithExpand()
{
// ARRANGE
var expectedUri = new Uri($"{mockWebUrl}/_api/web?$expand=RegionalSettings%2CRegionalSettings%2FTimeZone");
Expand Down

0 comments on commit 3f8c281

Please sign in to comment.