Skip to content

Commit 0106148

Browse files
author
Xiangyang Yu
committed
Update the help docs.
1 parent bd9c8d6 commit 0106148

File tree

5 files changed

+42
-42
lines changed

5 files changed

+42
-42
lines changed

src/ResourceManager/SignalR/Commands.SignalR/help/Get-AzureRmSignalR.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ PS C:\> Get-AzureRmSignalR
4141
4242
HostName Location ServerPort PublicPort ProvisioningState Version
4343
-------- -------- ---------- ---------- ----------------- -------
44-
mysignalr1.service.signalr.net eastus 5002 5001 Succeeded 1.0-preview
45-
mysignalr2.service.signalr.net eastus 5002 5001 Succeeded 1.0-preview
44+
mysignalr1.service.signalr.net eastus 5002 5001 Succeeded 1.0
45+
mysignalr2.service.signalr.net eastus 5002 5001 Succeeded 1.0
4646
mysignalr3.service.signalr.net eastus 5002 5001 Creating 1.0
4747
```
4848

@@ -53,8 +53,8 @@ PS C:\> Get-AzureRmSignalR -ResourceGroupName myResourceGroup
5353
5454
HostName Location ServerPort PublicPort ProvisioningState Version
5555
-------- -------- ---------- ---------- ----------------- -------
56-
mysignalr1.service.signalr.net eastus 5002 5001 Succeeded 1.0-preview
57-
mysignalr2.service.signalr.net eastus 5002 5001 Succeeded 1.0-preview
56+
mysignalr1.service.signalr.net eastus 5002 5001 Succeeded 1.0
57+
mysignalr2.service.signalr.net eastus 5002 5001 Succeeded 1.0
5858
```
5959

6060
### Get a specific SignalR service
@@ -64,7 +64,7 @@ PS C:\> Get-AzureRmSignalR -ResourceGroupName myResourceGroup -Name mysignalr1
6464
6565
HostName Location ServerPort PublicPort ProvisioningState Version
6666
-------- -------- ---------- ---------- ----------------- -------
67-
mysignalr1.service.signalr.net eastus 5002 5001 Succeeded 1.0-preview
67+
mysignalr1.service.signalr.net eastus 5002 5001 Succeeded 1.0
6868
```
6969

7070
### Get a specific SignalR service from the default resource group
@@ -74,7 +74,7 @@ PS C:\> Get-AzureRmSignalR -Name mysignalr2
7474
7575
HostName Location ServerPort PublicPort ProvisioningState Version
7676
-------- -------- ---------- ---------- ----------------- -------
77-
mysignalr2.service.signalr.net eastus 5002 5001 Succeeded 1.0-preview
77+
mysignalr2.service.signalr.net eastus 5002 5001 Succeeded 1.0
7878
```
7979

8080
The default resource group can be set by `Set-AzureRmDefault -ResourceGroupName myResourceGroup`.
@@ -85,7 +85,7 @@ The default resource group can be set by `Set-AzureRmDefault -ResourceGroupName
8585
The credentials, account, tenant, and subscription used for communication with Azure.
8686

8787
```yaml
88-
Type: IAzureContextContainer
88+
Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer
8989
Parameter Sets: (All)
9090
Aliases: AzureRmContext, AzureCredential
9191

@@ -100,7 +100,7 @@ Accept wildcard characters: False
100100
SignalR service name.
101101
102102
```yaml
103-
Type: String
103+
Type: System.String
104104
Parameter Sets: ResourceGroupParameterSet
105105
Aliases:
106106

@@ -115,7 +115,7 @@ Accept wildcard characters: False
115115
Resource group name.
116116
117117
```yaml
118-
Type: String
118+
Type: System.String
119119
Parameter Sets: ListSignalRServiceParameterSet, ResourceGroupParameterSet
120120
Aliases:
121121

@@ -130,7 +130,7 @@ Accept wildcard characters: False
130130
The SignalR service resource ID.
131131
132132
```yaml
133-
Type: String
133+
Type: System.String
134134
Parameter Sets: ResourceIdParameterSet
135135
Aliases:
136136

src/ResourceManager/SignalR/Commands.SignalR/help/Get-AzureRmSignalRKey.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ SecondaryConnectionString : Endpoint=https://mysignalr1.service.signalr.net;Acce
6767
The credentials, account, tenant, and subscription used for communication with Azure.
6868

6969
```yaml
70-
Type: IAzureContextContainer
70+
Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer
7171
Parameter Sets: (All)
7272
Aliases: AzureRmContext, AzureCredential
7373

