-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Applying comments from API Review (#18662)
* Removing return response for Pause/Resume/Stop recording * Removing validations * Fixes after merge * Added downloadToFile operation * Added downloadToFile test * Updating API MD file * Fixing format auto * Renaming files * [KeyVault] - Move MHSM to resource group location (#18664) Moving the Managed HSM to the same location as our resource group now that the limits have been expanded. * Add default cloud configuration values to source (#18653) Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com> * simplify the commit history so that the patch can apply properly (#18665) Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com> * Updating name for header * [Event Hubs] Merge feature branch for buffered producer (#18590) * [event-hubs] EventHubsBufferedProducerClient skeleton (#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 (#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 (#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 (#18672) * [Event Hubs] Prepare release * remove empty sections * Node doesn't support some samples for smoke test (#18496) * 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 rlc quickstart guideline (#18503) * 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 * Running Rush update * Sync eng/common directory with azure-sdk-tools for PR 2265 (#18683) * 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> * Build and test predefined set of packages only in identity pipelines (#18686) * Build and test predefined set of packages only in identity pipelines * Fixing playback testing * Run rushx format Co-authored-by: Maor Leger <maorleger@users.noreply.github.com> Co-authored-by: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com> Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com> Co-authored-by: Deyaaeldeen Almahallawi <dealmaha@microsoft.com> Co-authored-by: chradek <51000525+chradek@users.noreply.github.com> Co-authored-by: Sarangan Rajamanickam <sarajama@microsoft.com> Co-authored-by: Will Temple <will@wtemple.net> Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com> Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com> Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com> Co-authored-by: praveenkuttappan <55455725+praveenkuttappan@users.noreply.github.com>
- Loading branch information
1 parent
0bd5ca9
commit 68337e8
Showing
77 changed files
with
3,256 additions
and
645 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"azConfigEndpointSuffix": ".azconfig.azure.cn", | ||
"azureAuthorityHost": "https://login.chinacloudapi.cn/", | ||
"cognitiveServicesEndpointSuffix": ".cognitiveservices.azure.cn", | ||
"containerRegistryEndpointSuffix": ".azurecr.cn", | ||
"cosmosEndpointSuffix": "cosmos.azure.cn", | ||
"enableStorageVersioning": false, | ||
"keyVaultDomainSuffix": ".vault.azure.cn", | ||
"keyVaultEndpointSuffix": ".vault.azure.cn", | ||
"keyVaultSku": "standard", | ||
"searchEndpointSuffix": "search.azure.cn", | ||
"serviceBusEndpointSuffix": ".servicebus.chinacloudapi.cn", | ||
"storageEndpointSuffix": "core.chinacloudapi.cn", | ||
"textAnalyticsSku": "S" | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"azureAuthorityHost": "https://login.microsoftonline.com/", | ||
"cognitiveServicesEndpointSuffix": ".cognitiveservices.azure.com", | ||
"communicationServicesEndpointSuffix": ".communication.azure.com", | ||
"keyVaultDomainSuffix": ".vault.azure.net", | ||
"keyVaultEndpointSuffix": ".vault.azure.net", | ||
"storageEndpointSuffix": "core.windows.net" | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"azConfigEndpointSuffix": ".azconfig.azure.us", | ||
"azureAuthorityHost": "https://login.microsoftonline.us/", | ||
"cognitiveServicesEndpointSuffix": ".cognitiveservices.azure.us", | ||
"containerRegistryEndpointSuffix": ".azurecr.us", | ||
"cosmosEndpointSuffix": "cosmos.azure.us", | ||
"enableStorageVersioning": false, | ||
"formRecognizerLocation": "usgovvirginia", | ||
"keyVaultDomainSuffix": ".vault.usgovcloudapi.net", | ||
"keyVaultEndpointSuffix": ".vault.usgovcloudapi.net", | ||
"keyVaultSku": "premium", | ||
"searchEndpointSuffix": "search.azure.us", | ||
"serviceBusEndpointSuffix": ".servicebus.usgovcloudapi.net", | ||
"storageEndpointSuffix": "core.usgovcloudapi.net" | ||
} |
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
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
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
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
26 changes: 26 additions & 0 deletions
26
...ication-calling-server/recordings/browsers/download_content/recording_downloadtofile.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
120 changes: 120 additions & 0 deletions
120
...all_live_test_recording_operations/recording_start_recording_with_relative_url_fails.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
24 changes: 24 additions & 0 deletions
24
...communication-calling-server/recordings/node/download_content/recording_downloadtofile.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.