Skip to content
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

[AutoPR sdk/eventhubs/mgmt-v2018_01_01_preview] Eventhub: Added PrivateEndpointConnection API #3685

Conversation

openapi-sdkautomation[bot]
Copy link

Created to sync Azure/azure-rest-api-specs#10635.

Installation Instructions

You can install the package sdk/eventhubs/mgmt-v2018_01_01_preview of this PR by downloading the artifact jar files. Then ensure that the jar files are on your project's classpath.

Direct Download

The generated package artifacts can be directly downloaded from here:

azure-sdk and others added 29 commits August 28, 2020 11:41
Added "opinion mining" new feature implementation
* generate package-2020-08

* fix compile errors

* fix deleteAsync
* copy eventhubs code from azure-libraries-for-java

* rename package

* update api-spec

* generate eventhubs

* fix compile errors

* update session records

* update for storage changes

* update eventhubs in azure client

* add samples for eventhubs

* update credcheck and session records

* rename and reformat

* rename EventHubManager to EventHubsManager

* remove azure-storage-blob

* update indexable cast

* throw illegal argument exception when casting

* support add both send and listen access

* concatenate post run tasks in eventhubs

* update credcheck and session records

* update test case after running credcheck
* Correct usage, small time is first parameter, otherwise the result is negative

* update cosmosdb starter artfact id

* Implement new version schema for cosmosdb starter
Azure#14369

* update readme link broken;add python ignore dir

* update readme link broken

* update indentation

* refer to reviewer' comment and update

* refer to reviewer' comment and update

* refer to reviewer's comment and update

* update change log

* fix test error and update python code

* fix test error

* update indentation and markdown

* update python log

* update pom description

* update indentation in spring/test.yml

* update readme link address

* update readme link address

* update spring live test config

* update spring live test config
* add attach for deployment

* update test

* fix compile warning

* format code

* fix test

* fix checkstyle

* grouping all definition

* rename spring cloud test

* separate some playback test

* cannot remove disk from app

* update session-records

* fix checkstyle

* Add changelog
* Use next link from group membership request

loadUser only gets the first 100 groups a user belongs to rather than
using the odata.nextLink in the response to get the full list of groups.
Fix this by checking if the response contains an odata.nextLink and then
build the URL appropriately for the configured API version.

For V1, odata.nextLink contains a skip token which we extract. More
information here: https://docs.microsoft.com/en-us/previous-versions/azure/ad/graph/api/users-operations#get-a-users-manager--

For V2, odata.nextLink can be used directly as the URL for the request
as specified here: https://docs.microsoft.com/en-us/graph/paging

fix Azure#14222

* Remove jackson datatype dep

Change the type of the odata.nextLink from Optional<String> to String

* Remove unused Jdk8Module import

Co-authored-by: Philippe Partarrieu <ppartarrieu@minimaxlabs.com>
* Resolve netty version conflicts

* modify order

* add azure spring boot servicebus jms integration test

Signed-off-by: Jack Lu <dbqp99@msn.com>

* add azure spring boot servicebus jms integration test

Signed-off-by: Jack Lu <dbqp99@msn.com>

* modify test-resources.json

Signed-off-by: Jack Lu <dbqp99@msn.com>

* modify test-resource.json

* remove unused import
* Implement metadata methods for all clients

* Add Timestamp metadata to TableEntity

* Store full metadata for TableItem

* Add listTables test

* Fix SpotBugs issue
* feat(adt): Add implementation for relationship APIs
* TablesJacksonSerializer uniformly deserializes entities

1. Enable the serializer to handle lists of entities
2. Centralize the conversion from Map -> TableEntity in its constructor
3. Begin implementing @odata.type annotation processing

* Fix deserialization of single entities for getEntity

* Deserialized TableEntities have no required properties

When using a Select clause, the user can cause any properties to be
omitted, even ones that are service-specific like PartitionKey and
RowKey.
* SubQueue Implementation  to support deadLetter and transfer deadletter queue using builder.subQueue() API
…zure#14659)

* Update the helper classes used for serialization and deserialization
Co-authored-by: Hemant Tanwar <hetanwar@users.noreply.github.com>
* Regenerate SDK from Autorest v4

Autorest regenerated using up to date version for track 2
pom file incorporated to jacoco and dependencies for module handled
issue around capitalization of etag discrepancy fixed
no test coverage yet

* Regenerate SDK from Autorest v4

Autorest regenerated using up to date version for track 2
pom file incorporated to jacoco and dependencies for module handled
issue around capitalization of etag discrepancy fixed
no test coverage yet

* EventGrid Track 2 Autogenerated

Autogenerate EventGrid track 2 classes using the swagger. All files except EventGridPublisherImplTests.java, pom.xml, and the swagger readme.md are autogenerated.

* Exclude readme requirement

