Граф коммитов

1248 Коммитов

Автор SHA1 Сообщение Дата
Azure SDK Bot df49cd69d2
Sync eng/common directory with azure-sdk-tools for PR 9333 (#23703)
* Retry container deletion

* Do not try to purge keyvaults with purge protection

* Delete all blobs when container has immutability

* Skip missing blob container properties

* Fix null container

---------

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2024-11-07 11:54:13 -08:00
Azure SDK Bot f498f54183
Sync eng/common directory with azure-sdk-tools for PR 9330 (#23696)
* disable InitializeCIArtifacts outside of CI until we get a better loop for usage

---------

Co-authored-by: Scott Beddall <scbedd@microsoft.com>
2024-11-05 12:48:06 -08:00
Azure SDK Bot 39e6d17ad2
Version/location updates for stress script usage (#23684)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2024-11-04 19:27:33 -05:00
Azure SDK Bot cd350b8298
Sync eng/common directory with azure-sdk-tools for PR 9308 (#23690)
Remove unnecessary Resolve-Path in Get-PrPkgProperties

Co-authored-by: Scott Beddall <scbedd@microsoft.com>
2024-11-04 15:45:56 -08:00
Azure SDK Bot 501e63b096
target newly released proxy version (#23685)
Co-authored-by: Scott Beddall <scbedd@microsoft.com>
2024-11-04 14:37:47 -08:00
Azure SDK Bot b3920164ce
Sync eng/common directory with azure-sdk-tools for PR 9294 (#23683)
Co-authored-by: Scott Beddall <scbedd@microsoft.com>
2024-10-31 16:19:48 -07:00
Azure SDK Bot 9964c6e693
Sync eng/common directory with azure-sdk-tools for PR 9288 (#23680)
* Update Logging

* Update eng/common/scripts/logging.ps1

---------

Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
2024-10-31 14:00:26 -07:00
Azure SDK Bot 5eff0623ed
Reduce unnecessary delete calls to ARM for storage accounts (#23681)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2024-10-31 16:18:17 -04:00
Azure SDK Bot a6f7621bba
Sync eng/common directory with azure-sdk-tools for PR 9290 (#23676)
* identify and resolve missing function GenerateMatrixForConfig 
* identify and resolve miss-used null-coalesce operator

---------

Co-authored-by: Scott Beddall <scbedd@microsoft.com>
2024-10-30 22:19:14 -07:00
Azure SDK Bot 84097f5834
Sync eng/common directory with azure-sdk-tools for PR 9281 (#23675)
* package-properties are now populated with matrix configurations from their ci.yml if present
* create new code path for generate-job-matrix.yml which combines Create-JobMatrix and the "distribute-packages-to-matrix" action to generate dynamic matrices for PRs

---------

Co-authored-by: Scott Beddall <scbedd@microsoft.com>
2024-10-30 16:45:08 -07:00
Azure SDK Bot f03c629c5b
Sync eng/common directory with azure-sdk-tools for PR 9259 (#23670)
* Run perf tests under federated auth

Run the tests under the same federated auth used to deploy the tests and setup the variables needed to configure AzurePipelineCredential.

* Fix indention for working directory

---------

Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
2024-10-29 13:45:20 -07:00
Azure SDK Bot 88fddb42a8
Allow default matrix selection override (#23659)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2024-10-24 16:05:07 -07:00
tanyasethi-msft 19f144fe7c
Prep for release of adls stg95 preview (#23647)
* prep for release of adls, correct the shared key algorithm

* update azblob version

* test correction and its recording

* test correction

* test recordings

* failing test recording

* change coverage requirements of datalake temporarily

* Trigger Pipeline

* update code coverage for azdatalake to be 0.25 temporarily
2024-10-24 21:50:13 +05:30
Azure SDK Bot 7babbbb5ef
Sync eng/common directory with azure-sdk-tools for PR 9236 (#23656)
* Refactor PackageProps to make the Yaml loading and processing methods common

* Updates for feedback

---------

Co-authored-by: James Suplizio <jasupliz@microsoft.com>
2024-10-24 08:57:53 -07:00
Azure SDK Bot 9463afd145
Support branch name with space in create review step (#23638)
Co-authored-by: Praveen Kuttappan <prmarott@microsoft.com>
2024-10-22 16:56:19 -04:00
Praven Kuttappan c8db501da3
Update apiview step in pipeline to quote branch name param (#23637) 2024-10-22 16:49:16 -04:00
Azure SDK Bot 2be0e5f691
Fix spelling of Regenerate in yaml (#23636)
Co-authored-by: Patrick Hallisey <pahallis@microsoft.com>
2024-10-22 13:25:26 -07:00
Azure SDK Bot 4b7eebb642
Sync eng/common directory with azure-sdk-tools for PR 9229 (#23625)
* Remove default sub config sub-config-azure-cloud-test-resources

We no longer want to default the configuration and instead
default from the service connection which had the info we need.

* Fix quoting

---------

Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
2024-10-21 18:22:23 -07:00
Azure SDK Bot 9090e4482b
Move perf pipelines to TME subscription (#23615)
Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
2024-10-21 12:56:54 -07:00
Richard Park 6055ff776e
[aztables] adding CosmosDB support for using TokenCredentials (#23596)
Just a simple matter of using the proper scope when talking with CosmosDB, which apparently didn't support token auth when this library was first created.

Also includes some work to bring this up "to code", as it were:
* Tests now test against TokenCredentials for both Storage and CosmosDB (previously they only tested the constructor). Bicep file also now has an example of creating a custom role that contains the privileges needed since Cosmos has it's own RBAC.
* Readme and other text all updated to say "Entra ID" instead of AAD

Fixes #21760
2024-10-18 10:24:22 -07:00
Azure SDK Bot 1cbed27ebf
Handle cleanup for leased and encrypted storage accounts. Reduce throttling (#23602)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2024-10-18 07:53:33 -07:00
Azure SDK Bot 10304eb057
Sync eng/common directory with azure-sdk-tools for PR 9181 (#23600)
* save-package-properties.yml only activates PR diff mechanism if the service directory is "auto"

---------

Co-authored-by: Scott Beddall <scbedd@microsoft.com>
2024-10-17 17:03:43 -07:00
Azure SDK Bot 546e0996f2
Sync eng/common directory with azure-sdk-tools for PR 9177 (#23591)
* Escape parentheses in includes to fix issues in publishing

* Only escape close parens

* Comments

---------

Co-authored-by: Daniel Jurek <djurek@microsoft.com>
2024-10-17 08:53:08 -07:00
Azure SDK Bot 068ef3d103
Handle missing artifacts without exception (#23592)
Co-authored-by: Scott Beddall <scbedd@microsoft.com>
2024-10-16 16:22:21 -07:00
Azure SDK Bot 07c1fcb3f9
Set resource group env variable early so remove always works (#23594)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2024-10-16 15:25:26 -07:00
Azure SDK Bot 1e3b3f19d3
Sync eng/common directory with azure-sdk-tools for PR 9147 (#23595)
* Changes required for sdk-repo based emitter pipelines

* Rename template

* Convert emitter archetype to pipeline template

* Move the archetype template out of the stages folder

---------

Co-authored-by: Patrick Hallisey <pahallis@microsoft.com>
2024-10-16 15:07:02 -07:00
Wes Haggard ac22295fff
Switch to TME test subscription (#23570) 2024-10-14 16:54:41 -07:00
Azure SDK Bot fb9b7a23d7
Sync eng/common directory with azure-sdk-tools for PR 9102 (#23564)
* Add CompatibleConvertFrom-Yaml to common Package-Helpers
* Add CI artifact parsing to Save-Package-Properties, now each individual packageinfo.json file contains the relevant ci artifact lines for the package. This short circuits needing to re-parse this information in common checks.

---------

Co-authored-by: Scott Beddall <scbedd@microsoft.com>
2024-10-11 13:00:41 -07:00
Richard Park 9522165361
[azopenai] 2024-08-01-preview generation (#23554) 2024-10-11 11:26:46 -07:00
Richard Park 42922c1d30
[azeventhubs,azservicebus] Applying retry fix to both eventhubs and servicebus (#23562)
* Some lint errors.
* Fixing some broken tests. It looks like these weren't running in CI because what I've changed should not have affected them at all.

Fixes #23523
2024-10-11 02:52:47 +00:00
Ben Broderick Phillips 5df372ce81
Use common OIDC token env vars in post scripts (#23549)
* Use common OIDC token env vars in post scripts

* Pass cloud into azcontainerregistry test config
2024-10-10 21:11:30 +00:00
Azure SDK Bot a74375761b
Sync eng/common directory with azure-sdk-tools for PR 9106 (#23555)
Co-authored-by: Scott Beddall <scbedd@microsoft.com>
2024-10-08 15:58:09 -07:00
Azure SDK Bot 7c2d3a77d4
Use equality function check for persist oidc token step (#23559)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2024-10-08 15:37:22 -07:00
Azure SDK Bot 189476ac22
Persist oidc env vars in deploy template (#23553)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2024-10-08 11:59:23 -07:00
Azure SDK Bot 50a2665d59
Need to add environment to subscription configuration (#23547)
Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
2024-10-04 13:20:42 -07:00
Joel Hendrix e5aec8051f
Update to the latest two versions of Go (#23536)
* Update to the latest two versions of Go

Remove setting nocoverageredesign as the underlying issue has been
fixed, so it's no longer required.
Update to latest version of golangci-lint.

* clean up lint
2024-10-03 15:15:36 -07:00
Azure SDK Bot fc431018b6
Sync eng/common directory with azure-sdk-tools for PR 9092 (#23541)
* Export the subscription data from the service connection

* Update deploy-test-resources.yml

---------

Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
2024-10-03 15:11:11 -07:00
Richard Park 910af976fc
[azopenaiextensions] Fixing CI (#23522)
* Adding in the same throttling checks that we have in OpenAI, since it's the same underlying reosurces that are oversubscribed
* Updating so our code compiles under the latest alpha from OpenAI
* Stop examples from running
2024-10-02 16:13:56 -07:00
Azure SDK Bot 9582d420c4
Update New-TestResources.ps1 to add quotes around shell envvar (#23521)
Co-authored-by: swathipil <swathip@microsoft.com>
2024-10-02 13:14:53 -07:00
Ben Broderick Phillips 51f95860c6
Pass race detector value in only when it is set (#23535)
* Pass race detector value in only when it is set

* fix ordering and args

---------

Co-authored-by: Joel Hendrix <jhendrix@microsoft.com>
2024-10-02 08:49:59 -07:00
Chenjie Shi 0c60dc8411
change filtering words (#23507) 2024-09-27 10:20:10 +08:00
Azure SDK Bot 0f6cf2d8bd
Docs onboarding: ValidatePackageForOnboarding2 -> PackageIsValidForDocsOnboarding (#23509)
Co-authored-by: Daniel Jurek <djurek@microsoft.com>
2024-09-26 15:05:29 -07:00
Azure SDK Bot ab475722b7
Update CodeownersLinter to 1.0.0-dev.20240926.2 (#23511)
Co-authored-by: James Suplizio <jasupliz@microsoft.com>
2024-09-26 12:06:14 -07:00
Azure SDK Bot 48f1edbc2e
Sync eng/common directory with azure-sdk-tools for PR 9035 (#23497)
* don't verify changelog for packages that aren't actively published anymore
---------

Co-authored-by: Scott Beddall <scbedd@microsoft.com>
Co-authored-by: Scott Beddall <45376673+scbedd@users.noreply.github.com>
Co-authored-by: Ben Broderick Phillips <ben@benbp.net>
2024-09-25 11:46:26 -07:00
Azure SDK Bot fa5fe3bc2f
Sync eng/common directory with azure-sdk-tools for PR 9013 (#23468)
* Spelling: Remove deprecated --no-install, replace with --no

* Extract testing, use npm exec instead of npx

* Move tests to eng/common-tests/

* Cleanup, documentation

* More cleanup

* Update $command

---------

Co-authored-by: Daniel Jurek <djurek@microsoft.com>
2024-09-24 09:50:15 -07:00
Azure SDK Bot 4d44a755d1
Fix sparse-checkout commit (#23474)
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
2024-09-20 12:05:42 -07:00
Azure SDK Bot 39d3aaa4b3
Update TestProxy version to 1.0.0-dev.20240919.1 for net6->net8 update (#23467)
Co-authored-by: James Suplizio <jasupliz@microsoft.com>
2024-09-19 15:23:30 -07:00
Azure SDK Bot e51b85b949
AdditionalValidationPackagesFromPackageSetFn now accepts all discovered packages (#23466)
Co-authored-by: Scott Beddall <scbedd@microsoft.com>
2024-09-19 12:12:30 -07:00
Azure SDK Bot ee9b9766f6
we need the condition to be set on populateScanPaths step. if we don't, and there are previous failures in the analyze pipeline, we won't properly invoke verify readmes. (#23455)
Co-authored-by: Scott Beddall <scbedd@microsoft.com>
2024-09-19 11:33:57 -07:00
Azure SDK Bot a5d81d8c87
Update to newer resource id for open source api (#23460)
Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
2024-09-18 15:00:30 -07:00