@@ -82,7 +82,7 @@ Accept wildcard characters: False
8282
The SignalR resource object.
8383
8484
```yaml
85-
Type: PSSignalRResource
85+
Type: Microsoft.Azure.Commands.SignalR.Models.PSSignalRResource
8686
Parameter Sets: InputObjectParameterSet
8787
Aliases:
8888

@@ -97,7 +97,7 @@ Accept wildcard characters: False
9797
SignalR service name.
9898
9999
```yaml
100-
Type: String
100+
Type: System.String
101101
Parameter Sets: ResourceGroupParameterSet
102102
Aliases:
103103

@@ -112,7 +112,7 @@ Accept wildcard characters: False
112112
Resource group name.
113113
114114
```yaml
115-
Type: String
115+
Type: System.String
116116
Parameter Sets: ResourceGroupParameterSet
117117
Aliases:
118118

@@ -127,7 +127,7 @@ Accept wildcard characters: False
127127
The SignalR service resource ID.
128128
129129
```yaml
130-
Type: String
130+
Type: System.String
131131
Parameter Sets: ResourceIdParameterSet
132132
Aliases:
133133

src/ResourceManager/SignalR/Commands.SignalR/help/New-AzureRmSignalR.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ mysignalr1.service.signalr.net eastus 5002 500
4242
Run the cmdlet in background job.
4343

4444
```yaml
45-
Type: SwitchParameter
45+
Type: System.Management.Automation.SwitchParameter
4646
Parameter Sets: (All)
4747
Aliases:
4848

@@ -57,7 +57,7 @@ Accept wildcard characters: False
5757
The credentials, account, tenant, and subscription used for communication with Azure.
5858
5959
```yaml
60-
Type: IAzureContextContainer
60+
Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer
6161
Parameter Sets: (All)
6262
Aliases: AzureRmContext, AzureCredential
6363

@@ -72,7 +72,7 @@ Accept wildcard characters: False
7272
The SignalR service location. The resource group location will be used if not specified.
7373
7474
```yaml
75-
Type: String
75+
Type: System.String
7676
Parameter Sets: (All)
7777
Aliases:
7878

@@ -87,7 +87,7 @@ Accept wildcard characters: False
8787
The SignalR service name.
8888
8989
```yaml
90-
Type: String
90+
Type: System.String
9191
Parameter Sets: (All)
9292
Aliases:
9393

@@ -102,7 +102,7 @@ Accept wildcard characters: False
102102
The resource group name. The default one will be used if not specified.
103103
104104
```yaml
105-
Type: String
105+
Type: System.String
106106
Parameter Sets: (All)
107107
Aliases:
108108

@@ -117,7 +117,7 @@ Accept wildcard characters: False
117117
The SignalR service SKU.
118118
119119
```yaml
120-
Type: String
120+
Type: System.String
121121
Parameter Sets: (All)
122122
Aliases:
123123

@@ -147,7 +147,7 @@ Accept wildcard characters: False
147147
The SignalR service unit count, from 1 to 10. Default to 1.
148148
149149
```yaml
150-
Type: Int32
150+
Type: System.Int32
151151
Parameter Sets: (All)
152152
Aliases:
153153

@@ -162,7 +162,7 @@ Accept wildcard characters: False
162162
Prompts you for confirmation before running the cmdlet.
163163
164164
```yaml
165-
Type: SwitchParameter
165+
Type: System.Management.Automation.SwitchParameter
166166
Parameter Sets: (All)
167167
Aliases: cf
168168

@@ -178,7 +178,7 @@ Shows what would happen if the cmdlet runs.
178178
The cmdlet is not run.
179179
180180
```yaml
181-
Type: SwitchParameter
181+
Type: System.Management.Automation.SwitchParameter
182182
Parameter Sets: (All)
183183
Aliases: wi
184184

src/ResourceManager/SignalR/Commands.SignalR/help/New-AzureRmSignalRKey.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ True
4848
The credentials, account, tenant, and subscription used for communication with Azure.
4949

5050
```yaml
51-
Type: IAzureContextContainer
51+
Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer
5252
Parameter Sets: (All)
5353
Aliases: AzureRmContext, AzureCredential
5454

@@ -63,7 +63,7 @@ Accept wildcard characters: False
6363
The SignalR resource object.
6464
6565
```yaml
66-
Type: PSSignalRResource
66+
Type: Microsoft.Azure.Commands.SignalR.Models.PSSignalRResource
6767
Parameter Sets: InputObjectParameterSet
6868
Aliases:
6969

@@ -78,7 +78,7 @@ Accept wildcard characters: False
7878
The key type, either Primary or Secondary.
7979
8080
```yaml
81-
Type: String
81+
Type: System.String
8282
Parameter Sets: (All)
8383
Aliases:
8484
Accepted values: Primary, Secondary
@@ -94,7 +94,7 @@ Accept wildcard characters: False
9494
SignalR service name.
9595
9696
```yaml
97-
Type: String
97+
Type: System.String
9898
Parameter Sets: ResourceGroupParameterSet
9999
Aliases:
100100

@@ -109,7 +109,7 @@ Accept wildcard characters: False
109109
Returns true if the regeneration was completed successfully.
110110
111111
```yaml
112-
Type: SwitchParameter
112+
Type: System.Management.Automation.SwitchParameter
113113
Parameter Sets: (All)
114114
Aliases:
115115

