Conversation
️✔️AzureCLI-FullTest
|
|
Hi @bebound, |
️✔️AzureCLI-BreakingChangeTest
|
|
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>
|
There was a problem hiding this comment.
Pull Request Overview
This PR removes sensitive credentials from test recording files that were accidentally committed in previous pull requests. The changes sanitize API keys and shared secrets by replacing them with placeholder values.
- Replaces actual Azure Log Analytics workspace shared keys with sanitized placeholder "abc123"
- Updates HDInsight and Container App test recordings to remove exposed credentials
- Addresses security concerns by removing sensitive data from version control
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| test_hdinsight_azure_monitor_agent.yaml | Sanitized primarySharedKey and secondarySharedKey values in API response and request bodies |
| test_hdinsight_azure_monitor.yaml | Sanitized primarySharedKey and secondarySharedKey values in API response and request bodies |
| test_containerapp_up_source_with_dockerfile_e2e.yaml | Sanitized primarySharedKey and secondarySharedKey values in API response |
| test_containerapp_up_image_e2e.yaml | Sanitized primarySharedKey and secondarySharedKey values in API response |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Description
Remove credential in recording
The credentials were introduced by
az containerapp: Update Api-version to 2025-07-01 #32179Ref: https://dev.azure.com/azclitools/public/_build/results?buildId=278862&view=logs&j=9a50307c-53e6-51fa-ddad-d8767a4a0ece&t=51a28232-c495-58b8-0a15-8a556d230675