Skip to content

Commit

Permalink
[AppService]: doc-update #12181- AppSettingsOverrides in New-AzWebApp…
Browse files Browse the repository at this point in the history
…Slot are ignored
  • Loading branch information
Kotasudhakarreddy committed Jan 10, 2023
1 parent 4c6d726 commit ae5b521
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/Websites/Websites/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- Additional information about change #1
-->
## Upcoming Release
* Updated help files for `New-AzWebApp` and `New-AzWebAppSlot` [#12181]

## Version 2.12.1
* Fixed `Import-AzWebAppKeyVaultCertificate` to use certificate naming convention same as portal [#19592]
Expand Down
2 changes: 1 addition & 1 deletion src/Websites/Websites/help/New-AzWebApp.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Accept wildcard characters: False
```
### -AppSettingsOverrides
App Settings Overrides HashTable
App Settings Overrides HashTable. It works only with SourceWebApp parameter.
```yaml
Type: System.Collections.Hashtable
Expand Down
2 changes: 1 addition & 1 deletion src/Websites/Websites/help/New-AzWebAppSlot.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Accept wildcard characters: False
```
### -AppSettingsOverrides
App Settings Overrides Hashtable
App Settings Overrides Hashtable. It works only with SourceWebApp parameter.
```yaml
Type: System.Collections.Hashtable
Expand Down

0 comments on commit ae5b521

Please sign in to comment.