@@ -13,7 +13,7 @@ import { SimplePollerLike } from '@azure/core-lro';
13
13
// @public
14
14
export interface ApiError {
15
15
error? : ODataError ;
16
- readonly systemData? : SystemDataAutoGenerated ;
16
+ readonly systemData? : SystemData ;
17
17
}
18
18
19
19
// @public
@@ -762,17 +762,17 @@ export interface DatabaseMigrationsMongoToCosmosDbvCoreMongoGetOptionalParams ex
762
762
export type DatabaseMigrationsMongoToCosmosDbvCoreMongoGetResponse = DatabaseMigrationCosmosDbMongo ;
763
763
764
764
// @public
765
- export interface DatabaseMigrationSqlDb extends ProxyResourceAutoGenerated {
765
+ export interface DatabaseMigrationSqlDb extends ProxyResource {
766
766
properties? : DatabaseMigrationPropertiesSqlDb ;
767
767
}
768
768
769
769
// @public
770
- export interface DatabaseMigrationSqlMi extends ProxyResourceAutoGenerated {
770
+ export interface DatabaseMigrationSqlMi extends ProxyResource {
771
771
properties? : DatabaseMigrationPropertiesSqlMi ;
772
772
}
773
773
774
774
// @public
775
- export interface DatabaseMigrationSqlVm extends ProxyResourceAutoGenerated {
775
+ export interface DatabaseMigrationSqlVm extends ProxyResource {
776
776
properties? : DatabaseMigrationPropertiesSqlVm ;
777
777
}
778
778
@@ -784,6 +784,8 @@ export interface DatabaseMigrationsSqlDb {
784
784
beginCreateOrUpdateAndWait(resourceGroupName : string , sqlDbInstanceName : string , targetDbName : string , parameters : DatabaseMigrationSqlDb , options ? : DatabaseMigrationsSqlDbCreateOrUpdateOptionalParams ): Promise <DatabaseMigrationsSqlDbCreateOrUpdateResponse >;
785
785
beginDelete(resourceGroupName : string , sqlDbInstanceName : string , targetDbName : string , options ? : DatabaseMigrationsSqlDbDeleteOptionalParams ): Promise <SimplePollerLike <OperationState <void >, void >>;
786
786
beginDeleteAndWait(resourceGroupName : string , sqlDbInstanceName : string , targetDbName : string , options ? : DatabaseMigrationsSqlDbDeleteOptionalParams ): Promise <void >;
787
+ beginRetry(resourceGroupName : string , sqlDbInstanceName : string , targetDbName : string , migrationOperationInput : MigrationOperationInput , options ? : DatabaseMigrationsSqlDbRetryOptionalParams ): Promise <SimplePollerLike <OperationState <DatabaseMigrationsSqlDbRetryResponse >, DatabaseMigrationsSqlDbRetryResponse >>;
788
+ beginRetryAndWait(resourceGroupName : string , sqlDbInstanceName : string , targetDbName : string , migrationOperationInput : MigrationOperationInput , options ? : DatabaseMigrationsSqlDbRetryOptionalParams ): Promise <DatabaseMigrationsSqlDbRetryResponse >;
787
789
get(resourceGroupName : string , sqlDbInstanceName : string , targetDbName : string , options ? : DatabaseMigrationsSqlDbGetOptionalParams ): Promise <DatabaseMigrationsSqlDbGetResponse >;
788
790
}
789
791
@@ -818,6 +820,15 @@ export interface DatabaseMigrationsSqlDbGetOptionalParams extends coreClient.Ope
818
820
// @public
819
821
export type DatabaseMigrationsSqlDbGetResponse = DatabaseMigrationSqlDb ;
820
822
823
+ // @public
824
+ export interface DatabaseMigrationsSqlDbRetryOptionalParams extends coreClient .OperationOptions {
825
+ resumeFrom? : string ;
826
+ updateIntervalInMs? : number ;
827
+ }
828
+
829
+ // @public
830
+ export type DatabaseMigrationsSqlDbRetryResponse = DatabaseMigrationSqlDb ;
831
+
821
832
// @public
822
833
export interface DatabaseMigrationsSqlMi {
823
834
beginCancel(resourceGroupName : string , managedInstanceName : string , targetDbName : string , parameters : MigrationOperationInput , options ? : DatabaseMigrationsSqlMiCancelOptionalParams ): Promise <SimplePollerLike <OperationState <void >, void >>;
@@ -826,6 +837,8 @@ export interface DatabaseMigrationsSqlMi {
826
837
beginCreateOrUpdateAndWait(resourceGroupName : string , managedInstanceName : string , targetDbName : string , parameters : DatabaseMigrationSqlMi , options ? : DatabaseMigrationsSqlMiCreateOrUpdateOptionalParams ): Promise <DatabaseMigrationsSqlMiCreateOrUpdateResponse >;
827
838
beginCutover(resourceGroupName : string , managedInstanceName : string , targetDbName : string , parameters : MigrationOperationInput , options ? : DatabaseMigrationsSqlMiCutoverOptionalParams ): Promise <SimplePollerLike <OperationState <void >, void >>;
828
839
beginCutoverAndWait(resourceGroupName : string , managedInstanceName : string , targetDbName : string , parameters : MigrationOperationInput , options ? : DatabaseMigrationsSqlMiCutoverOptionalParams ): Promise <void >;
840
+ beginDelete(resourceGroupName : string , managedInstanceName : string , targetDbName : string , options ? : DatabaseMigrationsSqlMiDeleteOptionalParams ): Promise <SimplePollerLike <OperationState <DatabaseMigrationsSqlMiDeleteResponse >, DatabaseMigrationsSqlMiDeleteResponse >>;
841
+ beginDeleteAndWait(resourceGroupName : string , managedInstanceName : string , targetDbName : string , options ? : DatabaseMigrationsSqlMiDeleteOptionalParams ): Promise <DatabaseMigrationsSqlMiDeleteResponse >;
829
842
get(resourceGroupName : string , managedInstanceName : string , targetDbName : string , options ? : DatabaseMigrationsSqlMiGetOptionalParams ): Promise <DatabaseMigrationsSqlMiGetResponse >;
830
843
}
831
844
@@ -850,6 +863,16 @@ export interface DatabaseMigrationsSqlMiCutoverOptionalParams extends coreClient
850
863
updateIntervalInMs? : number ;
851
864
}
852
865
866
+ // @public
867
+ export interface DatabaseMigrationsSqlMiDeleteOptionalParams extends coreClient .OperationOptions {
868
+ force? : boolean ;
869
+ resumeFrom? : string ;
870
+ updateIntervalInMs? : number ;
871
+ }
872
+
873
+ // @public
874
+ export type DatabaseMigrationsSqlMiDeleteResponse = DatabaseMigrationSqlMi ;
875
+
853
876
// @public
854
877
export interface DatabaseMigrationsSqlMiGetOptionalParams extends coreClient .OperationOptions {
855
878
expand? : string ;
@@ -867,6 +890,8 @@ export interface DatabaseMigrationsSqlVm {
867
890
beginCreateOrUpdateAndWait(resourceGroupName : string , sqlVirtualMachineName : string , targetDbName : string , parameters : DatabaseMigrationSqlVm , options ? : DatabaseMigrationsSqlVmCreateOrUpdateOptionalParams ): Promise <DatabaseMigrationsSqlVmCreateOrUpdateResponse >;
868
891
beginCutover(resourceGroupName : string , sqlVirtualMachineName : string , targetDbName : string , parameters : MigrationOperationInput , options ? : DatabaseMigrationsSqlVmCutoverOptionalParams ): Promise <SimplePollerLike <OperationState <void >, void >>;
869
892
beginCutoverAndWait(resourceGroupName : string , sqlVirtualMachineName : string , targetDbName : string , parameters : MigrationOperationInput , options ? : DatabaseMigrationsSqlVmCutoverOptionalParams ): Promise <void >;
893
+ beginDelete(resourceGroupName : string , sqlVirtualMachineName : string , targetDbName : string , options ? : DatabaseMigrationsSqlVmDeleteOptionalParams ): Promise <SimplePollerLike <OperationState <DatabaseMigrationsSqlVmDeleteResponse >, DatabaseMigrationsSqlVmDeleteResponse >>;
894
+ beginDeleteAndWait(resourceGroupName : string , sqlVirtualMachineName : string , targetDbName : string , options ? : DatabaseMigrationsSqlVmDeleteOptionalParams ): Promise <DatabaseMigrationsSqlVmDeleteResponse >;
870
895
get(resourceGroupName : string , sqlVirtualMachineName : string , targetDbName : string , options ? : DatabaseMigrationsSqlVmGetOptionalParams ): Promise <DatabaseMigrationsSqlVmGetResponse >;
871
896
}
872
897
@@ -891,6 +916,16 @@ export interface DatabaseMigrationsSqlVmCutoverOptionalParams extends coreClient
891
916
updateIntervalInMs? : number ;
892
917
}
893
918
919
+ // @public
920
+ export interface DatabaseMigrationsSqlVmDeleteOptionalParams extends coreClient .OperationOptions {
921
+ force? : boolean ;
922
+ resumeFrom? : string ;
923
+ updateIntervalInMs? : number ;
924
+ }
925
+
926
+ // @public
927
+ export type DatabaseMigrationsSqlVmDeleteResponse = DatabaseMigrationSqlVm ;
928
+
894
929
// @public
895
930
export interface DatabaseMigrationsSqlVmGetOptionalParams extends coreClient .OperationOptions {
896
931
expand? : string ;
@@ -1019,7 +1054,7 @@ export interface DataMigrationProjectMetadata {
1019
1054
export type DataMigrationResultCode = string ;
1020
1055
1021
1056
// @public
1022
- export interface DataMigrationService extends TrackedResourceAutoGenerated {
1057
+ export interface DataMigrationService extends TrackedResource {
1023
1058
autoStopDelay? : string ;
1024
1059
deleteResourcesOnStop? : boolean ;
1025
1060
etag? : string ;
@@ -3522,7 +3557,7 @@ export interface PostgreSqlConnectionInfo extends ConnectionInfo {
3522
3557
}
3523
3558
3524
3559
// @public
3525
- export interface Project extends TrackedResourceAutoGenerated {
3560
+ export interface Project extends TrackedResource {
3526
3561
azureAuthenticationInfo? : AzureActiveDirectoryApp ;
3527
3562
readonly creationTime? : Date ;
3528
3563
databasesInfo? : DatabaseInfo [];
@@ -3535,10 +3570,9 @@ export interface Project extends TrackedResourceAutoGenerated {
3535
3570
}
3536
3571
3537
3572
// @public
3538
- export interface ProjectFile extends ResourceAutoGenerated {
3573
+ export interface ProjectFile extends Resource {
3539
3574
etag? : string ;
3540
3575
properties? : ProjectFileProperties ;
3541
- readonly systemData? : SystemDataAutoGenerated ;
3542
3576
}
3543
3577
3544
3578
// @public
@@ -3615,10 +3649,9 @@ export type ProjectsUpdateResponse = Project;
3615
3649
export type ProjectTargetPlatform = string ;
3616
3650
3617
3651
// @public
3618
- export interface ProjectTask extends ResourceAutoGenerated {
3652
+ export interface ProjectTask extends Resource {
3619
3653
etag? : string ;
3620
3654
properties? : ProjectTaskPropertiesUnion ;
3621
- readonly systemData? : SystemDataAutoGenerated ;
3622
3655
}
3623
3656
3624
3657
// @public
@@ -3642,14 +3675,6 @@ export type ProvisioningState = string;
3642
3675
export interface ProxyResource extends Resource {
3643
3676
}
3644
3677
3645
- // @public (undocumented)
3646
- export interface ProxyResourceAutoGenerated {
3647
- readonly id? : string ;
3648
- readonly name? : string ;
3649
- readonly systemData? : SystemDataAutoGenerated ;
3650
- readonly type? : string ;
3651
- }
3652
-
3653
3678
// @public
3654
3679
export interface QueryAnalysisValidationResult {
3655
3680
queryResults? : QueryExecutionResult ;
@@ -3713,13 +3738,6 @@ export interface Resource {
3713
3738
readonly type? : string ;
3714
3739
}
3715
3740
3716
- // @public
3717
- export interface ResourceAutoGenerated {
3718
- readonly id? : string ;
3719
- readonly name? : string ;
3720
- readonly type? : string ;
3721
- }
3722
-
3723
3741
// @public
3724
3742
export interface ResourceSku {
3725
3743
readonly apiVersions? : string [];
@@ -4175,7 +4193,7 @@ export interface SqlMigrationListResult {
4175
4193
}
4176
4194
4177
4195
// @public
4178
- export interface SqlMigrationService extends TrackedResourceAutoGenerated {
4196
+ export interface SqlMigrationService extends TrackedResource {
4179
4197
readonly integrationRuntimeState? : string ;
4180
4198
readonly provisioningState? : string ;
4181
4199
}
@@ -4371,20 +4389,6 @@ export interface SystemData {
4371
4389
lastModifiedByType? : CreatedByType ;
4372
4390
}
4373
4391
4374
- // @public (undocumented)
4375
- export interface SystemDataAutoGenerated {
4376
- // (undocumented)
4377
- createdAt? : Date ;
4378
- // (undocumented)
4379
- createdBy? : string ;
4380
- createdByType? : CreatedByType ;
4381
- // (undocumented)
4382
- lastModifiedAt? : Date ;
4383
- // (undocumented)
4384
- lastModifiedBy? : string ;
4385
- lastModifiedByType? : CreatedByType ;
4386
- }
4387
-
4388
4392
// @public
4389
4393
export interface TargetLocation {
4390
4394
accountKey? : string ;
@@ -4478,19 +4482,6 @@ export interface TrackedResource extends Resource {
4478
4482
};
4479
4483
}
4480
4484
4481
- // @public (undocumented)
4482
- export interface TrackedResourceAutoGenerated {
4483
- readonly id? : string ;
4484
- // (undocumented)
4485
- location? : string ;
4486
- readonly name? : string ;
4487
- readonly systemData? : SystemDataAutoGenerated ;
4488
- tags? : {
4489
- [propertyName : string ]: string ;
4490
- };
4491
- readonly type? : string ;
4492
- }
4493
-
4494
4485
// @public
4495
4486
export type UpdateActionType = string ;
4496
4487
0 commit comments