@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
@@ -7154,6 +7154,18 @@ export const DatabaseUpdate: coreClient.CompositeMapper = {
7154
7154
  name: "String"
7155
7155
  }
7156
7156
  },
7157
+ useFreeLimit: {
7158
+ serializedName: "properties.useFreeLimit",
7159
+ type: {
7160
+ name: "Boolean"
7161
+ }
7162
+ },
7163
+ freeLimitExhaustionBehavior: {
7164
+ serializedName: "properties.freeLimitExhaustionBehavior",
7165
+ type: {
7166
+ name: "String"
7167
+ }
7168
+ },
7157
7169
  manualCutover: {
7158
7170
  serializedName: "properties.manualCutover",
7159
7171
  type: {
@@ -7165,6 +7177,12 @@ export const DatabaseUpdate: coreClient.CompositeMapper = {
7165
7177
  type: {
7166
7178
  name: "Boolean"
7167
7179
  }
7180
+ },
7181
+ encryptionProtectorAutoRotation: {
7182
+ serializedName: "properties.encryptionProtectorAutoRotation",
7183
+ type: {
7184
+ name: "Boolean"
7185
+ }
7168
7186
  }
7169
7187
  }
7170
7188
  }
@@ -8437,22 +8455,27 @@ export const ServerConfigurationOptionListResult: coreClient.CompositeMapper = {
8437
8455
  }
8438
8456
  };
8439
8457
 
