@azure/arm-synapse 8.1.0-beta.2 → 9.0.0-alpha.20230210.2
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 +2 -2
- 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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as coreClient from "@azure/core-client";
|
|
2
2
|
import * as coreAuth from "@azure/core-auth";
|
|
3
|
-
import { AzureADOnlyAuthentications, Operations, IpFirewallRules, Keys, PrivateEndpointConnections,
|
|
3
|
+
import { AzureADOnlyAuthentications, Operations, IpFirewallRules, Keys, PrivateEndpointConnections, PrivateLinkResourcesOperations, PrivateLinkHubPrivateLinkResources, PrivateLinkHubs, PrivateEndpointConnectionsPrivateLinkHub, SqlPools, SqlPoolMetadataSyncConfigs, SqlPoolOperationResults, SqlPoolGeoBackupPolicies, SqlPoolDataWarehouseUserActivities, SqlPoolRestorePoints, SqlPoolReplicationLinks, SqlPoolMaintenanceWindows, SqlPoolMaintenanceWindowOptions, SqlPoolTransparentDataEncryptions, SqlPoolBlobAuditingPolicies, SqlPoolOperations, SqlPoolUsages, SqlPoolSensitivityLabels, SqlPoolRecommendedSensitivityLabels, SqlPoolSchemas, SqlPoolTables, SqlPoolTableColumns, SqlPoolConnectionPolicies, SqlPoolVulnerabilityAssessments, SqlPoolVulnerabilityAssessmentScans, SqlPoolSecurityAlertPolicies, SqlPoolVulnerabilityAssessmentRuleBaselines, ExtendedSqlPoolBlobAuditingPolicies, DataMaskingPolicies, DataMaskingRules, SqlPoolColumns, SqlPoolWorkloadGroup, SqlPoolWorkloadClassifier, WorkspaceManagedSqlServerBlobAuditingPolicies, WorkspaceManagedSqlServerExtendedBlobAuditingPolicies, WorkspaceManagedSqlServerSecurityAlertPolicy, WorkspaceManagedSqlServerVulnerabilityAssessments, WorkspaceManagedSqlServerEncryptionProtector, WorkspaceManagedSqlServerUsages, WorkspaceManagedSqlServerRecoverableSqlPools, WorkspaceManagedSqlServerDedicatedSQLMinimalTlsSettings, Workspaces, WorkspaceAadAdmins, WorkspaceSqlAadAdmins, WorkspaceManagedIdentitySqlControlSettings, RestorableDroppedSqlPools, BigDataPools, Library, Libraries, IntegrationRuntimes, IntegrationRuntimeNodeIpAddressOperations, IntegrationRuntimeObjectMetadata, IntegrationRuntimeNodes, IntegrationRuntimeCredentials, IntegrationRuntimeConnectionInfos, IntegrationRuntimeAuthKeysOperations, IntegrationRuntimeMonitoringDataOperations, IntegrationRuntimeStatusOperations, Get, SparkConfiguration, SparkConfigurations, KustoOperations, KustoPools, KustoPoolChildResource, KustoPoolAttachedDatabaseConfigurations, KustoPoolDatabases, KustoPoolDataConnections, KustoPoolPrincipalAssignments, KustoPoolDatabasePrincipalAssignments, KustoPoolPrivateLinkResourcesOperations } from "./operationsInterfaces";
|
|
4
4
|
import { SynapseManagementClientOptionalParams } from "./models";
|
|
5
5
|
export declare class SynapseManagementClient extends coreClient.ServiceClient {
|
|
6
6
|
$host: string;
|
|
@@ -17,7 +17,7 @@ export declare class SynapseManagementClient extends coreClient.ServiceClient {
|
|
|
17
17
|
ipFirewallRules: IpFirewallRules;
|
|
18
18
|
keys: Keys;
|
|
19
19
|
privateEndpointConnections: PrivateEndpointConnections;
|
|
20
|
-
|
|
20
|
+
privateLinkResourcesOperations: PrivateLinkResourcesOperations;
|
|
21
21
|
privateLinkHubPrivateLinkResources: PrivateLinkHubPrivateLinkResources;
|
|
22
22
|
privateLinkHubs: PrivateLinkHubs;
|
|
23
23
|
privateEndpointConnectionsPrivateLinkHub: PrivateEndpointConnectionsPrivateLinkHub;
|
|
@@ -75,6 +75,7 @@ export declare class SynapseManagementClient extends coreClient.ServiceClient {
|
|
|
75
75
|
integrationRuntimeAuthKeysOperations: IntegrationRuntimeAuthKeysOperations;
|
|
76
76
|
integrationRuntimeMonitoringDataOperations: IntegrationRuntimeMonitoringDataOperations;
|
|
77
77
|
integrationRuntimeStatusOperations: IntegrationRuntimeStatusOperations;
|
|
78
|
+
get: Get;
|
|
78
79
|
sparkConfiguration: SparkConfiguration;
|
|
79
80
|
sparkConfigurations: SparkConfigurations;
|
|
80
81
|
kustoOperations: KustoOperations;
|
|
@@ -85,5 +86,6 @@ export declare class SynapseManagementClient extends coreClient.ServiceClient {
|
|
|
85
86
|
kustoPoolDataConnections: KustoPoolDataConnections;
|
|
86
87
|
kustoPoolPrincipalAssignments: KustoPoolPrincipalAssignments;
|
|
87
88
|
kustoPoolDatabasePrincipalAssignments: KustoPoolDatabasePrincipalAssignments;
|
|
89
|
+
kustoPoolPrivateLinkResourcesOperations: KustoPoolPrivateLinkResourcesOperations;
|
|
88
90
|
}
|
|
89
91
|
//# sourceMappingURL=synapseManagementClient.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"synapseManagementClient.d.ts","sourceRoot":"","sources":["../../src/synapseManagementClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"synapseManagementClient.d.ts","sourceRoot":"","sources":["../../src/synapseManagementClient.ts"],"names":[],"mappings":"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"}
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
import * as coreClient from "@azure/core-client";
|
|
9
9
|
import * as coreRestPipeline from "@azure/core-rest-pipeline";
|
|
10
|
-
import { AzureADOnlyAuthenticationsImpl, OperationsImpl, IpFirewallRulesImpl, KeysImpl, PrivateEndpointConnectionsImpl,
|
|
10
|
+
import { AzureADOnlyAuthenticationsImpl, OperationsImpl, IpFirewallRulesImpl, KeysImpl, PrivateEndpointConnectionsImpl, PrivateLinkResourcesOperationsImpl, PrivateLinkHubPrivateLinkResourcesImpl, PrivateLinkHubsImpl, PrivateEndpointConnectionsPrivateLinkHubImpl, SqlPoolsImpl, SqlPoolMetadataSyncConfigsImpl, SqlPoolOperationResultsImpl, SqlPoolGeoBackupPoliciesImpl, SqlPoolDataWarehouseUserActivitiesImpl, SqlPoolRestorePointsImpl, SqlPoolReplicationLinksImpl, SqlPoolMaintenanceWindowsImpl, SqlPoolMaintenanceWindowOptionsImpl, SqlPoolTransparentDataEncryptionsImpl, SqlPoolBlobAuditingPoliciesImpl, SqlPoolOperationsImpl, SqlPoolUsagesImpl, SqlPoolSensitivityLabelsImpl, SqlPoolRecommendedSensitivityLabelsImpl, SqlPoolSchemasImpl, SqlPoolTablesImpl, SqlPoolTableColumnsImpl, SqlPoolConnectionPoliciesImpl, SqlPoolVulnerabilityAssessmentsImpl, SqlPoolVulnerabilityAssessmentScansImpl, SqlPoolSecurityAlertPoliciesImpl, SqlPoolVulnerabilityAssessmentRuleBaselinesImpl, ExtendedSqlPoolBlobAuditingPoliciesImpl, DataMaskingPoliciesImpl, DataMaskingRulesImpl, SqlPoolColumnsImpl, SqlPoolWorkloadGroupImpl, SqlPoolWorkloadClassifierImpl, WorkspaceManagedSqlServerBlobAuditingPoliciesImpl, WorkspaceManagedSqlServerExtendedBlobAuditingPoliciesImpl, WorkspaceManagedSqlServerSecurityAlertPolicyImpl, WorkspaceManagedSqlServerVulnerabilityAssessmentsImpl, WorkspaceManagedSqlServerEncryptionProtectorImpl, WorkspaceManagedSqlServerUsagesImpl, WorkspaceManagedSqlServerRecoverableSqlPoolsImpl, WorkspaceManagedSqlServerDedicatedSQLMinimalTlsSettingsImpl, WorkspacesImpl, WorkspaceAadAdminsImpl, WorkspaceSqlAadAdminsImpl, WorkspaceManagedIdentitySqlControlSettingsImpl, RestorableDroppedSqlPoolsImpl, BigDataPoolsImpl, LibraryImpl, LibrariesImpl, IntegrationRuntimesImpl, IntegrationRuntimeNodeIpAddressOperationsImpl, IntegrationRuntimeObjectMetadataImpl, IntegrationRuntimeNodesImpl, IntegrationRuntimeCredentialsImpl, IntegrationRuntimeConnectionInfosImpl, IntegrationRuntimeAuthKeysOperationsImpl, IntegrationRuntimeMonitoringDataOperationsImpl, IntegrationRuntimeStatusOperationsImpl, GetImpl, SparkConfigurationImpl, SparkConfigurationsImpl, KustoOperationsImpl, KustoPoolsImpl, KustoPoolChildResourceImpl, KustoPoolAttachedDatabaseConfigurationsImpl, KustoPoolDatabasesImpl, KustoPoolDataConnectionsImpl, KustoPoolPrincipalAssignmentsImpl, KustoPoolDatabasePrincipalAssignmentsImpl, KustoPoolPrivateLinkResourcesOperationsImpl } from "./operations";
|
|
11
11
|
export class SynapseManagementClient extends coreClient.ServiceClient {
|
|
12
12
|
/**
|
|
13
13
|
* Initializes a new instance of the SynapseManagementClient class.
|
|
@@ -31,7 +31,7 @@ export class SynapseManagementClient extends coreClient.ServiceClient {
|
|
|
31
31
|
requestContentType: "application/json; charset=utf-8",
|
|
32
32
|
credential: credentials
|
|
33
33
|
};
|
|
34
|
-
const packageDetails = `azsdk-js-arm-synapse/
|
|
34
|
+
const packageDetails = `azsdk-js-arm-synapse/9.0.0-beta.1`;
|
|
35
35
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
36
36
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
37
37
|
: `${packageDetails}`;
|
|
@@ -69,7 +69,7 @@ export class SynapseManagementClient extends coreClient.ServiceClient {
|
|
|
69
69
|
this.ipFirewallRules = new IpFirewallRulesImpl(this);
|
|
70
70
|
this.keys = new KeysImpl(this);
|
|
71
71
|
this.privateEndpointConnections = new PrivateEndpointConnectionsImpl(this);
|
|
72
|
-
this.
|
|
72
|
+
this.privateLinkResourcesOperations = new PrivateLinkResourcesOperationsImpl(this);
|
|
73
73
|
this.privateLinkHubPrivateLinkResources = new PrivateLinkHubPrivateLinkResourcesImpl(this);
|
|
74
74
|
this.privateLinkHubs = new PrivateLinkHubsImpl(this);
|
|
75
75
|
this.privateEndpointConnectionsPrivateLinkHub = new PrivateEndpointConnectionsPrivateLinkHubImpl(this);
|
|
@@ -127,6 +127,7 @@ export class SynapseManagementClient extends coreClient.ServiceClient {
|
|
|
127
127
|
this.integrationRuntimeAuthKeysOperations = new IntegrationRuntimeAuthKeysOperationsImpl(this);
|
|
128
128
|
this.integrationRuntimeMonitoringDataOperations = new IntegrationRuntimeMonitoringDataOperationsImpl(this);
|
|
129
129
|
this.integrationRuntimeStatusOperations = new IntegrationRuntimeStatusOperationsImpl(this);
|
|
130
|
+
this.get = new GetImpl(this);
|
|
130
131
|
this.sparkConfiguration = new SparkConfigurationImpl(this);
|
|
131
132
|
this.sparkConfigurations = new SparkConfigurationsImpl(this);
|
|
132
133
|
this.kustoOperations = new KustoOperationsImpl(this);
|
|
@@ -137,6 +138,7 @@ export class SynapseManagementClient extends coreClient.ServiceClient {
|
|
|
137
138
|
this.kustoPoolDataConnections = new KustoPoolDataConnectionsImpl(this);
|
|
138
139
|
this.kustoPoolPrincipalAssignments = new KustoPoolPrincipalAssignmentsImpl(this);
|
|
139
140
|
this.kustoPoolDatabasePrincipalAssignments = new KustoPoolDatabasePrincipalAssignmentsImpl(this);
|
|
141
|
+
this.kustoPoolPrivateLinkResourcesOperations = new KustoPoolPrivateLinkResourcesOperationsImpl(this);
|
|
140
142
|
}
|
|
141
143
|
}
|
|
142
144
|
//# sourceMappingURL=synapseManagementClient.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"synapseManagementClient.js","sourceRoot":"","sources":["../../src/synapseManagementClient.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,gBAAgB,MAAM,2BAA2B,CAAC;AAE9D,OAAO,EACL,8BAA8B,EAC9B,cAAc,EACd,mBAAmB,EACnB,QAAQ,EACR,8BAA8B,EAC9B,
|
|
1
|
+
{"version":3,"file":"synapseManagementClient.js","sourceRoot":"","sources":["../../src/synapseManagementClient.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"sdk-type": "mgmt",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "A generated SDK for SynapseManagementClient.",
|
|
6
|
-
"version": "
|
|
6
|
+
"version": "9.0.0-alpha.20230210.2",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=14.0.0"
|
|
9
9
|
},
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"chai": "^4.2.0",
|
|
49
49
|
"cross-env": "^7.0.2",
|
|
50
50
|
"@types/node": "^14.0.0",
|
|
51
|
-
"@azure/dev-tool": "
|
|
51
|
+
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb"
|
|
52
52
|
},
|
|
53
53
|
"repository": {
|
|
54
54
|
"type": "git",
|
|
@@ -10,6 +10,9 @@ import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
|
10
10
|
import { PollerLike } from '@azure/core-lro';
|
|
11
11
|
import { PollOperationState } from '@azure/core-lro';
|
|
12
12
|
|
|
13
|
+
// @public
|
|
14
|
+
export type ActualState = "Enabling" | "Enabled" | "Disabling" | "Disabled" | "Unknown";
|
|
15
|
+
|
|
13
16
|
// @public
|
|
14
17
|
export interface AttachedDatabaseConfiguration extends ProxyResource {
|
|
15
18
|
readonly attachedDatabaseNames?: string[];
|
|
@@ -157,6 +160,7 @@ export interface BigDataPoolResourceInfo extends TrackedResource {
|
|
|
157
160
|
customLibraries?: LibraryInfo[];
|
|
158
161
|
defaultSparkLogFolder?: string;
|
|
159
162
|
dynamicExecutorAllocation?: DynamicExecutorAllocation;
|
|
163
|
+
isAutotuneEnabled?: boolean;
|
|
160
164
|
isComputeIsolationEnabled?: boolean;
|
|
161
165
|
readonly lastSucceededTimestamp?: Date;
|
|
162
166
|
libraryRequirements?: LibraryRequirements;
|
|
@@ -204,7 +208,7 @@ export interface BigDataPoolsDeleteOptionalParams extends coreClient.OperationOp
|
|
|
204
208
|
}
|
|
205
209
|
|
|
206
210
|
// @public
|
|
207
|
-
export type BigDataPoolsDeleteResponse =
|
|
211
|
+
export type BigDataPoolsDeleteResponse = BigDataPoolResourceInfo;
|
|
208
212
|
|
|
209
213
|
// @public
|
|
210
214
|
export interface BigDataPoolsGetOptionalParams extends coreClient.OperationOptions {
|
|
@@ -267,6 +271,7 @@ export interface CheckNameResult {
|
|
|
267
271
|
|
|
268
272
|
// @public
|
|
269
273
|
export interface ClusterPrincipalAssignment extends ProxyResource {
|
|
274
|
+
readonly aadObjectId?: string;
|
|
270
275
|
principalId?: string;
|
|
271
276
|
readonly principalName?: string;
|
|
272
277
|
principalType?: PrincipalType;
|
|
@@ -369,6 +374,7 @@ export interface DatabaseListResult {
|
|
|
369
374
|
|
|
370
375
|
// @public
|
|
371
376
|
export interface DatabasePrincipalAssignment extends ProxyResource {
|
|
377
|
+
readonly aadObjectId?: string;
|
|
372
378
|
principalId?: string;
|
|
373
379
|
readonly principalName?: string;
|
|
374
380
|
principalType?: PrincipalType;
|
|
@@ -577,6 +583,9 @@ export interface DedicatedSQLminimalTlsSettingsPatchInfo {
|
|
|
577
583
|
// @public
|
|
578
584
|
export type DefaultPrincipalsModificationKind = string;
|
|
579
585
|
|
|
586
|
+
// @public
|
|
587
|
+
export type DesiredState = "Enabled" | "Disabled";
|
|
588
|
+
|
|
580
589
|
// @public
|
|
581
590
|
export interface DynamicExecutorAllocation {
|
|
582
591
|
enabled?: boolean;
|
|
@@ -643,6 +652,15 @@ export interface ErrorResponse {
|
|
|
643
652
|
error?: ErrorDetail;
|
|
644
653
|
}
|
|
645
654
|
|
|
655
|
+
// @public
|
|
656
|
+
export interface ErrorResponseAutoGenerated {
|
|
657
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
658
|
+
readonly code?: string;
|
|
659
|
+
readonly details?: ErrorResponseAutoGenerated[];
|
|
660
|
+
readonly message?: string;
|
|
661
|
+
readonly target?: string;
|
|
662
|
+
}
|
|
663
|
+
|
|
646
664
|
// @public
|
|
647
665
|
export interface EventGridDataConnection extends DataConnection {
|
|
648
666
|
blobStorageEventType?: BlobStorageEventType;
|
|
@@ -784,9 +802,37 @@ export type GeoBackupPolicyName = string;
|
|
|
784
802
|
// @public
|
|
785
803
|
export type GeoBackupPolicyState = "Disabled" | "Enabled";
|
|
786
804
|
|
|
805
|
+
// @public
|
|
806
|
+
export interface Get {
|
|
807
|
+
integrationRuntimeEnableInteractivequery(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, integrationRuntimeOperationId: string, options?: GetIntegrationRuntimeEnableInteractivequeryOptionalParams): Promise<GetIntegrationRuntimeEnableInteractivequeryResponse>;
|
|
808
|
+
integrationRuntimeStart(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, integrationRuntimeOperationId: string, options?: GetIntegrationRuntimeStartOptionalParams): Promise<GetIntegrationRuntimeStartResponse>;
|
|
809
|
+
integrationRuntimeStop(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, integrationRuntimeOperationId: string, options?: GetIntegrationRuntimeStopOptionalParams): Promise<GetIntegrationRuntimeStopResponse>;
|
|
810
|
+
}
|
|
811
|
+
|
|
787
812
|
// @public
|
|
788
813
|
export function getContinuationToken(page: unknown): string | undefined;
|
|
789
814
|
|
|
815
|
+
// @public
|
|
816
|
+
export interface GetIntegrationRuntimeEnableInteractivequeryOptionalParams extends coreClient.OperationOptions {
|
|
817
|
+
}
|
|
818
|
+
|
|
819
|
+
// @public
|
|
820
|
+
export type GetIntegrationRuntimeEnableInteractivequeryResponse = IntegrationRuntimeEnableinteractivequery;
|
|
821
|
+
|
|
822
|
+
// @public
|
|
823
|
+
export interface GetIntegrationRuntimeStartOptionalParams extends coreClient.OperationOptions {
|
|
824
|
+
}
|
|
825
|
+
|
|
826
|
+
// @public
|
|
827
|
+
export type GetIntegrationRuntimeStartResponse = IntegrationRuntimeOperationStatus;
|
|
828
|
+
|
|
829
|
+
// @public
|
|
830
|
+
export interface GetIntegrationRuntimeStopOptionalParams extends coreClient.OperationOptions {
|
|
831
|
+
}
|
|
832
|
+
|
|
833
|
+
// @public
|
|
834
|
+
export type GetIntegrationRuntimeStopResponse = IntegrationRuntimeStopOperationStatus;
|
|
835
|
+
|
|
790
836
|
// @public
|
|
791
837
|
export interface GetSsisObjectMetadataRequest {
|
|
792
838
|
metadataPath?: string;
|
|
@@ -899,6 +945,14 @@ export interface IntegrationRuntimeDataProxyProperties {
|
|
|
899
945
|
// @public
|
|
900
946
|
export type IntegrationRuntimeEdition = string;
|
|
901
947
|
|
|
948
|
+
// @public
|
|
949
|
+
export interface IntegrationRuntimeEnableinteractivequery {
|
|
950
|
+
error?: string;
|
|
951
|
+
name?: string;
|
|
952
|
+
properties?: Record<string, unknown>;
|
|
953
|
+
status?: WorkspaceStatus;
|
|
954
|
+
}
|
|
955
|
+
|
|
902
956
|
// @public
|
|
903
957
|
export type IntegrationRuntimeEntityReferenceType = string;
|
|
904
958
|
|
|
@@ -1011,6 +1065,14 @@ export interface IntegrationRuntimeObjectMetadataRefreshOptionalParams extends c
|
|
|
1011
1065
|
// @public
|
|
1012
1066
|
export type IntegrationRuntimeObjectMetadataRefreshResponse = SsisObjectMetadataStatusResponse;
|
|
1013
1067
|
|
|
1068
|
+
// @public
|
|
1069
|
+
export interface IntegrationRuntimeOperationStatus {
|
|
1070
|
+
error?: string;
|
|
1071
|
+
name?: string;
|
|
1072
|
+
properties?: Record<string, unknown>;
|
|
1073
|
+
status?: WorkspaceStatus;
|
|
1074
|
+
}
|
|
1075
|
+
|
|
1014
1076
|
// @public
|
|
1015
1077
|
export interface IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint {
|
|
1016
1078
|
category?: string;
|
|
@@ -1040,7 +1102,8 @@ export interface IntegrationRuntimeRegenerateKeyParameters {
|
|
|
1040
1102
|
|
|
1041
1103
|
// @public
|
|
1042
1104
|
export interface IntegrationRuntimeResource extends SubResource {
|
|
1043
|
-
|
|
1105
|
+
description?: string;
|
|
1106
|
+
typePropertiesType: IntegrationRuntimeType;
|
|
1044
1107
|
}
|
|
1045
1108
|
|
|
1046
1109
|
// @public
|
|
@@ -1184,13 +1247,23 @@ export interface IntegrationRuntimeStatusOperations {
|
|
|
1184
1247
|
|
|
1185
1248
|
// @public
|
|
1186
1249
|
export interface IntegrationRuntimeStatusResponse {
|
|
1250
|
+
readonly dataFactoryName?: string;
|
|
1187
1251
|
readonly name?: string;
|
|
1188
|
-
|
|
1252
|
+
readonly state?: IntegrationRuntimeState;
|
|
1253
|
+
type: IntegrationRuntimeType;
|
|
1189
1254
|
}
|
|
1190
1255
|
|
|
1191
1256
|
// @public (undocumented)
|
|
1192
1257
|
export type IntegrationRuntimeStatusUnion = IntegrationRuntimeStatus | ManagedIntegrationRuntimeStatus | SelfHostedIntegrationRuntimeStatus;
|
|
1193
1258
|
|
|
1259
|
+
// @public
|
|
1260
|
+
export interface IntegrationRuntimeStopOperationStatus {
|
|
1261
|
+
error?: string;
|
|
1262
|
+
name?: string;
|
|
1263
|
+
properties?: Record<string, unknown>;
|
|
1264
|
+
status?: WorkspaceStatus;
|
|
1265
|
+
}
|
|
1266
|
+
|
|
1194
1267
|
// @public
|
|
1195
1268
|
export interface IntegrationRuntimesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1196
1269
|
}
|
|
@@ -1284,7 +1357,7 @@ export interface IpFirewallRulesDeleteOptionalParams extends coreClient.Operatio
|
|
|
1284
1357
|
}
|
|
1285
1358
|
|
|
1286
1359
|
// @public
|
|
1287
|
-
export type IpFirewallRulesDeleteResponse =
|
|
1360
|
+
export type IpFirewallRulesDeleteResponse = IpFirewallRuleInfo;
|
|
1288
1361
|
|
|
1289
1362
|
// @public
|
|
1290
1363
|
export interface IpFirewallRulesGetOptionalParams extends coreClient.OperationOptions {
|
|
@@ -1687,21 +1760,6 @@ export enum KnownLanguageExtensionName {
|
|
|
1687
1760
|
R = "R"
|
|
1688
1761
|
}
|
|
1689
1762
|
|
|
1690
|
-
// @public
|
|
1691
|
-
export enum KnownManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityActualState {
|
|
1692
|
-
Disabled = "Disabled",
|
|
1693
|
-
Disabling = "Disabling",
|
|
1694
|
-
Enabled = "Enabled",
|
|
1695
|
-
Enabling = "Enabling",
|
|
1696
|
-
Unknown = "Unknown"
|
|
1697
|
-
}
|
|
1698
|
-
|
|
1699
|
-
// @public
|
|
1700
|
-
export enum KnownManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityDesiredState {
|
|
1701
|
-
Disabled = "Disabled",
|
|
1702
|
-
Enabled = "Enabled"
|
|
1703
|
-
}
|
|
1704
|
-
|
|
1705
1763
|
// @public
|
|
1706
1764
|
export enum KnownManagedIntegrationRuntimeNodeStatus {
|
|
1707
1765
|
Available = "Available",
|
|
@@ -1900,6 +1958,13 @@ export enum KnownWorkspacePublicNetworkAccess {
|
|
|
1900
1958
|
Enabled = "Enabled"
|
|
1901
1959
|
}
|
|
1902
1960
|
|
|
1961
|
+
// @public
|
|
1962
|
+
export enum KnownWorkspaceStatus {
|
|
1963
|
+
Failed = "Failed",
|
|
1964
|
+
InProgress = "InProgress",
|
|
1965
|
+
Succeeded = "Succeeded"
|
|
1966
|
+
}
|
|
1967
|
+
|
|
1903
1968
|
// @public
|
|
1904
1969
|
export interface KustoOperations {
|
|
1905
1970
|
list(options?: KustoOperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
@@ -2211,6 +2276,27 @@ export interface KustoPoolPrincipalAssignmentsListOptionalParams extends coreCli
|
|
|
2211
2276
|
// @public
|
|
2212
2277
|
export type KustoPoolPrincipalAssignmentsListResponse = ClusterPrincipalAssignmentListResult;
|
|
2213
2278
|
|
|
2279
|
+
// @public
|
|
2280
|
+
export interface KustoPoolPrivateLinkResources extends ProxyResource {
|
|
2281
|
+
readonly groupId?: string;
|
|
2282
|
+
readonly provisioningState?: ResourceProvisioningState;
|
|
2283
|
+
readonly requiredMembers?: string[];
|
|
2284
|
+
readonly requiredZoneNames?: string[];
|
|
2285
|
+
readonly systemData?: SystemData;
|
|
2286
|
+
}
|
|
2287
|
+
|
|
2288
|
+
// @public
|
|
2289
|
+
export interface KustoPoolPrivateLinkResourcesListOptionalParams extends coreClient.OperationOptions {
|
|
2290
|
+
}
|
|
2291
|
+
|
|
2292
|
+
// @public
|
|
2293
|
+
export type KustoPoolPrivateLinkResourcesListResponse = PrivateLinkResources;
|
|
2294
|
+
|
|
2295
|
+
// @public
|
|
2296
|
+
export interface KustoPoolPrivateLinkResourcesOperations {
|
|
2297
|
+
list(resourceGroupName: string, workspaceName: string, kustoPoolName: string, options?: KustoPoolPrivateLinkResourcesListOptionalParams): PagedAsyncIterableIterator<KustoPoolPrivateLinkResources>;
|
|
2298
|
+
}
|
|
2299
|
+
|
|
2214
2300
|
// @public
|
|
2215
2301
|
export interface KustoPools {
|
|
2216
2302
|
beginAddLanguageExtensions(workspaceName: string, kustoPoolName: string, resourceGroupName: string, languageExtensionsToAdd: LanguageExtensionsList, options?: KustoPoolsAddLanguageExtensionsOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
@@ -2522,16 +2608,10 @@ export interface ManagedIdentitySqlControlSettingsModel extends ProxyResource {
|
|
|
2522
2608
|
|
|
2523
2609
|
// @public
|
|
2524
2610
|
export interface ManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentity {
|
|
2525
|
-
readonly actualState?:
|
|
2526
|
-
desiredState?:
|
|
2611
|
+
readonly actualState?: ActualState;
|
|
2612
|
+
desiredState?: DesiredState;
|
|
2527
2613
|
}
|
|
2528
2614
|
|
|
2529
|
-
// @public
|
|
2530
|
-
export type ManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityActualState = string;
|
|
2531
|
-
|
|
2532
|
-
// @public
|
|
2533
|
-
export type ManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityDesiredState = string;
|
|
2534
|
-
|
|
2535
2615
|
// @public
|
|
2536
2616
|
export interface ManagedIntegrationRuntime extends IntegrationRuntime {
|
|
2537
2617
|
computeProperties?: IntegrationRuntimeComputeProperties;
|
|
@@ -2985,8 +3065,7 @@ export interface PrivateLinkResourceProperties {
|
|
|
2985
3065
|
|
|
2986
3066
|
// @public
|
|
2987
3067
|
export interface PrivateLinkResources {
|
|
2988
|
-
|
|
2989
|
-
list(resourceGroupName: string, workspaceName: string, options?: PrivateLinkResourcesListOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource>;
|
|
3068
|
+
value?: KustoPoolPrivateLinkResources[];
|
|
2990
3069
|
}
|
|
2991
3070
|
|
|
2992
3071
|
// @public
|
|
@@ -3010,6 +3089,12 @@ export interface PrivateLinkResourcesListOptionalParams extends coreClient.Opera
|
|
|
3010
3089
|
// @public
|
|
3011
3090
|
export type PrivateLinkResourcesListResponse = PrivateLinkResourceListResult;
|
|
3012
3091
|
|
|
3092
|
+
// @public
|
|
3093
|
+
export interface PrivateLinkResourcesOperations {
|
|
3094
|
+
get(resourceGroupName: string, workspaceName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResourcesGetResponse>;
|
|
3095
|
+
list(resourceGroupName: string, workspaceName: string, options?: PrivateLinkResourcesListOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource>;
|
|
3096
|
+
}
|
|
3097
|
+
|
|
3013
3098
|
// @public
|
|
3014
3099
|
export interface PrivateLinkServiceConnectionState {
|
|
3015
3100
|
readonly actionsRequired?: string;
|
|
@@ -3496,6 +3581,9 @@ export interface SparkConfigurationListResponse {
|
|
|
3496
3581
|
// @public
|
|
3497
3582
|
export interface SparkConfigurationResource extends SubResource {
|
|
3498
3583
|
annotations?: string[];
|
|
3584
|
+
configMergeRule?: {
|
|
3585
|
+
[propertyName: string]: string;
|
|
3586
|
+
};
|
|
3499
3587
|
configs: {
|
|
3500
3588
|
[propertyName: string]: string;
|
|
3501
3589
|
};
|
|
@@ -3764,15 +3852,18 @@ export interface SqlPoolOperation extends ProxyResource {
|
|
|
3764
3852
|
|
|
3765
3853
|
// @public
|
|
3766
3854
|
export interface SqlPoolOperationResults {
|
|
3767
|
-
|
|
3855
|
+
beginGetLocationHeaderResult(resourceGroupName: string, workspaceName: string, sqlPoolName: string, operationId: string, options?: SqlPoolOperationResultsGetLocationHeaderResultOptionalParams): Promise<PollerLike<PollOperationState<SqlPoolOperationResultsGetLocationHeaderResultResponse>, SqlPoolOperationResultsGetLocationHeaderResultResponse>>;
|
|
3856
|
+
beginGetLocationHeaderResultAndWait(resourceGroupName: string, workspaceName: string, sqlPoolName: string, operationId: string, options?: SqlPoolOperationResultsGetLocationHeaderResultOptionalParams): Promise<SqlPoolOperationResultsGetLocationHeaderResultResponse>;
|
|
3768
3857
|
}
|
|
3769
3858
|
|
|
3770
3859
|
// @public
|
|
3771
3860
|
export interface SqlPoolOperationResultsGetLocationHeaderResultOptionalParams extends coreClient.OperationOptions {
|
|
3861
|
+
resumeFrom?: string;
|
|
3862
|
+
updateIntervalInMs?: number;
|
|
3772
3863
|
}
|
|
3773
3864
|
|
|
3774
3865
|
// @public
|
|
3775
|
-
export type SqlPoolOperationResultsGetLocationHeaderResultResponse =
|
|
3866
|
+
export type SqlPoolOperationResultsGetLocationHeaderResultResponse = SqlPool;
|
|
3776
3867
|
|
|
3777
3868
|
// @public
|
|
3778
3869
|
export interface SqlPoolOperations {
|
|
@@ -3902,10 +3993,11 @@ export interface SqlPools {
|
|
|
3902
3993
|
beginPauseAndWait(resourceGroupName: string, workspaceName: string, sqlPoolName: string, options?: SqlPoolsPauseOptionalParams): Promise<SqlPoolsPauseResponse>;
|
|
3903
3994
|
beginResume(resourceGroupName: string, workspaceName: string, sqlPoolName: string, options?: SqlPoolsResumeOptionalParams): Promise<PollerLike<PollOperationState<SqlPoolsResumeResponse>, SqlPoolsResumeResponse>>;
|
|
3904
3995
|
beginResumeAndWait(resourceGroupName: string, workspaceName: string, sqlPoolName: string, options?: SqlPoolsResumeOptionalParams): Promise<SqlPoolsResumeResponse>;
|
|
3996
|
+
beginUpdate(resourceGroupName: string, workspaceName: string, sqlPoolName: string, sqlPoolInfo: SqlPoolPatchInfo, options?: SqlPoolsUpdateOptionalParams): Promise<PollerLike<PollOperationState<SqlPoolsUpdateResponse>, SqlPoolsUpdateResponse>>;
|
|
3997
|
+
beginUpdateAndWait(resourceGroupName: string, workspaceName: string, sqlPoolName: string, sqlPoolInfo: SqlPoolPatchInfo, options?: SqlPoolsUpdateOptionalParams): Promise<SqlPoolsUpdateResponse>;
|
|
3905
3998
|
get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, options?: SqlPoolsGetOptionalParams): Promise<SqlPoolsGetResponse>;
|
|
3906
3999
|
listByWorkspace(resourceGroupName: string, workspaceName: string, options?: SqlPoolsListByWorkspaceOptionalParams): PagedAsyncIterableIterator<SqlPool>;
|
|
3907
4000
|
rename(resourceGroupName: string, workspaceName: string, sqlPoolName: string, parameters: ResourceMoveDefinition, options?: SqlPoolsRenameOptionalParams): Promise<void>;
|
|
3908
|
-
update(resourceGroupName: string, workspaceName: string, sqlPoolName: string, sqlPoolInfo: SqlPoolPatchInfo, options?: SqlPoolsUpdateOptionalParams): Promise<SqlPoolsUpdateResponse>;
|
|
3909
4001
|
}
|
|
3910
4002
|
|
|
3911
4003
|
// @public
|
|
@@ -3962,7 +4054,7 @@ export interface SqlPoolsDeleteOptionalParams extends coreClient.OperationOption
|
|
|
3962
4054
|
}
|
|
3963
4055
|
|
|
3964
4056
|
// @public
|
|
3965
|
-
export type SqlPoolsDeleteResponse =
|
|
4057
|
+
export type SqlPoolsDeleteResponse = SqlPool;
|
|
3966
4058
|
|
|
3967
4059
|
// @public
|
|
3968
4060
|
export interface SqlPoolSecurityAlertPolicies {
|
|
@@ -4113,7 +4205,7 @@ export interface SqlPoolsPauseOptionalParams extends coreClient.OperationOptions
|
|
|
4113
4205
|
}
|
|
4114
4206
|
|
|
4115
4207
|
// @public
|
|
4116
|
-
export type SqlPoolsPauseResponse =
|
|
4208
|
+
export type SqlPoolsPauseResponse = SqlPool;
|
|
4117
4209
|
|
|
4118
4210
|
// @public
|
|
4119
4211
|
export interface SqlPoolsRenameOptionalParams extends coreClient.OperationOptions {
|
|
@@ -4126,10 +4218,12 @@ export interface SqlPoolsResumeOptionalParams extends coreClient.OperationOption
|
|
|
4126
4218
|
}
|
|
4127
4219
|
|
|
4128
4220
|
// @public
|
|
4129
|
-
export type SqlPoolsResumeResponse =
|
|
4221
|
+
export type SqlPoolsResumeResponse = SqlPool;
|
|
4130
4222
|
|
|
4131
4223
|
// @public
|
|
4132
4224
|
export interface SqlPoolsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4225
|
+
resumeFrom?: string;
|
|
4226
|
+
updateIntervalInMs?: number;
|
|
4133
4227
|
}
|
|
4134
4228
|
|
|
4135
4229
|
// @public
|
|
@@ -4615,6 +4709,8 @@ export class SynapseManagementClient extends coreClient.ServiceClient {
|
|
|
4615
4709
|
// (undocumented)
|
|
4616
4710
|
extendedSqlPoolBlobAuditingPolicies: ExtendedSqlPoolBlobAuditingPolicies;
|
|
4617
4711
|
// (undocumented)
|
|
4712
|
+
get: Get;
|
|
4713
|
+
// (undocumented)
|
|
4618
4714
|
integrationRuntimeAuthKeysOperations: IntegrationRuntimeAuthKeysOperations;
|
|
4619
4715
|
// (undocumented)
|
|
4620
4716
|
integrationRuntimeConnectionInfos: IntegrationRuntimeConnectionInfos;
|
|
@@ -4651,6 +4747,8 @@ export class SynapseManagementClient extends coreClient.ServiceClient {
|
|
|
4651
4747
|
// (undocumented)
|
|
4652
4748
|
kustoPoolPrincipalAssignments: KustoPoolPrincipalAssignments;
|
|
4653
4749
|
// (undocumented)
|
|
4750
|
+
kustoPoolPrivateLinkResourcesOperations: KustoPoolPrivateLinkResourcesOperations;
|
|
4751
|
+
// (undocumented)
|
|
4654
4752
|
kustoPools: KustoPools;
|
|
4655
4753
|
// (undocumented)
|
|
4656
4754
|
libraries: Libraries;
|
|
@@ -4667,7 +4765,7 @@ export class SynapseManagementClient extends coreClient.ServiceClient {
|
|
|
4667
4765
|
// (undocumented)
|
|
4668
4766
|
privateLinkHubs: PrivateLinkHubs;
|
|
4669
4767
|
// (undocumented)
|
|
4670
|
-
|
|
4768
|
+
privateLinkResourcesOperations: PrivateLinkResourcesOperations;
|
|
4671
4769
|
// (undocumented)
|
|
4672
4770
|
restorableDroppedSqlPools: RestorableDroppedSqlPools;
|
|
4673
4771
|
// (undocumented)
|
|
@@ -5373,7 +5471,7 @@ export interface WorkspacesDeleteOptionalParams extends coreClient.OperationOpti
|
|
|
5373
5471
|
}
|
|
5374
5472
|
|
|
5375
5473
|
// @public
|
|
5376
|
-
export type WorkspacesDeleteResponse =
|
|
5474
|
+
export type WorkspacesDeleteResponse = Workspace;
|
|
5377
5475
|
|
|
5378
5476
|
// @public
|
|
5379
5477
|
export interface WorkspacesGetOptionalParams extends coreClient.OperationOptions {
|
|
@@ -5441,6 +5539,9 @@ export interface WorkspaceSqlAadAdminsGetOptionalParams extends coreClient.Opera
|
|
|
5441
5539
|
// @public
|
|
5442
5540
|
export type WorkspaceSqlAadAdminsGetResponse = WorkspaceAadAdminInfo;
|
|
5443
5541
|
|
|
5542
|
+
// @public
|
|
5543
|
+
export type WorkspaceStatus = string;
|
|
5544
|
+
|
|
5444
5545
|
// @public
|
|
5445
5546
|
export interface WorkspacesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
5446
5547
|
resumeFrom?: string;
|