-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Merged
topshot99
merged 27 commits into
Azure:users/vikas/fix/pipelinefix-nov2023
from
topshot99:users/vikas/fix/pipelinefix-nov2023
Nov 8, 2023
Merged
Disabling strict check for metadata counts in CosmosDiagnostics for flaky tests #27700
topshot99
merged 27 commits into
Azure:users/vikas/fix/pipelinefix-nov2023
from
topshot99:users/vikas/fix/pipelinefix-nov2023
Nov 8, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…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)
- update CHANGELOG
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
…rs/vikas/fix/pipelinefix-nov2023
topshot99
requested review from
witemple-msft,
deyaaeldeen and
ckairen
as code owners
November 8, 2023 10:49
topshot99
removed request for
AikoBB,
RoyHerrod,
nathpete-msft,
ronniegeraghty,
simorenoh,
quentinRobinson,
ckairen,
hectorhdzg,
gracewilcox,
LuChen-Microsoft,
JacksonWeber,
srnagar,
whisper6284,
jairmyree,
nisha-bhatia,
marche0133,
witemple-msft,
miguhern,
anujissarMS,
abkolant-MSFT,
maximrytych-ms,
ozgurcivi-msft,
shwali-msft,
minhanh-phan,
gfeitosa-msft,
allchiang-msft,
mjafferi-msft,
phermanov-msft and
ilyapaliakou-msft
November 8, 2023 11:23
topshot99
merged commit Nov 8, 2023
ffdd55e
into
Azure:users/vikas/fix/pipelinefix-nov2023
73 checks passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
App Configuration
Azure.ApplicationModel.Configuration
Azure.Core
Azure.Identity
Cognitive - Form Recognizer
Cognitive - Language
Cognitive - Metrics Advisor
Cognitive - Text Analytics
Communication - Alpha IDs
Communication - Chat
Communication - Common
Communication - Identity
Communication - Job Router
Communication - Network Traversal
Communication - Phone Numbers
Communication - Rooms
Communication - Short Codes
Communication - SMS
Cosmos
Digital Twins
Event Grid
Event Hubs
IoT
KeyVault
Monitor
Monitor, Monitor Ingestion, Monitor Query
OpenTelemetryInstrumentation
Schema Registry
Search
Service Bus
Storage
Storage Service (Queues, Blobs, Files)
Synapse
Tables
WebPubSub
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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