* Use nlohmann::json to parse Identity token
* Update sdk/identity/azure-identity/src/token_credential_impl.cpp
Co-authored-by: Rick Winter <rick.winter@microsoft.com>
* Line coverage / Strict ISO 8601 datetime parse test
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
Co-authored-by: Rick Winter <rick.winter@microsoft.com>
* Pass profile flag
* Fix conditional add of '--profile'
* One more attempt at how to enable profile
* Don't publish everything
* Move profile parameter after iterations
* Pass profile parameter as flag option
* Create profile variable
Co-authored-by: Alan Zimmer <48699787+alzimmermsft@users.noreply.github.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>
* Workaround for the MSVC 19.34 bug
* Use _MSC_VER instead of _VSC_FULL_VER (at least 19.34.31931 and .31933 are affected)
* Remove newline
* Use same code for all compiler versions
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
* Correct invalid UTF-8 in comment in
/storage/files/shares/share_options.hpp
* Correct invalid UTF-8 in comment in line 291
Correct invalid UTF-8 in comment in line 291 share_options.hpp
* Disable warning C6387 coming from wil in win_http_transport
* Disable warning C6387 coming from wil in win_http_transport header
* Clang format fix for header file
* Clang format fix for source file
* Update vcpkg baseline to latest released tags/2022.10.19
This is now in-sync with Embedded C as well.
* Update AzureVcpkg cmake module and the vcpkg commit string defined there.
* Remove the use of VCPKG_ROOT and VCPKG_INSTALLATION_ROOT from the cmake module.
With new PS command line parsing update in 7.3 they explicitly
pass "" to the native commands which in our usage here we don't
want. However setting the variable to null instead works for our
scenario with both command line parsing strategies so using it here.
Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
* Add new check in APIView to verify and enforce package name approval
* Changes as per review feedback
* Apply suggestions from code review
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
Co-authored-by: praveenkuttappan <praveen.kuttappan@gmail.com>
Co-authored-by: Praven Kuttappan <55455725+praveenkuttappan@users.noreply.github.com>
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
* Make the env variable upper case
* Adding debug messages.
* Log out the link
Co-authored-by: sima-zhu <sizhu@microsoft.com>
Co-authored-by: Sima Zhu <48036328+sima-zhu@users.noreply.github.com>
* Service readme index table stays the same even the table content needs to update
* adjust the edge cases tests
* change the helper function to helper folder
* add missing files
* Fixed the service name
Co-authored-by: sima-zhu <sizhu@microsoft.com>