@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
@@ -45,7 +45,7 @@ class SqlMigrationServicesImpl {
|
|
45
45
|
throw new Error("maxPageSize is not supported by this operation.");
|
46
46
|
}
|
47
47
|
return this.listByResourceGroupPagingPage(resourceGroupName, options, settings);
|
48
|
-
}
|
48
|
+
},
|
49
49
|
};
|
50
50
|
}
|
51
51
|
listByResourceGroupPagingPage(resourceGroupName, options, settings) {
|
@@ -109,7 +109,7 @@ class SqlMigrationServicesImpl {
|
|
109
109
|
throw new Error("maxPageSize is not supported by this operation.");
|
110
110
|
}
|
111
111
|
return this.listMigrationsPagingPage(resourceGroupName, sqlMigrationServiceName, options, settings);
|
112
|
-
}
|
112
|
+
},
|
113
113
|
};
|
114
114
|
}
|
115
115
|
listMigrationsPagingPage(resourceGroupName, sqlMigrationServiceName, options, settings) {
|
@@ -170,7 +170,7 @@ class SqlMigrationServicesImpl {
|
|
170
170
|
throw new Error("maxPageSize is not supported by this operation.");
|
171
171
|
}
|
172
172
|
return this.listBySubscriptionPagingPage(options, settings);
|
173
|
-
}
|
173
|
+
},
|
174
174
|
};
|
175
175
|
}
|
176
176
|
listBySubscriptionPagingPage(options, settings) {
|
@@ -214,7 +214,7 @@ class SqlMigrationServicesImpl {
|
|
214
214
|
});
|
215
215
|
}
|
216
216
|
/**
|
217
|
-
* Retrieve the Migration Service
|
217
|
+
* Retrieve the Database Migration Service
|
218
218
|
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
219
219
|
* value from the Azure Resource Manager API or the portal.
|
220
220
|
* @param sqlMigrationServiceName Name of the SQL Migration Service.
|
@@ -224,7 +224,7 @@ class SqlMigrationServicesImpl {
|
|
224
224
|
return this.client.sendOperationRequest({ resourceGroupName, sqlMigrationServiceName, options }, getOperationSpec);
|
225
225
|
}
|
226
226
|
/**
|
227
|
-
* Create or Update
|
227
|
+
* Create or Update Database Migration Service.
|
228
228
|
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
229
229
|
* value from the Azure Resource Manager API or the portal.
|
230
230
|
* @param sqlMigrationServiceName Name of the SQL Migration Service.
|
@@ -235,7 +235,7 @@ class SqlMigrationServicesImpl {
|
|
235
235
|
const directSendOperation = async (args, spec) => {
|
236
236
|
return this.client.sendOperationRequest(args, spec);
|
237
237
|
};
|
238
|
-
const
|
238
|
+
const sendOperationFn = async (args, spec) => {
|
239
239
|
var _a;
|
240
240
|
let currentRawResponse = undefined;
|
241
241
|
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
@@ -250,20 +250,24 @@ class SqlMigrationServicesImpl {
|
|
250
250
|
rawResponse: {
|
251
251
|
statusCode: currentRawResponse.status,
|
252
252
|
body: currentRawResponse.parsedBody,
|
253
|
-
headers: currentRawResponse.headers.toJSON()
|
254
|
-
}
|
253
|
+
headers: currentRawResponse.headers.toJSON(),
|
254
|
+
},
|
255
255
|
};
|
256
256
|
};
|
257
|
-
const lro =
|
258
|
-
|
259
|
-
|
260
|
-
|
257
|
+
const lro = (0, lroImpl_js_1.createLroSpec)({
|
258
|
+
sendOperationFn,
|
259
|
+
args: { resourceGroupName, sqlMigrationServiceName, parameters, options },
|
260
|
+
spec: createOrUpdateOperationSpec,
|
261
|
+
});
|
262
|
+
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
263
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
264
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
261
265
|
});
|
262
266
|
await poller.poll();
|
263
267
|
return poller;
|
264
268
|
}
|
265
269
|
/**
|
266
|
-
* Create or Update
|
270
|
+
* Create or Update Database Migration Service.
|
267
271
|
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
268
272
|
* value from the Azure Resource Manager API or the portal.
|
269
273
|
* @param sqlMigrationServiceName Name of the SQL Migration Service.
|
@@ -275,7 +279,7 @@ class SqlMigrationServicesImpl {
|
|
275
279
|
return poller.pollUntilDone();
|
276
280
|
}
|
277
281
|
/**
|
278
|
-
* Delete
|
282
|
+
* Delete Database Migration Service.
|
279
283
|
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
280
284
|
* value from the Azure Resource Manager API or the portal.
|
281
285
|
* @param sqlMigrationServiceName Name of the SQL Migration Service.
|
@@ -285,7 +289,7 @@ class SqlMigrationServicesImpl {
|
|
285
289
|
const directSendOperation = async (args, spec) => {
|
286
290
|
return this.client.sendOperationRequest(args, spec);
|
287
291
|
};
|
288
|
-
const
|
292
|
+
const sendOperationFn = async (args, spec) => {
|
289
293
|
var _a;
|
290
294
|
let currentRawResponse = undefined;
|
291
295
|
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
@@ -300,20 +304,24 @@ class SqlMigrationServicesImpl {
|
|
300
304
|
rawResponse: {
|
301
305
|
statusCode: currentRawResponse.status,
|
302
306
|
body: currentRawResponse.parsedBody,
|
303
|
-
headers: currentRawResponse.headers.toJSON()
|
304
|
-
}
|
307
|
+
headers: currentRawResponse.headers.toJSON(),
|
308
|
+
},
|
305
309
|
};
|
306
310
|
};
|
307
|
-
const lro =
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
+
const lro = (0, lroImpl_js_1.createLroSpec)({
|
312
|
+
sendOperationFn,
|
313
|
+
args: { resourceGroupName, sqlMigrationServiceName, options },
|
314
|
+
spec: deleteOperationSpec,
|
315
|
+
});
|
316
|
+
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
317
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
318
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
311
319
|
});
|
312
320
|
await poller.poll();
|
313
321
|
return poller;
|
314
322
|
}
|
315
323
|
/**
|
316
|
-
* Delete
|
324
|
+
* Delete Database Migration Service.
|
317
325
|
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
318
326
|
* value from the Azure Resource Manager API or the portal.
|
319
327
|
* @param sqlMigrationServiceName Name of the SQL Migration Service.
|
@@ -324,7 +332,7 @@ class SqlMigrationServicesImpl {
|
|
324
332
|
return poller.pollUntilDone();
|
325
333
|
}
|
326
334
|
/**
|
327
|
-
* Update
|
335
|
+
* Update Database Migration Service.
|
328
336
|
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
329
337
|
* value from the Azure Resource Manager API or the portal.
|
330
338
|
* @param sqlMigrationServiceName Name of the SQL Migration Service.
|
@@ -335,7 +343,7 @@ class SqlMigrationServicesImpl {
|
|
335
343
|
const directSendOperation = async (args, spec) => {
|
336
344
|
return this.client.sendOperationRequest(args, spec);
|
337
345
|
};
|
338
|
-
const
|
346
|
+
const sendOperationFn = async (args, spec) => {
|
339
347
|
var _a;
|
340
348
|
let currentRawResponse = undefined;
|
341
349
|
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
@@ -350,20 +358,24 @@ class SqlMigrationServicesImpl {
|
|
350
358
|
rawResponse: {
|
351
359
|
statusCode: currentRawResponse.status,
|
352
360
|
body: currentRawResponse.parsedBody,
|
353
|
-
headers: currentRawResponse.headers.toJSON()
|
354
|
-
}
|
361
|
+
headers: currentRawResponse.headers.toJSON(),
|
362
|
+
},
|
355
363
|
};
|
356
364
|
};
|
357
|
-
const lro =
|
358
|
-
|
359
|
-
|
360
|
-
|
365
|
+
const lro = (0, lroImpl_js_1.createLroSpec)({
|
366
|
+
sendOperationFn,
|
367
|
+
args: { resourceGroupName, sqlMigrationServiceName, parameters, options },
|
368
|
+
spec: updateOperationSpec,
|
369
|
+
});
|
370
|
+
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
371
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
372
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
361
373
|
});
|
362
374
|
await poller.poll();
|
363
375
|
return poller;
|
364
376
|
}
|
365
377
|
/**
|
366
|
-
* Update
|
378
|
+
* Update Database Migration Service.
|
367
379
|
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
368
380
|
* value from the Azure Resource Manager API or the portal.
|
369
381
|
* @param sqlMigrationServiceName Name of the SQL Migration Service.
|
@@ -426,7 +438,8 @@ class SqlMigrationServicesImpl {
|
|
426
438
|
return this.client.sendOperationRequest({ resourceGroupName, sqlMigrationServiceName, options }, listMigrationsOperationSpec);
|
427
439
|
}
|
428
440
|
/**
|
429
|
-
* Retrieve the
|
441
|
+
* Retrieve the registered Integration Runtime nodes and their monitoring data for a given Database
|
442
|
+
* Migration Service.
|
430
443
|
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
431
444
|
* value from the Azure Resource Manager API or the portal.
|
432
445
|
* @param sqlMigrationServiceName Name of the SQL Migration Service.
|
@@ -480,49 +493,49 @@ const getOperationSpec = {
|
|
480
493
|
httpMethod: "GET",
|
481
494
|
responses: {
|
482
495
|
200: {
|
483
|
-
bodyMapper: Mappers.SqlMigrationService
|
496
|
+
bodyMapper: Mappers.SqlMigrationService,
|
484
497
|
},
|
485
|
-
default: {}
|
498
|
+
default: {},
|
486
499
|
},
|
487
500
|
queryParameters: [Parameters.apiVersion],
|
488
501
|
urlParameters: [
|
489
502
|
Parameters.$host,
|
490
503
|
Parameters.resourceGroupName,
|
491
504
|
Parameters.subscriptionId,
|
492
|
-
Parameters.sqlMigrationServiceName
|
505
|
+
Parameters.sqlMigrationServiceName,
|
493
506
|
],
|
494
507
|
headerParameters: [Parameters.accept],
|
495
|
-
serializer
|
508
|
+
serializer,
|
496
509
|
};
|
497
510
|
const createOrUpdateOperationSpec = {
|
498
511
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}",
|
499
512
|
httpMethod: "PUT",
|
500
513
|
responses: {
|
501
514
|
200: {
|
502
|
-
bodyMapper: Mappers.SqlMigrationService
|
515
|
+
bodyMapper: Mappers.SqlMigrationService,
|
503
516
|
},
|
504
517
|
201: {
|
505
|
-
bodyMapper: Mappers.SqlMigrationService
|
518
|
+
bodyMapper: Mappers.SqlMigrationService,
|
506
519
|
},
|
507
520
|
202: {
|
508
|
-
bodyMapper: Mappers.SqlMigrationService
|
521
|
+
bodyMapper: Mappers.SqlMigrationService,
|
509
522
|
},
|
510
523
|
204: {
|
511
|
-
bodyMapper: Mappers.SqlMigrationService
|
524
|
+
bodyMapper: Mappers.SqlMigrationService,
|
512
525
|
},
|
513
|
-
default: {}
|
526
|
+
default: {},
|
514
527
|
},
|
515
|
-
requestBody: Parameters.
|
528
|
+
requestBody: Parameters.parameters7,
|
516
529
|
queryParameters: [Parameters.apiVersion],
|
517
530
|
urlParameters: [
|
518
531
|
Parameters.$host,
|
519
532
|
Parameters.resourceGroupName,
|
520
533
|
Parameters.subscriptionId,
|
521
|
-
Parameters.sqlMigrationServiceName
|
534
|
+
Parameters.sqlMigrationServiceName,
|
522
535
|
],
|
523
536
|
headerParameters: [Parameters.accept, Parameters.contentType],
|
524
537
|
mediaType: "json",
|
525
|
-
serializer
|
538
|
+
serializer,
|
526
539
|
};
|
527
540
|
const deleteOperationSpec = {
|
528
541
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}",
|
@@ -533,226 +546,223 @@ const deleteOperationSpec = {
|
|
533
546
|
Parameters.$host,
|
534
547
|
Parameters.resourceGroupName,
|
535
548
|
Parameters.subscriptionId,
|
536
|
-
Parameters.sqlMigrationServiceName
|
549
|
+
Parameters.sqlMigrationServiceName,
|
537
550
|
],
|
538
|
-
serializer
|
551
|
+
serializer,
|
539
552
|
};
|
540
553
|
const updateOperationSpec = {
|
541
554
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}",
|
542
555
|
httpMethod: "PATCH",
|
543
556
|
responses: {
|
544
557
|
200: {
|
545
|
-
bodyMapper: Mappers.SqlMigrationService
|
558
|
+
bodyMapper: Mappers.SqlMigrationService,
|
546
559
|
},
|
547
560
|
201: {
|
548
|
-
bodyMapper: Mappers.SqlMigrationService
|
561
|
+
bodyMapper: Mappers.SqlMigrationService,
|
549
562
|
},
|
550
563
|
202: {
|
551
|
-
bodyMapper: Mappers.SqlMigrationService
|
564
|
+
bodyMapper: Mappers.SqlMigrationService,
|
552
565
|
},
|
553
566
|
204: {
|
554
|
-
bodyMapper: Mappers.SqlMigrationService
|
567
|
+
bodyMapper: Mappers.SqlMigrationService,
|
555
568
|
},
|
556
|
-
default: {}
|
569
|
+
default: {},
|
557
570
|
},
|
558
|
-
requestBody: Parameters.
|
571
|
+
requestBody: Parameters.parameters8,
|
559
572
|
queryParameters: [Parameters.apiVersion],
|
560
573
|
urlParameters: [
|
561
574
|
Parameters.$host,
|
562
575
|
Parameters.resourceGroupName,
|
563
576
|
Parameters.subscriptionId,
|
564
|
-
Parameters.sqlMigrationServiceName
|
577
|
+
Parameters.sqlMigrationServiceName,
|
565
578
|
],
|
566
579
|
headerParameters: [Parameters.accept, Parameters.contentType],
|
567
580
|
mediaType: "json",
|
568
|
-
serializer
|
581
|
+
serializer,
|
569
582
|
};
|
570
583
|
const listByResourceGroupOperationSpec = {
|
571
584
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices",
|
572
585
|
httpMethod: "GET",
|
573
586
|
responses: {
|
574
587
|
200: {
|
575
|
-
bodyMapper: Mappers.SqlMigrationListResult
|
588
|
+
bodyMapper: Mappers.SqlMigrationListResult,
|
576
589
|
},
|
577
|
-
default: {}
|
590
|
+
default: {},
|
578
591
|
},
|
579
592
|
queryParameters: [Parameters.apiVersion],
|
580
593
|
urlParameters: [
|
581
594
|
Parameters.$host,
|
582
595
|
Parameters.resourceGroupName,
|
583
|
-
Parameters.subscriptionId
|
596
|
+
Parameters.subscriptionId,
|
584
597
|
],
|
585
598
|
headerParameters: [Parameters.accept],
|
586
|
-
serializer
|
599
|
+
serializer,
|
587
600
|
};
|
588
601
|
const listAuthKeysOperationSpec = {
|
589
602
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}/listAuthKeys",
|
590
603
|
httpMethod: "POST",
|
591
604
|
responses: {
|
592
605
|
200: {
|
593
|
-
bodyMapper: Mappers.AuthenticationKeys
|
606
|
+
bodyMapper: Mappers.AuthenticationKeys,
|
594
607
|
},
|
595
|
-
default: {}
|
608
|
+
default: {},
|
596
609
|
},
|
597
610
|
queryParameters: [Parameters.apiVersion],
|
598
611
|
urlParameters: [
|
599
612
|
Parameters.$host,
|
600
613
|
Parameters.resourceGroupName,
|
601
614
|
Parameters.subscriptionId,
|
602
|
-
Parameters.sqlMigrationServiceName
|
615
|
+
Parameters.sqlMigrationServiceName,
|
603
616
|
],
|
604
617
|
headerParameters: [Parameters.accept],
|
605
|
-
serializer
|
618
|
+
serializer,
|
606
619
|
};
|
607
620
|
const regenerateAuthKeysOperationSpec = {
|
608
621
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}/regenerateAuthKeys",
|
609
622
|
httpMethod: "POST",
|
610
623
|
responses: {
|
611
624
|
200: {
|
612
|
-
bodyMapper: Mappers.RegenAuthKeys
|
625
|
+
bodyMapper: Mappers.RegenAuthKeys,
|
613
626
|
},
|
614
|
-
default: {}
|
627
|
+
default: {},
|
615
628
|
},
|
616
|
-
requestBody: Parameters.
|
629
|
+
requestBody: Parameters.parameters9,
|
617
630
|
queryParameters: [Parameters.apiVersion],
|
618
631
|
urlParameters: [
|
619
632
|
Parameters.$host,
|
620
633
|
Parameters.resourceGroupName,
|
621
634
|
Parameters.subscriptionId,
|
622
|
-
Parameters.sqlMigrationServiceName
|
635
|
+
Parameters.sqlMigrationServiceName,
|
623
636
|
],
|
624
637
|
headerParameters: [Parameters.accept, Parameters.contentType],
|
625
638
|
mediaType: "json",
|
626
|
-
serializer
|
639
|
+
serializer,
|
627
640
|
};
|
628
641
|
const deleteNodeOperationSpec = {
|
629
642
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}/deleteNode",
|
630
643
|
httpMethod: "POST",
|
631
644
|
responses: {
|
632
645
|
200: {
|
633
|
-
bodyMapper: Mappers.DeleteNode
|
646
|
+
bodyMapper: Mappers.DeleteNode,
|
634
647
|
},
|
635
|
-
default: {}
|
648
|
+
default: {},
|
636
649
|
},
|
637
|
-
requestBody: Parameters.
|
650
|
+
requestBody: Parameters.parameters10,
|
638
651
|
queryParameters: [Parameters.apiVersion],
|
639
652
|
urlParameters: [
|
640
653
|
Parameters.$host,
|
641
654
|
Parameters.resourceGroupName,
|
642
655
|
Parameters.subscriptionId,
|
643
|
-
Parameters.sqlMigrationServiceName
|
656
|
+
Parameters.sqlMigrationServiceName,
|
644
657
|
],
|
645
658
|
headerParameters: [Parameters.accept, Parameters.contentType],
|
646
659
|
mediaType: "json",
|
647
|
-
serializer
|
660
|
+
serializer,
|
648
661
|
};
|
649
662
|
const listMigrationsOperationSpec = {
|
650
663
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}/listMigrations",
|
651
664
|
httpMethod: "GET",
|
652
665
|
responses: {
|
653
666
|
200: {
|
654
|
-
bodyMapper: Mappers.DatabaseMigrationListResult
|
667
|
+
bodyMapper: Mappers.DatabaseMigrationListResult,
|
655
668
|
},
|
656
|
-
default: {}
|
669
|
+
default: {},
|
657
670
|
},
|
658
671
|
queryParameters: [Parameters.apiVersion],
|
659
672
|
urlParameters: [
|
660
673
|
Parameters.$host,
|
661
674
|
Parameters.resourceGroupName,
|
662
675
|
Parameters.subscriptionId,
|
663
|
-
Parameters.sqlMigrationServiceName
|
676
|
+
Parameters.sqlMigrationServiceName,
|
664
677
|
],
|
665
678
|
headerParameters: [Parameters.accept],
|
666
|
-
serializer
|
679
|
+
serializer,
|
667
680
|
};
|
668
681
|
const listMonitoringDataOperationSpec = {
|
669
682
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataMigration/sqlMigrationServices/{sqlMigrationServiceName}/listMonitoringData",
|
670
683
|
httpMethod: "POST",
|
671
684
|
responses: {
|
672
685
|
200: {
|
673
|
-
bodyMapper: Mappers.IntegrationRuntimeMonitoringData
|
686
|
+
bodyMapper: Mappers.IntegrationRuntimeMonitoringData,
|
674
687
|
},
|
675
|
-
default: {}
|
688
|
+
default: {},
|
676
689
|
},
|
677
690
|
queryParameters: [Parameters.apiVersion],
|
678
691
|
urlParameters: [
|
679
692
|
Parameters.$host,
|
680
693
|
Parameters.resourceGroupName,
|
681
694
|
Parameters.subscriptionId,
|
682
|
-
Parameters.sqlMigrationServiceName
|
695
|
+
Parameters.sqlMigrationServiceName,
|
683
696
|
],
|
684
697
|
headerParameters: [Parameters.accept],
|
685
|
-
serializer
|
698
|
+
serializer,
|
686
699
|
};
|
687
700
|
const listBySubscriptionOperationSpec = {
|
688
701
|
path: "/subscriptions/{subscriptionId}/providers/Microsoft.DataMigration/sqlMigrationServices",
|
689
702
|
httpMethod: "GET",
|
690
703
|
responses: {
|
691
704
|
200: {
|
692
|
-
bodyMapper: Mappers.SqlMigrationListResult
|
705
|
+
bodyMapper: Mappers.SqlMigrationListResult,
|
693
706
|
},
|
694
|
-
default: {}
|
707
|
+
default: {},
|
695
708
|
},
|
696
709
|
queryParameters: [Parameters.apiVersion],
|
697
710
|
urlParameters: [Parameters.$host, Parameters.subscriptionId],
|
698
711
|
headerParameters: [Parameters.accept],
|
699
|
-
serializer
|
712
|
+
serializer,
|
700
713
|
};
|
701
714
|
const listByResourceGroupNextOperationSpec = {
|
702
715
|
path: "{nextLink}",
|
703
716
|
httpMethod: "GET",
|
704
717
|
responses: {
|
705
718
|
200: {
|
706
|
-
bodyMapper: Mappers.SqlMigrationListResult
|
719
|
+
bodyMapper: Mappers.SqlMigrationListResult,
|
707
720
|
},
|
708
|
-
default: {}
|
721
|
+
default: {},
|
709
722
|
},
|
710
|
-
queryParameters: [Parameters.apiVersion],
|
711
723
|
urlParameters: [
|
712
724
|
Parameters.$host,
|
713
725
|
Parameters.resourceGroupName,
|
714
726
|
Parameters.subscriptionId,
|
715
|
-
Parameters.nextLink
|
727
|
+
Parameters.nextLink,
|
716
728
|
],
|
717
729
|
headerParameters: [Parameters.accept],
|
718
|
-
serializer
|
730
|
+
serializer,
|
719
731
|
};
|
720
732
|
const listMigrationsNextOperationSpec = {
|
721
733
|
path: "{nextLink}",
|
722
734
|
httpMethod: "GET",
|
723
735
|
responses: {
|
724
736
|
200: {
|
725
|
-
bodyMapper: Mappers.DatabaseMigrationListResult
|
737
|
+
bodyMapper: Mappers.DatabaseMigrationListResult,
|
726
738
|
},
|
727
|
-
default: {}
|
739
|
+
default: {},
|
728
740
|
},
|
729
|
-
queryParameters: [Parameters.apiVersion],
|
730
741
|
urlParameters: [
|
731
742
|
Parameters.$host,
|
732
743
|
Parameters.resourceGroupName,
|
733
744
|
Parameters.subscriptionId,
|
734
745
|
Parameters.nextLink,
|
735
|
-
Parameters.sqlMigrationServiceName
|
746
|
+
Parameters.sqlMigrationServiceName,
|
736
747
|
],
|
737
748
|
headerParameters: [Parameters.accept],
|
738
|
-
serializer
|
749
|
+
serializer,
|
739
750
|
};
|
740
751
|
const listBySubscriptionNextOperationSpec = {
|
741
752
|
path: "{nextLink}",
|
742
753
|
httpMethod: "GET",
|
743
754
|
responses: {
|
744
755
|
200: {
|
745
|
-
bodyMapper: Mappers.SqlMigrationListResult
|
756
|
+
bodyMapper: Mappers.SqlMigrationListResult,
|
746
757
|
},
|
747
|
-
default: {}
|
758
|
+
default: {},
|
748
759
|
},
|
749
|
-
queryParameters: [Parameters.apiVersion],
|
750
760
|
urlParameters: [
|
751
761
|
Parameters.$host,
|
752
762
|
Parameters.subscriptionId,
|
753
|
-
Parameters.nextLink
|
763
|
+
Parameters.nextLink,
|
754
764
|
],
|
755
765
|
headerParameters: [Parameters.accept],
|
756
|
-
serializer
|
766
|
+
serializer,
|
757
767
|
};
|
758
768
|
//# sourceMappingURL=sqlMigrationServices.js.map
|