Skip to content

Commit

Permalink
Upgraded Azure.Core to 1.44.1 (Azure#26405)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickcandy authored Oct 22, 2024
1 parent 4ad1ac1 commit 918ef2d
Show file tree
Hide file tree
Showing 18 changed files with 19 additions and 7 deletions.
2 changes: 2 additions & 0 deletions src/Accounts/Accounts/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,15 @@
## Upcoming Release
* Added breaking change preannouncement for the removal of alias `Resolve-Error`. #26189
* Integrated new detection library to expand the scope of secrets.
* Upgraded Azure.Core to 1.44.1.

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

## Version 3.0.3
* Reduced the frequency of displaying sign-in announcement messages.
Expand Down
12 changes: 6 additions & 6 deletions src/Accounts/AssemblyLoading/ConditionalAssemblyProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ public static void Initialize(string rootPath, IConditionalAssemblyContext conte
CreateAssembly("netstandard2.0", "Azure.Core", "1.41.0.0"),
CreateAssembly("netstandard2.0", "Azure.Identity", "1.12.0.0"),
CreateAssembly("netstandard2.0", "Azure.Identity.Broker", "1.1.0.0"),
CreateAssembly("netstandard2.0", "Microsoft.Bcl.AsyncInterfaces", "1.0.0.0"),
CreateAssembly("netstandard2.0", "Microsoft.Bcl.AsyncInterfaces", "6.0.0.0"),
CreateAssembly("netstandard2.0", "Microsoft.Identity.Client", "4.61.3.0"),
CreateAssembly("netstandard2.0", "Microsoft.Identity.Client.Extensions.Msal", "4.61.3.0"),
CreateAssembly("netstandard2.0", "Microsoft.Identity.Client.Broker", "4.61.3.0"),
CreateAssembly("netstandard2.0", "Microsoft.Identity.Client.NativeInterop", "0.16.2.0"),
CreateAssembly("netstandard2.0", "Microsoft.IdentityModel.Abstractions", "6.35.0.0"),
CreateAssembly("netstandard2.0", "System.ClientModel", "1.0.0.0"),
CreateAssembly("netstandard2.0", "System.Memory.Data", "1.0.2.0"),
CreateAssembly("netstandard2.0", "System.Text.Json", "4.0.1.2"),
CreateAssembly("netstandard2.0", "System.ClientModel", "1.1.0.0"),
CreateAssembly("netstandard2.0", "System.Memory.Data", "6.0.0.0"),
CreateAssembly("netstandard2.0", "System.Text.Json", "6.0.0.0"),
CreateAssembly("netstandard2.0", "System.Buffers", "4.0.3.0").WithWindowsPowerShell(),
CreateAssembly("netstandard2.0", "System.Memory", "4.0.1.1").WithWindowsPowerShell(),
CreateAssembly("netstandard2.0", "System.Net.Http.WinHttpHandler", "4.0.4.0").WithWindowsPowerShell(),
Expand All @@ -70,8 +70,8 @@ public static void Initialize(string rootPath, IConditionalAssemblyContext conte
CreateAssembly("netfx", "System.Reflection.DispatchProxy", "4.0.4.0").WithWindowsPowerShell(),
CreateAssembly("netfx", "System.Runtime.CompilerServices.Unsafe", "6.0.0.0").WithWindowsPowerShell(),
CreateAssembly("netfx", "System.Security.Cryptography.Cng", "4.3.0.0").WithWindowsPowerShell(),
CreateAssembly("netfx", "System.Security.Cryptography.ProtectedData", "4.5.0.0").WithWindowsPowerShell(),
CreateAssembly("netfx", "System.Text.Encodings.Web", "4.0.5.1").WithWindowsPowerShell(),
CreateAssembly("netfx", "System.Security.Cryptography.ProtectedData", "4.0.3.0").WithWindowsPowerShell(),
CreateAssembly("netfx", "System.Text.Encodings.Web", "6.0.0.0").WithWindowsPowerShell(),
CreateAssembly("netfx", "System.Xml.ReaderWriter", "4.1.0.0").WithWindowsPowerShell(),
#endregion
};
Expand Down
1 change: 1 addition & 0 deletions src/CodeSigning/CodeSigning/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- Additional information about change #1
-->
## Upcoming Release
* Upgraded Azure.Core to 1.44.1.

## Version 0.2.0
* Added `Get-AzCodeSigningCertChain` cmdlet to retrieve the certificate chain for a certificate profile.
Expand Down
2 changes: 2 additions & 0 deletions src/Compute/Compute/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
-->
## Upcoming Release
* Upgraded Azure.Core to 1.44.1.


## Version 8.4.0
* Added `SkuProfileVmSize` and `SkuProfileAllocationStrategy` parameters to `New-AzVmss`, `New-AzVmssConfig`, and `Update-AzVmss` cmdlets for VMSS Instance Mix operations.
Expand Down
1 change: 1 addition & 0 deletions src/ContainerRegistry/ContainerRegistry/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- Additional information about change #1
-->
## Upcoming Release
* Upgraded Azure.Core to 1.44.1.

## Version 4.2.1
* Introduced secrets detection feature to safeguard sensitive data.
Expand Down
1 change: 1 addition & 0 deletions src/CosmosDB/CosmosDB/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
-->

## Upcoming Release
* Upgraded Azure.Core to 1.44.1.

## Version 1.15.0
* Added new parameter `DisableTtl` to `Restore-AzCosmosDBAccount`.
Expand Down
1 change: 1 addition & 0 deletions src/KeyVault/KeyVault/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- Additional information about change #1
-->
## Upcoming Release
* Upgraded Azure.Core to 1.44.1.

## Version 6.2.0
* Fixed a parameter validation issue in Set-AzureKeyVaultCertificatePolicy. [#25649]
Expand Down
1 change: 1 addition & 0 deletions src/NetAppFiles/NetAppFiles/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- Additional information about change #1
-->
## Upcoming Release
* Upgraded Azure.Core to 1.44.1.

## Version 0.18.0
* Fixed some minor issues
Expand Down
1 change: 1 addition & 0 deletions src/PolicyInsights/PolicyInsights/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- Additional information about change #1
-->
## Upcoming Release
* Upgraded Azure.Core to 1.44.1.

## Version 1.6.5
* Upgraded Azure.Core to 1.37.0.
Expand Down
1 change: 1 addition & 0 deletions src/Storage/Storage.Management/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- Additional information about change #1
-->
## Upcoming Release
* Upgraded Azure.Core to 1.44.1.

## Version 7.4.0
* Added a warning for an upcoming breaking change for removing references to "Microsoft.Azure.Storage.File"
Expand Down
1 change: 1 addition & 0 deletions src/Synapse/Synapse/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
-->

## Upcoming Release
* Upgraded Azure.Core to 1.44.1.

## Version 3.0.10
* Fixed secrets exposure in example documentation.
Expand Down
Binary file modified src/lib/netfx/System.Text.Encodings.Web.dll
Binary file not shown.
Binary file modified src/lib/netstandard2.0/Azure.Core.dll
Binary file not shown.
Binary file modified src/lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll
Binary file not shown.
Binary file modified src/lib/netstandard2.0/System.ClientModel.dll
Binary file not shown.
Binary file modified src/lib/netstandard2.0/System.Memory.Data.dll
Binary file not shown.
Binary file modified src/lib/netstandard2.0/System.Text.Json.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion tools/Common.Netcore.Dependencies.targets
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Azure.Core" Version="1.41.0"/>
<PackageReference Include="Azure.Core" Version="1.44.1"/>
</ItemGroup>
<ItemGroup Condition="'$(IsTestProject)' != 'true'">
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.18.0">
Expand Down

0 comments on commit 918ef2d

Please sign in to comment.