Skip to content

Commit 50cf513

Browse files
v-yuzhichenZiyue Zheng
andauthored
Fix Az.SingaIR Syntax Errors in generation (#17815)
* Fix Az.SingaIR Syntax Errors in generation * Fix Az.SingaIR Syntax Errors in generation Co-authored-by: Ziyue Zheng <v-ziyzhe@microsoft.com>
1 parent e498c56 commit 50cf513

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/SignalR/SignalR.Autorest/docs/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.Autorest/docs/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

src/SignalR/SignalR.Autorest/examples/New-AzWebPubSub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Name Location SkuName
2121
---- -------- -------
2222
psdemo-wps eastus Standard_S1
2323
24-
$wps | format-list
24+
$wps | Format-List
2525
2626
DisableAadAuth : False
2727
DisableLocalAuth : False

src/SignalR/SignalR.Autorest/examples/Update-AzWebPubSub.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Name Location SkuName
88
---- -------- -------
99
psdemo-wps eastus Standard_S1
1010
11-
$wps | format-list
11+
$wps | Format-List
1212
1313
DisableAadAuth : False
1414
DisableLocalAuth : False
@@ -27,7 +27,7 @@ ResourceName = 'psdemo-wps'
2727
SubscriptionId = $(Get-AzContext).Subscription.Id }
2828
$identity | Update-AzWebPubSub -EnableTlsClientCert
2929
30-
$wps | format-list
30+
$wps | Format-List
3131
```
3232

3333
```output

0 commit comments

Comments
 (0)