Open
Conversation
…ations - Updated environment variable names in main.json and main.parameters.json to follow a consistent naming convention (e.g., AZURE_ENV_GPT_MODEL_NAME, AZURE_SQLDB_DATABASE). - Modified scripts to support both new and legacy environment variable names for backward compatibility. - Adjusted Docker build scripts to use the new environment variable names. - Updated Python scripts to reference the new environment variable names for Azure SQL and OpenAI configurations. - Ensured all relevant documentation and sample files reflect the new naming conventions.
…d improve error messaging in OpenAI client initialization
…ate environment variables for improved deployment notifications
…859 and simplify notification conditions
…ification conditions for scheduled events
…low) Python dependency updates: - aiohttp 3.13.3 -> 3.13.4 (fixes 10 alerts: SSRF, DoS, CRLF injection, header issues) - requests 2.32.5 -> 2.33.0 in 3 manifests (fixes insecure temp file reuse) npm dependency updates: - lodash-es ^4.17.21 -> ^4.18.0 (fixes prototype pollution, code injection) - lodash transitive dep updated via npm audit fix - Added overrides for brace-expansion 1.1.13 (DoS fix) and path-to-regexp 0.1.13 (ReDoS fix) Resolves Dependabot alerts: #84-#108 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Update types-requests from 2.32.4.20260107 to 2.33.0.20260408 to match the requests==2.33.0 runtime version and prevent type stub drift. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
fix: resolve all Dependabot security alerts (critical, high, medium, …
chore: main to dev downmerge
…b repository and run ID
fix: Update RUN_URL references
refactor: remove unused axios dependency
fix: code quality findings fixes and refactor SqlConversationRepository to use ODBC for database connection
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
This pull request updates several GitHub Actions workflow files to standardize environment variable names, improve parameter validation, and refine workflow triggers. The main focus is on renaming variables (especially use case and resource IDs), updating input/output mappings, and tightening workflow execution to relevant file changes. These changes enhance consistency, maintainability, and reduce the risk of misconfiguration across deployment workflows.
Variable Renaming and Standardization
AZURE_ENV_USE_CASEwithUSE_CASEacross all workflows and their input/output mappings to unify naming conventions. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11]AZURE_ENV_LOG_ANALYTICS_WORKSPACE_ID→AZURE_ENV_EXISTING_LOG_ANALYTICS_WORKSPACE_RIDandAZURE_EXISTING_AI_PROJECT_RESOURCE_ID→AZURE_EXISTING_AIPROJECT_RESOURCE_ID, updating all related validation, input, and output logic. [1] [2] [3] [4] [5] [6] [7] [8]Workflow Trigger and Path Improvements
Job and Step Adjustments
azd env setcommands to reflect the new standardized names and improve clarity (e.g.,AZURE_ENV_AI_SERVICE_LOCATION,AZURE_ENV_GPT_MODEL_CAPACITY,AZURE_ENV_IMAGE_TAG). [1] [2]Workflow Logic and Notification Handling
Validation Logic Updates
These changes collectively improve the reliability and maintainability of the deployment workflows by enforcing consistent variable naming, better input validation, and more targeted workflow execution.
Does this introduce a breaking change?
Golden Path Validation
Deployment Validation