diff --git a/src/Resources/Resources/ChangeLog.md b/src/Resources/Resources/ChangeLog.md index 91526ea9433a..5d191c0d88f3 100644 --- a/src/Resources/Resources/ChangeLog.md +++ b/src/Resources/Resources/ChangeLog.md @@ -18,6 +18,7 @@ - Additional information about change #1 --> ## Upcoming Release +* Updated `Get-AzResourceGroupDeploymentOperation` and `Save-AzResourceGroupDeploymentTemplate` to use the SDK. ## Version 2.2.0 * Added `UsageLocation`, `GivenName`, `Surname`, `AccountEnabled`, `MailNickname`, `Mail` on `PSADUser` [#10526] [#10497] @@ -26,7 +27,6 @@ * Added `-WhatIfExcludeChangeType` parameter to `New-AzDeployment` and `New-AzResourceGroupDeployment` * Updated `Test-Az*Deployment` cmdlets to show better error messages * Fixed help message for `-Name` parameter of deployment create and What-If cmdlets -* Updated `Get-AzResourceGroupDeploymentOperation` and `Save-AzResourceGroupDeploymentTemplate` to use the SDK. ## Version 2.1.0 * Added Tail parameter to Get-AzDeploymentScriptLog and Save-AzDeploymentScriptLog cmdlets diff --git a/src/Websites/Websites/ChangeLog.md b/src/Websites/Websites/ChangeLog.md index 00a6b76c839b..516cd7934993 100644 --- a/src/Websites/Websites/ChangeLog.md +++ b/src/Websites/Websites/ChangeLog.md @@ -18,6 +18,7 @@ - Additional information about change #1 --> ## Upcoming Release +* Added support to perform operations for Slots not in the same resource group as the App Service Plan ## Version 1.10.0 * Added safeguard to delete created webapp if restore failed in `Restore-AzDeletedWebApp` @@ -26,7 +27,6 @@ * Fixed bug to get SiteConfig when -Name is not given for Get-AzWebApp * Added a support to create ASP for Linux Apps * Added exceptions for clone across resource groups -* Added support to perform operations for Slots not in the same resource group as the App Service Plan ## Version 1.9.0 * Fixed typo on help of `Update-AzWebAppAccessRestrictionConfig`.