Skip to content

Commit b69d9e8

Browse files
{CognitiveService} Fix block issues for release tasks (#32412)
Co-authored-by: kai ru <[email protected]>
1 parent 6dcb802 commit b69d9e8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+15
-3
lines changed

scripts/ci/credscan/CredScanSuppressions.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -659,6 +659,18 @@
659659
"src\\azure-cli\\azure\\cli\\command_modules\\rdbms\\flexible_server_custom_postgres.py"
660660
],
661661
"_justification": "[RDBMS] False positive"
662+
},
663+
{
664+
"file": [
665+
"src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/data/azure_postgres_db_user_pwd.yaml",
666+
"src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/data/azure_my_sql_db_user_pwd.yaml",
667+
"src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/data/azure_sql_db_user_pwd.yaml",
668+
"src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/data/azure_synapse_analytics_user_pwd.yaml",
669+
"src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/data/container_registry_user_pass.yaml",
670+
"src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/data/python_feed_user_pass.yaml",
671+
"src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/data/snowflake_user_pwd.yaml"
672+
],
673+
"_justification": "[cognitiveservices] request password for testing"
662674
}
663675
]
664676
}

src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/ai_services_with_entra.yaml renamed to src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/data/ai_services_with_entra.yaml

File renamed without changes.

src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/ai_services_with_key.yaml renamed to src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/data/ai_services_with_key.yaml

File renamed without changes.

src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/alds_gen2_entra.yaml renamed to src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/data/alds_gen2_entra.yaml

File renamed without changes.

src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/alds_gen2_sp.yaml renamed to src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/data/alds_gen2_sp.yaml

File renamed without changes.

src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/api_key_conn.yaml renamed to src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/data/api_key_conn.yaml

File renamed without changes.

src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/azure_cosmosdb_apikey.yaml renamed to src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/data/azure_cosmosdb_apikey.yaml

File renamed without changes.

src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/azure_my_sql_db_user_pwd.yaml renamed to src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/data/azure_my_sql_db_user_pwd.yaml

File renamed without changes.

src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/azure_open_ai_api.yaml renamed to src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/data/azure_open_ai_api.yaml

File renamed without changes.

src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/input_data/connections/azure_open_ai_entra.yaml renamed to src/azure-cli/azure/cli/command_modules/cognitiveservices/tests/latest/data/azure_open_ai_entra.yaml

File renamed without changes.

0 commit comments

Comments
 (0)