We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d11b5ef commit 34734beCopy full SHA for 34734be
src/Websites/Websites/ChangeLog.md
@@ -19,6 +19,7 @@
19
-->
20
## Upcoming Release
21
* Fixed miscellaneous typos across module
22
+* Add clarification around -AppSettings parameter in Set-AzWebApp and Set-AzWebAppSlot
23
24
## Version 1.4.0
25
* Fixing a bug where some SiteConfig properties were not returned by Get-AzWebApp and Set-AzWebApp
src/Websites/Websites/help/Set-AzWebAppSlot.md
@@ -78,7 +78,7 @@ Accept wildcard characters: False
78
```
79
80
### -AppSettings
81
-App Settings HashTable
+App Settings HashTable. Existing App Settings will be replaced, removing any settings that are not provided.
82
83
```yaml
84
Type: System.Collections.Hashtable
0 commit comments