Skip to content

Commit bc815bb

Browse files
Bump Azure.Identity from 1.19.0 to 1.20.0 (#471)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f6a6fc6 commit bc815bb

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

claim-check/code-samples/sample-1/FunctionConsumer1/FunctionConsumer1.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore" Version="2.1.0" />
1818
<PackageReference Include="Microsoft.ApplicationInsights.WorkerService" Version="3.0.0" />
1919
<PackageReference Include="Microsoft.Azure.Functions.Worker.ApplicationInsights" Version="2.50.0" />
20-
<PackageReference Include="Azure.Identity" Version="1.19.0" />
20+
<PackageReference Include="Azure.Identity" Version="1.20.0" />
2121
</ItemGroup>
2222

2323
<ItemGroup>

claim-check/code-samples/sample-2/ClientConsumer2/ClientConsumer2.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</ItemGroup>
2222

2323
<ItemGroup>
24-
<PackageReference Include="Azure.Identity" Version="1.19.0" />
24+
<PackageReference Include="Azure.Identity" Version="1.20.0" />
2525
<PackageReference Include="Azure.Messaging.EventHubs" Version="5.12.2" />
2626
<PackageReference Include="Azure.Messaging.EventHubs.Processor" Version="5.12.2" />
2727
<PackageReference Include="Azure.Storage.Blobs" Version="12.27.0" />

claim-check/code-samples/sample-3/FunctionConsumer3/FunctionConsumer3.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore" Version="2.1.0" />
1818
<PackageReference Include="Microsoft.ApplicationInsights.WorkerService" Version="3.0.0" />
1919
<PackageReference Include="Microsoft.Azure.Functions.Worker.ApplicationInsights" Version="2.50.0" />
20-
<PackageReference Include="Azure.Identity" Version="1.19.0" />
20+
<PackageReference Include="Azure.Identity" Version="1.20.0" />
2121
</ItemGroup>
2222

2323
<ItemGroup>

claim-check/code-samples/sample-4/ClientProducer4/ClientProducer4.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</ItemGroup>
2121

2222
<ItemGroup>
23-
<PackageReference Include="Azure.Identity" Version="1.19.0" />
23+
<PackageReference Include="Azure.Identity" Version="1.20.0" />
2424
<PackageReference Include="Azure.Storage.Blobs" Version="12.27.0" />
2525
<PackageReference Include="Confluent.Kafka" Version="2.13.2" />
2626
<PackageReference Include="Microsoft.Extensions.Configuration" Version="10.0.5" />

claim-check/code-samples/sample-4/FunctionConsumer4/FunctionConsumer4.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PackageReference Include="Microsoft.ApplicationInsights.WorkerService" Version="3.0.0" />
1818
<PackageReference Include="Microsoft.Azure.Functions.Worker.ApplicationInsights" Version="2.50.0" />
1919
<PackageReference Include="Azure.Storage.Blobs" Version="12.27.0" />
20-
<PackageReference Include="Azure.Identity" Version="1.19.0" />
20+
<PackageReference Include="Azure.Identity" Version="1.20.0" />
2121
</ItemGroup>
2222

2323
<ItemGroup>

0 commit comments

Comments
 (0)