Skip to content

Commit d322881

Browse files
author
maddieclayton
authored
Update Get-AzureRmMlWebServiceKeys.md
1 parent 80986e5 commit d322881

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/ResourceManager/MachineLearning/Commands.MachineLearning/help/Get-AzureRmMlWebServiceKeys.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,11 @@ Gets the access keys for the Azure Machine Learning web service's runtime APIs.
3030
## EXAMPLES
3131

3232
### -------------------------- Example 1 - Get the keys for a web service specified by resource group and name --------------------------
33-
@{paragraph=PS C:\\\>}
34-
35-
36-
3733
```
3834
Get-AzureRmMlWebServiceKeys -ResourceGroupName "myresourcegroup" -Name "mywebservicename"
3935
```
4036

4137
### -------------------------- Example 2 - Get keys for web service instance --------------------------
42-
@{paragraph=PS C:\\\>}
43-
44-
45-
4638
```
4739
Get-AzureRmMlWebServiceKeys -MlWebService $mlService
4840
```

0 commit comments

Comments
 (0)