azure-sdk-for-cpp/eng/common/scripts
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
..
Helpers Add ReleaseTrackingOnly option to Prepare-Release (#1958) 2021-03-22 20:21:13 -07:00
job-matrix Use single quotes for matrix generator command line arguments (#2028) 2021-04-05 12:53:33 -04:00
Add-IssueComment.ps1
Add-IssueLabels.ps1
Add-RetentionLease.ps1 Sync eng/common directory with azure-sdk-tools for PR 1515 (#2088) 2021-04-12 00:39:39 +00:00
artifact-metadata-parsing.ps1 Sync eng/common directory with azure-sdk-tools for PR 1353 (#1562) 2021-02-01 18:56:20 -08:00
ChangeLog-Operations.ps1 Ensure version is sorted as semVer (#1948) 2021-03-19 14:36:15 -07:00
check-spelling-in-changed-files.ps1 Support default branch for the workflow. Part 1 (#1979) 2021-03-26 10:28:32 -07:00
Collect-ChangeLogs.ps1 Fix bug in Changelog URL path using packageDirectoryName (#1878) 2021-03-11 16:50:56 -08:00
common.ps1 Fix LanguageShort typo (#1768) 2021-03-03 12:24:09 -08:00
copy-docs-to-blobstorage.ps1 Support default branch for the workflow. Part 1 (#1979) 2021-03-26 10:28:32 -07:00
Create-APIReview.ps1 Sync eng/common directory with azure-sdk-tools for PR 1508 (#1956) 2021-03-26 01:40:47 -07:00
create-tags-and-git-release.ps1
Delete-RemoteBranches.ps1
Delete-RemoteTag.ps1 Sync eng/common directory with azure-sdk-tools repository (#1418) 2021-01-20 15:37:08 -08:00
get-codeowners.ps1
get-markdown-files-from-changed-files.ps1 Sync eng/common directory with azure-sdk-tools for PR 1425 (#1698) 2021-02-19 12:02:01 -08:00
Get-PullRequestCreator.ps1
git-branch-push.ps1 Sync eng/common directory with azure-sdk-tools for PR 1477 (#1981) 2021-03-26 17:30:54 -07:00
Invoke-DevOpsAPI.ps1 Sync eng/common directory with azure-sdk-tools for PR 1515 (#2088) 2021-04-12 00:39:39 +00:00
Invoke-GitHubAPI.ps1 Sync eng/common directory with azure-sdk-tools for PR 1478 (#1978) 2021-03-26 01:25:26 +00:00
logging.ps1 Update Prepare-Release script (#1757) 2021-02-26 18:46:42 -08:00
New-ReleaseAsset.ps1
Package-Properties.ps1 Stop filtering projects by ci.yml files (#2139) 2021-04-20 14:59:37 -07:00
Prepare-Release.ps1 Add ReleaseTrackingOnly option to Prepare-Release (#1958) 2021-03-22 20:21:13 -07:00
Queue-Pipeline.ps1
Save-Package-Properties.ps1 Sync eng/common directory with azure-sdk-tools for PR 1374 (#1686) 2021-02-16 11:57:56 -08:00
SemVer.ps1 Sort changelogs by date then version (#1832) 2021-03-10 11:57:49 -08:00
SetTestPipelineVersion.ps1 Fix logic in SetTestPipelineVersionInEngCommon (#1794) 2021-03-05 13:49:38 -08:00
Submit-PullRequest.ps1 Sync eng/common directory with azure-sdk-tools for PR 1478 (#1978) 2021-03-26 01:25:26 +00:00
Test-SampleMetadata.ps1 Sync eng/common directory with azure-sdk-tools for PR 1559 (#2123) 2021-04-14 22:37:40 -07:00
Update-ChangeLog.ps1 Sync eng/common directory with azure-sdk-tools for PR 1517 (#1977) 2021-03-25 15:52:00 -07:00
Update-DevOps-Release-WorkItem.ps1 Add ReleaseTrackingOnly option to Prepare-Release (#1958) 2021-03-22 20:21:13 -07:00
update-docs-metadata.ps1 Sync eng/common directory with azure-sdk-tools for PR 1353 (#1562) 2021-02-01 18:56:20 -08:00
Verify-AgentOS.ps1 Restore pipeline output variable for Agent OS name (#1709) 2021-02-22 16:47:08 -05:00
Verify-ChangeLog.ps1
Verify-Links.ps1 Address PR feedback (#1826) 2021-03-15 10:04:22 -07:00
Verify-Resource-Ref.ps1