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/kusto/azure-mgmt-kusto/azure/mgmt/kusto/_kusto_management_client.py
+27-12Lines changed: 27 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,12 @@
22
22
from .operationsimportClustersOperations
23
23
from .operationsimportClusterPrincipalAssignmentsOperations
24
24
from .operationsimportDatabasesOperations
25
+
from .operationsimportAttachedDatabaseConfigurationsOperations
26
+
from .operationsimportManagedPrivateEndpointsOperations
25
27
from .operationsimportDatabasePrincipalAssignmentsOperations
26
28
from .operationsimportScriptsOperations
27
-
from .operationsimportAttachedDatabaseConfigurationsOperations
29
+
from .operationsimportPrivateEndpointConnectionsOperations
30
+
from .operationsimportPrivateLinkResourcesOperations
28
31
from .operationsimportDataConnectionsOperations
29
32
from .operationsimportOperations
30
33
from .operationsimportOperationsResultsOperations
@@ -35,23 +38,29 @@ class KustoManagementClient(object):
35
38
"""The Azure Kusto management API provides a RESTful set of web services that interact with Azure Kusto services to manage your clusters and databases. The API enables you to create, update, and delete clusters and databases.
:param subscription_id: Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
Copy file name to clipboardExpand all lines: sdk/kusto/azure-mgmt-kusto/azure/mgmt/kusto/aio/_kusto_management_client.py
+27-12Lines changed: 27 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,12 @@
20
20
from .operationsimportClustersOperations
21
21
from .operationsimportClusterPrincipalAssignmentsOperations
22
22
from .operationsimportDatabasesOperations
23
+
from .operationsimportAttachedDatabaseConfigurationsOperations
24
+
from .operationsimportManagedPrivateEndpointsOperations
23
25
from .operationsimportDatabasePrincipalAssignmentsOperations
24
26
from .operationsimportScriptsOperations
25
-
from .operationsimportAttachedDatabaseConfigurationsOperations
27
+
from .operationsimportPrivateEndpointConnectionsOperations
28
+
from .operationsimportPrivateLinkResourcesOperations
26
29
from .operationsimportDataConnectionsOperations
27
30
from .operationsimportOperations
28
31
from .operationsimportOperationsResultsOperations
@@ -33,23 +36,29 @@ class KustoManagementClient(object):
33
36
"""The Azure Kusto management API provides a RESTful set of web services that interact with Azure Kusto services to manage your clusters and databases. The API enables you to create, update, and delete clusters and databases.
:param subscription_id: Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
0 commit comments