-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[Network] Update application gateway #22489
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 9 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
1ed3b5b
[network]
ZengTaoxu 628e573
[Network] Update application gateway
ZengTaoxu 8147bab
Update commands.py
ZengTaoxu df93cef
Delete _shared.py
ZengTaoxu 4fafcc9
Update _shared.py
ZengTaoxu 25981a2
Merge branch 'application-gateway01' of https://github.com/ZengTaoxu/…
ZengTaoxu 1801b20
update
ZengTaoxu d23a731
Delete test_network_ag_probe_with_host_name.yaml
ZengTaoxu 11656fe
Merge branch 'Azure:dev' into application-gateway01
ZengTaoxu e85e98b
Merge branch 'Azure:dev' into application-gateway01
ZengTaoxu f0766f9
update
ZengTaoxu 4478bfe
Merge branch 'application-gateway01' of https://github.com/ZengTaoxu/…
ZengTaoxu 6866455
Update _help.py
ZengTaoxu d649b63
update
ZengTaoxu b93d02e
Merge branch 'dev' of https://github.com/Azure/azure-cli into applica…
ZengTaoxu 3f85989
Update _help.py
ZengTaoxu 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
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
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 | ||||
|---|---|---|---|---|---|---|
|
|
@@ -139,6 +139,7 @@ def load_arguments(self, _): | |||||
| c.argument('zones', zones_type) | ||||||
| c.argument('custom_error_pages', min_api='2018-08-01', nargs='+', help='Space-separated list of custom error pages in `STATUS_CODE=URL` format.', validator=validate_custom_error_pages) | ||||||
| c.argument('firewall_policy', options_list='--waf-policy', min_api='2018-12-01', help='Name or ID of a web application firewall (WAF) policy.', validator=validate_waf_policy) | ||||||
| c.argument('priority', min_api='2021-08-01', type=int, help='Priority of the request routing rule. Supported SKU tiers are Standard_v2,WAF_v2') | ||||||
|
||||||
| c.argument('priority', min_api='2021-08-01', type=int, help='Priority of the request routing rule. Supported SKU tiers are Standard_v2,WAF_v2') | |
| c.argument('priority', min_api='2021-08-01', type=int, help='Priority of the request routing rule. Supported SKU tiers are Standard_v2, WAF_v2.') |
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
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.
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.
Why these two examples have the same name?
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.
I will revise it.