Skip to content

fix: Add posix in pre-deployment hook in azure.yaml - #66

Open
chaudhariniraj wants to merge 1 commit into
microsoft:devfrom
chaudhariniraj:dev
Open

fix: Add posix in pre-deployment hook in azure.yaml#66
chaudhariniraj wants to merge 1 commit into
microsoft:devfrom
chaudhariniraj:dev

Conversation

@chaudhariniraj

Copy link
Copy Markdown

Purpose

Add posix in pre-deployment hook in azure.yaml

Does this introduce a breaking change?

  • Yes
  • No

How to Test

  • Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
  • Test the code

What to Check

Verify that the following are valid

  • ...

Other Information

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a POSIX (sh) variant of the preprovision banner hook in azure.yaml to display deployment guidance outside of PowerShell contexts.

Changes:

  • Added an additional preprovision hook using shell: sh to print the same deployment-log guidance message shown in the existing PowerShell banner.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread azure.yaml
Comment on lines +25 to +34
- shell: sh
run: |
echo ""
echo " ---------------------------------------------------------------------------------------------------"
echo " Note: If deployment fails or you encounter an issue, please open an issue with the deployment logs."
echo " https://github.com/microsoft/Data-and-Agent-Governance-and-Security-Accelerator/issues"
echo " ---------------------------------------------------------------------------------------------------"
echo ""
interactive: true
continueOnError: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants