Skip to content
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

Sync eng/common directory with azure-sdk-tools for PR 10099 #40169

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

azure-sdk
Copy link
Collaborator

Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#10099 See eng/common workflow

@azure-sdk azure-sdk requested review from Copilot and benbp March 20, 2025 22:31
@azure-sdk azure-sdk requested a review from a team as a code owner March 20, 2025 22:31
@azure-sdk azure-sdk added EngSys This issue is impacting the engineering system. Central-EngSys This issue is owned by the Engineering System team. labels Mar 20, 2025
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR syncs the eng/common directory with the azure-sdk-tools repository for PR #10099, updating the deployment resource configuration.

  • Added the SelfContainedPostScript parameter to pass PersistOidcToken to the deployment script.
  • Introduced a conditional task that refreshes the token when PersistOidcToken is true to handle long-running ARM deployments.
Files not reviewed (1)
  • eng/common/TestResources/New-TestResources.ps1: Language not supported

condition: ne($(SELF_CONTAINED_TEST_RESOURCES_POST_SCRIPT), '')
env:
ARM_OIDC_TOKEN: $(ARM_OIDC_TOKEN)
${{ insert }}: ${{ parameters.EnvVars }}
Copy link
Preview

Copilot AI Mar 20, 2025

Choose a reason for hiding this comment

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

The key '${{ insert }}' in the environment block appears to be a placeholder. Consider replacing it with the intended environment variable name.

Suggested change
${{ insert }}: ${{ parameters.EnvVars }}
ENV_VARS: ${{ parameters.EnvVars }}

Copilot is powered by AI, so mistakes are possible. Review output carefully before use.

Positive Feedback
Negative Feedback

Provide additional feedback

Please help us improve GitHub Copilot by sharing more details about this comment.

Please select one or more of the options
@azure-sdk azure-sdk force-pushed the sync-eng/common-benbp/post-script-separate-10099 branch 2 times, most recently from 79a22c4 to d8f4f8a Compare March 21, 2025 21:19
@azure-sdk azure-sdk force-pushed the sync-eng/common-benbp/post-script-separate-10099 branch from d8f4f8a to 572b3ce Compare March 21, 2025 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Central-EngSys This issue is owned by the Engineering System team. EngSys This issue is impacting the engineering system.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants