-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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 Apps] az containerapp env httprouteconfig: Add CRUD commands with yaml #30310
Conversation
❌AzureCLI-FullTest
|
Hi @Tratcher, |
|
rule | cmd_name | rule_message | suggest_message |
---|---|---|---|
containerapp env httprouteconfig | sub group containerapp env httprouteconfig added |
Thank you for your contribution! We will review the pull request and get back to you soon. |
@@ -16,7 +16,7 @@ | |||
|
|||
logger = get_logger(__name__) | |||
|
|||
CURRENT_API_VERSION = "2024-03-01" | |||
CURRENT_API_VERSION = "2024-10-02-preview" # "2024-03-01" |
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.
@Tratcher
For preview feature, please use extension: https://github.com/Azure/azure-cli-extensions
Related command
containerapp env httprouteconfig
Description
Adding new CRUD commands for the httprouteconfig feature. For now these only support YAML inputs.
Testing Guide
History Notes
This checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.