-
Notifications
You must be signed in to change notification settings - Fork 1
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
Commits on Aug 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2db109b - Browse repository at this point
Copy the full SHA 2db109bView commit details -
TA add "opinion mining" new feature (#13333)
Added "opinion mining" new feature implementation
Configuration menu - View commit details
-
Copy full SHA for 5843d99 - Browse repository at this point
Copy the full SHA 5843d99View commit details
Commits on Aug 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0015dd6 - Browse repository at this point
Copy the full SHA 0015dd6View commit details
Commits on Aug 31, 2020
-
LogAnalytics: generate package-2020-08 (Azure#14631)
* generate package-2020-08 * fix compile errors * fix deleteAsync
Configuration menu - View commit details
-
Copy full SHA for 6a833f1 - Browse repository at this point
Copy the full SHA 6a833f1View commit details -
mgmt add azure-resourcemanager-eventhubs (Azure#14469)
* 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
Configuration menu - View commit details
-
Copy full SHA for 8880b04 - Browse repository at this point
Copy the full SHA 8880b04View commit details -
Implement new version schema for cosmosdb starter (Azure#14465)
* 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
Configuration menu - View commit details
-
Copy full SHA for a5acccf - Browse repository at this point
Copy the full SHA a5acccfView commit details -
Mgmt Spring Cloud Deployment update (Azure#14423)
* 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
Configuration menu - View commit details
-
Copy full SHA for c329352 - Browse repository at this point
Copy the full SHA c329352View commit details -
Use next link from group membership request (Azure#14305)
* 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>
Configuration menu - View commit details
-
Copy full SHA for 419eeb1 - Browse repository at this point
Copy the full SHA 419eeb1View commit details -
add azure spring boot servicebus jms integration test (Azure#14562)
* 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
Configuration menu - View commit details
-
Copy full SHA for a31612a - Browse repository at this point
Copy the full SHA a31612aView commit details -
Configuration menu - View commit details
-
Copy full SHA for db97b97 - Browse repository at this point
Copy the full SHA db97b97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1317e07 - Browse repository at this point
Copy the full SHA 1317e07View commit details -
Add metadata to TableItem & TableEntity (Azure#14497)
* Implement metadata methods for all clients * Add Timestamp metadata to TableEntity * Store full metadata for TableItem * Add listTables test * Fix SpotBugs issue
Configuration menu - View commit details
-
Copy full SHA for 299d31f - Browse repository at this point
Copy the full SHA 299d31fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fb9af3 - Browse repository at this point
Copy the full SHA 7fb9af3View commit details -
Add implementation for relationship APIs (Azure#14527)
* feat(adt): Add implementation for relationship APIs
Configuration menu - View commit details
-
Copy full SHA for 28503b2 - Browse repository at this point
Copy the full SHA 28503b2View commit details -
Fix deserialization of entities (Azure#14551)
* 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.
Configuration menu - View commit details
-
Copy full SHA for 1d8ce6b - Browse repository at this point
Copy the full SHA 1d8ce6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9be5e2 - Browse repository at this point
Copy the full SHA e9be5e2View commit details -
SB Track2 : SubQueue Implementation (Azure#14587)
* SubQueue Implementation to support deadLetter and transfer deadletter queue using builder.subQueue() API
Configuration menu - View commit details
-
Copy full SHA for d0ff18e - Browse repository at this point
Copy the full SHA d0ff18eView commit details -
Update the helper classes used for serialization and deserialization (A…
…zure#14659) * Update the helper classes used for serialization and deserialization
Configuration menu - View commit details
-
Copy full SHA for c06b9eb - Browse repository at this point
Copy the full SHA c06b9ebView commit details -
Co-authored-by: Hemant Tanwar <hetanwar@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f7add49 - Browse repository at this point
Copy the full SHA f7add49View commit details -
EventGrid Track 2 autogenerated code (Azure#14440)
* 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>
Configuration menu - View commit details
-
Copy full SHA for 01e0e42 - Browse repository at this point
Copy the full SHA 01e0e42View commit details -
Add offset and length to SentenceSentiment (Azure#14599)
* add offset and length for SentenceSentiment
Configuration menu - View commit details
-
Copy full SHA for 2e2087d - Browse repository at this point
Copy the full SHA 2e2087dView commit details -
Azure Search Documents Performance Tests (Azure#14383)
* azure-search-documents performance tests for autocomplete, search, suggest, and document indexing * Update performance test names and add validation to tests
Configuration menu - View commit details
-
Copy full SHA for b9d2ea7 - Browse repository at this point
Copy the full SHA b9d2ea7View commit details -
Adding Subscription rules (Azure#14633)
* 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.
Configuration menu - View commit details
-
Copy full SHA for 7b1e380 - Browse repository at this point
Copy the full SHA 7b1e380View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a74849 - Browse repository at this point
Copy the full SHA 4a74849View commit details
Commits on Sep 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1b10644 - Browse repository at this point
Copy the full SHA 1b10644View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8baef5d - Browse repository at this point
Copy the full SHA 8baef5dView commit details -
mgmt update test base by azure-resourcemanager-test (Azure#14654)
* 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
Configuration menu - View commit details
-
Copy full SHA for 50297c7 - Browse repository at this point
Copy the full SHA 50297c7View commit details -
ConnectionString : Default scheme to SB:// in Endpoint if not specifi…
…ed (Azure#14600) * Default scheme to SB:// if no scheme is provided in endpoint
Configuration menu - View commit details
-
Copy full SHA for 4ebe57b - Browse repository at this point
Copy the full SHA 4ebe57bView commit details -
Add integration test for AAD User Group count (Azure#14638)
* 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>
Configuration menu - View commit details
-
Copy full SHA for 4886fc8 - Browse repository at this point
Copy the full SHA 4886fc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d591ec - Browse repository at this point
Copy the full SHA 0d591ecView commit details -
Remove Priyanka as ADT code owner (Azure#14688)
David R. Williamson authoredSep 1, 2020 Configuration menu - View commit details
-
Copy full SHA for bd08b9f - Browse repository at this point
Copy the full SHA bd08b9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bafca90 - Browse repository at this point
Copy the full SHA bafca90View commit details -
Remove httpclient suffix from JDK 11 HTTP client module (#13338)
* Remove httpclient suffix from JDK 11 HTTP client module * Revert some changes IntelliJ did automatically
Configuration menu - View commit details
-
Copy full SHA for 2e13d83 - Browse repository at this point
Copy the full SHA 2e13d83View commit details -
Add implementation and API design for ADT component APIs (Azure#14666)
Also added new ___RequestOptions classes for each group of client side APIs that map to one service API in case we ever need to add additional options to a particular service API. Also added a few null checks on code that dereferenced request option instances
Configuration menu - View commit details
-
Copy full SHA for ed9952a - Browse repository at this point
Copy the full SHA ed9952aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39bd935 - Browse repository at this point
Copy the full SHA 39bd935View commit details -
Cosmos Encryption removed block() in implementation (Azure#14529)
* removed blocking calls from cosmos encryption * undo change * cleanup * minor cleanup * address code review comment * method renaming (dropped Async suffix from the methods) * cleanup, move internal classes to implementation package * move internal classes to implementation * internal APIs moved to package private
Configuration menu - View commit details
-
Copy full SHA for 181a04a - Browse repository at this point
Copy the full SHA 181a04aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07f7930 - Browse repository at this point
Copy the full SHA 07f7930View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7c2bb9 - Browse repository at this point
Copy the full SHA f7c2bb9View commit details -
[TA] Update Sample README and README for OpinionMining and PII endpoi…
…nts. (Azure#14665) * PII README updates
Configuration menu - View commit details
-
Copy full SHA for b9e2eb1 - Browse repository at this point
Copy the full SHA b9e2eb1View commit details -
Moved module specific exports, opens, and reads configuration from pa…
…rent POM into specified module (Azure#14663)
Configuration menu - View commit details
-
Copy full SHA for bf7b33c - Browse repository at this point
Copy the full SHA bf7b33cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49d7bb5 - Browse repository at this point
Copy the full SHA 49d7bb5View commit details -
[TA] upgrade to 3.1-Preview.2 and fixes the tests (Azure#14680)
upgrade to 3.1-Preview.2 and fixes the tests
Configuration menu - View commit details
-
Copy full SHA for 7b31154 - Browse repository at this point
Copy the full SHA 7b31154View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12f0801 - Browse repository at this point
Copy the full SHA 12f0801View commit details
Commits on Sep 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 827f763 - Browse repository at this point
Copy the full SHA 827f763View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39b1947 - Browse repository at this point
Copy the full SHA 39b1947View commit details -
Handle OData property types (Azure#14597)
* Handle OData types when deserializing * Insert OData metadata properties when serializing * Add OData type test
Configuration menu - View commit details
-
Copy full SHA for ed6476a - Browse repository at this point
Copy the full SHA ed6476aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b1b54d - Browse repository at this point
Copy the full SHA 5b1b54dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51b2e32 - Browse repository at this point
Copy the full SHA 51b2e32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25d8d5a - Browse repository at this point
Copy the full SHA 25d8d5aView commit details -
mgmt update maven profile (Azure#14728)
* mgmt update maven build profile * move TestUtilities to azure-resourcemanager-test * update TestUtilities
Configuration menu - View commit details
-
Copy full SHA for fbd12ff - Browse repository at this point
Copy the full SHA fbd12ffView commit details -
Mgmt: update changelog (Azure#14726)
* update changelog * fix typo * minor change spelling in compute
Configuration menu - View commit details
-
Copy full SHA for 17b9444 - Browse repository at this point
Copy the full SHA 17b9444View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3af01df - Browse repository at this point
Copy the full SHA 3af01dfView commit details -
Add missing azure-core export for HTTP implementation used in paramem…
…terized HTTP client tests (Azure#14707)
Configuration menu - View commit details
-
Copy full SHA for 41771aa - Browse repository at this point
Copy the full SHA 41771aaView commit details -
Revert jdk httpclient artifact name (Azure#14701)
* Revert jdk httpclient artifact name * Update ci.yml * Update checkstyle-suppression
Configuration menu - View commit details
-
Copy full SHA for 087377f - Browse repository at this point
Copy the full SHA 087377fView commit details -
Add helpers for accessing sample resources (Azure#14706)
* feat(adt): Add helpers for accessing sample's resources
Configuration menu - View commit details
-
Copy full SHA for 73a8ec3 - Browse repository at this point
Copy the full SHA 73a8ec3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37c78d7 - Browse repository at this point
Copy the full SHA 37c78d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab7e1ff - Browse repository at this point
Copy the full SHA ab7e1ffView commit details -
[TA] Add redactedText to PiiEntityCollection (Azure#14719)
* add redactedText to PiiEntityCollection
Configuration menu - View commit details
-
Copy full SHA for 9b68a46 - Browse repository at this point
Copy the full SHA 9b68a46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d87858 - Browse repository at this point
Copy the full SHA 6d87858View commit details -
Configuration menu - View commit details
-
Copy full SHA for b68dd3d - Browse repository at this point
Copy the full SHA b68dd3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for eff062e - Browse repository at this point
Copy the full SHA eff062eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1ed6ef - Browse repository at this point
Copy the full SHA e1ed6efView commit details -
Change prerelease versioning (Azure#14703)
- Use alpha instead of dev
Configuration menu - View commit details
-
Copy full SHA for c9a6313 - Browse repository at this point
Copy the full SHA c9a6313View commit details -
Add digital twin lifecycle sample (Azure#14744)
* samples(adt): Add digital twin lifecycle sample
Configuration menu - View commit details
-
Copy full SHA for dc4f2ba - Browse repository at this point
Copy the full SHA dc4f2baView commit details
Commits on Sep 3, 2020
-
Cosmos fix resource leak on client initialization failure (Azure#14742)
* fix resource leak on client initialization failure * guard for global endpoint manager initilization issue * fixd spotbug issue
Configuration menu - View commit details
-
Copy full SHA for c84e8f4 - Browse repository at this point
Copy the full SHA c84e8f4View commit details -
Update AfterBurner version to match other Jackson versions (Azure#14745)
* Update AfterBurner version to match other Jackson versions * Remove all unnecessary Maven enforcer includes
Configuration menu - View commit details
-
Copy full SHA for d71fd3a - Browse repository at this point
Copy the full SHA d71fd3aView commit details -
Update generated ADT code to reflect swagger changes (Azure#14760)
The local swagger copy isn't used in code gen, but this keeps it up to date anyways
Configuration menu - View commit details
-
Copy full SHA for 4b3a9f8 - Browse repository at this point
Copy the full SHA 4b3a9f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d02daf - Browse repository at this point
Copy the full SHA 2d02dafView commit details -
Updating libraries with dependency vulnerable to CVE-2020-11612 (Azur…
…e#14590) Updating a library that has a dependency library vulnerable to https://nvd.nist.gov/vuln/detail/CVE-2020-11612
Configuration menu - View commit details
-
Copy full SHA for 99491d4 - Browse repository at this point
Copy the full SHA 99491d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6167cfa - Browse repository at this point
Copy the full SHA 6167cfaView commit details -
mgmt skip traffic sample test for CI random failure (Azure#14732)
* mgmt skip traffic sample test for CI random failure * skip testTrafficManager()
Configuration menu - View commit details
-
Copy full SHA for 6a2d823 - Browse repository at this point
Copy the full SHA 6a2d823View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4647a58 - Browse repository at this point
Copy the full SHA 4647a58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21787ac - Browse repository at this point
Copy the full SHA 21787acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b8fa2c - Browse repository at this point
Copy the full SHA 6b8fa2cView commit details -
SB track2: Remove locktoken with ServiceBusReceivedMessage in settlem…
…ent API. (Azure#14696) * remove locktoken with ServiceBusReceivedMessage in settlement API.
Configuration menu - View commit details
-
Copy full SHA for 0d23a8e - Browse repository at this point
Copy the full SHA 0d23a8eView commit details -
[TA] Add StringIndexType value and tests (Azure#14784)
* String Index Type feature
Configuration menu - View commit details
-
Copy full SHA for e03a589 - Browse repository at this point
Copy the full SHA e03a589View commit details -
Fix timeout exceptions when using tcnative (Azure#14748)
* Fixed RequestTimeoutException when enabled tcnative * remove exclusions of tcnative from the pom files Co-authored-by: Annie Liang <xinlian@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for df5a8f4 - Browse repository at this point
Copy the full SHA df5a8f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c4890f - Browse repository at this point
Copy the full SHA 7c4890fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d99c11 - Browse repository at this point
Copy the full SHA 8d99c11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d87eea - Browse repository at this point
Copy the full SHA 9d87eeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc161f8 - Browse repository at this point
Copy the full SHA fc161f8View commit details -
[TA] Update samples and readme (Azure#14793)
* update samples and readme * remove credential name
Configuration menu - View commit details
-
Copy full SHA for 90bbd5f - Browse repository at this point
Copy the full SHA 90bbd5fView commit details -
Azure Core API Changes Before Release (Azure#14786)
* Make JsonSerializerProvider implementations final * Changes to generic representation and isEnabled to isTracingEnabled * Fix generic reference * Update sdk/core/azure-core/src/main/java/com/azure/core/util/serializer/SerializerAdapter.java Co-authored-by: Srikanta <51379715+srnagar@users.noreply.github.com> * Update sdk/core/azure-core/src/main/java/com/azure/core/util/serializer/SerializerAdapter.java Co-authored-by: Srikanta <51379715+srnagar@users.noreply.github.com> Co-authored-by: Srikanta <51379715+srnagar@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5b40cc8 - Browse repository at this point
Copy the full SHA 5b40cc8View commit details -
Add models operations to twin lifecycle sample (Azure#14781)
* samples(adt): Add model operations to twin sample
Configuration menu - View commit details
-
Copy full SHA for f5fbc85 - Browse repository at this point
Copy the full SHA f5fbc85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04cc3ff - Browse repository at this point
Copy the full SHA 04cc3ffView commit details
Commits on Sep 4, 2020
-
Add live tests to EventGrid SDK (Azure#14799)
* Add live test files Fix custom event test slightly to be formatted correctly * Fixed test formatting * Small test config changes Co-authored-by: Soren Dahl <Soreloser2@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 67864dc - Browse repository at this point
Copy the full SHA 67864dcView commit details -
[TA] Add domainFilter feature to PII endpoint (Azure#14714)
* add domainFilter feature
Configuration menu - View commit details
-
Copy full SHA for eecf0ed - Browse repository at this point
Copy the full SHA eecf0edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d918cc - Browse repository at this point
Copy the full SHA 3d918ccView commit details -
Network: regenerate package-2020-06 (Azure#14773)
* regenerate package-2020-06 * update pom * fix compile errors
Configuration menu - View commit details
-
Copy full SHA for be68aad - Browse repository at this point
Copy the full SHA be68aadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f8ce5b - Browse repository at this point
Copy the full SHA 9f8ce5bView commit details -
mgmt compute update test dependency (Azure#14731)
* mgmt compute update test dependency * remove azure-storage from external dependency list
Configuration menu - View commit details
-
Copy full SHA for 65f4820 - Browse repository at this point
Copy the full SHA 65f4820View commit details -
Support java modules for azure-spring-data-cosmos (Azure#14636)
* add module info * fix split packages and runtime exceptions * fix compilation error * fix tests failure * fix checkstyle * extend surefire plugin in spring-data-cosmos * inherit plugin from profile * fix broken link caused by changing samples package name * use plain Java reflection instead of commons.lang3, hence opens to spring module Co-authored-by: Xiaolu Dai <xiada@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for d890893 - Browse repository at this point
Copy the full SHA d890893View commit details -
[TA] test live tests in private endpoint (Azure#14800)
* add disable azure resource creation
Configuration menu - View commit details
-
Copy full SHA for 3b8c182 - Browse repository at this point
Copy the full SHA 3b8c182View commit details -
Increment version for core releases (Azure#14803)
* Increment package version after release of com.azure azure-core * Increment package version after release of com.azure azure-core-experimental * Increment package version after release of com.azure azure-core-test * Increment package version after release of com.azure azure-core-serializer-json-jackson * Increment package version after release of com.azure azure-core-http-okhttp * Increment package version after release of com.azure azure-core-http-netty * Increment package version after release of com.azure azure-core-serializer-json-gson * Increment package version after release of com.azure azure-core-serializer-avro-apache * Remove unreleased azure-core Co-authored-by: alzimmermsft <48699787+alzimmermsft@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3e041ec - Browse repository at this point
Copy the full SHA 3e041ecView commit details -
Increment version for resourcemanager releases (Azure#14768)
* Increment package version after release of com.azure.resourcemanager azure-resourcemanager-containerinstance * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-keyvault * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-containerservice * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-sql * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-containerregistry * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-appplatform * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-monitor * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-msi * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-compute * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-cosmos * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-authorization * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-dns * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-appservice * Increment package version after release of com.azure.resourcemanager azure-resourcemanager * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-storage * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-resources * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-network * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-redis * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-trafficmanager * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-privatedns * Increment package version after release of com.azure.resourcemanager azure-resourcemanager-eventhubs * update version for sample and test * update version * update readme * update change log version Co-authored-by: Tanyi Chen <tanchen@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 1c32eba - Browse repository at this point
Copy the full SHA 1c32ebaView commit details -
mgmt support azure-resourcemanager-servicebus (Azure#14723)
* copy service bus from azure-libraries-for-java * reformat code * update api-spec * generate servicebus * update versioning * fix compile errors * manual changes for inner classes * update tests and session records * update azure and samples * update test after credcheck * update TimeSpan * update TimeSpan javadoc * update version of azure-resourcemanager-servicebus * update version of azure-resourcemanager-servicebus * update maven profile * update maven profile * update after moving ManagerBase and TestUtilities * update CHANGELOG * update pom
Configuration menu - View commit details
-
Copy full SHA for f4ee6aa - Browse repository at this point
Copy the full SHA f4ee6aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c64896 - Browse repository at this point
Copy the full SHA 7c64896View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99537ed - Browse repository at this point
Copy the full SHA 99537edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e7f5c0 - Browse repository at this point
Copy the full SHA 8e7f5c0View commit details -
Initial KeyVaultAccessControlClient for Java (#12405)
* Created azure-security-keyvault-administration module including its POM, README and CHANGELOG files. * Created AutoRest README and generated artifacts. * Added sync methods * Modified the AutoRest specification to generate async methods only. Renamed the generated AccessControl client and builder. * Created the AccessControl builder and clients (sync + async), public API for getting Role Definitions and some helper classes and resources. * Regenerated classes with AutoRest v4 instead of v3. * Added the 'KeyVault' prefix to all access control clients, implementation classes and their builders. * Added an API for listing role definitions. * Added APIs for creating, getting, deleting and listing role assignments. * Polished README. * Added the an entry for Key Vault Administration in version_client.txt * Renamed to not break the CI build. * Fixed copy/paste error on autorest.md * Changed README references (keys -> administration). * Addressed PR comments. Added a new ExpandableStringEnum: RoleScope. Corrected some of the Javadoc. * Addressed more PR feedback. * Added the new Key Vault Administration library to eng/jacoco-test-coverage/pom.xml * Re-generated code from the Swagger specification. * Renamed many of the implementation models. * Added additional null checks for members in public methods that accept KeyVaultRoleAssignmentProperties. * Added a module-info file. * Made small formatting corrections. * Removed an entry from module-info.java. Modified how KeyVaultAccessControlAsyncClient get error messages for parameter validation. * Added missing package-info.java files. * Corrected errors highlighted by APIView. * Reverted implementation classes to their original names and hid them from public API signatures. Added convenience layer models to be exposed as public API. * Renamed KeyVaultRoleScope to KeyVaultRoleAssignmentScope. * Fixed build issues. * Made model classes final. * Updated module-info.java * Renamed input parameter "scope" to "roleScope" in a multitude of public APIs. Corrected version number in files inside /eng. * Fixed package-info.java Javadoc. * Fixed some strings used for logging. * Fixed JavaDoc formatting issues pointed out by @g2vinay. * Added samples to README.md * Fixed build analysis issues with the module's POM. * Fixed Build analysis issue related to README. * Fixed broken links in autorest.md and README.md * Fixed a bug in `KeyVaultAccessControlAsyncClient.createRoleAssignmentWithResponse()`. Made fixes for tests cases. * Updated azure-core versions.
Configuration menu - View commit details
-
Copy full SHA for 5eb4798 - Browse repository at this point
Copy the full SHA 5eb4798View commit details -
Configuration menu - View commit details
-
Copy full SHA for f01cc0b - Browse repository at this point
Copy the full SHA f01cc0bView commit details -
Update LockRenewalOperation API (Azure#14705)
* Removing public from LockRenewalOperation. * Update LockRenewalOperation to return a completion Mono.
Configuration menu - View commit details
-
Copy full SHA for a50c4f0 - Browse repository at this point
Copy the full SHA a50c4f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e55604 - Browse repository at this point
Copy the full SHA 9e55604View commit details -
Configuration menu - View commit details
-
Copy full SHA for e97bfad - Browse repository at this point
Copy the full SHA e97bfadView commit details -
Stopping Pair<L, R> of implementation package from leaking into publi…
…c surface area (Azure#14795) * Removing Pair<L, R> of implementation package from leaking into public surface area for readMany API * Making CosmosItemIdentity class sealed/final * Adding Beta-Annotation to CosmosItemIdentity * Fixing build error due to corrupt link after spring data samples were moved * Fixing SpotBug issue in ItemOperations * Fixing unit test failure due to conversion error in ItemOperations
Configuration menu - View commit details
-
Copy full SHA for e41c370 - Browse repository at this point
Copy the full SHA e41c370View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6149c79 - Browse repository at this point
Copy the full SHA 6149c79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9491334 - Browse repository at this point
Copy the full SHA 9491334View commit details -
Configuration menu - View commit details
-
Copy full SHA for b455a61 - Browse repository at this point
Copy the full SHA b455a61View commit details -
Configuration menu - View commit details
-
Copy full SHA for b637366 - Browse repository at this point
Copy the full SHA b637366View commit details
Commits on Sep 5, 2020
-
Add convenience layer to generated code for Event Grid Track 2 (Azure…
…#14442) * 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. * EventGrid Track 2 written code Convenience layer for EventGrid Track 2 on top of autogenerated code. * Add Javadoc comments Add a few missing javadoc comments and remove a few comments from private methods. * Merge in changes from autogenerated PR test and pom edits mostly * Fix tests Rename methods and use StepVerifier instead of blocking * Add Changelog * Rework CloudEvent serialization Drop explicit support for non-JSON data. Modify/fix tests slightly. * Abbreviate SAS SharedAccessSignature -> SAS, refactor methods and classes * Small formatting changes * Readme and changelog formatting issues Maven artifact not included since it hasn't published yet, some github links are broken since they point to folders that are included in this commit, however they should work once the changes are merged. * Changed CustomEvent test conforms to live test expected custom event properties * Address review comments Variety of changes, major ones include: - Async methods on generic getData - Lazy list creation for send methods - Credential methods both renamed to `credential` - Logging errors instead of throwing - Additional missing javadoc comments * Final set of review comments mostly minor changes, except a small license change to all source files, including generated ones. Co-authored-by: Soren Dahl <Soreloser2@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 18528bd - Browse repository at this point
Copy the full SHA 18528bdView commit details -
Initial KeyVaultBackupClient for Java (#12671)
* Created azure-security-keyvault-administration module including its POM, README and CHANGELOG files. * Created AutoRest README and generated artifacts. * Added sync methods * Modified the AutoRest specification to generate async methods only. Renamed the generated AccessControl client and builder. * Created the AccessControl builder and clients (sync + async), public API for getting Role Definitions and some helper classes and resources. * Regenerated classes with AutoRest v4 instead of v3. * Added the 'KeyVault' prefix to all access control clients, implementation classes and their builders. * Added an API for listing role definitions. * Added APIs for creating, getting, deleting and listing role assignments. * Polished README. * Added the an entry for Key Vault Administration in version_client.txt * Renamed to not break the CI build. * Fixed copy/paste error on autorest.md * Changed README references (keys -> administration). * Addressed PR comments. Added a new ExpandableStringEnum: RoleScope. Corrected some of the Javadoc. * Removed AccessControl classes. Used AutoRest to generate code from the backuprestore swagger. Modified README.md, CHANGELOG.md and autorest.md. * Created the async and syncs backup clients, as well as their builder. * Made small corrections. * Made slight corrections. * Added the new Key Vault Administration library to eng/jacoco-test-coverage/pom.xml * Re-generated code from the Swagger specification. * Renamed LROs to use "begin" instead of "start". Added a way to handle errors when polling LROs. * Created custom models to expose to users instead of the ones in implementation.models * Added package-info.java and module-info.java * Made some small corrections. * Removed and added a couple entries to module-info.java. Moved KeyVaultLongRunningOperation to administration.models * Changed version of the Key Vault Administration package. * Corrected errors highlighted by APIView. * Removed implementation classes from public API signatures and documentation. Added KeyVaultException to take the place of KeyVaultErrorException in the Javadoc of public APIs. * Removed KeyVaultException. * Fixed Javadoc. * Updated module-info.java * Corrected version number in files inside /eng. Fixed package-info.java Javadoc. Updated dependency versions in azure-security-keyvault-administration's POM. * Fixed Javadoc formatting for public APIs. Fixed build analysis issues with the module's POM. Made utility methods in KeyVaultBackupAsyncClient static and ensured we correctly parse long running operation statuses. * Updated Reactor version. * Changed the final result return type of the `beginBackup` operation from `Void` to `String` so it returns the blob storage URI of the resulting backup. Improved logging for LROs. * Added samples to README. Fixed Build analysis issue related to README. * Fixed broken links in autorest.md * Made fixes for test cases. * Updated azure-core versions. * Corrected typos in README. Fixed a couple bugs discovered by live testing.
Configuration menu - View commit details
-
Copy full SHA for 3e7eb21 - Browse repository at this point
Copy the full SHA 3e7eb21View commit details -
Configuration menu - View commit details
-
Copy full SHA for b79469c - Browse repository at this point
Copy the full SHA b79469cView commit details
Commits on Sep 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 75ff7da - Browse repository at this point
Copy the full SHA 75ff7daView commit details
Commits on Sep 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for cc372c8 - Browse repository at this point
Copy the full SHA cc372c8View commit details -
Fix pipeline failure caused by install java/maven/git failed. (Azure#…
…14775) * Enable KeyVaultIT.keyVaultWithVirtualMachineMSI. * 1. Remove download script from git. 2. Add retry logic. * Move retry logic into sh script. * ignore KeyVaultIT.keyVaultWithVirtualMachineMSI * Add newline at end of file. * Not install maven and git. * Not ignore keyVaultWithVirtualMachineMSI(). * Reinstall openjsk-9-jre-headless. * reinstall 2 more modules. * Install default-jdk * Add -y in apt-get install * Add install_java_with_retry.sh * Test just try one time. * Update retry logic. * Update until do logic * retry 5 times if install java failed. * Fix error about: Permisstion denied. * ignore test keyVaultWithVirtualMachineMSI. Co-authored-by: Rujun Chen <rujche@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for b598dcd - Browse repository at this point
Copy the full SHA b598dcdView commit details -
Revert "Implement new version schema for cosmosdb starter (Azure#14465)…
…" (Azure#14867) This reverts commit a5acccf.
Configuration menu - View commit details
-
Copy full SHA for 7c24435 - Browse repository at this point
Copy the full SHA 7c24435View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9465d61 - Browse repository at this point
Copy the full SHA 9465d61View commit details -
modify eventhub reademe (Azure#14778)
* modify eventhub reademe * modify link errors * adjust readme links to bottom of the doc * update sample url
Configuration menu - View commit details
-
Copy full SHA for eac9534 - Browse repository at this point
Copy the full SHA eac9534View commit details -
Update script path. (Azure#14869)
Co-authored-by: Rujun Chen <rujche@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 464f387 - Browse repository at this point
Copy the full SHA 464f387View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53dee37 - Browse repository at this point
Copy the full SHA 53dee37View commit details
Commits on Sep 8, 2020
-
Mgmt Move Client and ClientBuilder (Azure#14872)
* refactor resources * refactor appplatform * refactor appservice * refactor auth * refactor compute * refactor aci * refactor acr * refactor acs * refactor cosmos * refactor dns * refactor eventhub * refactor monitor * msi * network * private dns * redis * service bus * sql * storage * traffic manager * fix compile * fix checkstyle
Configuration menu - View commit details
-
Copy full SHA for ecc8944 - Browse repository at this point
Copy the full SHA ecc8944View commit details -
add readme file for Storage Queue starter (Azure#14880)
Co-authored-by: v-gaoh <v-gaoh@Microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 76a1ce7 - Browse repository at this point
Copy the full SHA 76a1ce7View commit details -
update version for spring release (Azure#14873)
Co-authored-by: unknown <fenzho@FZHOU.fareast.corp.microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 51b0378 - Browse repository at this point
Copy the full SHA 51b0378View commit details -
Mgmt auth: support list by filter (Azure#14893)
* add support list by filter * support list by filter for auth * support filter in impl * fix checkstyle * fix checkstyle
Configuration menu - View commit details
-
Copy full SHA for 16059ae - Browse repository at this point
Copy the full SHA 16059aeView commit details -
Complete / enrich readme files for Spring Cloud integration with Serv…
…ice Bus (Azure#14780) * add readme file for spring integration service bus * add readme for spring cloud starter azure service bus * add readme file for spring cloud stream binder service bus core * add readme file for service bus binder for queue * add readme file for spring cloud stream binder for service bus topic * address comments * fix sample reference links Co-authored-by: Xiaolu Dai <xiada@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 2e87a35 - Browse repository at this point
Copy the full SHA 2e87a35View commit details -
Move the azure-spring-cloud-starter-appconfiguration-config module fr…
…om sdk/spring to sdk/appconfiguration (Azure#14894) * Move the azure-spring-cloud-starter-appconfiguration-config module from sdk/spring to sdk/appconfiguration * Move the azure-spring-cloud-starter-appconfiguration-config module from sdk/spring to sdk/appconfiguration * Fix links * modify ci.yml
Configuration menu - View commit details
-
Copy full SHA for 9f0ec7c - Browse repository at this point
Copy the full SHA 9f0ec7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fd43cd - Browse repository at this point
Copy the full SHA 5fd43cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0471806 - Browse repository at this point
Copy the full SHA 0471806View commit details -
Configuration menu - View commit details
-
Copy full SHA for 894add3 - Browse repository at this point
Copy the full SHA 894add3View commit details -
Bump the template version (Azure#14840)
* bump it again * Fixed change log * Bump to latest * Added version file * Update CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for ff1d0dc - Browse repository at this point
Copy the full SHA ff1d0dcView commit details -
Keyvault Administration clients tests (Azure#14856)
* Created azure-security-keyvault-administration module including its POM, README and CHANGELOG files. * Created AutoRest README and generated artifacts. * Added sync methods * Modified the AutoRest specification to generate async methods only. Renamed the generated AccessControl client and builder. * Created the AccessControl builder and clients (sync + async), public API for getting Role Definitions and some helper classes and resources. * Regenerated classes with AutoRest v4 instead of v3. * Added the 'KeyVault' prefix to all access control clients, implementation classes and their builders. * Added an API for listing role definitions. * Added APIs for creating, getting, deleting and listing role assignments. * Polished README. * Added the an entry for Key Vault Administration in version_client.txt * Renamed to not break the CI build. * Fixed copy/paste error on autorest.md * Changed README references (keys -> administration). * Addressed PR comments. Added a new ExpandableStringEnum: RoleScope. Corrected some of the Javadoc. * Removed AccessControl classes. Used AutoRest to generate code from the backuprestore swagger. Modified README.md, CHANGELOG.md and autorest.md. * Created the async and syncs backup clients, as well as their builder. * Made small corrections. * Made slight corrections. * Added the new Key Vault Administration library to eng/jacoco-test-coverage/pom.xml * Re-generated code from the Swagger specification. * Renamed LROs to use "begin" instead of "start". Added a way to handle errors when polling LROs. * Created custom models to expose to users instead of the ones in implementation.models * Added package-info.java and module-info.java * Made some small corrections. * Removed and added a couple entries to module-info.java. Moved KeyVaultLongRunningOperation to administration.models * Changed version of the Key Vault Administration package. * Corrected errors highlighted by APIView. * Removed implementation classes from public API signatures and documentation. Added KeyVaultException to take the place of KeyVaultErrorException in the Javadoc of public APIs. * Removed KeyVaultException. * Fixed Javadoc. * Updated module-info.java * Corrected version number in files inside /eng. Fixed package-info.java Javadoc. Updated dependency versions in azure-security-keyvault-administration's POM. * Fixed Javadoc formatting for public APIs. Fixed build analysis issues with the module's POM. Made utility methods in KeyVaultBackupAsyncClient static and ensured we correctly parse long running operation statuses. * Updated Reactor version. * Changed the final result return type of the `beginBackup` operation from `Void` to `String` so it returns the blob storage URI of the resulting backup. Improved logging for LROs. * Added samples to README. Fixed Build analysis issue related to README. * Fixed broken links in autorest.md * Made fixes for test cases. * Updated azure-core versions. * Corrected typos in README. Fixed a couple bugs discovered by live testing. * Created unit tests for the Key Vault Administration clients. Added test recordings.
Configuration menu - View commit details
-
Copy full SHA for b7b0e66 - Browse repository at this point
Copy the full SHA b7b0e66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4edb33a - Browse repository at this point
Copy the full SHA 4edb33aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c6a275 - Browse repository at this point
Copy the full SHA 6c6a275View commit details -
Fix HttpRequest Body Being Consumed and Sending an Empty Request Body (…
…Azure#14915) * Fix AppConfiguration live tests * Update Form Recognizer and Text Analytics as additional validation, fix version checks
Configuration menu - View commit details
-
Copy full SHA for 259e63f - Browse repository at this point
Copy the full SHA 259e63fView commit details -
Updated the ci.yml for publishing the new Key Vault Administration pa…
…ckage (Azure#14914) * Updated the ci.yml file for publishing the new Key Vault Administration package. * Fixed Javadoc issue. * Fixed checkstyle and spotbugs errors.
Configuration menu - View commit details
-
Copy full SHA for eee7889 - Browse repository at this point
Copy the full SHA eee7889View commit details -
Release Azure Core Hotfix for HttpRequest Body Consumption Fix (Azure…
…#14920) * Update CHANGELOGs and READMEs in preparation for release * Update versions for release * Revert Core AMQP version changes
Configuration menu - View commit details
-
Copy full SHA for 1a4077f - Browse repository at this point
Copy the full SHA 1a4077fView commit details -
Refactor util and helper classes to their own packages (Azure#14919)
* refactor(adt, samples): Refactor util and helper classes to their own package
Configuration menu - View commit details
-
Copy full SHA for de09084 - Browse repository at this point
Copy the full SHA de09084View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b5a85b - Browse repository at this point
Copy the full SHA 1b5a85bView commit details -
[Cog Serv Anomaly Detector] add sample codes (Azure#14591)
* add samples and sample data * add REAME.md for samples * add javafdoc; rename variates; * add more comments
Configuration menu - View commit details
-
Copy full SHA for 3f42cdb - Browse repository at this point
Copy the full SHA 3f42cdbView commit details
Commits on Sep 9, 2020
-
[Event Hubs] Support SAS token in connnection string (Azure#14912)
* Move load balancing options changes to main branch * Support SAS token in connnection string
Configuration menu - View commit details
-
Copy full SHA for 1ea7f17 - Browse repository at this point
Copy the full SHA 1ea7f17View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac8715d - Browse repository at this point
Copy the full SHA ac8715dView commit details -
[Tables] Fix tables livetest (Azure#14797)
* Fix tables livetests * Fix LIVE mode and switch from RECORD to LIVE * Work around unsupported operation in Cosmos API * Mono.when doesn't play nice with Cosmos's 429 retries * Permit more retries in tests * Fix tests and re-enable disabled tests
Configuration menu - View commit details
-
Copy full SHA for 992ee0b - Browse repository at this point
Copy the full SHA 992ee0bView commit details -
Increment version for core releases (Azure#14923)
* Increment package version after release of com.azure azure-core * Increment package version after release of com.azure azure-core-experimental * Increment package version after release of com.azure azure-core-serializer-avro-apache * Increment package version after release of com.azure azure-core-test * Increment package version after release of com.azure azure-core-http-okhttp * Increment package version after release of com.azure azure-core-http-netty * Increment package version after release of com.azure azure-core-serializer-json-gson * Increment package version after release of com.azure azure-core-serializer-json-jackson * Remove unreleased Core tags (except AMQP as that is still in use Co-authored-by: alzimmermsft <48699787+alzimmermsft@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 45599a3 - Browse repository at this point
Copy the full SHA 45599a3View commit details -
upgrade spring release version 2.3.5 (Azure#14904)
Co-authored-by: unknown <fenzho@FZHOU.fareast.corp.microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for c1ad3ca - Browse repository at this point
Copy the full SHA c1ad3caView commit details -
Mgmt: remove catch exception Samples (Azure#14897)
* 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
Configuration menu - View commit details
-
Copy full SHA for 2521ad6 - Browse repository at this point
Copy the full SHA 2521ad6View commit details -
Query annotation support (Azure#14661)
* 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.
Configuration menu - View commit details
-
Copy full SHA for 32f9ae0 - Browse repository at this point
Copy the full SHA 32f9ae0View commit details -
Mgmt: add flatmap test (Azure#14960)
* add reactor test * add flatmap test * remove reator-test duplicate versioning * add return mono.error
Configuration menu - View commit details
-
Copy full SHA for 3e48a04 - Browse repository at this point
Copy the full SHA 3e48a04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 020de86 - Browse repository at this point
Copy the full SHA 020de86View commit details -
[Service Bus] Enable SAS support in connection string for Service Bus (…
…Azure#14939) * Enable SAS support in connection string for Service Bus * Fix checkstyle * Add logs
Configuration menu - View commit details
-
Copy full SHA for ca756d5 - Browse repository at this point
Copy the full SHA ca756d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a7e446 - Browse repository at this point
Copy the full SHA 3a7e446View commit details -
Add Model API tests to ADT, fix a few ADT implementation details (Azu…
…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
Configuration menu - View commit details
-
Copy full SHA for a683ebd - Browse repository at this point
Copy the full SHA a683ebdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f90c1c - Browse repository at this point
Copy the full SHA 4f90c1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82f97f9 - Browse repository at this point
Copy the full SHA 82f97f9View commit details -
Fixes management support for AuthorizationRules (Azure#14865)
* 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.
Configuration menu - View commit details
-
Copy full SHA for cd8b4a1 - Browse repository at this point
Copy the full SHA cd8b4a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e96097f - Browse repository at this point
Copy the full SHA e96097fView commit details -
Prepare azure-search-documents for September 2020 GA Release (Azure#1…
…4988) * Renamed SearchableFieldProperty to SearchableField and SimpleFieldProperty to SimpleField and updated the CHANGELOG and README in preparation for release * Update version for release
Configuration menu - View commit details
-
Copy full SHA for c9b6a2e - Browse repository at this point
Copy the full SHA c9b6a2eView commit details -
Scope Which Folders in /eng Trigger Core CI (Azure#14983)
* Scope which folders in /eng trigger Core CI * Update ci.yml * Update ci.yml
Configuration menu - View commit details
-
Copy full SHA for 55f2ab1 - Browse repository at this point
Copy the full SHA 55f2ab1View commit details
Commits on Sep 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4e74250 - Browse repository at this point
Copy the full SHA 4e74250View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96eccb4 - Browse repository at this point
Copy the full SHA 96eccb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10bf934 - Browse repository at this point
Copy the full SHA 10bf934View commit details -
Update spring cloud reademe (Azure#14971)
* 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
Configuration menu - View commit details
-
Copy full SHA for f69050c - Browse repository at this point
Copy the full SHA f69050cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 272ad9c - Browse repository at this point
Copy the full SHA 272ad9cView commit details -
SB Track2: Expose AMQP details ServiceBus Messages for sending and re…
…ceiving. (Azure#14848) Expose AMQP details ServiceBus Messages for sending and receiving.
Configuration menu - View commit details
-
Copy full SHA for 70d16c3 - Browse repository at this point
Copy the full SHA 70d16c3View commit details -
Update CODEOWNERS for event grid (Azure#15002)
* Update CODEOWNERS for event grid
Configuration menu - View commit details
-
Copy full SHA for 03fe534 - Browse repository at this point
Copy the full SHA 03fe534View commit details -
mgmt improve test (Azure#14970)
* enable test * fix delay in playback
Configuration menu - View commit details
-
Copy full SHA for c94fcb4 - Browse repository at this point
Copy the full SHA c94fcb4View commit details -
Updating user agent and adding query annotation snippets to readme (A…
…zure#14998) * - Updating user agent as per the guidelines. - Adding query annotation snippets to readme. * readme changes
Configuration menu - View commit details
-
Copy full SHA for d8bdf64 - Browse repository at this point
Copy the full SHA d8bdf64View commit details -
Mgmt: add junit platform (Azure#14972)
* add junit platform * suppress non sequetial test due to random fail * add comment
Configuration menu - View commit details
-
Copy full SHA for 5733f75 - Browse repository at this point
Copy the full SHA 5733f75View commit details -
Generated from f69510cef189b74f05f0a26e815a096faccbc386
SDK Automation committedSep 10, 2020 Configuration menu - View commit details
-
Copy full SHA for 3a823fa - Browse repository at this point
Copy the full SHA 3a823faView commit details