forked from Azure/azure-sdk-for-java
-
Notifications
You must be signed in to change notification settings - Fork 0
[AutoPR-agrifood]autogenerated #11
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
Open
zzvswxy
wants to merge
633
commits into
main
Choose a base branch
from
sdkGen/agrifood-java-7c458af1-cfc5-44fb-b267-c24804f9f7c9/arm-agrifood-azure-resourcemanager-agrifood
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[AutoPR-agrifood]autogenerated #11
zzvswxy
wants to merge
633
commits into
main
from
sdkGen/agrifood-java-7c458af1-cfc5-44fb-b267-c24804f9f7c9/arm-agrifood-azure-resourcemanager-agrifood
Conversation
This file contains hidden or 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
* Aligned share file rename options to match .net * Removed unused import
…e#28392) * Enable Batch Release * add verify_release_set.ps1 * Updates for testing and template fix * give the verify release set a display name * Make batch release a separate and add opt in parameter * add opt-in variable to template ci.yml * Update batch release yml file for the MSDocs publishing changes * Update to template's ci.yml to ensure releaseInBatch skips the selected library if set * Remove releaseInBatch, used for testing only, from template's ci.yml. Add test pipeline version set calls for template libs two and three * put length right into the message instead of creating a variable and using that * first round of updates for feedback * tinkering with template parameters and if statements * remote the if/else template with only one set of parameters * Update to loop in an inline script instead of creating step per item * Adjust spacing of previous push * fix group/artifact parameters to python script * Change the environment for everything but ESRP to maven to trim the number of approvals from 3 to 1 * refactor a couple more step loops to trim down the number of steps * fix title of verify step and remove unnecessary artifact download from the Docs.MS release job * remove superfluous condition from dependency verification * do all the increment versions in one step * fix the name/group Id in the loop * two more places, download everything * move GPG outside of the loop since it only needs to get done once
Co-authored-by: sima-zhu <[email protected]>
Add Static JSON Creator to DateTimeRfc1123
The method checkStreamState() for faulty stream hides the error cause as only the error message is given to the new RuntimeException.
* update autorest config * update recordings * fix swagger Rename for SendTypingNotificationRequest
) * Update SPRING_BOOT_VERSION and SPRING_CLOUD_VERSION in get_spring_boot_managed_external_dependencies.py. * Run command python .\sdk\spring\scripts\get_spring_boot_managed_external_dependencies.py * Update SPRING_BOOT_VERSION in sync_external_dependencies.py * Run command python .\sdk\spring\scripts\sync_external_dependencies.py and Update the comment at the beginning * Run command python .\eng\versioning\update_versions.py --ut external_dependency --sr * Update changelog about compatible Spring Boot versions and Spring Cloud versions in /sdk/spring/CHANGELOG.md * Update two spring-boot versions and two spring-cloud versions in/sdk/spring/ci.yml for pipeline. * remain json-smart;2.4.7
* add error and retry * test * change * add clientRetryPolicy Co-authored-by: annie-mac <[email protected]>
…e#28648) * Adding new method to get current session Id in async and sync receiver clients
* Fix create if exists live tests * Removed some duplicate tests that were failing * Moved some tests to playback only * Make filesystem deleteIfExist on deleted playback only
Co-authored-by: Patrick Hallisey <[email protected]>
…ary compliance checks (Azure#28670)
* Moved list paths expiry to its own method for compliance with older service versions * Moved creation time to expiry test
* databrick live container migration sample * html to scala * typo * re-word checkpoint section * updates after Fabian review * remove creds and rotated key * Address Annie review comments Co-authored-by: Theo van Kraay <[email protected]>
* Update msal4j to 1.12.0 * Move anonymous class to static nested class msal4j 1.12.0 adds Serializable to IAuthenticationResult, which causes spotbugs errors due to having a nested serializable class. * update CHANGELOG.md
* Prepare release * fix date * typo
* Update code owners * Update code owners
* update comments * allowClientTelemetryRequestToGoThroughProxy * resolve feedback * clear * update changelog * fix tests * fix spotbug issue * fix tests * resolve comments * resolve comments * add the tests change back * resolve comments Co-authored-by: annie-mac <[email protected]> Co-authored-by: annie-mac <[email protected]>
…ecs.yaml (Azure#29096) * change specs mapping from script to reading from eng/mgmt/automation/api-specs.yaml * use absolute path
Increment package version after release of com.azure.resourcemanager azure-resourcemanager-machinelearning
Increment package version after release of com.azure.resourcemanager azure-resourcemanager-machinelearning
…review (Azure#29122) * [Automation] External Change * [Automation] Generate Fluent Lite from education#package-2021-12-01-preview
* code gen, fix tests * changelog, change to unreleased * 'revapi.skip=true'
…azure-resourcemanager-imagebuilder (Azure#29127)
Increment package version after release of com.azure.resourcemanager azure-resourcemanager-education
* wip * more tests. * pass binary data. * wip * wip. * more testing. * stream v1 * tests. * more testing. * more testing. * modify this test. * check if http clients hit eof * static logger.
…zure#29021) * Added new directory 'azure-messaging-eventhubs-checkpointstore-redis' and pom.xml file * Added directory for Checkpoint Store using Redis, pom.xml without test dependencies * Added directory for Checkpoint Store using Redis, pom.xml without test dependencies * External Dependency added for Redis, changes to versions added in pom.xml * Added redis.clients to external dependencies * Added project to the POM file of '/sdk/eventhubs' as module and dependency * Added closing XML tag and missing Version comment for parent POM reference * Added new project into ci.yml * Added new project into tests.yml * "Added new project to /eng/versioning/version_client.txt" * Added README.md and CHANGELOG.md files * Added the src director * Added a skeleton class that implements CheckpointStore * Fixing build and checkstyle issues. * Adding groupId * Added sections to README.md * Added sections to README.md * Added sections to CHANGELOG.md * Minor changes added to JedisRedisCheckpointStore.java * Added module-info.java * Add RevAPI suppression for SDK classes. * Updated Redis to 4.2.3 and ran update script * Removed unnecessary comments and also changed other formatting issues. Co-authored-by: Anushka Singh <[email protected]>
* Suppress nested SDK public method calls
* update changelog, if new client is preview, try compare it with previous preview instead of stable * upgrade codegen * adapt to swagger/readme.md * rename to swagger/readme.md
…s set to default in Processor Client (Azure#29011) * Remove unnecessary thread hopping when processor concurrency isdefault * cleanup code comment * Updating CHANGELOG
* Making CosmosPatchOperations thread-safe * Fixing regressions introduced in encryption library * Remove unused import
… in Spark partitioner (Azure#29152) * Fixes perf issue when Splitresults in 410 when trying to get latestLSN in Spark partitioner * Fixing unit test issues (regressions due to bad test data) * Making sure consistency level is passed to service * Change logs * Reacted to code review feedback
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.
No description provided.