Skip to content

Conversation

zzvswxy
Copy link
Owner

@zzvswxy zzvswxy commented Jun 1, 2022

No description provided.

azure-sdk and others added 30 commits May 2, 2022 17:45
* Use unreleased_ dependency for MessageContent.

* Add revapi suppression for extending EventData

* Add MessageContent to EventData

* Copy contents of body.

* Update CHANGELOG.

* Add sample for Event Hubs.

* Fix test-resources.json
)

Check ByteBuffer.hasArray before Accessing ByteBuffer.array
* 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
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
* 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
JimSuplizio and others added 30 commits May 26, 2022 10:30
Azure#29048)

* Sparse checkout service directories not individual library directories

* output environment variable names so they're in the logs

* couple of minor fixes for feedback
…28756)

* Initial changes for adding the maxDegreeOfParallelism property to the spring code base.

* Initial changes for adding the maxDegreeOfParallelism property to the spring code base.

* Fixing param to default to 0 and fixing application.properties files.

* Fixing more maxDegreeOfParallelism properties.

* Fixing unit test that is broken.

* Adding some integration tests.

* Changing unit tests.

* Fixing read me.

* Removing unused import.

* Fixing constructors.

* Removing unneeded code.

* Fixing unit tests to better test the functionality.

* Fixing comments:
* Changing setMaxDegreeOfParallelism to maxDegreeOfParallelism
* Removing un-needed constructor

* Fixing comments setMaxDegreeOfParallelism in spring-test directory.

* Updating the CHANGELOG.md

* Updating the CHANGELOG.md to link PR

* Updating the CHANGELOG.md to link PR
* 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'
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.