Skip to content

Commit 7d2d2cf

Browse files
authored
Merge pull request MicrosoftDocs#5393 from MicrosoftDocs/kenwith-patch-6
Updates to deprecate OnlineVoiceRoutingPolicy parameter.
2 parents 0d6b6fa + 0651c2b commit 7d2d2cf

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

skype/skype-ps/skype/Set-CsTenantNetworkSite.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ The network region 'RegionRedmond' is created beforehand and 'MicrosoftSite1' wi
4949

5050
###-------------------------- Example 2 --------------------------
5151
```powershell
52-
PS C:\> Set-CsTenantNetworkSite -Identity "site2" -Description "site 2" -NetworkRegionID "RedmondRegion" -LocationPolicy "TestLocationPolicy" -EnableLocationBasedRouting $true -SiteAddress "One Microsoft way" -OnlineVoiceRoutingPolicy "OVRP1"
52+
PS C:\> Set-CsTenantNetworkSite -Identity "site2" -Description "site 2" -NetworkRegionID "RedmondRegion" -LocationPolicy "TestLocationPolicy" -EnableLocationBasedRouting $true -SiteAddress "One Microsoft way"
5353
```
5454

55-
The command shown in Example 2 set the network site 'site2' with description 'site 2'. This site is enabled for LBR, and associates with network region 'RedmondRegion', with location policy 'TestLocationPolicy', and with OnlineVoiceRoutingPolicy "OVRP1"
55+
The command shown in Example 2 sets the network site 'site2' with description 'site 2'. This site is enabled for LBR. The example associates the site with network region 'RedmondRegion' and with location policy 'TestLocationPolicy'.
5656

5757
## PARAMETERS
5858

@@ -178,9 +178,7 @@ Accept wildcard characters: False
178178
```
179179

180180
### -OnlineVoiceRoutingPolicy
181-
This parameter determines the unique name of existing OnlineVoiceRoutingPolicy that the current network site associates to.
182-
183-
OnlineVoiceRoutingPolicy is used to associate a user with the appropriate PSTN usages.
181+
This parameter is deprecated and should not be used.
184182

185183
```yaml
186184
Type: String

0 commit comments

Comments
 (0)