Skip to content

Commit 9b3a332

Browse files
authored
Merge pull request #11884 from MicrosoftDocs/shdyas
update PS syntax
2 parents 60035e6 + d74dc24 commit 9b3a332

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

teams/teams-ps/teams/New-CsOnlineLisCivicAddress.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -240,31 +240,31 @@ Accept wildcard characters: False
240240
```
241241
242242
### -Latitude
243-
Specifies the angular distance of a place north or south of the earth's equator using the decimal degrees format.
243+
Specifies the angular distance of a place north or south of the earth's equator using the decimal degrees format. Required for all countries except Australia and Japan where it's optional.
244244
245245
```yaml
246246
Type: String
247247
Parameter Sets: (All)
248248
Aliases:
249249
applicable: Microsoft Teams
250250

251-
Required: True (Required for all countries except Australia and Japan where it's optional)
251+
Required: True
252252
Position: Named
253253
Default value: None
254254
Accept pipeline input: False
255255
Accept wildcard characters: False
256256
```
257257
258258
### -Longitude
259-
Specifies the angular distance of a place east or west of the meridian at Greenwich, England, using the decimal degrees format.
259+
Specifies the angular distance of a place east or west of the meridian at Greenwich, England, using the decimal degrees format. Required for all countries except Australia and Japan where it's optional.
260260
261261
```yaml
262262
Type: String
263263
Parameter Sets: (All)
264264
Aliases:
265265
applicable: Microsoft Teams
266266

267-
Required: True (Required for all countries except Australia and Japan where it's optional)
267+
Required: True
268268
Position: Named
269269
Default value: None
270270
Accept pipeline input: False

0 commit comments

Comments
 (0)