Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Azure.core from 1.30.0 to 1.31.0 #21506

Merged
merged 2 commits into from
Apr 13, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Accounts/Accounts/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
-->

## Upcoming Release
* Updated Azure.Core to 1.30.0.
* Updated Azure.Core to 1.31.0.

## Version 2.12.1
* Fixed an issue that broke some cmdlets in Az.Synapse module.
Expand Down
4 changes: 2 additions & 2 deletions src/Accounts/AssemblyLoading/ConditionalAssemblyProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public static void Initialize(string rootPath, IConditionalAssemblyContext conte
// todo: add a tool to update assembly versions after replacing the assemblies. (Can it support newly introduced assemblies?)
// todo: consider moving the list to a standalone config file
#region AssemblyList
CreateAssembly("netcoreapp2.1", "Azure.Core", "1.30.0.0").WithPowerShellCore(),
CreateAssembly("netcoreapp2.1", "Azure.Core", "1.31.0.0").WithPowerShellCore(),
CreateAssembly("netcoreapp2.1", "Microsoft.Identity.Client", "4.49.1.0").WithPowerShellCore(),
CreateAssembly("netcoreapp3.1", "Microsoft.Identity.Client.Extensions.Msal", "2.23.0.0").WithPowerShellCore(),

Expand All @@ -64,7 +64,7 @@ public static void Initialize(string rootPath, IConditionalAssemblyContext conte
CreateAssembly("netstandard2.0", "System.ServiceModel.Primitives", "4.7.0.0").WithWindowsPowerShell(),
CreateAssembly("netstandard2.0", "System.Threading.Tasks.Extensions", "4.2.0.1").WithWindowsPowerShell(),

CreateAssembly("netfx", "Azure.Core", "1.30.0.0").WithWindowsPowerShell(),
CreateAssembly("netfx", "Azure.Core", "1.31.0.0").WithWindowsPowerShell(),
CreateAssembly("netfx", "Microsoft.Identity.Client", "4.49.1.0").WithWindowsPowerShell(),
CreateAssembly("netfx", "Microsoft.Identity.Client.Extensions.Msal", "2.23.0.0").WithWindowsPowerShell(),
CreateAssembly("netfx", "Newtonsoft.Json", "12.0.0.0").WithWindowsPowerShell(),
Expand Down
2 changes: 1 addition & 1 deletion src/Compute/Compute/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Added a breaking change warning to the `Get-AzVM` cmdlet to show that the `NextLink` parameter and parameter set will be removed in June 2023. The parameter has been non-functional for a long time.
* Updated the breaking change warning in `New-AzVM` and `New-AzVmss` regarding using the new versioned image aliases to indicate that certain aliases will be removed next breaking change release.
* Updated the `Get-AzVMRunCommand` to include the `ProvisioningState` value. Fix [#21473]
* Updated Azure.Core to 1.30.0.
* Updated Azure.Core to 1.31.0.

## Version 5.7.0
* Addressed bug in `Remove-AzVmss` to throw error when `-InstanceId` is null. [#21162]
Expand Down
2 changes: 1 addition & 1 deletion src/ContainerRegistry/ContainerRegistry/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- Additional information about change #1
-->
## Upcoming Release
* Updated Azure.Core to 1.30.0.
* Updated Azure.Core to 1.31.0.

## Version 3.0.3
* Added breaking change attributes for cmdlets
Expand Down
2 changes: 1 addition & 1 deletion src/CosmosDB/CosmosDB/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
-->

## Upcoming Release
* Updated Azure.Core to 1.30.0.
* Updated Azure.Core to 1.31.0.

## Version 1.10.0
* Introduced restorable apis support for Gremlin and Table, which includes:
Expand Down
2 changes: 1 addition & 1 deletion src/KeyVault/KeyVault/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- Additional information about change #1
-->
## Upcoming Release
* Updated Azure.Core to 1.30.0.
* Updated Azure.Core to 1.31.0.

## Version 4.9.2
* Updated Azure.Core to 1.28.0.
Expand Down
2 changes: 1 addition & 1 deletion src/NetAppFiles/NetAppFiles/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- Additional information about change #1
-->
## Upcoming Release
* Updated Azure.Core to 1.30.0.
* Updated Azure.Core to 1.31.0.

## Version 0.11.1
* Updated Azure.Core to 1.28.0.
Expand Down
2 changes: 1 addition & 1 deletion src/PolicyInsights/PolicyInsights/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- Additional information about change #1
-->
## Upcoming Release
* Updated Azure.Core to 1.30.0.
* Updated Azure.Core to 1.31.0.

## Version 1.6.0
* Added support for policy attestations.
Expand Down
2 changes: 1 addition & 1 deletion src/Storage/Storage.Management/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* Added warning messages for an upcoming cmdlet breaking change
- `New-AzStorageAccount`
- `Set-AzStorageAccount`
* Updated Azure.Core to 1.30.0
* Updated Azure.Core to 1.31.0

## Version 5.5.0
* Supported create storage account with DnsEndpointType
Expand Down
2 changes: 1 addition & 1 deletion src/Synapse/Synapse/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
-->

## Upcoming Release
* Updated Azure.Core to 1.30.0.
* Updated Azure.Core to 1.31.0.

## Version 2.3.0
* Upgraded Azure.Analytics.Synapse.Artifacts to 1.0.0-preview.17
Expand Down
Binary file modified src/lib/netcoreapp2.1/Azure.Core.dll
Binary file not shown.
Binary file modified src/lib/netfx/Azure.Core.dll
Binary file not shown.