-
Notifications
You must be signed in to change notification settings - Fork 150
Update feature/websockets to match main. (#3767) #3795
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
Closed
Closed
Conversation
This file contains hidden or 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
* Support BaseName overrides in CI mode for New-TestResources.ps1 (#3559) Co-authored-by: Ben Broderick Phillips <[email protected]> * Do not pass Generated to -BaseName (#3562) Co-authored-by: Heath Stewart <[email protected]> * Sort by service name first (#3570) Co-authored-by: sima-zhu <[email protected]> * Initialize the suppression file. (#3569) * Sync eng/common directory with azure-sdk-tools for PR 3169 (#3572) * Use the batch version of ValidateDocsMsPackagesFn * Use proper pipelining for GetPackageInfoJson function Co-authored-by: Patrick Hallisey <[email protected]> * [Tech Docs] Libcurl transport adapter (#3484) * 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]> * Skip azcopy download if it already exists (#3576) Co-authored-by: Patrick Hallisey <[email protected]> * Pin openssl to 1.1.1n (#3575) * Pin openssl to 1.1.1n * Updated vcpkg commit to one containing OpenSSL 1.1.1n * Fixed version number in vcpkg.json * Fix typo (#3583) * update curl transport options to support ignore proxy from system (#3564) * update curl transport options to support ignore proxy from system * update changelog * bug fix for cl * update log level from Retry policy (#3586) * 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 (#3580) * Add batch protocol layer * some small fixes on Storage cmakefiles (#3588) * Migrate to matrix generator (#3553) * 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]> * Sync eng/common directory with azure-sdk-tools for PR 3212 (#3587) * 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]> * Sync eng/common directory with azure-sdk-tools for PR 3238 (#3590) * pin proxy version to one that properly sets listenoptions * update targeted test-proxy docker repo. "testproxy" -> "test-proxy" Co-authored-by: scbedd <[email protected]> * Sync eng/common directory with azure-sdk-tools for PR 3221 (#3591) * 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]> * Remove the daily branch before date (#3593) Co-authored-by: sima-zhu <[email protected]> * Add ClientCertificateCredential (#3578) * 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]> * Sync eng/common directory with azure-sdk-tools for PR 3250 (#3595) * 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]> * Create a session handle once in the transport ctor and reuse it for all 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 * Fix-up the changelog entry link for the curtransportoption bug fix (#3598) * Remove extra period at ends of exception messages in winhttp transport (#3601) * fix cmake in storage (#3604) * Reword the curl proxy fix changelog entry. (#3606) * Add Emma Zhu as code owner (#3605) * Short circuit out of msdocs publish if no package locations are specified (#3607) Co-authored-by: Patrick Hallisey <[email protected]> * sdk/core: Reimplement Md5OpenSSL using EVP API (#3609) 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 (#3543) * API Review Feedback for Attestation SDK * Updated changelog to reflect API Review updates * Remove version pin for OpenSSL (#3610) * Remove version pin for OpenSSL * Gratuitous change to trigger CI pipelines * Update the version tool to the latest (#3616) Co-authored-by: sima-zhu <[email protected]> * Get rid of warnings in nullable.hpp (#3617) * cl (#3613) * Update pipeline-generator version (#3623) Co-authored-by: Patrick Hallisey <[email protected]> * Prepare Attestation SDK for May Release. (#3625) * Prepare attestation for May release * Removed some noise from changelog * Increment package version after release of azure-core (#3624) * Update CODEOWNERS (#3628) * Fix identity samples running in CI (#3632) * azure identity may 2022 release (#3615) * Increment package version after release of azure-identity (#3637) * Removed uwp-x86 from platform matrix. (#3629) * Increment package version after release of azure-security-attestation (#3636) * Update readme for -pre and -post TestResource scripts (#3645) Co-authored-by: Christopher Scott <[email protected]> * Fixed a bug where text of XML element cannot be empty. (#3643) * String parsing improvements to service directory resource names (#3644) Co-authored-by: Ben Broderick Phillips <[email protected]> * Adding Acknowledgments (#3611) * cl * Update sdk/core/azure-core/CHANGELOG.md Co-authored-by: Ahson Khan <[email protected]> * cspell Co-authored-by: Ahson Khan <[email protected]> * Add skip variable for remove test resources to support debugging (#3648) Co-authored-by: Ben Broderick Phillips <[email protected]> * Storage Blob Stg78 Features (#3650) * Clean up target_include_directories() (#3641) Co-authored-by: Anton Kolesnyk <[email protected]> * Update all-inclusive headers, and CMakeFiles for including all headers (#3640) * Remove (#3657) oexcept specifier from Context::IsCancelled() Co-authored-by: Anton Kolesnyk <[email protected]> * Add Language product slug (#3665) Co-authored-by: Deyaaeldeen Almahallawi <[email protected]> * Sync eng/common directory with azure-sdk-tools for PR 3342 (#3664) * Delete PR and branch which central PR is closed * more logging changes * resume the delete operations. * Change the pr link directly * fix the regex * Refactor on regex name * change the function to inline logic * change typo * delete on branch * make changes on comments * add commnets * Update eng/common/scripts/Delete-RemoteBranches.ps1 Co-authored-by: Wes Haggard <[email protected]> * Update eng/common/scripts/Delete-RemoteBranches.ps1 Co-authored-by: Wes Haggard <[email protected]> * Update eng/common/scripts/Delete-RemoteBranches.ps1 Co-authored-by: Wes Haggard <[email protected]> * Update eng/common/scripts/Delete-RemoteBranches.ps1 Co-authored-by: Wes Haggard <[email protected]> Co-authored-by: sima-zhu <[email protected]> Co-authored-by: Sima Zhu <[email protected]> Co-authored-by: Wes Haggard <[email protected]> * Split out attestation client factory into separate class (#3654) * Split out attestation client factory into separate class * Updated readme; clang-format * Final set of API review changes * Replaced () constructors with {} constructors * Initial implementation of OpenTelemetry APIs. (#3561) * Start of tracing prototype * Created initial implementation of azure-core-opentelemetry package * New version of enabling MSVCRT Lib for static configs * Attempt to add OpenTelemetry tests to build * Take a dependency on OpenTelemetry version 1.3 * Added service API level tracing support * API Review feedback * storage unittest fix and improvement (#3667) * Sync eng/common directory with azure-sdk-tools for PR 3362 (#3676) * spell-check skippable by commit * suceededOrFailed -> succeededOrFailed Co-authored-by: scbedd <[email protected]> * Sync eng/common directory with azure-sdk-tools for PR 3378 (#3679) * Create json package property parent directory * Fix the issue in script Co-authored-by: praveenkuttappan <[email protected]> * Vcpkg sample (#3670) * one commit to rule them all * main merge * error * all smoke * typo * 120 minutes * timeout param missing on job * actual url * Update samples/integration/vcpkg-all-smoke/src/main.cpp Co-authored-by: Larry Osterman <[email protected]> * actual creds Co-authored-by: Larry Osterman <[email protected]> * Complete the initial implementation of OpenTelemetry (#3677) * Added telemetry support for HTTP pipeline elements * Finish OpenTelemetry implementation * clang-format and added doxygen comments * Creadscan skips (#3671) * one commit to rule them all * main merge * error * add recordings for cred scan skipping * certificates added * remove dupe * cspell * Moved attestation factory back to static method on attestation class … (#3682) * Moved attestation factory back to static method on attestation class and return a concrete type not a pointer * Fixed factory in readme file * OpenTelemetry API Review Feedback (#3687) * OpenTelemetry API Review Feedback * Attestation 1.0.0 GA Release (#3693) * Prepare attestation for release * removed references to RetrieveResponseValidationCollateral from docs * Added C++ SDK team as owners of attestation SDK * Added Ahmad from attestation team to attestation owners * Removed dead API; switched attestation back to beta-3 * Disable detached head warnings on sparse checkout to commit (#3680) Co-authored-by: Ben Broderick Phillips <[email protected]> * Remove samples with docker.io (#3621) * remove samples using docker.io * removing docker files * remove project * Fix issue where matrix replace was not using imported display names (#3694) Co-authored-by: Ben Broderick Phillips <[email protected]> * Additional OpenTelemetry Feedback... (#3691) * OpenTelemetry API Review Feedback * Returns std::unique_ptr<DiagnosticTracingFactory instead of raw pointer * Late breaking pull request feedback * Renamed clientContext parameter to CreateSpan * Renamed ContextAndSpanFactory to TracingContextFactory and CreateSpan to CreateTracingContext. * Added ability to create instance with pointer (#3698) * Added ability to create instance with pointer * Pull request feedback * Core 1.7.0-beta.1 Release (#3684) Co-authored-by: Anton Kolesnyk <[email protected]> * Increment package version after release of azure-core (#3699) * Format vcpkg.json (#3701) Co-authored-by: Anton Kolesnyk <[email protected]> * Update README to list all the vcpkgs (#3704) Co-authored-by: Anton Kolesnyk <[email protected]> * Removed version>= fields for openssl in vcpkg.json files (#3705) * Tab vcpkg publishing condition in to apply to the task (#3709) * Storage June Release (#3686) * Override live test location default to westus (#3696) * Changelog updates for secrets and certificates (#3714) * Changelog updates for secrets and certificates * Update package versions * Removed empty sections in changelog (#3718) * Identity 1.3.0 Release (#3685) Co-authored-by: Anton Kolesnyk <[email protected]> * OpenTelemetry vcpkg fixes (#3716) * OpenTelemetry vcpkg fixes * Update ci.yml * Drop version >= from project-level vcpkg * find_package only supports numeric versions * include(AzureBuildTargetForCI) * Do not build as Windows/UWP DLL * Docs and package dependencies * Update condition * Move condition down * Move more under condition * Rephrase condition * Try hack for CI that won't affect vcpkg Co-authored-by: Anton Kolesnyk <[email protected]> * Increment package version after release of azure-identity (#3721) * Increment version for storage releases (#3713) * Increment package version after release of azure-storage-common * Increment package version after release of azure-storage-blobs * [EngSys] Get Vcpkg automatically (#3614) * get vcpkg automatically * Updated changelog (#3726) * Increment package version after release of azure-core-tracing-opentelemetry (#3727) * Increment package version after release of azure-security-attestation (#3717) * Increment package version after release of azure-security-attestation (#3720) * Enable Distributed Tracing for Attestation SDK client. (#3706) * Implement tracing for Attestation and Template services * Pipeline no longer requires service name if opting into distributed tracing; enable tracing in attestation service * Generate user-agent header from request activity policy * Added test to catch the redacted header regression * Updated documentation to reflect API surface changes * Make sample service an object library (#3728) Co-authored-by: Anton Kolesnyk <[email protected]> * Include �pi-version to default list of unredacted query params for logging (#3730) Co-authored-by: Anton Kolesnyk <[email protected]> * Sync eng/common directory with azure-sdk-tools for PR 3433 (#3731) * add condition * divide line Co-authored-by: Mariana Rios Flores <[email protected]> * Sync eng/common directory with azure-sdk-tools for PR 3267 (#3655) * Use seperate scripts * address comments. * do compare and update * save on the service level readme * have the helper for reuse function * remove mgmt table * changes * fix * no return on error * return if no contents * Address comments * change the table * address wes comments. * address wes comments. * address more comments. Co-authored-by: sima-zhu <[email protected]> * Sync eng/common directory with azure-sdk-tools for PR 3386 (#3733) * Update the order of remarks and examples to align with docs.ms * change all occurance * Update class.tmpl.partial Co-authored-by: sizhu <[email protected]> Co-authored-by: Sima Zhu <[email protected]> * ensure conditions all work properly in the case of a previous error (#3732) Co-authored-by: Scott Beddall <[email protected]> * InputSanitizer: rename to HttpSanitizer, remove static member (#3736) * InputSanitizer => HttpSanitizer, remove static * Update cpp * Clang format Co-authored-by: Anton Kolesnyk <[email protected]> * Increment version for keyvault releases (#3719) * Increment package version after release of azure-security-keyvault-certificates * Increment package version after release of azure-security-keyvault-secrets * Update DistributedTracing.md (#3715) Fix typo * ApiView command line generation script (#3711) * ApiView command line generation script * Strongly typed parameters Co-authored-by: Ben Broderick Phillips <[email protected]> Co-authored-by: Anton Kolesnyk <[email protected]> Co-authored-by: Ben Broderick Phillips <[email protected]> * Add missing license header to http_sanitizer source file (#3739) * Add ResourceType parameter - Selects live test or perf test resources (#3740) Co-authored-by: Mike Harder <[email protected]> * Update identity codeowners (#3744) * ManagedIdentityCredential: Add support for AppServiceV2019 (#3734) * ManagedIdentityCredential: Add support for AppServiceV2019 * Attempt to create 2019 before 2017 * Changelog update Co-authored-by: Anton Kolesnyk <[email protected]> * Fix Bug in Resource Ref Verifier (#3758) Co-authored-by: Chidozie Ononiwu <[email protected]> * Use westus as default region in test resource deployments (#3759) Co-authored-by: Ben Broderick Phillips <[email protected]> * Perf test for certs (#3729) * 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 * Revert "Override live test location default to westus (#3696)" (#3761) This reverts commit d419260. * Sync eng/common directory with azure-sdk-tools for PR 3481 (#3764) * 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]> * Fixed typo in LibcurlTransportAdapter.md (#3768) Co-authored-by: Azure SDK Bot <[email protected]> Co-authored-by: Ben Broderick Phillips <[email protected]> Co-authored-by: Heath Stewart <[email protected]> Co-authored-by: sima-zhu <[email protected]> Co-authored-by: Sima Zhu <[email protected]> Co-authored-by: Patrick Hallisey <[email protected]> Co-authored-by: Victor Vazquez <[email protected]> Co-authored-by: Jeffrey Richter <[email protected]> Co-authored-by: Rick Winter <[email protected]> Co-authored-by: Ahson Khan <[email protected]> Co-authored-by: JinmingHu <[email protected]> Co-authored-by: Daniel Jurek <[email protected]> Co-authored-by: Ben Broderick Phillips <[email protected]> Co-authored-by: Victor Vazquez <[email protected]> Co-authored-by: scbedd <[email protected]> Co-authored-by: Anton Kolesnyk <[email protected]> Co-authored-by: Anton Kolesnyk <[email protected]> Co-authored-by: Wes Haggard <[email protected]> Co-authored-by: Ahson Khan <[email protected]> Co-authored-by: Jeremi Piotrowski <[email protected]> Co-authored-by: Christopher Scott <[email protected]> Co-authored-by: Deyaaeldeen Almahallawi <[email protected]> Co-authored-by: praveenkuttappan <[email protected]> Co-authored-by: George Arama <[email protected]> Co-authored-by: Mariana Rios Flores <[email protected]> Co-authored-by: Scott Beddall <[email protected]> Co-authored-by: Mike Harder <[email protected]> Co-authored-by: Chidozie Ononiwu <[email protected]>
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.
Co-authored-by: Ben Broderick Phillips [email protected]
Co-authored-by: Heath Stewart [email protected]
Co-authored-by: sima-zhu [email protected]
Initialize the suppression file. (Initialize the suppression file. #3569)
Sync eng/common directory with azure-sdk-tools for PR 3169 (Sync eng/common directory with azure-sdk-tools for PR 3169 #3572)
Use the batch version of ValidateDocsMsPackagesFn
Use proper pipelining for GetPackageInfoJson function
Co-authored-by: Patrick Hallisey [email protected]
[Tech Docs] Libcurl transport adapter ([Tech Docs] Libcurl transport adapter #3484)
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 (Pin openssl to 1.1.1n #3575)
Pin openssl to 1.1.1n
Updated vcpkg commit to one containing OpenSSL 1.1.1n
Fixed version number in vcpkg.json
Fix typo (Fix typo in win http source: tcp_false_start -> tls_false_start #3583)
update curl transport options to support ignore proxy from system (update curl transport options to support ignore proxy from system #3564)
update curl transport options to support ignore proxy from system
update changelog
bug fix for cl
update log level from Retry policy (update log level from Retry policy #3586)
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 (Add batch protocol layer #3580)
Add batch protocol layer
some small fixes on Storage cmakefiles (some small fixes on Storage cmakefiles #3588)
Migrate to matrix generator (Migrate to matrix generator #3553)
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]
Co-authored-by: Ben Broderick Phillips [email protected]
Co-authored-by: Victor Vazquez [email protected]
Sync eng/common directory with azure-sdk-tools for PR 3212 (Sync eng/common directory with azure-sdk-tools for PR 3212 #3587)
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]
Sync eng/common directory with azure-sdk-tools for PR 3238 (Sync eng/common directory with azure-sdk-tools for PR 3238 #3590)
pin proxy version to one that properly sets listenoptions
update targeted test-proxy docker repo. "testproxy" -> "test-proxy"
Co-authored-by: scbedd [email protected]
Sync eng/common directory with azure-sdk-tools for PR 3221 (Sync eng/common directory with azure-sdk-tools for PR 3221 #3591)
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 (Add ClientCertificateCredential #3578)
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]
Co-authored-by: Anton Kolesnyk [email protected]
Co-authored-by: Victor Vazquez [email protected]
Sync eng/common directory with azure-sdk-tools for PR 3250 (Sync eng/common directory with azure-sdk-tools for PR 3250 #3595)
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]
Create a session handle once in the transport ctor and reuse it for all requests rather than creating a new one each time. (Create a session handle once in the transport ctor and reuse it for all 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
Fix-up the changelog entry link for the curtransportoption bug fix (Fix-up the changelog entry link for the curtransportoption bug fix #3598)
Remove extra period at ends of exception messages in winhttp transport (Remove extra period at ends of exception messages in winhttp transport #3601)
fix cmake in storage (fix cmake in storage #3604)
Reword the curl proxy fix changelog entry. (Reword the curl proxy fix changelog entry. #3606)
Add Emma Zhu as code owner (Add Emma Zhu as code owner #3605)
Short circuit out of msdocs publish if no package locations are specified (Sync eng/common directory with azure-sdk-tools for PR 3261 #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 (API Review Feedback for Attestation SDK #3543)
API Review Feedback for Attestation SDK
Updated changelog to reflect API Review updates
Remove version pin for OpenSSL (Remove version pin for OpenSSL #3610)
Remove version pin for OpenSSL
Gratuitous change to trigger CI pipelines
Update the version tool to the latest (Sync eng/common directory with azure-sdk-tools for PR 3269 #3616)
Co-authored-by: sima-zhu [email protected]
Get rid of warnings in nullable.hpp (Get rid of warnings in nullable.hpp #3617)
cl (Azure Core 1.6.0 change log for release #3613)
Update pipeline-generator version (Sync eng/common directory with azure-sdk-tools for PR 3280 #3623)
Co-authored-by: Patrick Hallisey [email protected]
Prepare Attestation SDK for May Release. (Prepare Attestation SDK for May Release. #3625)
Prepare attestation for May release
Removed some noise from changelog
Increment package version after release of azure-core (Increment version for core releases #3624)
Update CODEOWNERS (Update CODEOWNERS #3628)
Fix identity samples running in CI (Fix CI handling of ClientCertCred sample failure #3632)
azure identity may 2022 release (azure identity may 2022 release - changelog #3615)
Increment package version after release of azure-identity (Increment version for identity releases #3637)
Removed uwp-x86 from platform matrix. (Removed uwp-x86 from platform matrix. #3629)
Increment package version after release of azure-security-attestation (Increment version for attestation releases #3636)
Update readme for -pre and -post TestResource scripts (Sync eng/common directory with azure-sdk-tools for PR 3320 #3645)
Co-authored-by: Christopher Scott [email protected]
Fixed a bug where text of XML element cannot be empty. (Fixed a bug where text of XML element cannot be empty. #3643)
String parsing improvements to service directory resource names (Sync eng/common directory with azure-sdk-tools for PR 3323 #3644)
Co-authored-by: Ben Broderick Phillips [email protected]
Adding Acknowledgments (Adding Acknowledgments #3611)
cl
Update sdk/core/azure-core/CHANGELOG.md
Co-authored-by: Ahson Khan [email protected]
Co-authored-by: Ahson Khan [email protected]
Co-authored-by: Ben Broderick Phillips [email protected]
Storage Blob Stg78 Features (Storage Blob Stg78 Features #3650)
Clean up target_include_directories() (Clean up target_include_directories() #3641)
Co-authored-by: Anton Kolesnyk [email protected]
Update all-inclusive headers, and CMakeFiles for including all headers (Update all-inclusive headers, and CMakeFiles for including all headers #3640)
Remove (Remove noexcept specifier from Context::IsCancelled() #3657)
oexcept specifier from Context::IsCancelled()
Co-authored-by: Anton Kolesnyk [email protected]
Co-authored-by: Deyaaeldeen Almahallawi [email protected]
Sync eng/common directory with azure-sdk-tools for PR 3342 (Sync eng/common directory with azure-sdk-tools for PR 3342 #3664)
Delete PR and branch which central PR is closed
more logging changes
resume the delete operations.
Change the pr link directly
fix the regex
Refactor on regex name
change the function to inline logic
change typo
delete on branch
make changes on comments
add commnets
Update eng/common/scripts/Delete-RemoteBranches.ps1
Co-authored-by: Wes Haggard [email protected]
Co-authored-by: Wes Haggard [email protected]
Co-authored-by: Wes Haggard [email protected]
Co-authored-by: Wes Haggard [email protected]
Co-authored-by: sima-zhu [email protected]
Co-authored-by: Sima Zhu [email protected]
Co-authored-by: Wes Haggard [email protected]
Split out attestation client factory into separate class (Split out attestation client factory into separate class #3654)
Split out attestation client factory into separate class
Updated readme; clang-format
Final set of API review changes
Replaced () constructors with {} constructors
Initial implementation of OpenTelemetry APIs. (Initial implementation of OpenTelemetry APIs. #3561)
Start of tracing prototype
Created initial implementation of azure-core-opentelemetry package
New version of enabling MSVCRT Lib for static configs
Attempt to add OpenTelemetry tests to build
Take a dependency on OpenTelemetry version 1.3
Added service API level tracing support
API Review feedback
storage unittest fix and improvement (storage unittest fix and improvement #3667)
Sync eng/common directory with azure-sdk-tools for PR 3362 (Sync eng/common directory with azure-sdk-tools for PR 3362 #3676)
spell-check skippable by commit
suceededOrFailed -> succeededOrFailed
Co-authored-by: scbedd [email protected]
Sync eng/common directory with azure-sdk-tools for PR 3378 (Sync eng/common directory with azure-sdk-tools for PR 3378 #3679)
Create json package property parent directory
Fix the issue in script
Co-authored-by: praveenkuttappan [email protected]
Vcpkg sample (Vcpkg sample #3670)
one commit to rule them all
main merge
error
all smoke
typo
120 minutes
timeout param missing on job
actual url
Update samples/integration/vcpkg-all-smoke/src/main.cpp
Co-authored-by: Larry Osterman [email protected]
Co-authored-by: Larry Osterman [email protected]
Complete the initial implementation of OpenTelemetry (Complete the initial implementation of OpenTelemetry #3677)
Added telemetry support for HTTP pipeline elements
Finish OpenTelemetry implementation
clang-format and added doxygen comments
Creadscan skips (Creadscan skips #3671)
one commit to rule them all
main merge
error
add recordings for cred scan skipping
certificates added
remove dupe
cspell
Moved attestation factory back to static method on attestation class … (Moved attestation factory back to static method on attestation class … #3682)
Moved attestation factory back to static method on attestation class and return a concrete type not a pointer
Fixed factory in readme file
OpenTelemetry API Review Feedback (OpenTelemetry API Review Feedback #3687)
OpenTelemetry API Review Feedback
Attestation 1.0.0 GA Release (Attestation 1.0.0 GA Release #3693)
Prepare attestation for release
removed references to RetrieveResponseValidationCollateral from docs
Added C++ SDK team as owners of attestation SDK
Added Ahmad from attestation team to attestation owners
Removed dead API; switched attestation back to beta-3
Disable detached head warnings on sparse checkout to commit (Sync eng/common directory with azure-sdk-tools for PR 3381 #3680)
Co-authored-by: Ben Broderick Phillips [email protected]
Remove samples with docker.io (Remove samples with docker.io #3621)
remove samples using docker.io
removing docker files
remove project
Fix issue where matrix replace was not using imported display names (Sync eng/common directory with azure-sdk-tools for PR 3392 #3694)
Co-authored-by: Ben Broderick Phillips [email protected]
Additional OpenTelemetry Feedback... (Additional OpenTelemetry Feedback... #3691)
OpenTelemetry API Review Feedback
Returns std::unique_ptr<DiagnosticTracingFactory instead of raw pointer
Late breaking pull request feedback
Renamed clientContext parameter to CreateSpan
Renamed ContextAndSpanFactory to TracingContextFactory and CreateSpan to CreateTracingContext.
Added ability to create instance with pointer (Added ability to create instance with pointer #3698)
Added ability to create instance with pointer
Pull request feedback
Core 1.7.0-beta.1 Release (Core 1.7.0-beta.1 Release #3684)
Co-authored-by: Anton Kolesnyk [email protected]
Increment package version after release of azure-core (Increment version for core releases #3699)
Format vcpkg.json (Format vcpkg.json #3701)
Co-authored-by: Anton Kolesnyk [email protected]
Co-authored-by: Anton Kolesnyk [email protected]
Removed version>= fields for openssl in vcpkg.json files (Removed version>= fields for openssl in vcpkg.json files #3705)
Tab vcpkg publishing condition in to apply to the task (Tab vcpkg publishing condition in to apply to the task #3709)
Storage June Release (Storage June Release #3686)
Override live test location default to westus (Override live test location default to westus #3696)
Changelog updates for secrets and certificates (Changelog updates for secrets and certificates #3714)
Changelog updates for secrets and certificates
Update package versions
Removed empty sections in changelog (Removed empty sections in changelog #3718)
Identity 1.3.0 Release (Identity 1.3.0 Release #3685)
Co-authored-by: Anton Kolesnyk [email protected]
OpenTelemetry vcpkg fixes (OpenTelemetry vcpkg fixes #3716)
OpenTelemetry vcpkg fixes
Update ci.yml
Drop version >= from project-level vcpkg
find_package only supports numeric versions
include(AzureBuildTargetForCI)
Do not build as Windows/UWP DLL
Docs and package dependencies
Update condition
Move condition down
Move more under condition
Rephrase condition
Try hack for CI that won't affect vcpkg
Co-authored-by: Anton Kolesnyk [email protected]
Increment package version after release of azure-identity (Increment version for identity releases #3721)
Increment version for storage releases (Increment version for storage releases #3713)
Increment package version after release of azure-storage-common
Increment package version after release of azure-storage-blobs
[EngSys] Get Vcpkg automatically ([EngSys] Get Vcpkg automatically #3614)
get vcpkg automatically
Updated changelog (Updated changelog #3726)
Increment package version after release of azure-core-tracing-opentelemetry (Increment version for core releases #3727)
Increment package version after release of azure-security-attestation (Increment version for attestation releases #3717)
Increment package version after release of azure-security-attestation (Increment version for attestation releases #3720)
Enable Distributed Tracing for Attestation SDK client. (Enable Distributed Tracing for Attestation SDK client. #3706)
Implement tracing for Attestation and Template services
Pipeline no longer requires service name if opting into distributed tracing; enable tracing in attestation service
Generate user-agent header from request activity policy
Added test to catch the redacted header regression
Updated documentation to reflect API surface changes
Make sample service an object library (Make sample service an object library #3728)
Co-authored-by: Anton Kolesnyk [email protected]
api-versionto default list of unredacted query params for logging #3730)Co-authored-by: Anton Kolesnyk [email protected]
Sync eng/common directory with azure-sdk-tools for PR 3433 (Sync eng/common directory with azure-sdk-tools for PR 3433 #3731)
add condition
divide line
Co-authored-by: Mariana Rios Flores [email protected]
Sync eng/common directory with azure-sdk-tools for PR 3267 (Sync eng/common directory with azure-sdk-tools for PR 3267 #3655)
Use seperate scripts
address comments.
do compare and update
save on the service level readme
have the helper for reuse function
remove mgmt table
changes
fix
no return on error
return if no contents
Address comments
change the table
address wes comments.
address wes comments.
address more comments.
Co-authored-by: sima-zhu [email protected]
Sync eng/common directory with azure-sdk-tools for PR 3386 (Sync eng/common directory with azure-sdk-tools for PR 3386 #3733)
Update the order of remarks and examples to align with docs.ms
change all occurance
Update class.tmpl.partial
Co-authored-by: sizhu [email protected]
Co-authored-by: Sima Zhu [email protected]
Co-authored-by: Scott Beddall [email protected]
InputSanitizer: rename to HttpSanitizer, remove static member (InputSanitizer: rename to HttpSanitizer, remove static member #3736)
InputSanitizer => HttpSanitizer, remove static
Update cpp
Clang format
Co-authored-by: Anton Kolesnyk [email protected]
Increment version for keyvault releases (Increment version for keyvault releases #3719)
Increment package version after release of azure-security-keyvault-certificates
Increment package version after release of azure-security-keyvault-secrets
Update DistributedTracing.md (Update DistributedTracing.md #3715)
Fix typo
ApiView command line generation script (ApiView command line generation script #3711)
ApiView command line generation script
Strongly typed parameters
Co-authored-by: Ben Broderick Phillips [email protected]
Co-authored-by: Anton Kolesnyk [email protected]
Co-authored-by: Ben Broderick Phillips [email protected]
Add missing license header to http_sanitizer source file (Add missing license header to http_sanitizer source file #3739)
Add ResourceType parameter - Selects live test or perf test resources (Sync eng/common directory with azure-sdk-tools for PR 3457 #3740)
Co-authored-by: Mike Harder [email protected]
Update identity codeowners (Update identity codeowners #3744)
ManagedIdentityCredential: Add support for AppServiceV2019 (ManagedIdentityCredential: Add support for AppServiceV2019 #3734)
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]
Perf test for certs (Perf test for certs #3729)
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
Revert "Override live test location default to westus (Override live test location default to westus #3696)" (Revert "Override live test location default to westus" #3761)
This reverts commit d419260.
Sync eng/common directory with azure-sdk-tools for PR 3481 (Sync eng/common directory with azure-sdk-tools for PR 3481 #3764)
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]
Co-authored-by: Azure SDK Bot [email protected]
Co-authored-by: Ben Broderick Phillips [email protected]
Co-authored-by: Heath Stewart [email protected]
Co-authored-by: sima-zhu [email protected]
Co-authored-by: Sima Zhu [email protected]
Co-authored-by: Patrick Hallisey [email protected]
Co-authored-by: Victor Vazquez [email protected]
Co-authored-by: Jeffrey Richter [email protected]
Co-authored-by: Rick Winter [email protected]
Co-authored-by: Ahson Khan [email protected]
Co-authored-by: JinmingHu [email protected]
Co-authored-by: Daniel Jurek [email protected]
Co-authored-by: Ben Broderick Phillips [email protected]
Co-authored-by: Victor Vazquez [email protected]
Co-authored-by: scbedd [email protected]
Co-authored-by: Anton Kolesnyk [email protected]
Co-authored-by: Anton Kolesnyk [email protected]
Co-authored-by: Wes Haggard [email protected]
Co-authored-by: Ahson Khan [email protected]
Co-authored-by: Jeremi Piotrowski [email protected]
Co-authored-by: Christopher Scott [email protected]
Co-authored-by: Deyaaeldeen Almahallawi [email protected]
Co-authored-by: praveenkuttappan [email protected]
Co-authored-by: George Arama [email protected]
Co-authored-by: Mariana Rios Flores [email protected]
Co-authored-by: Scott Beddall [email protected]
Co-authored-by: Mike Harder [email protected]
Co-authored-by: Chidozie Ononiwu [email protected]
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.