Commit Graph

2950 Commits

Author SHA1 Message Date
Scott Beddall (from Dev Box)
c64abbe2e4 update core so we can run it 2024-03-11 17:25:22 -07:00
Scott Beddall (from Dev Box)
7337877191 ensure the proper pattern is followed here too 2024-03-11 17:04:05 -07:00
Scott Beddall (from Dev Box)
e75d3c3e80 merge template-conversion for live.tests.yml fix 2024-03-11 17:00:14 -07:00
Scott Beddall (from Dev Box)
15a4a33ff2 undo ci.tests.yml update that I don't want to risk 2024-03-11 16:58:23 -07:00
Scott Beddall (from Dev Box)
297dbb1da4 passing the same workaround on job name 2024-03-11 16:57:54 -07:00
Scott Beddall (from Dev Box)
02ae6a4956 parameters.OS -> parameters.OSNam 2024-03-11 16:43:15 -07:00
Scott Beddall (from Dev Box)
38cc766e8d see if we can add a job name so that it can multiplex properly 2024-03-11 16:41:12 -07:00
Scott Beddall (from Dev Box)
b60a3253d2 ensure we actually use the variables 2024-03-11 16:20:14 -07:00
Scott Beddall (from Dev Box)
f6a0814e89 ensure we use the variable in cmake-generate-jobs. the issue was in cmake-generate-tests 2024-03-11 16:17:35 -07:00
Scott Beddall (from Dev Box)
6ae194fbf3 ensure that cmake-generate.tests.yml properly handles various os differences 2024-03-11 16:08:30 -07:00
Scott Beddall (from Dev Box)
7ae66a0560 ensure that cmake-generate.tests.yml properly handles various os differences 2024-03-11 16:08:12 -07:00
Scott Beddall (from Dev Box)
8d3d6e857d repair livetests. they need to NOT have a job name 2024-03-11 15:55:46 -07:00
Scott Beddall (from Dev Box)
4cf7598484 storage must extend ci.yml not call a specific stages 2024-03-11 15:37:38 -07:00
Scott Beddall (from Dev Box)
84c052d03f we must use the general pools, not the 1espt pools! 2024-03-11 15:29:50 -07:00
Scott Beddall (from Dev Box)
b2c0b758ec we must use publish-1es-artifact, not publish-artifact 2024-03-11 15:27:45 -07:00
Scott Beddall (from Dev Box)
4c8995d13f tiny cleanup items 2024-03-11 15:25:21 -07:00
Scott Beddall (from Dev Box)
b97da37992 unify with main. it's not aligned for some weird reason 2024-03-11 15:23:59 -07:00
Scott Beddall (from Dev Box)
4bb41b22c1 rework all the calls to archetype-sdk-generate-tests -> generate-job-matrix 2024-03-11 15:16:40 -07:00
Scott Beddall (from Dev Box)
da1190ffb1 pull across all changes to scripts that are required to support 1es templates. still need to update the reference to archetype-sdk-tests-generate -> generate-job-matrix 2024-03-11 14:53:31 -07:00
Azure SDK Bot
4affaf7b6a
Skip env processing on matrix import step (#5435)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2024-03-11 17:07:08 -04:00
Azure SDK Bot
3dd2a25283
Update GitHubEventProcessor to 20240311.2 (#5434)
Co-authored-by: James Suplizio <jasupliz@microsoft.com>
2024-03-11 10:52:06 -07:00
Azure SDK Bot
c3619007ac
Update github-event-processor version (#5433)
Co-authored-by: James Suplizio <jasupliz@microsoft.com>
2024-03-11 08:22:29 -07:00
Ronnie Geraghty
a0559c53f7
Fixing links in Event Hubs README.md (#5393)
* Fixing links in Event Hubs README.md

Came across these links pointing to material for the Go libraries and updated them to the C++ materials.

* Updating links for event hubs checkpoint library
2024-03-08 16:14:50 -08:00
Larry Osterman
dd012fe95d
Define AZURE_CLIENT_ID for live tests in CI (#5431)
* Define AZURE_CLIENT_ID for live tests in CI
2024-03-08 15:59:09 -08:00
Azure SDK Bot
e490daaa50
Sync .github/workflows directory with azure-sdk-tools for PR 7845 (#5430)
* Create a separate job for events requiring Az CLI

* Update .github/workflows/event-processor.yml

Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>

---------

Co-authored-by: James Suplizio <jasupliz@microsoft.com>
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
2024-03-08 11:09:10 -08:00
Azure SDK Bot
95e85b6025
Update Prepare-Release.ps1 to handle only one previous release (#5429)
In the case there is exactly one previous release PS will return the single object and thus the Count property will not exist. Instead this change ensures that we always have a list.

Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
2024-03-08 11:04:09 -08:00
Azure SDK Bot
f4442ede76
Add dotnet-api product slug to sample metadata script (#5428)
Co-authored-by: Anne Thompson <annelo@microsoft.com>
2024-03-08 13:12:28 -05:00
Ahson Khan
7025e232bd
Remove the use of ifdef for TESTING_BUILD in KeyVault clients, where they are not needed. (#5418) 2024-03-07 16:56:06 -08:00
Anton Kolesnyk
aad2299dcd
Revert commits related to _azure_BUILD_FOR_TESTING and _azure_*_FOR_TESTS (#5416)
* Revert "Remove the use of ifdef for TESTING_BUILD in KeyVault clients, where (#5406)"

This reverts commit 2d8c940f55.

* Revert "Rename the TESTING_BUILD macro to be _azure_TESTING_BUILD to highlight (#5390)"

This reverts commit 256c2df8b5.

* Revert "Use new macros in existing surface area, so that classes marked as final don't have virtual methods. (#5389)"

This reverts commit 3d7eaddb9d.

* Revert "For new surface area, classes marked as final should not have virtual methods. (#5331)"

This reverts commit ddd0f4bd07.

---------

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2024-03-07 04:03:35 +00:00
Azure SDK Bot
87036bc05e
TestResources - Bubble up errors in Retry with pipe statements (#5413)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2024-03-06 16:13:16 -08:00
Azure SDK Bot
a7ce0d5ae3
Sync eng/common directory with azure-sdk-tools for PR 7810 (#5412)
* Run publish on failed or succeeded

* Expand agent os string detection

* Check agent job status env var for artifact name detection

* Add sbomEnabled flag to publish template

* Fix image and artifact name conditional

---------

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2024-03-05 17:47:38 -05:00
Anton Kolesnyk
e4002aeff7
Fix warnings that block the Live CI pipeline (#5398)
* Fix warnings that block the Live CI pipeline

---------

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2024-03-05 08:17:56 +00:00
Azure SDK Bot
4be69dddcb
Sync eng/common directory with azure-sdk-tools for PR 7758 (#5410)
* Add 1es changes for job/matrix generation and publish

* Use more flexible pool filter for prev/next pool matches

* consolidate displayname definition

* use linux pool variables for generate matrix job

* Fix publish artifact

* Use single publish task for publish artifact

---------

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2024-03-04 16:57:59 -05:00
Azure SDK Bot
e2dcf52dc1
Fix EnforceMaxLifeOfIssues event and run time (#5409)
Co-authored-by: James Suplizio <jasupliz@microsoft.com>
2024-03-04 08:50:41 -08:00
Azure SDK Bot
59976a3c16
Fix matrix CI tests (#5355)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2024-03-01 11:14:04 -08:00
Ahson Khan
2d8c940f55
Remove the use of ifdef for TESTING_BUILD in KeyVault clients, where (#5406)
they are not needed.
2024-03-01 07:09:54 +00:00
Ahson Khan
256c2df8b5
Rename the TESTING_BUILD macro to be _azure_TESTING_BUILD to highlight (#5390)
this is internal only and reduce chances of collision.
2024-03-01 05:45:36 +00:00
Ahson Khan
3d7eaddb9d
Use new macros in existing surface area, so that classes marked as final don't have virtual methods. (#5389)
* Use new macros in existing surface area, so that classes marked as final don't have virtual methods.

* Update doc comments.

* Use DOXYGEN_PREDEFINED to expand only the macros we want expanded.

* Add the compile definition for more projects.

* Address PR feedback.

* Make TestableTokenCache a friend class of TokenCache.
2024-02-29 20:48:12 -08:00
Ahson Khan
61f5ce00c2
Make it clear that the BUILD_TESTING option is for testing purposes for contributors of the SDK and not supported for production use. (#5396)
* Make it clear that the BUILD_TESTING option is for testing purposes for contributors of the SDK and not supported for production use.

* Update FolderList.cmake to make a similar note.

* Fix spelling errors.

* Update CONTRIBUTING.md

Co-authored-by: Rick Winter <rick.winter@microsoft.com>

* Update GPL link

---------

Co-authored-by: Rick Winter <rick.winter@microsoft.com>
2024-02-29 17:07:30 -08:00
Azure SDK Bot
a7a2d944a4
Update github-event-processor ver to 1.0.0-dev.20240229.2 (#5399)
Co-authored-by: James Suplizio <jasupliz@microsoft.com>
2024-02-29 15:21:00 -08:00
Azure SDK Bot
afccfb1288
Sync eng/common directory with azure-sdk-tools for PR 7682 (#5381)
* Support resolving environment variable references in matrix config

* Improve type and null handling

* Fix reference bug

* Change behavior on missing env vars to throw

---------

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2024-02-29 13:40:25 -08:00
Morten Ofstad
93d8c12e4c
Fix use of namespace qualifiers that have not been explicitly introduced (#5371)
* Fix use of namespace qualifiers that have not been explicitly introduced.

* Format (sort usings alphabetically)

* Update CHANGELOG.md

* Update cspell.json

---------

Co-authored-by: Morten Ofstad <morten.ofstad@bluware.com>
Co-authored-by: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com>
2024-02-29 02:51:42 +00:00
George Arama
d5c1e01b88
Perf doc (#5388)
* mroe quotes

* dssf

* doc update

* spelling

* one more update

* Update doc/PerformanceTesting.md

Co-authored-by: Rick Winter <rick.winter@microsoft.com>

---------

Co-authored-by: Rick Winter <rick.winter@microsoft.com>
2024-02-28 11:04:28 -08:00
Larry Osterman
c707769604
Updated tests to support -UserAuth test resources switch to enable non-corpnet access. (#5387)
* Updated tests to support -UserAuth test resources switch to enable non-corpnet access.

* Try setting sample environment variables in sample script pipeline
2024-02-28 01:36:54 +00:00
Azure SDK Bot
ebfb16d10b
Allow relative EmitterPackageJsonPath in New-EmitterPackageLock.ps1 (#5380)
Co-authored-by: Patrick Hallisey <pahallis@microsoft.com>
2024-02-27 14:22:44 -08:00
George Arama
a8fcb87073
Perf doc update (#5386)
* mroe quotes

* dssf

* doc update

* spelling
2024-02-27 14:21:08 -08:00
Richard Park
b655b0bd6d
Updating to use the common image (#5385) 2024-02-27 13:10:55 -08:00
James Suplizio
ca03668fff
Add EnforceMaxLifeOfIssues to event-processor.config set to Off (#5384) 2024-02-27 12:03:47 -08:00
Azure SDK Bot
e178a716a4
Updates to tools for CodeownerUtils updates (#5383)
Co-authored-by: James Suplizio <jasupliz@microsoft.com>
2024-02-27 10:43:23 -08:00
Azure SDK Bot
3fbad41d49
Update version of github-event-processor (#5382)
Co-authored-by: James Suplizio <jasupliz@microsoft.com>
2024-02-27 10:08:05 -08:00