8440
- export const CheckNameAvailabilityRequest: coreClient.CompositeMapper = {
8458
+ export const StartStopManagedInstanceScheduleListResult: coreClient.CompositeMapper = {
8441
8459
  type: {
8442
8460
  name: "Composite",
8443
- className: "CheckNameAvailabilityRequest",
8461
+ className: "StartStopManagedInstanceScheduleListResult",
8444
8462
  modelProperties: {
8445
- name: {
8446
- serializedName: "name",
8447
- required: true,
8463
+ value: {
8464
+ serializedName: "value",
8465
+ readOnly: true,
8448
8466
  type: {
8449
- name: "String"
8467
+ name: "Sequence",
8468
+ element: {
8469
+ type: {
8470
+ name: "Composite",
8471
+ className: "StartStopManagedInstanceSchedule"
8472
+ }
8473
+ }
8450
8474
  }
8451
8475
  },
8452
- type: {
8453
- defaultValue: "Microsoft.Sql/servers",
8454
- isConstant: true,
8455
- serializedName: "type",
8476
+ nextLink: {
8477
+ serializedName: "nextLink",
8478
+ readOnly: true,
8456
8479
  type: {
8457
8480
  name: "String"
8458
8481
  }
@@ -8461,36 +8484,35 @@ export const CheckNameAvailabilityRequest: coreClient.CompositeMapper = {
8461
8484
  }
8462
8485
  };
8463
8486
 
8464
- export const CheckNameAvailabilityResponse: coreClient.CompositeMapper = {
8487
+ export const ScheduleItem: coreClient.CompositeMapper = {
8465
8488
  type: {
8466
8489
  name: "Composite",
8467
- className: "CheckNameAvailabilityResponse",
8490
+ className: "ScheduleItem",
8468
8491
  modelProperties: {
8469
- name: {
8470
- serializedName: "name",
8471
- readOnly: true,
8492
+ startDay: {
8493
+ serializedName: "startDay",
8494
+ required: true,
8472
8495
  type: {
8473
8496
  name: "String"
8474
8497
  }
8475
8498
  },
8476
- available: {
8477
- serializedName: "available",
8478
- readOnly: true,
8499
+ startTime: {
8500
+ serializedName: "startTime",
8501
+ required: true,
8479
8502
  type: {
8480
- name: "Boolean"
8503
+ name: "String"
8481
8504
  }
8482
8505
  },
8483
- reason: {
8484
- serializedName: "reason",
8485
- readOnly: true,
8506
+ stopDay: {
8507
+ serializedName: "stopDay",
8508
+ required: true,
8486
8509
  type: {
8487
- name: "Enum",
8488
- allowedValues: ["Invalid", "AlreadyExists"]
8510
+ name: "String"
8489
8511
  }
8490
8512
  },
8491
- message: {
8492
- serializedName: "message",
8493
- readOnly: true,
8513
+ stopTime: {
8514
+ serializedName: "stopTime",
8515
+ required: true,
8494
8516
  type: {
8495
8517
  name: "String"
8496
8518
  }
@@ -8499,10 +8521,10 @@ export const CheckNameAvailabilityResponse: coreClient.CompositeMapper = {
8499
8521
  }
8500
8522
  };
8501
8523
 
8502
- export const ServerListResult: coreClient.CompositeMapper = {
8524
+ export const LogicalDatabaseTransparentDataEncryptionListResult: coreClient.CompositeMapper = {
8503
8525
  type: {
8504
8526
  name: "Composite",
8505
- className: "ServerListResult",
8527
+ className: "LogicalDatabaseTransparentDataEncryptionListResult",
8506
8528
  modelProperties: {
8507
8529
  value: {
8508
8530
  serializedName: "value",
@@ -8512,7 +8534,7 @@ export const ServerListResult: coreClient.CompositeMapper = {
8512
8534
  element: {
8513
8535
  type: {
8514
8536
  name: "Composite",
8515
- className: "Server"
8537
+ className: "LogicalDatabaseTransparentDataEncryption"
8516
8538
  }
8517
8539
  }
8518
8540
  }
@@ -8528,338 +8550,392 @@ export const ServerListResult: coreClient.CompositeMapper = {
8528
8550
  }
8529
8551
  };
8530
8552
 
8531
- export const ServerPrivateEndpointConnection: coreClient.CompositeMapper = {
8553
+ export const IPv6FirewallRuleListResult: coreClient.CompositeMapper = {
8532
8554
  type: {
8533
8555
  name: "Composite",
8534
- className: "ServerPrivateEndpointConnection",
8556
+ className: "IPv6FirewallRuleListResult",
8535
8557
  modelProperties: {
8536
- id: {
8537
- serializedName: "id",
8558
+ value: {
8559
+ serializedName: "value",
8538
8560
  readOnly: true,
8539
8561
  type: {
8540
- name: "String"
8562
+ name: "Sequence",
8563
+ element: {
8564
+ type: {
8565
+ name: "Composite",
8566
+ className: "IPv6FirewallRule"
8567
+ }
8568
+ }
8541
8569
  }
8542
8570
  },
8543
- properties: {
8544
- serializedName: "properties",
8571
+ nextLink: {
8572
+ serializedName: "nextLink",
8573
+ readOnly: true,
8545
8574
  type: {
8546
- name: "Composite",
8547
- className: "PrivateEndpointConnectionProperties"
8575
+ name: "String"
8548
8576
  }
8549
8577
  }
8550
8578
  }
8551
8579
  }
8552
8580
  };
8553
8581
 
8554
- export const ServerExternalAdministrator: coreClient.CompositeMapper = {
8582
+ export const DatabaseSqlVulnerabilityAssessmentBaselineSetListResult: coreClient.CompositeMapper = {
8555
8583
  type: {
8556
8584
  name: "Composite",
8557
- className: "ServerExternalAdministrator",
8585
+ className: "DatabaseSqlVulnerabilityAssessmentBaselineSetListResult",
8558
8586
  modelProperties: {
8559
- administratorType: {
8560
- serializedName: "administratorType",
8561
- type: {
8562
- name: "String"
8563
- }
8564
- },
8565
- principalType: {
8566
- serializedName: "principalType",
8587
+ value: {
8588
+ serializedName: "value",
8589
+ readOnly: true,
8567
8590
  type: {
8568
- name: "String"
8591
+ name: "Sequence",
8592
+ element: {
8593
+ type: {
8594
+ name: "Composite",
8595
+ className: "DatabaseSqlVulnerabilityAssessmentBaselineSet"
8596
+ }
8597
+ }
8569
8598
  }
8570
8599
  },
8571
- login: {
8572
- serializedName: "login",
8600
+ nextLink: {
8601
+ serializedName: "nextLink",
8602
+ readOnly: true,
8573
8603
  type: {
8574
8604
  name: "String"
8575
8605
  }
8576
- },
8577
- sid: {
8578
- serializedName: "sid",
8579
- type: {
8580
- name: "Uuid"
8581
- }
8582
- },
8583
- tenantId: {
8584
- serializedName: "tenantId",
8606
+ }
8607
+ }
8608
+ }
8609
+ };
8610
+
8611
+ export const DatabaseSqlVulnerabilityAssessmentRuleBaselineListResult: coreClient.CompositeMapper = {
8612
+ type: {
8613
+ name: "Composite",
8614
+ className: "DatabaseSqlVulnerabilityAssessmentRuleBaselineListResult",
8615
+ modelProperties: {
8616
+ value: {
8617
+ serializedName: "value",
8618
+ readOnly: true,
8585
8619
  type: {
8586
- name: "Uuid"
8620
+ name: "Sequence",
8621
+ element: {
8622
+ type: {
8623
+ name: "Composite",
8624
+ className: "DatabaseSqlVulnerabilityAssessmentRuleBaseline"
8625
+ }
8626
+ }
8587
8627
  }
8588
8628
  },
8589
- azureADOnlyAuthentication: {
8590
- serializedName: "azureADOnlyAuthentication",
8629
+ nextLink: {
8630
+ serializedName: "nextLink",
8631
+ readOnly: true,
8591
8632
  type: {
8592
- name: "Boolean"
8633
+ name: "String"
8593
8634
  }
8594
8635
  }
8595
8636
  }
8596
8637
  }
8597
8638
  };
8598
8639
 
8599
- export const ServerUpdate: coreClient.CompositeMapper = {
8640
+ export const SQLVulnerabilityAssessmentScanListResult: coreClient.CompositeMapper = {
8600
8641
  type: {
8601
8642
  name: "Composite",
8602
- className: "ServerUpdate",
8643
+ className: "SQLVulnerabilityAssessmentScanListResult",
8603
8644
  modelProperties: {
8604
- identity: {
8605
- serializedName: "identity",
8645
+ value: {
8646
+ serializedName: "value",
8647
+ readOnly: true,
8606
8648
  type: {
8607
- name: "Composite",
8608
- className: "ResourceIdentity"
8649
+ name: "Sequence",
8650
+ element: {
8651
+ type: {
8652
+ name: "Composite",
8653
+ className: "SqlVulnerabilityAssessmentScanResults"
8654
+ }
8655
+ }
8609
8656
  }
8610
8657
  },
8611
- tags: {
8612
- serializedName: "tags",
8658
+ nextLink: {
8659
+ serializedName: "nextLink",
8660
+ readOnly: true,
8613
8661
  type: {
8614
- name: "Dictionary",
8615
- value: { type: { name: "String" } }
8662
+ name: "String"
8616
8663
  }
8617
- },
8618
- administratorLogin: {
8619
- serializedName: "properties.administratorLogin",
8664
+ }
8665
+ }
8666
+ }
8667
+ };
8668
+
8669
+ export const Remediation: coreClient.CompositeMapper = {
8670
+ type: {
8671
+ name: "Composite",
8672
+ className: "Remediation",
8673
+ modelProperties: {
8674
+ description: {
8675
+ serializedName: "description",
8676
+ readOnly: true,
8620
8677
  type: {
8621
8678
  name: "String"
8622
8679
  }
8623
8680
  },
8624
- administratorLoginPassword: {
8625
- serializedName: "properties.administratorLoginPassword",
8681
+ scripts: {
8682
+ serializedName: "scripts",
8683
+ readOnly: true,
8626
8684
  type: {
8627
- name: "String"
8685
+ name: "Sequence",
8686
+ element: {
8687
+ type: {
8688
+ name: "String"
8689
+ }
8690
+ }
8628
8691
  }
8629
8692
  },
8630
- version: {
8631
- serializedName: "properties.version",
8693
+ automated: {
8694
+ serializedName: "automated",
8695
+ readOnly: true,
8632
8696
  type: {
8633
- name: "String"
8697
+ name: "Boolean"
8634
8698
  }
8635
8699
  },
8636
- state: {
8637
- serializedName: "properties.state",
8700
+ portalLink: {
8701
+ serializedName: "portalLink",
8638
8702
  readOnly: true,
8639
8703
  type: {
8640
8704
  name: "String"
8641
8705
  }
8706
+ }
8707
+ }
8708
+ }
8709
+ };
8710
+
8711
+ export const BaselineAdjustedResult: coreClient.CompositeMapper = {
8712
+ type: {
8713
+ name: "Composite",
8714
+ className: "BaselineAdjustedResult",
8715
+ modelProperties: {
8716
+ baseline: {
8717
+ serializedName: "baseline",
8718
+ type: {
8719
+ name: "Composite",
8720
+ className: "Baseline"
8721
+ }
8642
8722
  },
8643
- fullyQualifiedDomainName: {
8644
- serializedName: "properties.fullyQualifiedDomainName",
8723
+ status: {
8724
+ serializedName: "status",
8645
8725
  readOnly: true,
8646
8726
  type: {
8647
8727
  name: "String"
8648
8728
  }
8649
8729
  },
8650
- privateEndpointConnections: {
8651
- serializedName: "properties.privateEndpointConnections",
8730
+ resultsNotInBaseline: {
8731
+ serializedName: "resultsNotInBaseline",
8652
8732
  readOnly: true,
8653
8733
  type: {
8654
8734
  name: "Sequence",
8655
8735
  element: {
8656
8736
  type: {
8657
- name: "Composite",
8658
- className: "ServerPrivateEndpointConnection"
8737
+ name: "Sequence",
8738
+ element: {
8739
+ type: {
8740
+ name: "String"
8741
+ }
8742
+ }
8659
8743
  }
8660
8744
  }
8661
8745
  }
8662
8746
  },
8663
- minimalTlsVersion: {
8664
- serializedName: "properties.minimalTlsVersion",
8665
- type: {
8666
- name: "String"
8667
- }
8668
- },
8669
- publicNetworkAccess: {
8670
- serializedName: "properties.publicNetworkAccess",
8671
- type: {
8672
- name: "String"
8673
- }
8674
- },
8675
- workspaceFeature: {
8676
- serializedName: "properties.workspaceFeature",
8747
+ resultsOnlyInBaseline: {
8748
+ serializedName: "resultsOnlyInBaseline",
8677
8749
  readOnly: true,
8678
8750
  type: {
8679
- name: "String"
8680
- }
8681
- },
8682
- primaryUserAssignedIdentityId: {
8683
- serializedName: "properties.primaryUserAssignedIdentityId",
8684
- type: {
8685
- name: "String"
8686
- }
8687
- },
8688
- federatedClientId: {
8689
- serializedName: "properties.federatedClientId",
8690
- type: {
8691
- name: "Uuid"
8692
- }
8693
- },
8694
- keyId: {
8695
- serializedName: "properties.keyId",
8696
- type: {
8697
- name: "String"
8698
- }
8699
- },
8700
- administrators: {
8701
- serializedName: "properties.administrators",
8702
- type: {
8703
- name: "Composite",
8704
- className: "ServerExternalAdministrator"
8751
+ name: "Sequence",
8752
+ element: {
8753
+ type: {
8754
+ name: "Sequence",
8755
+ element: {
8756
+ type: {
8757
+ name: "String"
8758
+ }
8759
+ }
8760
+ }
8761
+ }
8705
8762
  }
8706
- },
8707
- restrictOutboundNetworkAccess: {
8708
- serializedName: "properties.restrictOutboundNetworkAccess",
8763
+ }
8764
+ }
8765
+ }
8766
+ };
8767
+
8768
+ export const Baseline: coreClient.CompositeMapper = {
8769
+ type: {
8770
+ name: "Composite",
8771
+ className: "Baseline",
8772
+ modelProperties: {
8773
+ expectedResults: {
8774
+ serializedName: "expectedResults",
8775
+ readOnly: true,
8709
8776
  type: {
8710
- name: "String"
8777
+ name: "Sequence",
8778
+ element: {
8779
+ type: {
8780
+ name: "Sequence",
8781
+ element: {
8782
+ type: {
8783
+ name: "String"
8784
+ }
8785
+ }
8786
+ }
8787
+ }
8711
8788
  }
8712
8789
  },
8713
- externalGovernanceStatus: {
8714
- serializedName: "properties.externalGovernanceStatus",
8790
+ updatedTime: {
8791
+ serializedName: "updatedTime",
8715
8792
  readOnly: true,
8716
8793
  type: {
8717
- name: "String"
8794
+ name: "DateTime"
8718
8795
  }
8719
8796
  }
8720
8797
  }
8721
8798
  }
8722
8799
  };
8723
8800
 
8724
- export const ImportNewDatabaseDefinition: coreClient.CompositeMapper = {
8801
+ export const VaRule: coreClient.CompositeMapper = {
8725
8802
  type: {
8726
8803
  name: "Composite",
8727
- className: "ImportNewDatabaseDefinition",
8804
+ className: "VaRule",
8728
8805
  modelProperties: {
8729
- databaseName: {
8730
- serializedName: "databaseName",
8731
- type: {
8732
- name: "String"
8733
- }
8734
- },
8735
- edition: {
8736
- serializedName: "edition",
8737
- type: {
8738
- name: "String"
8739
- }
8740
- },
8741
- serviceObjectiveName: {
8742
- serializedName: "serviceObjectiveName",
8806
+ ruleId: {
8807
+ serializedName: "ruleId",
8808
+ readOnly: true,
8743
8809
  type: {
8744
8810
  name: "String"
8745
8811
  }
8746
8812
  },
8747
- maxSizeBytes: {
8748
- serializedName: "maxSizeBytes",
8813
+ severity: {
8814
+ serializedName: "severity",
8815
+ readOnly: true,
8749
8816
  type: {
8750
8817
  name: "String"
8751
8818
  }
8752
8819
  },
8753
- storageKeyType: {
8754
- serializedName: "storageKeyType",
8755
- required: true,
8820
+ category: {
8821
+ serializedName: "category",
8822
+ readOnly: true,
8756
8823
  type: {
8757
8824
  name: "String"
8758
8825
  }
8759
8826
  },
8760
- storageKey: {
8761
- serializedName: "storageKey",
8762
- required: true,
8827
+ ruleType: {
8828
+ serializedName: "ruleType",
8829
+ readOnly: true,
8763
8830
  type: {
8764
8831
  name: "String"
8765
8832
  }
8766
8833
  },
8767
- storageUri: {
8768
- serializedName: "storageUri",
8769
- required: true,
8834
+ title: {
8835
+ serializedName: "title",
8836
+ readOnly: true,
8770
8837
  type: {
8771
8838
  name: "String"
8772
8839
  }
8773
8840
  },
8774
- administratorLogin: {
8775
- serializedName: "administratorLogin",
8776
- required: true,
8841
+ description: {
8842
+ serializedName: "description",
8843
+ readOnly: true,
8777
8844
  type: {
8778
8845
  name: "String"
8779
8846
  }
8780
8847
  },
8781
- administratorLoginPassword: {
8782
- serializedName: "administratorLoginPassword",
8783
- required: true,
8848
+ rationale: {
8849
+ serializedName: "rationale",
8850
+ readOnly: true,
8784
8851
  type: {
8785
8852
  name: "String"
8786
8853
  }
8787
8854
  },
8788
- authenticationType: {
8789
- serializedName: "authenticationType",
8855
+ queryCheck: {
8856
+ serializedName: "queryCheck",
8790
8857
  type: {
8791
- name: "String"
8858
+ name: "Composite",
8859
+ className: "QueryCheck"
8792
8860
  }
8793
8861
  },
8794
- networkIsolation: {
8795
- serializedName: "networkIsolation",
8862
+ benchmarkReferences: {
8863
+ serializedName: "benchmarkReferences",
8864
+ readOnly: true,
8796
8865
  type: {
8797
- name: "Composite",
8798
- className: "NetworkIsolationSettings"
8866
+ name: "Sequence",
8867
+ element: {
8868
+ type: {
8869
+ name: "Composite",
8870
+ className: "BenchmarkReference"
8871
+ }
8872
+ }
8799
8873
  }
8800
8874
  }
8801
8875
  }
8802
8876
  }
8803
8877
  };
8804
8878
 
8805
- export const StartStopManagedInstanceScheduleListResult: coreClient.CompositeMapper = {
8879
+ export const QueryCheck: coreClient.CompositeMapper = {
8806
8880
  type: {
8807
8881
  name: "Composite",
8808
- className: "StartStopManagedInstanceScheduleListResult",
8882
+ className: "QueryCheck",
8809
8883
  modelProperties: {
8810
- value: {
8811
- serializedName: "value",
8884
+ query: {
8885
+ serializedName: "query",
8886
+ readOnly: true,
8887
+ type: {
8888
+ name: "String"
8889
+ }
8890
+ },
8891
+ expectedResult: {
8892
+ serializedName: "expectedResult",
8812
8893
  readOnly: true,
8813
8894
  type: {
8814
8895
  name: "Sequence",
8815
8896
  element: {
8816
8897
  type: {
8817
- name: "Composite",
8818
- className: "StartStopManagedInstanceSchedule"
8898
+ name: "Sequence",
8899
+ element: {
8900
+ type: {
8901
+ name: "String"
8902
+ }
8903
+ }
8819
8904
  }
8820
8905
  }
8821
8906
  }
8822
8907
  },
8823
- nextLink: {
8824
- serializedName: "nextLink",
8908
+ columnNames: {
8909
+ serializedName: "columnNames",
8825
8910
  readOnly: true,
8826
8911
  type: {
8827
- name: "String"
8912
+ name: "Sequence",
8913
+ element: {
8914
+ type: {
8915
+ name: "String"
8916
+ }
8917
+ }
8828
8918
  }
8829
8919
  }
8830
8920
  }
8831
8921
  }
8832
8922
  };
8833
8923
 
8834
- export const ScheduleItem: coreClient.CompositeMapper = {
8924
+ export const BenchmarkReference: coreClient.CompositeMapper = {
8835
8925
  type: {
8836
8926
  name: "Composite",
8837
- className: "ScheduleItem",
8927
+ className: "BenchmarkReference",
8838
8928
  modelProperties: {
8839
- startDay: {
8840
- serializedName: "startDay",
8841
- required: true,
8842
- type: {
8843
- name: "String"
8844
- }
8845
- },
8846
- startTime: {
8847
- serializedName: "startTime",
8848
- required: true,
8849
- type: {
8850
- name: "String"
8851
- }
8852
- },
8853
- stopDay: {
8854
- serializedName: "stopDay",
8855
- required: true,
8929
+ benchmark: {
8930
+ serializedName: "benchmark",
8931
+ readOnly: true,
8856
8932
  type: {
8857
8933
  name: "String"
8858
8934
  }
8859
8935
  },
8860
- stopTime: {
8861
- serializedName: "stopTime",
8862
- required: true,
8936
+ reference: {
8937
+ serializedName: "reference",
8938
+ readOnly: true,
8863
8939
  type: {
8864
8940
  name: "String"
8865
8941
  }
@@ -8868,10 +8944,10 @@ export const ScheduleItem: coreClient.CompositeMapper = {
8868
8944
  }
8869
8945
  };
8870
8946
 
8871
- export const LogicalDatabaseTransparentDataEncryptionListResult: coreClient.CompositeMapper = {
8947
+ export const SqlVulnerabilityAssessmentScanRecordListResult: coreClient.CompositeMapper = {
8872
8948
  type: {
8873
8949
  name: "Composite",
8874
- className: "LogicalDatabaseTransparentDataEncryptionListResult",
8950
+ className: "SqlVulnerabilityAssessmentScanRecordListResult",
8875
8951
  modelProperties: {
8876
8952
  value: {
8877
8953
  serializedName: "value",
@@ -8881,7 +8957,7 @@ export const LogicalDatabaseTransparentDataEncryptionListResult: coreClient.Comp
8881
8957
  element: {
8882
8958
  type: {
8883
8959
  name: "Composite",
8884
- className: "LogicalDatabaseTransparentDataEncryption"
8960
+ className: "SqlVulnerabilityAssessmentScanRecord"
8885
8961
  }
8886
8962
  }
8887
8963
  }
@@ -8897,26 +8973,20 @@ export const LogicalDatabaseTransparentDataEncryptionListResult: coreClient.Comp
8897
8973
  }
8898
8974
  };
8899
8975
 
8900
- export const FailoverGroupListResult: coreClient.CompositeMapper = {
8976
+ export const SqlVulnerabilityAssessmentScanError: coreClient.CompositeMapper = {
8901
8977
  type: {
8902
8978
  name: "Composite",
8903
- className: "FailoverGroupListResult",
8979
+ className: "SqlVulnerabilityAssessmentScanError",
8904
8980
  modelProperties: {
8905
- value: {
8906
- serializedName: "value",
8981
+ code: {
8982
+ serializedName: "code",
8907
8983
  readOnly: true,
8908
8984
  type: {
8909
- name: "Sequence",
8910
- element: {
8911
- type: {
8912
- name: "Composite",
8913
- className: "FailoverGroup"
8914
- }
8915
- }
8985
+ name: "String"
8916
8986
  }
8917
8987
  },
8918
- nextLink: {
8919
- serializedName: "nextLink",
8988
+ message: {
8989
+ serializedName: "message",
8920
8990
  readOnly: true,
8921
8991
  type: {
8922
8992
  name: "String"
@@ -8926,35 +8996,27 @@ export const FailoverGroupListResult: coreClient.CompositeMapper = {
8926
8996
  }
8927
8997
  };
8928
8998
 
8929
- export const FailoverGroupReadWriteEndpoint: coreClient.CompositeMapper = {
8999
+ export const SqlVulnerabilityAssessmentListResult: coreClient.CompositeMapper = {
8930
9000
  type: {
8931
9001
  name: "Composite",
8932
- className: "FailoverGroupReadWriteEndpoint",
9002
+ className: "SqlVulnerabilityAssessmentListResult",
8933
9003
  modelProperties: {
8934
- failoverPolicy: {
8935
- serializedName: "failoverPolicy",
8936
- required: true,
9004
+ value: {
9005
+ serializedName: "value",
9006
+ readOnly: true,
8937
9007
  type: {
8938
- name: "String"
9008
+ name: "Sequence",
9009
+ element: {
9010
+ type: {
9011
+ name: "Composite",
9012
+ className: "SqlVulnerabilityAssessment"
9013
+ }
9014
+ }
8939
9015
  }
8940
9016
  },
8941
- failoverWithDataLossGracePeriodMinutes: {
8942
- serializedName: "failoverWithDataLossGracePeriodMinutes",
8943
- type: {
8944
- name: "Number"
8945
- }
8946
- }
8947
- }
8948
- }
8949
- };
8950
-
8951
- export const FailoverGroupReadOnlyEndpoint: coreClient.CompositeMapper = {
8952
- type: {
8953
- name: "Composite",
8954
- className: "FailoverGroupReadOnlyEndpoint",
8955
- modelProperties: {
8956
- failoverPolicy: {
8957
- serializedName: "failoverPolicy",
9017
+ nextLink: {
9018
+ serializedName: "nextLink",
9019
+ readOnly: true,
8958
9020
  type: {
8959
9021
  name: "String"
8960
9022
  }
@@ -8963,28 +9025,22 @@ export const FailoverGroupReadOnlyEndpoint: coreClient.CompositeMapper = {
8963
9025
  }
8964
9026
  };
8965
9027
 
8966
- export const PartnerInfo: coreClient.CompositeMapper = {
9028
+ export const CheckNameAvailabilityRequest: coreClient.CompositeMapper = {
8967
9029
  type: {
8968
9030
  name: "Composite",
8969
- className: "PartnerInfo",
9031
+ className: "CheckNameAvailabilityRequest",
8970
9032
  modelProperties: {
8971
- id: {
8972
- serializedName: "id",
9033
+ name: {
9034
+ serializedName: "name",
8973
9035
  required: true,
8974
9036
  type: {
8975
9037
  name: "String"
8976
9038
  }
8977
9039
  },
8978
- location: {
8979
- serializedName: "location",
8980
- readOnly: true,
8981
- type: {
8982
- name: "String"
8983
- }
8984
- },
8985
- replicationRole: {
8986
- serializedName: "replicationRole",
8987
- readOnly: true,
9040
+ type: {
9041
+ defaultValue: "Microsoft.Sql/servers",
9042
+ isConstant: true,
9043
+ serializedName: "type",
8988
9044
  type: {
8989
9045
  name: "String"
8990
9046
  }
@@ -8993,51 +9049,48 @@ export const PartnerInfo: coreClient.CompositeMapper = {
8993
9049
  }
8994
9050
  };
8995
9051
 
8996
- export const FailoverGroupUpdate: coreClient.CompositeMapper = {
9052
+ export const CheckNameAvailabilityResponse: coreClient.CompositeMapper = {
8997
9053
  type: {
8998
9054
  name: "Composite",
8999
- className: "FailoverGroupUpdate",
9055
+ className: "CheckNameAvailabilityResponse",
9000
9056
  modelProperties: {
9001
- tags: {
9002
- serializedName: "tags",
9057
+ name: {
9058
+ serializedName: "name",
9059
+ readOnly: true,
9003
9060
  type: {
9004
- name: "Dictionary",
9005
- value: { type: { name: "String" } }
9061
+ name: "String"
9006
9062
  }
9007
9063
  },
9008
- readWriteEndpoint: {
9009
- serializedName: "properties.readWriteEndpoint",
9064
+ available: {
9065
+ serializedName: "available",
9066
+ readOnly: true,
9010
9067
  type: {
9011
- name: "Composite",
9012
- className: "FailoverGroupReadWriteEndpoint"
9068
+ name: "Boolean"
9013
9069
  }
9014
9070
  },
9015
- readOnlyEndpoint: {
9016
- serializedName: "properties.readOnlyEndpoint",
9071
+ reason: {
9072
+ serializedName: "reason",
9073
+ readOnly: true,
9017
9074
  type: {
9018
- name: "Composite",
9019
- className: "FailoverGroupReadOnlyEndpoint"
9075
+ name: "Enum",
9076
+ allowedValues: ["Invalid", "AlreadyExists"]
9020
9077
  }
9021
9078
  },
9022
- databases: {
9023
- serializedName: "properties.databases",
9079
+ message: {
9080
+ serializedName: "message",
9081
+ readOnly: true,
9024
9082
  type: {
9025
- name: "Sequence",
9026
- element: {
9027
- type: {
9028
- name: "String"
9029
- }
9030
- }
9083
+ name: "String"
9031
9084
  }
9032
9085
  }
9033
9086
  }
9034
9087
  }
9035
9088
  };
9036
9089
 
9037
- export const IPv6FirewallRuleListResult: coreClient.CompositeMapper = {
9090
+ export const ServerListResult: coreClient.CompositeMapper = {
9038
9091
  type: {
9039
9092
  name: "Composite",
9040
- className: "IPv6FirewallRuleListResult",
9093
+ className: "ServerListResult",
9041
9094
  modelProperties: {
9042
9095
  value: {
9043
9096
  serializedName: "value",
@@ -9047,7 +9100,7 @@ export const IPv6FirewallRuleListResult: coreClient.CompositeMapper = {
9047
9100
  element: {
9048
9101
  type: {
9049
9102
  name: "Composite",
9050
- className: "IPv6FirewallRule"
9103
+ className: "Server"
9051
9104
  }
9052
9105
  }
9053
9106
  }
@@ -9063,392 +9116,350 @@ export const IPv6FirewallRuleListResult: coreClient.CompositeMapper = {
9063
9116
  }
9064
9117
  };
9065
9118
 
9066
- export const DatabaseSqlVulnerabilityAssessmentBaselineSetListResult: coreClient.CompositeMapper = {
9119
+ export const ServerPrivateEndpointConnection: coreClient.CompositeMapper = {
9067
9120
  type: {
9068
9121
  name: "Composite",
9069
- className: "DatabaseSqlVulnerabilityAssessmentBaselineSetListResult",
9122
+ className: "ServerPrivateEndpointConnection",
9070
9123
  modelProperties: {
9071
- value: {
9072
- serializedName: "value",
9124
+ id: {
9125
+ serializedName: "id",
9073
9126
  readOnly: true,
9074
9127
  type: {
9075
- name: "Sequence",
9076
- element: {
9077
- type: {
9078
- name: "Composite",
9079
- className: "DatabaseSqlVulnerabilityAssessmentBaselineSet"
9080
- }
9081
- }
9128
+ name: "String"
9082
9129
  }
9083
9130
  },
9084
- nextLink: {
9085
- serializedName: "nextLink",
9086
- readOnly: true,
9131
+ properties: {
9132
+ serializedName: "properties",
9087
9133
  type: {
9088
- name: "String"
9134
+ name: "Composite",
9135
+ className: "PrivateEndpointConnectionProperties"
9089
9136
  }
9090
9137
  }
9091
9138
  }
9092
9139
  }
9093
9140
  };
9094
9141
 
9095
- export const DatabaseSqlVulnerabilityAssessmentRuleBaselineListResult: coreClient.CompositeMapper = {
9142
+ export const ServerExternalAdministrator: coreClient.CompositeMapper = {
9096
9143
  type: {
9097
9144
  name: "Composite",
9098
- className: "DatabaseSqlVulnerabilityAssessmentRuleBaselineListResult",
9145
+ className: "ServerExternalAdministrator",
9099
9146
  modelProperties: {
9100
- value: {
9101
- serializedName: "value",
9102
- readOnly: true,
9147
+ administratorType: {
9148
+ serializedName: "administratorType",
9103
9149
  type: {
9104
- name: "Sequence",
9105
- element: {
9106
- type: {
9107
- name: "Composite",
9108
- className: "DatabaseSqlVulnerabilityAssessmentRuleBaseline"
9109
- }
9110
- }
9150
+ name: "String"
9111
9151
  }
9112
9152
  },
9113
- nextLink: {
9114
- serializedName: "nextLink",
9115
- readOnly: true,
9153
+ principalType: {
9154
+ serializedName: "principalType",
9116
9155
  type: {
9117
9156
  name: "String"
9118
9157
  }
9158
+ },
9159
+ login: {
9160
+ serializedName: "login",
9161
+ type: {
9162
+ name: "String"
9163
+ }
9164
+ },
9165
+ sid: {
9166
+ serializedName: "sid",
9167
+ type: {
9168
+ name: "Uuid"
9169
+ }
9170
+ },
9171
+ tenantId: {
9172
+ serializedName: "tenantId",
9173
+ type: {
9174
+ name: "Uuid"
9175
+ }
9176
+ },
9177
+ azureADOnlyAuthentication: {
9178
+ serializedName: "azureADOnlyAuthentication",
9179
+ type: {
9180
+ name: "Boolean"
9181
+ }
9119
9182
  }
9120
9183
  }
9121
9184
  }
9122
9185
  };
9123
9186
 
9124
- export const SQLVulnerabilityAssessmentScanListResult: coreClient.CompositeMapper = {
9187
+ export const ServerUpdate: coreClient.CompositeMapper = {
9125
9188
  type: {
9126
9189
  name: "Composite",
9127
- className: "SQLVulnerabilityAssessmentScanListResult",
9190
+ className: "ServerUpdate",
9128
9191
  modelProperties: {
9129
- value: {
9130
- serializedName: "value",
9131
- readOnly: true,
9192
+ identity: {
9193
+ serializedName: "identity",
9132
9194
  type: {
9133
- name: "Sequence",
9134
- element: {
9135
- type: {
9136
- name: "Composite",
9137
- className: "SqlVulnerabilityAssessmentScanResults"
9138
- }
9139
- }
9195
+ name: "Composite",
9196
+ className: "ResourceIdentity"
9140
9197
  }
9141
9198
  },
9142
- nextLink: {
9143
- serializedName: "nextLink",
9199
+ tags: {
9200
+ serializedName: "tags",
9201
+ type: {
9202
+ name: "Dictionary",
9203
+ value: { type: { name: "String" } }
9204
+ }
9205
+ },
9206
+ administratorLogin: {
9207
+ serializedName: "properties.administratorLogin",
9208
+ type: {
9209
+ name: "String"
9210
+ }
9211
+ },
9212
+ administratorLoginPassword: {
9213
+ serializedName: "properties.administratorLoginPassword",
9214
+ type: {
9215
+ name: "String"
9216
+ }
9217
+ },
9218
+ version: {
9219
+ serializedName: "properties.version",
9220
+ type: {
9221
+ name: "String"
9222
+ }
9223
+ },
9224
+ state: {
9225
+ serializedName: "properties.state",
9144
9226
  readOnly: true,
9145
9227
  type: {
9146
9228
  name: "String"
9147
9229
  }
9148
- }
9149
- }
9150
- }
9151
- };
9152
-
9153
- export const Remediation: coreClient.CompositeMapper = {
9154
- type: {
9155
- name: "Composite",
9156
- className: "Remediation",
9157
- modelProperties: {
9158
- description: {
9159
- serializedName: "description",
9230
+ },
9231
+ fullyQualifiedDomainName: {
9232
+ serializedName: "properties.fullyQualifiedDomainName",
9160
9233
  readOnly: true,
9161
9234
  type: {
9162
9235
  name: "String"
9163
9236
  }
9164
9237
  },
9165
- scripts: {
9166
- serializedName: "scripts",
9238
+ privateEndpointConnections: {
9239
+ serializedName: "properties.privateEndpointConnections",
9167
9240
  readOnly: true,
9168
9241
  type: {
9169
9242
  name: "Sequence",
9170
9243
  element: {
9171
9244
  type: {
9172
- name: "String"
9245
+ name: "Composite",
9246
+ className: "ServerPrivateEndpointConnection"
9173
9247
  }
9174
9248
  }
9175
9249
  }
9176
9250
  },
9177
- automated: {
9178
- serializedName: "automated",
9179
- readOnly: true,
9251
+ minimalTlsVersion: {
9252
+ serializedName: "properties.minimalTlsVersion",
9180
9253
  type: {
9181
- name: "Boolean"
9254
+ name: "String"
9182
9255
  }
9183
9256
  },
9184
- portalLink: {
9185
- serializedName: "portalLink",
9257
+ publicNetworkAccess: {
9258
+ serializedName: "properties.publicNetworkAccess",
9259
+ type: {
9260
+ name: "String"
9261
+ }
9262
+ },
9263
+ workspaceFeature: {
9264
+ serializedName: "properties.workspaceFeature",
9186
9265
  readOnly: true,
9187
9266
  type: {
9188
9267
  name: "String"
9189
9268
  }
9190
- }
9191
- }
9192
- }
9193
- };
9194
-
9195
- export const BaselineAdjustedResult: coreClient.CompositeMapper = {
9196
- type: {
9197
- name: "Composite",
9198
- className: "BaselineAdjustedResult",
9199
- modelProperties: {
9200
- baseline: {
9201
- serializedName: "baseline",
9269
+ },
9270
+ primaryUserAssignedIdentityId: {
9271
+ serializedName: "properties.primaryUserAssignedIdentityId",
9272
+ type: {
9273
+ name: "String"
9274
+ }
9275
+ },
9276
+ federatedClientId: {
9277
+ serializedName: "properties.federatedClientId",
9278
+ type: {
9279
+ name: "Uuid"
9280
+ }
9281
+ },
9282
+ keyId: {
9283
+ serializedName: "properties.keyId",
9284
+ type: {
9285
+ name: "String"
9286
+ }
9287
+ },
9288
+ administrators: {
9289
+ serializedName: "properties.administrators",
9202
9290
  type: {
9203
9291
  name: "Composite",
9204
- className: "Baseline"
9292
+ className: "ServerExternalAdministrator"
9205
9293
  }
9206
9294
  },
9207
- status: {
9208
- serializedName: "status",
9209
- readOnly: true,
9295
+ restrictOutboundNetworkAccess: {
9296
+ serializedName: "properties.restrictOutboundNetworkAccess",
9210
9297
  type: {
9211
9298
  name: "String"
9212
9299
  }
9213
9300
  },
9214
- resultsNotInBaseline: {
9215
- serializedName: "resultsNotInBaseline",
9216
- readOnly: true,
9301
+ isIPv6Enabled: {
9302
+ serializedName: "properties.isIPv6Enabled",
9217
9303
  type: {
9218
- name: "Sequence",
9219
- element: {
9220
- type: {
9221
- name: "Sequence",
9222
- element: {
9223
- type: {
9224
- name: "String"
9225
- }
9226
- }
9227
- }
9228
- }
9304
+ name: "String"
9229
9305
  }
9230
9306
  },
9231
- resultsOnlyInBaseline: {
9232
- serializedName: "resultsOnlyInBaseline",
9307
+ externalGovernanceStatus: {
9308
+ serializedName: "properties.externalGovernanceStatus",
9233
9309
  readOnly: true,
9234
9310
  type: {
9235
- name: "Sequence",
9236
- element: {
9237
- type: {
9238
- name: "Sequence",
9239
- element: {
9240
- type: {
9241
- name: "String"
9242
- }
9243
- }
9244
- }
9245
- }
9311
+ name: "String"
9246
9312
  }
9247
9313
  }
9248
9314
  }
9249
9315
  }
9250
9316
  };
9251
9317
 
9252
- export const Baseline: coreClient.CompositeMapper = {
9318
+ export const ImportNewDatabaseDefinition: coreClient.CompositeMapper = {
9253
9319
  type: {
9254
9320
  name: "Composite",
9255
- className: "Baseline",
9321
+ className: "ImportNewDatabaseDefinition",
9256
9322
  modelProperties: {
9257
- expectedResults: {
9258
- serializedName: "expectedResults",
9259
- readOnly: true,
9323
+ databaseName: {
9324
+ serializedName: "databaseName",
9260
9325
  type: {
9261
- name: "Sequence",
9262
- element: {
9263
- type: {
9264
- name: "Sequence",
9265
- element: {
9266
- type: {
9267
- name: "String"
9268
- }
9269
- }
9270
- }
9271
- }
9326
+ name: "String"
9272
9327
  }
9273
9328
  },
9274
- updatedTime: {
9275
- serializedName: "updatedTime",
9276
- readOnly: true,
9329
+ edition: {
9330
+ serializedName: "edition",
9277
9331
  type: {
9278
- name: "DateTime"
9332
+ name: "String"
9279
9333
  }
9280
- }
9281
- }
9282
- }
9283
- };
9284
-
9285
- export const VaRule: coreClient.CompositeMapper = {
9286
- type: {
9287
- name: "Composite",
9288
- className: "VaRule",
9289
- modelProperties: {
9290
- ruleId: {
9291
- serializedName: "ruleId",
9292
- readOnly: true,
9334
+ },
9335
+ serviceObjectiveName: {
9336
+ serializedName: "serviceObjectiveName",
9293
9337
  type: {
9294
9338
  name: "String"
9295
9339
  }
9296
9340
  },
9297
- severity: {
9298
- serializedName: "severity",
9299
- readOnly: true,
9341
+ maxSizeBytes: {
9342
+ serializedName: "maxSizeBytes",
9300
9343
  type: {
9301
9344
  name: "String"
9302
9345
  }
9303
9346
  },
9304
- category: {
9305
- serializedName: "category",
9306
- readOnly: true,
9347
+ storageKeyType: {
9348
+ serializedName: "storageKeyType",
9349
+ required: true,
9307
9350
  type: {
9308
9351
  name: "String"
9309
9352
  }
9310
9353
  },
9311
- ruleType: {
9312
- serializedName: "ruleType",
9313
- readOnly: true,
9354
+ storageKey: {
9355
+ serializedName: "storageKey",
9356
+ required: true,
9314
9357
  type: {
9315
9358
  name: "String"
9316
9359
  }
9317
9360
  },
9318
- title: {
9319
- serializedName: "title",
9320
- readOnly: true,
9361
+ storageUri: {
9362
+ serializedName: "storageUri",
9363
+ required: true,
9321
9364
  type: {
9322
9365
  name: "String"
9323
9366
  }
9324
9367
  },
9325
- description: {
9326
- serializedName: "description",
9327
- readOnly: true,
9368
+ administratorLogin: {
9369
+ serializedName: "administratorLogin",
9370
+ required: true,
9328
9371
  type: {
9329
9372
  name: "String"
9330
9373
  }
9331
9374
  },
9332
- rationale: {
9333
- serializedName: "rationale",
9334
- readOnly: true,
9375
+ administratorLoginPassword: {
9376
+ serializedName: "administratorLoginPassword",
9377
+ required: true,
9335
9378
  type: {
9336
9379
  name: "String"
9337
9380
  }
9338
9381
  },
9339
- queryCheck: {
9340
- serializedName: "queryCheck",
9382
+ authenticationType: {
9383
+ serializedName: "authenticationType",
9341
9384
  type: {
9342
- name: "Composite",
9343
- className: "QueryCheck"
9385
+ name: "String"
9344
9386
  }
9345
9387
  },
9346
- benchmarkReferences: {
9347
- serializedName: "benchmarkReferences",
9348
- readOnly: true,
9388
+ networkIsolation: {
9389
+ serializedName: "networkIsolation",
9349
9390
  type: {
9350
- name: "Sequence",
9351
- element: {
9352
- type: {
9353
- name: "Composite",
9354
- className: "BenchmarkReference"
9355
- }
9356
- }
9391
+ name: "Composite",
9392
+ className: "NetworkIsolationSettings"
9357
9393
  }
9358
9394
  }
9359
9395
  }
9360
9396
  }
9361
9397
  };
9362
9398
 
9363
- export const QueryCheck: coreClient.CompositeMapper = {
9399
+ export const FailoverGroupListResult: coreClient.CompositeMapper = {
9364
9400
  type: {
9365
9401
  name: "Composite",
9366
- className: "QueryCheck",
9402
+ className: "FailoverGroupListResult",
9367
9403
  modelProperties: {
9368
- query: {
9369
- serializedName: "query",
9370
- readOnly: true,
9371
- type: {
9372
- name: "String"
9373
- }
9374
- },
9375
- expectedResult: {
9376
- serializedName: "expectedResult",
9404
+ value: {
9405
+ serializedName: "value",
9377
9406
  readOnly: true,
9378
9407
  type: {
9379
9408
  name: "Sequence",
9380
9409
  element: {
9381
9410
  type: {
9382
- name: "Sequence",
9383
- element: {
9384
- type: {
9385
- name: "String"
9386
- }
9387
- }
9411
+ name: "Composite",
9412
+ className: "FailoverGroup"
9388
9413
  }
9389
9414
  }
9390
9415
  }
9391
9416
  },
9392
- columnNames: {
9393
- serializedName: "columnNames",
9417
+ nextLink: {
9418
+ serializedName: "nextLink",
9394
9419
  readOnly: true,
9395
9420
  type: {
9396
- name: "Sequence",
9397
- element: {
9398
- type: {
9399
- name: "String"
9400
- }
9401
- }
9421
+ name: "String"
9402
9422
  }
9403
9423
  }
9404
9424
  }
9405
9425
  }
9406
9426
  };
9407
9427
 
9408
- export const BenchmarkReference: coreClient.CompositeMapper = {
9428
+ export const FailoverGroupReadWriteEndpoint: coreClient.CompositeMapper = {
9409
9429
  type: {
9410
9430
  name: "Composite",
9411
- className: "BenchmarkReference",
9431
+ className: "FailoverGroupReadWriteEndpoint",
9412
9432
  modelProperties: {
9413
- benchmark: {
9414
- serializedName: "benchmark",
9415
- readOnly: true,
9433
+ failoverPolicy: {
9434
+ serializedName: "failoverPolicy",
9435
+ required: true,
9416
9436
  type: {
9417
9437
  name: "String"
9418
9438
  }
9419
9439
  },
9420
- reference: {
9421
- serializedName: "reference",
9422
- readOnly: true,
9440
+ failoverWithDataLossGracePeriodMinutes: {
9441
+ serializedName: "failoverWithDataLossGracePeriodMinutes",
9423
9442
  type: {
9424
- name: "String"
9443
+ name: "Number"
9425
9444
  }
9426
9445
  }
9427
9446
  }
9428
9447
  }
9429
9448
  };
9430
9449
 
9431
- export const SqlVulnerabilityAssessmentScanRecordListResult: coreClient.CompositeMapper = {
9450
+ export const FailoverGroupReadOnlyEndpoint: coreClient.CompositeMapper = {
9432
9451
  type: {
9433
9452
  name: "Composite",
9434
- className: "SqlVulnerabilityAssessmentScanRecordListResult",
9453
+ className: "FailoverGroupReadOnlyEndpoint",
9435
9454
  modelProperties: {
9436
- value: {
9437
- serializedName: "value",
9438
- readOnly: true,
9455
+ failoverPolicy: {
9456
+ serializedName: "failoverPolicy",
9439
9457
  type: {
9440
- name: "Sequence",
9441
- element: {
9442
- type: {
9443
- name: "Composite",
9444
- className: "SqlVulnerabilityAssessmentScanRecord"
9445
- }
9446
- }
9458
+ name: "String"
9447
9459
  }
9448
9460
  },
9449
- nextLink: {
9450
- serializedName: "nextLink",
9451
- readOnly: true,
9461
+ targetServer: {
9462
+ serializedName: "targetServer",
9452
9463
  type: {
9453
9464
  name: "String"
9454
9465
  }
@@ -9457,20 +9468,27 @@ export const SqlVulnerabilityAssessmentScanRecordListResult: coreClient.Composit
9457
9468
  }
9458
9469
  };
9459
9470
 
9460
- export const SqlVulnerabilityAssessmentScanError: coreClient.CompositeMapper = {
9471
+ export const PartnerInfo: coreClient.CompositeMapper = {
9461
9472
  type: {
9462
9473
  name: "Composite",
9463
- className: "SqlVulnerabilityAssessmentScanError",
9474
+ className: "PartnerInfo",
9464
9475
  modelProperties: {
9465
- code: {
9466
- serializedName: "code",
9476
+ id: {
9477
+ serializedName: "id",
9478
+ required: true,
9479
+ type: {
9480
+ name: "String"
9481
+ }
9482
+ },
9483
+ location: {
9484
+ serializedName: "location",
9467
9485
  readOnly: true,
9468
9486
  type: {
9469
9487
  name: "String"
9470
9488
  }
9471
9489
  },
9472
- message: {
9473
- serializedName: "message",
9490
+ replicationRole: {
9491
+ serializedName: "replicationRole",
9474
9492
  readOnly: true,
9475
9493
  type: {
9476
9494
  name: "String"
@@ -9480,29 +9498,53 @@ export const SqlVulnerabilityAssessmentScanError: coreClient.CompositeMapper = {
9480
9498
  }
9481
9499
  };
9482
9500
 
9483
- export const SqlVulnerabilityAssessmentListResult: coreClient.CompositeMapper = {
9501
+ export const FailoverGroupUpdate: coreClient.CompositeMapper = {
9484
9502
  type: {
9485
9503
  name: "Composite",
9486
- className: "SqlVulnerabilityAssessmentListResult",
9504
+ className: "FailoverGroupUpdate",
9487
9505
  modelProperties: {
9488
- value: {
9489
- serializedName: "value",
9490
- readOnly: true,
9506
+ tags: {
9507
+ serializedName: "tags",
9508
+ type: {
9509
+ name: "Dictionary",
9510
+ value: { type: { name: "String" } }
9511
+ }
9512
+ },
9513
+ readWriteEndpoint: {
9514
+ serializedName: "properties.readWriteEndpoint",
9515
+ type: {
9516
+ name: "Composite",
9517
+ className: "FailoverGroupReadWriteEndpoint"
9518
+ }
9519
+ },
9520
+ readOnlyEndpoint: {
9521
+ serializedName: "properties.readOnlyEndpoint",
9522
+ type: {
9523
+ name: "Composite",
9524
+ className: "FailoverGroupReadOnlyEndpoint"
9525
+ }
9526
+ },
9527
+ databases: {
9528
+ serializedName: "properties.databases",
9491
9529
  type: {
9492
9530
  name: "Sequence",
9493
9531
  element: {
9494
9532
  type: {
9495
- name: "Composite",
9496
- className: "SqlVulnerabilityAssessment"
9533
+ name: "String"
9497
9534
  }
9498
9535
  }
9499
9536
  }
9500
9537
  },
9501
- nextLink: {
9502
- serializedName: "nextLink",
9503
- readOnly: true,
9538
+ partnerServers: {
9539
+ serializedName: "properties.partnerServers",
9504
9540
  type: {
9505
- name: "String"
9541
+ name: "Sequence",
9542
+ element: {
9543
+ type: {
9544
+ name: "Composite",
9545
+ className: "PartnerInfo"
9546
+ }
9547
+ }
9506
9548
  }
9507
9549
  }
9508
9550
  }
@@ -15243,97 +15285,45 @@ export const RestorableDroppedDatabase: coreClient.CompositeMapper = {
15243
15285
  name: "DateTime"
15244
15286
  }
15245
15287
  },
15246
- earliestRestoreDate: {
15247
- serializedName: "properties.earliestRestoreDate",
15248
- readOnly: true,
15249
- type: {
15250
- name: "DateTime"
15251
- }
15252
- },
15253
- backupStorageRedundancy: {
15254
- serializedName: "properties.backupStorageRedundancy",
15255
- readOnly: true,
15256
- type: {
15257
- name: "String"
15258
- }
15259
- },
15260
- keys: {
15261
- serializedName: "properties.keys",
15262
- type: {
15263
- name: "Dictionary",
15264
- value: { type: { name: "Composite", className: "DatabaseKey" } }
15265
- }
15266
- }
15267
- }
15268
- }
15269
- };
15270
-
15271
- export const ServerConfigurationOption: coreClient.CompositeMapper = {
15272
- type: {
15273
- name: "Composite",
15274
- className: "ServerConfigurationOption",
15275
- modelProperties: {
15276
- ...ProxyResource.type.modelProperties,
15277
- serverConfigurationOptionValue: {
15278
- serializedName: "properties.serverConfigurationOptionValue",
15279
- type: {
15280
- name: "Number"
15281
- }
15282
- },
15283
- provisioningState: {
15284
- serializedName: "properties.provisioningState",
15285
- readOnly: true,
15286
- type: {
15287
- name: "String"
15288
- }
15289
- }
15290
- }
15291
- }
15292
- };
15293
-
15294
- export const RefreshExternalGovernanceStatusOperationResult: coreClient.CompositeMapper = {
15295
- type: {
15296
- name: "Composite",
15297
- className: "RefreshExternalGovernanceStatusOperationResult",
15298
- modelProperties: {
15299
- ...ProxyResource.type.modelProperties,
15300
- requestId: {
15301
- serializedName: "properties.requestId",
15302
- readOnly: true,
15303
- type: {
15304
- name: "Uuid"
15305
- }
15306
- },
15307
- requestType: {
15308
- serializedName: "properties.requestType",
15309
- readOnly: true,
15310
- type: {
15311
- name: "String"
15312
- }
15313
- },
15314
- queuedTime: {
15315
- serializedName: "properties.queuedTime",
15288
+ earliestRestoreDate: {
15289
+ serializedName: "properties.earliestRestoreDate",
15316
15290
  readOnly: true,
15317
15291
  type: {
15318
- name: "String"
15292
+ name: "DateTime"
15319
15293
  }
15320
15294
  },
15321
- serverName: {
15322
- serializedName: "properties.serverName",
15295
+ backupStorageRedundancy: {
15296
+ serializedName: "properties.backupStorageRedundancy",
15323
15297
  readOnly: true,
15324
15298
  type: {
15325
15299
  name: "String"
15326
15300
  }
15327
15301
  },
15328
- status: {
15329
- serializedName: "properties.status",
15330
- readOnly: true,
15302
+ keys: {
15303
+ serializedName: "properties.keys",
15331
15304
  type: {
15332
- name: "String"
15305
+ name: "Dictionary",
15306
+ value: { type: { name: "Composite", className: "DatabaseKey" } }
15307
+ }
15308
+ }
15309
+ }
15310
+ }
15311
+ };
15312
+
15313
+ export const ServerConfigurationOption: coreClient.CompositeMapper = {
15314
+ type: {
15315
+ name: "Composite",
15316
+ className: "ServerConfigurationOption",
15317
+ modelProperties: {
15318
+ ...ProxyResource.type.modelProperties,
15319
+ serverConfigurationOptionValue: {
15320
+ serializedName: "properties.serverConfigurationOptionValue",
15321
+ type: {
15322
+ name: "Number"
15333
15323
  }
15334
15324
  },
15335
- errorMessage: {
15336
- serializedName: "properties.errorMessage",
15325
+ provisioningState: {
15326
+ serializedName: "properties.provisioningState",
15337
15327
  readOnly: true,
15338
15328
  type: {
15339
15329
  name: "String"
@@ -15417,81 +15407,6 @@ export const LogicalDatabaseTransparentDataEncryption: coreClient.CompositeMappe
15417
15407
  }
15418
15408
  };
15419
15409
 
15420
- export const FailoverGroup: coreClient.CompositeMapper = {
15421
- type: {
15422
- name: "Composite",
15423
- className: "FailoverGroup",
15424
- modelProperties: {
15425
- ...ProxyResource.type.modelProperties,
15426
- location: {
15427
- serializedName: "location",
15428
- readOnly: true,
15429
- type: {
15430
- name: "String"
15431
- }
15432
- },
15433
- tags: {
15434
- serializedName: "tags",
15435
- type: {
15436
- name: "Dictionary",
15437
- value: { type: { name: "String" } }
15438
- }
15439
- },
15440
- readWriteEndpoint: {
15441
- serializedName: "properties.readWriteEndpoint",
15442
- type: {
15443
- name: "Composite",
15444
- className: "FailoverGroupReadWriteEndpoint"
15445
- }
15446
- },
15447
- readOnlyEndpoint: {
15448
- serializedName: "properties.readOnlyEndpoint",
15449
- type: {
15450
- name: "Composite",
15451
- className: "FailoverGroupReadOnlyEndpoint"
15452
- }
15453
- },
15454
- replicationRole: {
15455
- serializedName: "properties.replicationRole",
15456
- readOnly: true,
15457
- type: {
15458
- name: "String"
15459
- }
15460
- },
15461
- replicationState: {
15462
- serializedName: "properties.replicationState",
15463
- readOnly: true,
15464
- type: {
15465
- name: "String"
15466
- }
15467
- },
15468
- partnerServers: {
15469
- serializedName: "properties.partnerServers",
15470
- type: {
15471
- name: "Sequence",
15472
- element: {
15473
- type: {
15474
- name: "Composite",
15475
- className: "PartnerInfo"
15476
- }
15477
- }
15478
- }
15479
- },
15480
- databases: {
15481
- serializedName: "properties.databases",
15482
- type: {
15483
- name: "Sequence",
15484
- element: {
15485
- type: {
15486
- name: "String"
15487
- }
15488
- }
15489
- }
15490
- }
15491
- }
15492
- }
15493
- };
15494
-
15495
15410
  export const DatabaseSqlVulnerabilityAssessmentBaselineSet: coreClient.CompositeMapper = {
15496
15411
  type: {
15497
15412
  name: "Composite",
@@ -15887,6 +15802,133 @@ export const SqlVulnerabilityAssessment: coreClient.CompositeMapper = {
15887
15802
  }
15888
15803
  };
15889
15804
 
15805
+ export const RefreshExternalGovernanceStatusOperationResult: coreClient.CompositeMapper = {
15806
+ type: {
15807
+ name: "Composite",
15808
+ className: "RefreshExternalGovernanceStatusOperationResult",
15809
+ modelProperties: {
15810
+ ...ProxyResource.type.modelProperties,
15811
+ requestId: {
15812
+ serializedName: "properties.requestId",
15813
+ readOnly: true,
15814
+ type: {
15815
+ name: "Uuid"
15816
+ }
15817
+ },
15818
+ requestType: {
15819
+ serializedName: "properties.requestType",
15820
+ readOnly: true,
15821
+ type: {
15822
+ name: "String"
15823
+ }
15824
+ },
15825
+ queuedTime: {
15826
+ serializedName: "properties.queuedTime",
15827
+ readOnly: true,
15828
+ type: {
15829
+ name: "String"
15830
+ }
15831
+ },
15832
+ serverName: {
15833
+ serializedName: "properties.serverName",
15834
+ readOnly: true,
15835
+ type: {
15836
+ name: "String"
15837
+ }
15838
+ },
15839
+ status: {
15840
+ serializedName: "properties.status",
15841
+ readOnly: true,
15842
+ type: {
15843
+ name: "String"
15844
+ }
15845
+ },
15846
+ errorMessage: {
15847
+ serializedName: "properties.errorMessage",
15848
+ readOnly: true,
15849
+ type: {
15850
+ name: "String"
15851
+ }
15852
+ }
15853
+ }
15854
+ }
15855
+ };
15856
+
15857
+ export const FailoverGroup: coreClient.CompositeMapper = {
15858
+ type: {
15859
+ name: "Composite",
15860
+ className: "FailoverGroup",
15861
+ modelProperties: {
15862
+ ...ProxyResource.type.modelProperties,
15863
+ location: {
15864
+ serializedName: "location",
15865
+ readOnly: true,
15866
+ type: {
15867
+ name: "String"
15868
+ }
15869
+ },
15870
+ tags: {
15871
+ serializedName: "tags",
15872
+ type: {
15873
+ name: "Dictionary",
15874
+ value: { type: { name: "String" } }
15875
+ }
15876
+ },
15877
+ readWriteEndpoint: {
15878
+ serializedName: "properties.readWriteEndpoint",
15879
+ type: {
15880
+ name: "Composite",
15881
+ className: "FailoverGroupReadWriteEndpoint"
15882
+ }
15883
+ },
15884
+ readOnlyEndpoint: {
15885
+ serializedName: "properties.readOnlyEndpoint",
15886
+ type: {
15887
+ name: "Composite",
15888
+ className: "FailoverGroupReadOnlyEndpoint"
15889
+ }
15890
+ },
15891
+ replicationRole: {
15892
+ serializedName: "properties.replicationRole",
15893
+ readOnly: true,
15894
+ type: {
15895
+ name: "String"
15896
+ }
15897
+ },
15898
+ replicationState: {
15899
+ serializedName: "properties.replicationState",
15900
+ readOnly: true,
15901
+ type: {
15902
+ name: "String"
15903
+ }
15904
+ },
15905
+ partnerServers: {
15906
+ serializedName: "properties.partnerServers",
15907
+ type: {
15908
+ name: "Sequence",
15909
+ element: {
15910
+ type: {
15911
+ name: "Composite",
15912
+ className: "PartnerInfo"
15913
+ }
15914
+ }
15915
+ }
15916
+ },
15917
+ databases: {
15918
+ serializedName: "properties.databases",
15919
+ type: {
15920
+ name: "Sequence",
15921
+ element: {
15922
+ type: {
15923
+ name: "String"
15924
+ }
15925
+ }
15926
+ }
15927
+ }
15928
+ }
15929
+ }
15930
+ };
15931
+
15890
15932
  export const InstancePool: coreClient.CompositeMapper = {
15891
15933
  type: {
15892
15934
  name: "Composite",
@@ -16320,6 +16362,18 @@ export const Database: coreClient.CompositeMapper = {
16320
16362
  name: "String"
16321
16363
  }
16322
16364
  },
16365
+ useFreeLimit: {
16366
+ serializedName: "properties.useFreeLimit",
16367
+ type: {
16368
+ name: "Boolean"
16369
+ }
16370
+ },
16371
+ freeLimitExhaustionBehavior: {
16372
+ serializedName: "properties.freeLimitExhaustionBehavior",
16373
+ type: {
16374
+ name: "String"
16375
+ }
16376
+ },
16323
16377
  sourceResourceId: {
16324
16378
  serializedName: "properties.sourceResourceId",
16325
16379
  type: {
@@ -16343,6 +16397,12 @@ export const Database: coreClient.CompositeMapper = {
16343
16397
  type: {
16344
16398
  name: "String"
16345
16399
  }
16400
+ },
16401
+ encryptionProtectorAutoRotation: {
16402
+ serializedName: "properties.encryptionProtectorAutoRotation",
16403
+ type: {
16404
+ name: "Boolean"
16405
+ }
16346
16406
  }
16347
16407
  }
16348
16408
  }
@@ -16916,6 +16976,12 @@ export const Server: coreClient.CompositeMapper = {
16916
16976
  name: "String"
16917
16977
  }
16918
16978
  },
16979
+ isIPv6Enabled: {
16980
+ serializedName: "properties.isIPv6Enabled",
16981
+ type: {
16982
+ name: "String"
16983
+ }
16984
+ },
16919
16985
  externalGovernanceStatus: {
16920
16986
  serializedName: "properties.externalGovernanceStatus",
16921
16987
  readOnly: true,