File tree Expand file tree Collapse file tree 1 file changed +48
-1
lines changed Expand file tree Collapse file tree 1 file changed +48
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ Use the New-CsOnlineLisCivicAddress cmdlet to create a civic address in the Loca
21
21
New-CsOnlineLisCivicAddress -CompanyName <string> -CountryOrRegion <string> [-City <string>] [-CityAlias <string>] [-CompanyTaxId <string>]
22
22
[-Description <string>] [-Elin <string>] [-Force] [-HouseNumber <string>] [-HouseNumberSuffix <string>]
23
23
[-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>]
25
26
```
26
27
27
28
## DESCRIPTION
@@ -369,6 +370,52 @@ Accept pipeline input: False
369
370
Accept wildcard characters : False
370
371
` ` `
371
372
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
+
372
419
### -WhatIf
373
420
The WhatIf switch causes the command to simulate its results.
374
421
By using this switch, you can view what changes would occur without having to commit those changes.
You can’t perform that action at this time.
0 commit comments