@azure/arm-synapse 8.1.0-beta.2 → 9.0.0-alpha.20230213.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +45 -1
- package/LICENSE +1 -1
- package/dist/index.js +1151 -573
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/bigDataPoolsCreateOrUpdateSample.js +1 -0
- package/dist-esm/samples-dev/bigDataPoolsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/getIntegrationRuntimeEnableInteractivequerySample.d.ts +2 -0
- package/dist-esm/samples-dev/getIntegrationRuntimeEnableInteractivequerySample.d.ts.map +1 -0
- package/dist-esm/samples-dev/getIntegrationRuntimeEnableInteractivequerySample.js +41 -0
- package/dist-esm/samples-dev/getIntegrationRuntimeEnableInteractivequerySample.js.map +1 -0
- package/dist-esm/samples-dev/getIntegrationRuntimeStartSample.d.ts +2 -0
- package/dist-esm/samples-dev/getIntegrationRuntimeStartSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/getIntegrationRuntimeStartSample.js +41 -0
- package/dist-esm/samples-dev/getIntegrationRuntimeStartSample.js.map +1 -0
- package/dist-esm/samples-dev/getIntegrationRuntimeStopSample.d.ts +2 -0
- package/dist-esm/samples-dev/getIntegrationRuntimeStopSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/getIntegrationRuntimeStopSample.js +41 -0
- package/dist-esm/samples-dev/getIntegrationRuntimeStopSample.js.map +1 -0
- package/dist-esm/samples-dev/integrationRuntimesCreateSample.js +2 -4
- package/dist-esm/samples-dev/integrationRuntimesCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/ipFirewallRulesGetSample.js +2 -2
- package/dist-esm/samples-dev/ipFirewallRulesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/kustoPoolPrivateLinkResourcesListSample.d.ts +2 -0
- package/dist-esm/samples-dev/kustoPoolPrivateLinkResourcesListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/kustoPoolPrivateLinkResourcesListSample.js +54 -0
- package/dist-esm/samples-dev/kustoPoolPrivateLinkResourcesListSample.js.map +1 -0
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +1 -1
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/privateLinkResourcesListSample.js +1 -1
- package/dist-esm/samples-dev/privateLinkResourcesListSample.js.map +1 -1
- package/dist-esm/samples-dev/sqlPoolOperationResultsGetLocationHeaderResultSample.js +1 -1
- package/dist-esm/samples-dev/sqlPoolOperationResultsGetLocationHeaderResultSample.js.map +1 -1
- package/dist-esm/samples-dev/sqlPoolsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/sqlPoolsUpdateSample.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +186 -54
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +10 -22
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +6 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +281 -10
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +1 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +10 -0
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/bigDataPools.js +4 -12
- package/dist-esm/src/operations/bigDataPools.js.map +1 -1
- package/dist-esm/src/operations/get.d.ts +40 -0
- package/dist-esm/src/operations/get.d.ts.map +1 -0
- package/dist-esm/src/operations/get.js +143 -0
- package/dist-esm/src/operations/get.js.map +1 -0
- package/dist-esm/src/operations/index.d.ts +3 -1
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +3 -1
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/integrationRuntimeConnectionInfos.js +1 -1
- package/dist-esm/src/operations/integrationRuntimeConnectionInfos.js.map +1 -1
- package/dist-esm/src/operations/integrationRuntimeObjectMetadata.d.ts.map +1 -1
- package/dist-esm/src/operations/integrationRuntimeObjectMetadata.js +2 -1
- package/dist-esm/src/operations/integrationRuntimeObjectMetadata.js.map +1 -1
- package/dist-esm/src/operations/integrationRuntimes.d.ts.map +1 -1
- package/dist-esm/src/operations/integrationRuntimes.js +4 -3
- package/dist-esm/src/operations/integrationRuntimes.js.map +1 -1
- package/dist-esm/src/operations/ipFirewallRules.js +4 -12
- package/dist-esm/src/operations/ipFirewallRules.js.map +1 -1
- package/dist-esm/src/operations/kustoPoolPrivateLinkResourcesOperations.d.ts +32 -0
- package/dist-esm/src/operations/kustoPoolPrivateLinkResourcesOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/kustoPoolPrivateLinkResourcesOperations.js +106 -0
- package/dist-esm/src/operations/kustoPoolPrivateLinkResourcesOperations.js.map +1 -0
- package/dist-esm/src/operations/{privateLinkResources.d.ts → privateLinkResourcesOperations.d.ts} +5 -5
- package/dist-esm/src/operations/privateLinkResourcesOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/{privateLinkResources.js → privateLinkResourcesOperations.js} +4 -4
- package/dist-esm/src/operations/privateLinkResourcesOperations.js.map +1 -0
- package/dist-esm/src/operations/sqlPoolMetadataSyncConfigs.js +6 -2
- package/dist-esm/src/operations/sqlPoolMetadataSyncConfigs.js.map +1 -1
- package/dist-esm/src/operations/sqlPoolOperationResults.d.ts +11 -1
- package/dist-esm/src/operations/sqlPoolOperationResults.d.ts.map +1 -1
- package/dist-esm/src/operations/sqlPoolOperationResults.js +57 -8
- package/dist-esm/src/operations/sqlPoolOperationResults.js.map +1 -1
- package/dist-esm/src/operations/sqlPoolTransparentDataEncryptions.js +1 -1
- package/dist-esm/src/operations/sqlPoolTransparentDataEncryptions.js.map +1 -1
- package/dist-esm/src/operations/sqlPools.d.ts +10 -1
- package/dist-esm/src/operations/sqlPools.d.ts.map +1 -1
- package/dist-esm/src/operations/sqlPools.js +70 -39
- package/dist-esm/src/operations/sqlPools.js.map +1 -1
- package/dist-esm/src/operations/workspaces.js +4 -12
- package/dist-esm/src/operations/workspaces.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/get.d.ts +32 -0
- package/dist-esm/src/operationsInterfaces/get.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/{privateLinkResources.js → get.js} +1 -1
- package/dist-esm/src/operationsInterfaces/get.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +3 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +3 -1
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/kustoPoolPrivateLinkResourcesOperations.d.ts +14 -0
- package/dist-esm/src/operationsInterfaces/kustoPoolPrivateLinkResourcesOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/kustoPoolPrivateLinkResourcesOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/kustoPoolPrivateLinkResourcesOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/{privateLinkResources.d.ts → privateLinkResourcesOperations.d.ts} +3 -3
- package/dist-esm/src/operationsInterfaces/privateLinkResourcesOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResourcesOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResourcesOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/sqlPoolOperationResults.d.ts +11 -1
- package/dist-esm/src/operationsInterfaces/sqlPoolOperationResults.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/sqlPools.d.ts +10 -1
- package/dist-esm/src/operationsInterfaces/sqlPools.d.ts.map +1 -1
- package/dist-esm/src/synapseManagementClient.d.ts +4 -2
- package/dist-esm/src/synapseManagementClient.d.ts.map +1 -1
- package/dist-esm/src/synapseManagementClient.js +5 -3
- package/dist-esm/src/synapseManagementClient.js.map +1 -1
- package/package.json +5 -5
- package/review/arm-synapse.api.md +138 -37
- package/src/models/index.ts +209 -63
- package/src/models/mappers.ts +299 -10
- package/src/models/parameters.ts +11 -0
- package/src/operations/bigDataPools.ts +4 -12
- package/src/operations/get.ts +190 -0
- package/src/operations/index.ts +3 -1
- package/src/operations/integrationRuntimeConnectionInfos.ts +1 -1
- package/src/operations/integrationRuntimeObjectMetadata.ts +2 -1
- package/src/operations/integrationRuntimes.ts +4 -3
- package/src/operations/ipFirewallRules.ts +4 -12
- package/src/operations/kustoPoolPrivateLinkResourcesOperations.ts +153 -0
- package/src/operations/{privateLinkResources.ts → privateLinkResourcesOperations.ts} +5 -4
- package/src/operations/sqlPoolMetadataSyncConfigs.ts +6 -2
- package/src/operations/sqlPoolOperationResults.ts +91 -9
- package/src/operations/sqlPoolTransparentDataEncryptions.ts +1 -1
- package/src/operations/sqlPools.ts +103 -40
- package/src/operations/workspaces.ts +4 -12
- package/src/operationsInterfaces/get.ts +65 -0
- package/src/operationsInterfaces/index.ts +3 -1
- package/src/operationsInterfaces/kustoPoolPrivateLinkResourcesOperations.ts +31 -0
- package/src/operationsInterfaces/{privateLinkResources.ts → privateLinkResourcesOperations.ts} +2 -2
- package/src/operationsInterfaces/sqlPoolOperationResults.ts +24 -1
- package/src/operationsInterfaces/sqlPools.ts +21 -1
- package/src/synapseManagementClient.ts +19 -7
- package/types/arm-synapse.d.ts +286 -77
- package/types/tsdoc-metadata.json +1 -1
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
|
@@ -11,7 +11,7 @@ export * from "./operations";
|
|
|
11
11
|
export * from "./ipFirewallRules";
|
|
12
12
|
export * from "./keys";
|
|
13
13
|
export * from "./privateEndpointConnections";
|
|
14
|
-
export * from "./
|
|
14
|
+
export * from "./privateLinkResourcesOperations";
|
|
15
15
|
export * from "./privateLinkHubPrivateLinkResources";
|
|
16
16
|
export * from "./privateLinkHubs";
|
|
17
17
|
export * from "./privateEndpointConnectionsPrivateLinkHub";
|
|
@@ -69,6 +69,7 @@ export * from "./integrationRuntimeConnectionInfos";
|
|
|
69
69
|
export * from "./integrationRuntimeAuthKeysOperations";
|
|
70
70
|
export * from "./integrationRuntimeMonitoringDataOperations";
|
|
71
71
|
export * from "./integrationRuntimeStatusOperations";
|
|
72
|
+
export * from "./get";
|
|
72
73
|
export * from "./sparkConfiguration";
|
|
73
74
|
export * from "./sparkConfigurations";
|
|
74
75
|
export * from "./kustoOperations";
|
|
@@ -79,3 +80,4 @@ export * from "./kustoPoolDatabases";
|
|
|
79
80
|
export * from "./kustoPoolDataConnections";
|
|
80
81
|
export * from "./kustoPoolPrincipalAssignments";
|
|
81
82
|
export * from "./kustoPoolDatabasePrincipalAssignments";
|
|
83
|
+
export * from "./kustoPoolPrivateLinkResourcesOperations";
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
+
import {
|
|
11
|
+
KustoPoolPrivateLinkResources,
|
|
12
|
+
KustoPoolPrivateLinkResourcesListOptionalParams
|
|
13
|
+
} from "../models";
|
|
14
|
+
|
|
15
|
+
/// <reference lib="esnext.asynciterable" />
|
|
16
|
+
/** Interface representing a KustoPoolPrivateLinkResourcesOperations. */
|
|
17
|
+
export interface KustoPoolPrivateLinkResourcesOperations {
|
|
18
|
+
/**
|
|
19
|
+
* Lists all Kusto pool PrivateLinkResources.
|
|
20
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
21
|
+
* @param workspaceName The name of the workspace.
|
|
22
|
+
* @param kustoPoolName The name of the Kusto pool.
|
|
23
|
+
* @param options The options parameters.
|
|
24
|
+
*/
|
|
25
|
+
list(
|
|
26
|
+
resourceGroupName: string,
|
|
27
|
+
workspaceName: string,
|
|
28
|
+
kustoPoolName: string,
|
|
29
|
+
options?: KustoPoolPrivateLinkResourcesListOptionalParams
|
|
30
|
+
): PagedAsyncIterableIterator<KustoPoolPrivateLinkResources>;
|
|
31
|
+
}
|
package/src/operationsInterfaces/{privateLinkResources.ts → privateLinkResourcesOperations.ts}
RENAMED
|
@@ -15,8 +15,8 @@ import {
|
|
|
15
15
|
} from "../models";
|
|
16
16
|
|
|
17
17
|
/// <reference lib="esnext.asynciterable" />
|
|
18
|
-
/** Interface representing a
|
|
19
|
-
export interface
|
|
18
|
+
/** Interface representing a PrivateLinkResourcesOperations. */
|
|
19
|
+
export interface PrivateLinkResourcesOperations {
|
|
20
20
|
/**
|
|
21
21
|
* Get all private link resources for a workspaces
|
|
22
22
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
|
+
import { PollerLike, PollOperationState } from "@azure/core-lro";
|
|
9
10
|
import {
|
|
10
11
|
SqlPoolOperationResultsGetLocationHeaderResultOptionalParams,
|
|
11
12
|
SqlPoolOperationResultsGetLocationHeaderResultResponse
|
|
@@ -21,7 +22,29 @@ export interface SqlPoolOperationResults {
|
|
|
21
22
|
* @param operationId Operation ID
|
|
22
23
|
* @param options The options parameters.
|
|
23
24
|
*/
|
|
24
|
-
|
|
25
|
+
beginGetLocationHeaderResult(
|
|
26
|
+
resourceGroupName: string,
|
|
27
|
+
workspaceName: string,
|
|
28
|
+
sqlPoolName: string,
|
|
29
|
+
operationId: string,
|
|
30
|
+
options?: SqlPoolOperationResultsGetLocationHeaderResultOptionalParams
|
|
31
|
+
): Promise<
|
|
32
|
+
PollerLike<
|
|
33
|
+
PollOperationState<
|
|
34
|
+
SqlPoolOperationResultsGetLocationHeaderResultResponse
|
|
35
|
+
>,
|
|
36
|
+
SqlPoolOperationResultsGetLocationHeaderResultResponse
|
|
37
|
+
>
|
|
38
|
+
>;
|
|
39
|
+
/**
|
|
40
|
+
* Get the status of a SQL pool operation
|
|
41
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
42
|
+
* @param workspaceName The name of the workspace.
|
|
43
|
+
* @param sqlPoolName SQL pool name
|
|
44
|
+
* @param operationId Operation ID
|
|
45
|
+
* @param options The options parameters.
|
|
46
|
+
*/
|
|
47
|
+
beginGetLocationHeaderResultAndWait(
|
|
25
48
|
resourceGroupName: string,
|
|
26
49
|
workspaceName: string,
|
|
27
50
|
sqlPoolName: string,
|
|
@@ -63,7 +63,27 @@ export interface SqlPools {
|
|
|
63
63
|
* @param sqlPoolInfo The updated SQL pool properties
|
|
64
64
|
* @param options The options parameters.
|
|
65
65
|
*/
|
|
66
|
-
|
|
66
|
+
beginUpdate(
|
|
67
|
+
resourceGroupName: string,
|
|
68
|
+
workspaceName: string,
|
|
69
|
+
sqlPoolName: string,
|
|
70
|
+
sqlPoolInfo: SqlPoolPatchInfo,
|
|
71
|
+
options?: SqlPoolsUpdateOptionalParams
|
|
72
|
+
): Promise<
|
|
73
|
+
PollerLike<
|
|
74
|
+
PollOperationState<SqlPoolsUpdateResponse>,
|
|
75
|
+
SqlPoolsUpdateResponse
|
|
76
|
+
>
|
|
77
|
+
>;
|
|
78
|
+
/**
|
|
79
|
+
* Apply a partial update to a SQL pool
|
|
80
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
81
|
+
* @param workspaceName The name of the workspace.
|
|
82
|
+
* @param sqlPoolName SQL pool name
|
|
83
|
+
* @param sqlPoolInfo The updated SQL pool properties
|
|
84
|
+
* @param options The options parameters.
|
|
85
|
+
*/
|
|
86
|
+
beginUpdateAndWait(
|
|
67
87
|
resourceGroupName: string,
|
|
68
88
|
workspaceName: string,
|
|
69
89
|
sqlPoolName: string,
|
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
IpFirewallRulesImpl,
|
|
16
16
|
KeysImpl,
|
|
17
17
|
PrivateEndpointConnectionsImpl,
|
|
18
|
-
|
|
18
|
+
PrivateLinkResourcesOperationsImpl,
|
|
19
19
|
PrivateLinkHubPrivateLinkResourcesImpl,
|
|
20
20
|
PrivateLinkHubsImpl,
|
|
21
21
|
PrivateEndpointConnectionsPrivateLinkHubImpl,
|
|
@@ -73,6 +73,7 @@ import {
|
|
|
73
73
|
IntegrationRuntimeAuthKeysOperationsImpl,
|
|
74
74
|
IntegrationRuntimeMonitoringDataOperationsImpl,
|
|
75
75
|
IntegrationRuntimeStatusOperationsImpl,
|
|
76
|
+
GetImpl,
|
|
76
77
|
SparkConfigurationImpl,
|
|
77
78
|
SparkConfigurationsImpl,
|
|
78
79
|
KustoOperationsImpl,
|
|
@@ -82,7 +83,8 @@ import {
|
|
|
82
83
|
KustoPoolDatabasesImpl,
|
|
83
84
|
KustoPoolDataConnectionsImpl,
|
|
84
85
|
KustoPoolPrincipalAssignmentsImpl,
|
|
85
|
-
KustoPoolDatabasePrincipalAssignmentsImpl
|
|
86
|
+
KustoPoolDatabasePrincipalAssignmentsImpl,
|
|
87
|
+
KustoPoolPrivateLinkResourcesOperationsImpl
|
|
86
88
|
} from "./operations";
|
|
87
89
|
import {
|
|
88
90
|
AzureADOnlyAuthentications,
|
|
@@ -90,7 +92,7 @@ import {
|
|
|
90
92
|
IpFirewallRules,
|
|
91
93
|
Keys,
|
|
92
94
|
PrivateEndpointConnections,
|
|
93
|
-
|
|
95
|
+
PrivateLinkResourcesOperations,
|
|
94
96
|
PrivateLinkHubPrivateLinkResources,
|
|
95
97
|
PrivateLinkHubs,
|
|
96
98
|
PrivateEndpointConnectionsPrivateLinkHub,
|
|
@@ -148,6 +150,7 @@ import {
|
|
|
148
150
|
IntegrationRuntimeAuthKeysOperations,
|
|
149
151
|
IntegrationRuntimeMonitoringDataOperations,
|
|
150
152
|
IntegrationRuntimeStatusOperations,
|
|
153
|
+
Get,
|
|
151
154
|
SparkConfiguration,
|
|
152
155
|
SparkConfigurations,
|
|
153
156
|
KustoOperations,
|
|
@@ -157,7 +160,8 @@ import {
|
|
|
157
160
|
KustoPoolDatabases,
|
|
158
161
|
KustoPoolDataConnections,
|
|
159
162
|
KustoPoolPrincipalAssignments,
|
|
160
|
-
KustoPoolDatabasePrincipalAssignments
|
|
163
|
+
KustoPoolDatabasePrincipalAssignments,
|
|
164
|
+
KustoPoolPrivateLinkResourcesOperations
|
|
161
165
|
} from "./operationsInterfaces";
|
|
162
166
|
import { SynapseManagementClientOptionalParams } from "./models";
|
|
163
167
|
|
|
@@ -192,7 +196,7 @@ export class SynapseManagementClient extends coreClient.ServiceClient {
|
|
|
192
196
|
credential: credentials
|
|
193
197
|
};
|
|
194
198
|
|
|
195
|
-
const packageDetails = `azsdk-js-arm-synapse/
|
|
199
|
+
const packageDetails = `azsdk-js-arm-synapse/9.0.0-beta.1`;
|
|
196
200
|
const userAgentPrefix =
|
|
197
201
|
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
198
202
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
@@ -250,7 +254,9 @@ export class SynapseManagementClient extends coreClient.ServiceClient {
|
|
|
250
254
|
this.ipFirewallRules = new IpFirewallRulesImpl(this);
|
|
251
255
|
this.keys = new KeysImpl(this);
|
|
252
256
|
this.privateEndpointConnections = new PrivateEndpointConnectionsImpl(this);
|
|
253
|
-
this.
|
|
257
|
+
this.privateLinkResourcesOperations = new PrivateLinkResourcesOperationsImpl(
|
|
258
|
+
this
|
|
259
|
+
);
|
|
254
260
|
this.privateLinkHubPrivateLinkResources = new PrivateLinkHubPrivateLinkResourcesImpl(
|
|
255
261
|
this
|
|
256
262
|
);
|
|
@@ -364,6 +370,7 @@ export class SynapseManagementClient extends coreClient.ServiceClient {
|
|
|
364
370
|
this.integrationRuntimeStatusOperations = new IntegrationRuntimeStatusOperationsImpl(
|
|
365
371
|
this
|
|
366
372
|
);
|
|
373
|
+
this.get = new GetImpl(this);
|
|
367
374
|
this.sparkConfiguration = new SparkConfigurationImpl(this);
|
|
368
375
|
this.sparkConfigurations = new SparkConfigurationsImpl(this);
|
|
369
376
|
this.kustoOperations = new KustoOperationsImpl(this);
|
|
@@ -380,6 +387,9 @@ export class SynapseManagementClient extends coreClient.ServiceClient {
|
|
|
380
387
|
this.kustoPoolDatabasePrincipalAssignments = new KustoPoolDatabasePrincipalAssignmentsImpl(
|
|
381
388
|
this
|
|
382
389
|
);
|
|
390
|
+
this.kustoPoolPrivateLinkResourcesOperations = new KustoPoolPrivateLinkResourcesOperationsImpl(
|
|
391
|
+
this
|
|
392
|
+
);
|
|
383
393
|
}
|
|
384
394
|
|
|
385
395
|
azureADOnlyAuthentications: AzureADOnlyAuthentications;
|
|
@@ -387,7 +397,7 @@ export class SynapseManagementClient extends coreClient.ServiceClient {
|
|
|
387
397
|
ipFirewallRules: IpFirewallRules;
|
|
388
398
|
keys: Keys;
|
|
389
399
|
privateEndpointConnections: PrivateEndpointConnections;
|
|
390
|
-
|
|
400
|
+
privateLinkResourcesOperations: PrivateLinkResourcesOperations;
|
|
391
401
|
privateLinkHubPrivateLinkResources: PrivateLinkHubPrivateLinkResources;
|
|
392
402
|
privateLinkHubs: PrivateLinkHubs;
|
|
393
403
|
privateEndpointConnectionsPrivateLinkHub: PrivateEndpointConnectionsPrivateLinkHub;
|
|
@@ -445,6 +455,7 @@ export class SynapseManagementClient extends coreClient.ServiceClient {
|
|
|
445
455
|
integrationRuntimeAuthKeysOperations: IntegrationRuntimeAuthKeysOperations;
|
|
446
456
|
integrationRuntimeMonitoringDataOperations: IntegrationRuntimeMonitoringDataOperations;
|
|
447
457
|
integrationRuntimeStatusOperations: IntegrationRuntimeStatusOperations;
|
|
458
|
+
get: Get;
|
|
448
459
|
sparkConfiguration: SparkConfiguration;
|
|
449
460
|
sparkConfigurations: SparkConfigurations;
|
|
450
461
|
kustoOperations: KustoOperations;
|
|
@@ -455,4 +466,5 @@ export class SynapseManagementClient extends coreClient.ServiceClient {
|
|
|
455
466
|
kustoPoolDataConnections: KustoPoolDataConnections;
|
|
456
467
|
kustoPoolPrincipalAssignments: KustoPoolPrincipalAssignments;
|
|
457
468
|
kustoPoolDatabasePrincipalAssignments: KustoPoolDatabasePrincipalAssignments;
|
|
469
|
+
kustoPoolPrivateLinkResourcesOperations: KustoPoolPrivateLinkResourcesOperations;
|
|
458
470
|
}
|