@azure/arm-sql 10.1.0-beta.1 → 10.1.0-beta.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 (364) hide show
  1. package/CHANGELOG.md +749 -719
  2. package/dist/index.js +3884 -3803
  3. package/dist/index.js.map +1 -1
  4. package/dist/index.min.js +1 -1
  5. package/dist/index.min.js.map +1 -1
  6. package/dist-esm/samples-dev/databasesCreateOrUpdateSample.js +21 -21
  7. package/dist-esm/samples-dev/databasesDeleteSample.js +1 -1
  8. package/dist-esm/samples-dev/databasesExportSample.js +2 -2
  9. package/dist-esm/samples-dev/databasesFailoverSample.js +1 -1
  10. package/dist-esm/samples-dev/databasesGetSample.js +5 -5
  11. package/dist-esm/samples-dev/databasesImportSample.js +2 -2
  12. package/dist-esm/samples-dev/databasesListByElasticPoolSample.js +1 -1
  13. package/dist-esm/samples-dev/databasesListByServerSample.js +2 -2
  14. package/dist-esm/samples-dev/databasesListInaccessibleByServerSample.js +1 -1
  15. package/dist-esm/samples-dev/databasesPauseSample.js +1 -1
  16. package/dist-esm/samples-dev/databasesRenameSample.js +1 -1
  17. package/dist-esm/samples-dev/databasesResumeSample.js +1 -1
  18. package/dist-esm/samples-dev/databasesUpdateSample.js +6 -6
  19. package/dist-esm/samples-dev/databasesUpgradeDataWarehouseSample.js +1 -1
  20. package/dist-esm/samples-dev/failoverGroupsCreateOrUpdateSample.js +1 -1
  21. package/dist-esm/samples-dev/failoverGroupsDeleteSample.js +1 -1
  22. package/dist-esm/samples-dev/failoverGroupsFailoverSample.js +1 -1
  23. package/dist-esm/samples-dev/failoverGroupsForceFailoverAllowDataLossSample.js +1 -1
  24. package/dist-esm/samples-dev/failoverGroupsGetSample.js +3 -3
  25. package/dist-esm/samples-dev/failoverGroupsGetSample.js.map +1 -1
  26. package/dist-esm/samples-dev/failoverGroupsListByServerSample.js +1 -1
  27. package/dist-esm/samples-dev/failoverGroupsTryPlannedBeforeForcedFailoverSample.js +1 -1
  28. package/dist-esm/samples-dev/failoverGroupsUpdateSample.js +1 -1
  29. package/dist-esm/samples-dev/serversCheckNameAvailabilitySample.js +3 -3
  30. package/dist-esm/samples-dev/serversCreateOrUpdateSample.js +2 -1
  31. package/dist-esm/samples-dev/serversCreateOrUpdateSample.js.map +1 -1
  32. package/dist-esm/samples-dev/serversDeleteSample.js +1 -1
  33. package/dist-esm/samples-dev/serversGetSample.js +2 -2
  34. package/dist-esm/samples-dev/serversImportDatabaseSample.js +2 -2
  35. package/dist-esm/samples-dev/serversListByResourceGroupSample.js +2 -2
  36. package/dist-esm/samples-dev/serversListSample.js +2 -2
  37. package/dist-esm/samples-dev/serversRefreshStatusSample.js +1 -1
  38. package/dist-esm/samples-dev/serversUpdateSample.js +2 -1
  39. package/dist-esm/samples-dev/serversUpdateSample.js.map +1 -1
  40. package/dist-esm/src/models/index.d.ts +568 -520
  41. package/dist-esm/src/models/index.d.ts.map +1 -1
  42. package/dist-esm/src/models/index.js +50 -42
  43. package/dist-esm/src/models/index.js.map +1 -1
  44. package/dist-esm/src/models/mappers.d.ts +14 -14
  45. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  46. package/dist-esm/src/models/mappers.js +708 -646
  47. package/dist-esm/src/models/mappers.js.map +1 -1
  48. package/dist-esm/src/models/parameters.d.ts +14 -13
  49. package/dist-esm/src/models/parameters.d.ts.map +1 -1
  50. package/dist-esm/src/models/parameters.js +50 -39
  51. package/dist-esm/src/models/parameters.js.map +1 -1
  52. package/dist-esm/src/operations/backupShortTermRetentionPolicies.js +4 -4
  53. package/dist-esm/src/operations/capabilities.js +1 -1
  54. package/dist-esm/src/operations/dataWarehouseUserActivitiesOperations.js +2 -2
  55. package/dist-esm/src/operations/databaseAdvancedThreatProtectionSettings.js +3 -3
  56. package/dist-esm/src/operations/databaseAdvisors.js +3 -3
  57. package/dist-esm/src/operations/databaseAutomaticTuningOperations.js +2 -2
  58. package/dist-esm/src/operations/databaseBlobAuditingPolicies.js +3 -3
  59. package/dist-esm/src/operations/databaseColumns.js +3 -3
  60. package/dist-esm/src/operations/databaseEncryptionProtectors.js +2 -2
  61. package/dist-esm/src/operations/databaseExtensionsOperations.js +3 -3
  62. package/dist-esm/src/operations/databaseOperations.js +2 -2
  63. package/dist-esm/src/operations/databaseRecommendedActions.js +3 -3
  64. package/dist-esm/src/operations/databaseSchemas.js +2 -2
  65. package/dist-esm/src/operations/databaseSecurityAlertPolicies.js +3 -3
  66. package/dist-esm/src/operations/databaseSqlVulnerabilityAssessmentBaselines.js +4 -4
  67. package/dist-esm/src/operations/databaseSqlVulnerabilityAssessmentBaselines.js.map +1 -1
  68. package/dist-esm/src/operations/databaseSqlVulnerabilityAssessmentExecuteScan.js +1 -1
  69. package/dist-esm/src/operations/databaseSqlVulnerabilityAssessmentRuleBaselines.js +5 -5
  70. package/dist-esm/src/operations/databaseSqlVulnerabilityAssessmentRuleBaselines.js.map +1 -1
  71. package/dist-esm/src/operations/databaseSqlVulnerabilityAssessmentScanResult.js +2 -2
  72. package/dist-esm/src/operations/databaseSqlVulnerabilityAssessmentScans.js +2 -2
  73. package/dist-esm/src/operations/databaseSqlVulnerabilityAssessmentsSettings.js +2 -2
  74. package/dist-esm/src/operations/databaseTables.js +2 -2
  75. package/dist-esm/src/operations/databaseUsages.js +1 -1
  76. package/dist-esm/src/operations/databaseVulnerabilityAssessmentRuleBaselines.js +3 -3
  77. package/dist-esm/src/operations/databaseVulnerabilityAssessmentScans.js +4 -4
  78. package/dist-esm/src/operations/databaseVulnerabilityAssessments.js +4 -4
  79. package/dist-esm/src/operations/deletedServers.js +4 -4
  80. package/dist-esm/src/operations/distributedAvailabilityGroups.js +5 -5
  81. package/dist-esm/src/operations/elasticPoolOperations.js +2 -2
  82. package/dist-esm/src/operations/elasticPools.js +6 -6
  83. package/dist-esm/src/operations/elasticPools.js.map +1 -1
  84. package/dist-esm/src/operations/encryptionProtectors.js +4 -4
  85. package/dist-esm/src/operations/endpointCertificates.js +2 -2
  86. package/dist-esm/src/operations/extendedDatabaseBlobAuditingPolicies.js +3 -3
  87. package/dist-esm/src/operations/extendedServerBlobAuditingPolicies.js +3 -3
  88. package/dist-esm/src/operations/failoverGroups.js +10 -10
  89. package/dist-esm/src/operations/firewallRules.js +5 -5
  90. package/dist-esm/src/operations/iPv6FirewallRules.js +5 -5
  91. package/dist-esm/src/operations/iPv6FirewallRules.js.map +1 -1
  92. package/dist-esm/src/operations/index.d.ts +2 -2
  93. package/dist-esm/src/operations/index.d.ts.map +1 -1
  94. package/dist-esm/src/operations/index.js +2 -2
  95. package/dist-esm/src/operations/index.js.map +1 -1
  96. package/dist-esm/src/operations/instanceFailoverGroups.js +6 -6
  97. package/dist-esm/src/operations/instancePools.js +6 -6
  98. package/dist-esm/src/operations/jobAgents.js +5 -5
  99. package/dist-esm/src/operations/jobCredentials.js +4 -4
  100. package/dist-esm/src/operations/jobExecutions.js +6 -6
  101. package/dist-esm/src/operations/jobStepExecutions.js +2 -2
  102. package/dist-esm/src/operations/jobSteps.js +6 -6
  103. package/dist-esm/src/operations/jobTargetExecutions.js +3 -3
  104. package/dist-esm/src/operations/jobTargetGroups.js +4 -4
  105. package/dist-esm/src/operations/jobVersions.js +2 -2
  106. package/dist-esm/src/operations/jobs.js +4 -4
  107. package/dist-esm/src/operations/ledgerDigestUploadsOperations.js +4 -4
  108. package/dist-esm/src/operations/longTermRetentionBackups.js +14 -14
  109. package/dist-esm/src/operations/longTermRetentionManagedInstanceBackups.js +10 -10
  110. package/dist-esm/src/operations/longTermRetentionPolicies.js +3 -3
  111. package/dist-esm/src/operations/maintenanceWindowOptionsOperations.js +1 -1
  112. package/dist-esm/src/operations/maintenanceWindowsOperations.js +2 -2
  113. package/dist-esm/src/operations/managedBackupShortTermRetentionPolicies.js +4 -4
  114. package/dist-esm/src/operations/managedDatabaseAdvancedThreatProtectionSettings.js +3 -3
  115. package/dist-esm/src/operations/managedDatabaseColumns.js +3 -3
  116. package/dist-esm/src/operations/managedDatabaseMoveOperations.js +2 -2
  117. package/dist-esm/src/operations/managedDatabaseQueries.js +2 -2
  118. package/dist-esm/src/operations/managedDatabaseRecommendedSensitivityLabels.js +1 -1
  119. package/dist-esm/src/operations/managedDatabaseRestoreDetails.js +1 -1
  120. package/dist-esm/src/operations/managedDatabaseSchemas.js +2 -2
  121. package/dist-esm/src/operations/managedDatabaseSecurityAlertPolicies.js +3 -3
  122. package/dist-esm/src/operations/managedDatabaseSecurityEvents.js +1 -1
  123. package/dist-esm/src/operations/managedDatabaseSensitivityLabels.js +8 -8
  124. package/dist-esm/src/operations/managedDatabaseTables.js +2 -2
  125. package/dist-esm/src/operations/managedDatabaseTransparentDataEncryption.js +3 -3
  126. package/dist-esm/src/operations/managedDatabaseVulnerabilityAssessmentRuleBaselines.js +3 -3
  127. package/dist-esm/src/operations/managedDatabaseVulnerabilityAssessmentScans.js +4 -4
  128. package/dist-esm/src/operations/managedDatabaseVulnerabilityAssessments.js +4 -4
  129. package/dist-esm/src/operations/managedDatabases.js +10 -10
  130. package/dist-esm/src/operations/managedInstanceAdministrators.js +4 -4
  131. package/dist-esm/src/operations/managedInstanceAdvancedThreatProtectionSettings.js +3 -3
  132. package/dist-esm/src/operations/managedInstanceAzureADOnlyAuthentications.js +4 -4
  133. package/dist-esm/src/operations/managedInstanceDtcs.js +3 -3
  134. package/dist-esm/src/operations/managedInstanceEncryptionProtectors.js +4 -4
  135. package/dist-esm/src/operations/managedInstanceKeys.js +4 -4
  136. package/dist-esm/src/operations/managedInstanceLongTermRetentionPolicies.js +3 -3
  137. package/dist-esm/src/operations/managedInstanceOperations.js +3 -3
  138. package/dist-esm/src/operations/managedInstancePrivateEndpointConnections.js +4 -4
  139. package/dist-esm/src/operations/managedInstancePrivateLinkResources.js +2 -2
  140. package/dist-esm/src/operations/managedInstanceTdeCertificates.js +1 -1
  141. package/dist-esm/src/operations/managedInstanceVulnerabilityAssessments.js +4 -4
  142. package/dist-esm/src/operations/managedInstances.js +12 -12
  143. package/dist-esm/src/operations/managedInstances.js.map +1 -1
  144. package/dist-esm/src/operations/managedLedgerDigestUploadsOperations.js +4 -4
  145. package/dist-esm/src/operations/managedRestorableDroppedDatabaseBackupShortTermRetentionPolicies.js +4 -4
  146. package/dist-esm/src/operations/managedServerDnsAliases.js +5 -5
  147. package/dist-esm/src/operations/managedServerSecurityAlertPolicies.js +3 -3
  148. package/dist-esm/src/operations/operations.js +1 -1
  149. package/dist-esm/src/operations/outboundFirewallRules.js +4 -4
  150. package/dist-esm/src/operations/privateEndpointConnections.js +4 -4
  151. package/dist-esm/src/operations/privateLinkResources.js +2 -2
  152. package/dist-esm/src/operations/recommendedSensitivityLabels.js +1 -1
  153. package/dist-esm/src/operations/recoverableDatabases.js +3 -3
  154. package/dist-esm/src/operations/recoverableDatabases.js.map +1 -1
  155. package/dist-esm/src/operations/recoverableManagedDatabases.js +2 -2
  156. package/dist-esm/src/operations/replicationLinks.js +6 -6
  157. package/dist-esm/src/operations/restorableDroppedDatabases.js +3 -3
  158. package/dist-esm/src/operations/restorableDroppedDatabases.js.map +1 -1
  159. package/dist-esm/src/operations/restorableDroppedManagedDatabases.js +2 -2
  160. package/dist-esm/src/operations/restorePoints.js +4 -4
  161. package/dist-esm/src/operations/sensitivityLabels.js +8 -8
  162. package/dist-esm/src/operations/serverAdvancedThreatProtectionSettings.js +3 -3
  163. package/dist-esm/src/operations/serverAdvisors.js +3 -3
  164. package/dist-esm/src/operations/serverAutomaticTuningOperations.js +2 -2
  165. package/dist-esm/src/operations/serverAzureADAdministrators.js +4 -4
  166. package/dist-esm/src/operations/serverAzureADOnlyAuthentications.js +4 -4
  167. package/dist-esm/src/operations/serverBlobAuditingPolicies.js +3 -3
  168. package/dist-esm/src/operations/serverConfigurationOptions.js +3 -3
  169. package/dist-esm/src/operations/serverConnectionPolicies.js +3 -3
  170. package/dist-esm/src/operations/serverDevOpsAuditSettings.js +3 -3
  171. package/dist-esm/src/operations/serverDnsAliases.js +5 -5
  172. package/dist-esm/src/operations/serverKeys.js +4 -4
  173. package/dist-esm/src/operations/serverOperations.js +1 -1
  174. package/dist-esm/src/operations/serverSecurityAlertPolicies.js +3 -3
  175. package/dist-esm/src/operations/serverTrustCertificates.js +4 -4
  176. package/dist-esm/src/operations/serverTrustGroups.js +5 -5
  177. package/dist-esm/src/operations/serverVulnerabilityAssessments.js +4 -4
  178. package/dist-esm/src/operations/servers.js +4 -4
  179. package/dist-esm/src/operations/servers.js.map +1 -1
  180. package/dist-esm/src/operations/sqlAgent.js +2 -2
  181. package/dist-esm/src/operations/sqlVulnerabilityAssessmentBaseline.js +2 -2
  182. package/dist-esm/src/operations/sqlVulnerabilityAssessmentBaselines.js +2 -2
  183. package/dist-esm/src/operations/sqlVulnerabilityAssessmentBaselines.js.map +1 -1
  184. package/dist-esm/src/operations/sqlVulnerabilityAssessmentExecuteScan.js +1 -1
  185. package/dist-esm/src/operations/sqlVulnerabilityAssessmentRuleBaseline.js +4 -4
  186. package/dist-esm/src/operations/sqlVulnerabilityAssessmentRuleBaseline.js.map +1 -1
  187. package/dist-esm/src/operations/sqlVulnerabilityAssessmentRuleBaselines.js +1 -1
  188. package/dist-esm/src/operations/sqlVulnerabilityAssessmentScanResult.js +2 -2
  189. package/dist-esm/src/operations/sqlVulnerabilityAssessmentScans.js +2 -2
  190. package/dist-esm/src/operations/sqlVulnerabilityAssessments.js +1 -1
  191. package/dist-esm/src/operations/sqlVulnerabilityAssessmentsSettings.js +4 -4
  192. package/dist-esm/src/operations/sqlVulnerabilityAssessmentsSettings.js.map +1 -1
  193. package/dist-esm/src/operations/startStopManagedInstanceSchedules.js +5 -5
  194. package/dist-esm/src/operations/subscriptionUsages.js +2 -2
  195. package/dist-esm/src/operations/synapseLinkWorkspaces.js +1 -1
  196. package/dist-esm/src/operations/syncAgents.js +6 -6
  197. package/dist-esm/src/operations/syncGroups.js +11 -11
  198. package/dist-esm/src/operations/syncMembers.js +7 -7
  199. package/dist-esm/src/operations/tdeCertificates.js +1 -1
  200. package/dist-esm/src/operations/timeZones.js +2 -2
  201. package/dist-esm/src/operations/transparentDataEncryptions.js +4 -4
  202. package/dist-esm/src/operations/usages.js +1 -1
  203. package/dist-esm/src/operations/virtualClusters.js +6 -6
  204. package/dist-esm/src/operations/virtualNetworkRules.js +4 -4
  205. package/dist-esm/src/operations/workloadClassifiers.js +4 -4
  206. package/dist-esm/src/operations/workloadGroups.js +4 -4
  207. package/dist-esm/src/operationsInterfaces/index.d.ts +2 -2
  208. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
  209. package/dist-esm/src/operationsInterfaces/index.js +2 -2
  210. package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
  211. package/dist-esm/src/sqlManagementClient.d.ts +3 -3
  212. package/dist-esm/src/sqlManagementClient.d.ts.map +1 -1
  213. package/dist-esm/src/sqlManagementClient.js +4 -4
  214. package/dist-esm/src/sqlManagementClient.js.map +1 -1
  215. package/package.json +6 -5
  216. package/review/arm-sql.api.md +19 -0
  217. package/src/models/index.ts +736 -686
  218. package/src/models/mappers.ts +747 -681
  219. package/src/models/parameters.ts +63 -51
  220. package/src/operations/backupShortTermRetentionPolicies.ts +4 -4
  221. package/src/operations/capabilities.ts +1 -1
  222. package/src/operations/dataWarehouseUserActivitiesOperations.ts +2 -2
  223. package/src/operations/databaseAdvancedThreatProtectionSettings.ts +3 -3
  224. package/src/operations/databaseAdvisors.ts +3 -3
  225. package/src/operations/databaseAutomaticTuningOperations.ts +2 -2
  226. package/src/operations/databaseBlobAuditingPolicies.ts +3 -3
  227. package/src/operations/databaseColumns.ts +3 -3
  228. package/src/operations/databaseEncryptionProtectors.ts +2 -2
  229. package/src/operations/databaseExtensionsOperations.ts +3 -3
  230. package/src/operations/databaseOperations.ts +2 -2
  231. package/src/operations/databaseRecommendedActions.ts +3 -3
  232. package/src/operations/databaseSchemas.ts +2 -2
  233. package/src/operations/databaseSecurityAlertPolicies.ts +3 -3
  234. package/src/operations/databaseSqlVulnerabilityAssessmentBaselines.ts +4 -4
  235. package/src/operations/databaseSqlVulnerabilityAssessmentExecuteScan.ts +1 -1
  236. package/src/operations/databaseSqlVulnerabilityAssessmentRuleBaselines.ts +5 -5
  237. package/src/operations/databaseSqlVulnerabilityAssessmentScanResult.ts +2 -2
  238. package/src/operations/databaseSqlVulnerabilityAssessmentScans.ts +2 -2
  239. package/src/operations/databaseSqlVulnerabilityAssessmentsSettings.ts +2 -2
  240. package/src/operations/databaseTables.ts +2 -2
  241. package/src/operations/databaseUsages.ts +1 -1
  242. package/src/operations/databaseVulnerabilityAssessmentRuleBaselines.ts +3 -3
  243. package/src/operations/databaseVulnerabilityAssessmentScans.ts +4 -4
  244. package/src/operations/databaseVulnerabilityAssessments.ts +4 -4
  245. package/src/operations/deletedServers.ts +4 -4
  246. package/src/operations/distributedAvailabilityGroups.ts +5 -5
  247. package/src/operations/elasticPoolOperations.ts +2 -2
  248. package/src/operations/elasticPools.ts +6 -6
  249. package/src/operations/encryptionProtectors.ts +4 -4
  250. package/src/operations/endpointCertificates.ts +2 -2
  251. package/src/operations/extendedDatabaseBlobAuditingPolicies.ts +3 -3
  252. package/src/operations/extendedServerBlobAuditingPolicies.ts +3 -3
  253. package/src/operations/failoverGroups.ts +10 -10
  254. package/src/operations/firewallRules.ts +5 -5
  255. package/src/operations/iPv6FirewallRules.ts +5 -5
  256. package/src/operations/index.ts +2 -2
  257. package/src/operations/instanceFailoverGroups.ts +6 -6
  258. package/src/operations/instancePools.ts +6 -6
  259. package/src/operations/jobAgents.ts +5 -5
  260. package/src/operations/jobCredentials.ts +4 -4
  261. package/src/operations/jobExecutions.ts +6 -6
  262. package/src/operations/jobStepExecutions.ts +2 -2
  263. package/src/operations/jobSteps.ts +6 -6
  264. package/src/operations/jobTargetExecutions.ts +3 -3
  265. package/src/operations/jobTargetGroups.ts +4 -4
  266. package/src/operations/jobVersions.ts +2 -2
  267. package/src/operations/jobs.ts +4 -4
  268. package/src/operations/ledgerDigestUploadsOperations.ts +4 -4
  269. package/src/operations/longTermRetentionBackups.ts +14 -14
  270. package/src/operations/longTermRetentionManagedInstanceBackups.ts +10 -10
  271. package/src/operations/longTermRetentionPolicies.ts +3 -3
  272. package/src/operations/maintenanceWindowOptionsOperations.ts +1 -1
  273. package/src/operations/maintenanceWindowsOperations.ts +2 -2
  274. package/src/operations/managedBackupShortTermRetentionPolicies.ts +4 -4
  275. package/src/operations/managedDatabaseAdvancedThreatProtectionSettings.ts +3 -3
  276. package/src/operations/managedDatabaseColumns.ts +3 -3
  277. package/src/operations/managedDatabaseMoveOperations.ts +2 -2
  278. package/src/operations/managedDatabaseQueries.ts +2 -2
  279. package/src/operations/managedDatabaseRecommendedSensitivityLabels.ts +1 -1
  280. package/src/operations/managedDatabaseRestoreDetails.ts +1 -1
  281. package/src/operations/managedDatabaseSchemas.ts +2 -2
  282. package/src/operations/managedDatabaseSecurityAlertPolicies.ts +3 -3
  283. package/src/operations/managedDatabaseSecurityEvents.ts +1 -1
  284. package/src/operations/managedDatabaseSensitivityLabels.ts +8 -8
  285. package/src/operations/managedDatabaseTables.ts +2 -2
  286. package/src/operations/managedDatabaseTransparentDataEncryption.ts +3 -3
  287. package/src/operations/managedDatabaseVulnerabilityAssessmentRuleBaselines.ts +3 -3
  288. package/src/operations/managedDatabaseVulnerabilityAssessmentScans.ts +4 -4
  289. package/src/operations/managedDatabaseVulnerabilityAssessments.ts +4 -4
  290. package/src/operations/managedDatabases.ts +10 -10
  291. package/src/operations/managedInstanceAdministrators.ts +4 -4
  292. package/src/operations/managedInstanceAdvancedThreatProtectionSettings.ts +3 -3
  293. package/src/operations/managedInstanceAzureADOnlyAuthentications.ts +4 -4
  294. package/src/operations/managedInstanceDtcs.ts +3 -3
  295. package/src/operations/managedInstanceEncryptionProtectors.ts +4 -4
  296. package/src/operations/managedInstanceKeys.ts +4 -4
  297. package/src/operations/managedInstanceLongTermRetentionPolicies.ts +3 -3
  298. package/src/operations/managedInstanceOperations.ts +3 -3
  299. package/src/operations/managedInstancePrivateEndpointConnections.ts +4 -4
  300. package/src/operations/managedInstancePrivateLinkResources.ts +2 -2
  301. package/src/operations/managedInstanceTdeCertificates.ts +1 -1
  302. package/src/operations/managedInstanceVulnerabilityAssessments.ts +4 -4
  303. package/src/operations/managedInstances.ts +12 -12
  304. package/src/operations/managedLedgerDigestUploadsOperations.ts +4 -4
  305. package/src/operations/managedRestorableDroppedDatabaseBackupShortTermRetentionPolicies.ts +4 -4
  306. package/src/operations/managedServerDnsAliases.ts +5 -5
  307. package/src/operations/managedServerSecurityAlertPolicies.ts +3 -3
  308. package/src/operations/operations.ts +1 -1
  309. package/src/operations/outboundFirewallRules.ts +4 -4
  310. package/src/operations/privateEndpointConnections.ts +4 -4
  311. package/src/operations/privateLinkResources.ts +2 -2
  312. package/src/operations/recommendedSensitivityLabels.ts +1 -1
  313. package/src/operations/recoverableDatabases.ts +3 -3
  314. package/src/operations/recoverableManagedDatabases.ts +2 -2
  315. package/src/operations/replicationLinks.ts +6 -6
  316. package/src/operations/restorableDroppedDatabases.ts +3 -3
  317. package/src/operations/restorableDroppedManagedDatabases.ts +2 -2
  318. package/src/operations/restorePoints.ts +4 -4
  319. package/src/operations/sensitivityLabels.ts +8 -8
  320. package/src/operations/serverAdvancedThreatProtectionSettings.ts +3 -3
  321. package/src/operations/serverAdvisors.ts +3 -3
  322. package/src/operations/serverAutomaticTuningOperations.ts +2 -2
  323. package/src/operations/serverAzureADAdministrators.ts +4 -4
  324. package/src/operations/serverAzureADOnlyAuthentications.ts +4 -4
  325. package/src/operations/serverBlobAuditingPolicies.ts +3 -3
  326. package/src/operations/serverConfigurationOptions.ts +3 -3
  327. package/src/operations/serverConnectionPolicies.ts +3 -3
  328. package/src/operations/serverDevOpsAuditSettings.ts +3 -3
  329. package/src/operations/serverDnsAliases.ts +5 -5
  330. package/src/operations/serverKeys.ts +4 -4
  331. package/src/operations/serverOperations.ts +1 -1
  332. package/src/operations/serverSecurityAlertPolicies.ts +3 -3
  333. package/src/operations/serverTrustCertificates.ts +4 -4
  334. package/src/operations/serverTrustGroups.ts +5 -5
  335. package/src/operations/serverVulnerabilityAssessments.ts +4 -4
  336. package/src/operations/servers.ts +4 -4
  337. package/src/operations/sqlAgent.ts +2 -2
  338. package/src/operations/sqlVulnerabilityAssessmentBaseline.ts +2 -2
  339. package/src/operations/sqlVulnerabilityAssessmentBaselines.ts +2 -2
  340. package/src/operations/sqlVulnerabilityAssessmentExecuteScan.ts +1 -1
  341. package/src/operations/sqlVulnerabilityAssessmentRuleBaseline.ts +4 -4
  342. package/src/operations/sqlVulnerabilityAssessmentRuleBaselines.ts +1 -1
  343. package/src/operations/sqlVulnerabilityAssessmentScanResult.ts +2 -2
  344. package/src/operations/sqlVulnerabilityAssessmentScans.ts +2 -2
  345. package/src/operations/sqlVulnerabilityAssessments.ts +1 -1
  346. package/src/operations/sqlVulnerabilityAssessmentsSettings.ts +4 -4
  347. package/src/operations/startStopManagedInstanceSchedules.ts +5 -5
  348. package/src/operations/subscriptionUsages.ts +2 -2
  349. package/src/operations/synapseLinkWorkspaces.ts +1 -1
  350. package/src/operations/syncAgents.ts +6 -6
  351. package/src/operations/syncGroups.ts +11 -11
  352. package/src/operations/syncMembers.ts +7 -7
  353. package/src/operations/tdeCertificates.ts +1 -1
  354. package/src/operations/timeZones.ts +2 -2
  355. package/src/operations/transparentDataEncryptions.ts +4 -4
  356. package/src/operations/usages.ts +1 -1
  357. package/src/operations/virtualClusters.ts +6 -6
  358. package/src/operations/virtualNetworkRules.ts +4 -4
  359. package/src/operations/workloadClassifiers.ts +4 -4
  360. package/src/operations/workloadGroups.ts +4 -4
  361. package/src/operationsInterfaces/index.ts +2 -2
  362. package/src/sqlManagementClient.ts +11 -11
  363. package/types/arm-sql.d.ts +52 -2
  364. package/types/tsdoc-metadata.json +1 -1
