Skip to content

Commit 822a458

Browse files
author
maddieclayton
committed
fix output description
1 parent d34c63c commit 822a458

20 files changed

+25
-6
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
211211
## OUTPUTS
212212
213213
### System.String
214+
This cmdlet returns the exported API content as a string.
214215
215216
## NOTES
216217

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
175175
## OUTPUTS
176176
177177
### Microsoft.Azure.Commands.Automation.Model.Job
178+
-This cmdlet returns a **Job** object, unless you specify the _Wait_ parameter.
179+
-If you do not specify _Wait_, Azure PowerShell returns a **Job** object immediately.
180+
-If you specify _Wait_, Azure PowerShell completes the job, and then returns the result.
181+
-The result is not a **Job** object.
178182
179183
### System.Management.Automation.PSObject
180184

src/ResourceManager/AzureBackup/Commands.AzureBackup/help/Get-AzureRmBackupVaultCredentials.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ Parameters: Vault (ByValue)
8484
## OUTPUTS
8585
8686
### System.String
87+
This cmdlet returns the name of the vault credential file.
8788
8889
## NOTES
8990

src/ResourceManager/Compute.ManagedService/Commands.Compute.ManagedService/help/ConvertTo-AzureRmVhd.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
143143
144144
## INPUTS
145145
146+
### System.String
147+
146148
## OUTPUTS
147149
148150
### System.Management.Automation.PathInfo

src/ResourceManager/DataLakeStore/Commands.DataLakeStore/help/Export-AzureRmDataLakeStoreItem.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
243243
## OUTPUTS
244244
245245
### System.String
246+
The path where the file or folder was downloaded to.
246247
247248
## NOTES
248249

src/ResourceManager/DataLakeStore/Commands.DataLakeStore/help/Get-AzureRmDataLakeStoreItemContent.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
254254
## OUTPUTS
255255
256256
### System.Byte
257+
The byte stream representation of the file contents retrieved.
257258
258259
### System.String
260+
The string representation (in the specified encoding) of the file contents retrieved.
259261
260262
## NOTES
261263

src/ResourceManager/DataLakeStore/Commands.DataLakeStore/help/Get-AzureRmDataLakeStoreItemOwner.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
108108
## OUTPUTS
109109
110110
### System.String
111+
The owner of the specified item.
111112
112113
## NOTES
113114

src/ResourceManager/DataLakeStore/Commands.DataLakeStore/help/Get-AzureRmDataLakeStoreItemPermission.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
8989
## OUTPUTS
9090
9191
### System.String
92+
The string representation of the ownership octal
9293
9394
## NOTES
9495
* Alias: Get-AdlStoreItemPermission

src/ResourceManager/DataLakeStore/Commands.DataLakeStore/help/Import-AzureRmDataLakeStoreItem.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
257257
## OUTPUTS
258258
259259
### System.String
260+
The full path in the Data Lake Store account to the uploaded file or folder.
260261
261262
## NOTES
262263

src/ResourceManager/DataLakeStore/Commands.DataLakeStore/help/Join-AzureRmDataLakeStoreItem.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
155155
## OUTPUTS
156156
157157
### System.String
158+
The full path to the resulting file from the joined files.
158159
159160
## NOTES
160161

0 commit comments

Comments
 (0)