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.
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
[Container App]: Add
az containerapp ingress access-restriction
group #5546[Container App]: Add
az containerapp ingress access-restriction
group #5546Changes from 20 commits
2e3db8a
3665e8b
f38613a
e6a2bce
bba5c1f
56c2777
226c11e
bb564dc
77be903
a77a1a9
474cb50
f47f244
8efcac5
e2569be
15e05e4
b750ed6
3ad79cf
45417c9
fb762a9
a89012b
802f5bf
f937ad1
4ae10c6
93a2109
25cde45
6794a01
6a4bee4
77ef1da
1b67c30
32a4963
447c78c
21f557a
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Could we define this parameter as
action='store_true'
?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.
This parameter changes frequently, and we wouldn't want the default behavior to change (i.e. customers might create an ip restriction that allows when they want to block an ip range)
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.
@haroonf If the design of this parameter is not stable and has not been finalized, please add the
is_preview
flag to it.