Skip to content

Commit 918ef2d

Browse files
authored
Upgraded Azure.Core to 1.44.1 (#26405)
1 parent 4ad1ac1 commit 918ef2d

File tree

18 files changed

+19
-7
lines changed

18 files changed

+19
-7
lines changed

src/Accounts/Accounts/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,15 @@
2121
## Upcoming Release
2222
* Added breaking change preannouncement for the removal of alias `Resolve-Error`. #26189
2323
* Integrated new detection library to expand the scope of secrets.
24+
* Upgraded Azure.Core to 1.44.1.
2425

2526
## Version 3.0.4
2627
* Added customized UserAgent for ARM telemetry.
2728
* Fixed secrets exposure in example documentation.
2829
* Updated `Connect-AzAccount` to fix a display issue in PowerShell ISE [#24556].
2930
* Updated the reference of Azure PowerShell Common to 1.3.100-preview.
3031
* Used Azure.Identity and Azure.Core directly for client assertion [#22628].
32+
* Integrated new detection library to expand the scope of secrets.
3133

3234
## Version 3.0.3
3335
* Reduced the frequency of displaying sign-in announcement messages.

src/Accounts/AssemblyLoading/ConditionalAssemblyProvider.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ public static void Initialize(string rootPath, IConditionalAssemblyContext conte
4545
CreateAssembly("netstandard2.0", "Azure.Core", "1.41.0.0"),
4646
CreateAssembly("netstandard2.0", "Azure.Identity", "1.12.0.0"),
4747
CreateAssembly("netstandard2.0", "Azure.Identity.Broker", "1.1.0.0"),
48-
CreateAssembly("netstandard2.0", "Microsoft.Bcl.AsyncInterfaces", "1.0.0.0"),
48+
CreateAssembly("netstandard2.0", "Microsoft.Bcl.AsyncInterfaces", "6.0.0.0"),
4949
CreateAssembly("netstandard2.0", "Microsoft.Identity.Client", "4.61.3.0"),
5050
CreateAssembly("netstandard2.0", "Microsoft.Identity.Client.Extensions.Msal", "4.61.3.0"),
5151
CreateAssembly("netstandard2.0", "Microsoft.Identity.Client.Broker", "4.61.3.0"),
5252
CreateAssembly("netstandard2.0", "Microsoft.Identity.Client.NativeInterop", "0.16.2.0"),
5353
CreateAssembly("netstandard2.0", "Microsoft.IdentityModel.Abstractions", "6.35.0.0"),
54-
CreateAssembly("netstandard2.0", "System.ClientModel", "1.0.0.0"),
55-
CreateAssembly("netstandard2.0", "System.Memory.Data", "1.0.2.0"),
56-
CreateAssembly("netstandard2.0", "System.Text.Json", "4.0.1.2"),
54+
CreateAssembly("netstandard2.0", "System.ClientModel", "1.1.0.0"),
55+
CreateAssembly("netstandard2.0", "System.Memory.Data", "6.0.0.0"),
56+
CreateAssembly("netstandard2.0", "System.Text.Json", "6.0.0.0"),
5757
CreateAssembly("netstandard2.0", "System.Buffers", "4.0.3.0").WithWindowsPowerShell(),
5858
CreateAssembly("netstandard2.0", "System.Memory", "4.0.1.1").WithWindowsPowerShell(),
5959
CreateAssembly("netstandard2.0", "System.Net.Http.WinHttpHandler", "4.0.4.0").WithWindowsPowerShell(),
@@ -70,8 +70,8 @@ public static void Initialize(string rootPath, IConditionalAssemblyContext conte
7070
CreateAssembly("netfx", "System.Reflection.DispatchProxy", "4.0.4.0").WithWindowsPowerShell(),
7171
CreateAssembly("netfx", "System.Runtime.CompilerServices.Unsafe", "6.0.0.0").WithWindowsPowerShell(),
7272
CreateAssembly("netfx", "System.Security.Cryptography.Cng", "4.3.0.0").WithWindowsPowerShell(),
73-
CreateAssembly("netfx", "System.Security.Cryptography.ProtectedData", "4.5.0.0").WithWindowsPowerShell(),
74-
CreateAssembly("netfx", "System.Text.Encodings.Web", "4.0.5.1").WithWindowsPowerShell(),
73+
CreateAssembly("netfx", "System.Security.Cryptography.ProtectedData", "4.0.3.0").WithWindowsPowerShell(),
74+
CreateAssembly("netfx", "System.Text.Encodings.Web", "6.0.0.0").WithWindowsPowerShell(),
7575
CreateAssembly("netfx", "System.Xml.ReaderWriter", "4.1.0.0").WithWindowsPowerShell(),
7676
#endregion
7777
};

src/CodeSigning/CodeSigning/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Upgraded Azure.Core to 1.44.1.
2122

2223
## Version 0.2.0
2324
* Added `Get-AzCodeSigningCertChain` cmdlet to retrieve the certificate chain for a certificate profile.

src/Compute/Compute/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
2121
-->
2222
## Upcoming Release
23+
* Upgraded Azure.Core to 1.44.1.
24+
2325

2426
## Version 8.4.0
2527
* Added `SkuProfileVmSize` and `SkuProfileAllocationStrategy` parameters to `New-AzVmss`, `New-AzVmssConfig`, and `Update-AzVmss` cmdlets for VMSS Instance Mix operations.

src/ContainerRegistry/ContainerRegistry/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Upgraded Azure.Core to 1.44.1.
2122

2223
## Version 4.2.1
2324
* Introduced secrets detection feature to safeguard sensitive data.

src/CosmosDB/CosmosDB/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
-->
2020

2121
## Upcoming Release
22+
* Upgraded Azure.Core to 1.44.1.
2223

2324
## Version 1.15.0
2425
* Added new parameter `DisableTtl` to `Restore-AzCosmosDBAccount`.

src/KeyVault/KeyVault/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Upgraded Azure.Core to 1.44.1.
2122

2223
## Version 6.2.0
2324
* Fixed a parameter validation issue in Set-AzureKeyVaultCertificatePolicy. [#25649]

src/NetAppFiles/NetAppFiles/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Upgraded Azure.Core to 1.44.1.
2122

2223
## Version 0.18.0
2324
* Fixed some minor issues

src/PolicyInsights/PolicyInsights/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Upgraded Azure.Core to 1.44.1.
2122

2223
## Version 1.6.5
2324
* Upgraded Azure.Core to 1.37.0.

src/Storage/Storage.Management/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Upgraded Azure.Core to 1.44.1.
2122

2223
## Version 7.4.0
2324
* Added a warning for an upcoming breaking change for removing references to "Microsoft.Azure.Storage.File"

0 commit comments

Comments
 (0)