azure-sdk-for-cpp/eng/common
Azure SDK Bot 8a2c551230
Sync eng/common directory with azure-sdk-tools for PR 1912 (#2767)
* Attempt to purge all vaults, managed HSMs

Reverts #1910. Vaults and managed HSMs are automatically purged on their purge date. The point was to purge them daily to preserve capacity. The default purge date is +90 days.

* Add timeout and more logging

* Pass required -Resource

* Fix log message

* Ensure the $Resource is correctly captured

Added comment to new code explaining why, since ScriptBlock.GetNewClosure() is not working as expected.

* Add -ErrorAction to Receive-Job

Worked without terminating when run locally, but failed on the first error in the AzDO agent.

* Use $using:r instead of creating ScriptBlock

More idiomatic for passing ScriptBlocks to jobs.

* Resolve PR feedback

* Change default DeleteAfterHours to 120

Resolves #1917

* Use the Az cmdlets built-in -AsJob

Co-authored-by: Heath Stewart <heaths@microsoft.com>
2021-08-18 13:23:31 -07:00
..
docgeneration add basic ga tag w/ settable campaignid (#2668) 2021-07-27 11:05:55 -07:00
pipelines/templates Prevent wildcard expansion in git sparse checkout add (#2745) 2021-08-16 10:00:54 -07:00
scripts Sync eng/common directory with azure-sdk-tools for PR 1912 (#2767) 2021-08-18 13:23:31 -07:00
testproxy Sync eng/common directory with azure-sdk-tools for PR 1909 (#2757) 2021-08-16 16:19:39 -07:00
TestResources Sync eng/common directory with azure-sdk-tools for PR 1912 (#2767) 2021-08-18 13:23:31 -07:00
InterdependencyGraph.html Sync eng/common directory with azure-sdk-tools repository (#46) 2020-03-26 10:18:42 -07:00
README.md Sync eng/common directory with azure-sdk-tools for PR 1716 (#2467) 2021-06-21 12:18:52 -07:00
Update-Change-Log.ps1 Revert "Remove old Update-Change-Log.ps1 (#1301)" (#1292) 2021-01-08 15:05:37 -08:00

Common Engineering System

Updates under this directory should only be made in the azure-sdk-tools repo as any changes under this directory outside of that repo will end up getting overwritten with future updates. For information about making updates see common engineering system docs