Skip to content

Commit 88ce60e

Browse files
authored
Merge pull request #11848 from duaneha-MS/patch-4
Updated deprecated usage and params for New-CsOnlineLisLocation.md
2 parents 4a84bd6 + ad93718 commit 88ce60e

File tree

1 file changed

+19
-42
lines changed

1 file changed

+19
-42
lines changed

teams/teams-ps/teams/New-CsOnlineLisLocation.md

Lines changed: 19 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,8 @@ Use the New-CsOnlineLisLocation cmdlet to create a new emergency dispatch locati
1717

1818
## SYNTAX
1919

20-
### ExistingCivicAddress (Default)
2120
```
22-
New-CsOnlineLisLocation -Location <string> -CivicAddressId <guid> [-CityAlias <string>] [-CompanyName <string>] [-CompanyTaxId <string>] [-Confidence <string>]
23-
[-Elin <string>] [-Force] [-HouseNumberSuffix <string>] [-Latitude <string>] [-Longitude <string>] [-WhatIf] [-Confirm] [<CommonParameters>]
24-
```
25-
26-
### CreateCivicAddress
27-
```
28-
New-CsOnlineLisLocation -Location <string> -CountryOrRegion <string> [-CityAlias <string>] [-CompanyName <string>] [-CompanyTaxId <string>] [-Confidence <string>]
29-
[-Elin <string>] [-Force] [-HouseNumberSuffix <string>] [-Latitude <string>] [-Longitude <string>] [-City <string>] [-Description <string>] [-HouseNumber <string>]
30-
[-PostalCode <string>] [-PostDirectional <string>] [-PreDirectional <string>] [-StateOrProvince <string>] [-StreetName <string>] [-StreetSuffix <string>]
31-
[-WhatIf] [-Confirm] [<CommonParameters>]
21+
New-CsOnlineLisLocation -Location <string> -CivicAddressId <guid> [-Elin <string>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
3222
```
3323

3424
## DESCRIPTION
@@ -49,7 +39,7 @@ Specifies the unique identifier of the civic address that will contain the new l
4939

5040
```yaml
5141
Type: Guid
52-
Parameter Sets: ExistingCivicAddress
42+
Parameter Sets: (All)
5343
Aliases:
5444
Applicable: Microsoft Teams
5545

@@ -65,20 +55,7 @@ Specifies an administrator-defined description of the new location. For example,
6555
6656
```yaml
6757
Type: String
68-
Parameter Sets: ExistingCivicAddress
69-
Aliases:
70-
Applicable: Microsoft Teams
71-
72-
Required: True
73-
Position: Named
74-
Default value: None
75-
Accept pipeline input: True
76-
Accept wildcard characters: False
77-
```
78-
79-
```yaml
80-
Type: String
81-
Parameter Sets: CreateCivicAddress
58+
Parameter Sets: (All)
8259
Aliases:
8360
Applicable: Microsoft Teams
8461

