@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
|
@@ -461,6 +461,34 @@ export interface MaintenanceWindowTimeRange {
|
|
|
461
461
|
/** Duration of maintenance window in minutes. */
|
|
462
462
|
duration?: string;
|
|
463
463
|
}
|
|
464
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.) */
|
|
465
|
+
export interface ErrorResponseAutoGenerated {
|
|
466
|
+
/**
|
|
467
|
+
* The error code.
|
|
468
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
469
|
+
*/
|
|
470
|
+
readonly code?: string;
|
|
471
|
+
/**
|
|
472
|
+
* The error message.
|
|
473
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
474
|
+
*/
|
|
475
|
+
readonly message?: string;
|
|
476
|
+
/**
|
|
477
|
+
* The error target.
|
|
478
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
479
|
+
*/
|
|
480
|
+
readonly target?: string;
|
|
481
|
+
/**
|
|
482
|
+
* The error details.
|
|
483
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
484
|
+
*/
|
|
485
|
+
readonly details?: ErrorResponseAutoGenerated[];
|
|
486
|
+
/**
|
|
487
|
+
* The error additional info.
|
|
488
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
489
|
+
*/
|
|
490
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
491
|
+
}
|
|
464
492
|
/** A list of transparent data encryption configurations. */
|
|
465
493
|
export interface TransparentDataEncryptionListResult {
|
|
466
494
|
/**
|
|
@@ -1017,12 +1045,12 @@ export interface WorkspacePatchInfo {
|
|
|
1017
1045
|
/** Grant sql control to managed identity */
|
|
1018
1046
|
export interface ManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentity {
|
|
1019
1047
|
/** Desired state */
|
|
1020
|
-
desiredState?:
|
|
1048
|
+
desiredState?: DesiredState;
|
|
1021
1049
|
/**
|
|
1022
1050
|
* Actual state
|
|
1023
1051
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1024
1052
|
*/
|
|
1025
|
-
readonly actualState?:
|
|
1053
|
+
readonly actualState?: ActualState;
|
|
1026
1054
|
}
|
|
1027
1055
|
/** The response to a list restorable dropped Sql pools request */
|
|
1028
1056
|
export interface RestorableDroppedSqlPoolListResult {
|
|
@@ -1322,8 +1350,18 @@ export interface IntegrationRuntimeStatusResponse {
|
|
|
1322
1350
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1323
1351
|
*/
|
|
1324
1352
|
readonly name?: string;
|
|
1325
|
-
/**
|
|
1326
|
-
|
|
1353
|
+
/** Type of integration runtime. */
|
|
1354
|
+
type: IntegrationRuntimeType;
|
|
1355
|
+
/**
|
|
1356
|
+
* The workspace name which the integration runtime belong to.
|
|
1357
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1358
|
+
*/
|
|
1359
|
+
readonly dataFactoryName?: string;
|
|
1360
|
+
/**
|
|
1361
|
+
* The state of integration runtime.
|
|
1362
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1363
|
+
*/
|
|
1364
|
+
readonly state?: IntegrationRuntimeState;
|
|
1327
1365
|
}
|
|
1328
1366
|
/** Integration runtime status. */
|
|
1329
1367
|
export interface IntegrationRuntimeStatus {
|
|
@@ -1441,6 +1479,39 @@ export interface IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails {
|
|
|
1441
1479
|
/** The port of endpoint. */
|
|
1442
1480
|
port?: number;
|
|
1443
1481
|
}
|
|
1482
|
+
/** Integration Runtime Operation Status Properties */
|
|
1483
|
+
export interface IntegrationRuntimeOperationStatus {
|
|
1484
|
+
/** status of Start Integrationruntimes. */
|
|
1485
|
+
status?: WorkspaceStatus;
|
|
1486
|
+
/** The operation name. */
|
|
1487
|
+
name?: string;
|
|
1488
|
+
/** The operation properties. */
|
|
1489
|
+
properties?: Record<string, unknown>;
|
|
1490
|
+
/** The operation error message. */
|
|
1491
|
+
error?: string;
|
|
1492
|
+
}
|
|
1493
|
+
/** Integration Runtime Operation Status Properties */
|
|
1494
|
+
export interface IntegrationRuntimeStopOperationStatus {
|
|
1495
|
+
/** status of Start Integrationruntimes. */
|
|
1496
|
+
status?: WorkspaceStatus;
|
|
1497
|
+
/** The operation name. */
|
|
1498
|
+
name?: string;
|
|
1499
|
+
/** The operation properties. */
|
|
1500
|
+
properties?: Record<string, unknown>;
|
|
1501
|
+
/** The operation error message. */
|
|
1502
|
+
error?: string;
|
|
1503
|
+
}
|
|
1504
|
+
/** Integration Runtime Operation Status Properties */
|
|
1505
|
+
export interface IntegrationRuntimeEnableinteractivequery {
|
|
1506
|
+
/** EnableInteractivequery status of Integrationruntimes. */
|
|
1507
|
+
status?: WorkspaceStatus;
|
|
1508
|
+
/** The operation name. */
|
|
1509
|
+
name?: string;
|
|
1510
|
+
/** The operation properties. */
|
|
1511
|
+
properties?: Record<string, unknown>;
|
|
1512
|
+
/** The operation error message. */
|
|
1513
|
+
error?: string;
|
|
1514
|
+
}
|
|
1444
1515
|
/** A list of SparkConfiguration resources. */
|
|
1445
1516
|
export interface SparkConfigurationListResponse {
|
|
1446
1517
|
/** List of SparkConfiguration. */
|
|
@@ -1723,6 +1794,11 @@ export interface DatabasePrincipalAssignmentListResult {
|
|
|
1723
1794
|
/** The list of Kusto database principal assignments. */
|
|
1724
1795
|
value?: DatabasePrincipalAssignment[];
|
|
1725
1796
|
}
|
|
1797
|
+
/** The list Kusto Private Link Resources operation response. */
|
|
1798
|
+
export interface PrivateLinkResources {
|
|
1799
|
+
/** The list of Kusto Private Link Resources. */
|
|
1800
|
+
value?: KustoPoolPrivateLinkResources[];
|
|
1801
|
+
}
|
|
1726
1802
|
/** A database query. */
|
|
1727
1803
|
export interface TopQueries {
|
|
1728
1804
|
/**
|
|
@@ -3657,6 +3733,11 @@ export interface ClusterPrincipalAssignment extends ProxyResource {
|
|
|
3657
3733
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3658
3734
|
*/
|
|
3659
3735
|
readonly provisioningState?: ResourceProvisioningState;
|
|
3736
|
+
/**
|
|
3737
|
+
* The service principal object id in AAD (Azure active directory)
|
|
3738
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3739
|
+
*/
|
|
3740
|
+
readonly aadObjectId?: string;
|
|
3660
3741
|
}
|
|
3661
3742
|
/** Class representing a database principal assignment. */
|
|
3662
3743
|
export interface DatabasePrincipalAssignment extends ProxyResource {
|
|
@@ -3688,6 +3769,39 @@ export interface DatabasePrincipalAssignment extends ProxyResource {
|
|
|
3688
3769
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3689
3770
|
*/
|
|
3690
3771
|
readonly provisioningState?: ResourceProvisioningState;
|
|
3772
|
+
/**
|
|
3773
|
+
* The service principal object id in AAD (Azure active directory)
|
|
3774
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3775
|
+
*/
|
|
3776
|
+
readonly aadObjectId?: string;
|
|
3777
|
+
}
|
|
3778
|
+
/** Class representing a Private Link Resources. */
|
|
3779
|
+
export interface KustoPoolPrivateLinkResources extends ProxyResource {
|
|
3780
|
+
/**
|
|
3781
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
3782
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3783
|
+
*/
|
|
3784
|
+
readonly systemData?: SystemData;
|
|
3785
|
+
/**
|
|
3786
|
+
* The Private link resources GroupId
|
|
3787
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3788
|
+
*/
|
|
3789
|
+
readonly groupId?: string;
|
|
3790
|
+
/**
|
|
3791
|
+
* The private link resource required member names.
|
|
3792
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3793
|
+
*/
|
|
3794
|
+
readonly requiredMembers?: string[];
|
|
3795
|
+
/**
|
|
3796
|
+
* The private link resource required zone names.
|
|
3797
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3798
|
+
*/
|
|
3799
|
+
readonly requiredZoneNames?: string[];
|
|
3800
|
+
/**
|
|
3801
|
+
* The provisioned state of the resource.
|
|
3802
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3803
|
+
*/
|
|
3804
|
+
readonly provisioningState?: ResourceProvisioningState;
|
|
3691
3805
|
}
|
|
3692
3806
|
/** A privateLinkHub */
|
|
3693
3807
|
export interface PrivateLinkHub extends TrackedResource {
|
|
@@ -3825,6 +3939,8 @@ export interface BigDataPoolResourceInfo extends TrackedResource {
|
|
|
3825
3939
|
autoPause?: AutoPauseProperties;
|
|
3826
3940
|
/** Whether compute isolation is required or not. */
|
|
3827
3941
|
isComputeIsolationEnabled?: boolean;
|
|
3942
|
+
/** Whether autotune is required or not. */
|
|
3943
|
+
isAutotuneEnabled?: boolean;
|
|
3828
3944
|
/** Whether session level packages enabled. */
|
|
3829
3945
|
sessionLevelPackagesEnabled?: boolean;
|
|
3830
3946
|
/** The cache size */
|
|
@@ -4073,8 +4189,10 @@ export interface LibraryResource extends SubResource {
|
|
|
4073
4189
|
}
|
|
4074
4190
|
/** Integration runtime resource type. */
|
|
4075
4191
|
export interface IntegrationRuntimeResource extends SubResource {
|
|
4076
|
-
/**
|
|
4077
|
-
|
|
4192
|
+
/** Type of integration runtime. */
|
|
4193
|
+
typePropertiesType: IntegrationRuntimeType;
|
|
4194
|
+
/** Integration runtime description. */
|
|
4195
|
+
description?: string;
|
|
4078
4196
|
}
|
|
4079
4197
|
/** SparkConfiguration response details */
|
|
4080
4198
|
export interface SparkConfigurationResource extends SubResource {
|
|
@@ -4092,6 +4210,10 @@ export interface SparkConfigurationResource extends SubResource {
|
|
|
4092
4210
|
createdBy?: string;
|
|
4093
4211
|
/** The timestamp of resource creation. */
|
|
4094
4212
|
created?: Date;
|
|
4213
|
+
/** SparkConfiguration merge configs. */
|
|
4214
|
+
configMergeRule?: {
|
|
4215
|
+
[propertyName: string]: string;
|
|
4216
|
+
};
|
|
4095
4217
|
}
|
|
4096
4218
|
/** Known values of {@link AzureADOnlyAuthenticationName} that the service accepts. */
|
|
4097
4219
|
export declare enum KnownAzureADOnlyAuthenticationName {
|
|
@@ -4603,47 +4725,6 @@ export declare enum KnownWorkspacePublicNetworkAccess {
|
|
|
4603
4725
|
* **Disabled**
|
|
4604
4726
|
*/
|
|
4605
4727
|
export declare type WorkspacePublicNetworkAccess = string;
|
|
4606
|
-
/** Known values of {@link ManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityDesiredState} that the service accepts. */
|
|
4607
|
-
export declare enum KnownManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityDesiredState {
|
|
4608
|
-
/** Enabled */
|
|
4609
|
-
Enabled = "Enabled",
|
|
4610
|
-
/** Disabled */
|
|
4611
|
-
Disabled = "Disabled"
|
|
4612
|
-
}
|
|
4613
|
-
/**
|
|
4614
|
-
* Defines values for ManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityDesiredState. \
|
|
4615
|
-
* {@link KnownManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityDesiredState} can be used interchangeably with ManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityDesiredState,
|
|
4616
|
-
* this enum contains the known values that the service supports.
|
|
4617
|
-
* ### Known values supported by the service
|
|
4618
|
-
* **Enabled** \
|
|
4619
|
-
* **Disabled**
|
|
4620
|
-
*/
|
|
4621
|
-
export declare type ManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityDesiredState = string;
|
|
4622
|
-
/** Known values of {@link ManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityActualState} that the service accepts. */
|
|
4623
|
-
export declare enum KnownManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityActualState {
|
|
4624
|
-
/** Enabling */
|
|
4625
|
-
Enabling = "Enabling",
|
|
4626
|
-
/** Enabled */
|
|
4627
|
-
Enabled = "Enabled",
|
|
4628
|
-
/** Disabling */
|
|
4629
|
-
Disabling = "Disabling",
|
|
4630
|
-
/** Disabled */
|
|
4631
|
-
Disabled = "Disabled",
|
|
4632
|
-
/** Unknown */
|
|
4633
|
-
Unknown = "Unknown"
|
|
4634
|
-
}
|
|
4635
|
-
/**
|
|
4636
|
-
* Defines values for ManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityActualState. \
|
|
4637
|
-
* {@link KnownManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityActualState} can be used interchangeably with ManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityActualState,
|
|
4638
|
-
* this enum contains the known values that the service supports.
|
|
4639
|
-
* ### Known values supported by the service
|
|
4640
|
-
* **Enabling** \
|
|
4641
|
-
* **Enabled** \
|
|
4642
|
-
* **Disabling** \
|
|
4643
|
-
* **Disabled** \
|
|
4644
|
-
* **Unknown**
|
|
4645
|
-
*/
|
|
4646
|
-
export declare type ManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityActualState = string;
|
|
4647
4728
|
/** Known values of {@link ConfigurationType} that the service accepts. */
|
|
4648
4729
|
export declare enum KnownConfigurationType {
|
|
4649
4730
|
/** File */
|
|
@@ -4873,6 +4954,25 @@ export declare enum KnownIntegrationRuntimeAuthKeyName {
|
|
|
4873
4954
|
* **authKey2**
|
|
4874
4955
|
*/
|
|
4875
4956
|
export declare type IntegrationRuntimeAuthKeyName = string;
|
|
4957
|
+
/** Known values of {@link WorkspaceStatus} that the service accepts. */
|
|
4958
|
+
export declare enum KnownWorkspaceStatus {
|
|
4959
|
+
/** InProgress */
|
|
4960
|
+
InProgress = "InProgress",
|
|
4961
|
+
/** Succeeded */
|
|
4962
|
+
Succeeded = "Succeeded",
|
|
4963
|
+
/** Failed */
|
|
4964
|
+
Failed = "Failed"
|
|
4965
|
+
}
|
|
4966
|
+
/**
|
|
4967
|
+
* Defines values for WorkspaceStatus. \
|
|
4968
|
+
* {@link KnownWorkspaceStatus} can be used interchangeably with WorkspaceStatus,
|
|
4969
|
+
* this enum contains the known values that the service supports.
|
|
4970
|
+
* ### Known values supported by the service
|
|
4971
|
+
* **InProgress** \
|
|
4972
|
+
* **Succeeded** \
|
|
4973
|
+
* **Failed**
|
|
4974
|
+
*/
|
|
4975
|
+
export declare type WorkspaceStatus = string;
|
|
4876
4976
|
/** Known values of {@link Reason} that the service accepts. */
|
|
4877
4977
|
export declare enum KnownReason {
|
|
4878
4978
|
/** Invalid */
|
|
@@ -5554,6 +5654,10 @@ export declare type DataMaskingRuleState = "Disabled" | "Enabled";
|
|
|
5554
5654
|
export declare type DataMaskingFunction = "Default" | "CCN" | "Email" | "Number" | "SSN" | "Text";
|
|
5555
5655
|
/** Defines values for ResourceIdentityType. */
|
|
5556
5656
|
export declare type ResourceIdentityType = "None" | "SystemAssigned" | "SystemAssigned,UserAssigned";
|
|
5657
|
+
/** Defines values for DesiredState. */
|
|
5658
|
+
export declare type DesiredState = "Enabled" | "Disabled";
|
|
5659
|
+
/** Defines values for ActualState. */
|
|
5660
|
+
export declare type ActualState = "Enabling" | "Enabled" | "Disabling" | "Disabled" | "Unknown";
|
|
5557
5661
|
/** Defines values for Type. */
|
|
5558
5662
|
export declare type Type = "Microsoft.Synapse/workspaces/kustoPools/databases" | "Microsoft.Synapse/workspaces/kustoPools/attachedDatabaseConfigurations";
|
|
5559
5663
|
/** Defines values for QueryAggregationFunction. */
|
|
@@ -5628,7 +5732,7 @@ export interface IpFirewallRulesDeleteOptionalParams extends coreClient.Operatio
|
|
|
5628
5732
|
resumeFrom?: string;
|
|
5629
5733
|
}
|
|
5630
5734
|
/** Contains response data for the delete operation. */
|
|
5631
|
-
export declare type IpFirewallRulesDeleteResponse =
|
|
5735
|
+
export declare type IpFirewallRulesDeleteResponse = IpFirewallRuleInfo;
|
|
5632
5736
|
/** Optional parameters. */
|
|
5633
5737
|
export interface IpFirewallRulesGetOptionalParams extends coreClient.OperationOptions {
|
|
5634
5738
|
}
|
|
@@ -5798,6 +5902,10 @@ export interface SqlPoolsGetOptionalParams extends coreClient.OperationOptions {
|
|
|
5798
5902
|
export declare type SqlPoolsGetResponse = SqlPool;
|
|
5799
5903
|
/** Optional parameters. */
|
|
5800
5904
|
export interface SqlPoolsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
5905
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
5906
|
+
updateIntervalInMs?: number;
|
|
5907
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5908
|
+
resumeFrom?: string;
|
|
5801
5909
|
}
|
|
5802
5910
|
/** Contains response data for the update operation. */
|
|
5803
5911
|
export declare type SqlPoolsUpdateResponse = SqlPool;
|
|
@@ -5818,7 +5926,7 @@ export interface SqlPoolsDeleteOptionalParams extends coreClient.OperationOption
|
|
|
5818
5926
|
resumeFrom?: string;
|
|
5819
5927
|
}
|
|
5820
5928
|
/** Contains response data for the delete operation. */
|
|
5821
|
-
export declare type SqlPoolsDeleteResponse =
|
|
5929
|
+
export declare type SqlPoolsDeleteResponse = SqlPool;
|
|
5822
5930
|
/** Optional parameters. */
|
|
5823
5931
|
export interface SqlPoolsListByWorkspaceOptionalParams extends coreClient.OperationOptions {
|
|
5824
5932
|
}
|
|
@@ -5832,7 +5940,7 @@ export interface SqlPoolsPauseOptionalParams extends coreClient.OperationOptions
|
|
|
5832
5940
|
resumeFrom?: string;
|
|
5833
5941
|
}
|
|
5834
5942
|
/** Contains response data for the pause operation. */
|
|
5835
|
-
export declare type SqlPoolsPauseResponse =
|
|
5943
|
+
export declare type SqlPoolsPauseResponse = SqlPool;
|
|
5836
5944
|
/** Optional parameters. */
|
|
5837
5945
|
export interface SqlPoolsResumeOptionalParams extends coreClient.OperationOptions {
|
|
5838
5946
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -5841,7 +5949,7 @@ export interface SqlPoolsResumeOptionalParams extends coreClient.OperationOption
|
|
|
5841
5949
|
resumeFrom?: string;
|
|
5842
5950
|
}
|
|
5843
5951
|
/** Contains response data for the resume operation. */
|
|
5844
|
-
export declare type SqlPoolsResumeResponse =
|
|
5952
|
+
export declare type SqlPoolsResumeResponse = SqlPool;
|
|
5845
5953
|
/** Optional parameters. */
|
|
5846
5954
|
export interface SqlPoolsRenameOptionalParams extends coreClient.OperationOptions {
|
|
5847
5955
|
}
|
|
@@ -5862,9 +5970,13 @@ export interface SqlPoolMetadataSyncConfigsCreateOptionalParams extends coreClie
|
|
|
5862
5970
|
export declare type SqlPoolMetadataSyncConfigsCreateResponse = MetadataSyncConfig;
|
|
5863
5971
|
/** Optional parameters. */
|
|
5864
5972
|
export interface SqlPoolOperationResultsGetLocationHeaderResultOptionalParams extends coreClient.OperationOptions {
|
|
5973
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
5974
|
+
updateIntervalInMs?: number;
|
|
5975
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5976
|
+
resumeFrom?: string;
|
|
5865
5977
|
}
|
|
5866
5978
|
/** Contains response data for the getLocationHeaderResult operation. */
|
|
5867
|
-
export declare type SqlPoolOperationResultsGetLocationHeaderResultResponse =
|
|
5979
|
+
export declare type SqlPoolOperationResultsGetLocationHeaderResultResponse = SqlPool;
|
|
5868
5980
|
/** Optional parameters. */
|
|
5869
5981
|
export interface SqlPoolGeoBackupPoliciesListOptionalParams extends coreClient.OperationOptions {
|
|
5870
5982
|
}
|
|
@@ -6510,7 +6622,7 @@ export interface WorkspacesDeleteOptionalParams extends coreClient.OperationOpti
|
|
|
6510
6622
|
resumeFrom?: string;
|
|
6511
6623
|
}
|
|
6512
6624
|
/** Contains response data for the delete operation. */
|
|
6513
|
-
export declare type WorkspacesDeleteResponse =
|
|
6625
|
+
export declare type WorkspacesDeleteResponse = Workspace;
|
|
6514
6626
|
/** Optional parameters. */
|
|
6515
6627
|
export interface WorkspacesListOptionalParams extends coreClient.OperationOptions {
|
|
6516
6628
|
}
|
|
@@ -6621,7 +6733,7 @@ export interface BigDataPoolsDeleteOptionalParams extends coreClient.OperationOp
|
|
|
6621
6733
|
resumeFrom?: string;
|
|
6622
6734
|
}
|
|
6623
6735
|
/** Contains response data for the delete operation. */
|
|
6624
|
-
export declare type BigDataPoolsDeleteResponse =
|
|
6736
|
+
export declare type BigDataPoolsDeleteResponse = BigDataPoolResourceInfo;
|
|
6625
6737
|
/** Optional parameters. */
|
|
6626
6738
|
export interface BigDataPoolsListByWorkspaceOptionalParams extends coreClient.OperationOptions {
|
|
6627
6739
|
}
|
|
@@ -6788,6 +6900,21 @@ export interface IntegrationRuntimeStatusGetOptionalParams extends coreClient.Op
|
|
|
6788
6900
|
/** Contains response data for the get operation. */
|
|
6789
6901
|
export declare type IntegrationRuntimeStatusGetResponse = IntegrationRuntimeStatusResponse;
|
|
6790
6902
|
/** Optional parameters. */
|
|
6903
|
+
export interface GetIntegrationRuntimeStartOptionalParams extends coreClient.OperationOptions {
|
|
6904
|
+
}
|
|
6905
|
+
/** Contains response data for the integrationRuntimeStart operation. */
|
|
6906
|
+
export declare type GetIntegrationRuntimeStartResponse = IntegrationRuntimeOperationStatus;
|
|
6907
|
+
/** Optional parameters. */
|
|
6908
|
+
export interface GetIntegrationRuntimeStopOptionalParams extends coreClient.OperationOptions {
|
|
6909
|
+
}
|
|
6910
|
+
/** Contains response data for the integrationRuntimeStop operation. */
|
|
6911
|
+
export declare type GetIntegrationRuntimeStopResponse = IntegrationRuntimeStopOperationStatus;
|
|
6912
|
+
/** Optional parameters. */
|
|
6913
|
+
export interface GetIntegrationRuntimeEnableInteractivequeryOptionalParams extends coreClient.OperationOptions {
|
|
6914
|
+
}
|
|
6915
|
+
/** Contains response data for the integrationRuntimeEnableInteractivequery operation. */
|
|
6916
|
+
export declare type GetIntegrationRuntimeEnableInteractivequeryResponse = IntegrationRuntimeEnableinteractivequery;
|
|
6917
|
+
/** Optional parameters. */
|
|
6791
6918
|
export interface SparkConfigurationGetOptionalParams extends coreClient.OperationOptions {
|
|
6792
6919
|
}
|
|
6793
6920
|
/** Contains response data for the get operation. */
|
|
@@ -7091,6 +7218,11 @@ export interface KustoPoolDatabasePrincipalAssignmentsDeleteOptionalParams exten
|
|
|
7091
7218
|
resumeFrom?: string;
|
|
7092
7219
|
}
|
|
7093
7220
|
/** Optional parameters. */
|
|
7221
|
+
export interface KustoPoolPrivateLinkResourcesListOptionalParams extends coreClient.OperationOptions {
|
|
7222
|
+
}
|
|
7223
|
+
/** Contains response data for the list operation. */
|
|
7224
|
+
export declare type KustoPoolPrivateLinkResourcesListResponse = PrivateLinkResources;
|
|
7225
|
+
/** Optional parameters. */
|
|
7094
7226
|
export interface SynapseManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
7095
7227
|
/** server parameter */
|
|
7096
7228
|
$host?: string;
|