-
Notifications
You must be signed in to change notification settings - Fork 5.7k
some fixes for frontdoor readme #7424
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
Changes from all commits
75e3711
a933aa3
790a72e
d150a7b
7e50ace
07eb2cb
568318d
e5fa469
729f342
9630e7a
3a7dbc7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -28,17 +28,18 @@ These are the global settings for the FrontDoor API. | |
| title: FrontDoorManagementClient | ||
| description: FrontDoor Client | ||
| openapi-type: arm | ||
| tag: package-2019-10 | ||
| tag: package-2019-11 | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. is
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. no, package-2019-10 and package-2019-11 were for some reason both created just several days ago. |
||
| ``` | ||
|
|
||
| ### Tag: package-2019-10 | ||
| ### Tag: package-2019-11 | ||
|
|
||
| These settings apply only when `--tag=package-2019-10` is specified on the command line. | ||
| These settings apply only when `--tag=package-2019-11` is specified on the command line. | ||
|
|
||
| ``` yaml $(tag) == 'package-2019-10' | ||
| ``` yaml $(tag) == 'package-2019-11' | ||
| input-file: | ||
| - Microsoft.Network/stable/2019-11-01/network.json | ||
| - Microsoft.Network/stable/2019-11-01/networkexperiment.json | ||
| - Microsoft.Network/stable/2019-05-01/frontdoor.json | ||
| - Microsoft.Network/stable/2019-05-01/network.json | ||
| - Microsoft.Network/stable/2019-10-01/webapplicationfirewall.json | ||
| directive: | ||
| - where: | ||
|
|
@@ -47,14 +48,15 @@ directive: | |
| - OperationsAPIImplementation | ||
| ``` | ||
|
|
||
| ### Tag: package-2019-11 | ||
| ### Tag: package-2019-10 | ||
|
|
||
| These settings apply only when `--tag=package-2019-11` is specified on the command line. | ||
| These settings apply only when `--tag=package-2019-10` is specified on the command line. | ||
|
|
||
| ``` yaml $(tag) == 'package-2019-11' | ||
| ``` yaml $(tag) == 'package-2019-10' | ||
| input-file: | ||
| - Microsoft.Network/stable/2019-11-01/network.json | ||
| - Microsoft.Network/stable/2019-11-01/networkexperiment.json | ||
| - Microsoft.Network/stable/2019-05-01/frontdoor.json | ||
| - Microsoft.Network/stable/2019-05-01/network.json | ||
| - Microsoft.Network/stable/2019-10-01/webapplicationfirewall.json | ||
| directive: | ||
| - where: | ||
| - $.paths | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
again, breaking change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
discussed with service team, they will make sure RP is in sync (networkexperiment was not release yet)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes. it's not breaking-- we will make sure to have these changes reflected in our service.