Skip to content

Commit 1cc694b

Browse files
[AppService]: fix #20746 New-AzWebAppCertificate -hostname indicates support for multiple hostnames (#20790)
1 parent 4f3758a commit 1cc694b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Websites/Websites/Cmdlets/Certificates/NewAzureWebAppCertificate.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public class NewAzureWebAppCertificate : WebAppBaseClientCmdLet
5959
[ValidateNotNullOrEmpty]
6060
public string Slot { get; set; }
6161

62-
[Parameter(ParameterSetName = ParameterSet1Name, Position = 3, Mandatory = true, HelpMessage = "Custom hostnames associated with web app/slot.")]
62+
[Parameter(ParameterSetName = ParameterSet1Name, Position = 3, Mandatory = true, HelpMessage = "Custom hostname associated with web app/slot.")]
6363
[ValidateNotNullOrEmpty]
6464
public string HostName { get; set; }
6565

src/Websites/Websites/help/New-AzWebAppCertificate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Accept wildcard characters: False
7777
```
7878
7979
### -HostName
80-
Custom hostnames associated with web app/slot.
80+
Custom hostname associated with web app/slot.
8181
8282
```yaml
8383
Type: System.String

0 commit comments

Comments
 (0)