Skip to content

Commit 5bcfa42

Browse files
authored
Update New-CsOnlineLisCivicAddress.md
1 parent afae748 commit 5bcfa42

File tree

1 file changed

+48
-1
lines changed

1 file changed

+48
-1
lines changed

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

Lines changed: 48 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ Use the New-CsOnlineLisCivicAddress cmdlet to create a civic address in the Loca
2121
New-CsOnlineLisCivicAddress -CompanyName <string> -CountryOrRegion <string> [-City <string>] [-CityAlias <string>] [-CompanyTaxId <string>]
2222
[-Description <string>] [-Elin <string>] [-Force] [-HouseNumber <string>] [-HouseNumberSuffix <string>]
2323
[-Latitude <string>] [-Longitude <string>] [-PostalCode <string>] [-PostDirectional <string>] [-PreDirectional <string>]
24-
[-StateOrProvince <string>] [-StreetName <string>] [-StreetSuffix <string>] [-WhatIf] [-Confirm] [<CommonParameters>]
24+
[-StateOrProvince <string>] [-StreetName <string>] [-StreetSuffix <string>] [-Confidence <String>] [-IsAzureMapValidationRequired <String>] [-ValidationStatus <String>]
25+
[-WhatIf] [-Confirm] [<CommonParameters>]
2526
```
2627

2728
## DESCRIPTION
@@ -369,6 +370,52 @@ Accept pipeline input: False
369370
Accept wildcard characters: False
370371
```
371372
373+
### -Confidence
374+
This parameter is reserved for internal Microsoft use.
375+
376+
```yaml
377+
Type: String
378+
Parameter Sets: (All)
379+
Aliases:
380+
381+
Required: False
382+
Position: Named
383+
Default value: None
384+
Accept pipeline input: False
385+
Accept wildcard characters: False
386+
```
387+
388+
### -IsAzureMapValidationRequired
389+
This parameter is reserved for internal Microsoft use.
390+
391+
```yaml
392+
Type: String
393+
Parameter Sets: (All)
394+
Aliases:
395+
396+
Required: False
397+
Position: Named
398+
Default value: None
399+
Accept pipeline input: False
400+
Accept wildcard characters: False
401+
```
402+
403+
### -ValidationStatus
404+
This parameter is reserved for internal Microsoft use.
405+
406+
```yaml
407+
Type: String
408+
Parameter Sets: (All)
409+
Aliases:
410+
411+
Required: False
412+
Position: Named
413+
Default value: None
414+
Accept pipeline input: False
415+
Accept wildcard characters: False
416+
```
417+
418+
372419
### -WhatIf
373420
The WhatIf switch causes the command to simulate its results.
374421
By using this switch, you can view what changes would occur without having to commit those changes.

0 commit comments

Comments
 (0)