diff --git a/src/Accounts/Accounts/ChangeLog.md b/src/Accounts/Accounts/ChangeLog.md index aa80437100d9..8df03ec838fb 100644 --- a/src/Accounts/Accounts/ChangeLog.md +++ b/src/Accounts/Accounts/ChangeLog.md @@ -19,6 +19,7 @@ --> ## Upcoming Release +* Updated Azure.Core from 1.47.3 to 1.50.0 ## Version 5.3.1 * Updated Azure.Core from 1.45.0 to 1.47.3 diff --git a/src/Accounts/AssemblyLoading/ConditionalAssemblyProvider.cs b/src/Accounts/AssemblyLoading/ConditionalAssemblyProvider.cs index 1740e03a7d28..b3082a66da81 100644 --- a/src/Accounts/AssemblyLoading/ConditionalAssemblyProvider.cs +++ b/src/Accounts/AssemblyLoading/ConditionalAssemblyProvider.cs @@ -51,7 +51,7 @@ public static void Initialize(string rootPath, IConditionalAssemblyContext conte CreateAssembly("net462", "System.Diagnostics.DiagnosticSource", "8.0.0.1").WithWindowsPowerShell(), CreateAssembly("net462", "System.Text.Encodings.Web", "8.0.0.0").WithWindowsPowerShell(), CreateAssembly("net47", "System.Security.Cryptography.Cng", "4.3.0.0").WithWindowsPowerShell(), - CreateAssembly("netstandard2.0", "Azure.Core", "1.47.3.0"), + CreateAssembly("netstandard2.0", "Azure.Core", "1.50.0.0"), CreateAssembly("netstandard2.0", "Azure.Identity.Broker", "1.1.0.0"), CreateAssembly("netstandard2.0", "Azure.Identity", "1.13.0.0"), CreateAssembly("netstandard2.0", "Microsoft.Bcl.AsyncInterfaces", "8.0.0.0"), @@ -61,7 +61,7 @@ public static void Initialize(string rootPath, IConditionalAssemblyContext conte 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.Buffers", "4.0.3.0").WithWindowsPowerShell(), - CreateAssembly("netstandard2.0", "System.ClientModel", "1.6.1.0"), + CreateAssembly("netstandard2.0", "System.ClientModel", "1.8.0.0"), CreateAssembly("netstandard2.0", "System.Memory.Data", "8.0.0.1"), CreateAssembly("netstandard2.0", "System.Memory", "4.0.1.2").WithWindowsPowerShell(), CreateAssembly("netstandard2.0", "System.Net.Http.WinHttpHandler", "4.0.4.0").WithWindowsPowerShell(), @@ -71,7 +71,7 @@ public static void Initialize(string rootPath, IConditionalAssemblyContext conte CreateAssembly("netstandard2.0", "System.Security.Principal.Windows", "4.1.3.0").WithWindowsPowerShell(), CreateAssembly("netstandard2.0", "System.ServiceModel.Primitives", "4.7.0.0").WithWindowsPowerShell(), CreateAssembly("netstandard2.0", "System.Text.Json", "8.0.0.0"), - CreateAssembly("netstandard2.0", "System.Threading.Tasks.Extensions", "4.2.0.1").WithWindowsPowerShell(), + CreateAssembly("netstandard2.0", "System.Threading.Tasks.Extensions", "4.2.1.0").WithWindowsPowerShell(), #endregion }; } diff --git a/src/Batch/Batch.Test/Batch.Test.csproj b/src/Batch/Batch.Test/Batch.Test.csproj index a12ec685f417..8112f195d143 100644 --- a/src/Batch/Batch.Test/Batch.Test.csproj +++ b/src/Batch/Batch.Test/Batch.Test.csproj @@ -25,13 +25,12 @@ - + - + - diff --git a/src/Batch/Batch/Batch.csproj b/src/Batch/Batch/Batch.csproj index 7815f78dfb5c..025dc0b97e36 100644 --- a/src/Batch/Batch/Batch.csproj +++ b/src/Batch/Batch/Batch.csproj @@ -27,7 +27,6 @@ - diff --git a/src/Batch/Batch/ChangeLog.md b/src/Batch/Batch/ChangeLog.md index e47a7963f2a1..88b31e53f0dd 100644 --- a/src/Batch/Batch/ChangeLog.md +++ b/src/Batch/Batch/ChangeLog.md @@ -18,6 +18,7 @@ - Additional information about change #1 --> ## Upcoming Release +* Updated Azure.Core from 1.47.3 to 1.50.0 ## Version 4.0.0 * Upgraded API version from 2022-10-01 to 2024-07-01. @@ -27,7 +28,7 @@ ## Version 3.7.0 * Upgraded nuget package to signed package. -* Fixed 'Object reference not set to an instance of an object' error when setting null values inside job `CommonEnvironmentSettings` property. +* Fixed 'Object reference not set to an instance of an object' error when setting null values inside job `CommonEnvironmentSettings` property. ## Version 3.6.4 * Migrate Batch SDK to generated SDK diff --git a/src/Compute/Compute/ChangeLog.md b/src/Compute/Compute/ChangeLog.md index b4745072c75a..f919f91acce2 100644 --- a/src/Compute/Compute/ChangeLog.md +++ b/src/Compute/Compute/ChangeLog.md @@ -20,6 +20,7 @@ --> ## Upcoming Release +* Updated Azure.Core from 1.47.3 to 1.50.0 ## Version 11.0.0 * Improved user experience and consistency. This may introduce breaking changes. Please refer to [here](https://go.microsoft.com/fwlink/?linkid=2340249). @@ -40,7 +41,7 @@ * Updated SDK to use 2025-04-01 version of the ComputeRP API for Compute related cmdlets. ## Version 10.3.0 -* Fixed typo 'DeyAll' to 'DenyAll' in NetworkAccessPolicy description. +* Fixed typo 'DeyAll' to 'DenyAll' in NetworkAccessPolicy description. * Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229 * Updated New-AzDiskConfig to include `SecurityMetadataUri` and `SecurityDataUri` parameters. * Updated Grant-AzDisk to return `SecurityMetadataAccessSAS` property. diff --git a/src/ContainerRegistry/ContainerRegistry/ChangeLog.md b/src/ContainerRegistry/ContainerRegistry/ChangeLog.md index 2854c9721491..ec96cc89fc22 100644 --- a/src/ContainerRegistry/ContainerRegistry/ChangeLog.md +++ b/src/ContainerRegistry/ContainerRegistry/ChangeLog.md @@ -18,6 +18,7 @@ - Additional information about change #1 --> ## Upcoming Release +* Updated Azure.Core from 1.47.3 to 1.50.0 ## Version 5.0.0 * Improved user experience and consistency. This may introduce breaking changes. Please refer to [here](https://go.microsoft.com/fwlink/?linkid=2340249). diff --git a/src/CosmosDB/CosmosDB/ChangeLog.md b/src/CosmosDB/CosmosDB/ChangeLog.md index 643b046ffed8..e504a0c5a655 100644 --- a/src/CosmosDB/CosmosDB/ChangeLog.md +++ b/src/CosmosDB/CosmosDB/ChangeLog.md @@ -19,6 +19,7 @@ --> ## Upcoming Release +* Updated Azure.Core from 1.47.3 to 1.50.0 ## Version 1.18.3 * Updated Azure.Core from 1.45.0 to 1.47.3 diff --git a/src/DataLakeStore/DataLakeStore/ChangeLog.md b/src/DataLakeStore/DataLakeStore/ChangeLog.md index 3b969d29d4e7..c711d32ab80a 100644 --- a/src/DataLakeStore/DataLakeStore/ChangeLog.md +++ b/src/DataLakeStore/DataLakeStore/ChangeLog.md @@ -18,6 +18,7 @@ - Additional information about change #1 --> ## Upcoming Release +* Updated Azure.Core from 1.47.3 to 1.50.0 ## Version 1.5.1 * Updated Azure.Core from 1.45.0 to 1.47.3 diff --git a/src/KeyVault/KeyVault/ChangeLog.md b/src/KeyVault/KeyVault/ChangeLog.md index 4abf88077b51..a94bec0de795 100644 --- a/src/KeyVault/KeyVault/ChangeLog.md +++ b/src/KeyVault/KeyVault/ChangeLog.md @@ -18,6 +18,7 @@ - Additional information about change #1 --> ## Upcoming Release +* Updated Azure.Core from 1.47.3 to 1.50.0 ## Version 6.4.1 * Updated Azure.Core from 1.45.0 to 1.47.3 @@ -52,13 +53,13 @@ * [Breaking change] Removed parameter `Value` from `Invoke-AzKeyVaultKeyOperation`. * [Breaking change] Removed property `Result` from the output type `PSKeyOperationResult` of `Invoke-AzKeyVaultKeyOperation`. * [Breaking Change] Replaced parameter `EnableRbacAuthorization` by `DisableRbacAuthorization` in `New-AzKeyVault` and `Update-AzKeyVault`. - - RBAC will be enabled by default during the process of key vault creation. - + - RBAC will be enabled by default during the process of key vault creation. + ## Version 5.3.0 * Introduced secrets detection feature to safeguard sensitive data. * [Upcoming Breaking Change] Added breaking change warning message for parameter `UseDefaultCVMPolicy` of `Add-AzKeyVaultKey`. - 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. -* Added parameter `PolicyPath` in `Add-AzKeyVaultCertificate` to support custom policy in the process of certificate enrollment. +* Added parameter `PolicyPath` in `Add-AzKeyVaultCertificate` to support custom policy in the process of certificate enrollment. * Upgraded the API version of merging certificate to 7.5. [#24323] ## Version 5.2.2 @@ -78,11 +79,11 @@ ## Version 5.1.0 * Added parameter `ByteArrayValue` in `Invoke-AzKeyVaultKeyOperation` to support operating byte array without conversion to secure string. -* Added Property `RawResult` in the output type `PSKeyOperationResult` of `Invoke-AzKeyVaultKeyOperation`. -* [Upcoming Breaking Change] Added breaking change warning message for parameter `Value` in `Invoke-AzKeyVaultKeyOperation`. +* Added Property `RawResult` in the output type `PSKeyOperationResult` of `Invoke-AzKeyVaultKeyOperation`. +* [Upcoming Breaking Change] Added breaking change warning message for parameter `Value` in `Invoke-AzKeyVaultKeyOperation`. - Parameter `Value` is expected to be removed in Az.KeyVault 6.0.0 - `ByteArrayValue` is the alternative of parameter `Value` in byte array format -* [Upcoming Breaking Change] Added breaking change warning message for the output type `PSKeyOperationResult` of `Invoke-AzKeyVaultKeyOperation`. +* [Upcoming Breaking Change] Added breaking change warning message for the output type `PSKeyOperationResult` of `Invoke-AzKeyVaultKeyOperation`. - Property `Result` is expected to be removed in Az.KeyVault 6.0.0 - Property `RawResult` is the alternative of parameter `Result` in byte array format @@ -91,7 +92,7 @@ ## Version 5.0.0 * Removed non-core types creation in PowerShell scripts to be compatible in constrained language mode. -* Supported user assigned identity for Managed HSM in `New/Update-AzKeyVaultManagedHsm` +* Supported user assigned identity for Managed HSM in `New/Update-AzKeyVaultManagedHsm` * [Breaking Change] Changed parameter `SoftDeleteRetentionInDays` in `New-AzKeyVaultManagedHsm` to mandatory. * Upgraded Azure.Core to 1.35.0. @@ -123,7 +124,7 @@ * Added parameter `PolicyPath` and `PolicyObject` in `Import-AzKeyVaultCertificate` to support custom policy [#20780] ## Version 4.9.3 -* Added breaking change announcement for `Invoke-AzKeyVaultKeyOperation`. The encoded/decoded way between string and bytes in `Invoke-AzKeyVaultKeyOperation` will change to UTF8. +* Added breaking change announcement for `Invoke-AzKeyVaultKeyOperation`. The encoded/decoded way between string and bytes in `Invoke-AzKeyVaultKeyOperation` will change to UTF8. - This change will take effect on 5/23/2023 - The change is expected to take effect from the version 5.0.0 * Updated Azure.Core to 1.31.0. diff --git a/src/NetAppFiles/NetAppFiles/ChangeLog.md b/src/NetAppFiles/NetAppFiles/ChangeLog.md index 212264ed11b1..4712a9073c67 100644 --- a/src/NetAppFiles/NetAppFiles/ChangeLog.md +++ b/src/NetAppFiles/NetAppFiles/ChangeLog.md @@ -18,6 +18,7 @@ - Additional information about change #1 --> ## Upcoming Release +* Updated Azure.Core from 1.47.3 to 1.50.0 ## Version 0.25.1 * Updated Azure.Core from 1.45.0 to 1.47.3 @@ -36,7 +37,7 @@ * Added `NfsV4IdDomain` to `New-AzNetAppFilesAccount` and `Update-AzNetAppFilesAccount` * Added added support CRR data recovery options for VolumeGroups with `DataReplicationSourceId`, DataReplicationSchedule to `New-AzNetAppFilesVolumeGroup` * Added `OracleDatabaseSize`, `NumberOfDataVolumes`, `OracleDatabaseThroughput` for Oracle Volume groups support in `New-AzNetAppFilesVolumeGroup` -* Added `KeyVaultPrivateEndpointResourceId`, `Zone` to `New-AzNetAppFilesVolumeGroup` +* Added `KeyVaultPrivateEndpointResourceId`, `Zone` to `New-AzNetAppFilesVolumeGroup` ## Version 0.23.0 * Added `NfsV4IdDomain` to `New-AzNetAppFilesAccount` and `Update-AzNetAppFilesAccount` @@ -47,7 +48,7 @@ ## Version 0.21.0 * Added new parameter `CoolAccessTieringPolicy` to `New-AzNetAppFilesVolume` and `Update-AzNetAppFilesVolume`, -* Added new cmdLet`Invoke-AzNetAppFilesAccountChangeKeyVault` to change Key Vault/Managed HSM that is used for encryption of volumes under NetApp account. `Get-AzNetAppFilesAccountKeyVaultInformation` can be used to get information for this command. +* Added new cmdLet`Invoke-AzNetAppFilesAccountChangeKeyVault` to change Key Vault/Managed HSM that is used for encryption of volumes under NetApp account. `Get-AzNetAppFilesAccountKeyVaultInformation` can be used to get information for this command. * Added new cmdLet `Get-AzNetAppFilesAccountKeyVaultInformation`, Gets information that can be used in `Invoke-AzNetAppFilesAccountChangeKeyVault` * Added new cmdLet `Convert-AzNetAppFilesAccountToCmk` Transition volumes encryption from PMK to CMK. ## Version 0.20.1 @@ -100,7 +101,7 @@ * Updated Azure.Core to 1.34.0. ## Version 0.13.0 -* Updated to api-version 2022-11-01 +* Updated to api-version 2022-11-01 * Added `Identity` to NetAppAccountPatch * Added `ActualThroughputMibps` and `OriginatingResourceId` * Added `SnapshotDirectoryVisible` to Update-AzNetAppFilesVolume @@ -110,7 +111,7 @@ ## Version 0.12.0 * Updated Azure.Core to 1.31.0. -* Added cmdLet `Restore-AzNetAppFilesBackupFile` +* Added cmdLet `Restore-AzNetAppFilesBackupFile` * Added cmdLet `Unlock-AzNetAppFilesVolumeFileLock` * Added parameter `LdapSearchScope` and `PreferredServersForLdapClient` to `New-AzNetAppFilesActiveDirectory` * Added parameter `IsLargeVolume` to `NewAzNetAppFilesVolume` @@ -137,7 +138,7 @@ Breaking change: * Added paramter `CoolAccess` to `Update-AzNetAppFilesPool` * Added paramter `DeleteBaseSnapshot`, `SmbAccessBasedEnumeration`, `SmbNonBrowsable`, `EncryptionKeySource` and `KeyVaultPrivateEndpointResourceId` to `New-AzNetAppFilesVolume` * Added paramter `CoolAccess`, `CoolnessPeriod`, `EncryptionKeySource` and `KeyVaultPrivateEndpointResourceId` to `Update-AzNetAppFilesVolume` -* Planning to deprecate the cmdLet `Get-AzNetAppFilesVault` as it will not be needed +* Planning to deprecate the cmdLet `Get-AzNetAppFilesVault` as it will not be needed ## Version 0.10.0 * Added cmdlet `New/Remove/Get/Update-AzNetAppFilesSubvolume` and `Get-AzNetAppFilesSubvolumeMetadata` @@ -145,9 +146,9 @@ Breaking change: * Added cmdlet `New-AzNetAppFilesExportPolicyRuleObject` and `New-AzNetAppFilesExportPolicyObject` * Added `Restore-AzNetAppFilesSnapshot` to restore the specified files from the specified snapshot to the active filesystem * Added property `LdapSearchScope` to `PSNetAppFilesActiveDirectory` -* Added property `SystemData` to `PSNetAppFilesBackupPolicy`, `PSNetAppFilesAccount` and `PSNetAppFilesPool` -* Added property `SystemData` and `MonthlySchedule` to output type `PSNetAppFilesSnapshotPolicy` -* Added property `SystemData`, `MaximumNumberOfFiles` and `EnableSubvolumes` to output type `PSNetAppFilesVolume` +* Added property `SystemData` to `PSNetAppFilesBackupPolicy`, `PSNetAppFilesAccount` and `PSNetAppFilesPool` +* Added property `SystemData` and `MonthlySchedule` to output type `PSNetAppFilesSnapshotPolicy` +* Added property `SystemData`, `MaximumNumberOfFiles` and `EnableSubvolumes` to output type `PSNetAppFilesVolume` * Added parameter `EnableSubvolume` and `UnixPermission` to `Update-AzNetAppFilesVolume` * Added parameter `ForceDelete' to `Remove-AzNetAppFilesVolume` @@ -163,7 +164,7 @@ Breaking change: * Added list NetAppAccounts by subscription * Added etags to response PSNetAppFilesVolume, PSNetAppFilesPool, PSNetAppFilesAccount, PSNetAppFilesBackupPolicy, PSNetAppFilesSnapshotPolicy * Added EncryptionType to New-AzNetAppFilesPool and PSNetAppFilesPool -* Added CloneProgress, AvsDataStore,IsDefaultQuotaEnabled, DefaultUserQuotaInKiBs, DefaultGroupQuotaInKiBs, NetworkFeatures, NetworkSiblingSetId, StorageToNetworkProximity to PSNetAppFilesVolume +* Added CloneProgress, AvsDataStore,IsDefaultQuotaEnabled, DefaultUserQuotaInKiBs, DefaultGroupQuotaInKiBs, NetworkFeatures, NetworkSiblingSetId, StorageToNetworkProximity to PSNetAppFilesVolume * Added CloneProgress, AvsDataStore,IsDefaultQuotaEnabled, DefaultUserQuotaInKiBs, DefaultGroupQuotaInKiBs, NetworkFeatures to New-AzNetAppFilesVolume * Added IsDefaultQuotaEnabled, DefaultUserQuotaInKiBs, DefaultGroupQuotaInKiBs Update-AzNetAppFilesVolume * Service level now supports StandardZRS @@ -179,7 +180,7 @@ Breaking change: * Added Get-Az-NetAppFilesVolumeRestoreStatus to get the status of a restore operation for a volume ## Version 0.6.0 -* Added UseExistingSnapshot to Backups +* Added UseExistingSnapshot to Backups * SnapshotPolicyId to UpdateAnfNetAppFilesVolume, this can be used to apply a snapshot policy to an existing volume ## Version 0.5.0 @@ -193,7 +194,7 @@ Breaking change: * Volume list now gets all volumes instead of first over 100 volumes * Added SnapshotPolicyId to NewAzNetAppFilesVolume to set snapshot policy to volume * Added AesEncryption, LdapOverTLS, LdapSigning to ActiveDirectory -* Added FailureReason to Backup and backup patch +* Added FailureReason to Backup and backup patch * Added Encryption and systemData to NetAppAccount * Added EncryptionKeySource to volume @@ -208,12 +209,12 @@ Breaking change: - `Get-AzNetAppFilesBackupPolicy` - `New-AzNetAppFilesBackupPolicy` - `Remove-AzNetAppFilesBackupPolicy` - - `Update-AzNetAppFilesBackupPolicy` + - `Update-AzNetAppFilesBackupPolicy` * Add new Snapshot Policy cmdlets: - `Get-AzNetAppFilesBackupPolicy` - `New-AzNetAppFilesBackupPolicy` - `Remove-AzNetAppFilesBackupPolicy` - - `Update-AzNetAppFilesBackupPolicy` + - `Update-AzNetAppFilesBackupPolicy` * Add new Backup cmdlets: - `Get-AzNetAppFilesBackup` - `New-AzNetAppFilesBackup` @@ -226,9 +227,9 @@ Breaking change: - `Update-AzNetAppFilesActiveDirectory` * Add new `Get-AzNetAppFilesVault` cmdlet (use for backups, vaults currently only support getting list of vaults): * Add new Set-AzNetAppFilesVolumePool cmdlet, to move volume to another pool -* Add parameters to `New-AzNetAppFilesVolume` - - Backup to to enable Backups and Backup Policy - - Snapshot to enable Snapshot Policy +* Add parameters to `New-AzNetAppFilesVolume` + - Backup to to enable Backups and Backup Policy + - Snapshot to enable Snapshot Policy - totalThroughputMips - SnapshotDirectoryVisible - BackupId @@ -254,7 +255,7 @@ Breaking change: * Added Status, OrganizationalUnit and Site properties to ActiveDirectory * Added SnapshotDirectoryVisible to Volume, If enabled (true) the volume will contain a read-only .snapshot directory which provides access to each of the volume's snapshots (default to true) * Added Snapshot to Volume DataProtection - + ## Version 0.1.5 * Includes replication operations diff --git a/src/PolicyInsights/PolicyInsights/ChangeLog.md b/src/PolicyInsights/PolicyInsights/ChangeLog.md index 04e162682942..451da9565db9 100644 --- a/src/PolicyInsights/PolicyInsights/ChangeLog.md +++ b/src/PolicyInsights/PolicyInsights/ChangeLog.md @@ -18,6 +18,7 @@ - Additional information about change #1 --> ## Upcoming Release +* Updated Azure.Core from 1.47.3 to 1.50.0 ## Version 1.7.2 * Updated Azure.Core from 1.45.0 to 1.47.3 @@ -48,7 +49,7 @@ * Added support for policy attestations. ## Version 1.5.1 -* Updated parameter documentation for Get-AzPolicyState +* Updated parameter documentation for Get-AzPolicyState ## Version 1.5.0 * Added support for new remediation properties allowing the remediation of more resources with better control over the remediation rate and error handling diff --git a/src/SignalR/SignalR/ChangeLog.md b/src/SignalR/SignalR/ChangeLog.md index 4cc9efeaad69..52f64749d85c 100644 --- a/src/SignalR/SignalR/ChangeLog.md +++ b/src/SignalR/SignalR/ChangeLog.md @@ -18,6 +18,7 @@ - Additional information about change #1 --> ## Upcoming Release +* Updated Azure.Core from 1.47.3 to 1.50.0 ## Version 2.3.1 * Updated Azure.Core from 1.45.0 to 1.47.3 diff --git a/src/Storage/Storage.Management/ChangeLog.md b/src/Storage/Storage.Management/ChangeLog.md index 7ae4644fb437..e802fa88fab1 100644 --- a/src/Storage/Storage.Management/ChangeLog.md +++ b/src/Storage/Storage.Management/ChangeLog.md @@ -18,6 +18,7 @@ - Additional information about change #1 --> ## Upcoming Release +* Updated Azure.Core from 1.47.3 to 1.50.0 ## Version 9.4.0 * Updated Azure.Core from 1.45.0 to 1.47.3 @@ -29,7 +30,7 @@ - `Set-AzStorageAccount` * Supported enable Priority Replication when set object replication policy - `Set-AzStorageObjectReplicationPolicy` -* Supported get and reconcile NSP Configuration on a Storage account: +* Supported get and reconcile NSP Configuration on a Storage account: - `Get-AzStorageNetworkSecurityPerimeterConfiguration` - `Invoke-AzStorageReconcileNetworkSecurityPerimeterConfiguration` @@ -77,7 +78,7 @@ * Supported File share properties: Protocol, EnableSnapshotVirtualDirectoryAccess. - `New-AzStorageShare` - `Get-AzStorageShare` -* Supported create hard link in NFS File Share +* Supported create hard link in NFS File Share - `New-AzStorageFileHardLink` * Added warning message for upcoming breaking change on upload Azure file - `Set-AzStorageFileContent` @@ -110,7 +111,7 @@ * Upgraded Azure.Storage.Files.Shares to 12.21.0 * Upgraded Azure.Storage.Files.DataLake to 12.21.0 * Upgraded Azure.Storage.Queues to 12.21.0 -* Supported ClientName property when listing file handles +* Supported ClientName property when listing file handles - `Get-AzStorageFileHandle` * Upgraded Azure.Core to 1.44.1. diff --git a/src/Synapse/Synapse/ChangeLog.md b/src/Synapse/Synapse/ChangeLog.md index f324780026c8..ec72dd71f901 100644 --- a/src/Synapse/Synapse/ChangeLog.md +++ b/src/Synapse/Synapse/ChangeLog.md @@ -19,6 +19,7 @@ --> ## Upcoming Release +* Updated Azure.Core from 1.47.3 to 1.50.0 ## Version 3.2.3 * Updated Azure.Core from 1.45.0 to 1.47.3 diff --git a/src/TrustedSigning/TrustedSigning/ChangeLog.md b/src/TrustedSigning/TrustedSigning/ChangeLog.md index 732159ef6c60..9a163501931e 100644 --- a/src/TrustedSigning/TrustedSigning/ChangeLog.md +++ b/src/TrustedSigning/TrustedSigning/ChangeLog.md @@ -18,6 +18,7 @@ - Additional information about change #1 --> ## Upcoming Release +* Updated Azure.Core from 1.47.3 to 1.50.0 ## Version 0.1.3 * Updated Azure.Core from 1.45.0 to 1.47.3 diff --git a/src/lib/cgmanifest.json b/src/lib/cgmanifest.json index fb172140cf5d..c2abffed537c 100644 --- a/src/lib/cgmanifest.json +++ b/src/lib/cgmanifest.json @@ -88,7 +88,7 @@ "type": "nuget", "nuget": { "name": "Azure.Core", - "version": "1.47.3" + "version": "1.50.0" } } }, @@ -178,7 +178,7 @@ "type": "nuget", "nuget": { "name": "System.ClientModel", - "version": "1.6.1" + "version": "1.8.0" } } }, @@ -268,7 +268,7 @@ "type": "nuget", "nuget": { "name": "System.Threading.Tasks.Extensions", - "version": "4.5.4" + "version": "4.6.0" } } } diff --git a/src/lib/manifest.json b/src/lib/manifest.json index 0b31a449b4e2..f37d6686810b 100644 --- a/src/lib/manifest.json +++ b/src/lib/manifest.json @@ -1,7 +1,7 @@ [ { "PackageName": "Azure.Core", - "PackageVersion": "1.47.3", + "PackageVersion": "1.50.0", "TargetFramework": "netstandard2.0", "WindowsPowerShell": true, "PowerShell7Plus": true @@ -72,7 +72,7 @@ }, { "PackageName": "System.ClientModel", - "PackageVersion": "1.6.1", + "PackageVersion": "1.8.0", "TargetFramework": "netstandard2.0", "WindowsPowerShell": true, "PowerShell7Plus": true @@ -142,7 +142,7 @@ }, { "PackageName": "System.Threading.Tasks.Extensions", - "PackageVersion": "4.5.4", + "PackageVersion": "4.6.0", "TargetFramework": "netstandard2.0", "WindowsPowerShell": true, "PowerShell7Plus": false diff --git a/src/lib/netstandard2.0/Azure.Core.dll b/src/lib/netstandard2.0/Azure.Core.dll index 9e01bb3ec3be..110eeca767a5 100644 Binary files a/src/lib/netstandard2.0/Azure.Core.dll and b/src/lib/netstandard2.0/Azure.Core.dll differ diff --git a/src/lib/netstandard2.0/System.ClientModel.dll b/src/lib/netstandard2.0/System.ClientModel.dll index 233dff28ff25..0679f97eb55f 100644 Binary files a/src/lib/netstandard2.0/System.ClientModel.dll and b/src/lib/netstandard2.0/System.ClientModel.dll differ diff --git a/src/lib/netstandard2.0/System.Threading.Tasks.Extensions.dll b/src/lib/netstandard2.0/System.Threading.Tasks.Extensions.dll index dfab23478ab4..2f496fbbd4e3 100644 Binary files a/src/lib/netstandard2.0/System.Threading.Tasks.Extensions.dll and b/src/lib/netstandard2.0/System.Threading.Tasks.Extensions.dll differ diff --git a/tools/Common.Netcore.Dependencies.targets b/tools/Common.Netcore.Dependencies.targets index bf3bfff8e8e4..2ea25fb4890f 100644 --- a/tools/Common.Netcore.Dependencies.targets +++ b/tools/Common.Netcore.Dependencies.targets @@ -22,7 +22,7 @@ - +