Skip to content

Commit f3ad702

Browse files
authored
Merge pull request Azure#4421 from cormacpayne/fix-help
Fix markdown help errors and add missing input and output fields
2 parents 89dd272 + 1fa63f7 commit f3ad702

File tree

866 files changed

+3776
-24625
lines changed

Some content is hidden

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

866 files changed

+3776
-24625
lines changed

src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Dataplane/help/Add-AzureAnalysisServicesAccount.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
213213
214214
## OUTPUTS
215215
216+
### Microsoft.Azure.Commands.AnalysisServices.Dataplane.AsAzureProfile
217+
216218
## NOTES
217219
Alias: Login-AzureAsAccount
218220

src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Dataplane/help/Restart-AzureAnalysisServicesInstance.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ Accept wildcard characters: False
9595
9696
## OUTPUTS
9797
98+
### System.Boolean
99+
98100
## NOTES
99101
Alias: Restart-AzureAsInstance
100102

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,14 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
144144
145145
## INPUTS
146146
147+
### PsApiManagement
148+
149+
Parameter 'ApiManagement' accepts value of type 'PsApiManagement' from the pipeline
150+
147151
## OUTPUTS
148152
153+
### Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement
154+
149155
## NOTES
150156
* The cmdlet writes updated **PsApiManagement** instance to pipeline.
151157

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
134134
135135
## OUTPUTS
136136
137+
### Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement
138+
137139
## NOTES
138140
139141
## RELATED LINKS

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
8585
8686
## OUTPUTS
8787
88+
### System.Collections.Generic.List`1[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement]
89+
8890
## NOTES
8991

9092
## RELATED LINKS

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
105105
106106
## OUTPUTS
107107
108+
### System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProperty]
109+
110+
### Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProperty
111+
108112
## NOTES
109113

110-
## RELATED LINKS
114+
## RELATED LINKS

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
6767
6868
## OUTPUTS
6969
70+
### System.String
71+
7072
## NOTES
7173
7274
## RELATED LINKS

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Import-AzureRmApiManagementHostnameCertificate.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
137137
138138
## OUTPUTS
139139
140+
### Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameCertificate
141+
140142
## NOTES
141143
142144
## RELATED LINKS

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
265265
266266
## OUTPUTS
267267
268+
### Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement
269+
268270
## NOTES
269271
270272
## RELATED LINKS

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ Accept wildcard characters: False
6262
```
6363
6464
### -ExternalId
65-
For external groups, this property contains the id of the group from the external identity provider, e.g. Azure Active Directory aad://contoso5api.onmicrosoft.com/groups/12ad42b1-592f-4664-a77b4250-2f2e82579f4c; otherwise the value is null.```yaml
65+
For external groups, this property contains the id of the group from the external identity provider, e.g. Azure Active Directory aad://contoso5api.onmicrosoft.com/groups/12ad42b1-592f-4664-a77b4250-2f2e82579f4c; otherwise the value is null.
66+
67+
```yaml
6668
Type: String
6769
Parameter Sets: (All)
6870
Aliases:
@@ -105,7 +107,9 @@ Accept wildcard characters: False
105107
```
106108
107109
### -Type
108-
Group Type. Custom Group is User defined Group. System Group includes Administrator, Developers and Guests. You cannot create or update a System Group. External Group is groups from External Identity Provider like Azure Active Directory. This parameter is optional and by default assumed to be a Custom Group.```yaml
110+
Group Type. Custom Group is User defined Group. System Group includes Administrator, Developers and Guests. You cannot create or update a System Group. External Group is groups from External Identity Provider like Azure Active Directory. This parameter is optional and by default assumed to be a Custom Group.
111+
112+
```yaml
109113
Type: PsApiManagementGroupType
110114
Parameter Sets: (All)
111115
Aliases:

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/New-AzureRmApiManagementHostnameConfiguration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
7070
7171
## OUTPUTS
7272
73+
### Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameConfiguration
74+
7375
## NOTES
7476
7577
## RELATED LINKS

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/New-AzureRmApiManagementRegion.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
103103
104104
## OUTPUTS
105105
106+
### Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion
107+
106108
## NOTES
107109
108110
## RELATED LINKS

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/New-AzureRmApiManagementVirtualNetwork.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
8888
8989
## OUTPUTS
9090
91+
### Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork
92+
9193
## NOTES
9294
9395
## RELATED LINKS

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
114114
115115
## OUTPUTS
116116
117+
### System.Boolean
118+
117119
## NOTES
118120
119121
## RELATED LINKS

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Remove-AzureRmApiManagementProductFromGroup.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
102102
103103
## OUTPUTS
104104
105+
### System.Boolean
106+
105107
## NOTES
106108
107109
## RELATED LINKS

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Remove-AzureRmApiManagementRegion.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,14 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
9393
9494
## INPUTS
9595
96+
### PsApiManagement
97+
98+
Parameter 'ApiManagement' accepts value of type 'PsApiManagement' from the pipeline
99+
96100
## OUTPUTS
97101
102+
### Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement
103+
98104
## NOTES
99105
100106
## RELATED LINKS

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Remove-AzureRmApiManagementUserFromGroup.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
9999
100100
## OUTPUTS
101101
102+
### System.Boolean
103+
102104
## NOTES
103105
104106
## RELATED LINKS

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
129129
130130
## OUTPUTS
131131
132+
### Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement
133+
132134
## NOTES
133135
134136
## RELATED LINKS

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Set-AzureRmApiManagementHostnames.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,14 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
148148
149149
## INPUTS
150150
151+
### PsApiManagement
152+
153+
Parameter 'ApiManagement' accepts value of type 'PsApiManagement' from the pipeline
154+
151155
## OUTPUTS
152156
157+
### Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement
158+
153159
## NOTES
154160
155161
## RELATED LINKS

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Update-AzureRmApiManagementDeployment.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,14 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
259259
260260
## INPUTS
261261
262+
### PsApiManagement
263+
264+
Parameter 'ApiManagement' accepts value of type 'PsApiManagement' from the pipeline
265+
262266
## OUTPUTS
263267
268+
### Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement
269+
264270
## NOTES
265271
266272
## RELATED LINKS

