@azure/arm-datamigration 3.0.0-alpha.20250718.1 → 3.0.0-alpha.20250723.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/LICENSE +1 -1
- package/README.md +0 -3
- package/dist/browser/dataMigrationManagementClient.d.ts +5 -1
- package/dist/browser/dataMigrationManagementClient.d.ts.map +1 -1
- package/dist/browser/dataMigrationManagementClient.js +14 -8
- package/dist/browser/dataMigrationManagementClient.js.map +1 -1
- package/dist/browser/lroImpl.d.ts +6 -11
- package/dist/browser/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +11 -15
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/index.d.ts +968 -216
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +52 -8
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +47 -14
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +4993 -3891
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/models/parameters.d.ts +21 -12
- package/dist/browser/models/parameters.d.ts.map +1 -1
- package/dist/browser/models/parameters.js +184 -110
- package/dist/browser/models/parameters.js.map +1 -1
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +89 -0
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbRUMongo.js +370 -0
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +89 -0
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js +370 -0
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
- package/dist/browser/operations/databaseMigrationsSqlDb.d.ts +81 -0
- package/dist/browser/operations/databaseMigrationsSqlDb.d.ts.map +1 -0
- package/dist/browser/operations/databaseMigrationsSqlDb.js +303 -0
- package/dist/browser/operations/databaseMigrationsSqlDb.js.map +1 -0
- package/dist/browser/operations/databaseMigrationsSqlMi.d.ts +11 -11
- package/dist/browser/operations/databaseMigrationsSqlMi.d.ts.map +1 -1
- package/dist/browser/operations/databaseMigrationsSqlMi.js +83 -71
- package/dist/browser/operations/databaseMigrationsSqlMi.js.map +1 -1
- package/dist/browser/operations/databaseMigrationsSqlVm.d.ts +11 -11
- package/dist/browser/operations/databaseMigrationsSqlVm.d.ts.map +1 -1
- package/dist/browser/operations/databaseMigrationsSqlVm.js +83 -71
- package/dist/browser/operations/databaseMigrationsSqlVm.js.map +1 -1
- package/dist/browser/operations/files.js +43 -44
- package/dist/browser/operations/files.js.map +1 -1
- package/dist/browser/operations/index.d.ts +4 -0
- package/dist/browser/operations/index.d.ts.map +1 -1
- package/dist/browser/operations/index.js +4 -0
- package/dist/browser/operations/index.js.map +1 -1
- package/dist/browser/operations/migrationServices.d.ts +144 -0
- package/dist/browser/operations/migrationServices.d.ts.map +1 -0
- package/dist/browser/operations/migrationServices.js +676 -0
- package/dist/browser/operations/migrationServices.js.map +1 -0
- package/dist/browser/operations/operations.js +7 -8
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/projects.js +33 -34
- package/dist/browser/operations/projects.js.map +1 -1
- package/dist/browser/operations/resourceSkus.d.ts +2 -2
- package/dist/browser/operations/resourceSkus.js +12 -13
- package/dist/browser/operations/resourceSkus.js.map +1 -1
- package/dist/browser/operations/serviceTasks.d.ts +16 -13
- package/dist/browser/operations/serviceTasks.d.ts.map +1 -1
- package/dist/browser/operations/serviceTasks.js +55 -53
- package/dist/browser/operations/serviceTasks.js.map +1 -1
- package/dist/browser/operations/services.d.ts +59 -58
- package/dist/browser/operations/services.d.ts.map +1 -1
- package/dist/browser/operations/services.js +194 -176
- package/dist/browser/operations/services.js.map +1 -1
- package/dist/browser/operations/sqlMigrationServices.d.ts +13 -12
- package/dist/browser/operations/sqlMigrationServices.d.ts.map +1 -1
- package/dist/browser/operations/sqlMigrationServices.js +110 -100
- package/dist/browser/operations/sqlMigrationServices.js.map +1 -1
- package/dist/browser/operations/tasks.d.ts +20 -20
- package/dist/browser/operations/tasks.js +65 -66
- package/dist/browser/operations/tasks.js.map +1 -1
- package/dist/browser/operations/usages.d.ts +4 -4
- package/dist/browser/operations/usages.js +15 -16
- package/dist/browser/operations/usages.js.map +1 -1
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +62 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js +9 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +62 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js +9 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlDb.d.ts +73 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlDb.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlDb.js +9 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlDb.js.map +1 -0
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlMi.d.ts +11 -11
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlMi.js.map +1 -1
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlVm.d.ts +11 -11
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/databaseMigrationsSqlVm.js.map +1 -1
- package/dist/browser/operationsInterfaces/files.js.map +1 -1
- package/dist/browser/operationsInterfaces/index.d.ts +4 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/index.js +4 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -1
- package/dist/browser/operationsInterfaces/migrationServices.d.ts +87 -0
- package/dist/browser/operationsInterfaces/migrationServices.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/migrationServices.js +9 -0
- package/dist/browser/operationsInterfaces/migrationServices.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js.map +1 -1
- package/dist/browser/operationsInterfaces/projects.js.map +1 -1
- package/dist/browser/operationsInterfaces/resourceSkus.d.ts +1 -1
- package/dist/browser/operationsInterfaces/resourceSkus.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/resourceSkus.js.map +1 -1
- package/dist/browser/operationsInterfaces/serviceTasks.d.ts +12 -10
- package/dist/browser/operationsInterfaces/serviceTasks.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/serviceTasks.js.map +1 -1
- package/dist/browser/operationsInterfaces/services.d.ts +53 -52
- package/dist/browser/operationsInterfaces/services.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/services.js.map +1 -1
- package/dist/browser/operationsInterfaces/sqlMigrationServices.d.ts +13 -12
- package/dist/browser/operationsInterfaces/sqlMigrationServices.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/sqlMigrationServices.js.map +1 -1
- package/dist/browser/operationsInterfaces/tasks.d.ts +17 -17
- package/dist/browser/operationsInterfaces/tasks.js.map +1 -1
- package/dist/browser/operationsInterfaces/usages.d.ts +2 -2
- package/dist/browser/operationsInterfaces/usages.js.map +1 -1
- package/dist/browser/pagingHelper.d.ts +4 -4
- package/dist/browser/pagingHelper.js +4 -4
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/commonjs/dataMigrationManagementClient.d.ts +5 -1
- package/dist/commonjs/dataMigrationManagementClient.d.ts.map +1 -1
- package/dist/commonjs/dataMigrationManagementClient.js +13 -7
- package/dist/commonjs/dataMigrationManagementClient.js.map +1 -1
- package/dist/commonjs/lroImpl.d.ts +6 -11
- package/dist/commonjs/lroImpl.d.ts.map +1 -1
- package/dist/commonjs/lroImpl.js +12 -17
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +968 -216
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +54 -10
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +47 -14
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +5000 -3898
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/models/parameters.d.ts +21 -12
- package/dist/commonjs/models/parameters.d.ts.map +1 -1
- package/dist/commonjs/models/parameters.js +184 -110
- package/dist/commonjs/models/parameters.js.map +1 -1
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +89 -0
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbRUMongo.js +374 -0
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +89 -0
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js +374 -0
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
- package/dist/commonjs/operations/databaseMigrationsSqlDb.d.ts +81 -0
- package/dist/commonjs/operations/databaseMigrationsSqlDb.d.ts.map +1 -0
- package/dist/commonjs/operations/databaseMigrationsSqlDb.js +308 -0
- package/dist/commonjs/operations/databaseMigrationsSqlDb.js.map +1 -0
- package/dist/commonjs/operations/databaseMigrationsSqlMi.d.ts +11 -11
- package/dist/commonjs/operations/databaseMigrationsSqlMi.d.ts.map +1 -1
- package/dist/commonjs/operations/databaseMigrationsSqlMi.js +81 -69
- package/dist/commonjs/operations/databaseMigrationsSqlMi.js.map +1 -1
- package/dist/commonjs/operations/databaseMigrationsSqlVm.d.ts +11 -11
- package/dist/commonjs/operations/databaseMigrationsSqlVm.d.ts.map +1 -1
- package/dist/commonjs/operations/databaseMigrationsSqlVm.js +81 -69
- package/dist/commonjs/operations/databaseMigrationsSqlVm.js.map +1 -1
- package/dist/commonjs/operations/files.js +43 -44
- package/dist/commonjs/operations/files.js.map +1 -1
- package/dist/commonjs/operations/index.d.ts +4 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -1
- package/dist/commonjs/operations/index.js +4 -0
- package/dist/commonjs/operations/index.js.map +1 -1
- package/dist/commonjs/operations/migrationServices.d.ts +144 -0
- package/dist/commonjs/operations/migrationServices.d.ts.map +1 -0
- package/dist/commonjs/operations/migrationServices.js +680 -0
- package/dist/commonjs/operations/migrationServices.js.map +1 -0
- package/dist/commonjs/operations/operations.js +7 -8
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/projects.js +33 -34
- package/dist/commonjs/operations/projects.js.map +1 -1
- package/dist/commonjs/operations/resourceSkus.d.ts +2 -2
- package/dist/commonjs/operations/resourceSkus.js +12 -13
- package/dist/commonjs/operations/resourceSkus.js.map +1 -1
- package/dist/commonjs/operations/serviceTasks.d.ts +16 -13
- package/dist/commonjs/operations/serviceTasks.d.ts.map +1 -1
- package/dist/commonjs/operations/serviceTasks.js +55 -53
- package/dist/commonjs/operations/serviceTasks.js.map +1 -1
- package/dist/commonjs/operations/services.d.ts +59 -58
- package/dist/commonjs/operations/services.d.ts.map +1 -1
- package/dist/commonjs/operations/services.js +192 -174
- package/dist/commonjs/operations/services.js.map +1 -1
- package/dist/commonjs/operations/sqlMigrationServices.d.ts +13 -12
- package/dist/commonjs/operations/sqlMigrationServices.d.ts.map +1 -1
- package/dist/commonjs/operations/sqlMigrationServices.js +108 -98
- package/dist/commonjs/operations/sqlMigrationServices.js.map +1 -1
- package/dist/commonjs/operations/tasks.d.ts +20 -20
- package/dist/commonjs/operations/tasks.js +65 -66
- package/dist/commonjs/operations/tasks.js.map +1 -1
- package/dist/commonjs/operations/usages.d.ts +4 -4
- package/dist/commonjs/operations/usages.js +15 -16
- package/dist/commonjs/operations/usages.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +62 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js +10 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +62 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js +10 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlDb.d.ts +73 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlDb.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlDb.js +10 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlDb.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.d.ts +11 -11
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlMi.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.d.ts +11 -11
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/databaseMigrationsSqlVm.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/files.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +4 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.js +4 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/migrationServices.d.ts +87 -0
- package/dist/commonjs/operationsInterfaces/migrationServices.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/migrationServices.js +10 -0
- package/dist/commonjs/operationsInterfaces/migrationServices.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/projects.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/resourceSkus.d.ts +1 -1
- package/dist/commonjs/operationsInterfaces/resourceSkus.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/resourceSkus.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/serviceTasks.d.ts +12 -10
- package/dist/commonjs/operationsInterfaces/serviceTasks.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/serviceTasks.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/services.d.ts +53 -52
- package/dist/commonjs/operationsInterfaces/services.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/services.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/sqlMigrationServices.d.ts +13 -12
- package/dist/commonjs/operationsInterfaces/sqlMigrationServices.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/sqlMigrationServices.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/tasks.d.ts +17 -17
- package/dist/commonjs/operationsInterfaces/tasks.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/usages.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/usages.js.map +1 -1
- package/dist/commonjs/pagingHelper.d.ts +4 -4
- package/dist/commonjs/pagingHelper.js +4 -4
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/esm/dataMigrationManagementClient.d.ts +5 -1
- package/dist/esm/dataMigrationManagementClient.d.ts.map +1 -1
- package/dist/esm/dataMigrationManagementClient.js +14 -8
- package/dist/esm/dataMigrationManagementClient.js.map +1 -1
- package/dist/esm/lroImpl.d.ts +6 -11
- package/dist/esm/lroImpl.d.ts.map +1 -1
- package/dist/esm/lroImpl.js +11 -15
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/index.d.ts +968 -216
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +52 -8
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +47 -14
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +4993 -3891
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/models/parameters.d.ts +21 -12
- package/dist/esm/models/parameters.d.ts.map +1 -1
- package/dist/esm/models/parameters.js +184 -110
- package/dist/esm/models/parameters.js.map +1 -1
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +89 -0
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbRUMongo.js +370 -0
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +89 -0
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js +370 -0
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
- package/dist/esm/operations/databaseMigrationsSqlDb.d.ts +81 -0
- package/dist/esm/operations/databaseMigrationsSqlDb.d.ts.map +1 -0
- package/dist/esm/operations/databaseMigrationsSqlDb.js +303 -0
- package/dist/esm/operations/databaseMigrationsSqlDb.js.map +1 -0
- package/dist/esm/operations/databaseMigrationsSqlMi.d.ts +11 -11
- package/dist/esm/operations/databaseMigrationsSqlMi.d.ts.map +1 -1
- package/dist/esm/operations/databaseMigrationsSqlMi.js +83 -71
- package/dist/esm/operations/databaseMigrationsSqlMi.js.map +1 -1
- package/dist/esm/operations/databaseMigrationsSqlVm.d.ts +11 -11
- package/dist/esm/operations/databaseMigrationsSqlVm.d.ts.map +1 -1
- package/dist/esm/operations/databaseMigrationsSqlVm.js +83 -71
- package/dist/esm/operations/databaseMigrationsSqlVm.js.map +1 -1
- package/dist/esm/operations/files.js +43 -44
- package/dist/esm/operations/files.js.map +1 -1
- package/dist/esm/operations/index.d.ts +4 -0
- package/dist/esm/operations/index.d.ts.map +1 -1
- package/dist/esm/operations/index.js +4 -0
- package/dist/esm/operations/index.js.map +1 -1
- package/dist/esm/operations/migrationServices.d.ts +144 -0
- package/dist/esm/operations/migrationServices.d.ts.map +1 -0
- package/dist/esm/operations/migrationServices.js +676 -0
- package/dist/esm/operations/migrationServices.js.map +1 -0
- package/dist/esm/operations/operations.js +7 -8
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/projects.js +33 -34
- package/dist/esm/operations/projects.js.map +1 -1
- package/dist/esm/operations/resourceSkus.d.ts +2 -2
- package/dist/esm/operations/resourceSkus.js +12 -13
- package/dist/esm/operations/resourceSkus.js.map +1 -1
- package/dist/esm/operations/serviceTasks.d.ts +16 -13
- package/dist/esm/operations/serviceTasks.d.ts.map +1 -1
- package/dist/esm/operations/serviceTasks.js +55 -53
- package/dist/esm/operations/serviceTasks.js.map +1 -1
- package/dist/esm/operations/services.d.ts +59 -58
- package/dist/esm/operations/services.d.ts.map +1 -1
- package/dist/esm/operations/services.js +194 -176
- package/dist/esm/operations/services.js.map +1 -1
- package/dist/esm/operations/sqlMigrationServices.d.ts +13 -12
- package/dist/esm/operations/sqlMigrationServices.d.ts.map +1 -1
- package/dist/esm/operations/sqlMigrationServices.js +110 -100
- package/dist/esm/operations/sqlMigrationServices.js.map +1 -1
- package/dist/esm/operations/tasks.d.ts +20 -20
- package/dist/esm/operations/tasks.js +65 -66
- package/dist/esm/operations/tasks.js.map +1 -1
- package/dist/esm/operations/usages.d.ts +4 -4
- package/dist/esm/operations/usages.js +15 -16
- package/dist/esm/operations/usages.js.map +1 -1
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +62 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js +9 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +62 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js +9 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlDb.d.ts +73 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlDb.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlDb.js +9 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlDb.js.map +1 -0
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.d.ts +11 -11
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlMi.js.map +1 -1
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.d.ts +11 -11
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/databaseMigrationsSqlVm.js.map +1 -1
- package/dist/esm/operationsInterfaces/files.js.map +1 -1
- package/dist/esm/operationsInterfaces/index.d.ts +4 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/index.js +4 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -1
- package/dist/esm/operationsInterfaces/migrationServices.d.ts +87 -0
- package/dist/esm/operationsInterfaces/migrationServices.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/migrationServices.js +9 -0
- package/dist/esm/operationsInterfaces/migrationServices.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/operations.js.map +1 -1
- package/dist/esm/operationsInterfaces/projects.js.map +1 -1
- package/dist/esm/operationsInterfaces/resourceSkus.d.ts +1 -1
- package/dist/esm/operationsInterfaces/resourceSkus.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/resourceSkus.js.map +1 -1
- package/dist/esm/operationsInterfaces/serviceTasks.d.ts +12 -10
- package/dist/esm/operationsInterfaces/serviceTasks.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/serviceTasks.js.map +1 -1
- package/dist/esm/operationsInterfaces/services.d.ts +53 -52
- package/dist/esm/operationsInterfaces/services.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/services.js.map +1 -1
- package/dist/esm/operationsInterfaces/sqlMigrationServices.d.ts +13 -12
- package/dist/esm/operationsInterfaces/sqlMigrationServices.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/sqlMigrationServices.js.map +1 -1
- package/dist/esm/operationsInterfaces/tasks.d.ts +17 -17
- package/dist/esm/operationsInterfaces/tasks.js.map +1 -1
- package/dist/esm/operationsInterfaces/usages.d.ts +2 -2
- package/dist/esm/operationsInterfaces/usages.js.map +1 -1
- package/dist/esm/pagingHelper.d.ts +4 -4
- package/dist/esm/pagingHelper.js +4 -4
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/react-native/dataMigrationManagementClient.d.ts +5 -1
- package/dist/react-native/dataMigrationManagementClient.d.ts.map +1 -1
- package/dist/react-native/dataMigrationManagementClient.js +14 -8
- package/dist/react-native/dataMigrationManagementClient.js.map +1 -1
- package/dist/react-native/lroImpl.d.ts +6 -11
- package/dist/react-native/lroImpl.d.ts.map +1 -1
- package/dist/react-native/lroImpl.js +11 -15
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/index.d.ts +968 -216
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +52 -8
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +47 -14
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +4993 -3891
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/models/parameters.d.ts +21 -12
- package/dist/react-native/models/parameters.d.ts.map +1 -1
- package/dist/react-native/models/parameters.js +184 -110
- package/dist/react-native/models/parameters.js.map +1 -1
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +89 -0
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbRUMongo.js +370 -0
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +89 -0
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js +370 -0
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
- package/dist/react-native/operations/databaseMigrationsSqlDb.d.ts +81 -0
- package/dist/react-native/operations/databaseMigrationsSqlDb.d.ts.map +1 -0
- package/dist/react-native/operations/databaseMigrationsSqlDb.js +303 -0
- package/dist/react-native/operations/databaseMigrationsSqlDb.js.map +1 -0
- package/dist/react-native/operations/databaseMigrationsSqlMi.d.ts +11 -11
- package/dist/react-native/operations/databaseMigrationsSqlMi.d.ts.map +1 -1
- package/dist/react-native/operations/databaseMigrationsSqlMi.js +83 -71
- package/dist/react-native/operations/databaseMigrationsSqlMi.js.map +1 -1
- package/dist/react-native/operations/databaseMigrationsSqlVm.d.ts +11 -11
- package/dist/react-native/operations/databaseMigrationsSqlVm.d.ts.map +1 -1
- package/dist/react-native/operations/databaseMigrationsSqlVm.js +83 -71
- package/dist/react-native/operations/databaseMigrationsSqlVm.js.map +1 -1
- package/dist/react-native/operations/files.js +43 -44
- package/dist/react-native/operations/files.js.map +1 -1
- package/dist/react-native/operations/index.d.ts +4 -0
- package/dist/react-native/operations/index.d.ts.map +1 -1
- package/dist/react-native/operations/index.js +4 -0
- package/dist/react-native/operations/index.js.map +1 -1
- package/dist/react-native/operations/migrationServices.d.ts +144 -0
- package/dist/react-native/operations/migrationServices.d.ts.map +1 -0
- package/dist/react-native/operations/migrationServices.js +676 -0
- package/dist/react-native/operations/migrationServices.js.map +1 -0
- package/dist/react-native/operations/operations.js +7 -8
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/projects.js +33 -34
- package/dist/react-native/operations/projects.js.map +1 -1
- package/dist/react-native/operations/resourceSkus.d.ts +2 -2
- package/dist/react-native/operations/resourceSkus.js +12 -13
- package/dist/react-native/operations/resourceSkus.js.map +1 -1
- package/dist/react-native/operations/serviceTasks.d.ts +16 -13
- package/dist/react-native/operations/serviceTasks.d.ts.map +1 -1
- package/dist/react-native/operations/serviceTasks.js +55 -53
- package/dist/react-native/operations/serviceTasks.js.map +1 -1
- package/dist/react-native/operations/services.d.ts +59 -58
- package/dist/react-native/operations/services.d.ts.map +1 -1
- package/dist/react-native/operations/services.js +194 -176
- package/dist/react-native/operations/services.js.map +1 -1
- package/dist/react-native/operations/sqlMigrationServices.d.ts +13 -12
- package/dist/react-native/operations/sqlMigrationServices.d.ts.map +1 -1
- package/dist/react-native/operations/sqlMigrationServices.js +110 -100
- package/dist/react-native/operations/sqlMigrationServices.js.map +1 -1
- package/dist/react-native/operations/tasks.d.ts +20 -20
- package/dist/react-native/operations/tasks.js +65 -66
- package/dist/react-native/operations/tasks.js.map +1 -1
- package/dist/react-native/operations/usages.d.ts +4 -4
- package/dist/react-native/operations/usages.js +15 -16
- package/dist/react-native/operations/usages.js.map +1 -1
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts +62 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js +9 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts +62 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js +9 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlDb.d.ts +73 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlDb.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlDb.js +9 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlDb.js.map +1 -0
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.d.ts +11 -11
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlMi.js.map +1 -1
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.d.ts +11 -11
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/databaseMigrationsSqlVm.js.map +1 -1
- package/dist/react-native/operationsInterfaces/files.js.map +1 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +4 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/index.js +4 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -1
- package/dist/react-native/operationsInterfaces/migrationServices.d.ts +87 -0
- package/dist/react-native/operationsInterfaces/migrationServices.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/migrationServices.js +9 -0
- package/dist/react-native/operationsInterfaces/migrationServices.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/projects.js.map +1 -1
- package/dist/react-native/operationsInterfaces/resourceSkus.d.ts +1 -1
- package/dist/react-native/operationsInterfaces/resourceSkus.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/resourceSkus.js.map +1 -1
- package/dist/react-native/operationsInterfaces/serviceTasks.d.ts +12 -10
- package/dist/react-native/operationsInterfaces/serviceTasks.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/serviceTasks.js.map +1 -1
- package/dist/react-native/operationsInterfaces/services.d.ts +53 -52
- package/dist/react-native/operationsInterfaces/services.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/services.js.map +1 -1
- package/dist/react-native/operationsInterfaces/sqlMigrationServices.d.ts +13 -12
- package/dist/react-native/operationsInterfaces/sqlMigrationServices.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/sqlMigrationServices.js.map +1 -1
- package/dist/react-native/operationsInterfaces/tasks.d.ts +17 -17
- package/dist/react-native/operationsInterfaces/tasks.js.map +1 -1
- package/dist/react-native/operationsInterfaces/usages.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/usages.js.map +1 -1
- package/dist/react-native/pagingHelper.d.ts +4 -4
- package/dist/react-native/pagingHelper.js +4 -4
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/package.json +25 -26
- package/CHANGELOG.md +0 -21
- package/review/arm-datamigration-node.api.md +0 -4103
@@ -10,8 +10,8 @@ import { setContinuationToken } from "../pagingHelper.js";
|
|
10
10
|
import * as coreClient from "@azure/core-client";
|
11
11
|
import * as Mappers from "../models/mappers.js";
|
12
12
|
import * as Parameters from "../models/parameters.js";
|
13
|
-
import {
|
14
|
-
import {
|
13
|
+
import { createHttpPoller, } from "@azure/core-lro";
|
14
|
+
import { createLroSpec } from "../lroImpl.js";
|
15
15
|
/// <reference lib="esnext.asynciterable" />
|
16
16
|
/** Class containing SqlMigrationServices operations. */
|
17
17
|
export class SqlMigrationServicesImpl {
|
@@ -42,7 +42,7 @@ export class SqlMigrationServicesImpl {
|
|
42
42
|
throw new Error("maxPageSize is not supported by this operation.");
|
43
43
|
}
|
44
44
|
return this.listByResourceGroupPagingPage(resourceGroupName, options, settings);
|
45
|
-
}
|
45
|
+
},
|
46
46
|
};
|
47
47
|
}
|
48
48
|
listByResourceGroupPagingPage(resourceGroupName, options, settings) {
|
@@ -106,7 +106,7 @@ export class SqlMigrationServicesImpl {
|
|
106
106
|
throw new Error("maxPageSize is not supported by this operation.");
|
107
107
|
}
|
108
108
|
return this.listMigrationsPagingPage(resourceGroupName, sqlMigrationServiceName, options, settings);
|
109
|
-
}
|
109
|
+
},
|
110
110
|
};
|
111
111
|
}
|
112
112
|
listMigrationsPagingPage(resourceGroupName, sqlMigrationServiceName, options, settings) {
|
@@ -167,7 +167,7 @@ export class SqlMigrationServicesImpl {
|
|
167
167
|
throw new Error("maxPageSize is not supported by this operation.");
|
168
168
|
}
|
169
169
|
return this.listBySubscriptionPagingPage(options, settings);
|
170
|
-
}
|
170
|
+
},
|
171
171
|
};
|
172
172
|
}
|
173
173
|
listBySubscriptionPagingPage(options, settings) {
|
@@ -211,7 +211,7 @@ export class SqlMigrationServicesImpl {
|
|
211
211
|
});
|
212
212
|
}
|
213
213
|
/**
|
214
|
-
* Retrieve the Migration Service
|
214
|
+
* Retrieve the Database Migration Service
|
215
215
|
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
216
216
|
* value from the Azure Resource Manager API or the portal.
|
217
217
|
* @param sqlMigrationServiceName Name of the SQL Migration Service.
|
@@ -221,7 +221,7 @@ export class SqlMigrationServicesImpl {
|
|
221
221
|
return this.client.sendOperationRequest({ resourceGroupName, sqlMigrationServiceName, options }, getOperationSpec);
|
222
222
|
}
|
223
223
|
/**
|
224
|
-
* Create or Update
|
224
|
+
* Create or Update Database Migration Service.
|
225
225
|
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
226
226
|
* value from the Azure Resource Manager API or the portal.
|
227
227
|
* @param sqlMigrationServiceName Name of the SQL Migration Service.
|
@@ -232,7 +232,7 @@ export class SqlMigrationServicesImpl {
|
|
232
232
|
const directSendOperation = async (args, spec) => {
|
233
233
|
return this.client.sendOperationRequest(args, spec);
|
234
234
|
};
|
235
|
-
const
|
235
|
+
const sendOperationFn = async (args, spec) => {
|
236
236
|
var _a;
|
237
237
|
let currentRawResponse = undefined;
|
238
238
|
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
@@ -247,20 +247,24 @@ export class SqlMigrationServicesImpl {
|
|
247
247
|
rawResponse: {
|
248
248
|
statusCode: currentRawResponse.status,
|
249
249
|
body: currentRawResponse.parsedBody,
|
250
|
-
headers: currentRawResponse.headers.toJSON()
|
251
|
-
}
|
250
|
+
headers: currentRawResponse.headers.toJSON(),
|
251
|
+
},
|
252
252
|
};
|
253
253
|
};
|
254
|
-
const lro =
|
255
|
-
|
256
|
-
|
257
|
-
|
254
|
+
const lro = createLroSpec({
|
255
|
+
sendOperationFn,
|
256
|
+
args: { resourceGroupName, sqlMigrationServiceName, parameters, options },
|
257
|
+
spec: createOrUpdateOperationSpec,
|
258
|
+
});
|
259
|
+
const poller = await createHttpPoller(lro, {
|
260
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
261
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
258
262
|
});
|
259
263
|
await poller.poll();
|
260
264
|
return poller;
|
261
265
|
}
|
262
266
|
/**
|
263
|
-
* Create or Update
|
267
|
+
* Create or Update Database Migration Service.
|
264
268
|
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
265
269
|
* value from the Azure Resource Manager API or the portal.
|
266
270
|
* @param sqlMigrationServiceName Name of the SQL Migration Service.
|
@@ -272,7 +276,7 @@ export class SqlMigrationServicesImpl {
|
|
272
276
|
return poller.pollUntilDone();
|
273
277
|
}
|
274
278
|
/**
|
275
|
-
* Delete
|
279
|
+
* Delete Database Migration Service.
|
276
280
|
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
277
281
|
* value from the Azure Resource Manager API or the portal.
|
278
282
|
* @param sqlMigrationServiceName Name of the SQL Migration Service.
|
@@ -282,7 +286,7 @@ export class SqlMigrationServicesImpl {
|
|
282
286
|
const directSendOperation = async (args, spec) => {
|
283
287
|
return this.client.sendOperationRequest(args, spec);
|
284
288
|
};
|
285
|
-
const
|
289
|
+
const sendOperationFn = async (args, spec) => {
|
286
290
|
var _a;
|
287
291
|
let currentRawResponse = undefined;
|
288
292
|
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
@@ -297,20 +301,24 @@ export class SqlMigrationServicesImpl {
|
|
297
301
|
rawResponse: {
|
298
302
|
statusCode: currentRawResponse.status,
|
299
303
|
body: currentRawResponse.parsedBody,
|
300
|
-
headers: currentRawResponse.headers.toJSON()
|
301
|
-
}
|
304
|
+
headers: currentRawResponse.headers.toJSON(),
|
305
|
+
},
|
302
306
|
};
|
303
307
|
};
|
304
|
-
const lro =
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
+
const lro = createLroSpec({
|
309
|
+
sendOperationFn,
|
310
|
+
args: { resourceGroupName, sqlMigrationServiceName, options },
|
311
|
+
spec: deleteOperationSpec,
|
312
|
+
});
|
313
|
+
const poller = await createHttpPoller(lro, {
|
314
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
315
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
308
316
|
});
|
309
317
|
await poller.poll();
|
310
318
|
return poller;
|
311
319
|
}
|
312
320
|
/**
|
313
|
-
* Delete
|
321
|
+
* Delete Database Migration Service.
|
314
322
|
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
315
323
|
* value from the Azure Resource Manager API or the portal.
|
316
324
|
* @param sqlMigrationServiceName Name of the SQL Migration Service.
|
@@ -321,7 +329,7 @@ export class SqlMigrationServicesImpl {
|
|
321
329
|
return poller.pollUntilDone();
|
322
330
|
}
|
323
331
|
/**
|
324
|
-
* Update
|
332
|
+
* Update Database Migration Service.
|
325
333
|
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
326
334
|
* value from the Azure Resource Manager API or the portal.
|
327
335
|
* @param sqlMigrationServiceName Name of the SQL Migration Service.
|
@@ -332,7 +340,7 @@ export class SqlMigrationServicesImpl {
|
|
332
340
|
const directSendOperation = async (args, spec) => {
|
333
341
|
return this.client.sendOperationRequest(args, spec);
|
334
342
|
};
|
335
|
-
const
|
343
|
+
const sendOperationFn = async (args, spec) => {
|
336
344
|
var _a;
|
337
345
|
let currentRawResponse = undefined;
|
338
346
|
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
@@ -347,20 +355,24 @@ export class SqlMigrationServicesImpl {
|
|
347
355
|
rawResponse: {
|
348
356
|
statusCode: currentRawResponse.status,
|
349
357
|
body: currentRawResponse.parsedBody,
|
350
|
-
headers: currentRawResponse.headers.toJSON()
|
351
|
-
}
|
358
|
+
headers: currentRawResponse.headers.toJSON(),
|
359
|
+
},
|
352
360
|
};
|
353
361
|
};
|
354
|
-
const lro =
|
355
|
-
|
356
|
-
|
357
|
-
|
362
|
+
const lro = createLroSpec({
|
363
|
+
sendOperationFn,
|
364
|
+
args: { resourceGroupName, sqlMigrationServiceName, parameters, options },
|
365
|
+
spec: updateOperationSpec,
|
366
|
+
});
|
367
|
+
const poller = await createHttpPoller(lro, {
|
368
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
369
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
358
370
|
});
|
359
371
|
await poller.poll();
|
360
372
|
return poller;
|
361
373
|
}
|
362
374
|
/**
|
363
|
-
* Update
|
375
|
+
* Update Database Migration Service.
|
364
376
|
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
365
377
|
* value from the Azure Resource Manager API or the portal.
|
366
378
|
* @param sqlMigrationServiceName Name of the SQL Migration Service.
|
@@ -423,7 +435,8 @@ export class SqlMigrationServicesImpl {
|
|
423
435
|
return this.client.sendOperationRequest({ resourceGroupName, sqlMigrationServiceName, options }, listMigrationsOperationSpec);
|
424
436
|
}
|
425
437
|
/**
|
426
|
-
* Retrieve the
|
438
|
+
* Retrieve the registered Integration Runtime nodes and their monitoring data for a given Database
|
439
|
+
* Migration Service.
|
427
440
|
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
428
441
|
* value from the Azure Resource Manager API or the portal.
|
429
442
|
* @param sqlMigrationServiceName Name of the SQL Migration Service.
|
@@ -476,49 +489,49 @@ const getOperationSpec = {
|
|
476
489
|
httpMethod: "GET",
|
477
490
|
responses: {
|
478
491
|
200: {
|
479
|
-
bodyMapper: Mappers.SqlMigrationService
|
492
|
+
bodyMapper: Mappers.SqlMigrationService,
|
480
493
|
},
|
481
|
-
default: {}
|
494
|
+
default: {},
|
482
495
|
},
|
483
496
|
queryParameters: [Parameters.apiVersion],
|
484
497
|
urlParameters: [
|
485
498
|
Parameters.$host,
|
486
499
|
Parameters.resourceGroupName,
|
487
500
|
Parameters.subscriptionId,
|
488
|
-
Parameters.sqlMigrationServiceName
|
501
|
+
Parameters.sqlMigrationServiceName,
|
489
502
|
],
|
490
503
|
headerParameters: [Parameters.accept],
|
491
|
-
serializer
|
504
|
+
serializer,
|
492
505
|
};
|
493
506
|
const createOrUpdateOperationSpec = {
|
494
507
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}",
|
495
508
|
httpMethod: "PUT",
|
496
509
|
responses: {
|
497
510
|
200: {
|
498
|
-
bodyMapper: Mappers.SqlMigrationService
|
511
|
+
bodyMapper: Mappers.SqlMigrationService,
|
499
512
|
},
|
500
513
|
201: {
|
501
|
-
bodyMapper: Mappers.SqlMigrationService
|
514
|
+
bodyMapper: Mappers.SqlMigrationService,
|
502
515
|
},
|
503
516
|
202: {
|
504
|
-
bodyMapper: Mappers.SqlMigrationService
|
517
|
+
bodyMapper: Mappers.SqlMigrationService,
|
505
518
|
},
|
506
519
|
204: {
|
507
|
-
bodyMapper: Mappers.SqlMigrationService
|
520
|
+
bodyMapper: Mappers.SqlMigrationService,
|
508
521
|
},
|
509
|
-
default: {}
|
522
|
+
default: {},
|
510
523
|
},
|
511
|
-
requestBody: Parameters.
|
524
|
+
requestBody: Parameters.parameters7,
|
512
525
|
queryParameters: [Parameters.apiVersion],
|
513
526
|
urlParameters: [
|
514
527
|
Parameters.$host,
|
515
528
|
Parameters.resourceGroupName,
|
516
529
|
Parameters.subscriptionId,
|
517
|
-
Parameters.sqlMigrationServiceName
|
530
|
+
Parameters.sqlMigrationServiceName,
|
518
531
|
],
|
519
532
|
headerParameters: [Parameters.accept, Parameters.contentType],
|
520
533
|
mediaType: "json",
|
521
|
-
serializer
|
534
|
+
serializer,
|
522
535
|
};
|
523
536
|
const deleteOperationSpec = {
|
524
537
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}",
|
@@ -529,226 +542,223 @@ const deleteOperationSpec = {
|
|
529
542
|
Parameters.$host,
|
530
543
|
Parameters.resourceGroupName,
|
531
544
|
Parameters.subscriptionId,
|
532
|
-
Parameters.sqlMigrationServiceName
|
545
|
+
Parameters.sqlMigrationServiceName,
|
533
546
|
],
|
534
|
-
serializer
|
547
|
+
serializer,
|
535
548
|
};
|
536
549
|
const updateOperationSpec = {
|
537
550
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}",
|
538
551
|
httpMethod: "PATCH",
|
539
552
|
responses: {
|
540
553
|
200: {
|
541
|
-
bodyMapper: Mappers.SqlMigrationService
|
554
|
+
bodyMapper: Mappers.SqlMigrationService,
|
542
555
|
},
|
543
556
|
201: {
|
544
|
-
bodyMapper: Mappers.SqlMigrationService
|
557
|
+
bodyMapper: Mappers.SqlMigrationService,
|
545
558
|
},
|
546
559
|
202: {
|
547
|
-
bodyMapper: Mappers.SqlMigrationService
|
560
|
+
bodyMapper: Mappers.SqlMigrationService,
|
548
561
|
},
|
549
562
|
204: {
|
550
|
-
bodyMapper: Mappers.SqlMigrationService
|
563
|
+
bodyMapper: Mappers.SqlMigrationService,
|
551
564
|
},
|
552
|
-
default: {}
|
565
|
+
default: {},
|
553
566
|
},
|
554
|
-
requestBody: Parameters.
|
567
|
+
requestBody: Parameters.parameters8,
|
555
568
|
queryParameters: [Parameters.apiVersion],
|
556
569
|
urlParameters: [
|
557
570
|
Parameters.$host,
|
558
571
|
Parameters.resourceGroupName,
|
559
572
|
Parameters.subscriptionId,
|
560
|
-
Parameters.sqlMigrationServiceName
|
573
|
+
Parameters.sqlMigrationServiceName,
|
561
574
|
],
|
562
575
|
headerParameters: [Parameters.accept, Parameters.contentType],
|
563
576
|
mediaType: "json",
|
564
|
-
serializer
|
577
|
+
serializer,
|
565
578
|
};
|
566
579
|
const listByResourceGroupOperationSpec = {
|
567
580
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices",
|
568
581
|
httpMethod: "GET",
|
569
582
|
responses: {
|
570
583
|
200: {
|
571
|
-
bodyMapper: Mappers.SqlMigrationListResult
|
584
|
+
bodyMapper: Mappers.SqlMigrationListResult,
|
572
585
|
},
|
573
|
-
default: {}
|
586
|
+
default: {},
|
574
587
|
},
|
575
588
|
queryParameters: [Parameters.apiVersion],
|
576
589
|
urlParameters: [
|
577
590
|
Parameters.$host,
|
578
591
|
Parameters.resourceGroupName,
|
579
|
-
Parameters.subscriptionId
|
592
|
+
Parameters.subscriptionId,
|
580
593
|
],
|
581
594
|
headerParameters: [Parameters.accept],
|
582
|
-
serializer
|
595
|
+
serializer,
|
583
596
|
};
|
584
597
|
const listAuthKeysOperationSpec = {
|
585
598
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}/listAuthKeys",
|
586
599
|
httpMethod: "POST",
|
587
600
|
responses: {
|
588
601
|
200: {
|
589
|
-
bodyMapper: Mappers.AuthenticationKeys
|
602
|
+
bodyMapper: Mappers.AuthenticationKeys,
|
590
603
|
},
|
591
|
-
default: {}
|
604
|
+
default: {},
|
592
605
|
},
|
593
606
|
queryParameters: [Parameters.apiVersion],
|
594
607
|
urlParameters: [
|
595
608
|
Parameters.$host,
|
596
609
|
Parameters.resourceGroupName,
|
597
610
|
Parameters.subscriptionId,
|
598
|
-
Parameters.sqlMigrationServiceName
|
611
|
+
Parameters.sqlMigrationServiceName,
|
599
612
|
],
|
600
613
|
headerParameters: [Parameters.accept],
|
601
|
-
serializer
|
614
|
+
serializer,
|
602
615
|
};
|
603
616
|
const regenerateAuthKeysOperationSpec = {
|
604
617
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}/regenerateAuthKeys",
|
605
618
|
httpMethod: "POST",
|
606
619
|
responses: {
|
607
620
|
200: {
|
608
|
-
bodyMapper: Mappers.RegenAuthKeys
|
621
|
+
bodyMapper: Mappers.RegenAuthKeys,
|
609
622
|
},
|
610
|
-
default: {}
|
623
|
+
default: {},
|
611
624
|
},
|
612
|
-
requestBody: Parameters.
|
625
|
+
requestBody: Parameters.parameters9,
|
613
626
|
queryParameters: [Parameters.apiVersion],
|
614
627
|
urlParameters: [
|
615
628
|
Parameters.$host,
|
616
629
|
Parameters.resourceGroupName,
|
617
630
|
Parameters.subscriptionId,
|
618
|
-
Parameters.sqlMigrationServiceName
|
631
|
+
Parameters.sqlMigrationServiceName,
|
619
632
|
],
|
620
633
|
headerParameters: [Parameters.accept, Parameters.contentType],
|
621
634
|
mediaType: "json",
|
622
|
-
serializer
|
635
|
+
serializer,
|
623
636
|
};
|
624
637
|
const deleteNodeOperationSpec = {
|
625
638
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}/deleteNode",
|
626
639
|
httpMethod: "POST",
|
627
640
|
responses: {
|
628
641
|
200: {
|
629
|
-
bodyMapper: Mappers.DeleteNode
|
642
|
+
bodyMapper: Mappers.DeleteNode,
|
630
643
|
},
|
631
|
-
default: {}
|
644
|
+
default: {},
|
632
645
|
},
|
633
|
-
requestBody: Parameters.
|
646
|
+
requestBody: Parameters.parameters10,
|
634
647
|
queryParameters: [Parameters.apiVersion],
|
635
648
|
urlParameters: [
|
636
649
|
Parameters.$host,
|
637
650
|
Parameters.resourceGroupName,
|
638
651
|
Parameters.subscriptionId,
|
639
|
-
Parameters.sqlMigrationServiceName
|
652
|
+
Parameters.sqlMigrationServiceName,
|
640
653
|
],
|
641
654
|
headerParameters: [Parameters.accept, Parameters.contentType],
|
642
655
|
mediaType: "json",
|
643
|
-
serializer
|
656
|
+
serializer,
|
644
657
|
};
|
645
658
|
const listMigrationsOperationSpec = {
|
646
659
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}/listMigrations",
|
647
660
|
httpMethod: "GET",
|
648
661
|
responses: {
|
649
662
|
200: {
|
650
|
-
bodyMapper: Mappers.DatabaseMigrationListResult
|
663
|
+
bodyMapper: Mappers.DatabaseMigrationListResult,
|
651
664
|
},
|
652
|
-
default: {}
|
665
|
+
default: {},
|
653
666
|
},
|
654
667
|
queryParameters: [Parameters.apiVersion],
|
655
668
|
urlParameters: [
|
656
669
|
Parameters.$host,
|
657
670
|
Parameters.resourceGroupName,
|
658
671
|
Parameters.subscriptionId,
|
659
|
-
Parameters.sqlMigrationServiceName
|
672
|
+
Parameters.sqlMigrationServiceName,
|
660
673
|
],
|
661
674
|
headerParameters: [Parameters.accept],
|
662
|
-
serializer
|
675
|
+
serializer,
|
663
676
|
};
|
664
677
|
const listMonitoringDataOperationSpec = {
|
665
678
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}/listMonitoringData",
|
666
679
|
httpMethod: "POST",
|
667
680
|
responses: {
|
668
681
|
200: {
|
669
|
-
bodyMapper: Mappers.IntegrationRuntimeMonitoringData
|
682
|
+
bodyMapper: Mappers.IntegrationRuntimeMonitoringData,
|
670
683
|
},
|
671
|
-
default: {}
|
684
|
+
default: {},
|
672
685
|
},
|
673
686
|
queryParameters: [Parameters.apiVersion],
|
674
687
|
urlParameters: [
|
675
688
|
Parameters.$host,
|
676
689
|
Parameters.resourceGroupName,
|
677
690
|
Parameters.subscriptionId,
|
678
|
-
Parameters.sqlMigrationServiceName
|
691
|
+
Parameters.sqlMigrationServiceName,
|
679
692
|
],
|
680
693
|
headerParameters: [Parameters.accept],
|
681
|
-
serializer
|
694
|
+
serializer,
|
682
695
|
};
|
683
696
|
const listBySubscriptionOperationSpec = {
|
684
697
|
path: "/subscriptions/{subscriptionId}/providers/Microsoft.DataMigration/sqlMigrationServices",
|
685
698
|
httpMethod: "GET",
|
686
699
|
responses: {
|
687
700
|
200: {
|
688
|
-
bodyMapper: Mappers.SqlMigrationListResult
|
701
|
+
bodyMapper: Mappers.SqlMigrationListResult,
|
689
702
|
},
|
690
|
-
default: {}
|
703
|
+
default: {},
|
691
704
|
},
|
692
705
|
queryParameters: [Parameters.apiVersion],
|
693
706
|
urlParameters: [Parameters.$host, Parameters.subscriptionId],
|
694
707
|
headerParameters: [Parameters.accept],
|
695
|
-
serializer
|
708
|
+
serializer,
|
696
709
|
};
|
697
710
|
const listByResourceGroupNextOperationSpec = {
|
698
711
|
path: "{nextLink}",
|
699
712
|
httpMethod: "GET",
|
700
713
|
responses: {
|
701
714
|
200: {
|
702
|
-
bodyMapper: Mappers.SqlMigrationListResult
|
715
|
+
bodyMapper: Mappers.SqlMigrationListResult,
|
703
716
|
},
|
704
|
-
default: {}
|
717
|
+
default: {},
|
705
718
|
},
|
706
|
-
queryParameters: [Parameters.apiVersion],
|
707
719
|
urlParameters: [
|
708
720
|
Parameters.$host,
|
709
721
|
Parameters.resourceGroupName,
|
710
722
|
Parameters.subscriptionId,
|
711
|
-
Parameters.nextLink
|
723
|
+
Parameters.nextLink,
|
712
724
|
],
|
713
725
|
headerParameters: [Parameters.accept],
|
714
|
-
serializer
|
726
|
+
serializer,
|
715
727
|
};
|
716
728
|
const listMigrationsNextOperationSpec = {
|
717
729
|
path: "{nextLink}",
|
718
730
|
httpMethod: "GET",
|
719
731
|
responses: {
|
720
732
|
200: {
|
721
|
-
bodyMapper: Mappers.DatabaseMigrationListResult
|
733
|
+
bodyMapper: Mappers.DatabaseMigrationListResult,
|
722
734
|
},
|
723
|
-
default: {}
|
735
|
+
default: {},
|
724
736
|
},
|
725
|
-
queryParameters: [Parameters.apiVersion],
|
726
737
|
urlParameters: [
|
727
738
|
Parameters.$host,
|
728
739
|
Parameters.resourceGroupName,
|
729
740
|
Parameters.subscriptionId,
|
730
741
|
Parameters.nextLink,
|
731
|
-
Parameters.sqlMigrationServiceName
|
742
|
+
Parameters.sqlMigrationServiceName,
|
732
743
|
],
|
733
744
|
headerParameters: [Parameters.accept],
|
734
|
-
serializer
|
745
|
+
serializer,
|
735
746
|
};
|
736
747
|
const listBySubscriptionNextOperationSpec = {
|
737
748
|
path: "{nextLink}",
|
738
749
|
httpMethod: "GET",
|
739
750
|
responses: {
|
740
751
|
200: {
|
741
|
-
bodyMapper: Mappers.SqlMigrationListResult
|
752
|
+
bodyMapper: Mappers.SqlMigrationListResult,
|
742
753
|
},
|
743
|
-
default: {}
|
754
|
+
default: {},
|
744
755
|
},
|
745
|
-
queryParameters: [Parameters.apiVersion],
|
746
756
|
urlParameters: [
|
747
757
|
Parameters.$host,
|
748
758
|
Parameters.subscriptionId,
|
749
|
-
Parameters.nextLink
|
759
|
+
Parameters.nextLink,
|
750
760
|
],
|
751
761
|
headerParameters: [Parameters.accept],
|
752
|
-
serializer
|
762
|
+
serializer,
|
753
763
|
};
|
754
764
|
//# sourceMappingURL=sqlMigrationServices.js.map
|