Azure SDK Bot
3a67ae53cb
Sync eng/common directory with azure-sdk-tools for PR 8216 ( #5623 )
...
* Make create apireview runnable from non default working directory
2024-05-16 13:41:58 -04:00
Azure SDK Bot
c79967ef99
Sync eng/common directory with azure-sdk-tools for PR 8249 ( #5616 )
...
* Add support for Federated Auth to test resources scripts
* Default -- UseFederatedAuth: false
* Clear secrets if FederatedAuth is set
* Template conditions use AzurePowerShell only when a service connection is needed
* Review feedback and pair with Ben
* Update docs
* http:// -> https://
---------
Co-authored-by: Daniel Jurek <djurek@microsoft.com>
2024-05-15 14:17:16 -07:00
Azure SDK Bot
565f07da68
Added variable to skip spec location chk ( #5621 )
...
Co-authored-by: raychen <raychen@microsoft.com>
2024-05-15 14:46:44 +08:00
Wes Haggard
cd3655c322
Use template condition instead of runtime condition ( #5603 )
...
"cpp Resource Group" is only available for internal builds so we need to condition this entire step out on non-internal builds.
2024-05-07 13:58:10 -07:00
Daniel Jurek
caa3010ece
Harden Show-FailureLogs.ps1 against failures where the files are not present between Get-ChildItem and the output of the file ( #5454 )
...
* Harden Show-FailureLogs.ps1 against failures where the files are not present between Get-ChildItem and the output of the file
* Also log .FullName
2024-05-06 22:44:34 +00:00
Daniel Jurek
df8c4d4b2c
Use Azure federated auth ( #5599 )
2024-05-06 15:15:21 -07:00
Daniel Jurek
ac685055e6
Remove install-cmake.yml ( #5581 )
2024-04-29 22:15:47 +00:00
Azure SDK Bot
95cfb845cf
Sync eng/common directory with azure-sdk-tools repository ( #5583 )
2024-04-29 13:06:23 -07:00
Azure SDK Bot
56b5666b59
Sync eng/common directory with azure-sdk-tools for PR 8158 ( #5570 )
...
* allow an override FILE to be honored by test-proxy-tool
* update local test-framework to honor proxy override version by default
---------
Co-authored-by: Scott Beddall (from Dev Box) <scbedd@microsoft.com>
2024-04-25 15:31:24 -07:00
Scott Beddall
fd021f468c
Pin Newest Version of test-proxy in CI ( #5568 )
...
* pin version to proxy with common sanitizers added
* fixes for keyvault, storage, core, other misc packages to deal with new common proxy version
2024-04-24 15:57:50 -07:00
Azure SDK Bot
5a08acd1e2
Sync eng/common directory with azure-sdk-tools for PR 8152 ( #5565 )
...
* Only make one call to GetPackageInfoJson
* fix copy/paste, it should be packageInfoLocation not packageInfoJsonLocation
---------
Co-authored-by: James Suplizio <jasupliz@microsoft.com>
2024-04-23 16:32:38 -07:00
Daniel Jurek
a00a0125a6
Remove Windows upgrade of cmake (windows image now uses working version of cmake) ( #5558 )
2024-04-22 19:40:13 +00:00
Azure SDK Bot
a29f603c32
Fix Policheck step indention ( #5553 )
...
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
2024-04-18 15:55:39 -07:00
Daniel Jurek
ad30d104d6
Revert win2022 image back to latest and add msvc version mitigation ( #5539 )
...
* Revert win2022 image back to latest
* Workaround fix for MSVC SxS issue
2024-04-18 22:11:36 +00:00
Azure SDK Bot
94cba7934b
Handle the failures when package work item is unassigned ( #5551 )
...
Co-authored-by: Praveen Kuttappan <prmarott@microsoft.com>
2024-04-18 13:43:14 -04:00
Azure SDK Bot
e28ac6cdb1
Sync eng/common directory with azure-sdk-tools for PR 8110 ( #5540 )
...
* Show review link in logs and set DevOps project name based on the pipeline run
2024-04-16 23:22:13 -04:00
Azure SDK Bot
b063cdee1b
Use WIF to connect storage container ( #5525 )
...
Moving away from SAS tokens for connecting to storage so switching to using a Workload Identity Federation connection to the container to download the needed files.
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
2024-04-15 16:06:50 -07:00
Anton Kolesnyk
6ded663ff6
Fix REF replacement in vcpkg daily runs ( #5529 )
...
I could've fixed the quote characters alone, but I think it is better to just capture everything, this way it is compatible with both `REF azure-core_1234` and `REF "azure-core_1234"`, as well as `REF foo`.
2024-04-15 10:53:58 -07:00
Daniel Jurek
de2edfe2c8
Cmake: Add win2019 mitigation ( #5528 )
...
* Add win2019 mitigation
* cspell: msiexec
2024-04-12 22:45:42 +00:00
WangWeiLin-MV
e148d89745
Update sdk vcpkg portfile with VERSION and HEAD_REF ( #5516 )
...
* Update vcpkg portfile.cmake of sdk to add parameter HEAD_REF
* Update vcpkg portfile.cmake of sdk to use variable VERSION
* Update eng\scripts\Initialize-VcpkgRelease.ps1 regex for quoted REF
* Re-trigger CI
* Revert unnecessary change
---------
Co-authored-by: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com>
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2024-04-12 10:25:19 -07:00
Daniel Jurek
277191789e
install-cmake.yml ( #5523 )
2024-04-12 08:28:16 -07:00
Azure SDK Bot
1939b5fa19
update the targeted proxy version ( #5512 )
...
Co-authored-by: Scott Beddall (from Dev Box) <scbedd@microsoft.com>
2024-04-10 12:17:14 -07:00
Azure SDK Bot
1da16d5dfb
Sync eng/common directory with azure-sdk-tools for PR 8019 ( #5510 )
...
* Add retry on error for sparse checkout
* Consolidate sparse checkout command logging
* Consolidate sparse checkout command logging
---------
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2024-04-10 14:47:53 -04:00
Azure SDK Bot
ff62f2f548
Sync eng/common directory with azure-sdk-tools for PR 8053 ( #5507 )
...
* Pass flag to suppress errors correctly when verifying release change log
* Changes as per review comments
---------
Co-authored-by: Praveen Kuttappan <prmarott@microsoft.com>
2024-04-09 19:42:54 -07:00
Larry Osterman
1c304d60d4
Updated ApiView tool to version 0.13.0 ( #5498 )
2024-04-09 10:02:14 -07:00
Azure SDK Bot
408bd2bead
Sync eng/common directory with azure-sdk-tools for PR 8015 ( #5487 )
...
* Use different service connection and az CLI for ACR auth
* displayName
---------
Co-authored-by: Daniel Jurek <djurek@microsoft.com>
2024-04-04 10:11:18 -07:00
Larry Osterman
62cbe519c3
Switch CI pipeline to apiview tool version 0.12.0 ( #5484 )
...
* Switch CI pipeline to apiview tool version 0.12.0
* Touched file
2024-04-03 23:26:36 +00:00
Daniel Jurek
6a711f5ca4
Update WINDOWSVMIMAGE ( #5482 )
2024-04-02 16:04:47 -07:00
Azure SDK Bot
88c6e1dc0c
Sync eng/common directory with azure-sdk-tools for PR 7989 ( #5480 )
...
* Remove soft errors in validation step from Devops pipeline
2024-04-02 16:08:31 -04:00
Azure SDK Bot
6450530bd8
Sync eng/common directory with azure-sdk-tools for PR 7988 ( #5479 )
...
* Pass valid original artifact file name in request to APIView
2024-04-02 15:27:31 -04:00
Azure SDK Bot
1ba6be47e4
pshell 7.4 somehow caused git show to stop working. this update resolves the problem ( #5478 )
...
Co-authored-by: Scott Beddall (from Dev Box) <scbedd@microsoft.com>
2024-04-01 18:40:13 -07:00
Azure SDK Bot
c4f36de705
Sync eng/common directory with azure-sdk-tools for PR 7975 ( #5471 )
...
* Pass Group in request to get package name approval status
2024-04-01 11:49:57 -04:00
Azure SDK Bot
c2dfe277bf
Sync eng/common directory with azure-sdk-tools for PR 7977 ( #5470 )
...
* Skip API review package name approval for management plane packages
2024-03-29 12:48:13 -04:00
Azure SDK Bot
7fa626d47c
Sync eng/common directory with azure-sdk-tools for PR 7855 ( #5459 )
...
* Pipeline template to validate package and update package work item
* Changes to restructure validations
* Additional fixes as per comments
* Remove explicit exit code
* Set erroractionpreference for change log check
---------
Co-authored-by: Praveen Kuttappan <prmarott@microsoft.com>
2024-03-27 15:01:11 -04:00
Azure SDK Bot
6cabca1743
Call GetDocsMsDevLanguageSpecificPackageInfoFn if it's defined ( #5468 )
...
Co-authored-by: James Suplizio <jasupliz@microsoft.com>
2024-03-26 15:50:34 -04:00
George Arama
7cf80b5cf7
HSM Tests to run from recordings only ( #5463 )
...
* mroe quotes
* dssf
* qweqeqw
* record only
* remove HSM from live platform
* clangs
* weqw
* spellcheck
* oopsie daisy
* trigger storage
* undo changes
* part 2
* update tests
* ffds
* gfdg
* fgdgd
* skip tests
* clangs
2024-03-25 15:35:56 -07:00
Praven Kuttappan
8891f9511e
Update pipeline step to remove deprecated params in API view script ( #5458 )
...
* Update pipeline step to remove deprecated params in API view script
2024-03-19 17:16:13 -04:00
Azure SDK Bot
469775373c
Bump the proxy version to the last one resolving mac timeout issues ( #5452 )
...
Co-authored-by: Scott Beddall (from Dev Box) <scbedd@microsoft.com>
2024-03-19 12:50:20 -07:00
Azure SDK Bot
534083cc55
remove all references to docker ( #5455 )
...
Co-authored-by: Scott Beddall (from Dev Box) <scbedd@microsoft.com>
2024-03-18 15:54:36 -07:00
Azure SDK Bot
de372fdaba
Create api review script changes to add a param to set release tag ( #5453 )
...
Co-authored-by: Praveen Kuttappan <prmarott@microsoft.com>
2024-03-18 10:54:28 -04:00
Azure SDK Bot
d390750361
Sync eng/common directory with azure-sdk-tools for PR 7892 ( #5451 )
...
* Move git check for changes to script
* Minor fixes for 1es migration
---------
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2024-03-15 17:24:05 -04:00
Azure SDK Bot
1ecceb6f7a
Sync eng/common directory with azure-sdk-tools for PR 7877 ( #5449 )
...
* create necessary eng/common changes to allow proxy to be shut down
---------
Co-authored-by: Scott Beddall (from Dev Box) <scbedd@microsoft.com>
2024-03-14 12:51:02 -07:00
Azure SDK Bot
2b1b8af3f6
APIView - send package version param for automatic API review request ( #5444 )
...
Co-authored-by: Praveen Kuttappan <prmarott@microsoft.com>
2024-03-13 15:41:24 -04:00
Scott Beddall
3658df22db
1ES Template Refactor (#5441 )
...
* All eng/ folder changes necessary to enable 1es-templates for the azure-sdk-for-cpp
* Includes updates to all ci.yml files to reflect new syntax requirements from 1es-template changes to archetype-sdk-client
2024-03-12 15:20:45 -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
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
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
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