Commit Graph

3514 Commits

Author SHA1 Message Date
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
Azure SDK Bot
366e05ea1a
Sync eng/common directory with azure-sdk-tools for PR 9793 (#6401)
* Update pipeline generate

Includes fix https://github.com/Azure/azure-sdk-tools/pull/9784

* Update eng/common/pipelines/templates/steps/install-pipeline-generation.yml

---------

Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
2025-02-06 22:35:47 -08:00
Azure SDK Bot
c5b9a20dc9
Add AdditionalMatrixConfigs the CIMatrixConfigs (#6400)
Co-authored-by: James Suplizio <jasupliz@microsoft.com>
2025-02-06 14:14:25 -08:00
Azure SDK Bot
d404aba845
Print clickable link to terminal (#6399)
Co-authored-by: Heath Stewart <heaths@microsoft.com>
2025-02-06 13:24:39 -08:00
Azure SDK Bot
26698f4eb6
Add rust to prepare-pipelines and create-package-workitem yaml (#6397)
Co-authored-by: Patrick Hallisey <pahallis@microsoft.com>
2025-02-06 00:03:03 -08:00
Azure SDK Bot
9a1c237bcd
Flip supportsSafeSecretStandard boolean condition (#6395)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2025-02-05 16:27:27 -08:00
Azure SDK Bot
2dccdce3a0
Sync eng/common directory with azure-sdk-tools for PR 9745 (#6390)
* Pass arm template parameter for TME context

* Use supportsSafeSecretStandard parameter instead

---------

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2025-02-04 14:05:16 -08:00
Azure SDK Bot
494f9ff858
Pass non sparse parameters through to PR job matrix generator (#6386)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2025-02-04 13:32:17 -05:00
Azure SDK Bot
e0c5f27d6b
Update common tool to support go (#6389)
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2025-02-04 00:05:33 -08:00
Azure SDK Bot
ca7968c1cd
Sync eng/common directory with azure-sdk-tools for PR 9698 (#6388)
* Fix pipeline generation for private repos

* Update eng/common/pipelines/templates/steps/sparse-checkout.yml

---------

Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
2025-02-03 17:18:54 -08:00
Azure SDK Bot
cb3b4117da
Update query count to fix automation (#6387)
Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
2025-02-03 16:32:11 -08:00
Azure SDK Bot
82b119785b
Sync eng/common directory with azure-sdk-tools for PR 9732 (#6383)
* update emitter template

* hide step if public pr

* update conditions after testing

---------

Co-authored-by: m-nash <64171366+m-nash@users.noreply.github.com>
2025-01-29 15:23:35 -08:00
Azure SDK Bot
15e98d2991
Sync eng/common directory with azure-sdk-tools for PR 9724 (#6384)
* Use 1es template

* Move to stage template folder

---------

Co-authored-by: ray chen <raychen@microsoft.com>
2025-01-29 14:57:38 -08:00
Rick Winter
9a32e64739
Fix CodeQL issue (#6382)
Add explanation to CodeQL suppression.

Change was pulled directly from nlohmann/json
nlohmann/json#4362
2025-01-29 13:04:48 -08:00
Rick Winter
4cbb49f036
Update CODEOWNERS (#6378) 2025-01-29 09:57:45 -08:00
Rick Winter
a9a0d53665
Update CODEOWNERS baseline
Update the baselines for C++ repo
2025-01-29 17:44:05 +00:00
Azure SDK Bot
a9083d489b
Add fallback user id lookup for test resource deployment (#6375)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2025-01-28 11:44:31 -08:00
Azure SDK Bot
c95362ac9d
Sync eng/common directory with azure-sdk-tools for PR 9699 (#6372)
* allow the indirect matrix to generate non-sparse based on new parameter to generate-job-matrix

---------

Co-authored-by: Scott Beddall <scbedd@microsoft.com>
2025-01-27 19:21:28 -08:00
Azure SDK Bot
124742bde8
Sync eng/common directory with azure-sdk-tools for PR 9687 (#6368)
* Migrate stress storage cluster

* Add tenant to stress deploy login

---------

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2025-01-24 13:58:19 -08:00
Azure SDK Bot
3e3c0cedf9
Sparse checkout 1espt auto-baselining file by default (#6371)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2025-01-24 12:50:12 -08:00
Ahson Khan
076452e183
Remove unused AttestationServiceUrl() from KeyVault Keys tests (#6363)
* Remove unused AttestationServiceUrl() from KeyVault Keys tests

* Delete unused test_consts.hpp

* Remove unnecessary include of "test_consts.hpp" in key_client_create_test_live.cpp

* Update CMakeLists.txt to remove unused test_consts.hpp
2025-01-23 23:28:50 -08:00
Azure SDK Bot
eaadd48aca
support spec PR trigger (#6369)
Co-authored-by: ray chen <raychen@microsoft.com>
2025-01-23 16:44:52 -08:00
Azure SDK Bot
18111ff3c0
Increment package version after release of azure-data-tables (#6365) 2025-01-23 10:03:17 -08:00
Azure SDK Bot
d646629655
Sync eng/common directory with azure-sdk-tools for PR 9656 (#6366)
* Added label handle sdk-gen pipeline template

Added common script to delete label from a PR

* Update eng/common/scripts/Invoke-GitHubAPI.ps1

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>

---------

Co-authored-by: ray chen <raychen@microsoft.com>
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2025-01-22 15:30:17 -08:00
gearama
03ef1c710b
Tables january release (#6327)
* gdf

* erwe

* ter

* ds

* update date
2025-01-22 11:11:54 -08:00
Azure SDK Bot
90a2207ea5
Sync eng/common directory with azure-sdk-tools for PR 9668 (#6364)
* Support incrementing semver prereleases with 'zero' versions

* Make tests more explicit

---------

Co-authored-by: Patrick Hallisey <pahallis@microsoft.com>
2025-01-22 10:39:17 -08:00
gearama
f2b8257b8f
update update approach v2 (#6339)
* update update v2

* clang

* Update sdk/tables/azure-data-tables/inc/azure/data/tables/table_client.hpp

Co-authored-by: Ahson Khan <ahkha@microsoft.com>

* PR comments

* remove etag

* tired of trying to be smart

* clang

* const

* fsd

* fsdf

* clang

* clarify the headers

* clangs

* fsdfsd

* gdfggdf

* more pr

* ooops

---------

Co-authored-by: Ahson Khan <ahkha@microsoft.com>
2025-01-21 16:34:19 -08:00
Azure SDK Bot
12d9e66e4f
handle only deleted files in a <language> - pullrequest build (#6359)
Co-authored-by: Scott Beddall <scbedd@microsoft.com>
2025-01-21 15:16:43 -08:00
Azure SDK Bot
4d8c32d22a
Sync eng/common directory with azure-sdk-tools for PR 9652 (#6361)
* Update github.io docs to use static website instead of blobs directly

* Update eng/common/scripts/copy-docs-to-blobstorage.ps1

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

* Switch from AzurePowerShell to AzureCLI task

* Add scriptLocation to docindex.yml

* Update Generate-DocIndex.ps1

* Fix indentation in docindex.yml script block

---------

Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
Co-authored-by: Ben Broderick Phillips <ben@benbp.net>
2025-01-21 08:55:49 -08:00
Daniel Jurek
6f3ee2ab6a
Djurek/cleanup vm image (#6360)
* Remove vmImage from daily-verification.yml

* (test) Disable PR creation to validate change

* Revert "(test) Disable PR creation to validate change"

This reverts commit fc8343097ef11e4c78dfc6431c6ca35a79dded86.
2025-01-20 09:52:48 -08:00
Ahson Khan
c0fd0d544f
Update LiveTestCtestRegex within the ci.yml to match the CtestRegex value set (#6223)
* Update LiveTestCtestRegex ci.yml to see if it modifies the set of tests that run

* A random change to reset CI.

* Revert random change.
2025-01-18 01:18:03 -08:00
Azure SDK Bot
fbe7276a5e
Fix broken link (#6347)
Co-authored-by: McCoy Patiño <39780829+mccoyp@users.noreply.github.com>
2025-01-17 15:11:04 -08:00
Azure SDK Bot
757e967f90
Sync eng/common directory with azure-sdk-tools for PR 9601 (#6351)
* updates to dynamic matrix generation. moves indirectly included packages to sparse usage. adds additional parameters to GeneratePRMatrix that enable further filtering of the matrix generated for the indirect packages

---------

Co-authored-by: Scott Beddall <scbedd@microsoft.com>
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
2025-01-17 12:00:38 -08:00
Azure SDK Bot
c11ef150fa
Remove sovereign cloud testing support (#6358)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2025-01-17 09:54:37 -08:00
Ahson Khan
bc6c51fb3f
Remove unused responseString local variables within the table_client.cpp implementations (#6352) 2025-01-17 09:45:29 -08:00
Azure SDK Bot
38ab95ddde
Sync eng/common directory with azure-sdk-tools for PR 9577 (#6356)
* Add common SDK generation pipeline

* Update Yaml Configuration

* Update SDK generation Yaml config

* Add spec-gen-sdk pipeline configuration

* Remove spec-gen-sdk.yml and add archetype-spec-gen-sdk.yml

* Allow pipelline override of repo organisation

* Remove SkipPullRequestCreation from pipeline condition

---------

Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2025-01-17 08:18:02 -08:00
Ben Broderick Phillips
bfba762f14
Remove sovereign cloud testing references (#6355) 2025-01-17 09:06:43 -05:00
Ahson Khan
604c18c588
Add samples for AppConfig LRO CreateSnapshot with comparisons of what we'd expect the user experience to be. (#6345)
* Add samples for AppConfig LRO CreateSnapshot with comparisons of what we'd expect the user experience to be.

* Add the necessary thread include.

* Update LRO sample where Operation<T> returns a status monitor instead of the resource.

* Add initial result to get the snapshot back from the first request, and fix formatting.

* Update the return type of GetSnapshot to match existing, current API shape.
2025-01-16 19:20:12 -08:00