File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
src/SignalR/SignalR.Autorest Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ Name Location SkuName
52
52
---- -------- -------
53
53
psdemo-wps eastus Standard_S1
54
54
55
- $wps | format-list
55
+ $wps | Format-List
56
56
57
57
DisableAadAuth : False
58
58
DisableLocalAuth : False
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ Name Location SkuName
52
52
---- -------- -------
53
53
psdemo-wps eastus Standard_S1
54
54
55
- $wps | format-list
55
+ $wps | Format-List
56
56
57
57
DisableAadAuth : False
58
58
DisableLocalAuth : False
@@ -72,7 +72,7 @@ ResourceName = 'psdemo-wps'
72
72
SubscriptionId = $(Get-AzContext).Subscription.Id }
73
73
$identity | Update-AzWebPubSub -EnableTlsClientCert
74
74
75
- $wps | format-list
75
+ $wps | Format-List
76
76
```
77
77
78
78
``` output
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Name Location SkuName
21
21
---- -------- -------
22
22
psdemo-wps eastus Standard_S1
23
23
24
- $wps | format-list
24
+ $wps | Format-List
25
25
26
26
DisableAadAuth : False
27
27
DisableLocalAuth : False
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Name Location SkuName
8
8
---- -------- -------
9
9
psdemo-wps eastus Standard_S1
10
10
11
- $wps | format-list
11
+ $wps | Format-List
12
12
13
13
DisableAadAuth : False
14
14
DisableLocalAuth : False
@@ -27,7 +27,7 @@ ResourceName = 'psdemo-wps'
27
27
SubscriptionId = $(Get-AzContext).Subscription.Id }
28
28
$identity | Update-AzWebPubSub -EnableTlsClientCert
29
29
30
- $wps | format-list
30
+ $wps | Format-List
31
31
```
32
32
33
33
``` output
You can’t perform that action at this time.
0 commit comments