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

Merging master into storage feature branch #7025

Merged

Commits on Dec 4, 2019

  1. Configuration menu
    Copy the full SHA
    0020de4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2fa92b View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

  1. Add maven profile to verify readme (Azure#6625)

    * Add maven profile to verify readme
    
    * Revert changes to readme to pass the CI pipeline
    
    * Separate profiles for Windows
    srnagar authored Dec 5, 2019
    Configuration menu
    Copy the full SHA
    2b4c453 View commit details
    Browse the repository at this point in the history
  2. Workaround template behavior change. (Azure#6652)

    This commit should only impact live tests which are currently broken. Checking this in as an emergency work around. Might become permanent if this behavior change sticks.
    mitchdenny authored Dec 5, 2019
    Configuration menu
    Copy the full SHA
    226125d View commit details
    Browse the repository at this point in the history
  3. Profile activation for verify readme (Azure#6650)

    * Add maven profile to verify readme
    
    * Revert changes to readme to pass the CI pipeline
    
    * Separate profiles for Windows
    
    * Profile activation for verify readme
    
    * Revert test changes
    srnagar authored Dec 5, 2019
    Configuration menu
    Copy the full SHA
    8e79572 View commit details
    Browse the repository at this point in the history
  4. Track 1 data plane dev packages (Azure#6655)

    * Add dev package generation to data plane.
    
    * Add test skip condition.
    mitchdenny authored and JimSuplizio committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    02692b6 View commit details
    Browse the repository at this point in the history
  5. Cosmos Issue Azure#6240: Port read-my-writes fix from V4 (Azure#6242)

    * Port from v4
    
    * Corrected package misspelling in log4j.properties and removed System.exit from Main.java
    
    * Responded to code review comments
    David Noble authored and kushagraThapar committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    e7e9202 View commit details
    Browse the repository at this point in the history
  6. Cosmos Issue Azure#6253: Port RntbdRequestTimer memory leak fix from …

    …V4 (Azure#6254)
    
    * Port from v4
    
    * Corrected package misspelling in log4j.properties and removed System.exit from Main.java
    
    * Port from V4
    
    * Responded to code review comments
    
    * Reverting tests.yml file back to master
    David Noble authored and kushagraThapar committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    962c0da View commit details
    Browse the repository at this point in the history
  7. Prevent HttpLoggingPolicy Consuming Body (Azure#6638)

    * Prevent HttpLoggingPolicy from consuming request and response bodies
    
    * Updated tests to use named ClientLogger and updated tests to use a string converted to bytes
    
    * Fixing linting issues
    alzimmermsft authored Dec 5, 2019
    Configuration menu
    Copy the full SHA
    6819bcc View commit details
    Browse the repository at this point in the history
  8. Remove hard-coded version and name from clients (Azure#6557)

    * Remove hard-coded version and name from clients
    sima-zhu authored Dec 5, 2019
    Configuration menu
    Copy the full SHA
    5e37d79 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2019

  1. Configuration menu
    Copy the full SHA
    19a644f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4db0118 View commit details
    Browse the repository at this point in the history
  3. Kv keys updates (Azure#6657)

    Kv Keys update
    g2vinay authored Dec 6, 2019
    Configuration menu
    Copy the full SHA
    9c8ab03 View commit details
    Browse the repository at this point in the history
  4. Kv keys version updates (Azure#6682)

    * API updates
    
    * samples update
    
    * API changes
    
    * sample updates + checkstyle fixes
    
    * feedback updates
    
    * compile fix
    
    * feedback update + sans update + checkstyle fixes
    
    * api updates
    
    * feedback updates
    
    * feedback updates
    
    * javadoc update
    
    * checkstyle fix
    
    * compile error fix
    
    * code updates
    
    * remove package-info file
    
    * feedback + tests update
    
    * feedback updates
    
    * remove unwanted jacoco file
    
    * secret version update
    
    * version file update
    
    * pom version updates
    
    * add tests
    
    * tests update
    
    * drop codecs dependency
    
    * update base 64 usage
    
    * spotbugs fix
    
    * feedback update
    
    * code updates
    
    * build ifx
    
    * changelog + tests update
    
    * keys version updates
    
    * feedback updates
    g2vinay authored and JimSuplizio committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    a4ed961 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad27a4a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1f44a1b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2b24156 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a7775d6 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2019

  1. Introducing Revapi into build system (Azure#6381)

    * Introducing Revapi into build system. Currently it is configured to not fail the build (because it is comparing the 1.0.0-preview.N releases rather than 1.0.0). Once this versioning issue is fixed, we should flip this to fail the build.
    
    * Add revapi versions to external-dependencies.txt
    
    * Ignore packages that are under implementation.
    
    * Fail build if there are API inconsistencies.
    
    * Add versionFormat string to compare.
    
    * Skip revapi in azure-core-test
    
    * Use resource file in sdk-build-tools instead of having to resolve relative path based on pom.
    
    * Revapi not needed for aggregate report.
    JonathanGiles authored and conniey committed Dec 7, 2019
    Configuration menu
    Copy the full SHA
    fdf67a2 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

  1. Configuration menu
    Copy the full SHA
    da4c03f View commit details
    Browse the repository at this point in the history
  2. CosmosDB: regenerate package-2019-08-preview (Azure#6628)

    * CosmosDB: regenerate package-2019-08-preview
    
    * CosmosDB: regenerate package-2019-08-preview
    xseeseesee authored Dec 9, 2019
    Configuration menu
    Copy the full SHA
    e3f61b3 View commit details
    Browse the repository at this point in the history
  3. Post ga version updates dec2019 (Azure#6706)

    * Update com.azure:azure-security-keyvault-keys version post release
    
    * Update file versions through the update script
    JimSuplizio authored Dec 9, 2019
    Configuration menu
    Copy the full SHA
    2a0186e View commit details
    Browse the repository at this point in the history
  4. Blob Sas (Azure#6409)

    gapra-msft authored Dec 9, 2019
    Configuration menu
    Copy the full SHA
    6b85ab7 View commit details
    Browse the repository at this point in the history
  5. Add Custom Header - In AddHeaderPolicy and RequestIDPolicy (Azure#6602)

    New AddHeadersFromContextPolicy to add multiple headers and values for those headers.
    Allowing override header name in RequestIdPolicy.
    hemanttanwar authored Dec 9, 2019
    Configuration menu
    Copy the full SHA
    d8bb377 View commit details
    Browse the repository at this point in the history
  6. Add Live TestMode and Skip Recording Concepts (Azure#6671)

    * Added TestMode Live, DoNotRecord annotation, and TestContextManager
    
    * Fix linting issue
    
    * Updated new constructors to take TestContextManager instead of splayed parameters
    
    * Updated unit tests based on code changes
    
    * Add missing dependency comment
    
    * Fixing linting issues
    alzimmermsft authored Dec 9, 2019
    Configuration menu
    Copy the full SHA
    a59492f View commit details
    Browse the repository at this point in the history
  7. Remove Queue Cryptography Module (Azure#6715)

    * Removed Queue Cryptography references since the module is unused
    
    * Delete Queue Cryptography POM file
    alzimmermsft authored Dec 9, 2019
    Configuration menu
    Copy the full SHA
    93ef855 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ef8545d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a400f61 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    87a4536 View commit details
    Browse the repository at this point in the history
  11. README for samples in Event Hubs (Azure#6710)

    * README for samples in Event Hubs
    
    * Add impressions
    
    * Add missing readme sections
    
    * Update root readme with reference to sample readme
    srnagar authored Dec 9, 2019
    Configuration menu
    Copy the full SHA
    87d6e0e View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2019

  1. init CI pipeline (Azure#6731)

    * init CI pipeline
    
    * correct module and artifact name
    
    * Update ci.yml
    mssfang authored and mitchdenny committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    778c292 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59fc5f2 View commit details
    Browse the repository at this point in the history
  3. Add missing HTTP request methods to HttpMethod enum (Azure#6729)

    * Add OPTIONS to HttpMethod enum
    
    * Add all missing HTTP methods
    srnagar authored Dec 10, 2019
    Configuration menu
    Copy the full SHA
    64d9eed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba76215 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    da4bd6d View commit details
    Browse the repository at this point in the history
  6. [ServiceBus] Minor change to teardown in tests so teatdown doesn't th…

    …row exception if setup fails for any reason (Azure#6732)
    
    Minor change to teardown in tests so teatdown doesn't throw exception if setup fails for any reason
    yvgopal authored and nemakam committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    c5780ef View commit details
    Browse the repository at this point in the history
  7. Changing dependencies with current version of core, since we added ne…

    …w functionality in core for AddHeadersFromContextPolicy (Azure#6745)
    hemanttanwar authored Dec 10, 2019
    Configuration menu
    Copy the full SHA
    2e412af View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2019

  1. Enhance Blob Test Reliability (Azure#6566)

    * Updating tests to enhance reliability
    alzimmermsft authored and sima-zhu committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    e5c47e6 View commit details
    Browse the repository at this point in the history
  2. Cosmos ChangeFeedProcessor fixes (Azure#6744)

    - fix to terminate the current processing threads when the lease renewal worker thread has failed.
    - fix to out of bounds exception when the leases load balancer thread is trying to aquire a lease.
    milismsft authored and kushagraThapar committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    6021619 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dfae816 View commit details
    Browse the repository at this point in the history
  4. AutoRest: update autorest.java cmd (Azure#6735)

    * AutoRest: update autorest.java cmd
    
    * AutoRest: update by review comments
    
    * AutoRest: restrict version number validation
    xseeseesee authored Dec 11, 2019
    Configuration menu
    Copy the full SHA
    d2d3720 View commit details
    Browse the repository at this point in the history
  5. Run live tests on all operating systems (Azure#6668)

    * live tests for all OS
    
    * Use values from global for Maven options
    
    * Changes for Cosmos
    
    * Correctly set the DisplayName
    
    * set DisplayName part 2
    
    * adjust spacing in yml
    
    * set display name
    
    * Remove the setting of display name to empty
    JimSuplizio authored Dec 11, 2019
    Configuration menu
    Copy the full SHA
    b715af0 View commit details
    Browse the repository at this point in the history
  6. Added compiler args to suppress unused warnings in samples and test c…

    …lasses when compiling with Groovy (Azure#6724)
    alzimmermsft authored Dec 11, 2019
    Configuration menu
    Copy the full SHA
    d227635 View commit details
    Browse the repository at this point in the history
  7. Added some tests for making up the test coverage (Azure#6754)

    * Added some tests for make up the logging and FluxUtils coverage
    sima-zhu authored Dec 11, 2019
    Configuration menu
    Copy the full SHA
    d69caa8 View commit details
    Browse the repository at this point in the history
  8. Update version tags on tracing readme (Azure#6766)

    * update samples and package versions
    
    * Revert "update samples and package versions"
    
    This reverts commit 9e9951b.
    
    * update tracing readme
    
    * update to include md files in version update:
    samvaity authored and mitchdenny committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    d6a8381 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2019

  1. Configuration menu
    Copy the full SHA
    b90bab4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0937d8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6298fa4 View commit details
    Browse the repository at this point in the history
  4. AzConfig: User provided Customized Headers Policy (Azure#6544)

    Added support for user-provided customized headers
    mssfang authored Dec 12, 2019
    Configuration menu
    Copy the full SHA
    6d443fa View commit details
    Browse the repository at this point in the history
  5. Publish test results even if build is canceled (Azure#6780)

    - If build is cancelled due to agent timeout, some tests results may have already been generated and should still be published
    mikeharder authored Dec 12, 2019
    Configuration menu
    Copy the full SHA
    1f9dc34 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9f046b7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ba4770c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0f2e88f View commit details
    Browse the repository at this point in the history
  9. Add "eng" folder to core path triggers (Azure#6803)

    - Aligns Java with other languages
    mikeharder authored Dec 12, 2019
    Configuration menu
    Copy the full SHA
    ad82447 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2622d88 View commit details
    Browse the repository at this point in the history
  11. Added changeLog for azure-core (Azure#6805)

    * Added changeLog for azure-core
    sima-zhu authored Dec 12, 2019
    Configuration menu
    Copy the full SHA
    e7bd953 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    01f4e8b View commit details
    Browse the repository at this point in the history
  13. Add connection string null or empty message error (Azure#6811)

    * 'connectionString' cannot be null or empty.
    mssfang authored Dec 12, 2019
    Configuration menu
    Copy the full SHA
    f5bfce5 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2019

  1. Setting selector filter (Azure#6693)

    Allowed user to define KeyFilter and LabelFilter
    mssfang authored Dec 13, 2019
    Configuration menu
    Copy the full SHA
    9f9a455 View commit details
    Browse the repository at this point in the history
  2. Fixes wrong property file name with unknown name and unknown version (A…

    …zure#6813)
    
    * fixes wrong property file name and update headers for all json files
    mssfang authored Dec 13, 2019
    Configuration menu
    Copy the full SHA
    bf2c9ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b1356d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de3d83e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d3ce64 View commit details
    Browse the repository at this point in the history
  6. Remove repo capture logic (Azure#6836)

    * Removes the repo capture logic since it is relatively expensive.
    
    * Move to condition for repo capture so we can do it easily in the future.
    mitchdenny authored Dec 13, 2019
    Configuration menu
    Copy the full SHA
    8cf70b5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    613b1d7 View commit details
    Browse the repository at this point in the history
  8. Fixed storage flaky live tests (Azure#6677)

    * Change live tests to live mode
    
    * Fixed the queue and file sas tests
    sima-zhu authored Dec 13, 2019
    Configuration menu
    Copy the full SHA
    4edc3d4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7619e96 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2019

  1. Add managed identity live tests in new e2e module (Azure#6833)

    * Add e2e module
    
    * Add managed identity e2e test
    
    * Add e2e module to pom.client.xml
    
    * Try to fix assume
    
    * Work around global configuration issue
    
    * Remove pfx
    
    * Fix configuration usage
    
    * Fix dependency version tag
    
    * Fix dependency version script
    
    * Fix again
    
    * Skip key vault tests when env var is missing
    
    * Check key vault everywhere
    jianghaolu authored Dec 14, 2019
    Configuration menu
    Copy the full SHA
    bd9c58b View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2019

  1. Fix Event Hubs READMEs (Azure#6849)

    * Move old README into correct directory.
    
    * Update READMEs for current released versions.
    
    * Fix readme for track 1
    conniey authored Dec 15, 2019
    Configuration menu
    Copy the full SHA
    2a61494 View commit details
    Browse the repository at this point in the history
  2. Update qpid-proton-j-extensions dependency (Azure#6743)

    * Update to qpid-proton-j-extensions 1.2.2
    
    * Update module info.
    conniey authored Dec 15, 2019
    Configuration menu
    Copy the full SHA
    b52329a View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2019

  1. Configuration menu
    Copy the full SHA
    7bec67b View commit details
    Browse the repository at this point in the history
  2. Add Migration Guide for Event Hubs (Azure#6854)

    * Adding .vscode and .factorypath to gitignore.
    
    *  Fixing typo in Azure storage migration guide.
    
    * Adding exception handling and event processor client sample.
    
    * Adding link to additional samples.
    conniey authored Dec 16, 2019
    Configuration menu
    Copy the full SHA
    3dfb10d View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    04dbbaf View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2019

  1. Configuration menu
    Copy the full SHA
    4f22af5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3e8aa0 View commit details
    Browse the repository at this point in the history
  3. Set core dep version to 1.1.0 (Azure#6928)

    * Set core dep version to 1.1.0
    
    * More libs needing unreleased dep core version
    JimSuplizio authored Dec 17, 2019
    Configuration menu
    Copy the full SHA
    b8bc001 View commit details
    Browse the repository at this point in the history
  4. Prepare Repo for DocWarden Updates (Azure#6662)

    * Update, docsettings.yml, packages.md, update readme and changelog case.
    
    * Update docsettings
    chidozieononiwu authored Dec 17, 2019
    Configuration menu
    Copy the full SHA
    84cfc13 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6564a3f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f637ad0 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

  1. Configuration menu
    Copy the full SHA
    e3bfae9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3471d46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63be3e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43fb5f2 View commit details
    Browse the repository at this point in the history
  5. Test against all built (Azure#6927)

    * Test run with everything built from source
    
    * add missing paren
    
    * use python not python3 for from source
    
    * Set return code from pwsh
    
    * Verify succeeded before running tests
    JimSuplizio authored Dec 18, 2019
    Configuration menu
    Copy the full SHA
    4e1155c View commit details
    Browse the repository at this point in the history
  6. Rev up azure-core-test beta after release (Azure#6938)

    * Rev up azure-core-test beta after release
    * Release  new  azure-core-test beta
    * storage  depend on unreleased version of  azure core test temporarily. will change it back today
    hemanttanwar authored Dec 18, 2019
    Configuration menu
    Copy the full SHA
    66daae5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a9136de View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1343aed View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2019

  1. Configuration menu
    Copy the full SHA
    ab54405 View commit details
    Browse the repository at this point in the history
  2. Fix Java Links in the root README (Azure#6925)

    * Fix Java Links in the root README
    
    * Update core readme.md link
    
    * run rel link replace before creating doc index
    
    * Update for python args quotes problem
    JimSuplizio authored Dec 19, 2019
    Configuration menu
    Copy the full SHA
    12a52bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    774cd97 View commit details
    Browse the repository at this point in the history
  4. Configure single shot upload (Azure#6950)

    * Added maximumSingleUploadSize option to ParallelTransferOptions. Started tests
    
    * Changelog
    
    * Added tests
    
    * Changelog update
    rickle-msft authored Dec 19, 2019
    Configuration menu
    Copy the full SHA
    756fc6c View commit details
    Browse the repository at this point in the history
  5. More Robust BlobBatch Implementation (Azure#6882)

    * Added unit tests for single operation failing and submitting batch multiple times
    
    * More robust Blob Batch implementation
    
    * Additional comments and change to use monoError instead of Mono.error
    alzimmermsft authored Dec 19, 2019
    Configuration menu
    Copy the full SHA
    cf32dc2 View commit details
    Browse the repository at this point in the history
  6. Text analytics Preview 1 (Azure#6161)

    Have a preview version of Text Analytics
    mssfang authored Dec 19, 2019
    Configuration menu
    Copy the full SHA
    71ff41a View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2019

  1. Policy: generate package-2019-09 (Azure#6630)

    * Policy: generate package-2019-09
    
    * Policy: add new module for pom.mgmt.xml
    xseeseesee authored Dec 20, 2019
    Configuration menu
    Copy the full SHA
    360d638 View commit details
    Browse the repository at this point in the history
  2. increase and verify version functions (Azure#6980)

    * increase and verify version functions
    
    * Update for feedback
    
    * actually remove the unnamed anchored regex this time
    JimSuplizio authored Dec 20, 2019
    Configuration menu
    Copy the full SHA
    40d92b8 View commit details
    Browse the repository at this point in the history
  3. Updates Event Hubs samples (Azure#6986)

    * Update ConsumeEvents sample.
    
    * Add producer samples for web sockets and proxy.
    
    * Add sample for publishing streams of events.
    
    * Rename EventProcessor -> EventProcessorClient.
    
    * Adding EPH sample.
    
    * Update READMEs. Remove dead links.
    conniey authored Dec 20, 2019
    Configuration menu
    Copy the full SHA
    6f3e5d9 View commit details
    Browse the repository at this point in the history
  4. Update error handling logic and add tests for EPC (Azure#6978)

    * Update error handling logic and add tests for EPC
    
    * Fix unit tests
    
    * Add message to exceptions and make initial position exclusive
    
    * Revert changes to make event position exclusive
    srnagar authored Dec 20, 2019
    Configuration menu
    Copy the full SHA
    f37c90c View commit details
    Browse the repository at this point in the history
  5. Correct documentation of EventPosition.FromOffset (Azure#6990)

    In Azure#6986 we changed the semantics of `EventPosition.FromOffset` to
    return an exclusive instead of inclusive offset. However, we missed
    updating the documentation for the method to match the new semantics.
    
    This corrects that issue.
    ellismg authored and conniey committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    2d5d3ab View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2019

  1. Configuration menu
    Copy the full SHA
    622e36a View commit details
    Browse the repository at this point in the history
  2. Changes for unreleased dependencies (Azure#6989)

    * Changes for unreleased dependencies
    
    * Forward slashes in the use case commands in set_version
    JimSuplizio authored Dec 21, 2019
    Configuration menu
    Copy the full SHA
    83fd66c View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2019

  1. [Event Hubs] Use code snippets from .java files in README (Azure#6993)

    * Use code snippets from .java files in README
    
    * fix path
    
    * Fix checkstyle
    srnagar authored Dec 22, 2019
    Configuration menu
    Copy the full SHA
    f23ff41 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2019

  1. Configuration menu
    Copy the full SHA
    9187ed1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd6e3a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7ebaed View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2019

  1. Configuration menu
    Copy the full SHA
    cc096b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f349e9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bafb415 View commit details
    Browse the repository at this point in the history
  4. Added datalake SAS tests

    gapra-msft committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    70123fa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    727e4ca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e3b96cc View commit details
    Browse the repository at this point in the history