Skip to content

Commit 1d465ea

Browse files
authored
[Dependency Update] Upgrade Azure.Core from 1.47.3 to 1.50.0 across m… (#28918)
1 parent c5c452e commit 1d465ea

File tree

22 files changed

+56
-45
lines changed

22 files changed

+56
-45
lines changed

src/Accounts/Accounts/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+
* Updated Azure.Core from 1.47.3 to 1.50.0
2223

2324
## Version 5.3.1
2425
* Updated Azure.Core from 1.45.0 to 1.47.3

src/Accounts/AssemblyLoading/ConditionalAssemblyProvider.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public static void Initialize(string rootPath, IConditionalAssemblyContext conte
5151
CreateAssembly("net462", "System.Diagnostics.DiagnosticSource", "8.0.0.1").WithWindowsPowerShell(),
5252
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.47.3.0"),
54+
CreateAssembly("netstandard2.0", "Azure.Core", "1.50.0.0"),
5555
CreateAssembly("netstandard2.0", "Azure.Identity.Broker", "1.1.0.0"),
5656
CreateAssembly("netstandard2.0", "Azure.Identity", "1.13.0.0"),
5757
CreateAssembly("netstandard2.0", "Microsoft.Bcl.AsyncInterfaces", "8.0.0.0"),
@@ -61,7 +61,7 @@ public static void Initialize(string rootPath, IConditionalAssemblyContext conte
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.6.1.0"),
64+
CreateAssembly("netstandard2.0", "System.ClientModel", "1.8.0.0"),
6565
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(),
@@ -71,7 +71,7 @@ public static void Initialize(string rootPath, IConditionalAssemblyContext conte
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(),
7373
CreateAssembly("netstandard2.0", "System.Text.Json", "8.0.0.0"),
74-
CreateAssembly("netstandard2.0", "System.Threading.Tasks.Extensions", "4.2.0.1").WithWindowsPowerShell(),
74+
CreateAssembly("netstandard2.0", "System.Threading.Tasks.Extensions", "4.2.1.0").WithWindowsPowerShell(),
7575
#endregion
7676
};
7777
}

src/Batch/Batch.Test/Batch.Test.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,12 @@
2525
<ItemGroup>
2626
<None Update="Resources\*.*" CopyToOutputDirectory="PreserveNewest" />
2727
</ItemGroup>
28-
28+
2929
<ItemGroup>
3030
<ProjectReference Include="..\..\Network\Network.Management.Sdk\Network.Management.Sdk.csproj" />
3131
</ItemGroup>
32-
32+
3333
<ItemGroup>
34-
<PackageReference Update="Azure.Core" Version="1.48.0" />
3534
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.14.1" />
3635
<PackageReference Update="Newtonsoft.Json" Version="13.0.4" />
3736
<PackageReference Update="xunit.runner.visualstudio" Version="3.1.4">

src/Batch/Batch/Batch.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
</ItemGroup>
2828

2929
<ItemGroup>
30-
<PackageReference Update="Azure.Core" Version="1.48.0" />
3130
<PackageReference Update="Microsoft.ApplicationInsights" Version="2.23.0" />
3231
<PackageReference Update="PowerShellStandard.Library" Version="5.1.1" />
3332
</ItemGroup>

src/Batch/Batch/ChangeLog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Updated Azure.Core from 1.47.3 to 1.50.0
2122
* Updated the implementation of 'New-AzBatchApplicationPackage' cmdlet to not call 'Get-AzBatchApplicationPackage' to retrieve storage keys for security improvements. No behavior changes to the cmdlet.
2223

2324
## Version 4.0.0
@@ -28,7 +29,7 @@
2829

2930
## Version 3.7.0
3031
* Upgraded nuget package to signed package.
31-
* Fixed 'Object reference not set to an instance of an object' error when setting null values inside job `CommonEnvironmentSettings` property.
32+
* Fixed 'Object reference not set to an instance of an object' error when setting null values inside job `CommonEnvironmentSettings` property.
3233

3334
## Version 3.6.4
3435
* Migrate Batch SDK to generated SDK

src/Compute/Compute/ChangeLog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
2121
-->
2222
## Upcoming Release
23+
* Updated Azure.Core from 1.47.3 to 1.50.0
2324

2425
## Version 11.1.0
2526
* Added `-ResiliencyView` parameter to `Get-AzVmssVM` cmdlet
@@ -46,7 +47,7 @@
4647
* Updated SDK to use 2025-04-01 version of the ComputeRP API for Compute related cmdlets.
4748

4849
## Version 10.3.0
49-
* Fixed typo 'DeyAll' to 'DenyAll' in NetworkAccessPolicy description.
50+
* Fixed typo 'DeyAll' to 'DenyAll' in NetworkAccessPolicy description.
5051
* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229
5152
* Updated New-AzDiskConfig to include `SecurityMetadataUri` and `SecurityDataUri` parameters.
5253
* Updated Grant-AzDisk to return `SecurityMetadataAccessSAS` property.

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+
* Updated Azure.Core from 1.47.3 to 1.50.0
2122

2223
## Version 5.0.0
2324
* Improved user experience and consistency. This may introduce breaking changes. Please refer to [here](https://go.microsoft.com/fwlink/?linkid=2340249).

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+
* Updated Azure.Core from 1.47.3 to 1.50.0
2223

2324
## Version 1.19.0
2425
* Added fleet management support for Cosmos DB accounts.

src/DataLakeStore/DataLakeStore/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+
* Updated Azure.Core from 1.47.3 to 1.50.0
2122

2223
## Version 1.5.1
2324
* Updated Azure.Core from 1.45.0 to 1.47.3

src/KeyVault/KeyVault/ChangeLog.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Updated Azure.Core from 1.47.3 to 1.50.0
2122

2223
## Version 6.4.1
2324
* Updated Azure.Core from 1.45.0 to 1.47.3
@@ -52,13 +53,13 @@
5253
* [Breaking change] Removed parameter `Value` from `Invoke-AzKeyVaultKeyOperation`.
5354
* [Breaking change] Removed property `Result` from the output type `PSKeyOperationResult` of `Invoke-AzKeyVaultKeyOperation`.
5455
* [Breaking Change] Replaced parameter `EnableRbacAuthorization` by `DisableRbacAuthorization` in `New-AzKeyVault` and `Update-AzKeyVault`.
55-
- RBAC will be enabled by default during the process of key vault creation.
56-
56+
- RBAC will be enabled by default during the process of key vault creation.
57+
5758
## Version 5.3.0
5859
* Introduced secrets detection feature to safeguard sensitive data.
5960
* [Upcoming Breaking Change] Added breaking change warning message for parameter `UseDefaultCVMPolicy` of `Add-AzKeyVaultKey`.
6061
- The offline fallback policy will be removed. Key creation will fail if unable to get regional default CVM SKR policy from MAA Service Discovery API.
61-
* Added parameter `PolicyPath` in `Add-AzKeyVaultCertificate` to support custom policy in the process of certificate enrollment.
62+
* Added parameter `PolicyPath` in `Add-AzKeyVaultCertificate` to support custom policy in the process of certificate enrollment.
6263
* Upgraded the API version of merging certificate to 7.5. [#24323]
6364

6465
## Version 5.2.2
@@ -78,11 +79,11 @@
7879

7980
## Version 5.1.0
8081
* Added parameter `ByteArrayValue` in `Invoke-AzKeyVaultKeyOperation` to support operating byte array without conversion to secure string.
81-
* Added Property `RawResult` in the output type `PSKeyOperationResult` of `Invoke-AzKeyVaultKeyOperation`.
82-
* [Upcoming Breaking Change] Added breaking change warning message for parameter `Value` in `Invoke-AzKeyVaultKeyOperation`.
82+
* Added Property `RawResult` in the output type `PSKeyOperationResult` of `Invoke-AzKeyVaultKeyOperation`.
83+
* [Upcoming Breaking Change] Added breaking change warning message for parameter `Value` in `Invoke-AzKeyVaultKeyOperation`.
8384
- Parameter `Value` is expected to be removed in Az.KeyVault 6.0.0
8485
- `ByteArrayValue` is the alternative of parameter `Value` in byte array format
85-
* [Upcoming Breaking Change] Added breaking change warning message for the output type `PSKeyOperationResult` of `Invoke-AzKeyVaultKeyOperation`.
86+
* [Upcoming Breaking Change] Added breaking change warning message for the output type `PSKeyOperationResult` of `Invoke-AzKeyVaultKeyOperation`.
8687
- Property `Result` is expected to be removed in Az.KeyVault 6.0.0
8788
- Property `RawResult` is the alternative of parameter `Result` in byte array format
8889

@@ -91,7 +92,7 @@
9192

9293
## Version 5.0.0
9394
* Removed non-core types creation in PowerShell scripts to be compatible in constrained language mode.
94-
* Supported user assigned identity for Managed HSM in `New/Update-AzKeyVaultManagedHsm`
95+
* Supported user assigned identity for Managed HSM in `New/Update-AzKeyVaultManagedHsm`
9596
* [Breaking Change] Changed parameter `SoftDeleteRetentionInDays` in `New-AzKeyVaultManagedHsm` to mandatory.
9697
* Upgraded Azure.Core to 1.35.0.
9798

@@ -123,7 +124,7 @@
123124
* Added parameter `PolicyPath` and `PolicyObject` in `Import-AzKeyVaultCertificate` to support custom policy [#20780]
124125

125126
## Version 4.9.3
126-
* Added breaking change announcement for `Invoke-AzKeyVaultKeyOperation`. The encoded/decoded way between string and bytes in `Invoke-AzKeyVaultKeyOperation` will change to UTF8.
127+
* Added breaking change announcement for `Invoke-AzKeyVaultKeyOperation`. The encoded/decoded way between string and bytes in `Invoke-AzKeyVaultKeyOperation` will change to UTF8.
127128
- This change will take effect on 5/23/2023
128129
- The change is expected to take effect from the version 5.0.0
129130
* Updated Azure.Core to 1.31.0.

0 commit comments

Comments
 (0)