Skip to content

Commit

Permalink
typo: web/resource-manager/Microsoft.DomainRegistration (Azure#4814)
Browse files Browse the repository at this point in the history
- Succesfully -> Successfully
- identifider -> identifier
- availablility -> availability
  • Loading branch information
nschonni authored and AnuTalluri committed Feb 6, 2019
1 parent 7386643 commit 2e1649e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
],
"responses": {
"200": {
"description": "Succesfully deleted domain."
"description": "Successfully deleted domain."
},
"204": {
"description": "Domain does not exist in Azure database probably because it has already been deleted"
Expand Down Expand Up @@ -517,10 +517,10 @@
],
"responses": {
"200": {
"description": "Succesfully deleted domain ownership identifier."
"description": "Successfully deleted domain ownership identifier."
},
"204": {
"description": "Domain ownership identifider does not exist."
"description": "Domain ownership identifier does not exist."
}
}
},
Expand Down Expand Up @@ -916,7 +916,7 @@
}
},
"DomainAvailablilityCheckResult": {
"description": "Domain availablility check result.",
"description": "Domain availability check result.",
"type": "object",
"properties": {
"name": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
"name": "Microsoft.DomainRegistration/checkDomainAvailability/Action",
"display": {
"provider": "Microsoft Domains",
"resource": "Domain Availablity Result",
"operation": "Check Domain Availablity",
"resource": "Domain Availability Result",
"operation": "Check Domain Availability",
"description": "Check if a domain is available for purchase"
},
"origin": "user,system"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@
],
"responses": {
"200": {
"description": "Succesfully deleted domain."
"description": "Successfully deleted domain."
},
"204": {
"description": "Domain does not exist in Azure database probably because it has already been deleted"
Expand Down Expand Up @@ -583,10 +583,10 @@
],
"responses": {
"200": {
"description": "Succesfully deleted domain ownership identifier."
"description": "Successfully deleted domain ownership identifier."
},
"204": {
"description": "Domain ownership identifider does not exist."
"description": "Domain ownership identifier does not exist."
}
}
},
Expand Down Expand Up @@ -983,7 +983,7 @@
}
},
"DomainAvailablilityCheckResult": {
"description": "Domain availablility check result.",
"description": "Domain availability check result.",
"type": "object",
"properties": {
"name": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
"name": "Microsoft.DomainRegistration/checkDomainAvailability/Action",
"display": {
"provider": "Microsoft Domains",
"resource": "Domain Availablity Result",
"operation": "Check Domain Availablity",
"resource": "Domain Availability Result",
"operation": "Check Domain Availability",
"description": "Check if a domain is available for purchase"
},
"origin": "user,system"
Expand Down

0 comments on commit 2e1649e

Please sign in to comment.