@@ -92,7 +69,7 @@ Accept wildcard characters: False
9269
### -CountryOrRegion
9370
Specifies the country or region of the civic address.
9471
95-
**Note:** This parameter is not supported and will be deprecated.
72+
**Note:** This parameter is not supported and is deprecated.
9673
9774
```yaml
9875
Type: String
@@ -110,7 +87,7 @@ Accept wildcard characters: False
11087
### -City
11188
Specifies the city of the civic address.
11289
113-
**Note:** This parameter is not supported and will be deprecated.
90+
**Note:** This parameter is not supported and is deprecated.
11491
11592
```yaml
11693
Type: String
@@ -128,7 +105,7 @@ Accept wildcard characters: False
128105
### -CityAlias
129106
Specifies the city alias.
130107
131-
**Note:** This parameter is not supported and will be deprecated.
108+
**Note:** This parameter is not supported and is deprecated.
132109
133110
```yaml
134111
Type: String
@@ -146,7 +123,7 @@ Accept wildcard characters: False
146123
### -CompanyName
147124
Specifies the name of your organization.
148125
149-
**Note:** This parameter is not supported and will be deprecated.
126+
**Note:** This parameter is not supported and is deprecated.
150127
151128
```yaml
152129
Type: String
@@ -164,7 +141,7 @@ Accept wildcard characters: False
164141
### -CompanyTaxId
165142
The company tax ID.
166143
167-
**Note:** This parameter is not supported and will be deprecated.
144+
**Note:** This parameter is not supported and is deprecated.
168145
169146
```yaml
170147
Type: String
@@ -198,7 +175,7 @@ Accept wildcard characters: False
198175
### -Description
199176
Specifies an administrator defined description of the civic address.
200177
201-
**Note:** This parameter is not supported and will be deprecated.
178+
**Note:** This parameter is not supported and is deprecated.
202179
203180
```yaml
204181
Type: String
@@ -232,7 +209,7 @@ Accept wildcard characters: False
232209
### -HouseNumber
233210
Specifies the numeric portion of the civic address.
234211
235-
**Note:** This parameter is not supported and will be deprecated.
212+
**Note:** This parameter is not supported and is deprecated.
236213
237214
```yaml
238215
Type: String
@@ -251,7 +228,7 @@ Accept wildcard characters: False
251228
Specifies the numeric suffix of the civic address.
252229
For example, if the property was multiplexed, the HouseNumberSuffix parameter would be the multiplex specifier: "425A Smith Avenue", or "425B Smith Avenue".
253230
254-
**Note:** This parameter is not supported and will be deprecated.
231+
**Note:** This parameter is not supported and is deprecated.
255232
256233
```yaml
257234
Type: String
@@ -269,7 +246,7 @@ Accept wildcard characters: False
269246
### -Latitude
270247
Specifies the angular distance of a place north or south of the earth's equator using the decimal degrees format.
271248
272-
**Note:** This parameter is not supported and will be deprecated.
249+
**Note:** This parameter is not supported and is deprecated.
273250
274251
```yaml
275252
Type: String
@@ -287,7 +264,7 @@ Accept wildcard characters: False
287264
### -Longitude
288265
Specifies the angular distance of a place east or west of the meridian at Greenwich, England, using the decimal degrees format.
289266
290-
**Note:** This parameter is not supported and will be deprecated.
267+
**Note:** This parameter is not supported and is deprecated.
291268
292269
```yaml
293270
Type: String
@@ -305,7 +282,7 @@ Accept wildcard characters: False
305282
### -PostalCode
306283
Specifies the postal code of the civic address.
307284
308-
**Note:** This parameter is not supported and will be deprecated.
285+
**Note:** This parameter is not supported and is deprecated.
309286
310287
```yaml
311288
Type: String
@@ -323,7 +300,7 @@ Accept wildcard characters: False
323300
### -PostDirectional
324301
Specifies the directional attribute of the civic address which follows the street name. For example, "425 Smith Avenue NE".
325302
326-
**Note:** This parameter is not supported and will be deprecated.
303+
**Note:** This parameter is not supported and is deprecated.
327304
328305
```yaml
329306
Type: String
@@ -341,7 +318,7 @@ Accept wildcard characters: False
341318
### -PreDirectional
342319
Specifies the directional attribute of the civic address which precedes the street name. For example, "425 NE Smith Avenue".
343320
344-
**Note:** This parameter is not supported and will be deprecated.
321+
**Note:** This parameter is not supported and is deprecated.
345322
346323
```yaml
347324
Type: String
@@ -359,7 +336,7 @@ Accept wildcard characters: False
359336
### -StateOrProvince
360337
Specifies the state or province of the civic address.
361338
362-
**Note:** This parameter is not supported and will be deprecated.
339+
**Note:** This parameter is not supported and is deprecated.
363340
364341
```yaml
365342
Type: String
@@ -377,7 +354,7 @@ Accept wildcard characters: False
377354
### -StreetName
378355
Specifies the street name of the civic address.
379356
380-
**Note:** This parameter is not supported and will be deprecated.
357+
**Note:** This parameter is not supported and is deprecated.
381358
382359
```yaml
383360
Type: String
@@ -395,7 +372,7 @@ Accept wildcard characters: False
395372
### -StreetSuffix
396373
Specifies the modifier of the street name. The street suffix will typically be something like street, avenue, way, or boulevard.
397374
398-
**Note:** This parameter is not supported and will be deprecated.
375+
**Note:** This parameter is not supported and is deprecated.
399376
400377
```yaml
401378
Type: String

0 commit comments

Comments
 (0)