Azure SDK Bot
2741ad4762
Sync eng/common directory with azure-sdk-tools for PR 1303 ( #1667 )
...
* Add PrepareRelease Script
* Update Package-Properties.ps1
* Update Collect-ChangeLog Script
* Update Collect-ChangeLog.ps1 and Collect-Unreleased.ps1
* Update GeneralReleaseNotesParser.ps1 script
* Change GeneralReleaseNotesParser logic
* Change GeneralReleaseNotesParser.ps1 logic
* Remoce GeneralReleaseNotesParsercopy
* Update collect changelog and generalreleasenotes parser logic
* Refine CollectChangelog Logic
* Add logic for filtering collected changelog
* Add Filter-ReleaseHighlights function
* Update General ReleasNotes Logic
* Delete GeneralReleaseNotesLogic.ps1
* Update Collect ChangeLogLogic
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2021-02-10 18:43:01 -08:00
Azure SDK Bot
234a0eff28
Update devops helper script based on changes in azure-sdk repo ( #1628 )
...
- Sync devops helper script changes
- Fix issue in SemVer script when using strict mode with Language not set
Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
2021-02-08 12:45:38 -08:00
Azure SDK Bot
30938091ff
Sync eng/common directory with azure-sdk-tools for PR 1364 ( #1586 )
...
* Support sub directory for artifact location
* Fix as per review comment to avoid artifact sub path
* Package property file is not created for track1 and management pacakges.
* Fix property name case
* Fix as per review comments
* Fix as per review comments
* Use Config File param value as is
* Change to make path joineasily readable
Co-authored-by: praveenkuttappan <prmarott@microsoft.com>
2021-02-03 13:29:43 -08:00
Azure SDK Bot
75255c2247
Sync eng/common directory with azure-sdk-tools for PR 1353 ( #1562 )
...
* Use a helper function to normalize the package name for readme
* Get the readme name from artifact-metadata-parsing
* Change to the readme
* Update eng/common/scripts/artifact-metadata-parsing.ps1
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
Co-authored-by: Sima Zhu <sizhu@microsoft.com>
Co-authored-by: Sima Zhu <48036328+sima-zhu@users.noreply.github.com>
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
2021-02-01 18:56:20 -08:00
Azure SDK Bot
67472249de
Fix DateTime bug ( #1538 )
...
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2021-02-01 14:52:43 -08:00
Azure SDK Bot
31fc4a5dee
Sync eng/common directory with azure-sdk-tools for PR 1345 ( #1517 )
...
* Enforce API approval status for GA and include SDK type in package properties
* Fix per review comment
* Fixes as per review comments to avoid changing constructor signature
* Fixes as per review comments to handle track 1 packages
* Fix yaml format error
Co-authored-by: praveenkuttappan <prmarott@microsoft.com>
2021-01-29 13:13:41 -08:00
Azure SDK Bot
469bf2ca2d
Sync eng/common directory with azure-sdk-tools for PR 1335 ( #1441 )
...
* Lossen up $RELEASE_TITLE_REGEX to accomodate wrongly formated changelogs
* Update changelog logic to use ordered hashtable
* Update semver and Changelog logic
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2021-01-25 10:50:56 -08:00
Azure SDK Bot
4b8dbb696a
Sync eng/common directory with azure-sdk-tools for PR 1251 ( #1429 )
...
* Add PrepareRelease Script
* Generalize Prepare-Release Script
* Update Update-ChangeLog.ps1
* Update Package-Properties.ps1
* Update Collect-ChangeLog Script
* Update Collect-ChangeLog.ps1 and Collect-Unreleased.ps1
* Update GeneralReleaseNotesParser.ps1 script
* Update Prepare-Release Script to use recent DevOps Scripts
* Move Get-LanguageName to eng\common\scripts\Helpers\DevOps-WorkItem-Helpers.ps1, improve error message, add logic to detect changes made by prepare-release script
* Use LanguageDisplayName, move Get-CSVMetadata to Package-Properties.ps1
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2021-01-21 16:48:02 -08:00
Azure SDK Bot
aae5fc8186
Sync eng/common directory with azure-sdk-tools repository ( #1418 )
2021-01-20 15:37:08 -08:00
Azure SDK Bot
7d04092708
Update error message in tools repo ( #1405 )
...
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2021-01-19 21:34:30 -08:00
Azure SDK Bot
ae4b70875f
Revert "Remove old Update-Change-Log.ps1 ( #1301 )" ( #1292 )
...
This reverts commit b967cb62bd8db451a2f02d903f3658cf21f92db1.
Co-authored-by: Chidozie Ononiwu <31145988+chidozieononiwu@users.noreply.github.com>
2021-01-08 15:05:37 -08:00
Azure SDK Bot
31f3a99ce0
allow configuration of a suffix for each config item. ( #1290 )
...
Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com>
2021-01-08 12:29:22 -08:00
Azure SDK Bot
f2d3befda1
Remove old Update-Change-Log.ps1 ( #1279 )
...
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2021-01-07 09:42:10 -08:00
Azure SDK Bot
1897f9ee85
Sync eng/common directory with azure-sdk-tools for PR 1302 ( #1280 )
...
* Make the user agent configurable.
* Address comments
* Default to current Chrome version
* Revert the yaml file changes
Co-authored-by: Sima Zhu <sizhu@microsoft.com>
2021-01-06 20:09:40 -08:00
Azure SDK Bot
49c81c20be
Sync eng/common directory with azure-sdk-tools for PR 1298 ( #1262 )
...
* Update latest folder with one index.html includes the redirect links
* Update the redirect links and remove everything in latest
* Address feedback
* Have the entire copy for latest GA.
Co-authored-by: Sima Zhu <sizhu@microsoft.com>
2021-01-05 19:30:25 -08:00
Azure SDK Bot
e697a7939b
Add Devops Release Item scripts ( #1264 )
...
- Add set of helpers to work with devops work items
- Add script to create devops release package items
- Update SemVer to support version type
Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
2021-01-05 15:51:23 -08:00
Azure SDK Bot
bce390946b
Update to Update-Changelog.ps1 ( #1257 )
...
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2021-01-05 12:59:04 -08:00
Azure SDK Bot
60a18e3c3f
Sync eng/common directory with azure-sdk-tools for PR 1287 ( #1204 )
...
* Move common code to create API review into eng common in tools
2020-12-17 13:53:36 -08:00
Azure SDK Bot
1699bb72d5
Sync eng/common directory with azure-sdk-tools for PR 1273 ( #1152 )
...
* Support alpha and azure pipeline build version formats for SemVer parsing and sorting
* Minor build number fixes
* Support zero-padding of build versions more generically in SemVer script
* Fix pre-release label conditional for HasValidPrereleaseLabel in semver script
* Set default convention for build number separator in semver script
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2020-12-11 16:51:07 -08:00
Azure SDK Bot
fc7d82f6c7
Clean up modules direcotry in eng/common since they are no longer being used. ( #1067 )
...
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2020-12-09 12:53:47 -08:00
Azure SDK Bot
8df6ecf9f9
Sync eng/common directory with azure-sdk-tools for PR 1233 ( #1075 )
...
* reformatted parameter arguments to both update-docs scripts. added parameter requirements and renamed CIRepository to DocRepoLocation which is a lot clearer. Added additional CIConfig parameter to update-docs-metadata to support specific write locations per moniker.
Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com>
2020-12-03 13:57:11 -08:00
Azure SDK Bot
72019486a1
Fixed the bug of the wrong parameter ( #1017 )
...
Co-authored-by: Sima Zhu <sizhu@microsoft.com>
2020-11-23 19:28:28 -08:00
Azure SDK Bot
6a2eeb8e83
Sync eng/common directory with azure-sdk-tools for PR 1226 ( #1012 )
...
* Fixed the docindex.yml and rename the files
* Reset the mutated changes
* Force checkout as the changes have already copied out
* Minor changes for parameters
* Update Generate-DocIndex.ps1
* Update Generate-DocIndex.ps1
* Update Generate-DocIndex.ps1
* Added function to common
* Update Generate-DocIndex.ps1
Co-authored-by: Sima Zhu <sizhu@microsoft.com>
Co-authored-by: Sima Zhu <48036328+sima-zhu@users.noreply.github.com>
2020-11-23 16:22:18 -08:00
Azure SDK Bot
e2bfa85d8b
Sync eng/common directory with azure-sdk-tools for PR 1203 ( #999 )
...
* Refactoring artifact-metadata-parsing.ps1, update-docs-metadata.ps1, and create-tags-and-git-release.ps1
* Clean up common imports
* Refactor Update-docs-ci.ps1
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2020-11-18 21:50:29 -08:00
Azure SDK Bot
be87eb5de6
Sync eng/common directory with azure-sdk-tools for PR 1153 ( #983 )
...
* Improve Update-ChangeLog Logic
* Updates to ChangeLog-Operations.ps1, copy-docs-to-blobstorage.ps1, Invoke-GitHubAPI.ps1 and Package-Properties.ps1
* More changeLog Logic Improvements
* Update date parsing
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2020-11-13 13:22:32 -08:00
Azure SDK Bot
bc5ab8fd1d
Add Invoke-DevOpsAPI.ps1, Add functions for Canceling and Listing Builds ( #899 )
...
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2020-11-12 13:03:44 -08:00
Azure SDK Bot
3979bd2b56
Sync eng/common directory with azure-sdk-tools for PR 1170 ( #916 )
...
* Added the preprocess scripts.
* string array to string
Co-authored-by: Sima Zhu <sizhu@microsoft.com>
2020-11-11 17:53:27 -08:00
Azure SDK Bot
b36adc7bd1
Fix bug in git branch push ( #900 )
...
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2020-11-04 17:55:01 -08:00
Azure SDK Bot
c76fe99788
Remove AmendCommit parameter ( #893 )
...
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2020-11-02 19:48:58 -08:00
Azure SDK Bot
2f93294fb1
Use different commit SHA instead ( #884 )
...
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2020-10-30 19:43:24 -07:00
Azure SDK Bot
07c7293276
Sync eng/common directory with azure-sdk-tools for PR 1135 ( #848 )
...
* Add check of http link.
* Fixed the tool http link
Co-authored-by: Sima Zhu <sizhu@microsoft.com>
2020-10-23 17:49:01 -07:00
Azure SDK Bot
a09ceeaa01
Update Delete-RemoteBranches.ps1 ( #849 )
...
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2020-10-23 17:39:49 -07:00
Azure SDK Bot
d904267489
Fix create-pull-request bug ( #842 )
...
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2020-10-22 15:28:26 -07:00
Azure SDK Bot
84e79a9e4f
Sync eng/common directory with azure-sdk-tools repository ( #823 )
2020-10-20 18:05:53 -07:00
Azure SDK Bot
d8aaeba838
Restructure eng ommon sync control flow ( #822 )
...
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2020-10-20 16:47:46 -07:00
Azure SDK Bot
89ecd9fe85
Allow test PRs in SubmitPullRequest.ps1 script, updates to Invoke-GitHubAPI ( #810 )
...
update Repos format
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2020-10-20 10:27:30 -07:00
Azure SDK Bot
d67bed6973
Sync eng/common directory with azure-sdk-tools for PR 968 ( #808 )
...
* Restructure Language Specific Code
* Restructure Copy to Blob Storage
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2020-10-19 14:59:53 -07:00
Azure SDK Bot
43a13e4958
Remove extra newline at the end of the file ( #806 )
...
Co-authored-by: Sima Zhu <sizhu@microsoft.com>
2020-10-19 12:56:56 -07:00
Azure SDK Bot
7ccb5f0420
Switch the content from array to string. ( #803 )
...
Co-authored-by: Sima Zhu <sizhu@microsoft.com>
2020-10-19 10:26:27 -07:00
Azure SDK Bot
fbc6d2c6cb
Failed the anchor links with Uppercase. ( #785 )
...
Co-authored-by: Sima Zhu <sizhu@microsoft.com>
2020-10-16 14:13:03 -07:00
Azure SDK Bot
50a1354aaf
Sync eng/common directory with azure-sdk-tools for PR 1091 ( #790 )
...
* Refactpr Submit Pull Request Script
* Refactor logic for interacting with Pull Requests
* Rework API Lib
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2020-10-16 13:06:31 -07:00
Azure SDK Bot
33025d7b23
Sync eng/common directory with azure-sdk-tools for PR 1088 ( #775 )
...
Sync eng/common directory with azure-sdk-tools for PR https://github.com/Azure/azure-sdk-tools/pull/1088
See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/master/eng/common/README.md#workflow )
2020-10-14 03:09:12 +00:00
Azure SDK Bot
2ca2aad77d
Sync eng/common directory with azure-sdk-tools for PR 1081 ( #751 )
...
Sync eng/common directory with azure-sdk-tools for PR https://github.com/Azure/azure-sdk-tools/pull/1081
See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/master/eng/common/README.md#workflow )
2020-10-12 23:07:54 +00:00
Azure SDK Bot
326d8f8ddb
Sync eng/common directory with azure-sdk-tools for PR 1066 ( #713 )
...
* Update cache-control for newly created blobs
* remove extra
* remove extra space
* Added the cache control for existing blobs as well
* Update copy-docs-to-blobstorage.ps1
Co-authored-by: Sima Zhu <sizhu@microsoft.com>
Co-authored-by: Sima Zhu <48036328+sima-zhu@users.noreply.github.com>
2020-10-08 09:09:03 -07:00
Azure SDK Bot
91de5a1bf3
Sync eng/common directory with azure-sdk-tools for PR 1052 ( #705 )
...
* Update location of patch files
* Add some changes in eng/common to test things
* Switch to pushing to upstream
* Change workflow to use upstream branches
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2020-10-06 20:20:03 -07:00
Azure SDK Bot
b976b5b3b1
Sync eng/common directory with azure-sdk-tools repository for Tools PR 1031 ( #678 )
2020-10-01 11:45:44 -07:00
Azure SDK Bot
9c0620c5a9
Sync eng/common directory with azure-sdk-tools repository for Tools PR 1061 ( #699 )
2020-09-30 12:54:42 -07:00
Azure SDK Bot
e551d6addf
Sync eng/common directory with azure-sdk-tools repository for Tools PR 1056 ( #694 )
2020-09-30 09:12:13 -07:00
Azure SDK Bot
ec79604e3c
Sync eng/common directory with azure-sdk-tools repository for Tools PR 1041 ( #680 )
2020-09-24 05:14:58 -07:00
Azure SDK Bot
7d9fd0de57
Sync eng/common directory with azure-sdk-tools repository for Tools PR 989 ( #647 )
2020-09-23 18:12:39 -07:00
Azure SDK Bot
94e0f7747b
Sync eng/common directory with azure-sdk-tools repository for Tools PR 1022 ( #670 )
2020-09-22 16:08:45 -07:00
Daniel Jurek
39e8dfd6e7
Vcpkg publish framework ( #645 )
...
* Add vcpkg artifact creation and port template copying
* Skip staging if vcpkg port directory doesn't exist
2020-09-17 15:45:43 -07:00
Azure SDK Bot
928b0a2da2
Sync eng/common directory with azure-sdk-tools repository for Tools PR 895 ( #619 )
2020-09-16 12:00:28 -07:00
Azure SDK Bot
0f262cd0e0
Sync eng/common directory with azure-sdk-tools repository for Tools PR 974 ( #620 )
2020-09-16 10:02:19 -07:00
Azure SDK Bot
7f2a11d9c9
Sync eng/common directory with azure-sdk-tools repository for Tools PR 999 ( #661 )
2020-09-15 15:54:46 -07:00
Azure SDK Bot
aabb531510
Sync eng/common directory with azure-sdk-tools repository for Tools PR 973 ( #618 )
2020-09-11 14:00:05 -07:00
Azure SDK Bot
ef91eeebf4
Sync eng/common directory with azure-sdk-tools repository for Tools PR 982 ( #638 )
2020-09-10 11:07:27 -07:00
Daniel Jurek
01cb68f763
Fix release tagging ( #636 )
...
* add ReleaseTag
* pkgId -> pkgName
* pkgId -> pkgName
* beta.2
2020-09-09 22:27:49 -07:00
Azure SDK Bot
30112e3fcd
Sync eng/common directory with azure-sdk-tools repository for Tools PR 823 ( #553 )
2020-09-04 10:52:49 -07:00
Azure SDK Bot
096a9cb248
Sync eng/common directory with azure-sdk-tools repository for Tools PR 926 ( #546 )
2020-09-04 08:39:20 -07:00
Azure SDK Bot
1d1913e94f
Sync eng/common directory with azure-sdk-tools repository for Tools PR 916 ( #547 )
2020-09-01 17:10:07 -07:00
Azure SDK Bot
fa63edb51f
Sync eng/common directory with azure-sdk-tools repository for Tools PR 935 ( #559 )
2020-09-01 16:17:37 -07:00
Azure SDK Bot
66641c377c
Sync eng/common directory with azure-sdk-tools repository for Tools PR 915 ( #537 )
2020-08-26 19:47:47 -07:00
Azure SDK Bot
1340539897
Sync eng/common directory with azure-sdk-tools repository for Tools PR https://github.com/Azure/azure-sdk-tools/pull/857 ( #492 )
2020-08-24 14:30:16 -07:00
Azure SDK Bot
d2e2c8db1b
Sync eng/common directory with azure-sdk-tools repository for Tools PR https://github.com/Azure/azure-sdk-tools/pull/881 ( #484 )
2020-08-24 14:09:51 -07:00
Azure SDK Bot
20039198a4
Sync eng/common directory with azure-sdk-tools repository for Tools PR https://github.com/Azure/azure-sdk-tools/pull/903 ( #494 )
2020-08-24 13:35:30 -07:00
Azure SDK Bot
995d58d305
Sync eng/common directory with azure-sdk-tools repository for Tools PR https://github.com/Azure/azure-sdk-tools/pull/870 ( #489 )
2020-08-19 18:39:57 -07:00
Azure SDK Bot
44aa04cd88
Sync eng/common directory with azure-sdk-tools repository for Tools PR https://github.com/Azure/azure-sdk-tools/pull/902 ( #493 )
2020-08-19 17:05:11 -07:00
Azure SDK Bot
8c7f570b55
Sync eng/common directory with azure-sdk-tools repository for Tools PR https://github.com/Azure/azure-sdk-tools/pull/899 ( #491 )
2020-08-19 11:16:19 -07:00
Azure SDK Bot
848606fe5c
Sync eng/common directory with azure-sdk-tools repository for Tools PR https://github.com/Azure/azure-sdk-tools/pull/899 ( #485 )
2020-08-18 21:51:36 -07:00
Azure SDK Bot
f649bf717a
Sync eng/common directory with azure-sdk-tools repository ( #480 )
2020-08-18 12:04:46 -07:00
Azure SDK Bot
9067d8ac5d
Sync eng/common directory with azure-sdk-tools repository ( #377 )
2020-08-17 15:09:40 -07:00
Azure SDK Bot
fe7af14c84
Sync eng/common directory with azure-sdk-tools repository ( #363 )
2020-07-31 15:53:45 -07:00
Azure SDK Bot
2d507e7e4a
Sync eng/common directory with azure-sdk-tools repository ( #251 )
...
Co-authored-by: Daniel Jurek <djurek@microsoft.com>
2020-07-28 11:56:52 -07:00
Daniel Jurek
d96413b950
Engineering changes required to publish tags and docs ( #260 )
...
* update version to dev.1 for test release
* Update release date in CHANGELOG.md
* Add checkout step
* Faster matrix
* Add Skip.Test to improve inner loop
* Show more info for tagging
* Revert "Faster matrix"
This reverts commit 713afd3d64743cbc1841e1ee965e936c049f7cf7.
* Add correct folder
* Add fixes for tagging repo
* Use Invoke-WebRequest for GetExistingTags
* Use -Uri
* return empty list
* Add vcpkg caching
* Set contents to copy
* Add doc uploads for C++
* Revert "Update release date in CHANGELOG.md"
This reverts commit 6fb302701381758cbb3d3828c2ce8d29d6b77950.
* Revert "update version to dev.1 for test release"
This reverts commit 4e188e4da99cb1246f195a5362e47d6ff80c3219.
* Revert "Add vcpkg caching"
This reverts commit 1f5f4d95e21d07d5ade1df470f39ceb478849f06.
2020-07-28 10:27:42 -07:00
Azure SDK Bot
ed9fd2d179
Sync eng/common directory with azure-sdk-tools repository ( #245 )
2020-07-07 09:44:18 -07:00
Azure SDK Bot
34468b6e46
Sync eng/common directory with azure-sdk-tools repository ( #240 )
2020-07-02 12:44:58 -07:00
Azure SDK Bot
1c9b932b57
Sync eng/common directory with azure-sdk-tools repository ( #234 )
2020-07-01 22:53:51 -07:00
Azure SDK Bot
cdb5d324ee
Sync eng/common directory with azure-sdk-tools repository ( #216 )
2020-06-29 12:24:00 -07:00
Azure SDK Bot
6a4a092c61
Sync eng/common directory with azure-sdk-tools repository ( #180 )
2020-06-25 09:48:51 -07:00
Azure SDK Bot
152aabbd83
Sync eng/common directory with azure-sdk-tools repository ( #149 )
2020-05-29 17:16:58 -07:00
Azure SDK Bot
2c058bd053
Sync eng/common directory with azure-sdk-tools repository ( #147 )
2020-05-27 19:41:53 -07:00
Azure SDK Bot
64e653ac20
Sync eng/common directory with azure-sdk-tools repository ( #141 )
2020-05-21 06:36:56 -07:00
Azure SDK Bot
f5f6ff037d
Sync eng/common directory with azure-sdk-tools repository ( #108 )
2020-05-15 17:26:38 -07:00
Azure SDK Bot
be7fdcaf33
Sync eng/common directory with azure-sdk-tools repository ( #97 )
2020-05-13 10:05:03 -07:00
Azure SDK Bot
cad54bd983
Sync eng/common directory with azure-sdk-tools repository ( #87 )
2020-05-06 07:51:25 -07:00
Azure SDK Bot
bbc8b0b8bb
Sync eng/common directory with azure-sdk-tools repository ( #86 )
2020-04-30 16:00:46 -07:00
Azure SDK Bot
10f27f2034
Sync eng/common directory with azure-sdk-tools repository ( #69 )
2020-04-09 10:02:04 -07:00
Azure SDK Bot
c7eab3a3ba
Sync eng/common directory with azure-sdk-tools repository ( #66 )
2020-04-08 11:41:13 -07:00
Azure SDK Bot
0187d9c764
Sync eng/common directory with azure-sdk-tools repository ( #60 )
2020-04-01 08:45:44 -07:00
Azure SDK Bot
c468229524
Sync eng/common directory with azure-sdk-tools repository ( #57 )
2020-03-31 12:38:30 -07:00
Azure SDK Bot
9658c46310
Sync eng/common directory with azure-sdk-tools repository ( #50 )
2020-03-30 09:19:36 -07:00
Azure SDK Bot
55fdc3572a
Sync eng/common directory with azure-sdk-tools repository ( #48 )
2020-03-27 11:33:06 -07:00
Azure SDK Bot
7a02ab023b
Sync eng/common directory with azure-sdk-tools repository ( #46 )
2020-03-26 10:18:42 -07:00