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

Disabling strict check for metadata counts in CosmosDiagnostics for flaky tests #27700

Conversation

topshot99
Copy link
Member

Packages impacted by this PR

Issues associated with this PR

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)

jeremymeng and others added 27 commits November 2, 2023 17:14
…zure#27631)

Adding the missing export for KeyCredential for ts http runtime lib
The link to the code sample was missing
### Packages impacted by this PR

dev-tool

### Issues associated with this PR

This change adds support for customizing interface call signatures. It
also fixes an issue with the property removal functionality.

### 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](https://github.com/Azure/autorest.typescript)
repository and link it here)_
- [ ] Added a changelog (if necessary)
This is an automatic PR generated weekly with changes from running the
command rush update --full
I bumped into this issue when I was running `rush update` on a
clean-slate Windows.
…onal (Azure#27661)

### Packages impacted by this PR
@azure/identity
to maintain back compatibility.

Related issue Azure#27618

Previously `import * as serviceBus from @azure/service-bus` is working
but broken after upgrading to rollup v3.

The rollup migration guide suggested `esModule: true`

More details:
- https://rollupjs.org/migration/#changed-defaults
- https://rollupjs.org/configuration-options/#output-esmodule
### Packages impacted by this PR
@azure/event-hubs

### Issues associated with this PR
Azure#27253

### Describe the problem that is addressed by this PR

Azure#27253 (comment)

### 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?)_
To be tested using stress testing framework.

UPDATE: The results are in and it is confirmed there is no more space
leak!

### Provide a list of related PRs _(if any)_
Azure#26065

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

### Checklists
- [x] 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](https://github.com/Azure/autorest.typescript)
repository and link it here)_
- [x] Added a changelog (if necessary)
Post release automated changes for azure-event-hubs
Post release automated changes for azure-core-amqp
Sync eng/common directory with azure-sdk-tools for PR
Azure/azure-sdk-tools#7251 See [eng/common
workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow)

---------

Co-authored-by: James Suplizio <jasupliz@microsoft.com>
Post release automated changes for azure-service-bus
### Describe the problem that is addressed by this PR

Adding self as a Core code owner so I can get review notifications for
Core
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment