Skip to content

Commit

Permalink
Updated changelog and added missing feature (#13867)
Browse files Browse the repository at this point in the history
  • Loading branch information
dingmeng-xue authored Jan 4, 2021
1 parent 1f77b70 commit aa31f21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
5 changes: 2 additions & 3 deletions src/Compute/Compute/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit aa31f21

Please sign in to comment.