src/ResourceManager/ApiManagement/Commands.ApiManagement/help/Update-AzureRmApiManagementRegion.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,14 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
132132
133133
## INPUTS
134134
135+
### PsApiManagement
136+
137+
Parameter 'ApiManagement' accepts value of type 'PsApiManagement' from the pipeline
138+
135139
## OUTPUTS
136140
141+
### Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement
142+
137143
## NOTES
138144
139145
## RELATED LINKS

src/ResourceManager/Automation/Commands.Automation/help/Export-AzureRMAutomationRunbook.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
166166
167167
## OUTPUTS
168168
169+
### System.IO.DirectoryInfo
170+
169171
## NOTES
170172
171173
## RELATED LINKS

src/ResourceManager/Automation/Commands.Automation/help/Export-AzureRmAutomationDscConfiguration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
167167
168168
## OUTPUTS
169169
170+
### System.IO.DirectoryInfo
171+
170172
## NOTES
171173
172174
## RELATED LINKS

src/ResourceManager/Automation/Commands.Automation/help/Export-AzureRmAutomationDscNodeReportContent.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
164164
165165
## OUTPUTS
166166
167+
### System.IO.DirectoryInfo
168+
167169
## NOTES
168170
169171
## RELATED LINKS

src/ResourceManager/Automation/Commands.Automation/help/Get-AzureRMAutomationHybridWorkerGroup.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
103103
104104
## INPUTS
105105
106+
### String
107+
108+
Parameter 'Name' accepts value of type 'String' from the pipeline
109+
106110
## OUTPUTS
107111
108112
### Microsoft.Azure.Commands.Automation.Model.HybridRunbookWorker

src/ResourceManager/Automation/Commands.Automation/help/Get-AzureRMAutomationJobOutput.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
125125
126126
## OUTPUTS
127127
128+
### Microsoft.Azure.Commands.Automation.Model.JobStream
129+
128130
## NOTES
129131
130132
## RELATED LINKS