@@ -124,7 +124,7 @@ Accept wildcard characters: False
124124
Resource group name.
125125
126126
```yaml
127-
Type: String
127+
Type: System.String
128128
Parameter Sets: ResourceGroupParameterSet
129129
Aliases:
130130

@@ -139,7 +139,7 @@ Accept wildcard characters: False
139139
The SignalR service resource ID.
140140
141141
```yaml
142-
Type: String
142+
Type: System.String
143143
Parameter Sets: ResourceIdParameterSet
144144
Aliases:
145145

@@ -154,7 +154,7 @@ Accept wildcard characters: False
154154
Prompts you for confirmation before running the cmdlet.
155155
156156
```yaml
157-
Type: SwitchParameter
157+
Type: System.Management.Automation.SwitchParameter
158158
Parameter Sets: (All)
159159
Aliases: cf
160160

@@ -170,7 +170,7 @@ Shows what would happen if the cmdlet runs.
170170
The cmdlet is not run.
171171
172172
```yaml
173-
Type: SwitchParameter
173+
Type: System.Management.Automation.SwitchParameter
174174
Parameter Sets: (All)
175175
Aliases: wi
176176

src/ResourceManager/SignalR/Commands.SignalR/help/Remove-AzureRmSignalR.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ PS C:\> Get-AzureRmSignalR -ResourceGroupName myResourceGroup | Remove-AzureRmSi
5353
Run cmdlet in the background
5454

5555
```yaml
56-
Type: SwitchParameter
56+
Type: System.Management.Automation.SwitchParameter
5757
Parameter Sets: (All)
5858
Aliases:
5959

@@ -68,7 +68,7 @@ Accept wildcard characters: False
6868
The credentials, account, tenant, and subscription used for communication with Azure.
6969
7070
```yaml
71-
Type: IAzureContextContainer
71+
Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer
7272
Parameter Sets: (All)
7373
Aliases: AzureRmContext, AzureCredential
7474

@@ -83,7 +83,7 @@ Accept wildcard characters: False
8383
The SignalR resource object.
8484
8585
```yaml
86-
Type: PSSignalRResource
86+
Type: Microsoft.Azure.Commands.SignalR.Models.PSSignalRResource
8787
Parameter Sets: InputObjectParameterSet
8888
Aliases:
8989

@@ -98,7 +98,7 @@ Accept wildcard characters: False
9898
SignalR service name.
9999
100100
```yaml
101-
Type: String
101+
Type: System.String
102102
Parameter Sets: ResourceGroupParameterSet
103103
Aliases:
104104

@@ -113,7 +113,7 @@ Accept wildcard characters: False
113113
Returns true if the removal was completed successfully.
114114
115115
```yaml
116-
Type: SwitchParameter
116+
Type: System.Management.Automation.SwitchParameter
117117
Parameter Sets: (All)
118118
Aliases:
119119

@@ -128,7 +128,7 @@ Accept wildcard characters: False
128128
Resource group name.
129129
130130
```yaml
131-
Type: String
131+
Type: System.String
132132
Parameter Sets: ResourceGroupParameterSet
133133
Aliases:
134134

@@ -143,7 +143,7 @@ Accept wildcard characters: False
143143
The SignalR service resource ID.
144144
145145
```yaml
146-
Type: String
146+
Type: System.String
147147
Parameter Sets: ResourceIdParameterSet
148148
Aliases:
149149

@@ -158,7 +158,7 @@ Accept wildcard characters: False
158158
Prompts you for confirmation before running the cmdlet.
159159
160160
```yaml
161-
Type: SwitchParameter
161+
Type: System.Management.Automation.SwitchParameter
162162
Parameter Sets: (All)
163163
Aliases: cf
164164

@@ -174,7 +174,7 @@ Shows what would happen if the cmdlet runs.
174174
The cmdlet is not run.
175175
176176
```yaml
177-
Type: SwitchParameter
177+
Type: System.Management.Automation.SwitchParameter
178178
Parameter Sets: (All)
179179
Aliases: wi
180180

0 commit comments

Comments
 (0)