@@ -3303,6 +3303,16 @@ export interface DatabaseUpdate {
3303
3303
  encryptionProtector?: string;
3304
3304
  /** Type of enclave requested on the database i.e. Default or VBS enclaves. */
3305
3305
  preferredEnclaveType?: AlwaysEncryptedEnclaveType;
3306
+ /** Whether or not the database uses free monthly limits. Allowed on one database in a subscription. */
3307
+ useFreeLimit?: boolean;
3308
+ /**
3309
+ * Specifies the behavior when monthly free limits are exhausted for the free database.
3310
+ *
3311
+ * AutoPause: The database will be auto paused upon exhaustion of free limits for remainder of the month.
3312
+ *
3313
+ * BillForUsage: The database will continue to be online upon exhaustion of free limits and any overage will be billed.
3314
+ */
3315
+ freeLimitExhaustionBehavior?: FreeLimitExhaustionBehavior;
3306
3316
  /**
3307
3317
  * Whether or not customer controlled manual cutover needs to be done during Update Database operation to Hyperscale tier.
3308
3318
  *
@@ -3323,6 +3333,8 @@ export interface DatabaseUpdate {
3323
3333
  * When performCutover is specified, the scaling operation will trigger cutover and perform role-change to Hyperscale database.
3324
3334
  */
3325
3335
  performCutover?: boolean;
3336
+ /** The flag to enable or disable auto rotation of database encryption protector AKV key. */
3337
+ encryptionProtectorAutoRotation?: boolean;
3326
3338
  }
