Skip to content

Commit 143aafc

Browse files
committed
Fix changelog and psd1 release notes for release branch.
1 parent cef8f2f commit 143aafc

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

ChangeLog.md

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

136136
#### AzureRM.Websites
137137
* Updating to use the latest .NET SDK version (2.0.0)
138+
* New-AzureRmAppServicePlan -HyperV switch is added for create app service plan with windows container
139+
* New-AzureRmWebApp/ New-AzureRmWebAppSlot/ Set-AzureRmWebApp/ Set-AzureRmWebAppSlot - New parameters (–ContainerRegistryUser string -ContainerRegistryPassword secureString -EnableContainerContinuousDeployment) added for creating and managing windows container app
138140

139141
## 6.8.1 - August 2018
140142
#### General

src/ResourceManager/Websites/Commands.Websites/AzureRM.Websites.psd1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,9 @@ PrivateData = @{
130130
# IconUri = ''
131131

132132
# ReleaseNotes of this module
133-
ReleaseNotes = '* Updating to use the latest .NET SDK version (2.0.0)'
133+
ReleaseNotes = '* Updating to use the latest .NET SDK version (2.0.0)
134+
* New-AzureRmAppServicePlan -HyperV switch is added for create app service plan with windows container
135+
* New-AzureRmWebApp/ New-AzureRmWebAppSlot/ Set-AzureRmWebApp/ Set-AzureRmWebAppSlot - New parameters (–ContainerRegistryUser string -ContainerRegistryPassword secureString -EnableContainerContinuousDeployment) added for creating and managing windows container app'
134136

135137
# Prerelease string of this module
136138
# Prerelease = ''

src/ResourceManager/Websites/Commands.Websites/ChangeLog.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21-
* Updating to use the latest .NET SDK version (2.0.0) https://www.nuget.org/packages/Microsoft.Azure.Management.Websites
22-
* New-AzureRmAppServicePlan -HyperV switch is added for create app service plan with windows container
23-
* New-AzureRmWebApp/ New-AzureRmWebAppSlot/ Set-AzureRmWebApp/ Set-AzureRmWebAppSlot - New parameters (–ContainerRegistryUser “<string>” -ContainerRegistryPassword “<secureString>” -EnableContainerContinuousDeployment) added for creating and managing windows container app
2421

22+
## Version 5.1.0
23+
* Updating to use the latest .NET SDK version (2.0.0)
24+
* New-AzureRmAppServicePlan -HyperV switch is added for create app service plan with windows container
25+
* New-AzureRmWebApp/ New-AzureRmWebAppSlot/ Set-AzureRmWebApp/ Set-AzureRmWebAppSlot - New parameters (–ContainerRegistryUser string -ContainerRegistryPassword secureString -EnableContainerContinuousDeployment) added for creating and managing windows container app
2526

2627
## Version 5.0.9
2728
* Fixed issue with default resource groups not being set.

tools/AzureRM/AzureRM.psd1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,8 @@ AzureRM.Storage
299299
300300
AzureRM.Websites
301301
* Updating to use the latest .NET SDK version (2.0.0)
302+
* New-AzureRmAppServicePlan -HyperV switch is added for create app service plan with windows container
303+
* New-AzureRmWebApp/ New-AzureRmWebAppSlot/ Set-AzureRmWebApp/ Set-AzureRmWebAppSlot - New parameters (–ContainerRegistryUser string -ContainerRegistryPassword secureString -EnableContainerContinuousDeployment) added for creating and managing windows container app
302304
'
303305

304306
# Prerelease string of this module

0 commit comments

Comments
 (0)