Skip to content

Commit 5bd1995

Browse files
Bump Azure.Identity from 1.17.1 to 1.20.0 (#3742)
--- updated-dependencies: - dependency-name: Azure.Identity dependency-version: 1.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d4a9a18 commit 5bd1995

2 files changed

Lines changed: 44 additions & 26 deletions

File tree

src/PSRule.Rules.Azure.Tool/PSRule.Rules.Azure.Tool.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<ItemGroup>
2626
<PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.5" />
2727
<PackageReference Include="System.CommandLine" Version="2.0.5" />
28-
<PackageReference Include="Azure.Identity" Version="1.17.1" />
28+
<PackageReference Include="Azure.Identity" Version="1.20.0" />
2929
<PackageReference Include="Azure.Identity.Broker" Version="1.3.1" />
3030
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.4.13" />
3131
<PackageReference Include="System.Management.Automation" Version="7.4.13" />

src/PSRule.Rules.Azure.Tool/packages.lock.json

Lines changed: 43 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@
44
"net8.0": {
55
"Azure.Identity": {
66
"type": "Direct",
7-
"requested": "[1.17.1, )",
8-
"resolved": "1.17.1",
9-
"contentHash": "MSZkBrctcpiGxs9Cvr2VKKoN6qFLZlP3I6xuCWJ9iTgitI5Rgxtk5gfOSpXPZE3+CJmZ/mnqpQyGyjawFn5Vvg==",
7+
"requested": "[1.20.0, )",
8+
"resolved": "1.20.0",
9+
"contentHash": "yWOcmVL3SP5aVZqJ24V8IXdGRT6GW3/SD/al2w1Xe0MIcT8DuXpPOyKE9Pbk8/XxMtjHX14A82U6gwvDaU/GIw==",
1010
"dependencies": {
11-
"Azure.Core": "1.50.0",
12-
"Microsoft.Identity.Client": "4.78.0",
13-
"Microsoft.Identity.Client.Extensions.Msal": "4.78.0"
11+
"Azure.Core": "1.52.0",
12+
"Microsoft.Extensions.Configuration.Abstractions": "10.0.3",
13+
"Microsoft.Extensions.Hosting.Abstractions": "10.0.3",
14+
"Microsoft.Identity.Client": "4.83.1",
15+
"Microsoft.Identity.Client.Extensions.Msal": "4.83.1"
1416
}
1517
},
1618
"Azure.Identity.Broker": {
@@ -140,12 +142,15 @@
140142
},
141143
"Azure.Core": {
142144
"type": "Transitive",
143-
"resolved": "1.50.0",
144-
"contentHash": "GBNKZEhdIbTXxedvD3R7I/yDVFX9jJJEz02kCziFSJxspSQ5RMHc3GktulJ1s7+ffXaXD7kMgrtdQTaggyInLw==",
145+
"resolved": "1.52.0",
146+
"contentHash": "If2gP0B4kDAwOw3kvMFs7gEounDhLyeleoWMih0xPdGAvhKpcWQwoPI3L/L0gmcQt0hrtqDnRni1jaIaxwdL7w==",
145147
"dependencies": {
146-
"Microsoft.Bcl.AsyncInterfaces": "8.0.0",
147-
"System.ClientModel": "1.8.0",
148-
"System.Memory.Data": "8.0.1"
148+
"Microsoft.Bcl.AsyncInterfaces": "10.0.3",
149+
"System.ClientModel": "1.10.0",
150+
"System.Diagnostics.DiagnosticSource": "10.0.3",
151+
"System.Memory.Data": "10.0.3",
152+
"System.Text.Encodings.Web": "10.0.3",
153+
"System.Text.Json": "10.0.3"
149154
}
150155
},
151156
"Humanizer.Core": {
@@ -190,8 +195,8 @@
190195
},
191196
"Microsoft.Bcl.AsyncInterfaces": {
192197
"type": "Transitive",
193-
"resolved": "8.0.0",
194-
"contentHash": "3WA9q9yVqJp222P3x1wYIGDAkpjAku0TMUaaQV22g6L67AI0LdOIrVS7Ht2vJfLHGSPVuqN94vIr15qn+HEkHw=="
198+
"resolved": "10.0.3",
199+
"contentHash": "TV62UsrJZPX6gbt3c4WrtXh7bmaDIcMqf9uft1cc4L6gJXOU07hDGEh+bFQh/L2Az0R1WVOkiT66lFqS6G2NmA=="
195200
},
196201
"Microsoft.Build.Tasks.Git": {
197202
"type": "Transitive",
@@ -484,11 +489,12 @@
484489
},
485490
"Microsoft.Identity.Client": {
486491
"type": "Transitive",
487-
"resolved": "4.78.0",
488-
"contentHash": "vZ50HE9INSN+Ew8pCgTm0t7wzxQTqozF9L4MAsl64etXz0Teo0dbUvjpVzqDHRs6m1Vn8mHF04fGaxXrIvGpsg==",
492+
"resolved": "4.83.1",
493+
"contentHash": "jOLIrZ3cynoqHLLO1cXplFFabrhrMEYs/EuKHvmCyrOm1axqiVFT6nCSnHxk7w5+d2BeQfCdM12Yf/0X7OeS1g==",
489494
"dependencies": {
490495
"Microsoft.IdentityModel.Abstractions": "8.14.0",
491-
"System.Diagnostics.DiagnosticSource": "6.0.1"
496+
"System.Diagnostics.DiagnosticSource": "6.0.1",
497+
"System.ValueTuple": "4.5.0"
492498
}
493499
},
494500
"Microsoft.Identity.Client.Broker": {
@@ -502,10 +508,10 @@
502508
},
503509
"Microsoft.Identity.Client.Extensions.Msal": {
504510
"type": "Transitive",
505-
"resolved": "4.78.0",
506-
"contentHash": "DYU9o+DrDQuyZxeq91GBA9eNqBvA3ZMkLzQpF7L9dTk6FcIBM1y1IHXWqiKXTvptPF7CZE59upbyUoa+FJ5eiA==",
511+
"resolved": "4.83.1",
512+
"contentHash": "I3k4J4Hj4KbLEFanjeUzzDOVecukETaTgEkJ7h2pP/Yazs6SLp6TVUTo/Eo+ptPXMwvc+iX7rBFtMSUrA7R+Mg==",
507513
"dependencies": {
508-
"Microsoft.Identity.Client": "4.78.0",
514+
"Microsoft.Identity.Client": "4.83.1",
509515
"System.Security.Cryptography.ProtectedData": "4.5.0"
510516
}
511517
},
@@ -764,11 +770,15 @@
764770
},
765771
"System.ClientModel": {
766772
"type": "Transitive",
767-
"resolved": "1.8.0",
768-
"contentHash": "AqRzhn0v29GGGLj/Z6gKq4lGNtvPHT4nHdG5PDJh9IfVjv/nYUVmX11hwwws1vDFeIAzrvmn0dPu8IjLtu6fAw==",
773+
"resolved": "1.10.0",
774+
"contentHash": "lBEWs54F5Y5pZ9hC+8z4S/X76957ex+DPk7WecRHlbIHtrPfbRMMlOgI3iDn4Jpb3bSxvBnKaaHoD59auFjlBA==",
769775
"dependencies": {
770-
"Microsoft.Extensions.Logging.Abstractions": "8.0.3",
771-
"System.Memory.Data": "8.0.1"
776+
"Microsoft.Extensions.Configuration.Abstractions": "10.0.3",
777+
"Microsoft.Extensions.Hosting.Abstractions": "10.0.3",
778+
"Microsoft.Extensions.Logging.Abstractions": "10.0.3",
779+
"System.Diagnostics.DiagnosticSource": "10.0.3",
780+
"System.Memory.Data": "10.0.3",
781+
"System.Text.Json": "10.0.3"
772782
}
773783
},
774784
"System.CodeDom": {
@@ -905,8 +915,11 @@
905915
},
906916
"System.Memory.Data": {
907917
"type": "Transitive",
908-
"resolved": "8.0.1",
909-
"contentHash": "BVYuec3jV23EMRDeR7Dr1/qhx7369dZzJ9IWy2xylvb4YfXsrUxspWc4UWYid/tj4zZK58uGZqn2WQiaDMhmAg=="
918+
"resolved": "10.0.3",
919+
"contentHash": "MaGhRfGunmrj/nHjtsi9XkhlYJ/ERGWrbA+BiSKNtGnAjc9XlG5EhAvak6VRcX5LYzPF6pBO8nJ613dTgzabig==",
920+
"dependencies": {
921+
"System.Text.Json": "10.0.3"
922+
}
910923
},
911924
"System.Net.Http.WinHttpHandler": {
912925
"type": "Transitive",
@@ -1084,6 +1097,11 @@
10841097
"resolved": "8.0.0",
10851098
"contentHash": "cIed5+HuYz+eV9yu9TH95zPkqmm1J9Qps9wxjB335sU8tsqc2kGdlTEH9FZzZeCS8a7mNSEsN8ZkyhQp1gfdEw=="
10861099
},
1100+
"System.ValueTuple": {
1101+
"type": "Transitive",
1102+
"resolved": "4.5.0",
1103+
"contentHash": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ=="
1104+
},
10871105
"System.Web.Services.Description": {
10881106
"type": "Transitive",
10891107
"resolved": "4.10.3",

0 commit comments

Comments
 (0)