3327
3339
  /** Contains the information necessary to perform export database operation. */
3328
3340
  export interface ExportDatabaseDefinition {
@@ -3867,154 +3879,6 @@ export interface ServerConfigurationOptionListResult {
3867
3879
  */
3868
3880
  readonly nextLink?: string;
3869
3881
  }
3870
- /** A request to check whether the specified name for a resource is available. */
3871
- export interface CheckNameAvailabilityRequest {
3872
- name: string;
3873
- type: "Microsoft.Sql/servers";
3874
- }
3875
- /** The result of a name availability check. */
3876
- export interface CheckNameAvailabilityResponse {
3877
- /**
3878
- * The name whose availability was checked.
3879
- * NOTE: This property will not be serialized. It can only be populated by the server.
3880
- */
3881
- readonly name?: string;
3882
- /**
3883
- * True if the name is available, otherwise false.
3884
- * NOTE: This property will not be serialized. It can only be populated by the server.
3885
- */
3886
- readonly available?: boolean;
3887
- /**
3888
- * The reason code explaining why the name is unavailable. Will be undefined if the name is available.
3889
- * NOTE: This property will not be serialized. It can only be populated by the server.
3890
- */
3891
- readonly reason?: CheckNameAvailabilityReason;
3892
- /**
3893
- * A message explaining why the name is unavailable. Will be undefined if the name is available.
3894
- * NOTE: This property will not be serialized. It can only be populated by the server.
3895
- */
3896
- readonly message?: string;
3897
- }
3898
- /** A list of servers. */
3899
- export interface ServerListResult {
3900
- /**
3901
- * Array of results.
3902
- * NOTE: This property will not be serialized. It can only be populated by the server.
3903
- */
3904
- readonly value?: Server[];
3905
- /**
3906
- * Link to retrieve next page of results.
3907
- * NOTE: This property will not be serialized. It can only be populated by the server.
3908
- */
3909
- readonly nextLink?: string;
3910
- }
3911
- /** A private endpoint connection under a server */
3912
- export interface ServerPrivateEndpointConnection {
3913
- /**
3914
- * Resource ID.
3915
- * NOTE: This property will not be serialized. It can only be populated by the server.
3916
- */
3917
- readonly id?: string;
3918
- /**
3919
- * Private endpoint connection properties
3920
- * NOTE: This property will not be serialized. It can only be populated by the server.
3921
- */
3922
- readonly properties?: PrivateEndpointConnectionProperties;
3923
- }
3924
- /** Properties of a active directory administrator. */
3925
- export interface ServerExternalAdministrator {
3926
- /** Type of the sever administrator. */
3927
- administratorType?: AdministratorType;
3928
- /** Principal Type of the sever administrator. */
3929
- principalType?: PrincipalType;
3930
- /** Login name of the server administrator. */
3931
- login?: string;
3932
- /** SID (object ID) of the server administrator. */
3933
- sid?: string;
3934
- /** Tenant ID of the administrator. */
3935
- tenantId?: string;
3936
- /** Azure Active Directory only Authentication enabled. */
3937
- azureADOnlyAuthentication?: boolean;
3938
- }
3939
- /** An update request for an Azure SQL Database server. */
3940
- export interface ServerUpdate {
3941
- /** Server identity */
3942
- identity?: ResourceIdentity;
3943
- /** Resource tags. */
3944
- tags?: {
3945
- [propertyName: string]: string;
3946
- };
3947
- /** Administrator username for the server. Once created it cannot be changed. */
3948
- administratorLogin?: string;
3949
- /** The administrator login password (required for server creation). */
3950
- administratorLoginPassword?: string;
3951
- /** The version of the server. */
3952
- version?: string;
3953
- /**
3954
- * The state of the server.
3955
- * NOTE: This property will not be serialized. It can only be populated by the server.
3956
- */
3957
- readonly state?: string;
3958
- /**
3959
- * The fully qualified domain name of the server.
3960
- * NOTE: This property will not be serialized. It can only be populated by the server.
3961
- */
3962
- readonly fullyQualifiedDomainName?: string;
3963
- /**
3964
- * List of private endpoint connections on a server
3965
- * NOTE: This property will not be serialized. It can only be populated by the server.
3966
- */
3967
- readonly privateEndpointConnections?: ServerPrivateEndpointConnection[];
3968
- /** Minimal TLS version. Allowed values: 'None', '1.0', '1.1', '1.2' */
3969
- minimalTlsVersion?: string;
3970
- /** Whether or not public endpoint access is allowed for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled' or 'SecuredByPerimeter' */
3971
- publicNetworkAccess?: ServerPublicNetworkAccessFlag;
3972
- /**
3973
- * Whether or not existing server has a workspace created and if it allows connection from workspace
3974
- * NOTE: This property will not be serialized. It can only be populated by the server.
3975
- */
3976
- readonly workspaceFeature?: ServerWorkspaceFeature;
3977
- /** The resource id of a user assigned identity to be used by default. */
3978
- primaryUserAssignedIdentityId?: string;
3979
- /** The Client id used for cross tenant CMK scenario */
3980
- federatedClientId?: string;
3981
- /** A CMK URI of the key to use for encryption. */
3982
- keyId?: string;
3983
- /** The Azure Active Directory administrator of the server. This can only be used at server create time. If used for server update, it will be ignored or it will result in an error. For updates individual APIs will need to be used. */
3984
- administrators?: ServerExternalAdministrator;
3985
- /** Whether or not to restrict outbound network access for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled' */
3986
- restrictOutboundNetworkAccess?: ServerNetworkAccessFlag;
3987
- /**
3988
- * Status of external governance.
3989
- * NOTE: This property will not be serialized. It can only be populated by the server.
3990
- */
3991
- readonly externalGovernanceStatus?: ExternalGovernanceStatus;
3992
- }
3993
- /** Contains the information necessary to perform import operation for new database. */
3994
- export interface ImportNewDatabaseDefinition {
3995
- /** Name of the import database. */
3996
- databaseName?: string;
3997
- /** Edition of the import database. */
3998
- edition?: string;
3999
- /** Service level objective name of the import database. */
4000
- serviceObjectiveName?: string;
4001
- /** Max size in bytes for the import database. */
4002
- maxSizeBytes?: string;
4003
- /** Storage key type. */
4004
- storageKeyType: StorageKeyType;
4005
- /** Storage key. */
4006
- storageKey: string;
4007
- /** Storage Uri. */
4008
- storageUri: string;
4009
- /** Administrator login name. */
4010
- administratorLogin: string;
4011
- /** Administrator login password. */
4012
- administratorLoginPassword: string;
4013
- /** Authentication type. */
4014
- authenticationType?: string;
4015
- /** Optional resource information to enable network isolation for request. */
4016
- networkIsolation?: NetworkIsolationSettings;
4017
- }
4018
3882
  /** Managed instance's Start/Stop schedule list result. */
4019
3883
  export interface StartStopManagedInstanceScheduleListResult {
4020
3884
  /**
@@ -4052,59 +3916,6 @@ export interface LogicalDatabaseTransparentDataEncryptionListResult {
4052
3916
  */
4053
3917
  readonly nextLink?: string;
4054
3918
  }
4055
- /** A list of failover groups. */
4056
- export interface FailoverGroupListResult {
4057
- /**
4058
- * Array of results.
4059
- * NOTE: This property will not be serialized. It can only be populated by the server.
4060
- */
4061
- readonly value?: FailoverGroup[];
4062
- /**
4063
- * Link to retrieve next page of results.
4064
- * NOTE: This property will not be serialized. It can only be populated by the server.
4065
- */
4066
- readonly nextLink?: string;
4067
- }
4068
- /** Read-write endpoint of the failover group instance. */
4069
- export interface FailoverGroupReadWriteEndpoint {
4070
- /** Failover policy of the read-write endpoint for the failover group. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required. */
4071
- failoverPolicy: ReadWriteEndpointFailoverPolicy;
4072
- /** Grace period before failover with data loss is attempted for the read-write endpoint. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required. */
4073
- failoverWithDataLossGracePeriodMinutes?: number;
4074
- }
4075
- /** Read-only endpoint of the failover group instance. */
4076
- export interface FailoverGroupReadOnlyEndpoint {
4077
- /** Failover policy of the read-only endpoint for the failover group. */
4078
- failoverPolicy?: ReadOnlyEndpointFailoverPolicy;
4079
- }
4080
- /** Partner server information for the failover group. */
4081
- export interface PartnerInfo {
4082
- /** Resource identifier of the partner server. */
4083
- id: string;
4084
- /**
4085
- * Geo location of the partner server.
4086
- * NOTE: This property will not be serialized. It can only be populated by the server.
4087
- */
4088
- readonly location?: string;
4089
- /**
4090
- * Replication role of the partner server.
4091
- * NOTE: This property will not be serialized. It can only be populated by the server.
4092
- */
4093
- readonly replicationRole?: FailoverGroupReplicationRole;
4094
- }
4095
- /** A failover group update request. */
4096
- export interface FailoverGroupUpdate {
4097
- /** Resource tags. */
4098
- tags?: {
4099
- [propertyName: string]: string;
4100
- };
4101
- /** Read-write endpoint of the failover group instance. */
4102
- readWriteEndpoint?: FailoverGroupReadWriteEndpoint;
4103
- /** Read-only endpoint of the failover group instance. */
4104
- readOnlyEndpoint?: FailoverGroupReadOnlyEndpoint;
4105
- /** List of databases in the failover group. */
4106
- databases?: string[];
4107
- }
4108
3919
  /** The response to a list IPv6 firewall rules request */
4109
3920
  export interface IPv6FirewallRuleListResult {
4110
3921
  /**
@@ -4334,49 +4145,256 @@ export interface SqlVulnerabilityAssessmentListResult {
4334
4145
  */
4335
4146
  readonly nextLink?: string;
4336
4147
  }
4337
- /** A Slo Usage Metric. */
4338
- export interface SloUsageMetric {
4148
+ /** A request to check whether the specified name for a resource is available. */
4149
+ export interface CheckNameAvailabilityRequest {
4150
+ name: string;
4151
+ type: "Microsoft.Sql/servers";
4152
+ }
4153
+ /** The result of a name availability check. */
4154
+ export interface CheckNameAvailabilityResponse {
4339
4155
  /**
4340
- * The serviceLevelObjective for SLO usage metric.
4156
+ * The name whose availability was checked.
4341
4157
  * NOTE: This property will not be serialized. It can only be populated by the server.
4342
4158
  */
4343
- readonly serviceLevelObjective?: ServiceObjectiveName;
4159
+ readonly name?: string;
4344
4160
  /**
4345
- * The serviceLevelObjectiveId for SLO usage metric.
4161
+ * True if the name is available, otherwise false.
4346
4162
  * NOTE: This property will not be serialized. It can only be populated by the server.
4347
4163
  */
4348
- readonly serviceLevelObjectiveId?: string;
4164
+ readonly available?: boolean;
4349
4165
  /**
4350
- * Gets or sets inRangeTimeRatio for SLO usage metric.
4166
+ * The reason code explaining why the name is unavailable. Will be undefined if the name is available.
4351
4167
  * NOTE: This property will not be serialized. It can only be populated by the server.
4352
4168
  */
4353
- readonly inRangeTimeRatio?: number;
4169
+ readonly reason?: CheckNameAvailabilityReason;
4170
+ /**
4171
+ * A message explaining why the name is unavailable. Will be undefined if the name is available.
4172
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4173
+ */
4174
+ readonly message?: string;
4354
4175
  }
4355
- /** The impact of an operation, both in absolute and relative terms. */
4356
- export interface OperationImpact {
4176
+ /** A list of servers. */
4177
+ export interface ServerListResult {
4357
4178
  /**
4358
- * The name of the impact dimension.
4179
+ * Array of results.
4359
4180
  * NOTE: This property will not be serialized. It can only be populated by the server.
4360
4181
  */
4361
- readonly name?: string;
4182
+ readonly value?: Server[];
4362
4183
  /**
4363
- * The unit in which estimated impact to dimension is measured.
4184
+ * Link to retrieve next page of results.
4364
4185
  * NOTE: This property will not be serialized. It can only be populated by the server.
4365
4186
  */
4366
- readonly unit?: string;
4187
+ readonly nextLink?: string;
4188
+ }
4189
+ /** A private endpoint connection under a server */
4190
+ export interface ServerPrivateEndpointConnection {
4367
4191
  /**
4368
- * The absolute impact to dimension.
4192
+ * Resource ID.
4369
4193
  * NOTE: This property will not be serialized. It can only be populated by the server.
4370
4194
  */
4371
- readonly changeValueAbsolute?: number;
4195
+ readonly id?: string;
4372
4196
  /**
4373
- * The relative impact to dimension (null if not applicable)
4197
+ * Private endpoint connection properties
4374
4198
  * NOTE: This property will not be serialized. It can only be populated by the server.
4375
4199
  */
4376
- readonly changeValueRelative?: number;
4200
+ readonly properties?: PrivateEndpointConnectionProperties;
4377
4201
  }
4378
- /** The properties that are supported in the $filter operation. */
4379
- export interface SecurityEventsFilterParameters {
4202
+ /** Properties of a active directory administrator. */
4203
+ export interface ServerExternalAdministrator {
4204
+ /** Type of the sever administrator. */
4205
+ administratorType?: AdministratorType;
4206
+ /** Principal Type of the sever administrator. */
4207
+ principalType?: PrincipalType;
4208
+ /** Login name of the server administrator. */
4209
+ login?: string;
4210
+ /** SID (object ID) of the server administrator. */
4211
+ sid?: string;
4212
+ /** Tenant ID of the administrator. */
4213
+ tenantId?: string;
4214
+ /** Azure Active Directory only Authentication enabled. */
4215
+ azureADOnlyAuthentication?: boolean;
4216
+ }
4217
+ /** An update request for an Azure SQL Database server. */
4218
+ export interface ServerUpdate {
4219
+ /** Server identity */
4220
+ identity?: ResourceIdentity;
4221
+ /** Resource tags. */
4222
+ tags?: {
4223
+ [propertyName: string]: string;
4224
+ };
4225
+ /** Administrator username for the server. Once created it cannot be changed. */
4226
+ administratorLogin?: string;
4227
+ /** The administrator login password (required for server creation). */
4228
+ administratorLoginPassword?: string;
4229
+ /** The version of the server. */
4230
+ version?: string;
4231
+ /**
4232
+ * The state of the server.
4233
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4234
+ */
4235
+ readonly state?: string;
4236
+ /**
4237
+ * The fully qualified domain name of the server.
4238
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4239
+ */
4240
+ readonly fullyQualifiedDomainName?: string;
4241
+ /**
4242
+ * List of private endpoint connections on a server
4243
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4244
+ */
4245
+ readonly privateEndpointConnections?: ServerPrivateEndpointConnection[];
4246
+ /** Minimal TLS version. Allowed values: 'None', '1.0', '1.1', '1.2' */
4247
+ minimalTlsVersion?: string;
4248
+ /** Whether or not public endpoint access is allowed for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled' or 'SecuredByPerimeter' */
4249
+ publicNetworkAccess?: ServerPublicNetworkAccessFlag;
4250
+ /**
4251
+ * Whether or not existing server has a workspace created and if it allows connection from workspace
4252
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4253
+ */
4254
+ readonly workspaceFeature?: ServerWorkspaceFeature;
4255
+ /** The resource id of a user assigned identity to be used by default. */
4256
+ primaryUserAssignedIdentityId?: string;
4257
+ /** The Client id used for cross tenant CMK scenario */
4258
+ federatedClientId?: string;
4259
+ /** A CMK URI of the key to use for encryption. */
4260
+ keyId?: string;
4261
+ /** The Azure Active Directory administrator of the server. This can only be used at server create time. If used for server update, it will be ignored or it will result in an error. For updates individual APIs will need to be used. */
4262
+ administrators?: ServerExternalAdministrator;
4263
+ /** Whether or not to restrict outbound network access for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled' */
4264
+ restrictOutboundNetworkAccess?: ServerNetworkAccessFlag;
4265
+ /** Whether or not to enable IPv6 support for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled' */
4266
+ isIPv6Enabled?: ServerNetworkAccessFlag;
4267
+ /**
4268
+ * Status of external governance.
4269
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4270
+ */
4271
+ readonly externalGovernanceStatus?: ExternalGovernanceStatus;
4272
+ }
4273
+ /** Contains the information necessary to perform import operation for new database. */
4274
+ export interface ImportNewDatabaseDefinition {
4275
+ /** Name of the import database. */
4276
+ databaseName?: string;
4277
+ /** Edition of the import database. */
4278
+ edition?: string;
4279
+ /** Service level objective name of the import database. */
4280
+ serviceObjectiveName?: string;
4281
+ /** Max size in bytes for the import database. */
4282
+ maxSizeBytes?: string;
4283
+ /** Storage key type. */
4284
+ storageKeyType: StorageKeyType;
4285
+ /** Storage key. */
4286
+ storageKey: string;
4287
+ /** Storage Uri. */
4288
+ storageUri: string;
4289
+ /** Administrator login name. */
4290
+ administratorLogin: string;
4291
+ /** Administrator login password. */
4292
+ administratorLoginPassword: string;
4293
+ /** Authentication type. */
4294
+ authenticationType?: string;
4295
+ /** Optional resource information to enable network isolation for request. */
4296
+ networkIsolation?: NetworkIsolationSettings;
4297
+ }
4298
+ /** A list of failover groups. */
4299
+ export interface FailoverGroupListResult {
4300
+ /**
4301
+ * Array of results.
4302
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4303
+ */
4304
+ readonly value?: FailoverGroup[];
4305
+ /**
4306
+ * Link to retrieve next page of results.
4307
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4308
+ */
4309
+ readonly nextLink?: string;
4310
+ }
4311
+ /** Read-write endpoint of the failover group instance. */
4312
+ export interface FailoverGroupReadWriteEndpoint {
4313
+ /** Failover policy of the read-write endpoint for the failover group. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required. */
4314
+ failoverPolicy: ReadWriteEndpointFailoverPolicy;
4315
+ /** Grace period before failover with data loss is attempted for the read-write endpoint. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required. */
4316
+ failoverWithDataLossGracePeriodMinutes?: number;
4317
+ }
4318
+ /** Read-only endpoint of the failover group instance. */
4319
+ export interface FailoverGroupReadOnlyEndpoint {
4320
+ /** Failover policy of the read-only endpoint for the failover group. */
4321
+ failoverPolicy?: ReadOnlyEndpointFailoverPolicy;
4322
+ /** The target partner server where the read-only endpoint points to. */
4323
+ targetServer?: string;
4324
+ }
4325
+ /** Partner server information for the failover group. */
4326
+ export interface PartnerInfo {
4327
+ /** Resource identifier of the partner server. */
4328
+ id: string;
4329
+ /**
4330
+ * Geo location of the partner server.
4331
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4332
+ */
4333
+ readonly location?: string;
4334
+ /**
4335
+ * Replication role of the partner server.
4336
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4337
+ */
4338
+ readonly replicationRole?: FailoverGroupReplicationRole;
4339
+ }
4340
+ /** A failover group update request. */
4341
+ export interface FailoverGroupUpdate {
4342
+ /** Resource tags. */
4343
+ tags?: {
4344
+ [propertyName: string]: string;
4345
+ };
4346
+ /** Read-write endpoint of the failover group instance. */
4347
+ readWriteEndpoint?: FailoverGroupReadWriteEndpoint;
4348
+ /** Read-only endpoint of the failover group instance. */
4349
+ readOnlyEndpoint?: FailoverGroupReadOnlyEndpoint;
4350
+ /** List of databases in the failover group. */
4351
+ databases?: string[];
4352
+ /** List of partner server information for the failover group. */
4353
+ partnerServers?: PartnerInfo[];
4354
+ }
4355
+ /** A Slo Usage Metric. */
4356
+ export interface SloUsageMetric {
4357
+ /**
4358
+ * The serviceLevelObjective for SLO usage metric.
4359
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4360
+ */
4361
+ readonly serviceLevelObjective?: ServiceObjectiveName;
4362
+ /**
4363
+ * The serviceLevelObjectiveId for SLO usage metric.
4364
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4365
+ */
4366
+ readonly serviceLevelObjectiveId?: string;
4367
+ /**
4368
+ * Gets or sets inRangeTimeRatio for SLO usage metric.
4369
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4370
+ */
4371
+ readonly inRangeTimeRatio?: number;
4372
+ }
4373
+ /** The impact of an operation, both in absolute and relative terms. */
4374
+ export interface OperationImpact {
4375
+ /**
4376
+ * The name of the impact dimension.
4377
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4378
+ */
4379
+ readonly name?: string;
4380
+ /**
4381
+ * The unit in which estimated impact to dimension is measured.
4382
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4383
+ */
4384
+ readonly unit?: string;
4385
+ /**
4386
+ * The absolute impact to dimension.
4387
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4388
+ */
4389
+ readonly changeValueAbsolute?: number;
4390
+ /**
4391
+ * The relative impact to dimension (null if not applicable)
4392
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4393
+ */
4394
+ readonly changeValueRelative?: number;
4395
+ }
4396
+ /** The properties that are supported in the $filter operation. */
4397
+ export interface SecurityEventsFilterParameters {
4380
4398
  /** Filter on the event time. */
4381
4399
  eventTime?: Date;
4382
4400
  /** Whether to show server records or not. */
@@ -7549,39 +7567,6 @@ export interface ServerConfigurationOption extends ProxyResource {
7549
7567
  */
7550
7568
  readonly provisioningState?: ProvisioningState;
7551
7569
  }
7552
- /** An RefreshExternalGovernanceStatus operation result resource. */
7553
- export interface RefreshExternalGovernanceStatusOperationResult extends ProxyResource {
7554
- /**
7555
- * Request Id.
7556
- * NOTE: This property will not be serialized. It can only be populated by the server.
7557
- */
7558
- readonly requestId?: string;
7559
- /**
7560
- * Request type.
7561
- * NOTE: This property will not be serialized. It can only be populated by the server.
7562
- */
7563
- readonly requestType?: string;
7564
- /**
7565
- * Queued time.
7566
- * NOTE: This property will not be serialized. It can only be populated by the server.
7567
- */
7568
- readonly queuedTime?: string;
7569
- /**
7570
- * Server name.
7571
- * NOTE: This property will not be serialized. It can only be populated by the server.
7572
- */
7573
- readonly serverName?: string;
7574
- /**
7575
- * Operation status.
7576
- * NOTE: This property will not be serialized. It can only be populated by the server.
7577
- */
7578
- readonly status?: string;
7579
- /**
7580
- * Error message.
7581
- * NOTE: This property will not be serialized. It can only be populated by the server.
7582
- */
7583
- readonly errorMessage?: string;
7584
- }
7585
7570
  /** Managed instance's Start/Stop schedule. */
7586
7571
  export interface StartStopManagedInstanceSchedule extends ProxyResource {
7587
7572
  /**
@@ -7611,36 +7596,6 @@ export interface LogicalDatabaseTransparentDataEncryption extends ProxyResource
7611
7596
  /** Specifies the state of the transparent data encryption. */
7612
7597
  state?: TransparentDataEncryptionState;
7613
7598
  }
7614
- /** A failover group. */
7615
- export interface FailoverGroup extends ProxyResource {
7616
- /**
7617
- * Resource location.
7618
- * NOTE: This property will not be serialized. It can only be populated by the server.
7619
- */
7620
- readonly location?: string;
7621
- /** Resource tags. */
7622
- tags?: {
7623
- [propertyName: string]: string;
7624
- };
7625
- /** Read-write endpoint of the failover group instance. */
7626
- readWriteEndpoint?: FailoverGroupReadWriteEndpoint;
7627
- /** Read-only endpoint of the failover group instance. */
7628
- readOnlyEndpoint?: FailoverGroupReadOnlyEndpoint;
7629
- /**
7630
- * Local replication role of the failover group instance.
7631
- * NOTE: This property will not be serialized. It can only be populated by the server.
7632
- */
7633
- readonly replicationRole?: FailoverGroupReplicationRole;
7634
- /**
7635
- * Replication state of the failover group instance.
7636
- * NOTE: This property will not be serialized. It can only be populated by the server.
7637
- */
7638
- readonly replicationState?: string;
7639
- /** List of partner server information for the failover group. */
7640
- partnerServers?: PartnerInfo[];
7641
- /** List of databases in the failover group. */
7642
- databases?: string[];
7643
- }
7644
7599
  /** A database sql vulnerability assessment baseline set. */
7645
7600
  export interface DatabaseSqlVulnerabilityAssessmentBaselineSet extends ProxyResource {
7646
7601
  /**
@@ -7839,7 +7794,70 @@ export interface SqlVulnerabilityAssessment extends ProxyResource {
7839
7794
  /** Specifies the state of the SQL Vulnerability Assessment, whether it is enabled or disabled or a state has not been applied yet on the specific database or server. */
7840
7795
  state?: SqlVulnerabilityAssessmentState;
7841
7796
  }
7842
- /** An Azure SQL instance pool. */
7797
+ /** An RefreshExternalGovernanceStatus operation result resource. */
7798
+ export interface RefreshExternalGovernanceStatusOperationResult extends ProxyResource {
7799
+ /**
7800
+ * Request Id.
7801
+ * NOTE: This property will not be serialized. It can only be populated by the server.
7802
+ */
7803
+ readonly requestId?: string;
7804
+ /**
7805
+ * Request type.
7806
+ * NOTE: This property will not be serialized. It can only be populated by the server.
7807
+ */
7808
+ readonly requestType?: string;
7809
+ /**
7810
+ * Queued time.
7811
+ * NOTE: This property will not be serialized. It can only be populated by the server.
7812
+ */
7813
+ readonly queuedTime?: string;
7814
+ /**
7815
+ * Server name.
7816
+ * NOTE: This property will not be serialized. It can only be populated by the server.
7817
+ */
7818
+ readonly serverName?: string;
7819
+ /**
7820
+ * Operation status.
7821
+ * NOTE: This property will not be serialized. It can only be populated by the server.
7822
+ */
7823
+ readonly status?: string;
7824
+ /**
7825
+ * Error message.
7826
+ * NOTE: This property will not be serialized. It can only be populated by the server.
7827
+ */
7828
+ readonly errorMessage?: string;
7829
+ }
7830
+ /** A failover group. */
7831
+ export interface FailoverGroup extends ProxyResource {
7832
+ /**
7833
+ * Resource location.
7834
+ * NOTE: This property will not be serialized. It can only be populated by the server.
7835
+ */
7836
+ readonly location?: string;
7837
+ /** Resource tags. */
7838
+ tags?: {
7839
+ [propertyName: string]: string;
7840
+ };
7841
+ /** Read-write endpoint of the failover group instance. */
7842
+ readWriteEndpoint?: FailoverGroupReadWriteEndpoint;
7843
+ /** Read-only endpoint of the failover group instance. */
7844
+ readOnlyEndpoint?: FailoverGroupReadOnlyEndpoint;
7845
+ /**
7846
+ * Local replication role of the failover group instance.
7847
+ * NOTE: This property will not be serialized. It can only be populated by the server.
7848
+ */
7849
+ readonly replicationRole?: FailoverGroupReplicationRole;
7850
+ /**
7851
+ * Replication state of the failover group instance.
7852
+ * NOTE: This property will not be serialized. It can only be populated by the server.
7853
+ */
7854
+ readonly replicationState?: string;
7855
+ /** List of partner server information for the failover group. */
7856
+ partnerServers?: PartnerInfo[];
7857
+ /** List of databases in the failover group. */
7858
+ databases?: string[];
7859
+ }
7860
+ /** An Azure SQL instance pool. */
7843
7861
  export interface InstancePool extends TrackedResource {
7844
7862
  /** The name and tier of the SKU. */
7845
7863
  sku?: Sku;
@@ -8073,6 +8091,16 @@ export interface Database extends TrackedResource {
8073
8091
  encryptionProtector?: string;
8074
8092
  /** Type of enclave requested on the database i.e. Default or VBS enclaves. */
8075
8093
  preferredEnclaveType?: AlwaysEncryptedEnclaveType;
8094
+ /** Whether or not the database uses free monthly limits. Allowed on one database in a subscription. */
8095
+ useFreeLimit?: boolean;
8096
+ /**
8097
+ * Specifies the behavior when monthly free limits are exhausted for the free database.
8098
+ *
8099
+ * AutoPause: The database will be auto paused upon exhaustion of free limits for remainder of the month.
8100
+ *
8101
+ * BillForUsage: The database will continue to be online upon exhaustion of free limits and any overage will be billed.
8102
+ */
8103
+ freeLimitExhaustionBehavior?: FreeLimitExhaustionBehavior;
8076
8104
  /**
8077
8105
  * The resource identifier of the source associated with the create operation of this database.
8078
8106
  *
@@ -8111,6 +8139,8 @@ export interface Database extends TrackedResource {
8111
8139
  performCutover?: boolean;
8112
8140
  /** Specifies the availability zone the database is pinned to. */
8113
8141
  availabilityZone?: AvailabilityZoneType;
8142
+ /** The flag to enable or disable auto rotation of database encryption protector AKV key. */
8143
+ encryptionProtectorAutoRotation?: boolean;
8114
8144
  }
8115
8145
  /** An elastic pool. */
8116
8146
  export interface ElasticPool extends TrackedResource {
@@ -8363,6 +8393,8 @@ export interface Server extends TrackedResource {
8363
8393
  administrators?: ServerExternalAdministrator;
8364
8394
  /** Whether or not to restrict outbound network access for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled' */
8365
8395
  restrictOutboundNetworkAccess?: ServerNetworkAccessFlag;
8396
+ /** Whether or not to enable IPv6 support for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled' */
8397
+ isIPv6Enabled?: ServerNetworkAccessFlag;
8366
8398
  /**
8367
8399
  * Status of external governance.
8368
8400
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -10258,6 +10290,22 @@ export declare enum KnownAlwaysEncryptedEnclaveType {
10258
10290
  * **VBS**
10259
10291
  */
10260
10292
  export type AlwaysEncryptedEnclaveType = string;
10293
+ /** Known values of {@link FreeLimitExhaustionBehavior} that the service accepts. */
10294
+ export declare enum KnownFreeLimitExhaustionBehavior {
10295
+ /** AutoPause */
10296
+ AutoPause = "AutoPause",
10297
+ /** BillOverUsage */
10298
+ BillOverUsage = "BillOverUsage"
10299
+ }
10300
+ /**
10301
+ * Defines values for FreeLimitExhaustionBehavior. \
10302
+ * {@link KnownFreeLimitExhaustionBehavior} can be used interchangeably with FreeLimitExhaustionBehavior,
10303
+ * this enum contains the known values that the service supports.
10304
+ * ### Known values supported by the service
10305
+ * **AutoPause** \
10306
+ * **BillOverUsage**
10307
+ */
10308
+ export type FreeLimitExhaustionBehavior = string;
10261
10309
  /** Known values of {@link AvailabilityZoneType} that the service accepts. */
10262
10310
  export declare enum KnownAvailabilityZoneType {
10263
10311
  /** NoPreference */
@@ -10657,73 +10705,6 @@ export declare enum KnownServerConfigurationOptionName {
10657
10705
  * **allowPolybaseExport**
10658
10706
  */
10659
10707
  export type ServerConfigurationOptionName = string;
10660
- /** Known values of {@link ServerPublicNetworkAccessFlag} that the service accepts. */
10661
- export declare enum KnownServerPublicNetworkAccessFlag {
10662
- /** Enabled */
10663
- Enabled = "Enabled",
10664
- /** Disabled */
10665
- Disabled = "Disabled",
10666
- /** SecuredByPerimeter */
10667
- SecuredByPerimeter = "SecuredByPerimeter"
10668
- }
10669
- /**
10670
- * Defines values for ServerPublicNetworkAccessFlag. \
10671
- * {@link KnownServerPublicNetworkAccessFlag} can be used interchangeably with ServerPublicNetworkAccessFlag,
10672
- * this enum contains the known values that the service supports.
10673
- * ### Known values supported by the service
10674
- * **Enabled** \
10675
- * **Disabled** \
10676
- * **SecuredByPerimeter**
10677
- */
10678
- export type ServerPublicNetworkAccessFlag = string;
10679
- /** Known values of {@link ServerWorkspaceFeature} that the service accepts. */
10680
- export declare enum KnownServerWorkspaceFeature {
10681
- /** Connected */
10682
- Connected = "Connected",
10683
- /** Disconnected */
10684
- Disconnected = "Disconnected"
10685
- }
10686
- /**
10687
- * Defines values for ServerWorkspaceFeature. \
10688
- * {@link KnownServerWorkspaceFeature} can be used interchangeably with ServerWorkspaceFeature,
10689
- * this enum contains the known values that the service supports.
10690
- * ### Known values supported by the service
10691
- * **Connected** \
10692
- * **Disconnected**
10693
- */
10694
- export type ServerWorkspaceFeature = string;
10695
- /** Known values of {@link ServerNetworkAccessFlag} that the service accepts. */
10696
- export declare enum KnownServerNetworkAccessFlag {
10697
- /** Enabled */
10698
- Enabled = "Enabled",
10699
- /** Disabled */
10700
- Disabled = "Disabled"
10701
- }
10702
- /**
10703
- * Defines values for ServerNetworkAccessFlag. \
10704
- * {@link KnownServerNetworkAccessFlag} can be used interchangeably with ServerNetworkAccessFlag,
10705
- * this enum contains the known values that the service supports.
10706
- * ### Known values supported by the service
10707
- * **Enabled** \
10708
- * **Disabled**
10709
- */
10710
- export type ServerNetworkAccessFlag = string;
10711
- /** Known values of {@link ExternalGovernanceStatus} that the service accepts. */
10712
- export declare enum KnownExternalGovernanceStatus {
10713
- /** Enabled */
10714
- Enabled = "Enabled",
10715
- /** Disabled */
10716
- Disabled = "Disabled"
10717
- }
10718
- /**
10719
- * Defines values for ExternalGovernanceStatus. \
10720
- * {@link KnownExternalGovernanceStatus} can be used interchangeably with ExternalGovernanceStatus,
10721
- * this enum contains the known values that the service supports.
10722
- * ### Known values supported by the service
10723
- * **Enabled** \
10724
- * **Disabled**
10725
- */
10726
- export type ExternalGovernanceStatus = string;
10727
10708
  /** Known values of {@link StartStopScheduleName} that the service accepts. */
10728
10709
  export declare enum KnownStartStopScheduleName {
10729
10710
  /** Default */
@@ -10737,22 +10718,6 @@ export declare enum KnownStartStopScheduleName {
10737
10718
  * **default**
10738
10719
  */
10739
10720
  export type StartStopScheduleName = string;
10740
- /** Known values of {@link FailoverGroupReplicationRole} that the service accepts. */
10741
- export declare enum KnownFailoverGroupReplicationRole {
10742
- /** Primary */
10743
- Primary = "Primary",
10744
- /** Secondary */
10745
- Secondary = "Secondary"
10746
- }
10747
- /**
10748
- * Defines values for FailoverGroupReplicationRole. \
10749
- * {@link KnownFailoverGroupReplicationRole} can be used interchangeably with FailoverGroupReplicationRole,
10750
- * this enum contains the known values that the service supports.
10751
- * ### Known values supported by the service
10752
- * **Primary** \
10753
- * **Secondary**
10754
- */
10755
- export type FailoverGroupReplicationRole = string;
10756
10721
  /** Known values of {@link BaselineName} that the service accepts. */
10757
10722
  export declare enum KnownBaselineName {
10758
10723
  /** Default */
@@ -10858,6 +10823,89 @@ export declare enum KnownSqlVulnerabilityAssessmentName {
10858
10823
  * **default**
10859
10824
  */
10860
10825
  export type SqlVulnerabilityAssessmentName = string;
10826
+ /** Known values of {@link ServerPublicNetworkAccessFlag} that the service accepts. */
10827
+ export declare enum KnownServerPublicNetworkAccessFlag {
10828
+ /** Enabled */
10829
+ Enabled = "Enabled",
10830
+ /** Disabled */
10831
+ Disabled = "Disabled",
10832
+ /** SecuredByPerimeter */
10833
+ SecuredByPerimeter = "SecuredByPerimeter"
10834
+ }
10835
+ /**
10836
+ * Defines values for ServerPublicNetworkAccessFlag. \
10837
+ * {@link KnownServerPublicNetworkAccessFlag} can be used interchangeably with ServerPublicNetworkAccessFlag,
10838
+ * this enum contains the known values that the service supports.
10839
+ * ### Known values supported by the service
10840
+ * **Enabled** \
10841
+ * **Disabled** \
10842
+ * **SecuredByPerimeter**
10843
+ */
10844
+ export type ServerPublicNetworkAccessFlag = string;
10845
+ /** Known values of {@link ServerWorkspaceFeature} that the service accepts. */
10846
+ export declare enum KnownServerWorkspaceFeature {
10847
+ /** Connected */
10848
+ Connected = "Connected",
10849
+ /** Disconnected */
10850
+ Disconnected = "Disconnected"
10851
+ }
10852
+ /**
10853
+ * Defines values for ServerWorkspaceFeature. \
10854
+ * {@link KnownServerWorkspaceFeature} can be used interchangeably with ServerWorkspaceFeature,
10855
+ * this enum contains the known values that the service supports.
10856
+ * ### Known values supported by the service
10857
+ * **Connected** \
10858
+ * **Disconnected**
10859
+ */
10860
+ export type ServerWorkspaceFeature = string;
10861
+ /** Known values of {@link ServerNetworkAccessFlag} that the service accepts. */
10862
+ export declare enum KnownServerNetworkAccessFlag {
10863
+ /** Enabled */
10864
+ Enabled = "Enabled",
10865
+ /** Disabled */
10866
+ Disabled = "Disabled"
10867
+ }
10868
+ /**
10869
+ * Defines values for ServerNetworkAccessFlag. \
10870
+ * {@link KnownServerNetworkAccessFlag} can be used interchangeably with ServerNetworkAccessFlag,
10871
+ * this enum contains the known values that the service supports.
10872
+ * ### Known values supported by the service
10873
+ * **Enabled** \
10874
+ * **Disabled**
10875
+ */
10876
+ export type ServerNetworkAccessFlag = string;
10877
+ /** Known values of {@link ExternalGovernanceStatus} that the service accepts. */
10878
+ export declare enum KnownExternalGovernanceStatus {
10879
+ /** Enabled */
10880
+ Enabled = "Enabled",
10881
+ /** Disabled */
10882
+ Disabled = "Disabled"
10883
+ }
10884
+ /**
10885
+ * Defines values for ExternalGovernanceStatus. \
10886
+ * {@link KnownExternalGovernanceStatus} can be used interchangeably with ExternalGovernanceStatus,
10887
+ * this enum contains the known values that the service supports.
10888
+ * ### Known values supported by the service
10889
+ * **Enabled** \
10890
+ * **Disabled**
10891
+ */
10892
+ export type ExternalGovernanceStatus = string;
10893
+ /** Known values of {@link FailoverGroupReplicationRole} that the service accepts. */
10894
+ export declare enum KnownFailoverGroupReplicationRole {
10895
+ /** Primary */
10896
+ Primary = "Primary",
10897
+ /** Secondary */
10898
+ Secondary = "Secondary"
10899
+ }
10900
+ /**
10901
+ * Defines values for FailoverGroupReplicationRole. \
10902
+ * {@link KnownFailoverGroupReplicationRole} can be used interchangeably with FailoverGroupReplicationRole,
10903
+ * this enum contains the known values that the service supports.
10904
+ * ### Known values supported by the service
10905
+ * **Primary** \
10906
+ * **Secondary**
10907
+ */
10908
+ export type FailoverGroupReplicationRole = string;
10861
10909
  /** Known values of {@link ServiceObjectiveName} that the service accepts. */
10862
10910
  export declare enum KnownServiceObjectiveName {
10863
10911
  /** System */
@@ -11129,10 +11177,10 @@ export type RecommendedSensitivityLabelUpdateKind = "enable" | "disable";
11129
11177
  export type AdvancedThreatProtectionState = "New" | "Enabled" | "Disabled";
11130
11178
  /** Defines values for ReplicationRole. */
11131
11179
  export type ReplicationRole = "Primary" | "Secondary" | "NonReadableSecondary" | "Source" | "Copy";
11132
- /** Defines values for CheckNameAvailabilityReason. */
11133
- export type CheckNameAvailabilityReason = "Invalid" | "AlreadyExists";
11134
11180
  /** Defines values for SqlVulnerabilityAssessmentState. */
11135
11181
  export type SqlVulnerabilityAssessmentState = "Enabled" | "Disabled";
11182
+ /** Defines values for CheckNameAvailabilityReason. */
11183
+ export type CheckNameAvailabilityReason = "Invalid" | "AlreadyExists";
11136
11184
  /** Optional parameters. */
11137
11185
  export interface DataMaskingPoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
11138
11186
  }
@@ -14763,91 +14811,12 @@ export interface ServerConfigurationOptionsListByManagedInstanceNextOptionalPara
14763
14811
  /** Contains response data for the listByManagedInstanceNext operation. */
14764
14812
  export type ServerConfigurationOptionsListByManagedInstanceNextResponse = ServerConfigurationOptionListResult;
14765
14813
  /** Optional parameters. */
14766
- export interface ServersCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
14814
+ export interface StartStopManagedInstanceSchedulesListByInstanceOptionalParams extends coreClient.OperationOptions {
14767
14815
  }
14768
- /** Contains response data for the checkNameAvailability operation. */
14769
- export type ServersCheckNameAvailabilityResponse = CheckNameAvailabilityResponse;
14816
+ /** Contains response data for the listByInstance operation. */
14817
+ export type StartStopManagedInstanceSchedulesListByInstanceResponse = StartStopManagedInstanceScheduleListResult;
14770
14818
  /** Optional parameters. */
14771
- export interface ServersListOptionalParams extends coreClient.OperationOptions {
14772
- /** The child resources to include in the response. */
14773
- expand?: string;
14774
- }
14775
- /** Contains response data for the list operation. */
14776
- export type ServersListResponse = ServerListResult;
14777
- /** Optional parameters. */
14778
- export interface ServersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
14779
- /** The child resources to include in the response. */
14780
- expand?: string;
14781
- }
14782
- /** Contains response data for the listByResourceGroup operation. */
14783
- export type ServersListByResourceGroupResponse = ServerListResult;
14784
- /** Optional parameters. */
14785
- export interface ServersGetOptionalParams extends coreClient.OperationOptions {
14786
- /** The child resources to include in the response. */
14787
- expand?: string;
14788
- }
14789
- /** Contains response data for the get operation. */
14790
- export type ServersGetResponse = Server;
14791
- /** Optional parameters. */
14792
- export interface ServersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
14793
- /** Delay to wait until next poll, in milliseconds. */
14794
- updateIntervalInMs?: number;
14795
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
14796
- resumeFrom?: string;
14797
- }
14798
- /** Contains response data for the createOrUpdate operation. */
14799
- export type ServersCreateOrUpdateResponse = Server;
14800
- /** Optional parameters. */
14801
- export interface ServersDeleteOptionalParams extends coreClient.OperationOptions {
14802
- /** Delay to wait until next poll, in milliseconds. */
14803
- updateIntervalInMs?: number;
14804
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
14805
- resumeFrom?: string;
14806
- }
14807
- /** Optional parameters. */
14808
- export interface ServersUpdateOptionalParams extends coreClient.OperationOptions {
14809
- /** Delay to wait until next poll, in milliseconds. */
14810
- updateIntervalInMs?: number;
14811
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
14812
- resumeFrom?: string;
14813
- }
14814
- /** Contains response data for the update operation. */
14815
- export type ServersUpdateResponse = Server;
14816
- /** Optional parameters. */
14817
- export interface ServersImportDatabaseOptionalParams extends coreClient.OperationOptions {
14818
- /** Delay to wait until next poll, in milliseconds. */
14819
- updateIntervalInMs?: number;
14820
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
14821
- resumeFrom?: string;
14822
- }
14823
- /** Contains response data for the importDatabase operation. */
14824
- export type ServersImportDatabaseResponse = ImportExportOperationResult;
14825
- /** Optional parameters. */
14826
- export interface ServersRefreshStatusOptionalParams extends coreClient.OperationOptions {
14827
- /** Delay to wait until next poll, in milliseconds. */
14828
- updateIntervalInMs?: number;
14829
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
14830
- resumeFrom?: string;
14831
- }
14832
- /** Contains response data for the refreshStatus operation. */
14833
- export type ServersRefreshStatusResponse = RefreshExternalGovernanceStatusOperationResult;
14834
- /** Optional parameters. */
14835
- export interface ServersListNextOptionalParams extends coreClient.OperationOptions {
14836
- }
14837
- /** Contains response data for the listNext operation. */
14838
- export type ServersListNextResponse = ServerListResult;
14839
- /** Optional parameters. */
14840
- export interface ServersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
14841
- }
14842
- /** Contains response data for the listByResourceGroupNext operation. */
14843
- export type ServersListByResourceGroupNextResponse = ServerListResult;
14844
- /** Optional parameters. */
14845
- export interface StartStopManagedInstanceSchedulesListByInstanceOptionalParams extends coreClient.OperationOptions {
14846
- }
14847
- /** Contains response data for the listByInstance operation. */
14848
- export type StartStopManagedInstanceSchedulesListByInstanceResponse = StartStopManagedInstanceScheduleListResult;
14849
- /** Optional parameters. */
14850
- export interface StartStopManagedInstanceSchedulesGetOptionalParams extends coreClient.OperationOptions {
14819
+ export interface StartStopManagedInstanceSchedulesGetOptionalParams extends coreClient.OperationOptions {
14851
14820
  }
14852
14821
  /** Contains response data for the get operation. */
14853
14822
  export type StartStopManagedInstanceSchedulesGetResponse = StartStopManagedInstanceSchedule;
@@ -14889,73 +14858,6 @@ export interface TransparentDataEncryptionsListByDatabaseNextOptionalParams exte
14889
14858
  /** Contains response data for the listByDatabaseNext operation. */
14890
14859
  export type TransparentDataEncryptionsListByDatabaseNextResponse = LogicalDatabaseTransparentDataEncryptionListResult;
14891
14860
  /** Optional parameters. */
14892
- export interface FailoverGroupsListByServerOptionalParams extends coreClient.OperationOptions {
14893
- }
14894
- /** Contains response data for the listByServer operation. */
14895
- export type FailoverGroupsListByServerResponse = FailoverGroupListResult;
14896
- /** Optional parameters. */
14897
- export interface FailoverGroupsGetOptionalParams extends coreClient.OperationOptions {
14898
- }
14899
- /** Contains response data for the get operation. */
14900
- export type FailoverGroupsGetResponse = FailoverGroup;
14901
- /** Optional parameters. */
14902
- export interface FailoverGroupsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
14903
- /** Delay to wait until next poll, in milliseconds. */
14904
- updateIntervalInMs?: number;
14905
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
14906
- resumeFrom?: string;
14907
- }
14908
- /** Contains response data for the createOrUpdate operation. */
14909
- export type FailoverGroupsCreateOrUpdateResponse = FailoverGroup;
14910
- /** Optional parameters. */
14911
- export interface FailoverGroupsDeleteOptionalParams extends coreClient.OperationOptions {
14912
- /** Delay to wait until next poll, in milliseconds. */
14913
- updateIntervalInMs?: number;
14914
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
14915
- resumeFrom?: string;
14916
- }
14917
- /** Optional parameters. */
14918
- export interface FailoverGroupsUpdateOptionalParams extends coreClient.OperationOptions {
14919
- /** Delay to wait until next poll, in milliseconds. */
14920
- updateIntervalInMs?: number;
14921
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
14922
- resumeFrom?: string;
14923
- }
14924
- /** Contains response data for the update operation. */
14925
- export type FailoverGroupsUpdateResponse = FailoverGroup;
14926
- /** Optional parameters. */
14927
- export interface FailoverGroupsFailoverOptionalParams extends coreClient.OperationOptions {
14928
- /** Delay to wait until next poll, in milliseconds. */
14929
- updateIntervalInMs?: number;
14930
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
14931
- resumeFrom?: string;
14932
- }
14933
- /** Contains response data for the failover operation. */
14934
- export type FailoverGroupsFailoverResponse = FailoverGroup;
14935
- /** Optional parameters. */
14936
- export interface FailoverGroupsForceFailoverAllowDataLossOptionalParams extends coreClient.OperationOptions {
14937
- /** Delay to wait until next poll, in milliseconds. */
14938
- updateIntervalInMs?: number;
14939
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
14940
- resumeFrom?: string;
14941
- }
14942
- /** Contains response data for the forceFailoverAllowDataLoss operation. */
14943
- export type FailoverGroupsForceFailoverAllowDataLossResponse = FailoverGroup;
14944
- /** Optional parameters. */
14945
- export interface FailoverGroupsTryPlannedBeforeForcedFailoverOptionalParams extends coreClient.OperationOptions {
14946
- /** Delay to wait until next poll, in milliseconds. */
14947
- updateIntervalInMs?: number;
14948
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
14949
- resumeFrom?: string;
14950
- }
14951
- /** Contains response data for the tryPlannedBeforeForcedFailover operation. */
14952
- export type FailoverGroupsTryPlannedBeforeForcedFailoverResponse = FailoverGroup;
14953
- /** Optional parameters. */
14954
- export interface FailoverGroupsListByServerNextOptionalParams extends coreClient.OperationOptions {
14955
- }
14956
- /** Contains response data for the listByServerNext operation. */
14957
- export type FailoverGroupsListByServerNextResponse = FailoverGroupListResult;
14958
- /** Optional parameters. */
14959
14861
  export interface IPv6FirewallRulesListByServerOptionalParams extends coreClient.OperationOptions {
14960
14862
  }
14961
14863
  /** Contains response data for the listByServer operation. */
@@ -15177,6 +15079,152 @@ export interface DatabaseSqlVulnerabilityAssessmentsSettingsListByDatabaseNextOp
15177
15079
  /** Contains response data for the listByDatabaseNext operation. */
15178
15080
  export type DatabaseSqlVulnerabilityAssessmentsSettingsListByDatabaseNextResponse = SqlVulnerabilityAssessmentListResult;
15179
15081
  /** Optional parameters. */
15082
+ export interface ServersCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
15083
+ }
15084
+ /** Contains response data for the checkNameAvailability operation. */
15085
+ export type ServersCheckNameAvailabilityResponse = CheckNameAvailabilityResponse;
15086
+ /** Optional parameters. */
15087
+ export interface ServersListOptionalParams extends coreClient.OperationOptions {
15088
+ /** The child resources to include in the response. */
15089
+ expand?: string;
15090
+ }
15091
+ /** Contains response data for the list operation. */
15092
+ export type ServersListResponse = ServerListResult;
15093
+ /** Optional parameters. */
15094
+ export interface ServersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
15095
+ /** The child resources to include in the response. */
15096
+ expand?: string;
15097
+ }
15098
+ /** Contains response data for the listByResourceGroup operation. */
15099
+ export type ServersListByResourceGroupResponse = ServerListResult;
15100
+ /** Optional parameters. */
15101
+ export interface ServersGetOptionalParams extends coreClient.OperationOptions {
15102
+ /** The child resources to include in the response. */
15103
+ expand?: string;
15104
+ }
15105
+ /** Contains response data for the get operation. */
15106
+ export type ServersGetResponse = Server;
15107
+ /** Optional parameters. */
15108
+ export interface ServersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
15109
+ /** Delay to wait until next poll, in milliseconds. */
15110
+ updateIntervalInMs?: number;
15111
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
15112
+ resumeFrom?: string;
15113
+ }
15114
+ /** Contains response data for the createOrUpdate operation. */
15115
+ export type ServersCreateOrUpdateResponse = Server;
15116
+ /** Optional parameters. */
15117
+ export interface ServersDeleteOptionalParams extends coreClient.OperationOptions {
15118
+ /** Delay to wait until next poll, in milliseconds. */
15119
+ updateIntervalInMs?: number;
15120
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
15121
+ resumeFrom?: string;
15122
+ }
15123
+ /** Optional parameters. */
15124
+ export interface ServersUpdateOptionalParams extends coreClient.OperationOptions {
15125
+ /** Delay to wait until next poll, in milliseconds. */
15126
+ updateIntervalInMs?: number;
15127
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
15128
+ resumeFrom?: string;
15129
+ }
15130
+ /** Contains response data for the update operation. */
15131
+ export type ServersUpdateResponse = Server;
15132
+ /** Optional parameters. */
15133
+ export interface ServersImportDatabaseOptionalParams extends coreClient.OperationOptions {
15134
+ /** Delay to wait until next poll, in milliseconds. */
15135
+ updateIntervalInMs?: number;
15136
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
15137
+ resumeFrom?: string;
15138
+ }
15139
+ /** Contains response data for the importDatabase operation. */
15140
+ export type ServersImportDatabaseResponse = ImportExportOperationResult;
15141
+ /** Optional parameters. */
15142
+ export interface ServersRefreshStatusOptionalParams extends coreClient.OperationOptions {
15143
+ /** Delay to wait until next poll, in milliseconds. */
15144
+ updateIntervalInMs?: number;
15145
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
15146
+ resumeFrom?: string;
15147
+ }
15148
+ /** Contains response data for the refreshStatus operation. */
15149
+ export type ServersRefreshStatusResponse = RefreshExternalGovernanceStatusOperationResult;
15150
+ /** Optional parameters. */
15151
+ export interface ServersListNextOptionalParams extends coreClient.OperationOptions {
15152
+ }
15153
+ /** Contains response data for the listNext operation. */
15154
+ export type ServersListNextResponse = ServerListResult;
15155
+ /** Optional parameters. */
15156
+ export interface ServersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
15157
+ }
15158
+ /** Contains response data for the listByResourceGroupNext operation. */
15159
+ export type ServersListByResourceGroupNextResponse = ServerListResult;
15160
+ /** Optional parameters. */
15161
+ export interface FailoverGroupsListByServerOptionalParams extends coreClient.OperationOptions {
15162
+ }
15163
+ /** Contains response data for the listByServer operation. */
15164
+ export type FailoverGroupsListByServerResponse = FailoverGroupListResult;
15165
+ /** Optional parameters. */
15166
+ export interface FailoverGroupsGetOptionalParams extends coreClient.OperationOptions {
15167
+ }
15168
+ /** Contains response data for the get operation. */
15169
+ export type FailoverGroupsGetResponse = FailoverGroup;
15170
+ /** Optional parameters. */
15171
+ export interface FailoverGroupsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
15172
+ /** Delay to wait until next poll, in milliseconds. */
15173
+ updateIntervalInMs?: number;
15174
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
15175
+ resumeFrom?: string;
15176
+ }
15177
+ /** Contains response data for the createOrUpdate operation. */
15178
+ export type FailoverGroupsCreateOrUpdateResponse = FailoverGroup;
15179
+ /** Optional parameters. */
15180
+ export interface FailoverGroupsDeleteOptionalParams extends coreClient.OperationOptions {
15181
+ /** Delay to wait until next poll, in milliseconds. */
15182
+ updateIntervalInMs?: number;
15183
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
15184
+ resumeFrom?: string;
15185
+ }
15186
+ /** Optional parameters. */
15187
+ export interface FailoverGroupsUpdateOptionalParams extends coreClient.OperationOptions {
15188
+ /** Delay to wait until next poll, in milliseconds. */
15189
+ updateIntervalInMs?: number;
15190
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
15191
+ resumeFrom?: string;
15192
+ }
15193
+ /** Contains response data for the update operation. */
15194
+ export type FailoverGroupsUpdateResponse = FailoverGroup;
15195
+ /** Optional parameters. */
15196
+ export interface FailoverGroupsFailoverOptionalParams extends coreClient.OperationOptions {
15197
+ /** Delay to wait until next poll, in milliseconds. */
15198
+ updateIntervalInMs?: number;
15199
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
15200
+ resumeFrom?: string;
15201
+ }
15202
+ /** Contains response data for the failover operation. */
15203
+ export type FailoverGroupsFailoverResponse = FailoverGroup;
15204
+ /** Optional parameters. */
15205
+ export interface FailoverGroupsForceFailoverAllowDataLossOptionalParams extends coreClient.OperationOptions {
15206
+ /** Delay to wait until next poll, in milliseconds. */
15207
+ updateIntervalInMs?: number;
15208
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
15209
+ resumeFrom?: string;
15210
+ }
15211
+ /** Contains response data for the forceFailoverAllowDataLoss operation. */
15212
+ export type FailoverGroupsForceFailoverAllowDataLossResponse = FailoverGroup;
15213
+ /** Optional parameters. */
15214
+ export interface FailoverGroupsTryPlannedBeforeForcedFailoverOptionalParams extends coreClient.OperationOptions {
15215
+ /** Delay to wait until next poll, in milliseconds. */
15216
+ updateIntervalInMs?: number;
15217
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
15218
+ resumeFrom?: string;
15219
+ }
15220
+ /** Contains response data for the tryPlannedBeforeForcedFailover operation. */
15221
+ export type FailoverGroupsTryPlannedBeforeForcedFailoverResponse = FailoverGroup;
15222
+ /** Optional parameters. */
15223
+ export interface FailoverGroupsListByServerNextOptionalParams extends coreClient.OperationOptions {
15224
+ }
15225
+ /** Contains response data for the listByServerNext operation. */
15226
+ export type FailoverGroupsListByServerNextResponse = FailoverGroupListResult;
15227
+ /** Optional parameters. */
15180
15228
  export interface SqlManagementClientOptionalParams extends coreClient.ServiceClientOptions {
15181
15229
  /** server parameter */
15182
15230
  $host?: string;