Skip to content

Commit ed28cba

Browse files
authored
Merge pull request Azure#9793 from richardszalay/patch-1
Add clarification around Set-AzWebApp -AppSettings
2 parents c5f38a8 + 34734be commit ed28cba

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
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-AzWebApp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Accept wildcard characters: False
7171
```
7272
7373
### -AppSettings
74-
App Settings HashTable
74+
App Settings HashTable. Existing App Settings will be replaced, removing any settings that are not provided.
7575
7676
```yaml
7777
Type: System.Collections.Hashtable

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)