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

[load-testing] upgrade dependency @azure/abort-controller to ^2.1.2 #29806

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jeremymeng
Copy link
Contributor

@jeremymeng jeremymeng commented May 24, 2024

  • fix compilation errors.
  • fix v1-beta samples targeting version
  • update tests

- fix compilation errors.
- fix v1-beta samples targeting version
- update tests
@github-actions github-actions bot added the Mgmt This issue is related to a management-plane library. label May 24, 2024
@@ -19,7 +18,7 @@ describe("Test Creation", () => {

beforeEach(async function (this: Context) {
recorder = await createRecorder(this);
if (!isNode || isPlaybackMode()) {
if (!isNodeLike || isPlaybackMode()) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

not sure why playback testing is skipped.

@azure-sdk
Copy link
Collaborator

API change check

API changes are not detected in this pull request.

@jeremymeng
Copy link
Contributor Author

@kazrael2119 please help review. thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Mgmt This issue is related to a management-plane library.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants