Skip to content

Commit 7fa1609

Browse files
Larry Franksmikefrobbins
andauthored
Update articles/machine-learning/how-to-manage-workspace-powershell.md
Co-authored-by: Mike F. Robbins <[email protected]>
1 parent 9a3b79a commit 7fa1609

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

articles/machine-learning/how-to-manage-workspace-powershell.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,6 @@ $mlWorkspaceParams = @{
121121
New-AzMLWorkspace @mlWorkspaceParams
122122
```
123123

124-
> [!TIP]
125-
> If you receive a message that the term `New-AzMLWorkspace` isn't recognized, use the following command to install the Azure Machine Learning Services module:
126-
>
127-
> ```azurepowershell-interactive
128-
> Install-Module Az.MachineLearningServices
129-
> ```
130-
131124
## Get workspace information
132125

133126
To retrieve a list of workspaces, use the following command:

0 commit comments

Comments
 (0)