Merge main into feature/amqp. (#4491) #4497
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add GetCredentialName() (Add GetCredentialName() #4428)
Add GetCredentialName()
Update
Undo accidental change
Clang-format
Call GetCredentialName() instead of using constant; Return in-place constructed name; Explicit tests for GetCredentialName()
PR feedback
constructor parameter + non-virtual GetCredentialName()
Update sdk/core/azure-core/CMakeLists.txt
Update sdk/identity/azure-identity/test/ut/client_secret_credential_test.cpp
Update sdk/identity/azure-identity/test/ut/client_certificate_credential_test.cpp
GCC and Clang warnings
Promote ThrowIfNotSafeCmdLineInput() to private member; avoid copies when calling GetCredentialName()
Spelling
Fix deprecated usage
Fix iteration
Clang-format
Sync eng/common directory with azure-sdk-tools for PR 5702 (Sync eng/common directory with azure-sdk-tools for PR 5702 #4453)
add healthinsights to Test-SampleMetadata script
spacing
update productSlug to azure-health-insights
Use aka.ms link to Identity troubleshooting (Use aka.ms link to Identity troubleshooting #4449)
Use aka.ms link to Identity troubleshooting
Update default_azure_credential.cpp
Update default_azure_credential.cpp
Undocument ChainedCred usage by DefaultAzCred & remove friend and private ctor (Undocument ChainedCred usage by DefaultAzCred & remove friend and private ctor #4447)
Undocument ChainedCred usage by DefaultAzCred & remove friend and private ctor
Clang warning fix
Sync eng/common directory with azure-sdk-tools for PR 5691 (Sync eng/common directory with azure-sdk-tools for PR 5691 #4450)
typespec renaming
add back scripts for cadl
support .cadl and .tsp
rename
add newline at the end of file
fix cspell for readme.ms in libcurl sterss test (fix cspell for readme.ms in libcurl sterss test #4441)
fix cspell
capitalize Valgrind and ubuntu
sdada
fix2
Simpler identity logging (Simpler identity logging #4455)
Simpler identity logging
Even simpler
Remove refactoring artifact
Cosmetic change
foreach
Adding guidance on the proper usage of 3rd Party Libraries in our samples.
Update changelog with issue link (Update changelog with issue link #4458)
Tests: replace most
EXPECT_TRUE(a OP b)
withEXPECT_OP(a, b)
(Tests: replace mostEXPECT_TRUE(a OP b)
withEXPECT_OP(a, b)
#4457)Tests: replace most
EXPECT_TRUE(a OP b)
withEXPECT_OP(a, b)
Undo unnecessary change
This reverts commit 8a02e02adfc0d213509fce2764132afa74bd4ba4.
Fix potentially high CPU usage on Windows (Fix potentially high CPU usage on Windows #4448)
Fix potentially high CPU usage on Windows
Undo unnecessary formatting
Undo unnecessary changelog
Undo unnecessary formatting
Undo unnecessary formatting
Uninclude locale
Add issue link to changelog
EXPECT_TRUE(a == b) => EXPECT_EQ(a, b)
Update second changelog with link as well
Ensure the comparison is unsigned to unsigned (Ensure the comparison is unsigned to unsigned #4464)
Ensure the comparison is unsigned to unsigned
Remove cast
Sync eng/common directory with azure-sdk-tools for PR 5742 (Sync eng/common directory with azure-sdk-tools for PR 5742 #4465)
add some default output to see about minimizing any occurrence of the task failing for no reason. perhaps having some output will allow devops to have an easier time with the invocation
update message
Update eng/common/scripts/trust-proxy-certificate.ps1
Update CODEOWNERS (Update CODEOWNERS #4461)
Fixup an invalid user
Organize applying Identity log prefix (Organize applying Identity log prefix #4459)
Organize applying Identity log prefix
logLevel
Cosmetic changes
https://learn.microsoft.com/en-us/powershell/scripting/learn/experimental-features?view=powershell-7.3#psnativecommandargumentpassing Do to that breaking change in PS 7.3 we need to opt into the legacy arg parsing.
Fix unmatched parenthesis in doc (Fix unmatched parenthesis in doc #4482)
fix concurrent upload failures (fix concurrent upload test failures #4484)
Sync eng/common directory with azure-sdk-tools for PR 5726 (Sync eng/common directory with azure-sdk-tools for PR 5726 #4488)
rerun flag
rerun failed stress test
naming & commenting
update
function and var renaming for better readability
readability & exit on error
Pull Request Checklist
Please leverage this checklist as a reminder to address commonly occurring feedback when submitting a pull request to make sure your PR can be reviewed quickly:
See the detailed list in the contributing guide.