Fix missing periods in container app and scaling rule output messages#960
Fix missing periods in container app and scaling rule output messages#960MicroFish91 merged 5 commits intomainfrom
Conversation
|
@MicroFish91 👋 This repository doesn't have Copilot instructions. With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs. I can generate a .github/copilot-instructions.md file for you automatically. Click here to open a pre-filled issue and assign it to me. I'll write the instructions, and then tag you for review. |
…riod Co-authored-by: MicroFish91 <40250218+MicroFish91@users.noreply.github.com>
Co-authored-by: MicroFish91 <40250218+MicroFish91@users.noreply.github.com>
|
@copilot don't add the package |
Co-authored-by: MicroFish91 <40250218+MicroFish91@users.noreply.github.com>
Removed the Fixed in commit 1ca65d5. |
|
@copilot don't make changes to |
Co-authored-by: MicroFish91 <40250218+MicroFish91@users.noreply.github.com>
Reverted unwanted changes to Fixed in commit c184307. |
The output log messages for container app creation and scaling rule operations were missing periods at the end, making them inconsistent with other success messages in the codebase.
Issue:
Example of the issue:
After the fix:
Changes made:
ContainerAppCreateStep.tsAddScaleRuleStep.tsDeleteScaleRuleStep.tsThese changes ensure consistency with other output messages in the codebase such as:
Fixes #885.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.