Skip to content

Commit 34734be

Browse files
committed
Add clarification around Set-AzWebAppSlot -AppSettings
Also includes changes to ChangeLog
1 parent d11b5ef commit 34734be

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Websites/Websites/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
-->
2020
## Upcoming Release
2121
* Fixed miscellaneous typos across module
22+
* Add clarification around -AppSettings parameter in Set-AzWebApp and Set-AzWebAppSlot
2223

2324
## Version 1.4.0
2425
* Fixing a bug where some SiteConfig properties were not returned by Get-AzWebApp and Set-AzWebApp

src/Websites/Websites/help/Set-AzWebAppSlot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Accept wildcard characters: False
7878
```
7979
8080
### -AppSettings
81-
App Settings HashTable
81+
App Settings HashTable. Existing App Settings will be replaced, removing any settings that are not provided.
8282
8383
```yaml
8484
Type: System.Collections.Hashtable

0 commit comments

Comments
 (0)