azure-sdk-for-cpp/eng/common
Azure SDK Bot beda7bcaf8
Stop filtering projects by ci.yml files (#2139)
- This removes the ci.yml filtering which means all projects can be discovered
- This eliminates the need for the yml parsing module for most common scenarios
- This does introduce some potential issues with duplicate package names for
  languages like java. The only known case currently is azure-storage-blobs and
  if there is ever a need to explicitly pick the correct one someone can pass
  in the ServiceDirectory filter similar to "storage/azure*" for new and "storage/microsoft*"
  for the older sdk. By default azure usually comes first so the new one gets discovered
  which is likely all we need for now. If this turns out not to be true we might
  need another way to disambiguate.

Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
2021-04-20 14:59:37 -07:00
..
docgeneration Sync eng/common directory with azure-sdk-tools for PR 1396 (#1695) 2021-02-18 11:55:16 -08:00
pipelines/templates Sync eng/common directory with azure-sdk-tools for PR 1559 (#2123) 2021-04-14 22:37:40 -07:00
scripts Stop filtering projects by ci.yml files (#2139) 2021-04-20 14:59:37 -07:00
TestResources Use underscore-prefixed variable name when setting sub config values as secrets (#2134) 2021-04-19 14:43:09 -07:00
InterdependencyGraph.html
README.md Fix broken eng/common doc link (#940) 2020-11-10 11:39:16 -08: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