Skip to content
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"parameters": {
"api-version": "2021-06-01",
"checkFrontDoorNameAvailabilityInput": {
"name": "sampleName",
"type": "Microsoft.Network/frontDoors"
}
},
"responses": {
"200": {
"body": {
"nameAvailability": "Unavailable",
"reason": "Name is already in use",
"message": "Name not available"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"parameters": {
"api-version": "2021-06-01",
"subscriptionId": "subid",
"checkFrontDoorNameAvailabilityInput": {
"name": "sampleName",
"type": "Microsoft.Network/frontDoors/frontendEndpoints"
}
},
"responses": {
"200": {
"body": {
"nameAvailability": "Unavailable",
"reason": "Name is already in use",
"message": "Name not available"
}
}
}
}
Loading