Skip to content

Commit aff99a2

Browse files
authored
Fix Az.SingaIR Syntax Errors (#17801)
1 parent b133f40 commit aff99a2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/SignalR/SignalR/help/New-AzWebPubSub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Name Location SkuName
5252
---- -------- -------
5353
psdemo-wps eastus Standard_S1
5454
55-
$wps | format-list
55+
$wps | Format-List
5656
5757
DisableAadAuth : False
5858
DisableLocalAuth : False

src/SignalR/SignalR/help/Test-AzSignalRName.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ False
3333

3434
### Check an unexisted name.
3535
```powershell
36-
Test-AzSignalR unexistedsignalr eastus
36+
Test-AzSignalRName -Name unexistedsignalr -Location eastus
3737
```
3838

3939
```output

src/SignalR/SignalR/help/Update-AzWebPubSub.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Name Location SkuName
5252
---- -------- -------
5353
psdemo-wps eastus Standard_S1
5454
55-
$wps | format-list
55+
$wps | Format-List
5656
5757
DisableAadAuth : False
5858
DisableLocalAuth : False
@@ -72,7 +72,7 @@ ResourceName = 'psdemo-wps'
7272
SubscriptionId = $(Get-AzContext).Subscription.Id }
7373
$identity | Update-AzWebPubSub -EnableTlsClientCert
7474
75-
$wps | format-list
75+
$wps | Format-List
7676
```
7777

7878
```output

0 commit comments

Comments
 (0)