@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
@@ -529,6 +529,35 @@ export interface MaintenanceWindowTimeRange {
529
529
  duration?: string;
530
530
  }
531
531
 
532
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.) */
533
+ export interface ErrorResponseAutoGenerated {
534
+ /**
535
+ * The error code.
536
+ * NOTE: This property will not be serialized. It can only be populated by the server.
537
+ */
538
+ readonly code?: string;
539
+ /**
540
+ * The error message.
541
+ * NOTE: This property will not be serialized. It can only be populated by the server.
542
+ */
543
+ readonly message?: string;
544
+ /**
545
+ * The error target.
546
+ * NOTE: This property will not be serialized. It can only be populated by the server.
547
+ */
548
+ readonly target?: string;
549
+ /**
550
+ * The error details.
551
+ * NOTE: This property will not be serialized. It can only be populated by the server.
552
+ */
553
+ readonly details?: ErrorResponseAutoGenerated[];
554
+ /**
555
+ * The error additional info.
556
+ * NOTE: This property will not be serialized. It can only be populated by the server.
557
+ */
558
+ readonly additionalInfo?: ErrorAdditionalInfo[];
559
+ }
560
+
532
561
  /** A list of transparent data encryption configurations. */
533
562
  export interface TransparentDataEncryptionListResult {
534
563
  /**
@@ -1127,12 +1156,12 @@ export interface WorkspacePatchInfo {
1127
1156
  /** Grant sql control to managed identity */
1128
1157
  export interface ManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentity {
1129
1158
  /** Desired state */
1130
- desiredState?: ManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityDesiredState;
1159
+ desiredState?: DesiredState;
1131
1160
  /**
1132
1161
  * Actual state
1133
1162
  * NOTE: This property will not be serialized. It can only be populated by the server.
1134
1163
  */
1135
- readonly actualState?: ManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityActualState;
1164
+ readonly actualState?: ActualState;
1136
1165
  }
1137
1166
 
1138
1167
  /** The response to a list restorable dropped Sql pools request */
@@ -1449,8 +1478,18 @@ export interface IntegrationRuntimeStatusResponse {
1449
1478
  * NOTE: This property will not be serialized. It can only be populated by the server.
1450
1479
  */
1451
1480
  readonly name?: string;
1452
- /** Integration runtime properties. */
1453
- properties: IntegrationRuntimeStatusUnion;
1481
+ /** Type of integration runtime. */
1482
+ type: IntegrationRuntimeType;
1483
+ /**
1484
+ * The workspace name which the integration runtime belong to.
1485
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1486
+ */
1487
+ readonly dataFactoryName?: string;
1488
+ /**
1489
+ * The state of integration runtime.
1490
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1491
+ */
1492
+ readonly state?: IntegrationRuntimeState;
1454
1493
  }
1455
1494
 
1456
1495
  /** Integration runtime status. */
@@ -1579,6 +1618,42 @@ export interface IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails {
1579
1618
  port?: number;
1580
1619
  }
1581
1620
 
1621
+ /** Integration Runtime Operation Status Properties */
1622
+ export interface IntegrationRuntimeOperationStatus {
1623
+ /** status of Start Integrationruntimes. */
1624
+ status?: WorkspaceStatus;
1625
+ /** The operation name. */
1626
+ name?: string;
1627
+ /** The operation properties. */
1628
+ properties?: Record<string, unknown>;
1629
+ /** The operation error message. */
1630
+ error?: string;
1631
+ }
1632
+
1633
+ /** Integration Runtime Operation Status Properties */
1634
+ export interface IntegrationRuntimeStopOperationStatus {
1635
+ /** status of Start Integrationruntimes. */
1636
+ status?: WorkspaceStatus;
1637
+ /** The operation name. */
1638
+ name?: string;
1639
+ /** The operation properties. */
1640
+ properties?: Record<string, unknown>;
1641
+ /** The operation error message. */
1642
+ error?: string;
1643
+ }
1644
+
1645
+ /** Integration Runtime Operation Status Properties */
1646
+ export interface IntegrationRuntimeEnableinteractivequery {
1647
+ /** EnableInteractivequery status of Integrationruntimes. */
1648
+ status?: WorkspaceStatus;
1649
+ /** The operation name. */
1650
+ name?: string;
1651
+ /** The operation properties. */
1652
+ properties?: Record<string, unknown>;
1653
+ /** The operation error message. */
1654
+ error?: string;
1655
+ }
1656
+
1582
1657
  /** A list of SparkConfiguration resources. */
1583
1658
  export interface SparkConfigurationListResponse {
1584
1659
  /** List of SparkConfiguration. */
@@ -1894,6 +1969,12 @@ export interface DatabasePrincipalAssignmentListResult {
1894
1969
  value?: DatabasePrincipalAssignment[];
1895
1970
  }
1896
1971
 
1972
+ /** The list Kusto Private Link Resources operation response. */
1973
+ export interface PrivateLinkResources {
1974
+ /** The list of Kusto Private Link Resources. */
1975
+ value?: KustoPoolPrivateLinkResources[];
1976
+ }
1977
+
1897
1978
  /** A database query. */
1898
1979
  export interface TopQueries {
1899
1980
  /**
@@ -3915,6 +3996,11 @@ export interface ClusterPrincipalAssignment extends ProxyResource {
3915
3996
  * NOTE: This property will not be serialized. It can only be populated by the server.
3916
3997
  */
3917
3998
  readonly provisioningState?: ResourceProvisioningState;
3999
+ /**
4000
+ * The service principal object id in AAD (Azure active directory)
4001
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4002
+ */
4003
+ readonly aadObjectId?: string;
3918
4004
  }
3919
4005
 
3920
4006
  /** Class representing a database principal assignment. */
@@ -3947,6 +4033,40 @@ export interface DatabasePrincipalAssignment extends ProxyResource {
3947
4033
  * NOTE: This property will not be serialized. It can only be populated by the server.
3948
4034
  */
3949
4035
  readonly provisioningState?: ResourceProvisioningState;
4036
+ /**
4037
+ * The service principal object id in AAD (Azure active directory)
4038
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4039
+ */
4040
+ readonly aadObjectId?: string;
4041
+ }
4042
+
4043
+ /** Class representing a Private Link Resources. */
4044
+ export interface KustoPoolPrivateLinkResources extends ProxyResource {
4045
+ /**
4046
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
4047
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4048
+ */
4049
+ readonly systemData?: SystemData;
4050
+ /**
4051
+ * The Private link resources GroupId
4052
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4053
+ */
4054
+ readonly groupId?: string;
4055
+ /**
4056
+ * The private link resource required member names.
4057
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4058
+ */
4059
+ readonly requiredMembers?: string[];
4060
+ /**
4061
+ * The private link resource required zone names.
4062
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4063
+ */
4064
+ readonly requiredZoneNames?: string[];
4065
+ /**
4066
+ * The provisioned state of the resource.
4067
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4068
+ */
4069
+ readonly provisioningState?: ResourceProvisioningState;
3950
4070
  }
3951
4071
 
3952
4072
  /** A privateLinkHub */
@@ -4084,6 +4204,8 @@ export interface BigDataPoolResourceInfo extends TrackedResource {
4084
4204
  autoPause?: AutoPauseProperties;
4085
4205
  /** Whether compute isolation is required or not. */
4086
4206
  isComputeIsolationEnabled?: boolean;
4207
+ /** Whether autotune is required or not. */
4208
+ isAutotuneEnabled?: boolean;
4087
4209
  /** Whether session level packages enabled. */
4088
4210
  sessionLevelPackagesEnabled?: boolean;
4089
4211
  /** The cache size */
@@ -4340,8 +4462,10 @@ export interface LibraryResource extends SubResource {
4340
4462
 
4341
4463
  /** Integration runtime resource type. */
4342
4464
  export interface IntegrationRuntimeResource extends SubResource {
4343
- /** Integration runtime properties. */
4344
- properties: IntegrationRuntimeUnion;
4465
+ /** Type of integration runtime. */
4466
+ typePropertiesType: IntegrationRuntimeType;
4467
+ /** Integration runtime description. */
4468
+ description?: string;
4345
4469
  }
4346
4470
 
4347
4471
  /** SparkConfiguration response details */
@@ -4358,6 +4482,8 @@ export interface SparkConfigurationResource extends SubResource {
4358
4482
  createdBy?: string;
4359
4483
  /** The timestamp of resource creation. */
4360
4484
  created?: Date;
4485
+ /** SparkConfiguration merge configs. */
4486
+ configMergeRule?: { [propertyName: string]: string };
4361
4487
  }
4362
4488
 
4363
4489
  /** Known values of {@link AzureADOnlyAuthenticationName} that the service accepts. */
@@ -4918,51 +5044,6 @@ export enum KnownWorkspacePublicNetworkAccess {
4918
5044
  */
4919
5045
  export type WorkspacePublicNetworkAccess = string;
4920
5046
 
4921
- /** Known values of {@link ManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityDesiredState} that the service accepts. */
4922
- export enum KnownManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityDesiredState {
4923
- /** Enabled */
4924
- Enabled = "Enabled",
4925
- /** Disabled */
4926
- Disabled = "Disabled"
4927
- }
4928
-
4929
- /**
4930
- * Defines values for ManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityDesiredState. \
4931
- * {@link KnownManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityDesiredState} can be used interchangeably with ManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityDesiredState,
4932
- * this enum contains the known values that the service supports.
4933
- * ### Known values supported by the service
4934
- * **Enabled** \
4935
- * **Disabled**
4936
- */
4937
- export type ManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityDesiredState = string;
4938
-
4939
- /** Known values of {@link ManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityActualState} that the service accepts. */
4940
- export enum KnownManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityActualState {
4941
- /** Enabling */
4942
- Enabling = "Enabling",
4943
- /** Enabled */
4944
- Enabled = "Enabled",
4945
- /** Disabling */
4946
- Disabling = "Disabling",
4947
- /** Disabled */
4948
- Disabled = "Disabled",
4949
- /** Unknown */
4950
- Unknown = "Unknown"
4951
- }
4952
-
4953
- /**
4954
- * Defines values for ManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityActualState. \
4955
- * {@link KnownManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityActualState} can be used interchangeably with ManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityActualState,
4956
- * this enum contains the known values that the service supports.
4957
- * ### Known values supported by the service
4958
- * **Enabling** \
4959
- * **Enabled** \
4960
- * **Disabling** \
4961
- * **Disabled** \
4962
- * **Unknown**
4963
- */
4964
- export type ManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityActualState = string;
4965
-
4966
5047
  /** Known values of {@link ConfigurationType} that the service accepts. */
4967
5048
  export enum KnownConfigurationType {
4968
5049
  /** File */
@@ -5212,6 +5293,27 @@ export enum KnownIntegrationRuntimeAuthKeyName {
5212
5293
  */
5213
5294
  export type IntegrationRuntimeAuthKeyName = string;
5214
5295
 
5296
+ /** Known values of {@link WorkspaceStatus} that the service accepts. */
5297
+ export enum KnownWorkspaceStatus {
5298
+ /** InProgress */
5299
+ InProgress = "InProgress",
5300
+ /** Succeeded */
5301
+ Succeeded = "Succeeded",
5302
+ /** Failed */
5303
+ Failed = "Failed"
5304
+ }
5305
+
5306
+ /**
5307
+ * Defines values for WorkspaceStatus. \
5308
+ * {@link KnownWorkspaceStatus} can be used interchangeably with WorkspaceStatus,
5309
+ * this enum contains the known values that the service supports.
5310
+ * ### Known values supported by the service
5311
+ * **InProgress** \
5312
+ * **Succeeded** \
5313
+ * **Failed**
5314
+ */
5315
+ export type WorkspaceStatus = string;
5316
+
5215
5317
  /** Known values of {@link Reason} that the service accepts. */
5216
5318
  export enum KnownReason {
5217
5319
  /** Invalid */
@@ -5965,6 +6067,15 @@ export type ResourceIdentityType =
5965
6067
  | "None"
5966
6068
  | "SystemAssigned"
5967
6069
  | "SystemAssigned,UserAssigned";
6070
+ /** Defines values for DesiredState. */
6071
+ export type DesiredState = "Enabled" | "Disabled";
6072
+ /** Defines values for ActualState. */
6073
+ export type ActualState =
6074
+ | "Enabling"
6075
+ | "Enabled"
6076
+ | "Disabling"
6077
+ | "Disabled"
6078
+ | "Unknown";
5968
6079
  /** Defines values for Type. */
5969
6080
  export type Type =
5970
6081
  | "Microsoft.Synapse/workspaces/kustoPools/databases"
@@ -6075,7 +6186,7 @@ export interface IpFirewallRulesDeleteOptionalParams
6075
6186
  }
6076
6187
 
6077
6188
  /** Contains response data for the delete operation. */
6078
- export type IpFirewallRulesDeleteResponse = Record<string, unknown>;
6189
+ export type IpFirewallRulesDeleteResponse = IpFirewallRuleInfo;
6079
6190
 
6080
6191
  /** Optional parameters. */
6081
6192
  export interface IpFirewallRulesGetOptionalParams
@@ -6308,7 +6419,12 @@ export type SqlPoolsGetResponse = SqlPool;
6308
6419
 
6309
6420
  /** Optional parameters. */
6310
6421
  export interface SqlPoolsUpdateOptionalParams
6311
- extends coreClient.OperationOptions {}
6422
+ extends coreClient.OperationOptions {
6423
+ /** Delay to wait until next poll, in milliseconds. */
6424
+ updateIntervalInMs?: number;
6425
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
6426
+ resumeFrom?: string;
6427
+ }
6312
6428
 
6313
6429
  /** Contains response data for the update operation. */
6314
6430
  export type SqlPoolsUpdateResponse = SqlPool;
@@ -6335,7 +6451,7 @@ export interface SqlPoolsDeleteOptionalParams
6335
6451
  }
6336
6452
 
6337
6453
  /** Contains response data for the delete operation. */
6338
- export type SqlPoolsDeleteResponse = Record<string, unknown>;
6454
+ export type SqlPoolsDeleteResponse = SqlPool;
6339
6455
 
6340
6456
  /** Optional parameters. */
6341
6457
  export interface SqlPoolsListByWorkspaceOptionalParams
@@ -6354,7 +6470,7 @@ export interface SqlPoolsPauseOptionalParams
6354
6470
  }
6355
6471
 
6356
6472
  /** Contains response data for the pause operation. */
6357
- export type SqlPoolsPauseResponse = Record<string, unknown>;
6473
+ export type SqlPoolsPauseResponse = SqlPool;
6358
6474
 
6359
6475
  /** Optional parameters. */
6360
6476
  export interface SqlPoolsResumeOptionalParams
@@ -6366,7 +6482,7 @@ export interface SqlPoolsResumeOptionalParams
6366
6482
  }
6367
6483
 
6368
6484
  /** Contains response data for the resume operation. */
6369
- export type SqlPoolsResumeResponse = Record<string, unknown>;
6485
+ export type SqlPoolsResumeResponse = SqlPool;
6370
6486
 
6371
6487
  /** Optional parameters. */
6372
6488
  export interface SqlPoolsRenameOptionalParams
@@ -6395,13 +6511,15 @@ export type SqlPoolMetadataSyncConfigsCreateResponse = MetadataSyncConfig;
6395
6511
 
6396
6512
  /** Optional parameters. */
6397
6513
  export interface SqlPoolOperationResultsGetLocationHeaderResultOptionalParams
6398
- extends coreClient.OperationOptions {}
6514
+ extends coreClient.OperationOptions {
6515
+ /** Delay to wait until next poll, in milliseconds. */
6516
+ updateIntervalInMs?: number;
6517
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
6518
+ resumeFrom?: string;
6519
+ }
6399
6520
 
6400
6521
  /** Contains response data for the getLocationHeaderResult operation. */
6401
- export type SqlPoolOperationResultsGetLocationHeaderResultResponse = Record<
6402
- string,
6403
- unknown
6404
- >;
6522
+ export type SqlPoolOperationResultsGetLocationHeaderResultResponse = SqlPool;
6405
6523
 
6406
6524
  /** Optional parameters. */
6407
6525
  export interface SqlPoolGeoBackupPoliciesListOptionalParams
@@ -7293,7 +7411,7 @@ export interface WorkspacesDeleteOptionalParams
7293
7411
  }
7294
7412
 
7295
7413
  /** Contains response data for the delete operation. */
7296
- export type WorkspacesDeleteResponse = Record<string, unknown>;
7414
+ export type WorkspacesDeleteResponse = Workspace;
7297
7415
 
7298
7416
  /** Optional parameters. */
7299
7417
  export interface WorkspacesListOptionalParams
@@ -7443,7 +7561,7 @@ export interface BigDataPoolsDeleteOptionalParams
7443
7561
  }
7444
7562
 
7445
7563
  /** Contains response data for the delete operation. */
7446
- export type BigDataPoolsDeleteResponse = Record<string, unknown>;
7564
+ export type BigDataPoolsDeleteResponse = BigDataPoolResourceInfo;
7447
7565
 
7448
7566
  /** Optional parameters. */
7449
7567
  export interface BigDataPoolsListByWorkspaceOptionalParams
@@ -7669,6 +7787,27 @@ export interface IntegrationRuntimeStatusGetOptionalParams
7669
7787
  /** Contains response data for the get operation. */
7670
7788
  export type IntegrationRuntimeStatusGetResponse = IntegrationRuntimeStatusResponse;
7671
7789
 
7790
+ /** Optional parameters. */
7791
+ export interface GetIntegrationRuntimeStartOptionalParams
7792
+ extends coreClient.OperationOptions {}
7793
+
7794
+ /** Contains response data for the integrationRuntimeStart operation. */
7795
+ export type GetIntegrationRuntimeStartResponse = IntegrationRuntimeOperationStatus;
7796
+
7797
+ /** Optional parameters. */
7798
+ export interface GetIntegrationRuntimeStopOptionalParams
7799
+ extends coreClient.OperationOptions {}
7800
+
7801
+ /** Contains response data for the integrationRuntimeStop operation. */
7802
+ export type GetIntegrationRuntimeStopResponse = IntegrationRuntimeStopOperationStatus;
7803
+
7804
+ /** Optional parameters. */
7805
+ export interface GetIntegrationRuntimeEnableInteractivequeryOptionalParams
7806
+ extends coreClient.OperationOptions {}
7807
+
7808
+ /** Contains response data for the integrationRuntimeEnableInteractivequery operation. */
7809
+ export type GetIntegrationRuntimeEnableInteractivequeryResponse = IntegrationRuntimeEnableinteractivequery;
7810
+
7672
7811
  /** Optional parameters. */
7673
7812
  export interface SparkConfigurationGetOptionalParams
7674
7813
  extends coreClient.OperationOptions {}
@@ -8076,6 +8215,13 @@ export interface KustoPoolDatabasePrincipalAssignmentsDeleteOptionalParams
8076
8215
  resumeFrom?: string;
8077
8216
  }
8078
8217
 
8218
+ /** Optional parameters. */
8219
+ export interface KustoPoolPrivateLinkResourcesListOptionalParams
8220
+ extends coreClient.OperationOptions {}
8221
+
8222
+ /** Contains response data for the list operation. */
8223
+ export type KustoPoolPrivateLinkResourcesListResponse = PrivateLinkResources;
8224
+
8079
8225
  /** Optional parameters. */
8080
8226
  export interface SynapseManagementClientOptionalParams
8081
8227
  extends coreClient.ServiceClientOptions {