forked from Azure/azure-sdk-for-java
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Moary/test monitor #3
Closed
moarychan
wants to merge
44
commits into
moary/prepare-merge-spring-boot-3-to-main
from
moary/test-monitor
Closed
Moary/test monitor #3
moarychan
wants to merge
44
commits into
moary/prepare-merge-spring-boot-3-to-main
from
moary/test-monitor
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…1002) Co-authored-by: Wes Haggard <[email protected]>
* init commit * added recordingKind * fixed typo * added recordingKind * changed tests for recordingKind
* Specify mcr registry to use. * Fix spelling * Manually take care of container lifecycle. * Fix naming of variable. * Adding console.writeline. * move environment variable. * Remove Disabled annotation * Add prebuild step to set env variable.
) Co-authored-by: James Suplizio <[email protected]>
This reverts commit 33c79f2.
* Increment package versions for eventhubs releases * Update version_client.txt Update to beta.2 * Update to beta.2 * Fix CHANGELOG entry * Add explicit dependency on azure-core-amqp. --------- Co-authored-by: Connie Yau <[email protected]>
* Fix Azure AI Search Sample Issues * Remove redundant packages
* Add azure-json dependency. Remove opens to jackson. * Update module-info.java * Update pom.xml * Update module-info.java
* Support storage network access and worm removal in remove test resources script * Move storage network access script to common resource helpers file * Improve storage container deletion resilience * Plumb through pool variable to live test cleanup template * Add sleep for network rule application --------- Co-authored-by: Ben Broderick Phillips <[email protected]>
) * migrate servicebus to token auth * verify some * try enable admin tests * try removing the keys in tests.yml * Enable ServiceBus[Sender|Receiver][Async]ClientIntegrationTest * Enable ServiceBus[SessionManager|Processor|MixedClient|Builder]IntegrationTest * enable proxy integration tests * add use-cred switch to admin tests * repeat * attempt cache ps * Use pipeline cred * offload the token reterival to blockable thread * test with Premium * enable tracing integration tests * revert * check the mode * configure cred based on the test mode / env * Remove duplicate identity test (reason: now all tests relies on identity) * nits: spaces, newlines.. * isolate non-fed tests * doc, enable peek test * doc update, remove connection string output from arm test-resource.json * output connection string so ServiceBusNonFederatedIntegrationTest can run for now * keep the client cred special test * MI co-exists with old key cred? * exlcude the test requiring aux tenant * add useFallbackValue flag to TestUtils::getFullyQualifiedDomainName method * Use assumeTrue to throw TestAbortedException * use assumeTrue not assertTrue
* Increment package versions for servicebus releases * use correct unreleased version --------- Co-authored-by: anuchandy <[email protected]>
* Added metrics and tracing for ReadMany operations * Update CHANGELOG.md * Removing List.of (not compatible with Java 8) * Update CHANGELOG.md * Update CHANGELOG.md * Update NonStreamingOrderByQueryVectorSearchTest.java * Update NonStreamingOrderByQueryVectorSearchTest.java * Update CosmosTracerTest.java * Update DiagnosticsProvider.java
…the Event Hubs builder (Azure#41067)
…zure#40819) * migrate confidentialledger tests to use token cred * Updating recordings ref in assets.json * remove likley unused cert
* preparing metrics client sovereign cloud support PR * Update MetricsClientBuilder to include `audience` * Azure Monitor Metrics: Enable sovereign cloud support * address pr comments --------- Co-authored-by: jairmyree <[email protected]>
* Update CODEOWNERS for Face * Update .github/CODEOWNERS
* Convert the handwritten models to azure-json * regenerate the protocol layer for azure-json * Adjust ChatAsyncClient to use newly generated service client * remove jackson annotations from the hand written models * migrate chat tests to use azure-json * refresh protocol layer with autorest-4.1.33 * update revapi.json for azure json migration
* Added metrics and tracing for ReadMany operations * Update CHANGELOG.md * Removing List.of (not compatible with Java 8) * Update CHANGELOG.md * Update CHANGELOG.md * Update NonStreamingOrderByQueryVectorSearchTest.java * Update NonStreamingOrderByQueryVectorSearchTest.java * Update CosmosTracerTest.java * Update DiagnosticsProvider.java * Update TestSuiteBase.java
…eter (Azure#41097) Co-authored-by: Scott Beddall <[email protected]>
* quorumAckedLSN and currentReplicaSetSize added to diagnostics. replicaStatusList includes all replicas * Update sdk/cosmos/azure-cosmos/CHANGELOG.md * changed tests to mock the new overload primary async method * reacting to comments * reacting to comments * reacting to comments * reacting to comment * removed set.of cause used another package * removed set.of cause used another package * Reacted to comments * addressed comment and updated changelog * fixed regions contacted issue * updated changelog * Update sdk/cosmos/azure-cosmos/CHANGELOG.md * Update sdk/cosmos/azure-cosmos/CHANGELOG.md Co-authored-by: Kushagra Thapar <[email protected]> * stabilizing live tests --------- Co-authored-by: Fabian Meiswinkel <[email protected]> Co-authored-by: Kushagra Thapar <[email protected]>
* Support SNI authentication from EnvironmentCredential/DAC When constructing a confidential client, if `AZURE_CLIENT_SEND_CERTIFICATE_CHAIN` is `true` or `1`, send the x5c chain. Fixes Azure#40013 * Move check to only happen in EnvironmentCredential * minor cleanup * Update CHANGELOG.md
* rearrange folder * yml files * autocent.js * single_service_packages.md * codegen_to_sdk_config * generate.py * .github .github * fix file permissions for linux * update autorest.java
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Please add an informative description that covers that changes made by the pull request and link all relevant issues.
If an SDK is being regenerated based on a new swagger spec, a link to the pull request containing these swagger spec changes has been included above.
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines