diff --git a/ChangeLog.md b/ChangeLog.md index 7e83814721e1..862175a05101 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -9,6 +9,8 @@ #### Az.Compute * New parameter 'VM' in new parameter set 'VMParameterSet' added to 'Get-AzVMDscExtensionStatus' and 'Get-AzVMDscExtension' cmdlets. +* Edited 'New-AzSnapshot' cmdlet to check for existing snapshot with the same name in the same resource group. + - Throws an error if a duplicate snapshot exists. #### Az.Databricks * Fixed an issue that may cause 'New-AzDatabricksVNetPeering' to return before it is fully provisioned (https://github.com/Azure/autorest.powershell/issues/610) diff --git a/src/Compute/Compute/ChangeLog.md b/src/Compute/Compute/ChangeLog.md index 65138e445409..62d66ed0aef8 100644 --- a/src/Compute/Compute/ChangeLog.md +++ b/src/Compute/Compute/ChangeLog.md @@ -23,13 +23,12 @@ ## Version 4.8.0 * New parameter `VM` in new parameter set `VMParameterSet` added to `Get-AzVMDscExtensionStatus` and `Get-AzVMDscExtension` cmdlets. +* Edited `New-AzSnapshot` cmdlet to check for existing snapshot with the same name in the same resource group. + - Throws an error if a duplicate snapshot exists. ## Version 4.7.0 * Edited Get-AzVm to filter by `-Name` prior to checking for throttling due to too many resources. * New cmdlet `Start-AzVmssRollingExtensionUpgrade`. -* Edited `New-AzSnapshot` cmdlet to check for existing snapshot with the same name in the same resource group. - - Throws an error if a duplicate snapshot exists. - ## Version 4.6.0 * Added `-VmssId` parameter to `New-AzVm` * Added `PlatformFaultDomainCount` parameter to the `New-AzVmss` cmdlet.