Skip to content

Commit aa31f21

Browse files
authored
Updated changelog and added missing feature (#13867)
1 parent 1f77b70 commit aa31f21

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
#### Az.Compute
1111
* New parameter 'VM' in new parameter set 'VMParameterSet' added to 'Get-AzVMDscExtensionStatus' and 'Get-AzVMDscExtension' cmdlets.
12+
* Edited 'New-AzSnapshot' cmdlet to check for existing snapshot with the same name in the same resource group.
13+
- Throws an error if a duplicate snapshot exists.
1214

1315
#### Az.Databricks
1416
* Fixed an issue that may cause 'New-AzDatabricksVNetPeering' to return before it is fully provisioned (https://github.com/Azure/autorest.powershell/issues/610)

src/Compute/Compute/ChangeLog.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,12 @@
2323

2424
## Version 4.8.0
2525
* New parameter `VM` in new parameter set `VMParameterSet` added to `Get-AzVMDscExtensionStatus` and `Get-AzVMDscExtension` cmdlets.
26+
* Edited `New-AzSnapshot` cmdlet to check for existing snapshot with the same name in the same resource group.
27+
- Throws an error if a duplicate snapshot exists.
2628

2729
## Version 4.7.0
2830
* Edited Get-AzVm to filter by `-Name` prior to checking for throttling due to too many resources.
2931
* New cmdlet `Start-AzVmssRollingExtensionUpgrade`.
30-
* Edited `New-AzSnapshot` cmdlet to check for existing snapshot with the same name in the same resource group.
31-
- Throws an error if a duplicate snapshot exists.
32-
3332
## Version 4.6.0
3433
* Added `-VmssId` parameter to `New-AzVm`
3534
* Added `PlatformFaultDomainCount` parameter to the `New-AzVmss` cmdlet.

0 commit comments

Comments
 (0)