Skip to content

Commit 227dd36

Browse files
authored
Update Set-CsOnlineLisLocation.md
1 parent 8848a45 commit 227dd36

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

teams/teams-ps/teams/Set-CsOnlineLisLocation.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Typically the civic address designates the building, and locations are specific
2323
Set-CsOnlineLisLocation -CivicAddressId <guid> [-City <string>] [-CityAlias <string>] [-CompanyName <string>] [-CompanyTaxId <string>]
2424
[-Confidence <string>] [-CountryOrRegion <string>] [-Description <string>] [-Elin <string>] [-Force] [-HouseNumber <string>] [-HouseNumberSuffix <string>]
2525
[-Latitude <string>] [-Longitude <string>] [-PostalCode <string>] [-PostDirectional <string>] [-PreDirectional <string>]
26-
[-StateOrProvince <string>] [-StreetName <string>] [-StreetSuffix <string>] [-WhatIf] [-Confirm] [<CommonParameters>]
26+
[-StateOrProvince <string>] [-StreetName <string>] [-StreetSuffix <string>] [-IsAzureMapValidationRequired <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
2727
```
2828

2929
### UseLocationId
@@ -419,6 +419,23 @@ Accept pipeline input: True
419419
Accept wildcard characters: False
420420
```
421421
422+
### -IsAzureMapValidationRequired
423+
This parameter is reserved for internal Microsoft use.
424+
425+
```yaml
426+
Type: String
427+
Parameter Sets: UseCivicAddressId
428+
Aliases:
429+
Applicable: Microsoft Teans
430+
431+
Required: False
432+
Position: Named
433+
Default value: None
434+
Accept pipeline input: False
435+
Accept wildcard characters: False
436+
```
437+
438+
422439
### -Force
423440
The Force switch specifies whether to suppress warning and confirmation messages.
424441
It can be useful in scripting to suppress interactive prompts.

0 commit comments

Comments
 (0)