Skip to content

Commit f3ad702

Browse files
authored
Merge pull request #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:

0 commit comments

Comments
 (0)