* [js-api-parser] Don't add members as types
This PR uses the id of the token to determine whether it should be added as a
member or a type.
* bump js-api-parser version to 1.0.8
* Fix role assignment for user auth
* PR fb
* Apply suggestions from code review
Co-authored-by: Heath Stewart <heaths@outlook.com>
---------
Co-authored-by: Heath Stewart <heaths@outlook.com>
* Correct the name of JS package folder
* Uncomment the package verification
* Logging more info for troubleshooting
* Get sdkType and directory from the package info
* Read and forward upstream response stream in chunks whenever possible to avoid buffering
---------
Co-authored-by: Mike Harder <mharder@microsoft.com>
* assume by default the tspconfig is a url
* check if config file exists in local file system
* remove unused fetch function
* get tspconfig.yaml through git to account for private repo links
* changelog
* use Telemetry Client Via DI
* Condition automaticRevision in AutoReviewController to prevent Exception
* Avoid null error in Review Page due to ReviewContent.APIRevisionsGrouped
* update APIView Error Page
* Add SnapSHot Debugger to allow debugging of Live site
* Add ConflictedFile to git-helpers.ps1, add git-helpers.tests.ps1 to exercise basic functionality.
* Add `resolve-asset-conflict.ps1` a script that can autoresolve an assets.json file.
---------
Co-authored-by: Scott Beddall (from Dev Box) <scbedd@microsoft.com>
Co-authored-by: Scott Beddall <45376673+scbedd@users.noreply.github.com>
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
* Added script and pipeline for spec location validation
SDK release pipeline would run this validation to ensure the spec comes from
the main branch of Azure/azure-rest-api-specs repo
* Update parameter
* Use github rest api to validate commit
* Added token parameter
* Support more yaml cases and other languages
* Removed the default setting in yaml template
* Only validate in case of GA package
* Follow APIView to retrieve package version for verification
* Get github token from env variable
* Removed obsolete parameter
* check for the presence of a compatible powershell. ensure that we always return a list of tags
* allow the script to require pshell6+
* remove the en-us from the link
* Revert "Add extra handling for errors during clean-up"
This reverts commit 3eb8cb7329.
* Skip container clean-up for file storage accounts as it has none
Part of the tools used v5 and others v4 which causes runtime exceptions
because of the breaking changes between those version, so updated all projects
to be using v5.
Fixed bug when user doesn't have permission to update an endpoint/service connection
so it correctly errors instead of throwing null ref exception.