{CognitiveService} Fix block issues for release tasks #32412
{CognitiveService} Fix block issues for release tasks #32412naga-nandyala merged 2 commits intodevfrom
Conversation
️✔️AzureCLI-FullTest
|
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
️✔️AzureCLI-BreakingChangeTest
|
|
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>
|
| "_justification": "[RDBMS] False positive" | ||
| }, | ||
| { | ||
| "file": [ |
There was a problem hiding this comment.
Please do some modifications, such as change the order of files
There was a problem hiding this comment.
Pull Request Overview
This PR fixes blocking issues for release tasks in the Cognitive Services module by updating file path references in test files and adding credential scan suppressions.
Key Changes:
- Updated test data path references from 'input_data/connections' to 'data' in test files
- Added credential scan suppressions for test YAML files containing authentication credentials
Reviewed Changes
Copilot reviewed 3 out of 42 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| test_project_connections.py | Updated INPUT_DATA_PATH to use simplified 'data' directory path |
| test_account_connections.py | Updated INPUT_DATA_PATH references (2 occurrences) to use simplified 'data' directory path |
| CredScanSuppressions.json | Added suppressions for test data files containing mock credentials |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Related command
Description
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.