Skip to content

Commit

Permalink
Frontdoor new API version 2020-05-01 (Azure#9165)
Browse files Browse the repository at this point in the history
* initial commit. duplicate 2020-01-01 into 2020-05-01

* added backend field privateLinkResourceId and privateLinkLocation

* updated 2020-01-01 to 2020-05-05

* updated readme.md

* renamed readme.md to frontdoor.specs.md, updated response descriptions

* updated operationid

* fix readme.go
  • Loading branch information
MoustafaEid authored and 00Kai0 committed Oct 12, 2020
1 parent 6bbf7e1 commit d1b61b0
Show file tree
Hide file tree
Showing 23 changed files with 5,138 additions and 1 deletion.
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": "2020-05-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-05-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

0 comments on commit d1b61b0

Please sign in to comment.