Skip to content

Commit 959b1a0

Browse files
authored
Replaced commas with decimal places for GeoCoordinates
Existing documentation incorrectly showed commas in the numbers, which is not accepted by the cmdlet.
1 parent 3b4af0a commit 959b1a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,8 @@ 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"
254254

255255
```yaml
256256
Type: GeoCoordinates

0 commit comments

Comments
 (0)