* Bump github.com/microsoft/vcpkg
---
updated-dependencies:
- dependency-name: github.com/microsoft/vcpkg
dependency-version: ef7dbf94b9198bc58f45951adcf1f041fcbc5ea0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update vcpkg.json
* Update default VCPKG commit hash in AzureVcpkg.cmake
* try fixing CI by updating xcode version
* 16.2 -> 16.4
* Fix the reason for overfow warning
* Suppress warning C6326: Potential comparison of a constant with another constant.
* Undo unintended format
* Correct condition to check whether it is possible to add epoch to system clock max without overflow
* Insert info for debugging on mac
* Better temp log formatting
* Use largest int type for calcuations (mac fix)
* In case system clock is lesser resolution than Azure::DateTime, do all calculations in a greater ration to avoid integer overflows
* Avoid overflowing system clock max when converting to time since epoch
* Add one more variable for debug logging on mac
* Avoid one more integer overflow
* Remove debug stuff
* CLang-format
* More clang-format
* Less conversions if equal
* Commit to reset CI
* Undo commit to reset CI
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rick Winter <rick.winter@microsoft.com>
Co-authored-by: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com>
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
* snake case
* change file name to .instructions.md
* Revert "change file name to .instructions.md"
This reverts commit c4bb65dc03258a45f74590edff6ccbf889d9e559.
---------
Co-authored-by: Juan Ospina <70209456+jeo02@users.noreply.github.com>
* Update release plan completion script to take package info file
* Take only info file path as param
---------
Co-authored-by: Praveen Kuttappan <praveen.kuttappan@gmail.com>
* Update CODEOWNERS
* Update CODEOWNERS
* Update CODEOWNERS
Removed management libraries as Daniel mentioned that there should never be a case where a management sdk is made for cpp.
* Update CODEOWNERS
Changed NotInRepo to ServiceOwners. Adding tabbing to owners.
* Update CODEOWNERS
This was broken by a035ee5f94, which
accidentally constructed the IMDS URL with a double slash at the start
of the path. This is not properly routed on the server side, leading to
a 404 error with some very misleading XML.
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
* Add shell script for spell check
* Add shebang and make cspell script executable for bash invocation
* Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Apply suggestion from @benbp
---------
Co-authored-by: Fan Yang <yangfan@microsoft.com>
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Install azsdk cli to a place in PATH
* Only add to path if user manually approves via parameter
* Also update shell profile for linux
---------
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
* Install .NET from tools repo global.json
* Set workingDirectory to tools root
* use exact same install steps as tools repo
* revert formatting
* formatting
---------
Co-authored-by: Mike Harder <mharder@microsoft.com>
* Identity: 'AZURE_TOKEN_CREDENTIALS' env var support for specific credential names
* No need to use index-based loop at that place
* Clang-format
* Require 'Credential' suffix for env var values
* Update sdk/identity/azure-identity/CHANGELOG.md
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
---------
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
* Azure Core and Identity July GA Releases
* Add Identity to the release
* Undo change to FolderList.cmake (chicken vs egg problem; we'll have to update after the release)
---------
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>