-
Notifications
You must be signed in to change notification settings - Fork 128
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
Update feature/websockets to match main. #3767
Merged
Merged
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
Co-authored-by: Ben Broderick Phillips <[email protected]>
Co-authored-by: Heath Stewart <[email protected]>
Co-authored-by: sima-zhu <[email protected]>
* Use the batch version of ValidateDocsMsPackagesFn * Use proper pipelining for GetPackageInfoJson function Co-authored-by: Patrick Hallisey <[email protected]>
* libcurl transport adapter * updates * Update LibcurlTransportAdapter.md * Update LibcurlTransportAdapter.md * Update doc/LibcurlTransportAdapter.md Co-authored-by: Jeffrey Richter <[email protected]> Co-authored-by: Jeffrey Richter <[email protected]>
Co-authored-by: Patrick Hallisey <[email protected]>
* Pin openssl to 1.1.1n * Updated vcpkg commit to one containing OpenSSL 1.1.1n * Fixed version number in vcpkg.json
* update log level * Update sdk/core/azure-core/CHANGELOG.md Co-authored-by: Ahson Khan <[email protected]> Co-authored-by: Ahson Khan <[email protected]>
* Add batch protocol layer
* Represent existing matrix in json * Use new matrix * Move to stage * Cloud configuration * MaxParallel * DependsOn * Quote CtestRegex * Use template for cmake generate tests * Template name mappings * Formatting, parameters * Remove duplicate bypass-local-dns.yml * Enable Location override * Add Location * Add spelling words * Use Ubuntu 20 where the name specifies Ubuntu 20 * Apply suggestions from code review Co-authored-by: Ben Broderick Phillips <[email protected]> * PR feedback * fix storage sample * Matrix documentation Co-authored-by: Ben Broderick Phillips <[email protected]> Co-authored-by: Victor Vazquez <[email protected]>
* bump consumed version of test proxy. update scripting to target the fully cross-platform image tag name. * update target version of the test-proxy to one that enforces http/1.1 Co-authored-by: scbedd <[email protected]>
* pin proxy version to one that properly sets listenoptions * update targeted test-proxy docker repo. "testproxy" -> "test-proxy" Co-authored-by: scbedd <[email protected]>
* Make docs.ms link relative link * Update Update-DocsMsMetadata.ps1 * Update eng/common/scripts/Update-DocsMsMetadata.ps1 Co-authored-by: Daniel Jurek <[email protected]> Co-authored-by: sima-zhu <[email protected]> Co-authored-by: Sima Zhu <[email protected]> Co-authored-by: Daniel Jurek <[email protected]>
Co-authored-by: sima-zhu <[email protected]>
* Add ClientCertificateCredential * Update unit test * cspell * Update Readme * Cosmetic fixes * Changelog to mention env cred update * Fix warning * cspell * Tell CI to install openssl * openssl for all Windows * update dependency manifest * Re-phrase changelog * Clang warnings * Clang warning * Clang warning - 2 * Ubuntu18 warning * Update sdk/identity/azure-identity/CHANGELOG.md Co-authored-by: Victor Vazquez <[email protected]> * PR feedback Co-authored-by: Anton Kolesnyk <[email protected]> Co-authored-by: Victor Vazquez <[email protected]>
* Change the direction of the commit date * Log on right place * remove auth * fix typo * Add auth token back * add delete back * Update eng/common/scripts/Delete-RemoteBranches.ps1 Co-authored-by: Wes Haggard <[email protected]> * Update Delete-RemoteBranches.ps1 * Update Delete-RemoteBranches.ps1 * Update Delete-RemoteBranches.ps1 * Update Delete-RemoteBranches.ps1 * Update Delete-RemoteBranches.ps1 Co-authored-by: sima-zhu <[email protected]> Co-authored-by: Sima Zhu <[email protected]> Co-authored-by: Wes Haggard <[email protected]>
…ll requests rather than creating a new one each time. (#3585) * Reuse the same session handle for all requests rather than creating a new one each time. * Move the session handle creation to the transport adapter ctor. * Update changelog entry. * Address PR feedback. * Change CreateSessionHandle to return a local session handle
…fied (#3607) Co-authored-by: Patrick Hallisey <[email protected]>
The MD5_Init/Update/Final functions are deprecated in OpenSSL 3.0 and result in a compile-time warning. Due to the default usage of -Werror during compilation, these warnings are treated as errors and prevent the SDK from being built on Ubuntu 22.04, which ships with OpenSSL by default. The deprecated APIs should be replaced by the EVP APIs, which are already in use for the SHA family of functions, and supported on all versions of OpenSSL.
* API Review Feedback for Attestation SDK * Updated changelog to reflect API Review updates
* Remove version pin for OpenSSL * Gratuitous change to trigger CI pipelines
…#3740) Co-authored-by: Mike Harder <[email protected]>
* ManagedIdentityCredential: Add support for AppServiceV2019 * Attempt to create 2019 before 2017 * Changelog update Co-authored-by: Anton Kolesnyk <[email protected]>
Co-authored-by: Chidozie Ononiwu <[email protected]>
Co-authored-by: Ben Broderick Phillips <[email protected]>
* one commit to rule them all * main merge * error * main merge * error * main merge * error * main merge * error * example of perf test * remove file * create certs and keys in post setup, use to run the test * PR comments
LarryOsterman
requested review from
danieljurek,
weshaggard,
benbp,
vinjiang,
katmsft,
Jinming-Hu,
antkmsft,
vhvb1989,
gearama,
RickWinter,
gkostal,
anilba06,
olkroshk,
schaabs and
ahsonkhan
as code owners
June 24, 2022 18:15
* Support local addons path override in stress test deployment * Support username based deployId in local stress deployment * Support WhatIf in stress infrastructure provision script * Simplify stress user detection Co-authored-by: Wes Haggard <[email protected]> * Run helm plugin add with helper * Add WhatIf support to ps module install helper function Co-authored-by: Ben Broderick Phillips <[email protected]> Co-authored-by: Wes Haggard <[email protected]>
Ping. There are no code changes, simply resyncing feature branch with main. |
gearama
approved these changes
Jun 27, 2022
ahsonkhan
approved these changes
Jun 27, 2022
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.
Pull Request Checklist
Please leverage this checklist as a reminder to address commonly occurring feedback when submitting a pull request to make sure your PR can be reviewed quickly:
See the detailed list in the contributing guide.