Skip to content
Merged
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
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