Skip to content

Commit 2eddc95

Browse files
authored
Update Az.Accounts help (#14090)
1 parent 2b73fd2 commit 2eddc95

28 files changed

+65
-55
lines changed

src/Accounts/Accounts/help/Az.Accounts.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,13 @@ Disables AzureRm prefix aliases for Az modules.
3737
Disconnects a connected Azure account and removes all credentials and contexts associated with that account.
3838

3939
### [Enable-AzContextAutosave](Enable-AzContextAutosave.md)
40-
Allow the azure credential, account and subscription information to be saved and automatically loaded when you open a PowerShell window.
40+
Azure contexts are PowerShell objects representing your active subscription to run commands against,
41+
and the authentication information needed to connect to an Azure cloud. With Azure contexts, Azure
42+
PowerShell doesn't need to reauthenticate your account each time you switch subscriptions. For more
43+
information, see [Azure PowerShell context objects](https://docs.microsoft.com/powershell/azure/context-persistence).
44+
45+
This cmdlet allows the Azure context information to be saved and automatically loaded when you start
46+
a PowerShell process. For example, when opening a new window.
4147

4248
### [Enable-AzDataCollection](Enable-AzDataCollection.md)
4349
Enables Azure PowerShell to collect data to improve the user experience with the Azure PowerShell
@@ -48,7 +54,7 @@ machine. Data is collected by default unless you explicitly opt out.
4854
Enables AzureRm prefix aliases for Az modules.
4955

5056
### [Get-AzAccessToken](Get-AzAccessToken.md)
51-
Get raw access token.
57+
Get raw access token. When using -ResourceUrl, please make sure the value does match current Azure environment. You may refer to the value of `(Get-AzContext).Environment`.
5258

5359
### [Get-AzContext](Get-AzContext.md)
5460
Gets the metadata used to authenticate Azure Resource Manager requests.

src/Accounts/Accounts/help/Clear-AzContext.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Accept wildcard characters: False
124124
```
125125
126126
### CommonParameters
127-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
127+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
128128
129129
## INPUTS
130130

src/Accounts/Accounts/help/Clear-AzDefault.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Accept wildcard characters: False
147147
```
148148
149149
### CommonParameters
150-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
150+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
151151
152152
## INPUTS
153153

src/Accounts/Accounts/help/Disable-AzContextAutosave.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Accept wildcard characters: False
102102
```
103103
104104
### CommonParameters
105-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
105+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
106106
107107
## INPUTS
108108

src/Accounts/Accounts/help/Disable-AzDataCollection.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,7 @@ Accept wildcard characters: False
8888
```
8989
9090
### CommonParameters
91-
92-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
93-
-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
94-
-WarningAction, and -WarningVariable. For more information, see
95-
[about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
91+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
9692
9793
## INPUTS
9894

src/Accounts/Accounts/help/Disable-AzureRmAlias.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Accept wildcard characters: False
133133
```
134134
135135
### CommonParameters
136-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
136+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
137137
138138
## INPUTS
139139

src/Accounts/Accounts/help/Disconnect-AzAccount.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ Accept wildcard characters: False
224224
```
225225
226226
### CommonParameters
227-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
227+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
228228
229229
## INPUTS
230230

src/Accounts/Accounts/help/Enable-AzContextAutosave.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,8 @@ Accept pipeline input: False
121121
Accept wildcard characters: False
122122
```
123123

124-
### Common Parameters
125-
126-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
127-
-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
128-
-WarningAction, and -WarningVariable. For more information, see
129-
[about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
124+
### CommonParameters
125+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
130126

131127
## INPUTS
132128

src/Accounts/Accounts/help/Enable-AzDataCollection.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,7 @@ Accept wildcard characters: False
8787
```
8888
8989
### CommonParameters
90-
91-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
92-
-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
93-
-WarningAction, and -WarningVariable. For more information, see
94-
[about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
90+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
9591
9692
## INPUTS
9793

src/Accounts/Accounts/help/Enable-AzureRmAlias.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Accept wildcard characters: False
133133
```
134134
135135
### CommonParameters
136-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
136+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
137137
138138
## INPUTS
139139

src/Accounts/Accounts/help/Get-AzContext.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ Get-AzContext [-DefaultProfile <IAzureContextContainer>] [[-Name] <String>] [<Co
1919

2020
### ListAllContexts
2121
```
22-
Get-AzContext [-ListAvailable] [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
22+
Get-AzContext [-ListAvailable] [-RefreshContextFromTokenCache] [-DefaultProfile <IAzureContextContainer>]
23+
[<CommonParameters>]
2324
```
2425

2526
## DESCRIPTION
@@ -101,8 +102,23 @@ Accept pipeline input: False
101102
Accept wildcard characters: False
102103
```
103104
105+
### -RefreshContextFromTokenCache
106+
Refresh contexts from token cache
107+
108+
```yaml
109+
Type: System.Management.Automation.SwitchParameter
110+
Parameter Sets: ListAllContexts
111+
Aliases:
112+
113+
Required: False
114+
Position: Named
115+
Default value: None
116+
Accept pipeline input: False
117+
Accept wildcard characters: False
118+
```
119+
104120
### CommonParameters
105-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
121+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
106122
107123
## INPUTS
108124

src/Accounts/Accounts/help/Get-AzContextAutosaveSetting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Accept wildcard characters: False
8888
```
8989
9090
### CommonParameters
91-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
91+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
9292
9393
## INPUTS
9494

src/Accounts/Accounts/help/Get-AzDefault.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Accept wildcard characters: False
8383
```
8484
8585
### CommonParameters
86-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
86+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
8787
8888
## INPUTS
8989

src/Accounts/Accounts/help/Get-AzEnvironment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Accept wildcard characters: False
103103
```
104104
105105
### CommonParameters
106-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
106+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
107107
108108
## INPUTS
109109

src/Accounts/Accounts/help/Get-AzSubscription.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Accept wildcard characters: False
162162
```
163163
164164
### CommonParameters
165-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
165+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
166166
167167
## INPUTS
168168

src/Accounts/Accounts/help/Get-AzTenant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Accept wildcard characters: False
7979
```
8080
8181
### CommonParameters
82-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
82+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
8383
8484
## INPUTS
8585

src/Accounts/Accounts/help/Import-AzContext.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Accept wildcard characters: False
146146
```
147147
148148
### CommonParameters
149-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
149+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
150150
151151
## INPUTS
152152

src/Accounts/Accounts/help/Invoke-AzRestMethod.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Get log analytics workspace by path
8181
Api Version
8282

8383
```yaml
84-
Type: String
84+
Type: System.String
8585
Parameter Sets: ByParameters
8686
Aliases:
8787

@@ -96,7 +96,7 @@ Accept wildcard characters: False
9696
Run cmdlet in the background
9797
9898
```yaml
99-
Type: SwitchParameter
99+
Type: System.Management.Automation.SwitchParameter
100100
Parameter Sets: (All)
101101
Aliases:
102102

@@ -111,7 +111,7 @@ Accept wildcard characters: False
111111
The credentials, account, tenant, and subscription used for communication with Azure.
112112
113113
```yaml
114-
Type: IAzureContextContainer
114+
Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer
115115
Parameter Sets: (All)
116116
Aliases: AzContext, AzureRmContext, AzureCredential
117117

@@ -126,7 +126,7 @@ Accept wildcard characters: False
126126
Http Method
127127
128128
```yaml
129-
Type: String
129+
Type: System.String
130130
Parameter Sets: (All)
131131
Aliases:
132132
Accepted values: GET, POST, PUT, PATCH, DELETE
@@ -142,7 +142,7 @@ Accept wildcard characters: False
142142
list of Target Resource Name
143143
144144
```yaml
145-
Type: String[]
145+
Type: System.String[]
146146
Parameter Sets: ByParameters
147147
Aliases:
148148

@@ -157,7 +157,7 @@ Accept wildcard characters: False
157157
Target Path
158158
159159
```yaml
160-
Type: String
160+
Type: System.String
161161
Parameter Sets: ByPath
162162
Aliases:
163163

@@ -172,7 +172,7 @@ Accept wildcard characters: False
172172
JSON format payload
173173
174174
```yaml
175-
Type: String
175+
Type: System.String
176176
Parameter Sets: (All)
177177
Aliases:
178178

@@ -187,7 +187,7 @@ Accept wildcard characters: False
187187
Target Resource Group Name
188188
189189
```yaml
190-
Type: String
190+
Type: System.String
191191
Parameter Sets: ByParameters
192192
Aliases:
193193

@@ -202,7 +202,7 @@ Accept wildcard characters: False
202202
Target Resource Provider Name
203203
204204
```yaml
205-
Type: String
205+
Type: System.String
206206
Parameter Sets: ByParameters
207207
Aliases:
208208

@@ -217,7 +217,7 @@ Accept wildcard characters: False
217217
List of Target Resource Type
218218
219219
```yaml
220-
Type: String[]
220+
Type: System.String[]
221221
Parameter Sets: ByParameters
222222
Aliases:
223223

@@ -232,7 +232,7 @@ Accept wildcard characters: False
232232
Target Subscription Id
233233
234234
```yaml
235-
Type: String
235+
Type: System.String
236236
Parameter Sets: ByParameters
237237
Aliases:
238238

@@ -247,7 +247,7 @@ Accept wildcard characters: False
247247
Prompts you for confirmation before running the cmdlet.
248248
249249
```yaml
250-
Type: SwitchParameter
250+
Type: System.Management.Automation.SwitchParameter
251251
Parameter Sets: (All)
252252
Aliases: cf
253253

@@ -263,7 +263,7 @@ Shows what would happen if the cmdlet runs.
263263
The cmdlet is not run.
264264
265265
```yaml
266-
Type: SwitchParameter
266+
Type: System.Management.Automation.SwitchParameter
267267
Parameter Sets: (All)
268268
Aliases: wi
269269

src/Accounts/Accounts/help/Register-AzModule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Accept wildcard characters: False
6161
```
6262
6363
### CommonParameters
64-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
64+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
6565
6666
## INPUTS
6767

src/Accounts/Accounts/help/Remove-AzContext.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Accept wildcard characters: False
161161
```
162162
163163
### CommonParameters
164-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
164+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
165165
166166
## INPUTS
167167

src/Accounts/Accounts/help/Remove-AzEnvironment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Accept wildcard characters: False
123123
```
124124
125125
### CommonParameters
126-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
126+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
127127
128128
## INPUTS
129129

src/Accounts/Accounts/help/Rename-AzContext.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Accept wildcard characters: False
186186
```
187187
188188
### CommonParameters
189-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
189+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
190190
191191
## INPUTS
192192

src/Accounts/Accounts/help/Save-AzContext.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Accept wildcard characters: False
132132
```
133133
134134
### CommonParameters
135-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
135+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
136136
137137
## INPUTS
138138

0 commit comments

Comments
 (0)