From 9c04626093300fef83e1016a44f2da77c16c0b94 Mon Sep 17 00:00:00 2001 From: Azure SDK Bot Date: Mon, 23 Sep 2019 13:30:23 +0800 Subject: [PATCH] Generated from 91579252e6aa0e9aa0b00749c82755240e5f5282 (#5845) Add aad domain name for windows login migration support --- .../mgmt/2018-07-15-preview/datamigration/models.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/preview/datamigration/mgmt/2018-07-15-preview/datamigration/models.go b/services/preview/datamigration/mgmt/2018-07-15-preview/datamigration/models.go index e84be88116ef..5298bffc29ba 100644 --- a/services/preview/datamigration/mgmt/2018-07-15-preview/datamigration/models.go +++ b/services/preview/datamigration/mgmt/2018-07-15-preview/datamigration/models.go @@ -14590,6 +14590,8 @@ type MigrateSQLServerSQLMITaskInput struct { BackupBlobShare *BlobShare `json:"backupBlobShare,omitempty"` // BackupMode - Backup Mode to specify whether to use existing backup or create new backup. If using existing backups, backup file paths are required to be provided in selectedDatabases. Possible values include: 'CreateBackup', 'ExistingBackup' BackupMode BackupMode `json:"backupMode,omitempty"` + // AadDomainName - Azure Active Directory domain name in the format of 'contoso.com' for federated Azure AD or 'contoso.onmicrosoft.com' for managed domain, required if and only if Windows logins are selected + AadDomainName *string `json:"aadDomainName,omitempty"` // SourceConnectionInfo - Information for connecting to source SourceConnectionInfo *SQLConnectionInfo `json:"sourceConnectionInfo,omitempty"` // TargetConnectionInfo - Information for connecting to target