diff --git a/docs/docs/cmd/spo/homesite/homesite-list.mdx b/docs/docs/cmd/spo/homesite/homesite-list.mdx index 611accafbda..269fdaddfc3 100644 --- a/docs/docs/cmd/spo/homesite/homesite-list.mdx +++ b/docs/docs/cmd/spo/homesite/homesite-list.mdx @@ -30,27 +30,25 @@ m365 spo homesite list ```json - { - "value": [ - { - "Audiences": [ - { - "Email": "ColumnSearchable@contoso.onmicrosoft.com", - "Id": "978b5280-4f80-47ea-a1db-b0d1d2fb1ba4", - "Title": "ColumnSearchable Members" - } - ], - "IsInDraftMode": false, - "IsVivaBackendSite": false, - "SiteId": "431d7819-4aaf-49a1-b664-b2fe9e609b63", - "TargetedLicenseType": 2, - "Title": "The Landing", - "Url": "https://contoso.sharepoint.com/sites/TheLanding", - "VivaConnectionsDefaultStart": true, - "WebId": "626c1724-8ac8-45d5-af87-c07c752fab75" - } - ] - } + [ + { + "Audiences": [ + { + "Email": "ColumnSearchable@contoso.onmicrosoft.com", + "Id": "978b5280-4f80-47ea-a1db-b0d1d2fb1ba4", + "Title": "ColumnSearchable Members" + } + ], + "IsInDraftMode": false, + "IsVivaBackendSite": false, + "SiteId": "431d7819-4aaf-49a1-b664-b2fe9e609b63", + "TargetedLicenseType": 2, + "Title": "The Landing", + "Url": "https://contoso.sharepoint.com/sites/TheLanding", + "VivaConnectionsDefaultStart": true, + "WebId": "626c1724-8ac8-45d5-af87-c07c752fab75" + } + ] ``` @@ -74,7 +72,6 @@ m365 spo homesite list ```md - m365 spo homesite list # spo homesite list Date: 11/18/2024 @@ -90,7 +87,6 @@ m365 spo homesite list VivaConnectionsDefaultStart | true WebId | 626c1724-8ac8-45d5-af87-c07c752fab75 ``` -