Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update API specs 2020-04-01 #9383

Merged
merged 19 commits into from
May 28, 2020
Merged
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"parameters": {
"api-version": "2020-04-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": "2020-04-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