You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/machinelearning/azure-mgmt-machinelearningservices/azure/mgmt/machinelearningservices/_azure_machine_learning_workspaces.py
+33-2Lines changed: 33 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,15 +13,22 @@
13
13
frommsrestimportSerializer, Deserializer
14
14
15
15
from ._configurationimportAzureMachineLearningWorkspacesConfiguration
16
+
from .operationsimportAzureMachineLearningWorkspacesOperationsMixin
16
17
from .operationsimportOperations
17
18
from .operationsimportWorkspacesOperations
19
+
from .operationsimportWorkspaceFeaturesOperations
20
+
from .operationsimportNotebooksOperations
18
21
from .operationsimportUsagesOperations
19
22
from .operationsimportVirtualMachineSizesOperations
23
+
from .operationsimportQuotasOperations
24
+
from .operationsimportWorkspaceConnectionsOperations
20
25
from .operationsimportMachineLearningComputeOperations
26
+
from .operationsimportPrivateEndpointConnectionsOperations
27
+
from .operationsimportPrivateLinkResourcesOperations
0 commit comments