File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed
src/ResourceManager/Websites/Commands.Websites Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 135
135
136
136
#### AzureRM.Websites
137
137
* 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
138
140
139
141
## 6.8.1 - August 2018
140
142
#### General
Original file line number Diff line number Diff line change @@ -130,7 +130,9 @@ PrivateData = @{
130
130
# IconUri = ''
131
131
132
132
# 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'
134
136
135
137
# Prerelease string of this module
136
138
# Prerelease = ''
Original file line number Diff line number Diff line change 18
18
- Additional information about change #1
19
19
-->
20
20
## 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
24
21
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
25
26
26
27
## Version 5.0.9
27
28
* Fixed issue with default resource groups not being set.
Original file line number Diff line number Diff line change @@ -299,6 +299,8 @@ AzureRM.Storage
299
299
300
300
AzureRM.Websites
301
301
* 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
302
304
'
303
305
304
306
# Prerelease string of this module
You can’t perform that action at this time.
0 commit comments