src/ResourceManager/Automation/Commands.Automation/help/Get-AzureRMAutomationWebhook.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
112112
113113
## OUTPUTS
114114
115+
### Microsoft.Azure.Commands.Automation.Model.Webhook
116+
115117
## NOTES
116118
117119
## RELATED LINKS

src/ResourceManager/Automation/Commands.Automation/help/Get-AzureRmAutomationAccount.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
9494
9595
## OUTPUTS
9696
97+
### Microsoft.Azure.Commands.Automation.Model.AutomationAccount
98+
9799
## NOTES
98100
99101
## RELATED LINKS

src/ResourceManager/Automation/Commands.Automation/help/Get-AzureRmAutomationDscCompilationJob.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
188188
189189
## OUTPUTS
190190
191+
### Microsoft.Azure.Commands.Automation.Model.CompilationJob
192+
191193
## NOTES
192194
193195
## RELATED LINKS

src/ResourceManager/Automation/Commands.Automation/help/Get-AzureRmAutomationDscCompilationJobOutput.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
126126
127127
## OUTPUTS
128128
129+
### Microsoft.Azure.Commands.Automation.Model.JobStream
130+
129131
## NOTES
130132
131133
## RELATED LINKS

src/ResourceManager/Automation/Commands.Automation/help/Get-AzureRmAutomationDscConfiguration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
9797
9898
## OUTPUTS
9999
100+
### Microsoft.Azure.Commands.Automation.Model.DscConfiguration
101+
100102
## NOTES
101103
102104
## RELATED LINKS

src/ResourceManager/Automation/Commands.Automation/help/Get-AzureRmAutomationDscNode.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
206206
207207
## OUTPUTS
208208
209+
### Microsoft.Azure.Commands.Automation.Model.DscNode
210+
209211
## NOTES
210212
211213
## RELATED LINKS

src/ResourceManager/Automation/Commands.Automation/help/Get-AzureRmAutomationDscNodeConfiguration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
147147
148148
## OUTPUTS
149149
150+
### Microsoft.Azure.Commands.Automation.Model.CompilationJob
151+
150152
## NOTES
151153
152154
## RELATED LINKS

src/ResourceManager/Automation/Commands.Automation/help/Get-AzureRmAutomationDscNodeReport.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
186186
187187
## OUTPUTS
188188
189+
### Microsoft.Azure.Commands.Automation.Model.DscNode
190+
189191
## NOTES
190192
191193
## RELATED LINKS

src/ResourceManager/Automation/Commands.Automation/help/Get-AzureRmAutomationDscOnboardingMetaconfig.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
154154
155155
## OUTPUTS
156156
157+
### Microsoft.Azure.Commands.Automation.Model.DscOnboardingMetaconfig
158+
157159
## NOTES
158160
159161
## RELATED LINKS

src/ResourceManager/Automation/Commands.Automation/help/Get-AzureRmAutomationJobOutputRecord.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
103103
104104
## OUTPUTS
105105
106+
### Microsoft.Azure.Commands.Automation.Model.JobStreamRecord
107+
106108
## NOTES
107109
108110
## RELATED LINKS

src/ResourceManager/Automation/Commands.Automation/help/Get-AzureRmAutomationModule.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
9797
9898
## OUTPUTS
9999
100+
### Microsoft.Azure.Commands.Automation.Model.Module
101+
100102
## NOTES
101103
102104
## RELATED LINKS

src/ResourceManager/Automation/Commands.Automation/help/Get-AzureRmAutomationRegistrationInfo.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
6969
7070
## OUTPUTS
7171
72+
### Microsoft.Azure.Commands.Automation.Model.AgentRegistration
73+
7274
## NOTES
7375
7476
## RELATED LINKS

src/ResourceManager/Automation/Commands.Automation/help/Import-AzureRMAutomationRunbook.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
256256
257257
## OUTPUTS
258258
259+
### Microsoft.Azure.Commands.Automation.Model.Runbook
260+
259261
## NOTES
260262
261263
## RELATED LINKS

0 commit comments

Comments
 (0)