Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions cSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@
"filename": "**/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2018-07-15-preview/definitions/TasksCommon.json",
"words": [
"Miliseconds",
"Eligibile",
"INITIALIAZING"
]
},
Expand Down Expand Up @@ -245,18 +244,6 @@
"Managementt"
]
},
{
"filename": "**/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2018-03-31-preview/definitions/TasksCommon.json",
"words": [
"Eligibile"
]
},
{
"filename": "**/specification/datamigration/resource-manager/Microsoft.DataMigration/stable/2018-04-19/definitions/TasksCommon.json",
"words": [
"Eligibile"
]
},
{
"filename": "**/specification/frontdoor/resource-manager/Microsoft.Network/preview/2018-08-01-preview/webapplicationfirewall.json",
"words": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@
"type": "object",
"description": "Information about migration eligibility of a server object",
"properties": {
"isEligibileForMigration": {
"isEligibleForMigration": {
"type": "boolean",
"description": "Whether object is eligible for migration or not.",
"readOnly": true
Expand Down
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 myaad.onmicrosoft.com for managed domain, required if and only if Windows logins are selected"
}
},
"required": [
"selectedDatabases",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,7 @@
"type": "object",
"description": "Information about migration eligibility of a server object",
"properties": {
"isEligibileForMigration": {
"isEligibleForMigration": {
"type": "boolean",
"description": "Whether object is eligible for migration or not.",
"readOnly": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@
"type": "object",
"description": "Information about migration eligibility of a server object",
"properties": {
"isEligibileForMigration": {
"isEligibleForMigration": {
"type": "boolean",
"description": "Whether object is eligible for migration or not.",
"readOnly": true
Expand Down