Skip to content

Commit 3627d05

Browse files
committed
azure.core to 1.47.3
1 parent 8130e27 commit 3627d05

15 files changed

+34
-34
lines changed

src/Accounts/AssemblyLoading/ConditionalAssemblyProvider.cs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,32 +45,32 @@ public static void Initialize(string rootPath, IConditionalAssemblyContext conte
4545
CreateAssembly("net45", "Newtonsoft.Json", "13.0.0.0").WithWindowsPowerShell(),
4646
CreateAssembly("net46", "System.Numerics.Vectors", "4.1.4.0").WithWindowsPowerShell(),
4747
CreateAssembly("net46", "System.Xml.ReaderWriter", "4.1.0.0").WithWindowsPowerShell(),
48-
CreateAssembly("net461", "System.Diagnostics.DiagnosticSource", "6.0.0.1").WithWindowsPowerShell(),
4948
CreateAssembly("net461", "System.Reflection.DispatchProxy", "4.0.4.0").WithWindowsPowerShell(),
5049
CreateAssembly("net461", "System.Runtime.CompilerServices.Unsafe", "6.0.0.0").WithWindowsPowerShell(),
5150
CreateAssembly("net461", "System.Security.Cryptography.ProtectedData", "4.0.3.0").WithWindowsPowerShell(),
52-
CreateAssembly("net461", "System.Text.Encodings.Web", "6.0.0.1").WithWindowsPowerShell(),
51+
CreateAssembly("net462", "System.Diagnostics.DiagnosticSource", "8.0.0.1").WithWindowsPowerShell(),
52+
CreateAssembly("net462", "System.Text.Encodings.Web", "8.0.0.0").WithWindowsPowerShell(),
5353
CreateAssembly("net47", "System.Security.Cryptography.Cng", "4.3.0.0").WithWindowsPowerShell(),
54-
CreateAssembly("netstandard2.0", "Azure.Core", "1.45.0.0"),
54+
CreateAssembly("netstandard2.0", "Azure.Core", "1.47.3.0"),
5555
CreateAssembly("netstandard2.0", "Azure.Identity.Broker", "1.1.0.0"),
5656
CreateAssembly("netstandard2.0", "Azure.Identity", "1.13.0.0"),
57-
CreateAssembly("netstandard2.0", "Microsoft.Bcl.AsyncInterfaces", "6.0.0.0"),
57+
CreateAssembly("netstandard2.0", "Microsoft.Bcl.AsyncInterfaces", "8.0.0.0"),
5858
CreateAssembly("netstandard2.0", "Microsoft.Identity.Client.Broker", "4.65.0.0"),
5959
CreateAssembly("netstandard2.0", "Microsoft.Identity.Client", "4.65.0.0"),
6060
CreateAssembly("netstandard2.0", "Microsoft.Identity.Client.Extensions.Msal", "4.65.0.0"),
6161
CreateAssembly("netstandard2.0", "Microsoft.Identity.Client.NativeInterop", "0.16.2.0"),
6262
CreateAssembly("netstandard2.0", "Microsoft.IdentityModel.Abstractions", "6.35.0.0"),
6363
CreateAssembly("netstandard2.0", "System.Buffers", "4.0.3.0").WithWindowsPowerShell(),
64-
CreateAssembly("netstandard2.0", "System.ClientModel", "1.2.1.0"),
65-
CreateAssembly("netstandard2.0", "System.Memory.Data", "6.0.0.1"),
64+
CreateAssembly("netstandard2.0", "System.ClientModel", "1.6.1.0"),
65+
CreateAssembly("netstandard2.0", "System.Memory.Data", "8.0.0.1"),
6666
CreateAssembly("netstandard2.0", "System.Memory", "4.0.1.2").WithWindowsPowerShell(),
6767
CreateAssembly("netstandard2.0", "System.Net.Http.WinHttpHandler", "4.0.4.0").WithWindowsPowerShell(),
6868
CreateAssembly("netstandard2.0", "System.Private.ServiceModel", "4.7.0.0").WithWindowsPowerShell(),
6969
CreateAssembly("netstandard2.0", "System.Security.AccessControl", "4.1.3.0").WithWindowsPowerShell(),
7070
CreateAssembly("netstandard2.0", "System.Security.Permissions", "4.0.3.0").WithWindowsPowerShell(),
7171
CreateAssembly("netstandard2.0", "System.Security.Principal.Windows", "4.1.3.0").WithWindowsPowerShell(),
7272
CreateAssembly("netstandard2.0", "System.ServiceModel.Primitives", "4.7.0.0").WithWindowsPowerShell(),
73-
CreateAssembly("netstandard2.0", "System.Text.Json", "6.0.0.0"),
73+
CreateAssembly("netstandard2.0", "System.Text.Json", "8.0.0.0"),
7474
CreateAssembly("netstandard2.0", "System.Threading.Tasks.Extensions", "4.2.0.1").WithWindowsPowerShell(),
7575
#endregion
7676
};

src/lib/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ This directory contains common assemblies / libraries that Azure PowerShell modu
77
When making changes to the dependencies in this directory, please follow these steps:
88

99
1. Update `manifest.json` no matter if you are adding, removing or updating a dependency. This serves as the source of truth.
10-
2. Run `Update-DevDependency` found in the AzDev module. Follow the instructions necessary to [build and import the module](../../tools/AzDev/README.md) first.
10+
2. Run `Update-DevAssembly` found in the AzDev module. Follow the instructions necessary to [build and import the module](../../tools/AzDev/README.md) first.

