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
CodeGen from PR 17079 in Azure/azure-rest-api-specs
Review request for Microsoft.MachineLearningServices to add version preview/2022-01-01-preview (Azure#17079)
* Copy latest version 2021-07-01 to new version 2022-01-01-preview without change
* apply changes for new preview API
* remove unrelated changes to new preview API
* address comments
* fix name spell
Co-authored-by: Xi Jin <[email protected]>
Copy file name to clipboardExpand all lines: sdk/machinelearning/azure-mgmt-machinelearningservices/azure/mgmt/machinelearningservices/_azure_machine_learning_workspaces.py
+36-6
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-1
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