Skip to content

Commit

Permalink
Fix eligibility typo (#7236)
Browse files Browse the repository at this point in the history
* Fix eligibility typo

* Remove suppression for Eligible typo
  • Loading branch information
tezhangmsvan authored and erich-wang committed Sep 19, 2019
1 parent 5c2e7c4 commit faf99f5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 16 deletions.
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 @@ -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

0 comments on commit faf99f5

Please sign in to comment.