src/lib/cgmanifest.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -33,35 +33,35 @@
3333
"component": {
3434
"type": "nuget",
3535
"nuget": {
36-
"name": "System.Diagnostics.DiagnosticSource",
37-
"version": "6.0.1"
36+
"name": "System.Reflection.DispatchProxy",
37+
"version": "4.5.0"
3838
}
3939
}
4040
},
4141
{
4242
"component": {
4343
"type": "nuget",
4444
"nuget": {
45-
"name": "System.Reflection.DispatchProxy",
46-
"version": "4.5.0"
45+
"name": "System.Runtime.CompilerServices.Unsafe",
46+
"version": "6.0.0"
4747
}
4848
}
4949
},
5050
{
5151
"component": {
5252
"type": "nuget",
5353
"nuget": {
54-
"name": "System.Runtime.CompilerServices.Unsafe",
55-
"version": "6.0.0"
54+
"name": "System.Security.Cryptography.ProtectedData",
55+
"version": "4.5.0"
5656
}
5757
}
5858
},
5959
{
6060
"component": {
6161
"type": "nuget",
6262
"nuget": {
63-
"name": "System.Security.Cryptography.ProtectedData",
64-
"version": "4.5.0"
63+
"name": "System.Diagnostics.DiagnosticSource",
64+
"version": "8.0.1"
6565
}
6666
}
6767
},
@@ -70,7 +70,7 @@
7070
"type": "nuget",
7171
"nuget": {
7272
"name": "System.Text.Encodings.Web",
73-
"version": "6.0.1"
73+
"version": "8.0.0"
7474
}
7575
}
7676
},
@@ -88,7 +88,7 @@
8888
"type": "nuget",
8989
"nuget": {
9090
"name": "Azure.Core",
91-
"version": "1.45.0"
91+
"version": "1.47.3"
9292
}
9393
}
9494
},
@@ -115,7 +115,7 @@
115115
"type": "nuget",
116116
"nuget": {
117117
"name": "Microsoft.Bcl.AsyncInterfaces",
118-
"version": "6.0.0"
118+
"version": "8.0.0"
119119
}
120120
}
121121
},
@@ -178,7 +178,7 @@
178178
"type": "nuget",
179179
"nuget": {
180180
"name": "System.ClientModel",
181-
"version": "1.2.1"
181+
"version": "1.6.1"
182182
}
183183
}
184184
},
@@ -187,7 +187,7 @@
187187
"type": "nuget",
188188
"nuget": {
189189
"name": "System.Memory.Data",
190-
"version": "6.0.1"
190+
"version": "8.0.1"
191191
}
192192
}
193193
},
@@ -259,7 +259,7 @@
259259
"type": "nuget",
260260
"nuget": {
261261
"name": "System.Text.Json",
262-
"version": "6.0.11"
262+
"version": "8.0.6"
263263
}
264264
}
265265
},

src/lib/manifest.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
33
"PackageName": "Azure.Core",
4-
"PackageVersion": "1.45.0",
4+
"PackageVersion": "1.47.3",
55
"TargetFramework": "netstandard2.0",
66
"WindowsPowerShell": true,
77
"PowerShell7Plus": true
@@ -22,7 +22,7 @@
2222
},
2323
{
2424
"PackageName": "Microsoft.Bcl.AsyncInterfaces",
25-
"PackageVersion": "6.0.0",
25+
"PackageVersion": "8.0.0",
2626
"TargetFramework": "netstandard2.0",
2727
"WindowsPowerShell": true,
2828
"PowerShell7Plus": true
@@ -72,14 +72,14 @@
7272
},
7373
{
7474
"PackageName": "System.ClientModel",
75-
"PackageVersion": "1.2.1",
75+
"PackageVersion": "1.6.1",
7676
"TargetFramework": "netstandard2.0",
7777
"WindowsPowerShell": true,
7878
"PowerShell7Plus": true
7979
},
8080
{
8181
"PackageName": "System.Memory.Data",
82-
"PackageVersion": "6.0.1",
82+
"PackageVersion": "8.0.1",
8383
"TargetFramework": "netstandard2.0",
8484
"WindowsPowerShell": true,
8585
"PowerShell7Plus": true
@@ -135,7 +135,7 @@
135135
},
136136
{
137137
"PackageName": "System.Text.Json",
138-
"PackageVersion": "6.0.11",
138+
"PackageVersion": "8.0.6",
139139
"TargetFramework": "netstandard2.0",
140140
"WindowsPowerShell": true,
141141
"PowerShell7Plus": true
@@ -156,8 +156,8 @@
156156
},
157157
{
158158
"PackageName": "System.Diagnostics.DiagnosticSource",
159-
"PackageVersion": "6.0.1",
160-
"TargetFramework": "net461",
159+
"PackageVersion": "8.0.1",
160+
"TargetFramework": "net462",
161161
"WindowsPowerShell": true,
162162
"PowerShell7Plus": false
163163
},
@@ -198,8 +198,8 @@
198198
},
199199
{
200200
"PackageName": "System.Text.Encodings.Web",
201-
"PackageVersion": "6.0.1",
202-
"TargetFramework": "net461",
201+
"PackageVersion": "8.0.0",
202+
"TargetFramework": "net462",
203203
"WindowsPowerShell": true,
204204
"PowerShell7Plus": false
205205
},
-164 KB
Binary file not shown.
-76.3 KB
Binary file not shown.
185 KB
Binary file not shown.
77.2 KB
Binary file not shown.
9.49 KB
Binary file not shown.
4.53 KB
Binary file not shown.

0 commit comments

Comments
 (0)