Skip to content

Commit d19ffac

Browse files
Bump Microsoft.ApplicationInsights from 2.21.0 to 2.22.0 (#1029)
1 parent 6b5fe07 commit d19ffac

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<PackageVersion Include="Microsoft.Azure.WebJobs.Extensions.Storage" Version="5.1.3" />
66
<PackageVersion Include="Microsoft.NET.Sdk.Functions" Version="4.2.0" />
77
<PackageVersion Include="Microsoft.Azure.Functions.Worker.Extensions.Abstractions" Version="1.2.0" />
8-
<PackageVersion Include="Microsoft.ApplicationInsights" Version="2.21.0" />
8+
<PackageVersion Include="Microsoft.ApplicationInsights" Version="2.22.0" />
99
<PackageVersion Include="Microsoft.Azure.WebJobs" Version="3.0.39" />
1010
<!-- Be careful when updating this, previously failures occurred on .NET7, more info available here -> https://github.com/Azure/azure-functions-sql-extension/issues/920 -->
1111
<PackageVersion Include="Microsoft.Data.SqlClient" Version="5.1.3" />

performance/packages.lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1872,7 +1872,7 @@
18721872
"type": "Project",
18731873
"dependencies": {
18741874
"Azure.Identity": "[1.10.2, )",
1875-
"Microsoft.ApplicationInsights": "[2.21.0, )",
1875+
"Microsoft.ApplicationInsights": "[2.22.0, )",
18761876
"Microsoft.AspNetCore.Http": "[2.2.2, )",
18771877
"Microsoft.Azure.WebJobs": "[3.0.39, )",
18781878
"Microsoft.Data.SqlClient": "[5.1.3, )",
@@ -1927,9 +1927,9 @@
19271927
},
19281928
"Microsoft.ApplicationInsights": {
19291929
"type": "CentralTransitive",
1930-
"requested": "[2.21.0, )",
1931-
"resolved": "2.21.0",
1932-
"contentHash": "btZEDWAFNo9CoYliMCriSMTX3ruRGZTtYw4mo2XyyfLlowFicYVM2Xszi5evDG95QRYV7MbbH3D2RqVwfZlJHw==",
1930+
"requested": "[2.22.0, )",
1931+
"resolved": "2.22.0",
1932+
"contentHash": "3AOM9bZtku7RQwHyMEY3tQMrHIgjcfRDa6YQpd/QG2LDGvMydSlL9Di+8LLMt7J2RDdfJ7/2jdYv6yHcMJAnNw==",
19331933
"dependencies": {
19341934
"System.Diagnostics.DiagnosticSource": "5.0.0"
19351935
}

samples/samples-csharp/packages.lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1723,7 +1723,7 @@
17231723
"type": "Project",
17241724
"dependencies": {
17251725
"Azure.Identity": "[1.10.2, )",
1726-
"Microsoft.ApplicationInsights": "[2.21.0, )",
1726+
"Microsoft.ApplicationInsights": "[2.22.0, )",
17271727
"Microsoft.AspNetCore.Http": "[2.2.2, )",
17281728
"Microsoft.Azure.WebJobs": "[3.0.39, )",
17291729
"Microsoft.Data.SqlClient": "[5.1.3, )",
@@ -1735,9 +1735,9 @@
17351735
},
17361736
"Microsoft.ApplicationInsights": {
17371737
"type": "CentralTransitive",
1738-
"requested": "[2.21.0, )",
1739-
"resolved": "2.21.0",
1740-
"contentHash": "btZEDWAFNo9CoYliMCriSMTX3ruRGZTtYw4mo2XyyfLlowFicYVM2Xszi5evDG95QRYV7MbbH3D2RqVwfZlJHw==",
1738+
"requested": "[2.22.0, )",
1739+
"resolved": "2.22.0",
1740+
"contentHash": "3AOM9bZtku7RQwHyMEY3tQMrHIgjcfRDa6YQpd/QG2LDGvMydSlL9Di+8LLMt7J2RDdfJ7/2jdYv6yHcMJAnNw==",
17411741
"dependencies": {
17421742
"System.Diagnostics.DiagnosticSource": "5.0.0"
17431743
}

src/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
},
2020
"Microsoft.ApplicationInsights": {
2121
"type": "Direct",
22-
"requested": "[2.21.0, )",
23-
"resolved": "2.21.0",
24-
"contentHash": "btZEDWAFNo9CoYliMCriSMTX3ruRGZTtYw4mo2XyyfLlowFicYVM2Xszi5evDG95QRYV7MbbH3D2RqVwfZlJHw==",
22+
"requested": "[2.22.0, )",
23+
"resolved": "2.22.0",
24+
"contentHash": "3AOM9bZtku7RQwHyMEY3tQMrHIgjcfRDa6YQpd/QG2LDGvMydSlL9Di+8LLMt7J2RDdfJ7/2jdYv6yHcMJAnNw==",
2525
"dependencies": {
2626
"System.Diagnostics.DiagnosticSource": "5.0.0"
2727
}

test/packages.lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1851,7 +1851,7 @@
18511851
"type": "Project",
18521852
"dependencies": {
18531853
"Azure.Identity": "[1.10.2, )",
1854-
"Microsoft.ApplicationInsights": "[2.21.0, )",
1854+
"Microsoft.ApplicationInsights": "[2.22.0, )",
18551855
"Microsoft.AspNetCore.Http": "[2.2.2, )",
18561856
"Microsoft.Azure.WebJobs": "[3.0.39, )",
18571857
"Microsoft.Data.SqlClient": "[5.1.3, )",
@@ -1889,9 +1889,9 @@
18891889
},
18901890
"Microsoft.ApplicationInsights": {
18911891
"type": "CentralTransitive",
1892-
"requested": "[2.21.0, )",
1893-
"resolved": "2.21.0",
1894-
"contentHash": "btZEDWAFNo9CoYliMCriSMTX3ruRGZTtYw4mo2XyyfLlowFicYVM2Xszi5evDG95QRYV7MbbH3D2RqVwfZlJHw==",
1892+
"requested": "[2.22.0, )",
1893+
"resolved": "2.22.0",
1894+
"contentHash": "3AOM9bZtku7RQwHyMEY3tQMrHIgjcfRDa6YQpd/QG2LDGvMydSlL9Di+8LLMt7J2RDdfJ7/2jdYv6yHcMJAnNw==",
18951895
"dependencies": {
18961896
"System.Diagnostics.DiagnosticSource": "5.0.0"
18971897
}

0 commit comments

Comments
 (0)