{Containerapp} az containerapp env dapr-component set: Update test case#32246
{Containerapp} az containerapp env dapr-component set: Update test case#32246
az containerapp env dapr-component set: Update test case#32246Conversation
️✔️AzureCLI-FullTest
|
️✔️AzureCLI-BreakingChangeTest
|
containerapp env dapr-component set: update test casecontainerapp env dapr-component set: Update test case
There was a problem hiding this comment.
Pull Request Overview
This PR updates a test case for containerapp environment DAPR component functionality by simplifying the test setup and adds a missing field to the cleanup utilities.
- Simplifies test setup by removing Log Analytics workspace dependencies and using
--logs-destination noneinstead - Adds
deploymentErrorsto the list of readonly attributes that need to be removed during DAPR component operations
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| test_containerapp_env_commands.py | Simplifies DAPR component test by removing Log Analytics workspace setup and using simplified logging configuration |
| _utils.py | Adds deploymentErrors to the list of readonly attributes to be cleaned up in DAPR component operations |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR. Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions). pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>
|
containerapp env dapr-component set: Update test caseaz containerapp env dapr-component set: Update test case
Related command
az containerapp env dapr-component set: Update test case and fix one issue that didn't expose to customerDescription
Testing Guide
History Notes
[Component Name 1] BREAKING CHANGE:
az command a: Make some customer-facing breaking change[Component Name 2]
az command b: Add some customer-facing featureThis 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.