forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Frontdoor new API version 2020-05-01 (Azure#9165)
* 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
1 parent
6bbf7e1
commit d1b61b0
Showing
23 changed files
with
5,138 additions
and
1 deletion.
There are no files selected for viewing
668 changes: 668 additions & 0 deletions
668
...tdoor/resource-manager/Microsoft.Network/stable/2020-05-01/assets/frontdoor.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions
18
...-manager/Microsoft.Network/stable/2020-05-01/examples/CheckFrontdoorNameAvailability.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
...ft.Network/stable/2020-05-01/examples/CheckFrontdoorNameAvailabilityWithSubscription.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.