Skip to content

Commit dd7c07f

Browse files
authored
Updated Get-AzureRmDisk outputs section
Get-AzureRmDisk outputs an object of type Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskList instead of a non-descriptive object. Updated the doc to clarify. You may validate this by running `(get-azurermdisk | select -first 1).gettype()`.
1 parent e0e786f commit dd7c07f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/Compute/Stack/Commands.Compute/help/Get-AzureRmDisk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
8282
8383
## OUTPUTS
8484
85-
### System.Object
85+
### Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskList
8686
8787
## NOTES
8888

0 commit comments

Comments
 (0)