Commit Graph

3551 Commits

Author SHA1 Message Date
Azure SDK Bot
18f3bffccd
Fix issue with excludepaths in get-prpkgproperties (#6462)
Co-authored-by: Scott Beddall <scbedd@microsoft.com>
2025-03-12 12:10:56 -07:00
Anton Kolesnyk
22a08bc969
Use TokenCredential *const* everywhere (#6453)
* Use TokenCredential *const* everywhere

* Use left const where the surrounding code also uses it

* Use left const everywhere

* Clang-format

* More clang-format

* typos

* Clang-format

---------

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2025-03-12 11:57:11 -07:00
Azure SDK Bot
70bd9abbed
Increment version for storage releases (#6460)
* Increment package version after release of azure-storage-common

* Increment package version after release of azure-storage-files-shares
2025-03-12 17:34:23 +08:00
Azure SDK Bot
1674d8071b
use the pull request head sha for APIView PR runs (#6459)
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2025-03-11 18:06:54 -07:00
Larry Osterman
e04e96cf87
Merged Rust AMQP stack with main. (#6442)
* Initial attempt at a Rust AMQP stack, merged against feature/rust_amqp for now. (#5942)

* Enabled building AMQP *without* uAMQP

* Start integrating Rust AMQP Value to C++ AMQP Value

* AMQP Value tests now pass

* Moved AmqpValueType ostream inserter to its original location

* Added Rust AMQP Message implementation

* Added start of message source tests

* Enabled building AMQP *without* uAMQP

* Start integrating Rust AMQP Value to C++ AMQP Value

* Moved AmqpValueType ostream inserter to its original location

* Message target support

* Message source and target support

* Add connection support; restructured tests to fail on RUST AMQP rather than attempting to run; removed some uAMQP-only features  (#5986)

* Checkpoint of connection logic

* Started implementing Rust based Connection by pulling out uAMQP artifacts

* Implemented AMQP Connection in Rust; started API surface refactoring for Rust APIs; Refactored tests to remove some uAMQP only elements.

* Don't leak runtime context on calls

* Refactor AMQP logic to better isolate rust AMQP code from uAMQP code. (#6008)

* refactor uAMQP and Rust AMQP into separate implementations for ease of use

* Add connection support; restructured tests to fail on RUST AMQP rather than attempting to run; removed some uAMQP-only features  (#5986)

* Checkpoint of connection logic

* Started implementing Rust based Connection by pulling out uAMQP artifacts

* Implemented AMQP Connection in Rust; started API surface refactoring for Rust APIs; Refactored tests to remove some uAMQP only elements.

* Don't leak runtime context on calls

* export UUID from AMQP

* Cleaned up some more elements; reduced scope of doxygen significantly

* runtime context needs to be process global not thread global; all tests pass or fail at this point

* Merged main into branch

* Implement AMQP Session APIs in Rust. (#6033)

* Checkpoint of rust session support

* Session begin/end now works

* Session tests pass

* Removed accidental regression

* Added rust per-call context (#6043)

* Reworked runtime context to be call context

* Added context parameter to blocking AMQP calls

* Added comments around the lifetime of the RustRuntimeContext captured in the CallContext object

* uAMQP changes corresponding to Rust changes

Co-authored-by: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com>

* sync rust SDK fixes to C++

---------

Co-authored-by: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com>

* Enable Rust ClaimsBasedSecurity interoperability; Converted EventHubs producer client to work with Rust AMQP changes. (#6059)

* canonicalized return values; initial CBS support

* Implementation of CBS for C++

* Amqp Authentication works; Integrate Rust AMQP into Eventhubs Producer client

* Implemented Rust AMQP message sender. (#6083)

* Initial sender implementation

* PR feedback

* Management APIs work (#6096)


* Management APIs work

---------

Co-authored-by: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com>

* Converted builders to be compliant with Rust guidelines. (#6102)

* Converted builders to be compliant with Rust guidelines.

* Bring rust changes back to C++ repo

* Improved builder developer experience

* Removed builders from AMQP layer to conform to Rust guidelines; Fixed AMQP bug in message sender tests (#6208)

* Removed builders from AMQP layer to conform to Rust guidelines; Fixed AMQP related bug in message sender tests

* Pr feedback

* Implement receiving messages; Changes to eventhubs so that all eventhubs tests pass (#6254)


* Eventhubs tests pass

* Noise reduction; explain the task which spawns a task

* Update sdk/eventhubs/azure-messaging-eventhubs/src/producer_client.cpp

Co-authored-by: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com>

* PR feedback

---------

Co-authored-by: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com>

* Integrate Rust 2 step message receive code to C++ (#6349)

* Integrate Rust 2 step message receive code to C++

* If receiving a delivery failed, transmit the error to the message channel if at all possible

* Enable Rust based AMQP by default (#6362)

* AMQP tests now pass; Integrate TestAmqpBroker with CI pipeline

* Updated changelogs to reflect API changes made during AMQP updates

* Replace uAMQP with Rust AMQP as the default AMQP transport; Updated build configurationj to reflect that

* Test fixes

* PR feedback; test fixes

* Fixed uninitialized variable tanking some tests (#6381)

* Fixed uninitialized variable tanking some tests

* Fixed Rust AMQP tests

* Removed connection string support from Eventhubs and EH tests. (#6391)

* Removed the ability to use connection strings from EventHubs

* Enable Rust AMQP by default!!!

* Update CMakePresets.json

Co-authored-by: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com>

---------

Co-authored-by: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com>
2025-03-11 22:30:13 +00:00
Azure SDK Bot
e37c433672
Increment package version after release of azure-identity (#6457) 2025-03-11 19:57:33 +00:00
Azure SDK Bot
a7728011d2
Sync eng/common directory with azure-sdk-tools for PR 9993 (#6456)
* optimize save-package-properties for large diffs

---------

Co-authored-by: Scott Beddall <scbedd@microsoft.com>
2025-03-11 12:07:25 -07:00
Anton Kolesnyk
1c1f500eb7
Azure Identity March Beta Release (#6451)
* Azure Identity March Beta Release

* Remove empty sections

---------

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2025-03-11 11:36:46 -07:00
Azure SDK Bot
23df1f63e5
Sync eng/common directory with azure-sdk-tools for PR 10013 (#6455)
* Fix supportsSafeSecretStandard flag

* Update eng/common/TestResources/New-TestResources.ps1

---------

Co-authored-by: Deyaaeldeen Almahallawi <dealmaha@microsoft.com>
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
2025-03-10 09:50:59 -07:00
microzchang
e3ebf9c230
Storage March Release (#6445) 2025-03-10 12:42:40 +08:00
Larry Osterman
7fe547bd3c
Update the logging level for CRL validation failures (#6449) 2025-03-07 10:37:28 -08:00
Azure SDK Bot
03688bbe68
Increment package version after release of azure-core (#6452) 2025-03-06 21:49:56 +00:00
Anton Kolesnyk
b6e7a28c62
Azure Core March GA Release (#6450)
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2025-03-06 12:18:05 -08:00
Azure SDK Bot
c378e69d0d
Add well known tenant IDs and TME status (#6438)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2025-03-06 11:42:41 -08:00
Azure SDK Bot
3e56210de8
Sync eng/common directory with azure-sdk-tools for PR 9918 (#6447)
* add pullrequest faq

Co-authored-by: Scott Beddall <scbedd@microsoft.com>
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
Co-authored-by: Patrick Hallisey <pahallis@microsoft.com>
2025-03-05 18:26:23 -08:00
Azure SDK Bot
eb376abced
Add path loggin to sparse-checkout (#6448)
Co-authored-by: Patrick Hallisey <pahallis@microsoft.com>
2025-03-05 13:41:58 -08:00
Azure SDK Bot
f6fa235697
Optimize Service-Level change detection, update ordering of targeted files during impacted package detection (#6446)
Co-authored-by: Scott Beddall <scbedd@microsoft.com>
2025-03-04 12:17:08 -08:00
Azure SDK Bot
af764fe673
Sync eng/common directory with azure-sdk-tools for PR 9945 (#6444)
* allow skipping of batching during Create-PRJobMatrix
---------

Co-authored-by: Scott Beddall <scbedd@microsoft.com>
2025-03-03 15:50:12 -08:00
Azure SDK Bot
4983de1fb5
Update original file path value in detect change request to APIView (#6443)
Co-authored-by: Praveen Kuttappan <prmarott@microsoft.com>
2025-03-03 17:58:53 -05:00
Azure SDK Bot
3dd0144c64
Sync eng/common directory with azure-sdk-tools for PR 9950 (#6439)
* Use PME for esrp release

* Update to EsrpRelease@9

* Remove extra DomainTenantId parameter

* Add PME service connection to pipelines

---------

Co-authored-by: Patrick Hallisey <pahallis@microsoft.com>
2025-02-28 17:05:01 -08:00
Azure SDK Bot
4ede1a2b0f
Add condition parameter to detect-api-changes template (#6437)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2025-02-27 15:28:12 -08:00
Azure SDK Bot
c6334c02ad
Sync eng/common directory with azure-sdk-tools for PR 9888 (#6434)
* Move stress helm charts to azuresdkartifacts. Add publish pipeline

* Update stress deploy

* Fix tenant reference for pg tme cluster

* Update cluster config

* Fix powershell module install when whatif is set

---------

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2025-02-26 14:17:02 -08:00
Azure SDK Bot
b538bd9935
Code needs to handle more than one template library (#6436)
Co-authored-by: James Suplizio <jasupliz@microsoft.com>
2025-02-26 10:13:03 -08:00
Scott Addie
c7deb5a0a8
Remove impressions pixel from Markdown files (#6435) 2025-02-26 16:38:16 +00:00
Azure SDK Bot
5b900c1a9d
Sync eng/common directory with azure-sdk-tools for PR 9902 (#6433)
* populate triggeringPaths of each artifactdetails with the owning ci.yml
* handle service-directory changes in Get-PrPkgProperties

---------

Co-authored-by: Scott Beddall <scbedd@microsoft.com>
2025-02-24 17:35:15 -08:00
Anton Kolesnyk
237e617a4a
Identity: Log Client ID used in ManagedIdentityCredential (#6426)
* Identity: Log Client ID used in ManagedIdentityCredential

* Clang-format

* [&]

---------

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2025-02-24 12:27:33 -08:00
Azure SDK Bot
8d21d5d40d
bump proxy version to 1.0.0-dev.20250221.1 (#6432)
Co-authored-by: Scott Beddall <scbedd@microsoft.com>
2025-02-24 11:38:31 -08:00
Azure SDK Bot
97463f30d2
update apiview scripts to support sdk automation (#6431)
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2025-02-21 17:26:12 -08:00
Azure SDK Bot
97182996eb
Sync eng/common directory with azure-sdk-tools for PR 9889 (#6429)
* Fix support for crates.io links

* Use strict-mode $Matches property accessor

---------

Co-authored-by: Heath Stewart <heaths@microsoft.com>
2025-02-21 13:36:23 -08:00
Azure SDK Bot
4eb517add9
Sync eng/common directory with azure-sdk-tools for PR 9896 (#6430)
* Remove trailing slash addition to ExcludePaths

* Remove the needless loop and, now defunct, comment

---------

Co-authored-by: James Suplizio <jasupliz@microsoft.com>
2025-02-21 12:13:50 -08:00
Azure SDK Bot
429f81b88f
Sync eng/common directory with azure-sdk-tools for PR 9862 (#6428)
* Get-PRPkgProperties now honors artifact-list specific absolute/relative paths to other triggering folders. This will supplant the common "if eng/ changes include template and core" in a follow-up PR.

---------

Co-authored-by: Scott Beddall <scbedd@microsoft.com>
2025-02-20 16:30:18 -08:00
gearama
4d52ec202f
missed exception (#6427) 2025-02-19 12:31:59 -08:00
gearama
00c45ee8ae
fix certs and missing include (#6425) 2025-02-18 13:02:34 -08:00
Wes Haggard
ccfe6a6136
Update github.io doc location (#6423) 2025-02-18 10:38:52 -08:00
Azure SDK Bot
c2ddfee999
Sync eng/common directory with azure-sdk-tools for PR 9836 (#6422)
* adjustments to iterating across matrix configs for packages that belong to multiple matrices

---------

Co-authored-by: Scott Beddall <scbedd@microsoft.com>
2025-02-14 11:16:59 -08:00
Azure SDK Bot
ab5a01b7cc
chmod +x TestResources scripts (#6421)
Make them executable in bash et. al. without starting separate shell.

Co-authored-by: Heath Stewart <heaths@microsoft.com>
2025-02-14 10:07:38 -08:00
Azure SDK Bot
1d191cb349
Sync eng/common directory with azure-sdk-tools for PR 9832 (#6420)
* Fix the issue in adding dev version in package info
2025-02-13 21:15:11 -05:00
Anton Kolesnyk
d96cd6b76a
Identity: disable GCC warning (#6414)
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2025-02-13 16:19:46 -08:00
Anton Kolesnyk
b40045e8e9
Identity: Add AzureCliCredentialOptions::Subscription (#6415)
* Identity: Add AzureCliCredentialOptions::Subscription

* Clang-format

* Id => ID

* Fix typo

* Apply suggestions from code review

Co-authored-by: Larry Osterman <LarryOsterman@users.noreply.github.com>

* Replace `decltype` with `auto` in test file

* + "If this is the name of a subscription, use its ID instead."

---------

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
Co-authored-by: Larry Osterman <LarryOsterman@users.noreply.github.com>
2025-02-13 15:26:10 -08:00
Wes Haggard
092ac143ed
Update github.io doc links (#6418) 2025-02-13 15:10:24 -08:00
Azure SDK Bot
e4dae4e2a5
Sync eng/common directory with azure-sdk-tools for PR 9823 (#6419)
* handle defaults for changedfiles, deletedfiles, and changedServices

---------

Co-authored-by: Scott Beddall <scbedd@microsoft.com>
2025-02-13 11:37:40 -08:00
Azure SDK Bot
a5e9424161
Sync eng/common directory with azure-sdk-tools for PR 9821 (#6416)
* Change AddDevVersion as boolean in save package properties script
2025-02-12 19:56:36 -05:00
Azure SDK Bot
52797073f1
Sync eng/common directory with azure-sdk-tools for PR 9807 (#6417)
* replace PkgProps CIMatrixConfigs property in favor of a more generalized CIParameters property. Original CIMatrixConfigs will exist as an item of same key within CIParameters.
* update Create-PRJobMatrix to honor new CIMatrixConfigs property location

---------

Co-authored-by: Scott Beddall <scbedd@microsoft.com>
2025-02-12 15:56:08 -08:00
Azure SDK Bot
2f4c070473
Increment version for storage releases (#6413)
* Increment package version after release of azure-storage-common

* Increment package version after release of azure-storage-files-shares
2025-02-12 07:57:19 -08:00
Azure SDK Bot
07cc2b19cd
Support Linux environment (#6410)
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2025-02-11 14:07:00 -08:00
Azure SDK Bot
6d3bd4cc0d
Parameterize test-pipeline version separator (#6409)
Co-authored-by: Patrick Hallisey <pahallis@microsoft.com>
2025-02-11 13:50:10 -08:00
Azure SDK Bot
4f2ca36252
Sync eng/common directory with azure-sdk-tools for PR 9803 (#6408)
* update Get-ObjectKey to coalesce boolean-like values to their true boolean value
* update Get-ObjectKey  to call Get-ObjectKey on each item of an array or pscustom object - versus utilizing their values directly 
---------

Co-authored-by: Scott Beddall <scbedd@microsoft.com>
2025-02-11 11:34:25 -08:00
microzchang
be2241d86c
Update to new versions (#6403) 2025-02-10 11:21:33 +08:00
Azure SDK Bot
ac2c03cce9
Sync eng/common directory with azure-sdk-tools for PR 9799 (#6402)
* resolve issue with matrix collation when multiple matrix configs are being resolved

---------

Co-authored-by: Scott Beddall <scbedd@microsoft.com>
2025-02-07 17:05:04 -08:00
microzchang
b7bd086776
Storage STG97 Features (#6396)
* Storage STG97/NFS REST (#6245)

* Update rest layer and some structs

* Add file support.

* Add new apis

* Update test

* resolve clang error and cspell

* Update comments

* update comments

* Storage STG97/NFS REST Part2(Impl+test) (#6285)

* add test cases and some code change.

* update logic

* fix pipeline failure

* fix cspell

* update test record

* Fix pipeline failure

* Fix test case failure

* Storage/STG97 Remove Create/Get SymbolicLink API (#6304)

* Remove Create/Get SymbolicLink API

* update test record

* Fix archboard comments (#6324)
2025-02-07 06:47:09 +00:00