Skip to content

Commit

Permalink
update share grouping format (#25784)
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanz7 authored and azure-powershell-bot committed Aug 8, 2024
1 parent 103a437 commit a6492b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/Storage/Storage.Management/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release
* Updated list share output display format
- `Get-AzStorageShare`

## Version 7.2.0
* Upgraded Microsoft.Azure.Storage.DataMovement to 2.0.5
Expand Down
4 changes: 2 additions & 2 deletions src/Storage/Storage/Storage.generated.format.ps1xml
Original file line number Diff line number Diff line change
Expand Up @@ -375,8 +375,8 @@
<TypeName>Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageFileShare</TypeName>
</ViewSelectedBy>
<GroupBy>
<ScriptBlock>$_.ShareClient.AccountName</ScriptBlock>
<Label>Storage Account Name</Label>
<ScriptBlock>$_.Context.FileEndPoint</ScriptBlock>
<Label>File End Point</Label>
</GroupBy>
<TableControl>
<TableHeaders>
Expand Down

0 comments on commit a6492b2

Please sign in to comment.