Commit Graph

1985 Commits

Author SHA1 Message Date
Larry Osterman
c9d0934dc5
Initial creation of Batch Operation prototype. (#3769)
* Initial stab at batch API implementation

* Initial cut at documentation for batch operations

* More batch pattern madness

* Prepare for recommendation

* checkpoint

* Updated batch example and fixed implementation errors

* Added support for isolated mode batch

* Updated documentation

* Added lots of words and documentation of limitations

* clang-format

* clang fixes

* cspell

* Added test recordings

* Isolated mode tests only work in live tests

* Update sdk/core/azure-core/inc/azure/core/internal/deferred_operation.hpp

Co-authored-by: JinmingHu <jinmhu@microsoft.com>

* Update sdk/core/azure-core/inc/azure/core/internal/deferred_operation.hpp

Co-authored-by: JinmingHu <jinmhu@microsoft.com>

* Pull request feedback, improved BatchOperation.md

* clang-format

Co-authored-by: JinmingHu <jinmhu@microsoft.com>
2022-06-27 16:42:54 -07:00
Larry Osterman
6d102d09ae
Fixed typo in LibcurlTransportAdapter.md (#3768) 2022-06-24 12:45:10 -07:00
Azure SDK Bot
98d4502d3a
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 <weshaggard@users.noreply.github.com>

* Run helm plugin add with helper

* Add WhatIf support to ps module install helper function

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
2022-06-24 11:23:53 -07:00
Ben Broderick Phillips
e3dd52a649
Revert "Override live test location default to westus (#3696)" (#3761)
This reverts commit d4192609d5.
2022-06-21 20:45:15 -04:00
George Arama
3f0c570007
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
2022-06-21 15:46:08 -07:00
Azure SDK Bot
8c5dec33be
Use westus as default region in test resource deployments (#3759)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2022-06-21 09:41:39 -04:00
Azure SDK Bot
3174833951
Fix Bug in Resource Ref Verifier (#3758)
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2022-06-20 13:53:26 -07:00
Anton Kolesnyk
5f575c32fa
ManagedIdentityCredential: Add support for AppServiceV2019 (#3734)
* ManagedIdentityCredential: Add support for AppServiceV2019

* Attempt to create 2019 before 2017

* Changelog update

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2022-06-20 11:55:37 -07:00
Ahson Khan
fd40343011
Update identity codeowners (#3744) 2022-06-18 00:33:15 +00:00
Azure SDK Bot
61636bba41
Add ResourceType parameter - Selects live test or perf test resources (#3740)
Co-authored-by: Mike Harder <mharder@microsoft.com>
2022-06-16 22:19:21 -07:00
Ahson Khan
de6ed1da38
Add missing license header to http_sanitizer source file (#3739) 2022-06-16 19:59:07 +00:00
Anton Kolesnyk
82c77b0251
ApiView command line generation script (#3711)
* ApiView command line generation script

* Strongly typed parameters

Co-authored-by: Ben Broderick Phillips <ben@benbp.net>

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
Co-authored-by: Ben Broderick Phillips <ben@benbp.net>
2022-06-16 12:45:39 -07:00
Rick Winter
f7a7d3e045
Update DistributedTracing.md (#3715)
Fix typo
2022-06-16 12:44:37 -07:00
Azure SDK Bot
1d9f44bc4e
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
2022-06-16 12:43:37 -07:00
Anton Kolesnyk
dfe9a2be1f
InputSanitizer: rename to HttpSanitizer, remove static member (#3736)
* InputSanitizer => HttpSanitizer, remove static

* Update cpp

* Clang format

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2022-06-15 11:18:23 -07:00
Azure SDK Bot
e2c1e219ce
ensure conditions all work properly in the case of a previous error (#3732)
Co-authored-by: Scott Beddall <scbedd@microsoft.com>
2022-06-14 14:50:46 -07:00
Azure SDK Bot
9529b008c4
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 <sizhu@microsoft.com>
Co-authored-by: Sima Zhu <48036328+sima-zhu@users.noreply.github.com>
2022-06-14 10:47:25 -07:00
Azure SDK Bot
164a2d6a9a
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 <sizhu@microsoft.com>
2022-06-14 08:36:00 -07:00
Azure SDK Bot
a0f9a2d25f
Sync eng/common directory with azure-sdk-tools for PR 3433 (#3731)
* add condition

* divide line

Co-authored-by: Mariana Rios Flores <mariari@microsoft.com>
2022-06-13 14:57:17 -07:00
Anton Kolesnyk
b36403a018
Include pi-version to default list of unredacted query params for logging (#3730)
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2022-06-10 17:17:37 -07:00
Anton Kolesnyk
6aac5aba17
Make sample service an object library (#3728)
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2022-06-08 16:25:45 -07:00
Larry Osterman
99f45a5f18
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
2022-06-08 11:40:56 -07:00
Azure SDK Bot
97923459cd
Increment package version after release of azure-security-attestation (#3720) 2022-06-08 10:01:15 -07:00
Azure SDK Bot
42e284dc14
Increment package version after release of azure-security-attestation (#3717) 2022-06-08 09:40:58 -07:00
Azure SDK Bot
49500f1b79
Increment package version after release of azure-core-tracing-opentelemetry (#3727) 2022-06-08 08:41:34 +00:00
Larry Osterman
ef58a37658
Updated changelog (#3726) 2022-06-08 00:32:14 -07:00
Victor Vazquez
f4bbfaa7da
[EngSys] Get Vcpkg automatically (#3614)
* get vcpkg automatically
2022-06-07 18:45:50 -07:00
Azure SDK Bot
3b9d526a26
Increment version for storage releases (#3713)
* Increment package version after release of azure-storage-common

* Increment package version after release of azure-storage-blobs
2022-06-08 09:08:35 +08:00
Azure SDK Bot
1a39c8c4ce
Increment package version after release of azure-identity (#3721) 2022-06-07 16:54:00 -07:00
Anton Kolesnyk
f391e45bc1
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 <antkmsft@users.noreply.github.com>
2022-06-07 14:40:27 -07:00
Anton Kolesnyk
15f897c4e9
Identity 1.3.0 Release (#3685)
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2022-06-07 14:15:06 -07:00
Larry Osterman
7e8065a2e3
Removed empty sections in changelog (#3718) 2022-06-07 11:39:48 -07:00
George Arama
473e0201c5
Changelog updates for secrets and certificates (#3714)
* Changelog updates for secrets and certificates

* Update package versions
2022-06-07 11:09:46 -07:00
Ben Broderick Phillips
d4192609d5
Override live test location default to westus (#3696) 2022-06-06 20:07:52 -04:00
JinmingHu
0886fa2b81
Storage June Release (#3686) 2022-06-07 07:37:30 +08:00
Daniel Jurek
7574e73c9c
Tab vcpkg publishing condition in to apply to the task (#3709) 2022-06-06 11:07:32 -07:00
Larry Osterman
8ec7a9958a
Removed version>= fields for openssl in vcpkg.json files (#3705) 2022-06-03 16:43:08 -07:00
Anton Kolesnyk
19fcc97d56
Update README to list all the vcpkgs (#3704)
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2022-06-03 21:29:09 +00:00
Anton Kolesnyk
ad2591b58d
Format vcpkg.json (#3701)
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2022-06-03 08:43:03 -07:00
Azure SDK Bot
3a26df2852
Increment package version after release of azure-core (#3699) 2022-06-03 03:04:48 +00:00
Anton Kolesnyk
d0853af995
Core 1.7.0-beta.1 Release (#3684)
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2022-06-02 18:38:19 -07:00
Larry Osterman
bea147905a
Added ability to create instance with pointer (#3698)
* Added ability to create instance with pointer

* Pull request feedback
2022-06-03 00:59:20 +00:00
Larry Osterman
78095ce0c7
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.
2022-06-03 00:25:08 +00:00
Azure SDK Bot
48ef687a8f
Fix issue where matrix replace was not using imported display names (#3694)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2022-06-02 13:18:44 -07:00
Victor Vazquez
cad69e1a8c
Remove samples with docker.io (#3621)
* remove samples using docker.io

* removing docker files

* remove project
2022-06-02 19:49:32 +00:00
Azure SDK Bot
3aa878eb3c
Disable detached head warnings on sparse checkout to commit (#3680)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2022-06-02 12:16:11 -07:00
Larry Osterman
6b903d0b3f
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
2022-06-02 12:13:12 -07:00
Larry Osterman
ebe084bfc6
OpenTelemetry API Review Feedback (#3687)
* OpenTelemetry API Review Feedback
2022-06-02 00:20:26 +00:00
Larry Osterman
0fd02674fe
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
2022-06-01 18:33:59 +00:00
George Arama
7115c054fb
Creadscan skips (#3671)
* one commit to rule them all

* main merge

* error

* add recordings for cred scan skipping

* certificates added

* remove dupe

* cspell
2022-05-31 15:20:29 -07:00