Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 281 Bytes

File metadata and controls

18 lines (13 loc) · 281 Bytes
description Automatically generated file. DO NOT MODIFY
Import-Module Microsoft.Graph.Calendar

$params = @{
	"@odata.type" = "microsoft.graph.building"
	tags = @(
	"most popular building"
)
}

Update-MgPlace -PlaceId $placeId -BodyParameter $params