|
96 | 96 | from ._models_py3 import ManagedInstanceLongTermRetentionBackup
|
97 | 97 | from ._models_py3 import ManagedInstanceLongTermRetentionPolicy
|
98 | 98 | from ._models_py3 import ManagedInstanceOperation
|
| 99 | + from ._models_py3 import ManagedInstanceOperationParametersPair |
| 100 | + from ._models_py3 import ManagedInstanceOperationSteps |
99 | 101 | from ._models_py3 import ManagedInstancePairInfo
|
100 | 102 | from ._models_py3 import ManagedInstanceUpdate
|
101 | 103 | from ._models_py3 import ManagedInstanceVcoresCapability
|
|
178 | 180 | from ._models_py3 import TransparentDataEncryption
|
179 | 181 | from ._models_py3 import TransparentDataEncryptionActivity
|
180 | 182 | from ._models_py3 import UnlinkParameters
|
| 183 | + from ._models_py3 import UpsertManagedServerOperationParameters |
| 184 | + from ._models_py3 import UpsertManagedServerOperationStep |
181 | 185 | from ._models_py3 import Usage
|
182 | 186 | from ._models_py3 import VirtualCluster
|
183 | 187 | from ._models_py3 import VirtualClusterUpdate
|
|
274 | 278 | from ._models import ManagedInstanceLongTermRetentionBackup
|
275 | 279 | from ._models import ManagedInstanceLongTermRetentionPolicy
|
276 | 280 | from ._models import ManagedInstanceOperation
|
| 281 | + from ._models import ManagedInstanceOperationParametersPair |
| 282 | + from ._models import ManagedInstanceOperationSteps |
277 | 283 | from ._models import ManagedInstancePairInfo
|
278 | 284 | from ._models import ManagedInstanceUpdate
|
279 | 285 | from ._models import ManagedInstanceVcoresCapability
|
|
356 | 362 | from ._models import TransparentDataEncryption
|
357 | 363 | from ._models import TransparentDataEncryptionActivity
|
358 | 364 | from ._models import UnlinkParameters
|
| 365 | + from ._models import UpsertManagedServerOperationParameters |
| 366 | + from ._models import UpsertManagedServerOperationStep |
359 | 367 | from ._models import Usage
|
360 | 368 | from ._models import VirtualCluster
|
361 | 369 | from ._models import VirtualClusterUpdate
|
|
521 | 529 | CapabilityStatus,
|
522 | 530 | PerformanceLevelUnit,
|
523 | 531 | PauseDelayTimeUnit,
|
524 |
| - ManagedDatabaseStatus, |
525 |
| - ManagedDatabaseCreateMode, |
526 | 532 | SyncGroupLogType,
|
527 | 533 | SyncConflictResolutionPolicy,
|
528 | 534 | SyncGroupState,
|
529 | 535 | SyncDirection,
|
530 | 536 | SyncMemberState,
|
| 537 | + ManagedDatabaseStatus, |
| 538 | + ManagedDatabaseCreateMode, |
531 | 539 | LongTermRetentionDatabaseState,
|
532 | 540 | VulnerabilityAssessmentPolicyBaselineName,
|
533 | 541 | SensitivityLabelSource,
|
|
628 | 636 | 'ManagedInstanceLongTermRetentionBackup',
|
629 | 637 | 'ManagedInstanceLongTermRetentionPolicy',
|
630 | 638 | 'ManagedInstanceOperation',
|
| 639 | + 'ManagedInstanceOperationParametersPair', |
| 640 | + 'ManagedInstanceOperationSteps', |
631 | 641 | 'ManagedInstancePairInfo',
|
632 | 642 | 'ManagedInstanceUpdate',
|
633 | 643 | 'ManagedInstanceVcoresCapability',
|
|
710 | 720 | 'TransparentDataEncryption',
|
711 | 721 | 'TransparentDataEncryptionActivity',
|
712 | 722 | 'UnlinkParameters',
|
| 723 | + 'UpsertManagedServerOperationParameters', |
| 724 | + 'UpsertManagedServerOperationStep', |
713 | 725 | 'Usage',
|
714 | 726 | 'VirtualCluster',
|
715 | 727 | 'VirtualClusterUpdate',
|
|
790 | 802 | 'ManagedInstanceLongTermRetentionPolicyPaged',
|
791 | 803 | 'WorkloadGroupPaged',
|
792 | 804 | 'WorkloadClassifierPaged',
|
793 |
| - 'ManagedDatabasePaged', |
794 | 805 | 'ServerAzureADAdministratorPaged',
|
795 | 806 | 'ManagedInstanceOperationPaged',
|
796 | 807 | 'SyncDatabaseIdPropertiesPaged',
|
797 | 808 | 'SyncFullSchemaPropertiesPaged',
|
798 | 809 | 'SyncGroupLogPropertiesPaged',
|
799 | 810 | 'SyncGroupPaged',
|
800 | 811 | 'SyncMemberPaged',
|
| 812 | + 'ManagedDatabasePaged', |
801 | 813 | 'ServerConnectionType',
|
802 | 814 | 'SecurityAlertPolicyState',
|
803 | 815 | 'SecurityAlertPolicyEmailAccountAdmins',
|
|
874 | 886 | 'CapabilityStatus',
|
875 | 887 | 'PerformanceLevelUnit',
|
876 | 888 | 'PauseDelayTimeUnit',
|
877 |
| - 'ManagedDatabaseStatus', |
878 |
| - 'ManagedDatabaseCreateMode', |
879 | 889 | 'SyncGroupLogType',
|
880 | 890 | 'SyncConflictResolutionPolicy',
|
881 | 891 | 'SyncGroupState',
|
882 | 892 | 'SyncDirection',
|
883 | 893 | 'SyncMemberState',
|
| 894 | + 'ManagedDatabaseStatus', |
| 895 | + 'ManagedDatabaseCreateMode', |
884 | 896 | 'LongTermRetentionDatabaseState',
|
885 | 897 | 'VulnerabilityAssessmentPolicyBaselineName',
|
886 | 898 | 'SensitivityLabelSource',
|
|
0 commit comments