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
+36-6Lines changed: 36 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,13 @@
17
17
from .operationsimportWorkspacesOperations
18
18
from .operationsimportUsagesOperations
19
19
from .operationsimportVirtualMachineSizesOperations
20
-
from .operationsimportMachineLearningComputeOperations
20
+
from .operationsimportQuotasOperations
21
+
from .operationsimportComputeOperations
22
+
from .operationsimportPrivateEndpointConnectionsOperations
23
+
from .operationsimportPrivateLinkResourcesOperations
24
+
from .operationsimportWorkspaceConnectionsOperations
25
+
from .operationsimportWorkspaceFeaturesOperations
26
+
from .operationsimportWorkspaceSkusOperations
21
27
from . importmodels
22
28
23
29
@@ -35,13 +41,25 @@ class AzureMachineLearningWorkspaces(SDKClient):
Copy file name to clipboardExpand all lines: sdk/machinelearning/azure-mgmt-machinelearningservices/azure/mgmt/machinelearningservices/_configuration.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ class AzureMachineLearningWorkspacesConfiguration(AzureConfiguration):
21
21
:param credentials: Credentials needed for the client to connect to Azure.
0 commit comments