Skip to content

Commit e4ace62

Browse files
authored
Merge pull request #6884 from maddieclayton/fixio
Fix Input descriptions
2 parents 192c1f0 + 822a458 commit e4ace62

File tree

1,511 files changed

+385
-2686
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,511 files changed

+385
-2686
lines changed

documentation/development-docs/help-generation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ Get-ChildItem -Path $PathToHelpFolder | Update-MarkdownHelp -AlphabeticParamsOrd
7272

7373
This will update all of the markdown files with public interface changes made to corresponding cmdlets, add markdown files for any new cmdlets, remove markdown files for any deleted cmdlets, and update the module page (_e.g.,_ `AzureRM.Profile.md`) with any added or removed cmdlets.
7474

75+
_This seems to work better when run from within the `help` folder itself (For e.g. to generate the help files for the [`Network`](https://github.com/Azure/azure-powershell/tree/preview/src/ResourceManager/Network) module run the cmd from under [`Commands.Network/help`](https://github.com/Azure/azure-powershell/tree/preview/src/ResourceManager/Network/Commands.Network/help)). Also, you will have to import the profile module from under <Repo base path>/src/Package/Debug/ResourceManager/AzureResourceManager/AzureRM.Profile/AzureRM.Profile.psd1_
76+
7577
#### Updating a single markdown file
7678

7779
To update a single markdown file with the changes made to the corresponding cmdlet, use the [`Update-MarkdownHelp`](https://github.com/PowerShell/platyPS/blob/master/docs/Update-MarkdownHelp.md) cmdlet:

src/ResourceManager/Aks/Commands.Aks/help/Get-AzureRmAks.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
118118
## INPUTS
119119
120120
### System.String
121-
Parameters: Id (ByPropertyName)
122121
123122
## OUTPUTS
124123

src/ResourceManager/Aks/Commands.Aks/help/Import-AzureRmAksCredential.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
219219
Parameters: InputObject (ByValue)
220220
221221
### System.String
222-
Parameters: Id (ByPropertyName)
223222
224223
## OUTPUTS
225224

src/ResourceManager/Aks/Commands.Aks/help/Remove-AzureRmAks.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
202202
Parameters: InputObject (ByValue)
203203
204204
### System.String
205-
Parameters: Id (ByPropertyName)
206205
207206
## OUTPUTS
208207

src/ResourceManager/Aks/Commands.Aks/help/Set-AzureRmAks.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
332332
Parameters: InputObject (ByValue)
333333
334334
### System.String
335-
Parameters: Id (ByPropertyName)
336335
337336
## OUTPUTS
338337

src/ResourceManager/Aks/Commands.Aks/help/Start-AzureRmAksDashboard.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
156156
Parameters: InputObject (ByValue)
157157
158158
### System.String
159-
Parameters: Id (ByPropertyName)
160159
161160
## OUTPUTS
162161

src/ResourceManager/AnalysisServices/Commands.AnalysisServices/help/Get-AzureRmAnalysisServicesServer.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
8989
## INPUTS
9090
9191
### System.String
92-
Parameters: Name (ByPropertyName), ResourceGroupName (ByPropertyName)
9392
9493
## OUTPUTS
9594

src/ResourceManager/AnalysisServices/Commands.AnalysisServices/help/New-AzureRmAnalysisServicesFirewallConfig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
8484
8585
## INPUTS
8686
87-
### System.Collections.Generic.List`1[[Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallRule, Microsoft.Azure.Commands.AnalysisServices, Version=0.6.10.0, Culture=neutral, PublicKeyToken=null]]
87+
### System.Collections.Generic.List`1[[Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallRule, Microsoft.Azure.Commands.AnalysisServices, Version=0.6.11.0, Culture=neutral, PublicKeyToken=null]]
8888

8989
## OUTPUTS
9090

src/ResourceManager/AnalysisServices/Commands.AnalysisServices/help/New-AzureRmAnalysisServicesFirewallRule.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
9797
## INPUTS
9898
9999
### System.String
100-
Parameters: FirewallRuleName (ByPropertyName), RangeEnd (ByPropertyName), RangeStart (ByPropertyName)
101100
102101
## OUTPUTS
103102

src/ResourceManager/AnalysisServices/Commands.AnalysisServices/help/New-AzureRmAnalysisServicesServer.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -252,16 +252,12 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
252252
## INPUTS
253253
254254
### System.String
255-
Parameters: Administrator (ByPropertyName), BackupBlobContainerUri (ByPropertyName), DefaultConnectionMode (ByPropertyName), GatewayResourceId (ByPropertyName), Location (ByPropertyName), Name (ByPropertyName), ResourceGroupName (ByPropertyName), Sku (ByPropertyName)
256255
257256
### System.Collections.Hashtable
258-
Parameters: Tag (ByPropertyName)
259257
260258
### System.Int32
261-
Parameters: ReadonlyReplicaCount (ByPropertyName)
262259
263260
### Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallConfig
264-
Parameters: FirewallConfig (ByPropertyName)
265261
266262
## OUTPUTS
267263

src/ResourceManager/AnalysisServices/Commands.AnalysisServices/help/Remove-AzureRmAnalysisServicesServer.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
127127
## INPUTS
128128
129129
### System.String
130-
Parameters: Name (ByPropertyName), ResourceGroupName (ByPropertyName)
131130
132131
## OUTPUTS
133132

src/ResourceManager/AnalysisServices/Commands.AnalysisServices/help/Resume-AzureRmAnalysisServicesServer.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
127127
## INPUTS
128128
129129
### System.String
130-
Parameters: Name (ByPropertyName), ResourceGroupName (ByPropertyName)
131130
132131
## OUTPUTS
133132

src/ResourceManager/AnalysisServices/Commands.AnalysisServices/help/Set-AzureRmAnalysisServicesServer.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -302,19 +302,14 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
302302
## INPUTS
303303
304304
### System.String
305-
Parameters: Administrator (ByPropertyName), BackupBlobContainerUri (ByPropertyName), DefaultConnectionMode (ByPropertyName), GatewayResourceId (ByPropertyName), Name (ByPropertyName), ResourceGroupName (ByPropertyName), Sku (ByPropertyName)
306305
307306
### System.Collections.Hashtable
308-
Parameters: Tag (ByPropertyName)
309307
310308
### System.Management.Automation.SwitchParameter
311-
Parameters: DisableBackup (ByPropertyName), DisassociateGateway (ByPropertyName)
312309
313310
### System.Int32
314-
Parameters: ReadonlyReplicaCount (ByPropertyName)
315311
316312
### Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallConfig
317-
Parameters: FirewallConfig (ByPropertyName)
318313
319314
## OUTPUTS
320315

src/ResourceManager/AnalysisServices/Commands.AnalysisServices/help/Suspend-AzureRmAnalysisServicesServer.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
127127
## INPUTS
128128
129129
### System.String
130-
Parameters: Name (ByPropertyName), ResourceGroupName (ByPropertyName)
131130
132131
## OUTPUTS
133132

src/ResourceManager/AnalysisServices/Commands.AnalysisServices/help/Test-AzureRmAnalysisServicesServer.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
8282
## INPUTS
8383
8484
### System.String
85-
Parameters: Name (ByPropertyName), ResourceGroupName (ByPropertyName)
8685
8786
## OUTPUTS
8887

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Add-AzureRmApiManagementApiToProduct.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
114114
## INPUTS
115115
116116
### Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext
117-
Parameters: Context (ByPropertyName)
118117
119118
### System.String
120-
Parameters: ApiId (ByPropertyName), ProductId (ByPropertyName)
121119
122120
### System.Management.Automation.SwitchParameter
123-
Parameters: PassThru (ByPropertyName)
124121
125122
## OUTPUTS
126123

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Add-AzureRmApiManagementProductToGroup.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
118118
## INPUTS
119119
120120
### Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext
121-
Parameters: Context (ByPropertyName)
122121
123122
### System.String
124-
Parameters: GroupId (ByPropertyName), ProductId (ByPropertyName)
125123
126124
### System.Management.Automation.SwitchParameter
127-
Parameters: PassThru (ByPropertyName)
128125
129126
## OUTPUTS
130127

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Add-AzureRmApiManagementUserToGroup.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
117117
## INPUTS
118118
119119
### Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext
120-
Parameters: Context (ByPropertyName)
121120
122121
### System.String
123-
Parameters: GroupId (ByPropertyName), UserId (ByPropertyName)
124122
125123
### System.Management.Automation.SwitchParameter
126-
Parameters: PassThru (ByPropertyName)
127124
128125
## OUTPUTS
129126

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Backup-AzureRmApiManagement.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
152152
## INPUTS
153153
154154
### System.String
155-
Parameters: Name (ByPropertyName), ResourceGroupName (ByPropertyName)
156155
157156
### Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext
158-
Parameters: StorageContext (ByPropertyName)
159157
160158
## OUTPUTS
161159

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Export-AzureRmApiManagementApi.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,16 +201,12 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
201201
## INPUTS
202202
203203
### Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext
204-
Parameters: Context (ByPropertyName)
205204
206205
### System.String
207-
Parameters: ApiId (ByPropertyName), ApiRevision (ByPropertyName), SaveAs (ByPropertyName)
208206
209207
### Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat
210-
Parameters: SpecificationFormat (ByPropertyName)
211208
212209
### System.Management.Automation.SwitchParameter
213-
Parameters: Force (ByPropertyName), PassThru (ByPropertyName)
214210
215211
## OUTPUTS
216212

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Get-AzureRmApiManagement.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
102102
## INPUTS
103103
104104
### System.String
105-
Parameters: Name (ByPropertyName), ResourceGroupName (ByPropertyName)
106105
107106
## OUTPUTS
108107

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Get-AzureRmApiManagementApi.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
164164
## INPUTS
165165
166166
### Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext
167-
Parameters: Context (ByPropertyName)
168167
169168
### System.String
170-
Parameters: ApiId (ByPropertyName), ApiRevision (ByPropertyName), Name (ByPropertyName), ProductId (ByPropertyName)
171169
172170
## OUTPUTS
173171

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Get-AzureRmApiManagementApiRelease.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
126126
## INPUTS
127127
128128
### Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext
129-
Parameters: Context (ByPropertyName)
130129
131130
### System.String
132-
Parameters: ApiId (ByPropertyName), ReleaseId (ByPropertyName)
133131
134132
## OUTPUTS
135133

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Get-AzureRmApiManagementApiRevision.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
127127
## INPUTS
128128
129129
### Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext
130-
Parameters: Context (ByPropertyName)
131130
132131
### System.String
133-
Parameters: ApiId (ByPropertyName), ApiRevision (ByPropertyName)
134132
135133
## OUTPUTS
136134

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Get-AzureRmApiManagementApiVersionSet.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
136136
## INPUTS
137137
138138
### Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext
139-
Parameters: Context (ByPropertyName)
140139
141140
### System.String
142-
Parameters: ApiVersionSetId (ByPropertyName)
143141
144142
## OUTPUTS
145143

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Get-AzureRmApiManagementAuthorizationServer.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
9696
## INPUTS
9797
9898
### Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext
99-
Parameters: Context (ByPropertyName)
10099
101100
### System.String
102-
Parameters: ServerId (ByPropertyName)
103101
104102
## OUTPUTS
105103

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Get-AzureRmApiManagementBackend.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
101101
## INPUTS
102102
103103
### Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext
104-
Parameters: Context (ByPropertyName)
105104
106105
### System.String
107-
Parameters: BackendId (ByPropertyName)
108106
109107
## OUTPUTS
110108

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Get-AzureRmApiManagementCertificate.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
130130
## INPUTS
131131
132132
### Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext
133-
Parameters: Context (ByPropertyName)
134133
135134
### System.String
136-
Parameters: CertificateId (ByPropertyName)
137135
138136
## OUTPUTS
139137

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Get-AzureRmApiManagementGroup.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
176176
## INPUTS
177177
178178
### Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext
179-
Parameters: Context (ByPropertyName)
180179
181180
### System.String
182-
Parameters: GroupId (ByPropertyName), Name (ByPropertyName), ProductId (ByPropertyName), UserId (ByPropertyName)
183181
184182
## OUTPUTS
185183

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Get-AzureRmApiManagementIdentityProvider.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
103103
## INPUTS
104104
105105
### Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext
106-
Parameters: Context (ByPropertyName)
107106
108107
### Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType
109-
Parameters: Type (ByPropertyName)
110108
111109
## OUTPUTS
112110

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Get-AzureRmApiManagementLogger.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
9999
## INPUTS
100100
101101
### Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext
102-
Parameters: Context (ByPropertyName)
103102
104103
### System.String
105-
Parameters: LoggerId (ByPropertyName)
106104
107105
## OUTPUTS
108106

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Get-AzureRmApiManagementOpenIdConnectProvider.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
130130
## INPUTS
131131
132132
### Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext
133-
Parameters: Context (ByPropertyName)
134133
135134
### System.String
136-
Parameters: Name (ByPropertyName), OpenIdConnectProviderId (ByPropertyName)
137135
138136
## OUTPUTS
139137

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Get-AzureRmApiManagementOperation.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
129129
## INPUTS
130130
131131
### Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext
132-
Parameters: Context (ByPropertyName)
133132
134133
### System.String
135-
Parameters: ApiId (ByPropertyName), ApiRevision (ByPropertyName), OperationId (ByPropertyName)
136134
137135
## OUTPUTS
138136

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Get-AzureRmApiManagementPolicy.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,13 +255,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
255255
## INPUTS
256256
257257
### Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext
258-
Parameters: Context (ByPropertyName)
259258
260259
### System.String
261-
Parameters: ApiId (ByPropertyName), ApiRevision (ByPropertyName), Format (ByPropertyName), OperationId (ByPropertyName), ProductId (ByPropertyName), SaveAs (ByPropertyName)
262260
263261
### System.Management.Automation.SwitchParameter
264-
Parameters: Force (ByPropertyName)
265262
266263
## OUTPUTS
267264

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Get-AzureRmApiManagementProduct.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
121121
## INPUTS
122122
123123
### Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext
124-
Parameters: Context (ByPropertyName)
125124
126125
### System.String
127-
Parameters: ProductId (ByPropertyName), Title (ByPropertyName)
128126
129127
## OUTPUTS
130128

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Get-AzureRmApiManagementProperty.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
124124
## INPUTS
125125
126126
### Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext
127-
Parameters: Context (ByPropertyName)
128127
129128
### System.String
130-
Parameters: Name (ByPropertyName), PropertyId (ByPropertyName), Tag (ByPropertyName)
131129
132130
## OUTPUTS
133131

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Get-AzureRmApiManagementSsoToken.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
8383
## INPUTS
8484
8585
### System.String
86-
Parameters: Name (ByPropertyName), ResourceGroupName (ByPropertyName)
8786
8887
## OUTPUTS
8988

0 commit comments

Comments
 (0)