-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Frontdoor new API version 2020-05-01 #9165
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
Merged
Merged
Changes from 4 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
5b2c642
initial commit. duplicate 2020-01-01 into 2020-05-01
MoustafaEid bc85ae5
added backend field privateLinkResourceId and privateLinkLocation
MoustafaEid a47cc50
updated 2020-01-01 to 2020-05-05
MoustafaEid ac8bf24
updated readme.md
MoustafaEid 696c6df
renamed readme.md to frontdoor.specs.md, updated response descriptions
MoustafaEid 27d66af
updated operationid
MoustafaEid 114608a
fix readme.go
MoustafaEid File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
...cation/frontdoor/resource-manager/Microsoft.Network/stable/2020-05-01/README.md
This file contains hidden or 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,21 @@ | ||
| # General Availability API specification for FrontDoor Azure Resource | ||
| > see https://aka.ms/autorest | ||
|
|
||
| This directory contains the schema specifications for the Front Door Azure Resource. The API will be added to support Front Door on Azure Resource Manager. | ||
|
|
||
| The base swagger document for new features for Frontdoor: [frontdoor.json](./frontdoor.json) | ||
|
|
||
| ## Overview | ||
| The Front Door ARM API supports CRUD functionality on four objects in the resource schema: | ||
| `FrontDoor`, a collection of child objects `BackendPool`, a collection of child objects `FrontendEndpoints` and the primary child object `RoutingRule`, which each reference one `BackendPool` and `FrontendEndpoints` . Each routing rule encapsulates | ||
| all of the settings needed to configure the AzureFD backend infrastructure to set up a | ||
| reverse-proxy route to accelerate traffic, detect backend availability, | ||
| and balance between healthy members of the pool. | ||
|
|
||
| ## Generated object-model UML diagram | ||
| This diagram is generated from the swagger spec by "[`oav`](https://github.com/Azure/oav) `generate-uml`" | ||
|  | ||
|
|
||
| ## Swagger and JSON specification reference and tools | ||
| - [OpenAPI specification v2.0 (aka Swagger 2.0)](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md) | ||
| - [Swagger.io online editor](https://editor.swagger.io/) | ||
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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.