Skip to content

Commit

Permalink
Add aad domain name for windows login migration support (#7278)
Browse files Browse the repository at this point in the history
* Add aad domain name for windows login migration support

* Fix indentation
  • Loading branch information
tezhangmsvan authored and ArcturusZhang committed Sep 23, 2019
1 parent c79bc43 commit fea4c8b
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,11 @@
"backupMode": {
"$ref": "./TasksCommon.json#/definitions/BackupMode",
"description": "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."
}
},
"aadDomainName": {
"type": "string",
"description": "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"
}
},
"required": [
"selectedDatabases",
Expand Down

0 comments on commit fea4c8b

Please sign in to comment.