@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.
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 +2 -2
  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
@@ -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?: ManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityDesiredState;
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?: ManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityActualState;
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
- /** Integration runtime properties. */
1326
- properties: IntegrationRuntimeStatusUnion;
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
- /** Integration runtime properties. */
4077
- properties: IntegrationRuntimeUnion;
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 = Record<string, unknown>;
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 = Record<string, unknown>;
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 = Record<string, unknown>;
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 = Record<string, unknown>;
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 = Record<string, unknown>;
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 = Record<string, unknown>;
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 = Record<string, unknown>;
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;