Skip to content

Conversation

zhiyuanliang-ms
Copy link
Member

Packages impacted by this PR

@azure/app-configuration

Issues associated with this PR

https://dev.azure.com/azure-sdk/internal/_build/results?buildId=5404744&view=logs&j=123e026e-235d-5e25-85c7-c02862642caa&t=cb96b3e6-6106-5d1b-9b45-a11f7486aeb2

Describe the problem that is addressed by this PR

What are the possible designs available to address the problem? If there are more than one possible design, why was the one in this PR chosen?

Are there test cases added in this PR? (If not, why?)

Provide a list of related PRs (if any)

Command used to generate this PR:**(Applicable only to SDK release request PRs)

Checklists

  • Added impacted package name to the issue description
  • Does this PR needs any fixes in the SDK Generator?** (If so, create an Issue in the Autorest/typescript repository and link it here)
  • Added a changelog (if necessary)

@Copilot Copilot AI review requested due to automatic review settings October 2, 2025 10:40
@github-actions github-actions bot added the App Configuration Azure.ApplicationModel.Configuration label Oct 2, 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 fixes a flaky test in the App Configuration package by removing a sanity check that was causing failures during live tests. The issue occurred when parallel tests were adding labels concurrently, causing the sanity check comparison to fail unexpectedly.

  • Commented out the sanity check code that compares labels from two different iteration methods
  • Added explanatory comment describing why the sanity check was removed

}

let labelsViaPageIterator: SettingLabel[] = [];
/*
Copy link
Preview

Copilot AI Oct 2, 2025

Choose a reason for hiding this comment

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

The comment should use proper TSDoc format with /** instead of /* for multi-line comments in TypeScript files.

Suggested change
/*
/**

Copilot uses AI. Check for mistakes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
App Configuration Azure.ApplicationModel.Configuration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant