File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 19
19
-->
20
20
## Upcoming Release
21
21
* Fixed miscellaneous typos across module
22
+ * Add clarification around -AppSettings parameter in Set-AzWebApp and Set-AzWebAppSlot
22
23
23
24
## Version 1.4.0
24
25
* Fixing a bug where some SiteConfig properties were not returned by Get-AzWebApp and Set-AzWebApp
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ Accept wildcard characters: False
71
71
` ` `
72
72
73
73
### -AppSettings
74
- App Settings HashTable
74
+ App Settings HashTable. Existing App Settings will be replaced, removing any settings that are not provided.
75
75
76
76
` ` ` yaml
77
77
Type : System.Collections.Hashtable
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ Accept wildcard characters: False
78
78
` ` `
79
79
80
80
### -AppSettings
81
- App Settings HashTable
81
+ App Settings HashTable. Existing App Settings will be replaced, removing any settings that are not provided.
82
82
83
83
` ` ` yaml
84
84
Type : System.Collections.Hashtable
You can’t perform that action at this time.
0 commit comments