Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
1 change: 1 addition & 0 deletions src/Accounts/Accounts/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions src/Accounts/AssemblyLoading/ConditionalAssemblyProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand All @@ -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(),
Expand All @@ -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
};
}
Expand Down
5 changes: 2 additions & 3 deletions src/Batch/Batch.Test/Batch.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,12 @@
<ItemGroup>
<None Update="Resources\*.*" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\Network\Network.Management.Sdk\Network.Management.Sdk.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Update="Azure.Core" Version="1.48.0" />
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.14.1" />
<PackageReference Update="Newtonsoft.Json" Version="13.0.4" />
<PackageReference Update="xunit.runner.visualstudio" Version="3.1.4">
Expand Down
1 change: 0 additions & 1 deletion src/Batch/Batch/Batch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Update="Azure.Core" Version="1.48.0" />
<PackageReference Update="Microsoft.ApplicationInsights" Version="2.23.0" />
<PackageReference Update="PowerShellStandard.Library" Version="5.1.1" />
</ItemGroup>
Expand Down
3 changes: 2 additions & 1 deletion src/Batch/Batch/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
* 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.
Expand All @@ -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
Expand Down
3 changes: 2 additions & 1 deletion src/Compute/Compute/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand All @@ -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.
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
* 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).
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
* 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
Expand Down
1 change: 1 addition & 0 deletions src/DataLakeStore/DataLakeStore/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
* 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
Expand Down
17 changes: 9 additions & 8 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
* 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
Expand Down Expand Up @@ -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
Expand All @@ -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

Expand All @@ -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.

Expand Down Expand Up @@ -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.
Expand Down
35 changes: 18 additions & 17 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
* 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
Expand All @@ -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`
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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`
Expand All @@ -137,17 +138,17 @@ 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`
* Added cmdlet `New/Remove/Get-AzNetAppFilesVolumeGroup`
* 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`

Expand All @@ -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
Expand All @@ -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
Expand All @@ -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

Expand All @@ -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`
Expand All @@ -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
Expand All @@ -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

Expand Down
3 changes: 2 additions & 1 deletion 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
* 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
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions src/SignalR/SignalR/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
* 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
Expand Down
7 changes: 4 additions & 3 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
* 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
Expand All @@ -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`

Expand Down Expand Up @@ -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`
Expand Down Expand Up @@ -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.

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
* 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
Expand Down
1 change: 1 addition & 0 deletions src/TrustedSigning/TrustedSigning/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
* 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
Expand Down
Loading
Loading