Skip to content

Commit 35072ce

Browse files
committed
Merge branch 'main' into chrisda
2 parents e79db8c + d5aeed7 commit 35072ce

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

exchange/exchange-ps/exchange/Set-Place.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,10 @@ Accept wildcard characters: False
249249
### -GeoCoordinates
250250
The GeoCoordinates parameter specifies the room's location in latitude, longitude and (optionally) altitude coordinates. A valid value for this parameter uses one of the following formats:
251251

252-
- Latitude and longitude: For example, "47,644125;-122,122411"
253-
- Latitude, longitude, and altitude: For example, "47,644125;-122,122411;161,432"
252+
- Latitude and longitude: For example, "47.644125;-122.122411"
253+
- Latitude, longitude, and altitude: For example, "47.644125;-122.122411;161.432"
254+
255+
**Note**: If period separators don't work for you, use commas instead.
254256

255257
```yaml
256258
Type: GeoCoordinates

0 commit comments

Comments
 (0)