From daeb9b9461e9e93be214084b6c519e0cd373e4ad Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 1 Sep 2022 14:26:51 +0000
Subject: [PATCH] Bump Microsoft.Graph from 4.37.0 to 4.38.0 in /src (#1147)

Bumps [Microsoft.Graph](https://github.com/microsoftgraph/msgraph-sdk-dotnet) from 4.37.0 to 4.38.0.
- [Release notes](https://github.com/microsoftgraph/msgraph-sdk-dotnet/releases)
- [Commits](https://github.com/microsoftgraph/msgraph-sdk-dotnet/compare/4.37.0...4.38.0)

---
updated-dependencies:
- dependency-name: Microsoft.Graph
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
 src/AzureIoTHub.Portal/Server/AzureIoTHub.Portal.Server.csproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/AzureIoTHub.Portal/Server/AzureIoTHub.Portal.Server.csproj b/src/AzureIoTHub.Portal/Server/AzureIoTHub.Portal.Server.csproj
index 785036306..415c588c5 100644
--- a/src/AzureIoTHub.Portal/Server/AzureIoTHub.Portal.Server.csproj
+++ b/src/AzureIoTHub.Portal/Server/AzureIoTHub.Portal.Server.csproj
@@ -45,7 +45,7 @@
       <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
     </PackageReference>
     <PackageReference Include="Microsoft.Extensions.Http.Polly" Version="6.0.8" />
-    <PackageReference Include="Microsoft.Graph" Version="4.37.0" />
+    <PackageReference Include="Microsoft.Graph" Version="4.38.0" />
     <PackageReference Include="Microsoft.OpenApi" Version="1.3.2" />
     <PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.17.0" />
     <PackageReference Include="MudBlazor" Version="6.0.15" />