@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.
Files changed (146) hide show
  1. package/CHANGELOG.md +45 -1
  2. package/LICENSE +1 -1
  3. package/dist/index.js +1151 -573
  4. package/dist/index.js.map +1 -1
  5. package/dist/index.min.js +1 -1
  6. package/dist/index.min.js.map +1 -1
  7. package/dist-esm/samples-dev/bigDataPoolsCreateOrUpdateSample.js +1 -0
  8. package/dist-esm/samples-dev/bigDataPoolsCreateOrUpdateSample.js.map +1 -1
  9. package/dist-esm/samples-dev/getIntegrationRuntimeEnableInteractivequerySample.d.ts +2 -0
  10. package/dist-esm/samples-dev/getIntegrationRuntimeEnableInteractivequerySample.d.ts.map +1 -0
  11. package/dist-esm/samples-dev/getIntegrationRuntimeEnableInteractivequerySample.js +41 -0
  12. package/dist-esm/samples-dev/getIntegrationRuntimeEnableInteractivequerySample.js.map +1 -0
  13. package/dist-esm/samples-dev/getIntegrationRuntimeStartSample.d.ts +2 -0
  14. package/dist-esm/samples-dev/getIntegrationRuntimeStartSample.d.ts.map +1 -0
  15. package/dist-esm/samples-dev/getIntegrationRuntimeStartSample.js +41 -0
  16. package/dist-esm/samples-dev/getIntegrationRuntimeStartSample.js.map +1 -0
  17. package/dist-esm/samples-dev/getIntegrationRuntimeStopSample.d.ts +2 -0
  18. package/dist-esm/samples-dev/getIntegrationRuntimeStopSample.d.ts.map +1 -0
  19. package/dist-esm/samples-dev/getIntegrationRuntimeStopSample.js +41 -0
  20. package/dist-esm/samples-dev/getIntegrationRuntimeStopSample.js.map +1 -0
  21. package/dist-esm/samples-dev/integrationRuntimesCreateSample.js +2 -4
  22. package/dist-esm/samples-dev/integrationRuntimesCreateSample.js.map +1 -1
  23. package/dist-esm/samples-dev/ipFirewallRulesGetSample.js +2 -2
  24. package/dist-esm/samples-dev/ipFirewallRulesGetSample.js.map +1 -1
  25. package/dist-esm/samples-dev/kustoPoolPrivateLinkResourcesListSample.d.ts +2 -0
  26. package/dist-esm/samples-dev/kustoPoolPrivateLinkResourcesListSample.d.ts.map +1 -0
  27. package/dist-esm/samples-dev/kustoPoolPrivateLinkResourcesListSample.js +54 -0
  28. package/dist-esm/samples-dev/kustoPoolPrivateLinkResourcesListSample.js.map +1 -0
  29. package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +1 -1
  30. package/dist-esm/samples-dev/privateLinkResourcesGetSample.js.map +1 -1
  31. package/dist-esm/samples-dev/privateLinkResourcesListSample.js +1 -1
  32. package/dist-esm/samples-dev/privateLinkResourcesListSample.js.map +1 -1
  33. package/dist-esm/samples-dev/sqlPoolOperationResultsGetLocationHeaderResultSample.js +1 -1
  34. package/dist-esm/samples-dev/sqlPoolOperationResultsGetLocationHeaderResultSample.js.map +1 -1
  35. package/dist-esm/samples-dev/sqlPoolsUpdateSample.js +1 -1
  36. package/dist-esm/samples-dev/sqlPoolsUpdateSample.js.map +1 -1
  37. package/dist-esm/src/models/index.d.ts +186 -54
  38. package/dist-esm/src/models/index.d.ts.map +1 -1
  39. package/dist-esm/src/models/index.js +10 -22
  40. package/dist-esm/src/models/index.js.map +1 -1
  41. package/dist-esm/src/models/mappers.d.ts +6 -0
  42. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  43. package/dist-esm/src/models/mappers.js +281 -10
  44. package/dist-esm/src/models/mappers.js.map +1 -1
  45. package/dist-esm/src/models/parameters.d.ts +1 -0
  46. package/dist-esm/src/models/parameters.d.ts.map +1 -1
  47. package/dist-esm/src/models/parameters.js +10 -0
  48. package/dist-esm/src/models/parameters.js.map +1 -1
  49. package/dist-esm/src/operations/bigDataPools.js +4 -12
  50. package/dist-esm/src/operations/bigDataPools.js.map +1 -1
  51. package/dist-esm/src/operations/get.d.ts +40 -0
  52. package/dist-esm/src/operations/get.d.ts.map +1 -0
  53. package/dist-esm/src/operations/get.js +143 -0
  54. package/dist-esm/src/operations/get.js.map +1 -0
  55. package/dist-esm/src/operations/index.d.ts +3 -1
  56. package/dist-esm/src/operations/index.d.ts.map +1 -1
  57. package/dist-esm/src/operations/index.js +3 -1
  58. package/dist-esm/src/operations/index.js.map +1 -1
  59. package/dist-esm/src/operations/integrationRuntimeConnectionInfos.js +1 -1
  60. package/dist-esm/src/operations/integrationRuntimeConnectionInfos.js.map +1 -1
  61. package/dist-esm/src/operations/integrationRuntimeObjectMetadata.d.ts.map +1 -1
  62. package/dist-esm/src/operations/integrationRuntimeObjectMetadata.js +2 -1
  63. package/dist-esm/src/operations/integrationRuntimeObjectMetadata.js.map +1 -1
  64. package/dist-esm/src/operations/integrationRuntimes.d.ts.map +1 -1
  65. package/dist-esm/src/operations/integrationRuntimes.js +4 -3
  66. package/dist-esm/src/operations/integrationRuntimes.js.map +1 -1
  67. package/dist-esm/src/operations/ipFirewallRules.js +4 -12
  68. package/dist-esm/src/operations/ipFirewallRules.js.map +1 -1
  69. package/dist-esm/src/operations/kustoPoolPrivateLinkResourcesOperations.d.ts +32 -0
  70. package/dist-esm/src/operations/kustoPoolPrivateLinkResourcesOperations.d.ts.map +1 -0
  71. package/dist-esm/src/operations/kustoPoolPrivateLinkResourcesOperations.js +106 -0
  72. package/dist-esm/src/operations/kustoPoolPrivateLinkResourcesOperations.js.map +1 -0
  73. package/dist-esm/src/operations/{privateLinkResources.d.ts → privateLinkResourcesOperations.d.ts} +5 -5
  74. package/dist-esm/src/operations/privateLinkResourcesOperations.d.ts.map +1 -0
  75. package/dist-esm/src/operations/{privateLinkResources.js → privateLinkResourcesOperations.js} +4 -4
  76. package/dist-esm/src/operations/privateLinkResourcesOperations.js.map +1 -0
  77. package/dist-esm/src/operations/sqlPoolMetadataSyncConfigs.js +6 -2
  78. package/dist-esm/src/operations/sqlPoolMetadataSyncConfigs.js.map +1 -1
  79. package/dist-esm/src/operations/sqlPoolOperationResults.d.ts +11 -1
  80. package/dist-esm/src/operations/sqlPoolOperationResults.d.ts.map +1 -1
  81. package/dist-esm/src/operations/sqlPoolOperationResults.js +57 -8
  82. package/dist-esm/src/operations/sqlPoolOperationResults.js.map +1 -1
  83. package/dist-esm/src/operations/sqlPoolTransparentDataEncryptions.js +1 -1
  84. package/dist-esm/src/operations/sqlPoolTransparentDataEncryptions.js.map +1 -1
  85. package/dist-esm/src/operations/sqlPools.d.ts +10 -1
  86. package/dist-esm/src/operations/sqlPools.d.ts.map +1 -1
  87. package/dist-esm/src/operations/sqlPools.js +70 -39
  88. package/dist-esm/src/operations/sqlPools.js.map +1 -1
  89. package/dist-esm/src/operations/workspaces.js +4 -12
  90. package/dist-esm/src/operations/workspaces.js.map +1 -1
  91. package/dist-esm/src/operationsInterfaces/get.d.ts +32 -0
  92. package/dist-esm/src/operationsInterfaces/get.d.ts.map +1 -0
  93. package/dist-esm/src/operationsInterfaces/{privateLinkResources.js → get.js} +1 -1
  94. package/dist-esm/src/operationsInterfaces/get.js.map +1 -0
  95. package/dist-esm/src/operationsInterfaces/index.d.ts +3 -1
  96. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
  97. package/dist-esm/src/operationsInterfaces/index.js +3 -1
  98. package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
  99. package/dist-esm/src/operationsInterfaces/kustoPoolPrivateLinkResourcesOperations.d.ts +14 -0
  100. package/dist-esm/src/operationsInterfaces/kustoPoolPrivateLinkResourcesOperations.d.ts.map +1 -0
  101. package/dist-esm/src/operationsInterfaces/kustoPoolPrivateLinkResourcesOperations.js +9 -0
  102. package/dist-esm/src/operationsInterfaces/kustoPoolPrivateLinkResourcesOperations.js.map +1 -0
  103. package/dist-esm/src/operationsInterfaces/{privateLinkResources.d.ts → privateLinkResourcesOperations.d.ts} +3 -3
  104. package/dist-esm/src/operationsInterfaces/privateLinkResourcesOperations.d.ts.map +1 -0
  105. package/dist-esm/src/operationsInterfaces/privateLinkResourcesOperations.js +9 -0
  106. package/dist-esm/src/operationsInterfaces/privateLinkResourcesOperations.js.map +1 -0
  107. package/dist-esm/src/operationsInterfaces/sqlPoolOperationResults.d.ts +11 -1
  108. package/dist-esm/src/operationsInterfaces/sqlPoolOperationResults.d.ts.map +1 -1
  109. package/dist-esm/src/operationsInterfaces/sqlPools.d.ts +10 -1
  110. package/dist-esm/src/operationsInterfaces/sqlPools.d.ts.map +1 -1
  111. package/dist-esm/src/synapseManagementClient.d.ts +4 -2
  112. package/dist-esm/src/synapseManagementClient.d.ts.map +1 -1
  113. package/dist-esm/src/synapseManagementClient.js +5 -3
  114. package/dist-esm/src/synapseManagementClient.js.map +1 -1
  115. package/package.json +5 -5
  116. package/review/arm-synapse.api.md +138 -37
  117. package/src/models/index.ts +209 -63
  118. package/src/models/mappers.ts +299 -10
  119. package/src/models/parameters.ts +11 -0
  120. package/src/operations/bigDataPools.ts +4 -12
  121. package/src/operations/get.ts +190 -0
  122. package/src/operations/index.ts +3 -1
  123. package/src/operations/integrationRuntimeConnectionInfos.ts +1 -1
  124. package/src/operations/integrationRuntimeObjectMetadata.ts +2 -1
  125. package/src/operations/integrationRuntimes.ts +4 -3
  126. package/src/operations/ipFirewallRules.ts +4 -12
  127. package/src/operations/kustoPoolPrivateLinkResourcesOperations.ts +153 -0
  128. package/src/operations/{privateLinkResources.ts → privateLinkResourcesOperations.ts} +5 -4
  129. package/src/operations/sqlPoolMetadataSyncConfigs.ts +6 -2
  130. package/src/operations/sqlPoolOperationResults.ts +91 -9
  131. package/src/operations/sqlPoolTransparentDataEncryptions.ts +1 -1
  132. package/src/operations/sqlPools.ts +103 -40
  133. package/src/operations/workspaces.ts +4 -12
  134. package/src/operationsInterfaces/get.ts +65 -0
  135. package/src/operationsInterfaces/index.ts +3 -1
  136. package/src/operationsInterfaces/kustoPoolPrivateLinkResourcesOperations.ts +31 -0
  137. package/src/operationsInterfaces/{privateLinkResources.ts → privateLinkResourcesOperations.ts} +2 -2
  138. package/src/operationsInterfaces/sqlPoolOperationResults.ts +24 -1
  139. package/src/operationsInterfaces/sqlPools.ts +21 -1
  140. package/src/synapseManagementClient.ts +19 -7
  141. package/types/arm-synapse.d.ts +286 -77
  142. package/types/tsdoc-metadata.json +1 -1
  143. package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
  144. package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
  145. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  146. 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 "./privateLinkResources";
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
+ }
@@ -15,8 +15,8 @@ import {
15
15
  } from "../models";
16
16
 
17
17
  /// <reference lib="esnext.asynciterable" />
18
- /** Interface representing a PrivateLinkResources. */
19
- export interface PrivateLinkResources {
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
- getLocationHeaderResult(
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
- update(
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
- PrivateLinkResourcesImpl,
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
- PrivateLinkResources,
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/8.1.0-beta.2`;
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.privateLinkResources = new PrivateLinkResourcesImpl(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
- privateLinkResources: PrivateLinkResources;
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
  }