Readme is included in the PR that has all the written components, since the Readme contains samples that only work with written code.

* fix docsettings indents

* Add back in paths

* Fix tests and pom

tests now renamed, use StepVerifier. Core dependency changed, added reactor test as dependency and remove build configs in pom. Refactor swagger readme for captialization.

* fix docsettings indenting again

Co-authored-by: Soren Dahl <Soreloser2@users.noreply.github.com>
* add offset and length for SentenceSentiment
* azure-search-documents performance tests for autocomplete, search, suggest, and document indexing

* Update performance test names and add validation to tests
* Adding create rules.

* Adding RuleAction and RuleFilter.

* Adding overloads in ServiceBusAdministrationClient and ServiceBusAdministrationAsyncClient.

* Regenerate swagger. KeyValue names are changed.

* Renaming generated swagger classes to `*Impl` to avoid name conflicts.
* refactor tests in resources

* refactor tests in storage

* refactor tests in authorization

* refactor tests in keyvault

* refactor tests in msi

* refactor tests in network

* refactor tests in compute

* refactor tests in sql

* refactor tests in dns

* refactor tests in appservice

* refactor tests in cosmos

* refactor tests in containerservice

* refactor tests in monitor

* refactor tests in containerregistry

* refactor tests in appplatform

* refactor tests in containerinstance

* refactor tests in privatedns

* refactor tests in redis

* refactor tests in eventhubs

* refactor tests in azure resourcemanager

* update azure resourcemanager samples

* update dns manager and test deplay provider

* reformat code
…ed (Azure#14600)

* Default scheme to SB:// if no scheme is provided in endpoint
* No logic change, just make code easier to read.

* Fix error reported by maven-checkstyle-plugin.

* Add integration test: AADGroupsCountIT.

* No logic change, just make code easier to read. (Azure#14638)

Co-authored-by: Rujun Chen <rujche@microsoft.com>
zhoufenqin and others added 24 commits September 9, 2020 11:26
Co-authored-by: unknown <fenzho@FZHOU.fareast.corp.microsoft.com>
* remove catch exception in samples

* fix compile error

* throws Exception in samples

* throws Exception in test

* remove return false in last

* fix compile error

* Revert "throws Exception in test"

This reverts commit 3cb862d.

* Revert "throws Exception in samples"

This reverts commit d61c58a.

* throw specific exception for samples

* throw exception in test
* This PR adds support for query annotations. This enables end users to add annotated queries to their repositories using @query(value = "<query>") which opens up all the query capabilities of underlying cosmos java sdk to the cosmos spring driver.
* add reactor test

* add flatmap test

* remove reator-test duplicate versioning

* add return mono.error
…Azure#14939)

* Enable SAS support in connection string for Service Bus

* Fix checkstyle

* Add logs
…re#14791)

Fixed a few test assets as well. While they were accepted by the service when the context field was just one value, the service always returns a model such that the context is an array with one value instead. This makes it easier to test that models retrieved from the service match our expectations
* Expose AuthorizationRules on Queue and Topic options.

* Rename AuthorizationRule -> AuthorizationRuleImpl. Add an implementation of SharedAccessAuthorizationRule.

* Adding CreateQueueEntry with rules.

* Fixing namespaces on autogenerated code.

* Fixing serialization and replacing global namespace.
Update label for AzConfig
…4988)

* Renamed SearchableFieldProperty to SearchableField and SimpleFieldProperty to SimpleField and updated the CHANGELOG and README in preparation for release

* Update version for release
* Scope which folders in /eng trigger Core CI

* Update ci.yml

* Update ci.yml
* readme: autoconfig, context, appconfig

* update readme for spring cloud services

* udpate readme of storage

* update readme for storage queue

* readme: autoconfig, context, appconfig

* update readme for spring cloud services

* udpate readme of storage

* update readme for storage queue

* update readme for version tag

* fix for pipeline errors
…ceiving. (Azure#14848)

Expose AMQP details ServiceBus Messages for sending and receiving.
* Update CODEOWNERS for event grid
* enable test

* fix delay in playback
…zure#14998)

* - Updating user agent as per the guidelines.
- Adding query annotation snippets to readme.
* readme changes
* add junit platform

* suppress non sequetial test due to random fail

* add comment
@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAutomation/sdk_eventhubs_mgmt-v2018_01_01_preview@10635 branch 2 times, most recently from 992e3eb to 3b4964a Compare September 10, 2020 07:06
@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAutomation/sdk_eventhubs_mgmt-v2018_01_01_preview@10635 branch from 3b4964a to 3a823fa Compare September 10, 2020 07:17
@openapi-sdkautomation openapi-sdkautomation bot deleted the sdkAutomation/sdk_eventhubs_mgmt-v2018_01_01_preview@10635 branch September 10, 2020 07:29
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.