Apply PRs #81, #85, and #91 to cosmos-native branch #95
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.
Overview
This PR directly applies changes from PRs #81, #85, and #91 to the
cosmos-nativebranch.Problem
The issue requested applying three merged PRs to the cosmos-native branch:
Solution
This PR applies all changes directly to the cosmos-native branch. The cosmos-native-start branch will be handled separately.
Changes Applied
PR #81: GitHub Actions Unit Tests
Adds automated testing infrastructure:
.github/workflows/unit-tests.yml- Workflow for package restore, build, Bicep validation, and code quality checks.github/UNIT_TESTS.md- Documentation for the unit testsPR #85: OpenAI GlobalStandard SKU & Owner Tagging
Upgrades infrastructure configuration:
infra/app/ai.bicep- Changes OpenAI SKU from "Standard" to "GlobalStandard"infra/core/ai/cognitive-services/deployment.bicep- Updates default SKU to "GlobalStandard"infra/azd-hooks/preprovision.ps1- Adds owner UPN retrieval (PowerShell)infra/azd-hooks/preprovision.sh- Adds owner UPN retrieval (Bash)infra/main.bicep- Adds ownerUpn parameter and updates tagsinfra/main.parameters.json- Adds OWNER_UPN parameter mappinginfra/main.test.bicep- Updates test configurationPR #91: Product Catalog Data Location
Updates data source:
infra/main.bicep- Changes productDataSourceUri from Azure Blob Storage to GitHub raw contentVerification
✅ All changes have been verified:
Fixes #94
Original prompt
Fixes #94
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.