Skip to content

Commit 59d9be0

Browse files
author
maddieclayton
authored
Update Update-AzureRmMlWebService.md
1 parent 5f6eaea commit 59d9be0

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/ResourceManager/MachineLearning/Commands.MachineLearning/help/Update-AzureRmMlWebService.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,13 @@ Pass only the properties that you want modified.
3636
## EXAMPLES
3737

3838
### -------------------------- Example 1: Selective update arguments --------------------------
39-
@{paragraph=PS C:\\\>}
40-
41-
42-
4339
```
4440
Update-AzureRmMlWebService -ResourceGroupName "myresourcegroup" -Name "mywebservicename" -Description "new update to description" -Keys @{Primary='changed primary key'} -Diagnostics @{Level='All'}
4541
```
4642

4743
Here, we change the description, primary access key and enable the diagnostics collection for all traces during runtime for the web service.
4844

4945
### -------------------------- Example 2: Update based on a web service instance --------------------------
50-
@{paragraph=PS C:\\\>}
51-
52-
53-
5446
```
5547
$updates = @{ Properties = @{ Title="New Title"; RealtimeConfiguration = @{ MaxConcurrentCalls=25 }}}
5648

0 commit comments

Comments
 (0)