* Add exact version lookup for ApiDiff.ps1
* Allow passing arbitrary NuGet feeds
* Use az cli for auth if needed
* Split NuGetFeed into two for previous and current
* Support auth also on version search path
* Address feedback ExactVersion -> Version
* New powershell script
* Text file with attribute APIs to exclude by default
* Add beforeFriendlyName and afterFriendlyName arguments. Pass the correct strings to the api diff tool. Add better logic to determine root of failure when packages are not found.
* Add assemblies to exclude
* Remove extensions from assemblies to exclude
* Add options to exclude a particular sdk
* typo
* Update APIDiff script / docs
* Remove old script / docs
* Fix name of script
* Apply feedback
---------
Co-authored-by: Eric StJohn <ericstj@microsoft.com>
* Fix bug causing the incorrect creation of the subfolder for preview1 when comparing with the previous release.
* Also fix it for the readme files.
* Invert target folders to match the preview one first
* Update script so it works correctly when targeting a GA version.
* Adjust script so it works well with different versions.
Co-authored-by: carlossanlop <carlossanlop@users.noreply.github.com>