Skip to content

Commit 64342f6

Browse files
temandrArtyom Pavlichenko
andauthored
Adding support for MySQL and PG migrations (Azure#17847)
* Adding PostgreSQL properties for PGV2 as well as table selection and Xinghao's NIC change * Adding tests * Undoing change to avoid CRLF/LF file changes * Re-running generate.ps1 Co-authored-by: Artyom Pavlichenko <arpavlic@microsoft.com>
1 parent 01d995f commit 64342f6

33 files changed

+4324
-83
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
Installing AutoRest version: latest
1+
Installing AutoRest version: v2
22
AutoRest installed successfully.
33
Commencing code generation
44
Generating CSharp code
55
Executing AutoRest command
6-
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/datamigration/resource-manager/readme.md --csharp --version=latest --reflect-api-versions --csharp-sdks-folder=C:\Dev\Git\azure-sdk-for-net\sdk
7-
2019-10-15 23:51:19 UTC
6+
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/datamigration/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=E:\forks\azure-sdk-for-net\sdk
7+
2021-01-21 02:28:11 UTC
88
Azure-rest-api-specs repository information
99
GitHub fork: Azure
1010
Branch: master
11-
Commit: 411d4cf447639289e4ee1efa4d066df2773ebccd
11+
Commit: 10f3923e845911a8c39bba966b0e9177301cd794
1212
AutoRest information
13-
Requested version: latest
14-
Bootstrapper version: autorest@2.0.4283
13+
Requested version: v2
14+
Bootstrapper version: autorest@2.0.4413

sdk/datamigration/Microsoft.Azure.Management.DataMigration/src/Generated/DataMigrationServiceClient.cs

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/datamigration/Microsoft.Azure.Management.DataMigration/src/Generated/Models/CheckOCIDriverTaskOutput.cs

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/datamigration/Microsoft.Azure.Management.DataMigration/src/Generated/Models/DataMigrationService.cs

Lines changed: 12 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/datamigration/Microsoft.Azure.Management.DataMigration/src/Generated/Models/MigrateMySqlAzureDbForMySqlSyncDatabaseInput.cs

Lines changed: 9 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/datamigration/Microsoft.Azure.Management.DataMigration/src/Generated/Models/MigrateMySqlAzureDbForMySqlSyncTaskOutputDatabaseLevel.cs

Lines changed: 7 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/datamigration/Microsoft.Azure.Management.DataMigration/src/Generated/Models/MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseLevel.cs

Lines changed: 7 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/datamigration/Microsoft.Azure.Management.DataMigration/src/Generated/Models/MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput.cs

Lines changed: 9 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/datamigration/Microsoft.Azure.Management.DataMigration/src/Generated/Models/MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseTableInput.cs

Lines changed: 53 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/datamigration/Microsoft.Azure.Management.DataMigration/src/Generated/Models/MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseLevel.cs

Lines changed: 7 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)