Skip to content

Commit

Permalink
changes to the md file
Browse files Browse the repository at this point in the history
  • Loading branch information
reshmee011 committed Nov 24, 2024
1 parent 1a08980 commit 5eb45fb
Showing 1 changed file with 19 additions and 23 deletions.
42 changes: 19 additions & 23 deletions docs/docs/cmd/spo/homesite/homesite-list.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,27 +30,25 @@ m365 spo homesite list
<TabItem value="JSON">

```json
{
"value": [
{
"Audiences": [
{
"Email": "[email protected]",
"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": "[email protected]",
"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"
}
]
```

</TabItem>
Expand All @@ -74,7 +72,6 @@ m365 spo homesite list
<TabItem value="Markdown">

```md
m365 spo homesite list
# spo homesite list

Date: 11/18/2024
Expand All @@ -90,7 +87,6 @@ m365 spo homesite list
VivaConnectionsDefaultStart | true
WebId | 626c1724-8ac8-45d5-af87-c07c752fab75
```

</TabItem>
</Tabs>

Expand Down

0 comments on commit 5eb45fb

Please sign in to comment.