@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.
- package/CHANGELOG.md +749 -719
- package/dist/index.js +3884 -3803
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/databasesCreateOrUpdateSample.js +21 -21
- package/dist-esm/samples-dev/databasesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/databasesExportSample.js +2 -2
- package/dist-esm/samples-dev/databasesFailoverSample.js +1 -1
- package/dist-esm/samples-dev/databasesGetSample.js +5 -5
- package/dist-esm/samples-dev/databasesImportSample.js +2 -2
- package/dist-esm/samples-dev/databasesListByElasticPoolSample.js +1 -1
- package/dist-esm/samples-dev/databasesListByServerSample.js +2 -2
- package/dist-esm/samples-dev/databasesListInaccessibleByServerSample.js +1 -1
- package/dist-esm/samples-dev/databasesPauseSample.js +1 -1
- package/dist-esm/samples-dev/databasesRenameSample.js +1 -1
- package/dist-esm/samples-dev/databasesResumeSample.js +1 -1
- package/dist-esm/samples-dev/databasesUpdateSample.js +6 -6
- package/dist-esm/samples-dev/databasesUpgradeDataWarehouseSample.js +1 -1
- package/dist-esm/samples-dev/failoverGroupsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/failoverGroupsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/failoverGroupsFailoverSample.js +1 -1
- package/dist-esm/samples-dev/failoverGroupsForceFailoverAllowDataLossSample.js +1 -1
- package/dist-esm/samples-dev/failoverGroupsGetSample.js +3 -3
- package/dist-esm/samples-dev/failoverGroupsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/failoverGroupsListByServerSample.js +1 -1
- package/dist-esm/samples-dev/failoverGroupsTryPlannedBeforeForcedFailoverSample.js +1 -1
- package/dist-esm/samples-dev/failoverGroupsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/serversCheckNameAvailabilitySample.js +3 -3
- package/dist-esm/samples-dev/serversCreateOrUpdateSample.js +2 -1
- package/dist-esm/samples-dev/serversCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/serversDeleteSample.js +1 -1
- package/dist-esm/samples-dev/serversGetSample.js +2 -2
- package/dist-esm/samples-dev/serversImportDatabaseSample.js +2 -2
- package/dist-esm/samples-dev/serversListByResourceGroupSample.js +2 -2
- package/dist-esm/samples-dev/serversListSample.js +2 -2
- package/dist-esm/samples-dev/serversRefreshStatusSample.js +1 -1
- package/dist-esm/samples-dev/serversUpdateSample.js +2 -1
- package/dist-esm/samples-dev/serversUpdateSample.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +568 -520
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +50 -42
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +14 -14
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +708 -646
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +14 -13
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +50 -39
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/backupShortTermRetentionPolicies.js +4 -4
- package/dist-esm/src/operations/capabilities.js +1 -1
- package/dist-esm/src/operations/dataWarehouseUserActivitiesOperations.js +2 -2
- package/dist-esm/src/operations/databaseAdvancedThreatProtectionSettings.js +3 -3
- package/dist-esm/src/operations/databaseAdvisors.js +3 -3
- package/dist-esm/src/operations/databaseAutomaticTuningOperations.js +2 -2
- package/dist-esm/src/operations/databaseBlobAuditingPolicies.js +3 -3
- package/dist-esm/src/operations/databaseColumns.js +3 -3
- package/dist-esm/src/operations/databaseEncryptionProtectors.js +2 -2
- package/dist-esm/src/operations/databaseExtensionsOperations.js +3 -3
- package/dist-esm/src/operations/databaseOperations.js +2 -2
- package/dist-esm/src/operations/databaseRecommendedActions.js +3 -3
- package/dist-esm/src/operations/databaseSchemas.js +2 -2
- package/dist-esm/src/operations/databaseSecurityAlertPolicies.js +3 -3
- package/dist-esm/src/operations/databaseSqlVulnerabilityAssessmentBaselines.js +4 -4
- package/dist-esm/src/operations/databaseSqlVulnerabilityAssessmentBaselines.js.map +1 -1
- package/dist-esm/src/operations/databaseSqlVulnerabilityAssessmentExecuteScan.js +1 -1
- package/dist-esm/src/operations/databaseSqlVulnerabilityAssessmentRuleBaselines.js +5 -5
- package/dist-esm/src/operations/databaseSqlVulnerabilityAssessmentRuleBaselines.js.map +1 -1
- package/dist-esm/src/operations/databaseSqlVulnerabilityAssessmentScanResult.js +2 -2
- package/dist-esm/src/operations/databaseSqlVulnerabilityAssessmentScans.js +2 -2
- package/dist-esm/src/operations/databaseSqlVulnerabilityAssessmentsSettings.js +2 -2
- package/dist-esm/src/operations/databaseTables.js +2 -2
- package/dist-esm/src/operations/databaseUsages.js +1 -1
- package/dist-esm/src/operations/databaseVulnerabilityAssessmentRuleBaselines.js +3 -3
- package/dist-esm/src/operations/databaseVulnerabilityAssessmentScans.js +4 -4
- package/dist-esm/src/operations/databaseVulnerabilityAssessments.js +4 -4
- package/dist-esm/src/operations/deletedServers.js +4 -4
- package/dist-esm/src/operations/distributedAvailabilityGroups.js +5 -5
- package/dist-esm/src/operations/elasticPoolOperations.js +2 -2
- package/dist-esm/src/operations/elasticPools.js +6 -6
- package/dist-esm/src/operations/elasticPools.js.map +1 -1
- package/dist-esm/src/operations/encryptionProtectors.js +4 -4
- package/dist-esm/src/operations/endpointCertificates.js +2 -2
- package/dist-esm/src/operations/extendedDatabaseBlobAuditingPolicies.js +3 -3
- package/dist-esm/src/operations/extendedServerBlobAuditingPolicies.js +3 -3
- package/dist-esm/src/operations/failoverGroups.js +10 -10
- package/dist-esm/src/operations/firewallRules.js +5 -5
- package/dist-esm/src/operations/iPv6FirewallRules.js +5 -5
- package/dist-esm/src/operations/iPv6FirewallRules.js.map +1 -1
- package/dist-esm/src/operations/index.d.ts +2 -2
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +2 -2
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/instanceFailoverGroups.js +6 -6
- package/dist-esm/src/operations/instancePools.js +6 -6
- package/dist-esm/src/operations/jobAgents.js +5 -5
- package/dist-esm/src/operations/jobCredentials.js +4 -4
- package/dist-esm/src/operations/jobExecutions.js +6 -6
- package/dist-esm/src/operations/jobStepExecutions.js +2 -2
- package/dist-esm/src/operations/jobSteps.js +6 -6
- package/dist-esm/src/operations/jobTargetExecutions.js +3 -3
- package/dist-esm/src/operations/jobTargetGroups.js +4 -4
- package/dist-esm/src/operations/jobVersions.js +2 -2
- package/dist-esm/src/operations/jobs.js +4 -4
- package/dist-esm/src/operations/ledgerDigestUploadsOperations.js +4 -4
- package/dist-esm/src/operations/longTermRetentionBackups.js +14 -14
- package/dist-esm/src/operations/longTermRetentionManagedInstanceBackups.js +10 -10
- package/dist-esm/src/operations/longTermRetentionPolicies.js +3 -3
- package/dist-esm/src/operations/maintenanceWindowOptionsOperations.js +1 -1
- package/dist-esm/src/operations/maintenanceWindowsOperations.js +2 -2
- package/dist-esm/src/operations/managedBackupShortTermRetentionPolicies.js +4 -4
- package/dist-esm/src/operations/managedDatabaseAdvancedThreatProtectionSettings.js +3 -3
- package/dist-esm/src/operations/managedDatabaseColumns.js +3 -3
- package/dist-esm/src/operations/managedDatabaseMoveOperations.js +2 -2
- package/dist-esm/src/operations/managedDatabaseQueries.js +2 -2
- package/dist-esm/src/operations/managedDatabaseRecommendedSensitivityLabels.js +1 -1
- package/dist-esm/src/operations/managedDatabaseRestoreDetails.js +1 -1
- package/dist-esm/src/operations/managedDatabaseSchemas.js +2 -2
- package/dist-esm/src/operations/managedDatabaseSecurityAlertPolicies.js +3 -3
- package/dist-esm/src/operations/managedDatabaseSecurityEvents.js +1 -1
- package/dist-esm/src/operations/managedDatabaseSensitivityLabels.js +8 -8
- package/dist-esm/src/operations/managedDatabaseTables.js +2 -2
- package/dist-esm/src/operations/managedDatabaseTransparentDataEncryption.js +3 -3
- package/dist-esm/src/operations/managedDatabaseVulnerabilityAssessmentRuleBaselines.js +3 -3
- package/dist-esm/src/operations/managedDatabaseVulnerabilityAssessmentScans.js +4 -4
- package/dist-esm/src/operations/managedDatabaseVulnerabilityAssessments.js +4 -4
- package/dist-esm/src/operations/managedDatabases.js +10 -10
- package/dist-esm/src/operations/managedInstanceAdministrators.js +4 -4
- package/dist-esm/src/operations/managedInstanceAdvancedThreatProtectionSettings.js +3 -3
- package/dist-esm/src/operations/managedInstanceAzureADOnlyAuthentications.js +4 -4
- package/dist-esm/src/operations/managedInstanceDtcs.js +3 -3
- package/dist-esm/src/operations/managedInstanceEncryptionProtectors.js +4 -4
- package/dist-esm/src/operations/managedInstanceKeys.js +4 -4
- package/dist-esm/src/operations/managedInstanceLongTermRetentionPolicies.js +3 -3
- package/dist-esm/src/operations/managedInstanceOperations.js +3 -3
- package/dist-esm/src/operations/managedInstancePrivateEndpointConnections.js +4 -4
- package/dist-esm/src/operations/managedInstancePrivateLinkResources.js +2 -2
- package/dist-esm/src/operations/managedInstanceTdeCertificates.js +1 -1
- package/dist-esm/src/operations/managedInstanceVulnerabilityAssessments.js +4 -4
- package/dist-esm/src/operations/managedInstances.js +12 -12
- package/dist-esm/src/operations/managedInstances.js.map +1 -1
- package/dist-esm/src/operations/managedLedgerDigestUploadsOperations.js +4 -4
- package/dist-esm/src/operations/managedRestorableDroppedDatabaseBackupShortTermRetentionPolicies.js +4 -4
- package/dist-esm/src/operations/managedServerDnsAliases.js +5 -5
- package/dist-esm/src/operations/managedServerSecurityAlertPolicies.js +3 -3
- package/dist-esm/src/operations/operations.js +1 -1
- package/dist-esm/src/operations/outboundFirewallRules.js +4 -4
- package/dist-esm/src/operations/privateEndpointConnections.js +4 -4
- package/dist-esm/src/operations/privateLinkResources.js +2 -2
- package/dist-esm/src/operations/recommendedSensitivityLabels.js +1 -1
- package/dist-esm/src/operations/recoverableDatabases.js +3 -3
- package/dist-esm/src/operations/recoverableDatabases.js.map +1 -1
- package/dist-esm/src/operations/recoverableManagedDatabases.js +2 -2
- package/dist-esm/src/operations/replicationLinks.js +6 -6
- package/dist-esm/src/operations/restorableDroppedDatabases.js +3 -3
- package/dist-esm/src/operations/restorableDroppedDatabases.js.map +1 -1
- package/dist-esm/src/operations/restorableDroppedManagedDatabases.js +2 -2
- package/dist-esm/src/operations/restorePoints.js +4 -4
- package/dist-esm/src/operations/sensitivityLabels.js +8 -8
- package/dist-esm/src/operations/serverAdvancedThreatProtectionSettings.js +3 -3
- package/dist-esm/src/operations/serverAdvisors.js +3 -3
- package/dist-esm/src/operations/serverAutomaticTuningOperations.js +2 -2
- package/dist-esm/src/operations/serverAzureADAdministrators.js +4 -4
- package/dist-esm/src/operations/serverAzureADOnlyAuthentications.js +4 -4
- package/dist-esm/src/operations/serverBlobAuditingPolicies.js +3 -3
- package/dist-esm/src/operations/serverConfigurationOptions.js +3 -3
- package/dist-esm/src/operations/serverConnectionPolicies.js +3 -3
- package/dist-esm/src/operations/serverDevOpsAuditSettings.js +3 -3
- package/dist-esm/src/operations/serverDnsAliases.js +5 -5
- package/dist-esm/src/operations/serverKeys.js +4 -4
- package/dist-esm/src/operations/serverOperations.js +1 -1
- package/dist-esm/src/operations/serverSecurityAlertPolicies.js +3 -3
- package/dist-esm/src/operations/serverTrustCertificates.js +4 -4
- package/dist-esm/src/operations/serverTrustGroups.js +5 -5
- package/dist-esm/src/operations/serverVulnerabilityAssessments.js +4 -4
- package/dist-esm/src/operations/servers.js +4 -4
- package/dist-esm/src/operations/servers.js.map +1 -1
- package/dist-esm/src/operations/sqlAgent.js +2 -2
- package/dist-esm/src/operations/sqlVulnerabilityAssessmentBaseline.js +2 -2
- package/dist-esm/src/operations/sqlVulnerabilityAssessmentBaselines.js +2 -2
- package/dist-esm/src/operations/sqlVulnerabilityAssessmentBaselines.js.map +1 -1
- package/dist-esm/src/operations/sqlVulnerabilityAssessmentExecuteScan.js +1 -1
- package/dist-esm/src/operations/sqlVulnerabilityAssessmentRuleBaseline.js +4 -4
- package/dist-esm/src/operations/sqlVulnerabilityAssessmentRuleBaseline.js.map +1 -1
- package/dist-esm/src/operations/sqlVulnerabilityAssessmentRuleBaselines.js +1 -1
- package/dist-esm/src/operations/sqlVulnerabilityAssessmentScanResult.js +2 -2
- package/dist-esm/src/operations/sqlVulnerabilityAssessmentScans.js +2 -2
- package/dist-esm/src/operations/sqlVulnerabilityAssessments.js +1 -1
- package/dist-esm/src/operations/sqlVulnerabilityAssessmentsSettings.js +4 -4
- package/dist-esm/src/operations/sqlVulnerabilityAssessmentsSettings.js.map +1 -1
- package/dist-esm/src/operations/startStopManagedInstanceSchedules.js +5 -5
- package/dist-esm/src/operations/subscriptionUsages.js +2 -2
- package/dist-esm/src/operations/synapseLinkWorkspaces.js +1 -1
- package/dist-esm/src/operations/syncAgents.js +6 -6
- package/dist-esm/src/operations/syncGroups.js +11 -11
- package/dist-esm/src/operations/syncMembers.js +7 -7
- package/dist-esm/src/operations/tdeCertificates.js +1 -1
- package/dist-esm/src/operations/timeZones.js +2 -2
- package/dist-esm/src/operations/transparentDataEncryptions.js +4 -4
- package/dist-esm/src/operations/usages.js +1 -1
- package/dist-esm/src/operations/virtualClusters.js +6 -6
- package/dist-esm/src/operations/virtualNetworkRules.js +4 -4
- package/dist-esm/src/operations/workloadClassifiers.js +4 -4
- package/dist-esm/src/operations/workloadGroups.js +4 -4
- package/dist-esm/src/operationsInterfaces/index.d.ts +2 -2
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +2 -2
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/sqlManagementClient.d.ts +3 -3
- package/dist-esm/src/sqlManagementClient.d.ts.map +1 -1
- package/dist-esm/src/sqlManagementClient.js +4 -4
- package/dist-esm/src/sqlManagementClient.js.map +1 -1
- package/package.json +6 -5
- package/review/arm-sql.api.md +19 -0
- package/src/models/index.ts +736 -686
- package/src/models/mappers.ts +747 -681
- package/src/models/parameters.ts +63 -51
- package/src/operations/backupShortTermRetentionPolicies.ts +4 -4
- package/src/operations/capabilities.ts +1 -1
- package/src/operations/dataWarehouseUserActivitiesOperations.ts +2 -2
- package/src/operations/databaseAdvancedThreatProtectionSettings.ts +3 -3
- package/src/operations/databaseAdvisors.ts +3 -3
- package/src/operations/databaseAutomaticTuningOperations.ts +2 -2
- package/src/operations/databaseBlobAuditingPolicies.ts +3 -3
- package/src/operations/databaseColumns.ts +3 -3
- package/src/operations/databaseEncryptionProtectors.ts +2 -2
- package/src/operations/databaseExtensionsOperations.ts +3 -3
- package/src/operations/databaseOperations.ts +2 -2
- package/src/operations/databaseRecommendedActions.ts +3 -3
- package/src/operations/databaseSchemas.ts +2 -2
- package/src/operations/databaseSecurityAlertPolicies.ts +3 -3
- package/src/operations/databaseSqlVulnerabilityAssessmentBaselines.ts +4 -4
- package/src/operations/databaseSqlVulnerabilityAssessmentExecuteScan.ts +1 -1
- package/src/operations/databaseSqlVulnerabilityAssessmentRuleBaselines.ts +5 -5
- package/src/operations/databaseSqlVulnerabilityAssessmentScanResult.ts +2 -2
- package/src/operations/databaseSqlVulnerabilityAssessmentScans.ts +2 -2
- package/src/operations/databaseSqlVulnerabilityAssessmentsSettings.ts +2 -2
- package/src/operations/databaseTables.ts +2 -2
- package/src/operations/databaseUsages.ts +1 -1
- package/src/operations/databaseVulnerabilityAssessmentRuleBaselines.ts +3 -3
- package/src/operations/databaseVulnerabilityAssessmentScans.ts +4 -4
- package/src/operations/databaseVulnerabilityAssessments.ts +4 -4
- package/src/operations/deletedServers.ts +4 -4
- package/src/operations/distributedAvailabilityGroups.ts +5 -5
- package/src/operations/elasticPoolOperations.ts +2 -2
- package/src/operations/elasticPools.ts +6 -6
- package/src/operations/encryptionProtectors.ts +4 -4
- package/src/operations/endpointCertificates.ts +2 -2
- package/src/operations/extendedDatabaseBlobAuditingPolicies.ts +3 -3
- package/src/operations/extendedServerBlobAuditingPolicies.ts +3 -3
- package/src/operations/failoverGroups.ts +10 -10
- package/src/operations/firewallRules.ts +5 -5
- package/src/operations/iPv6FirewallRules.ts +5 -5
- package/src/operations/index.ts +2 -2
- package/src/operations/instanceFailoverGroups.ts +6 -6
- package/src/operations/instancePools.ts +6 -6
- package/src/operations/jobAgents.ts +5 -5
- package/src/operations/jobCredentials.ts +4 -4
- package/src/operations/jobExecutions.ts +6 -6
- package/src/operations/jobStepExecutions.ts +2 -2
- package/src/operations/jobSteps.ts +6 -6
- package/src/operations/jobTargetExecutions.ts +3 -3
- package/src/operations/jobTargetGroups.ts +4 -4
- package/src/operations/jobVersions.ts +2 -2
- package/src/operations/jobs.ts +4 -4
- package/src/operations/ledgerDigestUploadsOperations.ts +4 -4
- package/src/operations/longTermRetentionBackups.ts +14 -14
- package/src/operations/longTermRetentionManagedInstanceBackups.ts +10 -10
- package/src/operations/longTermRetentionPolicies.ts +3 -3
- package/src/operations/maintenanceWindowOptionsOperations.ts +1 -1
- package/src/operations/maintenanceWindowsOperations.ts +2 -2
- package/src/operations/managedBackupShortTermRetentionPolicies.ts +4 -4
- package/src/operations/managedDatabaseAdvancedThreatProtectionSettings.ts +3 -3
- package/src/operations/managedDatabaseColumns.ts +3 -3
- package/src/operations/managedDatabaseMoveOperations.ts +2 -2
- package/src/operations/managedDatabaseQueries.ts +2 -2
- package/src/operations/managedDatabaseRecommendedSensitivityLabels.ts +1 -1
- package/src/operations/managedDatabaseRestoreDetails.ts +1 -1
- package/src/operations/managedDatabaseSchemas.ts +2 -2
- package/src/operations/managedDatabaseSecurityAlertPolicies.ts +3 -3
- package/src/operations/managedDatabaseSecurityEvents.ts +1 -1
- package/src/operations/managedDatabaseSensitivityLabels.ts +8 -8
- package/src/operations/managedDatabaseTables.ts +2 -2
- package/src/operations/managedDatabaseTransparentDataEncryption.ts +3 -3
- package/src/operations/managedDatabaseVulnerabilityAssessmentRuleBaselines.ts +3 -3
- package/src/operations/managedDatabaseVulnerabilityAssessmentScans.ts +4 -4
- package/src/operations/managedDatabaseVulnerabilityAssessments.ts +4 -4
- package/src/operations/managedDatabases.ts +10 -10
- package/src/operations/managedInstanceAdministrators.ts +4 -4
- package/src/operations/managedInstanceAdvancedThreatProtectionSettings.ts +3 -3
- package/src/operations/managedInstanceAzureADOnlyAuthentications.ts +4 -4
- package/src/operations/managedInstanceDtcs.ts +3 -3
- package/src/operations/managedInstanceEncryptionProtectors.ts +4 -4
- package/src/operations/managedInstanceKeys.ts +4 -4
- package/src/operations/managedInstanceLongTermRetentionPolicies.ts +3 -3
- package/src/operations/managedInstanceOperations.ts +3 -3
- package/src/operations/managedInstancePrivateEndpointConnections.ts +4 -4
- package/src/operations/managedInstancePrivateLinkResources.ts +2 -2
- package/src/operations/managedInstanceTdeCertificates.ts +1 -1
- package/src/operations/managedInstanceVulnerabilityAssessments.ts +4 -4
- package/src/operations/managedInstances.ts +12 -12
- package/src/operations/managedLedgerDigestUploadsOperations.ts +4 -4
- package/src/operations/managedRestorableDroppedDatabaseBackupShortTermRetentionPolicies.ts +4 -4
- package/src/operations/managedServerDnsAliases.ts +5 -5
- package/src/operations/managedServerSecurityAlertPolicies.ts +3 -3
- package/src/operations/operations.ts +1 -1
- package/src/operations/outboundFirewallRules.ts +4 -4
- package/src/operations/privateEndpointConnections.ts +4 -4
- package/src/operations/privateLinkResources.ts +2 -2
- package/src/operations/recommendedSensitivityLabels.ts +1 -1
- package/src/operations/recoverableDatabases.ts +3 -3
- package/src/operations/recoverableManagedDatabases.ts +2 -2
- package/src/operations/replicationLinks.ts +6 -6
- package/src/operations/restorableDroppedDatabases.ts +3 -3
- package/src/operations/restorableDroppedManagedDatabases.ts +2 -2
- package/src/operations/restorePoints.ts +4 -4
- package/src/operations/sensitivityLabels.ts +8 -8
- package/src/operations/serverAdvancedThreatProtectionSettings.ts +3 -3
- package/src/operations/serverAdvisors.ts +3 -3
- package/src/operations/serverAutomaticTuningOperations.ts +2 -2
- package/src/operations/serverAzureADAdministrators.ts +4 -4
- package/src/operations/serverAzureADOnlyAuthentications.ts +4 -4
- package/src/operations/serverBlobAuditingPolicies.ts +3 -3
- package/src/operations/serverConfigurationOptions.ts +3 -3
- package/src/operations/serverConnectionPolicies.ts +3 -3
- package/src/operations/serverDevOpsAuditSettings.ts +3 -3
- package/src/operations/serverDnsAliases.ts +5 -5
- package/src/operations/serverKeys.ts +4 -4
- package/src/operations/serverOperations.ts +1 -1
- package/src/operations/serverSecurityAlertPolicies.ts +3 -3
- package/src/operations/serverTrustCertificates.ts +4 -4
- package/src/operations/serverTrustGroups.ts +5 -5
- package/src/operations/serverVulnerabilityAssessments.ts +4 -4
- package/src/operations/servers.ts +4 -4
- package/src/operations/sqlAgent.ts +2 -2
- package/src/operations/sqlVulnerabilityAssessmentBaseline.ts +2 -2
- package/src/operations/sqlVulnerabilityAssessmentBaselines.ts +2 -2
- package/src/operations/sqlVulnerabilityAssessmentExecuteScan.ts +1 -1
- package/src/operations/sqlVulnerabilityAssessmentRuleBaseline.ts +4 -4
- package/src/operations/sqlVulnerabilityAssessmentRuleBaselines.ts +1 -1
- package/src/operations/sqlVulnerabilityAssessmentScanResult.ts +2 -2
- package/src/operations/sqlVulnerabilityAssessmentScans.ts +2 -2
- package/src/operations/sqlVulnerabilityAssessments.ts +1 -1
- package/src/operations/sqlVulnerabilityAssessmentsSettings.ts +4 -4
- package/src/operations/startStopManagedInstanceSchedules.ts +5 -5
- package/src/operations/subscriptionUsages.ts +2 -2
- package/src/operations/synapseLinkWorkspaces.ts +1 -1
- package/src/operations/syncAgents.ts +6 -6
- package/src/operations/syncGroups.ts +11 -11
- package/src/operations/syncMembers.ts +7 -7
- package/src/operations/tdeCertificates.ts +1 -1
- package/src/operations/timeZones.ts +2 -2
- package/src/operations/transparentDataEncryptions.ts +4 -4
- package/src/operations/usages.ts +1 -1
- package/src/operations/virtualClusters.ts +6 -6
- package/src/operations/virtualNetworkRules.ts +4 -4
- package/src/operations/workloadClassifiers.ts +4 -4
- package/src/operations/workloadGroups.ts +4 -4
- package/src/operationsInterfaces/index.ts +2 -2
- package/src/sqlManagementClient.ts +11 -11
- package/types/arm-sql.d.ts +52 -2
- package/types/tsdoc-metadata.json +1 -1
package/src/models/mappers.ts
CHANGED
|
@@ -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
|
|
8458
|
+
export const StartStopManagedInstanceScheduleListResult: coreClient.CompositeMapper = {
|
|
8441
8459
|
type: {
|
|
8442
8460
|
name: "Composite",
|
|
8443
|
-
className: "
|
|
8461
|
+
className: "StartStopManagedInstanceScheduleListResult",
|
|
8444
8462
|
modelProperties: {
|
|
8445
|
-
|
|
8446
|
-
serializedName: "
|
|
8447
|
-
|
|
8463
|
+
value: {
|
|
8464
|
+
serializedName: "value",
|
|
8465
|
+
readOnly: true,
|
|
8448
8466
|
type: {
|
|
8449
|
-
name: "
|
|
8467
|
+
name: "Sequence",
|
|
8468
|
+
element: {
|
|
8469
|
+
type: {
|
|
8470
|
+
name: "Composite",
|
|
8471
|
+
className: "StartStopManagedInstanceSchedule"
|
|
8472
|
+
}
|
|
8473
|
+
}
|
|
8450
8474
|
}
|
|
8451
8475
|
},
|
|
8452
|
-
|
|
8453
|
-
|
|
8454
|
-
|
|
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
|
|
8487
|
+
export const ScheduleItem: coreClient.CompositeMapper = {
|
|
8465
8488
|
type: {
|
|
8466
8489
|
name: "Composite",
|
|
8467
|
-
className: "
|
|
8490
|
+
className: "ScheduleItem",
|
|
8468
8491
|
modelProperties: {
|
|
8469
|
-
|
|
8470
|
-
serializedName: "
|
|
8471
|
-
|
|
8492
|
+
startDay: {
|
|
8493
|
+
serializedName: "startDay",
|
|
8494
|
+
required: true,
|
|
8472
8495
|
type: {
|
|
8473
8496
|
name: "String"
|
|
8474
8497
|
}
|
|
8475
8498
|
},
|
|
8476
|
-
|
|
8477
|
-
serializedName: "
|
|
8478
|
-
|
|
8499
|
+
startTime: {
|
|
8500
|
+
serializedName: "startTime",
|
|
8501
|
+
required: true,
|
|
8479
8502
|
type: {
|
|
8480
|
-
name: "
|
|
8503
|
+
name: "String"
|
|
8481
8504
|
}
|
|
8482
8505
|
},
|
|
8483
|
-
|
|
8484
|
-
serializedName: "
|
|
8485
|
-
|
|
8506
|
+
stopDay: {
|
|
8507
|
+
serializedName: "stopDay",
|
|
8508
|
+
required: true,
|
|
8486
8509
|
type: {
|
|
8487
|
-
name: "
|
|
8488
|
-
allowedValues: ["Invalid", "AlreadyExists"]
|
|
8510
|
+
name: "String"
|
|
8489
8511
|
}
|
|
8490
8512
|
},
|
|
8491
|
-
|
|
8492
|
-
serializedName: "
|
|
8493
|
-
|
|
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
|
|
8524
|
+
export const LogicalDatabaseTransparentDataEncryptionListResult: coreClient.CompositeMapper = {
|
|
8503
8525
|
type: {
|
|
8504
8526
|
name: "Composite",
|
|
8505
|
-
className: "
|
|
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: "
|
|
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
|
|
8553
|
+
export const IPv6FirewallRuleListResult: coreClient.CompositeMapper = {
|
|
8532
8554
|
type: {
|
|
8533
8555
|
name: "Composite",
|
|
8534
|
-
className: "
|
|
8556
|
+
className: "IPv6FirewallRuleListResult",
|
|
8535
8557
|
modelProperties: {
|
|
8536
|
-
|
|
8537
|
-
serializedName: "
|
|
8558
|
+
value: {
|
|
8559
|
+
serializedName: "value",
|
|
8538
8560
|
readOnly: true,
|
|
8539
8561
|
type: {
|
|
8540
|
-
name: "
|
|
8562
|
+
name: "Sequence",
|
|
8563
|
+
element: {
|
|
8564
|
+
type: {
|
|
8565
|
+
name: "Composite",
|
|
8566
|
+
className: "IPv6FirewallRule"
|
|
8567
|
+
}
|
|
8568
|
+
}
|
|
8541
8569
|
}
|
|
8542
8570
|
},
|
|
8543
|
-
|
|
8544
|
-
serializedName: "
|
|
8571
|
+
nextLink: {
|
|
8572
|
+
serializedName: "nextLink",
|
|
8573
|
+
readOnly: true,
|
|
8545
8574
|
type: {
|
|
8546
|
-
name: "
|
|
8547
|
-
className: "PrivateEndpointConnectionProperties"
|
|
8575
|
+
name: "String"
|
|
8548
8576
|
}
|
|
8549
8577
|
}
|
|
8550
8578
|
}
|
|
8551
8579
|
}
|
|
8552
8580
|
};
|
|
8553
8581
|
|
|
8554
|
-
export const
|
|
8582
|
+
export const DatabaseSqlVulnerabilityAssessmentBaselineSetListResult: coreClient.CompositeMapper = {
|
|
8555
8583
|
type: {
|
|
8556
8584
|
name: "Composite",
|
|
8557
|
-
className: "
|
|
8585
|
+
className: "DatabaseSqlVulnerabilityAssessmentBaselineSetListResult",
|
|
8558
8586
|
modelProperties: {
|
|
8559
|
-
|
|
8560
|
-
serializedName: "
|
|
8561
|
-
|
|
8562
|
-
name: "String"
|
|
8563
|
-
}
|
|
8564
|
-
},
|
|
8565
|
-
principalType: {
|
|
8566
|
-
serializedName: "principalType",
|
|
8587
|
+
value: {
|
|
8588
|
+
serializedName: "value",
|
|
8589
|
+
readOnly: true,
|
|
8567
8590
|
type: {
|
|
8568
|
-
name: "
|
|
8591
|
+
name: "Sequence",
|
|
8592
|
+
element: {
|
|
8593
|
+
type: {
|
|
8594
|
+
name: "Composite",
|
|
8595
|
+
className: "DatabaseSqlVulnerabilityAssessmentBaselineSet"
|
|
8596
|
+
}
|
|
8597
|
+
}
|
|
8569
8598
|
}
|
|
8570
8599
|
},
|
|
8571
|
-
|
|
8572
|
-
serializedName: "
|
|
8600
|
+
nextLink: {
|
|
8601
|
+
serializedName: "nextLink",
|
|
8602
|
+
readOnly: true,
|
|
8573
8603
|
type: {
|
|
8574
8604
|
name: "String"
|
|
8575
8605
|
}
|
|
8576
|
-
}
|
|
8577
|
-
|
|
8578
|
-
|
|
8579
|
-
|
|
8580
|
-
|
|
8581
|
-
|
|
8582
|
-
|
|
8583
|
-
|
|
8584
|
-
|
|
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: "
|
|
8620
|
+
name: "Sequence",
|
|
8621
|
+
element: {
|
|
8622
|
+
type: {
|
|
8623
|
+
name: "Composite",
|
|
8624
|
+
className: "DatabaseSqlVulnerabilityAssessmentRuleBaseline"
|
|
8625
|
+
}
|
|
8626
|
+
}
|
|
8587
8627
|
}
|
|
8588
8628
|
},
|
|
8589
|
-
|
|
8590
|
-
serializedName: "
|
|
8629
|
+
nextLink: {
|
|
8630
|
+
serializedName: "nextLink",
|
|
8631
|
+
readOnly: true,
|
|
8591
8632
|
type: {
|
|
8592
|
-
name: "
|
|
8633
|
+
name: "String"
|
|
8593
8634
|
}
|
|
8594
8635
|
}
|
|
8595
8636
|
}
|
|
8596
8637
|
}
|
|
8597
8638
|
};
|
|
8598
8639
|
|
|
8599
|
-
export const
|
|
8640
|
+
export const SQLVulnerabilityAssessmentScanListResult: coreClient.CompositeMapper = {
|
|
8600
8641
|
type: {
|
|
8601
8642
|
name: "Composite",
|
|
8602
|
-
className: "
|
|
8643
|
+
className: "SQLVulnerabilityAssessmentScanListResult",
|
|
8603
8644
|
modelProperties: {
|
|
8604
|
-
|
|
8605
|
-
serializedName: "
|
|
8645
|
+
value: {
|
|
8646
|
+
serializedName: "value",
|
|
8647
|
+
readOnly: true,
|
|
8606
8648
|
type: {
|
|
8607
|
-
name: "
|
|
8608
|
-
|
|
8649
|
+
name: "Sequence",
|
|
8650
|
+
element: {
|
|
8651
|
+
type: {
|
|
8652
|
+
name: "Composite",
|
|
8653
|
+
className: "SqlVulnerabilityAssessmentScanResults"
|
|
8654
|
+
}
|
|
8655
|
+
}
|
|
8609
8656
|
}
|
|
8610
8657
|
},
|
|
8611
|
-
|
|
8612
|
-
serializedName: "
|
|
8658
|
+
nextLink: {
|
|
8659
|
+
serializedName: "nextLink",
|
|
8660
|
+
readOnly: true,
|
|
8613
8661
|
type: {
|
|
8614
|
-
name: "
|
|
8615
|
-
value: { type: { name: "String" } }
|
|
8662
|
+
name: "String"
|
|
8616
8663
|
}
|
|
8617
|
-
}
|
|
8618
|
-
|
|
8619
|
-
|
|
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
|
-
|
|
8625
|
-
serializedName: "
|
|
8681
|
+
scripts: {
|
|
8682
|
+
serializedName: "scripts",
|
|
8683
|
+
readOnly: true,
|
|
8626
8684
|
type: {
|
|
8627
|
-
name: "
|
|
8685
|
+
name: "Sequence",
|
|
8686
|
+
element: {
|
|
8687
|
+
type: {
|
|
8688
|
+
name: "String"
|
|
8689
|
+
}
|
|
8690
|
+
}
|
|
8628
8691
|
}
|
|
8629
8692
|
},
|
|
8630
|
-
|
|
8631
|
-
serializedName: "
|
|
8693
|
+
automated: {
|
|
8694
|
+
serializedName: "automated",
|
|
8695
|
+
readOnly: true,
|
|
8632
8696
|
type: {
|
|
8633
|
-
name: "
|
|
8697
|
+
name: "Boolean"
|
|
8634
8698
|
}
|
|
8635
8699
|
},
|
|
8636
|
-
|
|
8637
|
-
serializedName: "
|
|
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
|
-
|
|
8644
|
-
serializedName: "
|
|
8723
|
+
status: {
|
|
8724
|
+
serializedName: "status",
|
|
8645
8725
|
readOnly: true,
|
|
8646
8726
|
type: {
|
|
8647
8727
|
name: "String"
|
|
8648
8728
|
}
|
|
8649
8729
|
},
|
|
8650
|
-
|
|
8651
|
-
serializedName: "
|
|
8730
|
+
resultsNotInBaseline: {
|
|
8731
|
+
serializedName: "resultsNotInBaseline",
|
|
8652
8732
|
readOnly: true,
|
|
8653
8733
|
type: {
|
|
8654
8734
|
name: "Sequence",
|
|
8655
8735
|
element: {
|
|
8656
8736
|
type: {
|
|
8657
|
-
name: "
|
|
8658
|
-
|
|
8737
|
+
name: "Sequence",
|
|
8738
|
+
element: {
|
|
8739
|
+
type: {
|
|
8740
|
+
name: "String"
|
|
8741
|
+
}
|
|
8742
|
+
}
|
|
8659
8743
|
}
|
|
8660
8744
|
}
|
|
8661
8745
|
}
|
|
8662
8746
|
},
|
|
8663
|
-
|
|
8664
|
-
serializedName: "
|
|
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: "
|
|
8680
|
-
|
|
8681
|
-
|
|
8682
|
-
|
|
8683
|
-
|
|
8684
|
-
|
|
8685
|
-
|
|
8686
|
-
|
|
8687
|
-
|
|
8688
|
-
|
|
8689
|
-
|
|
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
|
-
|
|
8708
|
-
|
|
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: "
|
|
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
|
-
|
|
8714
|
-
serializedName: "
|
|
8790
|
+
updatedTime: {
|
|
8791
|
+
serializedName: "updatedTime",
|
|
8715
8792
|
readOnly: true,
|
|
8716
8793
|
type: {
|
|
8717
|
-
name: "
|
|
8794
|
+
name: "DateTime"
|
|
8718
8795
|
}
|
|
8719
8796
|
}
|
|
8720
8797
|
}
|
|
8721
8798
|
}
|
|
8722
8799
|
};
|
|
8723
8800
|
|
|
8724
|
-
export const
|
|
8801
|
+
export const VaRule: coreClient.CompositeMapper = {
|
|
8725
8802
|
type: {
|
|
8726
8803
|
name: "Composite",
|
|
8727
|
-
className: "
|
|
8804
|
+
className: "VaRule",
|
|
8728
8805
|
modelProperties: {
|
|
8729
|
-
|
|
8730
|
-
serializedName: "
|
|
8731
|
-
|
|
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
|
-
|
|
8748
|
-
serializedName: "
|
|
8813
|
+
severity: {
|
|
8814
|
+
serializedName: "severity",
|
|
8815
|
+
readOnly: true,
|
|
8749
8816
|
type: {
|
|
8750
8817
|
name: "String"
|
|
8751
8818
|
}
|
|
8752
8819
|
},
|
|
8753
|
-
|
|
8754
|
-
serializedName: "
|
|
8755
|
-
|
|
8820
|
+
category: {
|
|
8821
|
+
serializedName: "category",
|
|
8822
|
+
readOnly: true,
|
|
8756
8823
|
type: {
|
|
8757
8824
|
name: "String"
|
|
8758
8825
|
}
|
|
8759
8826
|
},
|
|
8760
|
-
|
|
8761
|
-
serializedName: "
|
|
8762
|
-
|
|
8827
|
+
ruleType: {
|
|
8828
|
+
serializedName: "ruleType",
|
|
8829
|
+
readOnly: true,
|
|
8763
8830
|
type: {
|
|
8764
8831
|
name: "String"
|
|
8765
8832
|
}
|
|
8766
8833
|
},
|
|
8767
|
-
|
|
8768
|
-
serializedName: "
|
|
8769
|
-
|
|
8834
|
+
title: {
|
|
8835
|
+
serializedName: "title",
|
|
8836
|
+
readOnly: true,
|
|
8770
8837
|
type: {
|
|
8771
8838
|
name: "String"
|
|
8772
8839
|
}
|
|
8773
8840
|
},
|
|
8774
|
-
|
|
8775
|
-
serializedName: "
|
|
8776
|
-
|
|
8841
|
+
description: {
|
|
8842
|
+
serializedName: "description",
|
|
8843
|
+
readOnly: true,
|
|
8777
8844
|
type: {
|
|
8778
8845
|
name: "String"
|
|
8779
8846
|
}
|
|
8780
8847
|
},
|
|
8781
|
-
|
|
8782
|
-
serializedName: "
|
|
8783
|
-
|
|
8848
|
+
rationale: {
|
|
8849
|
+
serializedName: "rationale",
|
|
8850
|
+
readOnly: true,
|
|
8784
8851
|
type: {
|
|
8785
8852
|
name: "String"
|
|
8786
8853
|
}
|
|
8787
8854
|
},
|
|
8788
|
-
|
|
8789
|
-
serializedName: "
|
|
8855
|
+
queryCheck: {
|
|
8856
|
+
serializedName: "queryCheck",
|
|
8790
8857
|
type: {
|
|
8791
|
-
name: "
|
|
8858
|
+
name: "Composite",
|
|
8859
|
+
className: "QueryCheck"
|
|
8792
8860
|
}
|
|
8793
8861
|
},
|
|
8794
|
-
|
|
8795
|
-
serializedName: "
|
|
8862
|
+
benchmarkReferences: {
|
|
8863
|
+
serializedName: "benchmarkReferences",
|
|
8864
|
+
readOnly: true,
|
|
8796
8865
|
type: {
|
|
8797
|
-
name: "
|
|
8798
|
-
|
|
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
|
|
8879
|
+
export const QueryCheck: coreClient.CompositeMapper = {
|
|
8806
8880
|
type: {
|
|
8807
8881
|
name: "Composite",
|
|
8808
|
-
className: "
|
|
8882
|
+
className: "QueryCheck",
|
|
8809
8883
|
modelProperties: {
|
|
8810
|
-
|
|
8811
|
-
serializedName: "
|
|
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: "
|
|
8818
|
-
|
|
8898
|
+
name: "Sequence",
|
|
8899
|
+
element: {
|
|
8900
|
+
type: {
|
|
8901
|
+
name: "String"
|
|
8902
|
+
}
|
|
8903
|
+
}
|
|
8819
8904
|
}
|
|
8820
8905
|
}
|
|
8821
8906
|
}
|
|
8822
8907
|
},
|
|
8823
|
-
|
|
8824
|
-
serializedName: "
|
|
8908
|
+
columnNames: {
|
|
8909
|
+
serializedName: "columnNames",
|
|
8825
8910
|
readOnly: true,
|
|
8826
8911
|
type: {
|
|
8827
|
-
name: "
|
|
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
|
|
8924
|
+
export const BenchmarkReference: coreClient.CompositeMapper = {
|
|
8835
8925
|
type: {
|
|
8836
8926
|
name: "Composite",
|
|
8837
|
-
className: "
|
|
8927
|
+
className: "BenchmarkReference",
|
|
8838
8928
|
modelProperties: {
|
|
8839
|
-
|
|
8840
|
-
serializedName: "
|
|
8841
|
-
|
|
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
|
-
|
|
8861
|
-
serializedName: "
|
|
8862
|
-
|
|
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
|
|
8947
|
+
export const SqlVulnerabilityAssessmentScanRecordListResult: coreClient.CompositeMapper = {
|
|
8872
8948
|
type: {
|
|
8873
8949
|
name: "Composite",
|
|
8874
|
-
className: "
|
|
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: "
|
|
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
|
|
8976
|
+
export const SqlVulnerabilityAssessmentScanError: coreClient.CompositeMapper = {
|
|
8901
8977
|
type: {
|
|
8902
8978
|
name: "Composite",
|
|
8903
|
-
className: "
|
|
8979
|
+
className: "SqlVulnerabilityAssessmentScanError",
|
|
8904
8980
|
modelProperties: {
|
|
8905
|
-
|
|
8906
|
-
serializedName: "
|
|
8981
|
+
code: {
|
|
8982
|
+
serializedName: "code",
|
|
8907
8983
|
readOnly: true,
|
|
8908
8984
|
type: {
|
|
8909
|
-
name: "
|
|
8910
|
-
element: {
|
|
8911
|
-
type: {
|
|
8912
|
-
name: "Composite",
|
|
8913
|
-
className: "FailoverGroup"
|
|
8914
|
-
}
|
|
8915
|
-
}
|
|
8985
|
+
name: "String"
|
|
8916
8986
|
}
|
|
8917
8987
|
},
|
|
8918
|
-
|
|
8919
|
-
serializedName: "
|
|
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
|
|
8999
|
+
export const SqlVulnerabilityAssessmentListResult: coreClient.CompositeMapper = {
|
|
8930
9000
|
type: {
|
|
8931
9001
|
name: "Composite",
|
|
8932
|
-
className: "
|
|
9002
|
+
className: "SqlVulnerabilityAssessmentListResult",
|
|
8933
9003
|
modelProperties: {
|
|
8934
|
-
|
|
8935
|
-
serializedName: "
|
|
8936
|
-
|
|
9004
|
+
value: {
|
|
9005
|
+
serializedName: "value",
|
|
9006
|
+
readOnly: true,
|
|
8937
9007
|
type: {
|
|
8938
|
-
name: "
|
|
9008
|
+
name: "Sequence",
|
|
9009
|
+
element: {
|
|
9010
|
+
type: {
|
|
9011
|
+
name: "Composite",
|
|
9012
|
+
className: "SqlVulnerabilityAssessment"
|
|
9013
|
+
}
|
|
9014
|
+
}
|
|
8939
9015
|
}
|
|
8940
9016
|
},
|
|
8941
|
-
|
|
8942
|
-
serializedName: "
|
|
8943
|
-
|
|
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
|
|
9028
|
+
export const CheckNameAvailabilityRequest: coreClient.CompositeMapper = {
|
|
8967
9029
|
type: {
|
|
8968
9030
|
name: "Composite",
|
|
8969
|
-
className: "
|
|
9031
|
+
className: "CheckNameAvailabilityRequest",
|
|
8970
9032
|
modelProperties: {
|
|
8971
|
-
|
|
8972
|
-
serializedName: "
|
|
9033
|
+
name: {
|
|
9034
|
+
serializedName: "name",
|
|
8973
9035
|
required: true,
|
|
8974
9036
|
type: {
|
|
8975
9037
|
name: "String"
|
|
8976
9038
|
}
|
|
8977
9039
|
},
|
|
8978
|
-
|
|
8979
|
-
|
|
8980
|
-
|
|
8981
|
-
|
|
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
|
|
9052
|
+
export const CheckNameAvailabilityResponse: coreClient.CompositeMapper = {
|
|
8997
9053
|
type: {
|
|
8998
9054
|
name: "Composite",
|
|
8999
|
-
className: "
|
|
9055
|
+
className: "CheckNameAvailabilityResponse",
|
|
9000
9056
|
modelProperties: {
|
|
9001
|
-
|
|
9002
|
-
serializedName: "
|
|
9057
|
+
name: {
|
|
9058
|
+
serializedName: "name",
|
|
9059
|
+
readOnly: true,
|
|
9003
9060
|
type: {
|
|
9004
|
-
name: "
|
|
9005
|
-
value: { type: { name: "String" } }
|
|
9061
|
+
name: "String"
|
|
9006
9062
|
}
|
|
9007
9063
|
},
|
|
9008
|
-
|
|
9009
|
-
serializedName: "
|
|
9064
|
+
available: {
|
|
9065
|
+
serializedName: "available",
|
|
9066
|
+
readOnly: true,
|
|
9010
9067
|
type: {
|
|
9011
|
-
name: "
|
|
9012
|
-
className: "FailoverGroupReadWriteEndpoint"
|
|
9068
|
+
name: "Boolean"
|
|
9013
9069
|
}
|
|
9014
9070
|
},
|
|
9015
|
-
|
|
9016
|
-
serializedName: "
|
|
9071
|
+
reason: {
|
|
9072
|
+
serializedName: "reason",
|
|
9073
|
+
readOnly: true,
|
|
9017
9074
|
type: {
|
|
9018
|
-
name: "
|
|
9019
|
-
|
|
9075
|
+
name: "Enum",
|
|
9076
|
+
allowedValues: ["Invalid", "AlreadyExists"]
|
|
9020
9077
|
}
|
|
9021
9078
|
},
|
|
9022
|
-
|
|
9023
|
-
serializedName: "
|
|
9079
|
+
message: {
|
|
9080
|
+
serializedName: "message",
|
|
9081
|
+
readOnly: true,
|
|
9024
9082
|
type: {
|
|
9025
|
-
name: "
|
|
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
|
|
9090
|
+
export const ServerListResult: coreClient.CompositeMapper = {
|
|
9038
9091
|
type: {
|
|
9039
9092
|
name: "Composite",
|
|
9040
|
-
className: "
|
|
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: "
|
|
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
|
|
9119
|
+
export const ServerPrivateEndpointConnection: coreClient.CompositeMapper = {
|
|
9067
9120
|
type: {
|
|
9068
9121
|
name: "Composite",
|
|
9069
|
-
className: "
|
|
9122
|
+
className: "ServerPrivateEndpointConnection",
|
|
9070
9123
|
modelProperties: {
|
|
9071
|
-
|
|
9072
|
-
serializedName: "
|
|
9124
|
+
id: {
|
|
9125
|
+
serializedName: "id",
|
|
9073
9126
|
readOnly: true,
|
|
9074
9127
|
type: {
|
|
9075
|
-
name: "
|
|
9076
|
-
element: {
|
|
9077
|
-
type: {
|
|
9078
|
-
name: "Composite",
|
|
9079
|
-
className: "DatabaseSqlVulnerabilityAssessmentBaselineSet"
|
|
9080
|
-
}
|
|
9081
|
-
}
|
|
9128
|
+
name: "String"
|
|
9082
9129
|
}
|
|
9083
9130
|
},
|
|
9084
|
-
|
|
9085
|
-
serializedName: "
|
|
9086
|
-
readOnly: true,
|
|
9131
|
+
properties: {
|
|
9132
|
+
serializedName: "properties",
|
|
9087
9133
|
type: {
|
|
9088
|
-
name: "
|
|
9134
|
+
name: "Composite",
|
|
9135
|
+
className: "PrivateEndpointConnectionProperties"
|
|
9089
9136
|
}
|
|
9090
9137
|
}
|
|
9091
9138
|
}
|
|
9092
9139
|
}
|
|
9093
9140
|
};
|
|
9094
9141
|
|
|
9095
|
-
export const
|
|
9142
|
+
export const ServerExternalAdministrator: coreClient.CompositeMapper = {
|
|
9096
9143
|
type: {
|
|
9097
9144
|
name: "Composite",
|
|
9098
|
-
className: "
|
|
9145
|
+
className: "ServerExternalAdministrator",
|
|
9099
9146
|
modelProperties: {
|
|
9100
|
-
|
|
9101
|
-
serializedName: "
|
|
9102
|
-
readOnly: true,
|
|
9147
|
+
administratorType: {
|
|
9148
|
+
serializedName: "administratorType",
|
|
9103
9149
|
type: {
|
|
9104
|
-
name: "
|
|
9105
|
-
element: {
|
|
9106
|
-
type: {
|
|
9107
|
-
name: "Composite",
|
|
9108
|
-
className: "DatabaseSqlVulnerabilityAssessmentRuleBaseline"
|
|
9109
|
-
}
|
|
9110
|
-
}
|
|
9150
|
+
name: "String"
|
|
9111
9151
|
}
|
|
9112
9152
|
},
|
|
9113
|
-
|
|
9114
|
-
serializedName: "
|
|
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
|
|
9187
|
+
export const ServerUpdate: coreClient.CompositeMapper = {
|
|
9125
9188
|
type: {
|
|
9126
9189
|
name: "Composite",
|
|
9127
|
-
className: "
|
|
9190
|
+
className: "ServerUpdate",
|
|
9128
9191
|
modelProperties: {
|
|
9129
|
-
|
|
9130
|
-
serializedName: "
|
|
9131
|
-
readOnly: true,
|
|
9192
|
+
identity: {
|
|
9193
|
+
serializedName: "identity",
|
|
9132
9194
|
type: {
|
|
9133
|
-
name: "
|
|
9134
|
-
|
|
9135
|
-
type: {
|
|
9136
|
-
name: "Composite",
|
|
9137
|
-
className: "SqlVulnerabilityAssessmentScanResults"
|
|
9138
|
-
}
|
|
9139
|
-
}
|
|
9195
|
+
name: "Composite",
|
|
9196
|
+
className: "ResourceIdentity"
|
|
9140
9197
|
}
|
|
9141
9198
|
},
|
|
9142
|
-
|
|
9143
|
-
serializedName: "
|
|
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
|
-
|
|
9166
|
-
serializedName: "
|
|
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: "
|
|
9245
|
+
name: "Composite",
|
|
9246
|
+
className: "ServerPrivateEndpointConnection"
|
|
9173
9247
|
}
|
|
9174
9248
|
}
|
|
9175
9249
|
}
|
|
9176
9250
|
},
|
|
9177
|
-
|
|
9178
|
-
serializedName: "
|
|
9179
|
-
readOnly: true,
|
|
9251
|
+
minimalTlsVersion: {
|
|
9252
|
+
serializedName: "properties.minimalTlsVersion",
|
|
9180
9253
|
type: {
|
|
9181
|
-
name: "
|
|
9254
|
+
name: "String"
|
|
9182
9255
|
}
|
|
9183
9256
|
},
|
|
9184
|
-
|
|
9185
|
-
serializedName: "
|
|
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
|
-
|
|
9196
|
-
|
|
9197
|
-
|
|
9198
|
-
|
|
9199
|
-
|
|
9200
|
-
|
|
9201
|
-
|
|
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: "
|
|
9292
|
+
className: "ServerExternalAdministrator"
|
|
9205
9293
|
}
|
|
9206
9294
|
},
|
|
9207
|
-
|
|
9208
|
-
serializedName: "
|
|
9209
|
-
readOnly: true,
|
|
9295
|
+
restrictOutboundNetworkAccess: {
|
|
9296
|
+
serializedName: "properties.restrictOutboundNetworkAccess",
|
|
9210
9297
|
type: {
|
|
9211
9298
|
name: "String"
|
|
9212
9299
|
}
|
|
9213
9300
|
},
|
|
9214
|
-
|
|
9215
|
-
serializedName: "
|
|
9216
|
-
readOnly: true,
|
|
9301
|
+
isIPv6Enabled: {
|
|
9302
|
+
serializedName: "properties.isIPv6Enabled",
|
|
9217
9303
|
type: {
|
|
9218
|
-
name: "
|
|
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
|
-
|
|
9232
|
-
serializedName: "
|
|
9307
|
+
externalGovernanceStatus: {
|
|
9308
|
+
serializedName: "properties.externalGovernanceStatus",
|
|
9233
9309
|
readOnly: true,
|
|
9234
9310
|
type: {
|
|
9235
|
-
name: "
|
|
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
|
|
9318
|
+
export const ImportNewDatabaseDefinition: coreClient.CompositeMapper = {
|
|
9253
9319
|
type: {
|
|
9254
9320
|
name: "Composite",
|
|
9255
|
-
className: "
|
|
9321
|
+
className: "ImportNewDatabaseDefinition",
|
|
9256
9322
|
modelProperties: {
|
|
9257
|
-
|
|
9258
|
-
serializedName: "
|
|
9259
|
-
readOnly: true,
|
|
9323
|
+
databaseName: {
|
|
9324
|
+
serializedName: "databaseName",
|
|
9260
9325
|
type: {
|
|
9261
|
-
name: "
|
|
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
|
-
|
|
9275
|
-
serializedName: "
|
|
9276
|
-
readOnly: true,
|
|
9329
|
+
edition: {
|
|
9330
|
+
serializedName: "edition",
|
|
9277
9331
|
type: {
|
|
9278
|
-
name: "
|
|
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
|
-
|
|
9298
|
-
serializedName: "
|
|
9299
|
-
readOnly: true,
|
|
9341
|
+
maxSizeBytes: {
|
|
9342
|
+
serializedName: "maxSizeBytes",
|
|
9300
9343
|
type: {
|
|
9301
9344
|
name: "String"
|
|
9302
9345
|
}
|
|
9303
9346
|
},
|
|
9304
|
-
|
|
9305
|
-
serializedName: "
|
|
9306
|
-
|
|
9347
|
+
storageKeyType: {
|
|
9348
|
+
serializedName: "storageKeyType",
|
|
9349
|
+
required: true,
|
|
9307
9350
|
type: {
|
|
9308
9351
|
name: "String"
|
|
9309
9352
|
}
|
|
9310
9353
|
},
|
|
9311
|
-
|
|
9312
|
-
serializedName: "
|
|
9313
|
-
|
|
9354
|
+
storageKey: {
|
|
9355
|
+
serializedName: "storageKey",
|
|
9356
|
+
required: true,
|
|
9314
9357
|
type: {
|
|
9315
9358
|
name: "String"
|
|
9316
9359
|
}
|
|
9317
9360
|
},
|
|
9318
|
-
|
|
9319
|
-
serializedName: "
|
|
9320
|
-
|
|
9361
|
+
storageUri: {
|
|
9362
|
+
serializedName: "storageUri",
|
|
9363
|
+
required: true,
|
|
9321
9364
|
type: {
|
|
9322
9365
|
name: "String"
|
|
9323
9366
|
}
|
|
9324
9367
|
},
|
|
9325
|
-
|
|
9326
|
-
serializedName: "
|
|
9327
|
-
|
|
9368
|
+
administratorLogin: {
|
|
9369
|
+
serializedName: "administratorLogin",
|
|
9370
|
+
required: true,
|
|
9328
9371
|
type: {
|
|
9329
9372
|
name: "String"
|
|
9330
9373
|
}
|
|
9331
9374
|
},
|
|
9332
|
-
|
|
9333
|
-
serializedName: "
|
|
9334
|
-
|
|
9375
|
+
administratorLoginPassword: {
|
|
9376
|
+
serializedName: "administratorLoginPassword",
|
|
9377
|
+
required: true,
|
|
9335
9378
|
type: {
|
|
9336
9379
|
name: "String"
|
|
9337
9380
|
}
|
|
9338
9381
|
},
|
|
9339
|
-
|
|
9340
|
-
serializedName: "
|
|
9382
|
+
authenticationType: {
|
|
9383
|
+
serializedName: "authenticationType",
|
|
9341
9384
|
type: {
|
|
9342
|
-
name: "
|
|
9343
|
-
className: "QueryCheck"
|
|
9385
|
+
name: "String"
|
|
9344
9386
|
}
|
|
9345
9387
|
},
|
|
9346
|
-
|
|
9347
|
-
serializedName: "
|
|
9348
|
-
readOnly: true,
|
|
9388
|
+
networkIsolation: {
|
|
9389
|
+
serializedName: "networkIsolation",
|
|
9349
9390
|
type: {
|
|
9350
|
-
name: "
|
|
9351
|
-
|
|
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
|
|
9399
|
+
export const FailoverGroupListResult: coreClient.CompositeMapper = {
|
|
9364
9400
|
type: {
|
|
9365
9401
|
name: "Composite",
|
|
9366
|
-
className: "
|
|
9402
|
+
className: "FailoverGroupListResult",
|
|
9367
9403
|
modelProperties: {
|
|
9368
|
-
|
|
9369
|
-
serializedName: "
|
|
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: "
|
|
9383
|
-
|
|
9384
|
-
type: {
|
|
9385
|
-
name: "String"
|
|
9386
|
-
}
|
|
9387
|
-
}
|
|
9411
|
+
name: "Composite",
|
|
9412
|
+
className: "FailoverGroup"
|
|
9388
9413
|
}
|
|
9389
9414
|
}
|
|
9390
9415
|
}
|
|
9391
9416
|
},
|
|
9392
|
-
|
|
9393
|
-
serializedName: "
|
|
9417
|
+
nextLink: {
|
|
9418
|
+
serializedName: "nextLink",
|
|
9394
9419
|
readOnly: true,
|
|
9395
9420
|
type: {
|
|
9396
|
-
name: "
|
|
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
|
|
9428
|
+
export const FailoverGroupReadWriteEndpoint: coreClient.CompositeMapper = {
|
|
9409
9429
|
type: {
|
|
9410
9430
|
name: "Composite",
|
|
9411
|
-
className: "
|
|
9431
|
+
className: "FailoverGroupReadWriteEndpoint",
|
|
9412
9432
|
modelProperties: {
|
|
9413
|
-
|
|
9414
|
-
serializedName: "
|
|
9415
|
-
|
|
9433
|
+
failoverPolicy: {
|
|
9434
|
+
serializedName: "failoverPolicy",
|
|
9435
|
+
required: true,
|
|
9416
9436
|
type: {
|
|
9417
9437
|
name: "String"
|
|
9418
9438
|
}
|
|
9419
9439
|
},
|
|
9420
|
-
|
|
9421
|
-
serializedName: "
|
|
9422
|
-
readOnly: true,
|
|
9440
|
+
failoverWithDataLossGracePeriodMinutes: {
|
|
9441
|
+
serializedName: "failoverWithDataLossGracePeriodMinutes",
|
|
9423
9442
|
type: {
|
|
9424
|
-
name: "
|
|
9443
|
+
name: "Number"
|
|
9425
9444
|
}
|
|
9426
9445
|
}
|
|
9427
9446
|
}
|
|
9428
9447
|
}
|
|
9429
9448
|
};
|
|
9430
9449
|
|
|
9431
|
-
export const
|
|
9450
|
+
export const FailoverGroupReadOnlyEndpoint: coreClient.CompositeMapper = {
|
|
9432
9451
|
type: {
|
|
9433
9452
|
name: "Composite",
|
|
9434
|
-
className: "
|
|
9453
|
+
className: "FailoverGroupReadOnlyEndpoint",
|
|
9435
9454
|
modelProperties: {
|
|
9436
|
-
|
|
9437
|
-
serializedName: "
|
|
9438
|
-
readOnly: true,
|
|
9455
|
+
failoverPolicy: {
|
|
9456
|
+
serializedName: "failoverPolicy",
|
|
9439
9457
|
type: {
|
|
9440
|
-
name: "
|
|
9441
|
-
element: {
|
|
9442
|
-
type: {
|
|
9443
|
-
name: "Composite",
|
|
9444
|
-
className: "SqlVulnerabilityAssessmentScanRecord"
|
|
9445
|
-
}
|
|
9446
|
-
}
|
|
9458
|
+
name: "String"
|
|
9447
9459
|
}
|
|
9448
9460
|
},
|
|
9449
|
-
|
|
9450
|
-
serializedName: "
|
|
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
|
|
9471
|
+
export const PartnerInfo: coreClient.CompositeMapper = {
|
|
9461
9472
|
type: {
|
|
9462
9473
|
name: "Composite",
|
|
9463
|
-
className: "
|
|
9474
|
+
className: "PartnerInfo",
|
|
9464
9475
|
modelProperties: {
|
|
9465
|
-
|
|
9466
|
-
serializedName: "
|
|
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
|
-
|
|
9473
|
-
serializedName: "
|
|
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
|
|
9501
|
+
export const FailoverGroupUpdate: coreClient.CompositeMapper = {
|
|
9484
9502
|
type: {
|
|
9485
9503
|
name: "Composite",
|
|
9486
|
-
className: "
|
|
9504
|
+
className: "FailoverGroupUpdate",
|
|
9487
9505
|
modelProperties: {
|
|
9488
|
-
|
|
9489
|
-
serializedName: "
|
|
9490
|
-
|
|
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: "
|
|
9496
|
-
className: "SqlVulnerabilityAssessment"
|
|
9533
|
+
name: "String"
|
|
9497
9534
|
}
|
|
9498
9535
|
}
|
|
9499
9536
|
}
|
|
9500
9537
|
},
|
|
9501
|
-
|
|
9502
|
-
serializedName: "
|
|
9503
|
-
readOnly: true,
|
|
9538
|
+
partnerServers: {
|
|
9539
|
+
serializedName: "properties.partnerServers",
|
|
9504
9540
|
type: {
|
|
9505
|
-
name: "
|
|
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: "
|
|
15292
|
+
name: "DateTime"
|
|
15319
15293
|
}
|
|
15320
15294
|
},
|
|
15321
|
-
|
|
15322
|
-
serializedName: "properties.
|
|
15295
|
+
backupStorageRedundancy: {
|
|
15296
|
+
serializedName: "properties.backupStorageRedundancy",
|
|
15323
15297
|
readOnly: true,
|
|
15324
15298
|
type: {
|
|
15325
15299
|
name: "String"
|
|
15326
15300
|
}
|
|
15327
15301
|
},
|
|
15328
|
-
|
|
15329
|
-
serializedName: "properties.
|
|
15330
|
-
readOnly: true,
|
|
15302
|
+
keys: {
|
|
15303
|
+
serializedName: "properties.keys",
|
|
15331
15304
|
type: {
|
|
15332
|
-
name: "
|
|
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
|
-
|
|
15336
|
-
serializedName: "properties.
|
|
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,
|