-
Notifications
You must be signed in to change notification settings - Fork 44
docs(tests): npm/PowerShell wrappers, remove legacy shells (#562 4/4) #574
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: feature/562-pr3-ci-wiring
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The "Key Differences: Terraform vs Bicep Tests" table has two cells that still reference the deleted shell scripts: Suggested update:
|
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The "Environment Variables Reference" section contains an "Auto-Detected Variables" subsection header and lists
ARM_SUBSCRIPTION_IDandCUSTOM_LOCATIONS_OIDwith a fallback of "Script fails if not detected". The shell scripts that performed this auto-detection (run-deployment-tests.sh) are removed in this PR, and the npm deployment scripts (go-test:deploy:*) callgo testdirectly without any env-var detection. This directly contradicts the updated Setup section added by this PR ("SetARM_SUBSCRIPTION_IDbefore running deployment tests").Consider renaming the subsection from "Auto-Detected Variables" to "Required Variables" and updating the Fallback column to reflect that these must now be set manually.