Skip to content

Commit eca8952

Browse files
authored
Update Set-CsOnlineLisCivicAddress.md
Updated to include which fields are publicly editable and for which limited countries
1 parent 9e6827f commit eca8952

File tree

1 file changed

+30
-12
lines changed

1 file changed

+30
-12
lines changed

teams/teams-ps/teams/Set-CsOnlineLisCivicAddress.md

Lines changed: 30 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.reviewer:
1616
Use the \`Set-CsOnlineLisCivicAddress\` cmdlet to modify an existing civic address which has not been validated.
1717
Validated civic addresses cannot be modified.
1818

19-
**Note:** This cmdlet is only available for Microsoft internal use.
19+
**Note:** This cmdlet is only available for public use with limited countries and certain fields. The remaining countries and fields are for Microsoft internal use only.
2020

2121
## SYNTAX
2222

@@ -33,6 +33,11 @@ Set-CsOnlineLisCivicAddress -CivicAddressId <Guid> [-CompanyName <String>] [-Com
3333
## DESCRIPTION
3434
Use the `Set-CsOnlineLisCivicAddress` cmdlet to modify an existing civic address which has not been validated. Validated civic addresses cannot be modified.
3535

36+
Address editing is restricted to the following countries/regions:
37+
AU, BR, CA, HR, CZ, EE, HK, HU, IL, JP, LV, LT, MX, NZ, PL, PR, RO, SG, KR, SI, ZA, US
38+
39+
If the user runs the PATCH request on one of the unsupported countries, it may interfere with number assignment and potentially is against regulatory requirements, so public use of the API is limited to the above countries.
40+
3641
## EXAMPLES
3742

3843
### Example 1
@@ -68,7 +73,7 @@ Accept wildcard characters: False
6873
```
6974
7075
### -City
71-
Specifies a new city for the civic address.
76+
Specifies a new city for the civic address. Publicly editable.
7277
7378
```yaml
7479
Type: String
@@ -84,7 +89,8 @@ Accept wildcard characters: False
8489
```
8590
8691
### -CityAlias
87-
Short form of the city name.
92+
Short form of the city name.
93+
This parameter is reserved for internal Microsoft use.
8894
8995
```yaml
9096
Type: String
@@ -100,7 +106,7 @@ Accept wildcard characters: False
100106
```
101107
102108
### -CompanyName
103-
Specifies a new company name for the civic address.
109+
Specifies a new company name for the civic address. Publicly editable.
104110
105111
```yaml
106112
Type: String
@@ -116,7 +122,8 @@ Accept wildcard characters: False
116122
```
117123
118124
### -CompanyTaxId
119-
Used to store TaxId for regulatory reasons.
125+
Used to store TaxId for regulatory reasons.
126+
This parameter is reserved for internal Microsoft use.
120127
121128
```yaml
122129
Type: String
@@ -149,6 +156,9 @@ Accept wildcard characters: False
149156
150157
### -CountryOrRegion
151158
Specifies a new country or region for the civic address.
159+
For public use, restricted to the following countries:
160+
161+
**AU, BR, CA, HR, CZ, EE, HK, HU, IL, JP, LV, LT, MX, NZ, PL, PR, RO, SG, KR, SI, ZA, US**
152162
153163
```yaml
154164
Type: String
@@ -164,7 +174,7 @@ Accept wildcard characters: False
164174
```
165175
166176
### -Description
167-
Specifies a new description for the civic address.
177+
Specifies a new description for the civic address. Publicly editable.
168178
169179
```yaml
170180
Type: String
@@ -198,7 +208,7 @@ Accept wildcard characters: False
198208
```
199209
200210
### -HouseNumber
201-
Specifies the new numeric portion of the civic address.
211+
Specifies the new numeric portion of the civic address. Publicly editable.
202212
203213
```yaml
204214
Type: String
@@ -217,6 +227,8 @@ Accept wildcard characters: False
217227
Specifies the new numeric suffix of the new civic address.
218228
For example, if the property was multiplexed, the HouseNumberSuffix parameter would be the multiplex specifier: "425A Smith Avenue", or "425B Smith Avenue".
219229
230+
This parameter is reserved for internal Microsoft use.
231+
220232
```yaml
221233
Type: String
222234
Parameter Sets: (All)
@@ -231,7 +243,7 @@ Accept wildcard characters: False
231243
```
232244
233245
### -PostalCode
234-
Specifies the new postal code of the civic address.
246+
Specifies the new postal code of the civic address. Publicly editable.
235247
236248
```yaml
237249
Type: String
@@ -250,6 +262,8 @@ Accept wildcard characters: False
250262
Specifies the new directional attribute of the civic address which follows the street name.
251263
For example, "425 Smith Avenue NE".
252264
265+
This parameter is reserved for internal Microsoft use.
266+
253267
```yaml
254268
Type: String
255269
Parameter Sets: (All)
@@ -267,6 +281,8 @@ Accept wildcard characters: False
267281
Specifies the new directional attribute of the civic address which precedes the street name.
268282
For example, "425 NE Smith Avenue ".
269283
284+
This parameter is reserved for internal Microsoft use.
285+
270286
```yaml
271287
Type: String
272288
Parameter Sets: (All)
@@ -281,7 +297,7 @@ Accept wildcard characters: False
281297
```
282298
283299
### -StateOrProvince
284-
Specifies the new state or province of the civic address.
300+
Specifies the new state or province of the civic address. Publicly editable.
285301
286302
```yaml
287303
Type: String
@@ -297,7 +313,7 @@ Accept wildcard characters: False
297313
```
298314
299315
### -StreetName
300-
Specifies the new street name of the civic address.
316+
Specifies the new street name of the civic address. Publicly editable.
301317
302318
```yaml
303319
Type: String
@@ -316,6 +332,8 @@ Accept wildcard characters: False
316332
Specifies the new modifier of the street name of the new civic address.
317333
The street suffix will typically be something like street, avenue, way, or boulevard.
318334
335+
This parameter is reserved for internal Microsoft use.
336+
319337
```yaml
320338
Type: String
321339
Parameter Sets: (All)
@@ -395,7 +413,7 @@ Accept wildcard characters: False
395413
```
396414
397415
### -Latitude
398-
Specifies the angular distance of a place north or south of the earth's equator in the decimal degrees format.
416+
Specifies the angular distance of a place north or south of the earth's equator in the decimal degrees format. Publicly editable.
399417
400418
```yaml
401419
Type: String
@@ -411,7 +429,7 @@ Accept wildcard characters: False
411429
```
412430
413431
### -Longitude
414-
Specifies the angular distance of a place east or west of the meridian at Greenwich, England, in the decimal degrees format.
432+
Specifies the angular distance of a place east or west of the meridian at Greenwich, England, in the decimal degrees format. Publicly editable.
415433
416434
```yaml
417435
Type: String

0 commit comments

Comments
 (0)