-
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
Fixing naming for Download returning methods. #18703
Merged
zihzhan-msft
merged 17 commits into
Azure:feature/communication-CallingServer-preview
from
cochi2:feature/communication-CallingServer-preview
Nov 16, 2021
Merged
Fixing naming for Download returning methods. #18703
zihzhan-msft
merged 17 commits into
Azure:feature/communication-CallingServer-preview
from
cochi2:feature/communication-CallingServer-preview
Nov 16, 2021
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
Moving the Managed HSM to the same location as our resource group now that the limits have been expanded.
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
…re#18665) Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com>
* [event-hubs] EventHubsBufferedProducerClient skeleton (Azure#17761) * temp transfer * [event-hubs] initial EventHubBufferedProducerClient skeleton * Change default value of BufferedCloseOptions.flush to true instead of false * Reorder doc comment content for EventHubBufferedProducerClient * remove eslint exception for @azure/azure-sdk/ts-naming-options in EventHubBufferedProducerClientOptions * add enqueueEvent (singular) method * update API view * [WIP][event-hubs] EventHubBufferedProducerClient implementation (Azure#18106) * transfer * [mock-hub] fix issue where calling stop() would not remove existing idle connection timeout watchers * [event-hubs] reduce repetition in hubruntime.spec.ts tests * Add support for flush,eventSuccess and eventError handlers, and backpressure to EventHubBufferedProducerClient * add documentation and update API to align with .NET * [Buffered Event Hubs Producer] Implements Parition Key to Partition ID mapping (Azure#18331) * [Buffered Event Hubs Producer] Implements Parition Key to Partition ID mapping * fix the implementation * factor out the hashing logic * remove unused import * the test pass but the implementation needs to be simplified * simplified implementation * address feedback * address feedback * fix format * address feedback Co-authored-by: chradek <51000525+chradek@users.noreply.github.com>
* [Event Hubs] Prepare release * remove empty sections
* Node doesn't support some samples for smoke test * [search-documents] reprocessed samples with exp. generator Co-authored-by: Will Temple <will@wtemple.net>
* add llc quickstart guideline * update format * add documentation about ci.yml * update to resolve some comments * update to resolve some comments * update to resolve comments * updates term * update format * update format
* Improve devops logging for link checker * Update eng/common/scripts/Verify-Links.ps1 Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com> Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
…zure#18686) * Build and test predefined set of packages only in identity pipelines
…erver-preview' into feature/communication-CallingServer-preview
…erver-preview' into feature/communication-CallingServer-preview
…erver-preview' into feature/communication-CallingServer-preview
cochi2
requested review from
bterlson,
jeremymeng,
ramya-rao-a and
xirzec
as code owners
November 16, 2021 17:32
zihzhan-msft
approved these changes
Nov 16, 2021
zihzhan-msft
merged commit Nov 16, 2021
85893a8
into
Azure:feature/communication-CallingServer-preview
azure-sdk
pushed a commit
to azure-sdk/azure-sdk-for-js
that referenced
this pull request
Apr 20, 2022
Allow non-Latin characters in Experiment name (Azure#18703) https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/resource-api-reference.md#arguments-for-crud-on-resource
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixing some naming, and removing raw
_response
from download responses.