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

Increment version for eventhubs releases #1

Closed
wants to merge 1,343 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Feb 20, 2020

  1. Configuration menu
    Copy the full SHA
    7f5856d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f82dc1e View commit details
    Browse the repository at this point in the history
  3. [KeyVault] Live test browser fixes (#7444)

    After merging the recorder.skip changes, the nightly builds highlighted that our browser live tests are now failing. This is due to the fact that some of these tests are not expected to ever run on the browser, and recorder.skip will not work if TEST_MODE is live.
    sadasant authored Feb 20, 2020
    Configuration menu
    Copy the full SHA
    c319a74 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    973a8b6 View commit details
    Browse the repository at this point in the history
  5. Remove bundled browser file from browser mapping (#7426)

    It is not recommended to map rolled-up files in the browser section. This change
    removes them.
    
    Also stop shipping browser bundles for several packages that we forgot to do so.
    jeremymeng authored Feb 20, 2020
    Configuration menu
    Copy the full SHA
    34cf64b View commit details
    Browse the repository at this point in the history
  6. [eslint-plugin] Move eslint-plugin-azure-sdk to this repo (#6748)

    * [eslint-plugin] Moved our eslint plugin here
    
    - Configured template to use new plugin
    
    Archaeological note: eslint plugin previously located at
    https://github.com/Azure/azure-sdk-tools/ in
    /tools/eslint-plugin-azure-sdk
    
    Signed-off-by: Will Temple <witemple@microsoft.com>
    
    * Fixed definition of build step for eslint-plugin
    
    * Added definition for 'pack' and marked plugin private
    
    * Shimmed dom types for @azure/template
    
    * Template in shape
    
    * Rename .eslintrc.json .eslintrc.old.json
    
    * Replaced linting commands to reference .old.json
    
    - also fixed recorder linting configuration
    
    * Added unit-test command and fixed test command
    
    * Removed ci.yml, to add it back later with a correct configuration
    
    * Removed createDefaultProgram from linter's own linter settings.
    
    * Removed LICENSE file
    
    * Switched template to unified tsconfig
    
    * Set template version to 1.0.0
    
    * Fixed some broken tests resulting from parser getting smarter
    witemple-msft authored Feb 20, 2020
    Configuration menu
    Copy the full SHA
    4e7175d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    995488c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f920ec1 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. Configuration menu
    Copy the full SHA
    18e99c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdb10d9 View commit details
    Browse the repository at this point in the history
  3. [event-hubs] add security_token to management apis (#7463)

    * [event-hubs] add security_token to management apis
    
    * add comments and changelog entry
    chradek authored Feb 21, 2020
    Configuration menu
    Copy the full SHA
    6f41979 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e687661 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2020

  1. Disable publishing browser code coverage report (#7494)

    as Azure devops pipeline only support one. Publishing for both NodeJs and
    browser would result in one of the report overwrites the other.
    
    Instead browser code coverage report are uploaded as an artifact.
    jeremymeng authored Feb 22, 2020
    Configuration menu
    Copy the full SHA
    ee5d9c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bba837 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ad2e0d View commit details
    Browse the repository at this point in the history
  4. [storage][test] fetch next page until non-empty result array (#7293)

    * [storage][test] fetch next page until non-empty result array
    
    The service may return a segment with a valid continuation token, but
    with empty result array. In this case we need to keep getting next
    page until we have a non-empty result array.
    
    Remove the duplicate "BlobClient Node.js only undelete" test
    
    * more diagnostic logging
    
    * More logging
    
    * turn on info level logging
    
    * Add more asserts
    
    * empty result means array length of zero.
    
    * Another way of looping
    
    * Add one more condition to the loop exit check
    
    * set log level to info
    
    * log res
    
    * check deleteRetentionPolicy enabled
    
    * add assert on deleteRetentionPolicy.enabled
    
    * check deleteRetentionPolicy.enabled immediately
    
    * record test
    
    Co-authored-by: Lin Jian <ljian3377@gmail.com>
    jeremymeng and Lin Jian authored Feb 22, 2020
    Configuration menu
    Copy the full SHA
    4e48980 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. [core-http] Rework use of "lib": ["dom"] in core-http (#7500)

    * Rework use of lib:dom in core-http
    
    Signed-off-by: Will Temple <witemple@microsoft.com>
    
    * rename lib/shims-internal.d.ts to lib/dom.d.ts
    
    * Removed shims from textanalytics
    
    * Renamed FetchInput to CommonRequestOptions for similarity to the DOM type
    
    * Added dom-shim.d.ts to package.json files
    
    * Added env flag to enable ts-node to lookup ambient declarations in dts files
    witemple-msft authored Feb 24, 2020
    Configuration menu
    Copy the full SHA
    9423b9b View commit details
    Browse the repository at this point in the history
  2. require core-http version of ^1.0.3 (#7429)

    * require core-http version of ^1.0.3
    
    Increase minimum core-http version from 1.0.0 to 1.0.3 to incorporate important bug fixes.
    
    One data-loss bug fixed in 1.0.3 is #6656
    
    * Update rest of storage libraries to depend on core-http 1.0.3
    
    * Make core-http 1.0.3 the alternative/exception
    
    Co-authored-by: Jeremy Meng <yumeng@microsoft.com>
    joelrbrandt and jeremymeng authored Feb 24, 2020
    Configuration menu
    Copy the full SHA
    0e8ce69 View commit details
    Browse the repository at this point in the history
  3. Improve RestError output in Node (#7454)

    Log message and type correctly
    xirzec authored Feb 24, 2020
    Configuration menu
    Copy the full SHA
    2e45647 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0453ec6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    85a55ab View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. Configuration menu
    Copy the full SHA
    81fb8f7 View commit details
    Browse the repository at this point in the history
  2. [core-lro] Using await to test that pollUntilDone throws (#7530)

    * [core-lro] Using await to test that pollUntilDone throws
    
    * formatting
    sadasant authored Feb 25, 2020
    Configuration menu
    Copy the full SHA
    b04190e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7140359 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. [Storage] increase live test timeout limits (#7533)

    - double the time for large data tests to 20 minutes. We have seen them passing
    closer to 10-minute mark.
    
    - increase global mocha timeout to 5 minutes
    
    - increase pipeline time out for blob and file-share to 90 minutes.
    
    - also double the browser no activity timeout to 20 minutes
    jeremymeng authored Feb 26, 2020
    Configuration menu
    Copy the full SHA
    c5a141b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fe566f View commit details
    Browse the repository at this point in the history
  3. Fix SDK Automation Failure (#7540)

    Phoenix He authored Feb 26, 2020
    Configuration menu
    Copy the full SHA
    b54db68 View commit details
    Browse the repository at this point in the history
  4. [KeyVault-Certificates] testing getDeletedCertificate (#7481)

    * retrieving deleted certificates without the poller
    
    * [KeyVault-Certificates] testing getDeletedCertificate
    
    * feedback by Christopher Radek
    
    * formatting
    
    * shorter name for the tests, and re-recorded things
    
    * test error messages fixed
    
    * Update sdk/keyvault/keyvault-certificates/test/CRUD.test.ts
    
    Co-Authored-By: chradek <51000525+chradek@users.noreply.github.com>
    
    * fixed the recordings
    
    Co-authored-by: chradek <51000525+chradek@users.noreply.github.com>
    sadasant and chradek authored Feb 26, 2020
    Configuration menu
    Copy the full SHA
    04f0de2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5ac9ed0 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. [Synapse Data Plane] ON BOARD: Initial Release SDK (#7516)

    * Synapse data plane sdk:Initial Release
    
    * Update sdk/synapse/synapse/package.json
    
    Co-Authored-By: chradek <51000525+chradek@users.noreply.github.com>
    
    * Update sdk/synapse/synapse/src/synapseClientContext.ts
    
    Co-Authored-By: chradek <51000525+chradek@users.noreply.github.com>
    
    Co-authored-by: Dongwei Wang <bean0idear@163.com>
    Co-authored-by: chradek <51000525+chradek@users.noreply.github.com>
    3 people authored Feb 27, 2020
    Configuration menu
    Copy the full SHA
    985c6e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd06f82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9797b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cda25ac View commit details
    Browse the repository at this point in the history
  5. [core-http] Update changelog for March 2020 release (#7562)

    * [core-http] Update changelog for March 2020 release
    
    * Update sdk/core/core-http/CHANGELOG.md
    
    Co-Authored-By: Brian Terlson <brian.terlson@microsoft.com>
    
    * Update sdk/core/core-http/CHANGELOG.md
    
    Co-Authored-By: Brian Terlson <brian.terlson@microsoft.com>
    
    Co-authored-by: Brian Terlson <brian.terlson@microsoft.com>
    jeremymeng and bterlson authored Feb 27, 2020
    Configuration menu
    Copy the full SHA
    dc8d41e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4714b25 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. Configuration menu
    Copy the full SHA
    71c8296 View commit details
    Browse the repository at this point in the history
  2. Create new workspace for data-plane packages (#7571)

    * Create new workspace for dataplane packages
    
    This mirrors the set of packages managed by Rush.
    
    * Port over some more settings
    xirzec authored Feb 28, 2020
    Configuration menu
    Copy the full SHA
    cd3670b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4148a2b View commit details
    Browse the repository at this point in the history
  4. [core-lro] Setting a release date for version 1.0.1 (#7592)

    Please review ✨
    sadasant authored Feb 28, 2020
    Configuration menu
    Copy the full SHA
    5c23cc1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d67c21 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2020

  1. [Identity] Add manual integration tests for VM, Cloudshell, Kuberneti…

    …es, and Web Jobs (#7416)
    
    Add manual integration tests for identity for VM, Cloudshell, Kubernetes, and Web jobs
    Jonathan Turner authored Mar 1, 2020
    Configuration menu
    Copy the full SHA
    6477047 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. Configuration menu
    Copy the full SHA
    2180d75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59df4ef View commit details
    Browse the repository at this point in the history
  3. Initial merge of Azure Cognitive Search Preview 1 (#7482)

    Mostly functional version of preview 1. Need to add some code samples and polish based on API feedback.
    xirzec authored Mar 2, 2020
    Configuration menu
    Copy the full SHA
    fe21030 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d01b107 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. [core-paging] set PageT default to T[] (#7569)

    We don't really need type inference here.
    jeremymeng authored Mar 3, 2020
    Configuration menu
    Copy the full SHA
    2580162 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cbd0ac View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

  1. Configuration menu
    Copy the full SHA
    15f4c51 View commit details
    Browse the repository at this point in the history
  2. [Storage] Fix unstable access policy SAS cases. (#7600)

    * [Storage] Fix unstable access policy SAS cases.
    
    * [Storage] Optimize doc for setAccessPolicy.
    jiacfan authored Mar 4, 2020
    Configuration menu
    Copy the full SHA
    137a85f View commit details
    Browse the repository at this point in the history
  3. [ai-text-analytics] API changes for Preview 3 (#7636)

    * [ai-text-analytics] Renamed id -> dataSourceEntityId in LinkedEntity
    
    * [ai-text-analytics] Replace "none" country-hint values with ""
    
    * [ai-text-analytics] use graphemeOffset instead of offset
    
    * [ai-text-analytics] Rename sentimentScores -> confidenceScores
    
    * [ai-text-analytics] CHANGELOG update and removed broken PR links.
    
    * [ai-text-analytics] Renamed length -> graphemeLength
    witemple-msft authored Mar 4, 2020
    Configuration menu
    Copy the full SHA
    8f3c8ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c716b3 View commit details
    Browse the repository at this point in the history
  5. [KeyVault] per-test-case timeout to 180000ms (#7635)

    * [KeyVault] per-test-case timeout to 180000ms
    
    * package.json scripts and karma timeouts
    
    * --no-timeouts
    sadasant authored Mar 4, 2020
    Configuration menu
    Copy the full SHA
    c6e575e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    353040b View commit details
    Browse the repository at this point in the history
  7. [service-bus] Track 2 Preview.1 base level changes (#7595)

    First commit based on Track 2 API design which replaces the three entity based clients (Topic|Queue|Subscription)Client and with two - ServiceBusSenderClient and ServiceBusReceiverClient.
    
    Co-authored-by: Harsha Nalluru <sanallur@microsoft.com>
    Co-authored-by: chradek <51000525+chradek@users.noreply.github.com>
    3 people authored Mar 4, 2020
    Configuration menu
    Copy the full SHA
    97c1adf View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. Cli credentials (#7637)

    * change autorest.typescript version (#6519) (#6520)
    
    * update for cliCredential
    
    * update for cliCredential
    
    * Cleanup and get building
    
    * Clean up api exports a bit
    
    * Remove unused span creation
    
    * Use a protected method that's overridden rather than a set of interfaces
    
    * Use a protected method that's overridden rather than a set of interfaces
    
    * Improve the regex match
    
    Co-authored-by: Zhanle Tu (MSFT) <35680310+tzhanl@users.noreply.github.com>
    Co-authored-by: Ziheng Zhou(MSFT) <v-zihz@microsoft.com>
    Co-authored-by: Ruijie Pei (MSFT) <49467823+JerryPei1997@users.noreply.github.com>
    4 people authored Mar 5, 2020
    Configuration menu
    Copy the full SHA
    c5dcaee View commit details
    Browse the repository at this point in the history
  2. [KeyVault] How to fill the form of the Deploy button (second attempt) (

    …#7432)
    
    * Update README.md
    
    * Update README.md
    
    * some improvements
    
    * using a separate file
    
    * almost blank commit, to see if github behaves
    
    * Update README.md
    
    * Update sdk/keyvault/keyvault-keys/README.md
    
    Co-Authored-By: Richard Park <51494936+richardpark-msft@users.noreply.github.com>
    
    * Update sdk/keyvault/keyvault-keys/README.md
    
    Co-Authored-By: Richard Park <51494936+richardpark-msft@users.noreply.github.com>
    
    * Update sdk/keyvault/TEST_RESOURCES_README.md
    
    Co-Authored-By: Richard Park <51494936+richardpark-msft@users.noreply.github.com>
    
    * Update sdk/keyvault/keyvault-keys/README.md
    
    Co-Authored-By: Richard Park <51494936+richardpark-msft@users.noreply.github.com>
    
    * Update sdk/keyvault/TEST_RESOURCES_README.md
    
    Co-Authored-By: Richard Park <51494936+richardpark-msft@users.noreply.github.com>
    
    * Update sdk/keyvault/TEST_RESOURCES_README.md
    
    Co-Authored-By: Richard Park <51494936+richardpark-msft@users.noreply.github.com>
    
    * removed the terms and conditions section
    
    * another feedback by Richard Park
    
    * making sure the changes are spread on the other keyvault repos, and removing the reference to the how to test
    
    * feedback by Richard and Daniel Jurek
    
    * feedback by Daniel Jurek
    
    Co-authored-by: Richard Park <51494936+richardpark-msft@users.noreply.github.com>
    sadasant and richardpark-msft authored Mar 5, 2020
    Configuration menu
    Copy the full SHA
    b193451 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    086dffc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e41c1f0 View commit details
    Browse the repository at this point in the history
  5. [core][search] log additional headers on requests (#7649)

    * [core][search] log additional headers on requests
    
    Updates the standard list of logged headers to include CORS headers.
    Also, adds service-specific allowed headers to the SearchIndexClient.
    
    Fixes #7644
    xirzec authored Mar 5, 2020
    Configuration menu
    Copy the full SHA
    586acaa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    040ee9b View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. [KeyVault-Certificates] The new PKCS 12 tests cant run on Windows (#7668

    )
    
    * [KeyVault-Certificates] The new PKCS 12 tests cant run on Windows
    
    * this is a better fix
    
    * new lines in Windows
    
    * os.EOL
    
    * fixed rollup after importing from os
    sadasant authored Mar 6, 2020
    Configuration menu
    Copy the full SHA
    490d053 View commit details
    Browse the repository at this point in the history
  2. Fixed unexpected hang issue when uploading empty body, fixed #6904 (#…

    …6924)
    
    * Fixed unexpected hang issue when uploading empty body, fixed   #6904
    XiaoningLiu authored Mar 6, 2020
    Configuration menu
    Copy the full SHA
    b87f6c7 View commit details
    Browse the repository at this point in the history
  3. Regenerate Track 2 KeyVault libraries with new separated 7.1 specs (#…

    …7299)
    
    * Regenerate Track 2 KeyVault libraries with new separated 7.1 specs
    
    * Small tweaks to get all KeyVault library code to build
    
    * Add missing AutoRest configuration files for KeyVault libraries
    
    * Add missing character in keyvault-certificates swagger/README.md
    
    * Update @azure/keyvault-keys based on final 7.1-preview changes
    
    * Update @azure/keyvault-secrets based on final 7.1-preview changes
    
    * Update @azure/keyvault-certificates based on final 7.1-preview changes
    daviwil authored Mar 6, 2020
    Configuration menu
    Copy the full SHA
    10486cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1e44b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e6dc740 View commit details
    Browse the repository at this point in the history
  6. Remove webpack dependency from root (#7693)

    * Remove webpack dependency
    
    * Add missing tslib
    xirzec authored Mar 6, 2020
    Configuration menu
    Copy the full SHA
    ebfac30 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2020

  1. [event-hubs] prepare for 5.0.2 release (#7686)

    * [event-hubs] update changelog
    
    * [event-hubs] update changelog date
    
    * [event-hubs] readme updates from feedback
    
    * add more details on bug fix.
    chradek authored Mar 7, 2020
    Configuration menu
    Copy the full SHA
    5bc0453 View commit details
    Browse the repository at this point in the history
  2. [ai-text-analytics] Repo Documentation Fixes for Preview 3 (#7697)

    * [ai-text-analytics] Rename generated client for docs issues
    
    * Add release date to changelog
    
    * Added samples for each method to README
    
    * typo
    
    * Extra clarification around countryHint
    witemple-msft authored Mar 7, 2020
    Configuration menu
    Copy the full SHA
    8d81639 View commit details
    Browse the repository at this point in the history
  3. [search] Updates for preview 1 (#7641)

    Address feedback for preview 1
    xirzec authored Mar 7, 2020
    Configuration menu
    Copy the full SHA
    6bbed0d View commit details
    Browse the repository at this point in the history
  4. [KeyVault] Support of the service API version 7.1-preview (#7501)

    * accepting a service API version
    
    * formatted
    
    * CryptographyClient
    
    * certificates
    
    * forgot these on keys
    
    * forgot these on keys
    
    * secrets
    
    * [KeyVault-Keys] 7.2-preview keys updates
    
    * feedback by David, Brian and Heath
    
    * update to the list of versions
    
    * changing LATEST_STABLE_KEYVAULT_SERVICE_API_VERSION
    
    * missed the new name in a couple of places
    
    * a small cleanup
    
    * removed the April-only changes
    
    * feedback and changelogs
    
    * formatting
    
    * CI should pass now
    
    * 4.1.0-preview.1
    
    * forgot the changelogs
    
    * browser certificate recordings
    
    * the remaining certificate browser recordings
    sadasant authored Mar 7, 2020
    Configuration menu
    Copy the full SHA
    7769834 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. [KeyVault-Certificates] Certificate bytes from a PEM file should be s…

    …ent as is (#7452)
    
    Made some utility functions to make this process easier to test, and perhaps to ease in future transformations.
    
    I had to record these tests, which means I have some recording files added to this PR. If you ignore the recording files, this PR is actually considerably small 😄
    
    Fixes #7407
    sadasant authored Mar 9, 2020
    Configuration menu
    Copy the full SHA
    a088209 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87e59fd View commit details
    Browse the repository at this point in the history
  3. Set release date for search (#7719)

    * Set release date for search
    * Fix small mistakes in README
    xirzec authored Mar 9, 2020
    Configuration menu
    Copy the full SHA
    18084a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d510831 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4792518 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f7b03ab View commit details
    Browse the repository at this point in the history
  7. [KeyVault] Inline sample fixes (#7723)

    * secret fixes
    
    * keys
    sadasant authored Mar 9, 2020
    Configuration menu
    Copy the full SHA
    95c17bc View commit details
    Browse the repository at this point in the history
  8. [app-configuration] Add in SKU to arm template (#7730)

    Fixed failure with AppConfig provisioning more than one free-tier resource for tests.
    
    Swapping over to Standard, along with all the other languages.
    richardpark-msft authored Mar 9, 2020
    Configuration menu
    Copy the full SHA
    d02be89 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. [Service Bus] Track 2 API complete implementation(2-client version) a…

    …nd test updates (#7626)
    
    * ServiceBusSenderClient
    
    * _sbClient.close()
    
    * receiverClients and minor changes
    
    * delete older clients
    
    * Un-export SBC and make ClientEntityContext private
    
    * import Long from "long";
    
    * un-export Sender and Receivers
    
    * API shape for the 3-client version - SC, QRC, SRC
    
    * common unified receiverClient
    
    * update exports accordingly
    
    * extract-api
    
    * minor bug fixes
    
    * Getting there, need to solve some issues:
    1. The message/servicebusmessage thing is an issue. Probably want to move those abandon(), blah methods off onto the context for now.
    2. Add some more typeguards, but we're going to end up with some casts in our mixin.
    
    * ReceiveMode is still exported in quite a few spots.
    
    * Update with track2 (in progress)
    
    * add older clients back
    
    * remove dependency on ./serviceBusClient
    
    * move _clientEntityContext to internal layer
    
    * revert protectd -> private ClientEntityContext
    
    * generate api shape
    
    * Samples included for using the receiver, with and without sessions and using peeklock/receiveAndDelete
    
    * Samples updated -both work and both run simultaneously.
    
    * Clean up file layout, add in some documentation for the pieces
    
    * type union idea
    
    * Make this more documentation friendly.
    
    * Random i didn't need to be there. :)
    
    * Subscriptions should have the rule management interface tacked on
    
    * Let's do these changes incrementally
    
    * * Splitting the interfaces into their own file (getting large, the # of permutations is crazy already!)
    * Copyright headers
    
    (doesn't compile yet since I haven't implemented all these constructor variations quite yet)
    
    * Renames abound, but basically moving old shape out (unexport) and moving new shape in.
    
    * Take back the "good" name for our session and non-session receivers.
    Rename older ones to "Internal<blah>"
    
    * Fixing last little bits - API surface is pretty much ready.
    
    * Add `options?: ServiceBusClientOptions`, placeholder `ReceiverClientTypeForUser`,
    
    * move track2 files into src folder
    
    * Make the samples into actual tests
    * Implemented the (connectionstring, entityName) constructor logic (still need to add typeguards)
    * Made sure to fully close out the context when we're done (else the connection stays alive forever). Will revisit when we get to shared connections.
    
    * API updates to add close()
    
    * Added in the peek() overloads and put them under a diagnostics() sub object.
    Adding in tests and using peek()
    
    * All the basic functionality works
    
    * Don't need only on the tests anymore
    
    * A little code cleanup
    
    * error free receiver client with all the methods - atleast build succeeds
    
    * More public surface work:
    * Added in options interfaces for the main methods
    * Got rid of the UselessEmptyBlah context and replaced with the "just as useful" {}
    * Added in a receiveBatch test for receiveAndDelete mode. (peekLock requires me to figure out a compile error passing the context back)
    
    * Updating sample to show the auto complete flags and to pass them through.
    
    Also, moving MessageHandlerOptions into the track 2 models.ts
    
    * Updated with more surface changes, mostly just getting the messge handler options exposed
    
    * Remove bogus header
    
    * Add copyright header
    
    * Some cleanup for documentation
    
    * Adding documentation for the individual methods within the receivers.
    
    Also, let prettier do it's work.
    
    * update file name -> modelsTrack2
    
    * Don't use 'env' directly as it breaks browser builds
    
    * No need to put track2 on the clients anymore.
    
    * formatting changes
    
    * receiveBatch -> peeklock
    
    * getDeadLetterPath() and other minor changes
    
    * Make message naming consistent with other languages (two interfaces - one for receiving messages, one for sending)
    
    * Rename old ReceivedMessage interface just to make it obvious it needs to be removed at some point.
    
    * Eliminate old ReceivedMessage interface.
    
    It wasn't actually referenced directly anywhere. Now our _new_ ReceivedMessage interface can be the exposed one.
    
    Also, adding in documentation verbatim (and will correct typos in next smaller commit)
    
    * Update settlement methods to include the extra arguments that exist.
    
    * public entityType
    
    * Make id optional rather than doing the long winded "| undefined"
    
    Co-Authored-By: chradek <51000525+chradek@users.noreply.github.com>
    
    * Remove unnecessary 'any'
    
    Co-Authored-By: chradek <51000525+chradek@users.noreply.github.com>
    
    * Remove unnecessary async
    
    * add a new command in package.json to run samples with track 2 code
    
    * receiveBatch overload, receiveDeferredMessage on receiverClient
    
    * batchReceiver tests - updated
    
    * testUtils - updated as p[er track 2
    
    * defferedMessage test file- updated as per the track 2 API
    
    * receiveAndDeleteMode tests - updated as per current track 2 API
    
    * renewMessageLock(lockTokenOrMessage) Api
    
    * renewLock tests - updated as per track 2 API
    
    * Message -> ReceivedMessage
    
    * Message -> ReceivedMessage left overs
    
    * ReceivedMessage - update testUtils
    
    * sendSchedule - updated as per the track 2 API
    
    * commented serviceBusClient tests
    
    * Updating API surface to document all exported classes.
    * Change 'streamMessages' to 'subscribe' for better matching with eventhUbs
    
    * MINOR CHANGES TO ACCOMODATE MERGE CONFLICTS
    
    * ->  subscribe
    
    * maxSessionAutoRenewLockDurationInSeconds?: number; -> session options
    
    * Added entity names back
    
    * update EntityNames
    
    * update imports in track2.samples.spec
    
    * Update testUtils with client options and some refactoring
    
    * Documented the last bits that were undocumented
    
    * Initial tests for the constructor helper
    
    * Add in some typeguards, clean up the code and remove manual casting.
    
    * Remove unneeded TODO.
    
    * Remove useless use of await
    
    * Remove useless uses of async
    
    * No need to say 'auths' anymore. It's singular in the context.
    
    * One does not simply ignore chradek's feedback.
    
    * renewLockSessions - update track 2 API
    
    * Sender was extracting the entity type incorrectly. Made code common and added tests for the common code.
    
    * Add in cases where the field is also an empty string (which is also not allowed)
    
    * Remove .only
    
    * - Make isSession do the proper check for null, rather than hoping it's done on the outside.
    - Remove another useless use of await.
    
    * Purge messages before tests start. Not all tests end clean.
    
    * freshResource flag for recreation - testUtils
    
    * purgeEntity - helper method
    
    * Throw an explicit type error if the host is not a string (since we're expecting to be able to call .endsWith on it).
    
    Technically we could throw in the constructors but this seems like a nice safe spot to check it since it's more central.
    
    * sessionTests done
    
    * topic-filters tests done
    
    * streaming receiver  tests - updated with track 2 code
    
    * streaming receiver with sessions - track 2 code
    
    * isReceivingMessages() and receiveMode: "peekLock" | "receiveAndDelete" on the client
    
    * fix invalidParameters.spec.ts tests
    
    * remove unused imports
    
    * remove track2-minimal-test:node command
    
    * Generate API report
    
    * invalid params left overs - fixes
    
    * delete "old" folder
    
    * delete "track2 folder"
    
    * update imports in the tests accordingly
    
    * ignore stress and perf tests for now
    
    * fix build errors and rename serviceBusSenderClient
    
    * Getting rid of connections for session - since the single client approach will take of it
    
    * fix testSequentialReceiveBatchCalls test failures
    
    * SubscriptionRuleManagement methods - implemented
    
    * change testClientType from TopicFilterTestTopic -> TopicFilterTestSubscription
    
    * Do not close the client
    
    * fix renewLock tests
    
    * do not close the client - AMQP connection will be closed and no other operation can be done on the client
    
    * remove .only
    
    * remove await receiverClient.close(); - do not close the client while it is being used
    
    * "do not close the receiverclient while being used" - left overs
    
    * receiverClient.context ->
    receiverClient._receiver.context ->
    
    * Receiver can't be closed separately with the current API - commented tests
    
    * fix test logic - do not create new test resource, operate on existing
    
    * "// Settlement methods don't exist in the received context in ReceiveAndDelete mode" - Hence, can't be called.
    
    * unused import
    
    * commented default receivemode tests, added invalid receivemode test
    
    * MessageHandlers, receiveMode - typechecks
    
    * update error msgs in tests - invalid params
    
    * Commented deferring tests in "receiveAndDelete" mode
    
    * move sessionId param to beforeEachTest level
    
    * fix test - TestClientType
    
    * Add isSessionfulEntity() helper method
    
    * fix beforeEachTest of session-tests
    
    * do not close the receiverClient after purging
    
    * Commented 2 more tests - receiver can't be closed
    
    * close the clients after each test run
    
    * test fix - un-needed new receiverClient
    
    * Update sdk/servicebus/service-bus/review/service-bus.api.md
    
    * remove un-needed purging
    
    * Do not purge if it is not required - added reasoning for the session related test failures
    
    * To be reverted -  debug a test failure with a console.log
    
    * await on message settlement so that the message is not received multiple times
    
    * Do not close the receiverClient when not needed
    
    * bug fix in tests - unintentional completion of non-existing message
    
    * piping the user options appropriately
    
    * fix renewlock session tests
    
    * fix typo
    
    * couple other fixes in tests
    
    * Add --exit flag to the mocha tests to make sure it exits once the tests were executed
    
    * await on client.close()
    
    * session tests - update as per the track 2 api
    
    * delete src/samples.ts
    
    * move ReceiverClientTypeForUserT to test/utils
    
    * remove unneeded code samples for debugging
    
    * copied the docs to the client methods
    
    * _sessionEnabled is not required, remove peek methods on client
    
    * handlers.processMessage duplicate -> handlers.processError
    
    * remove commented code
    
    * remove older `async receiveBatch`
    
    * remove unneeded async prefixes
    
    * remove To do - since has been implemented
    
    * private isSessionReceiver - removed
    
    * sorting public vs private
    
    * Update sdk/servicebus/service-bus/test/invalidParameters.spec.ts
    
    * Update sdk/servicebus/service-bus/test/invalidParameters.spec.ts
    
    * Update sdk/servicebus/service-bus/test/invalidParameters.spec.ts
    
    * Update sdk/servicebus/service-bus/test/invalidParameters.spec.ts
    
    * Update sdk/servicebus/service-bus/test/serviceBusClient.spec.ts
    
    * Update sdk/servicebus/service-bus/test/serviceBusClient.spec.ts
    
    * #RevisitCommentedTestsAfterTheSingleClientAPI
    Added this tag in the comments for the commented tests for visibility
    
    * uncomment "Receive Deferred messages " tests in receiveanddelete.spec.ts
    
    Co-authored-by: HarshaNalluru <10452642+HarshaNalluru@users.noreply.github.com>
    Co-authored-by: richardpark-msft <ripark@microsoft.com>
    Co-authored-by: Richard Park <richard.park@microsoft.com>
    Co-authored-by: Richard Park <51494936+richardpark-msft@users.noreply.github.com>
    Co-authored-by: chradek <51000525+chradek@users.noreply.github.com>
    6 people authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    f1ae97c View commit details
    Browse the repository at this point in the history
  2. [Identity] Add safe working directory to calling az (#7669)

    Co-authored-by: Zhanle Tu <35680310+tzhanl@users.noreply.github.com>
    Co-authored-by: zzhxiaofeng <874256244@qq.com>
    Co-authored-by: Ruijie Pei <v-ruipei@microsoft.com>
    4 people authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    43636f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a4a84c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ecd6f87 View commit details
    Browse the repository at this point in the history
  5. [storage][datalake] add parallel upload and download, exists (#7659)

    * add parallel upload and download, exists
    
    * fix ae-forgotten-export
    
    * Rename eTag to etag
    
    * migrate changes from #6924
    Lin Jian authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    e218f4c View commit details
    Browse the repository at this point in the history
  6. [Storage] align with documentation guide (#7423)

    * fix blob README
    
    * fix queue's README
    
    * fix file-datalake README
    
    * fix file-share README
    Lin Jian authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    2ae61c9 View commit details
    Browse the repository at this point in the history
  7. Updated version for the March release (#7742)

    Datalake 12.0.0 GA; Blob/File 12.1.1; Queue 12.0.4
    Lin Jian authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    e04983d View commit details
    Browse the repository at this point in the history
  8. release-for-eventgrid-mgmt (#7707)

    * release-for-eventgrid-mgmt
    
    * fix homepage
    qiaozha authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    35c032f View commit details
    Browse the repository at this point in the history
  9. release-for-datafactory-mgmt (#7703)

    * release-for-datafactory-mgmt
    
    * change homepage back
    qiaozha authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    013be45 View commit details
    Browse the repository at this point in the history
  10. release-for-compute-mgmt (#7704)

    * release-for-compute-mgmt
    
    * home page
    qiaozha authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    b679003 View commit details
    Browse the repository at this point in the history
  11. release-for-iotcentral-mgmt (#7705)

    * release-for-iotcentral-mgmt
    
    * change back homepage
    
    * version bump
    qiaozha authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    6daed13 View commit details
    Browse the repository at this point in the history
  12. add missing polyfill: Symbol.iterator (#7745)

    Lin Jian authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    d9abdcb View commit details
    Browse the repository at this point in the history
  13. Add 1.1 preview 1 to changelog for identity (#7748)

    Jonathan Turner authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    82b6da3 View commit details
    Browse the repository at this point in the history
  14. [Cosmos] throw warnings if circular depndencies are present (#7736)

    Co-authored-by: HarshaNalluru <10452642+HarshaNalluru@users.noreply.github.com>
    HarshaNalluru and HarshaNalluru authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    aa42295 View commit details
    Browse the repository at this point in the history
  15. [Cosmos] remove package-lock file in cosmos/samples (#7732)

    Co-authored-by: HarshaNalluru <10452642+HarshaNalluru@users.noreply.github.com>
    HarshaNalluru and HarshaNalluru authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    e699e90 View commit details
    Browse the repository at this point in the history
  16. [Identity] Update identity changelog (#7749)

    * Add 1.1 preview 1 to changelog for identity
    
    * Remove unreleased line from changelog
    
    * Add 1.1 preview 1 to changelog for identity
    Jonathan Turner authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    00c61a0 View commit details
    Browse the repository at this point in the history
  17. [KeyVault] README improvements (#7664)

    Here's an attempt to improve our READMEs.
    
    I'm taking feedback from the docs team and I'm also mentioning information relevant to #7647.
    sadasant authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    2afdad1 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f56a065 View commit details
    Browse the repository at this point in the history
  19. [storage] fix #7745 add polyfill (#7747)

    * add missing polyfill: Symbol.iterator
    
    * fix add Symbol.iterator
    
    * update README.md
    
    Co-authored-by: Jeremy Meng <jeremy.ymeng@gmail.com>
    Lin Jian and jeremymeng authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    3c94a51 View commit details
    Browse the repository at this point in the history
  20. Regenerate from service swagger (#7751)

    This generated code isn't exported through convenience yet.
    xirzec authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    50caae9 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    9553ea8 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. Increment version for identity releases (#7753)

    update dependency to be pinned to preview1
    
    Co-authored-by: Karishma Ghiya <kaghiya@microsoft.com>
    azure-sdk and KarishmaGhiya authored Mar 11, 2020
    Configuration menu
    Copy the full SHA
    1e3ca45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9118319 View commit details
    Browse the repository at this point in the history
  3. Increment version for keyvault releases (#7761)

    * Increment package version after release of azure-keyvault-secrets
    
    * Increment package version after release of azure-keyvault-keys
    
    * Increment package version after release of azure-keyvault-certificates
    azure-sdk authored Mar 11, 2020
    Configuration menu
    Copy the full SHA
    0884197 View commit details
    Browse the repository at this point in the history
  4. Use inlineSources to bundle source file contents inside map files (#7615

    )
    
    * Enable inlineSources and stop packaging TS files
    * Make all license texts consistent and include README.md
    
    Fixes #7706
    xirzec authored Mar 11, 2020
    Configuration menu
    Copy the full SHA
    0343a0d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    67a8f82 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. [event-hubs] Link to migration guide from the readme (#7733)

    Add link to the migration guide to the readme and made the homepage URL for our package point to the actual code for the package and not the parent.
    richardpark-msft authored Mar 12, 2020
    Configuration menu
    Copy the full SHA
    cdb853d View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. Increment version for storage releases (#7796)

    * Increment package version after release of azure-storage-blob
    
    * Increment package version after release of azure-storage-file-datalake
    
    * Increment package version after release of azure-storage-queue
    
    * Increment package version after release of azure-storage-file-share
    azure-sdk authored Mar 13, 2020
    Configuration menu
    Copy the full SHA
    4ca4172 View commit details
    Browse the repository at this point in the history
  2. [Service Bus] Settlement methods should throw error in receiveAndDele…

    …te mode (#7787)
    
    * Unsupported features in ReceiveAndDelete mode - settlement methods - uncomment tests
    
    * new build - generated api report
    
    * add toLowercase to satisfy - deadLetter vs deadletter
    
    Co-authored-by: HarshaNalluru <10452642+HarshaNalluru@users.noreply.github.com>
    HarshaNalluru and HarshaNalluru authored Mar 13, 2020
    Configuration menu
    Copy the full SHA
    aa36a12 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    738c902 View commit details
    Browse the repository at this point in the history
  4. [service-bus] Implementing the top level ServiceBusClient design (#…

    …7803)
    
    - Created a parent object (ServiceBusClient) that you can use to spawn
      Receiver's and Senders'
    - Removed ServiceBusClientReceiver and ServiceBusClientSender and replaced them with
      interfaces.
    - Reworked the tests in preparation for running them in parallel.
    richardpark-msft authored Mar 13, 2020
    Configuration menu
    Copy the full SHA
    1ef7dcc View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2020

  1. Smoke Test: use configurable authority host (#7795)

    * add support for authority host and pipelines
    * add direct @azure/identity dependency
    * set AZURE_AUTHORITY_HOST
    * smoke tests use connection string instead of account/key/url combination
    danieljurek authored Mar 14, 2020
    Configuration menu
    Copy the full SHA
    23d8e5c View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

  1. [service-bus] track2 - fixing issues with the public surface (Service…

    …BusClient) (#7827)
    
    * Fixing some facepalm moments with the public surface:
    - `ServiceBusClient` wasn't exported
    - `Sender` the concrete class was exported (should have been an interface)
    - Some of the older non-used code was still being exported (QueueAuth, etc...)
    richardpark-msft authored Mar 16, 2020
    Configuration menu
    Copy the full SHA
    5ebd2f5 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. Make ResourceResponse.resource optional (#7820)

    Currently the types indicate resource will never be undefined but that
    is not the case when nothing is returned from a query in Cosmos. This
    fix causes API to break in a sense that it may result in compile errors
    however these compile errors may be masking bugs when the consumer is
    using strict null checking.
    
    Fixes #7819
    Tyriar authored Mar 17, 2020
    Configuration menu
    Copy the full SHA
    7be88df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bf9eed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f39565 View commit details
    Browse the repository at this point in the history
  4. New Versioning Should Apply to Index as Well (#7860)

    * new versioning in index as well
    scbedd authored Mar 17, 2020
    Configuration menu
    Copy the full SHA
    211fd46 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6f0bc02 View commit details
    Browse the repository at this point in the history
  6. [service-bus] Get message classes ready for preview.1 (#7847)

    Place settlement and lock renewal methods on the message object itself.
    
    - Messages that are to be sent are just called ServiceBusMessage.
    - Messages that have been received from service bus are called ReceivedMessage.
    - Messages that have been received on a receiver using "peekLock" are ReceivedMessageWithLock.
    - ServiceBusMessage (the class) has been renamed to ServiceBusMessageImpl. 
    
    At this point our client should only serve up interfaces, not named concrete classes.
    richardpark-msft authored Mar 17, 2020
    Configuration menu
    Copy the full SHA
    2831c54 View commit details
    Browse the repository at this point in the history
  7. [service-bus] Remove samples frontmatter and reference old version in…

    … README (#7824)
    
    * [service-bus] Remove samples frontmatter
    
    * [service-bus] add links to older samples/npm packages for version 2 preview
    witemple-msft authored Mar 17, 2020
    Configuration menu
    Copy the full SHA
    565c7a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. Configuration menu
    Copy the full SHA
    edbb698 View commit details
    Browse the repository at this point in the history
  2. [Service Bus] Merge 'hotfix/service-bus-1.1.4-increase-timeout' into …

    …master (#7865)
    
    * Pinning to Typedoc 0.16.x until further investigation (#7850)
    
    * [Service Bus] [Track 1] Update service-bus with the amqp-common latest (#7823)
    
    * update service-bus with the timeout change
    
    * Add link to the PR
    
    * Add new line
    
    * Update sdk/servicebus/service-bus/CHANGELOG.md
    
    * Update sdk/servicebus/service-bus/CHANGELOG.md
    
    * update pnpm-lock file
    
    * Update sdk/servicebus/service-bus/CHANGELOG.md
    
    Co-Authored-By: chradek <51000525+chradek@users.noreply.github.com>
    
    * Update sdk/servicebus/service-bus/CHANGELOG.md
    
    Co-Authored-By: Ramya Rao <ramya.rao.a@outlook.com>
    
    * update readme
    
    * Update sdk/servicebus/service-bus/CHANGELOG.md
    
    * Trigger pipeline(dummy commit)
    
    * Update package version in constants.ts
    
    Co-authored-by: HarshaNalluru <10452642+HarshaNalluru@users.noreply.github.com>
    Co-authored-by: chradek <51000525+chradek@users.noreply.github.com>
    Co-authored-by: Ramya Rao <ramya.rao.a@outlook.com>
    
    Co-authored-by: HarshaNalluru <10452642+HarshaNalluru@users.noreply.github.com>
    Co-authored-by: chradek <51000525+chradek@users.noreply.github.com>
    Co-authored-by: Ramya Rao <ramya.rao.a@outlook.com>
    4 people authored Mar 18, 2020
    Configuration menu
    Copy the full SHA
    0d50e9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8002ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8329a7c View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. Configuration menu
    Copy the full SHA
    b5aaa75 View commit details
    Browse the repository at this point in the history
  2. [eventhubs-checkpointstore-blob] improve samples (#7859)

    * [eventhubs-checkpointstore-blob] improve samples
    
    * remove locale from url
    
    * update azure-stack link to remove version
    
    * add readmes to samples
    
    * improve urlFragments
    chradek authored Mar 19, 2020
    Configuration menu
    Copy the full SHA
    e9f339a View commit details
    Browse the repository at this point in the history
  3. [Service Bus] sendBatch() for service-bus (#7527)

    * SendableMessageInfoBatch - draft 1
    
    * SendableMessageInfoBatch raw implementation - test failed
    
    * SendableMessageInfoBatch works fine
    
    * updated test
    
    * SendableMessageInfoBatch
    
    * sendBatch2
    
    * CreateBatchOptions
    
    * getMaxMessageSize, createBatch, sendBatch2 on MessageSender
    
    * Simple Send Batch 2 tests - draft
    
    * update test file name
    
    * senbatch tests - draft 1
    
    * sendbatch API
    
    * separate out the methods - testing sendBatch
    
    * remove .only and console.logs
    
    * remove console.log
    
    * _batchSender -> _sender
    
    * // let numberOfMessagesInBatch = 0;
    
    * Update Api report
    
    * Add a lot more tests
    
    * remove .only from individual tests
    
    * (craete and send) batch - docs
    
    * Update tryAdd docs
    
    * update API report
    
    * export CreateBatchOptions and SendableMessageInfoBatch
    
    * update API report
    
    * update src code as per the api updates to the message
    
    * Update API report
    
    * Update test files asper the API updates
    
    * CreateBatchOptions extends OperationOptions
    
    * docs for ServiceBusMessageBatch
    
    * remove un-need setting default null options - options = {}
    
    * verify if sender is Open() before sending
    
    * update API report
    
    * // sendBatch(<Array of messages>) - Commented, senBatch2 -> sendBatch
    
    * update API shape
    
    * fix tests
    
    * Update sdk/servicebus/service-bus/test/sendAndSchedule.spec.ts
    
    * Update sdk/servicebus/service-bus/test/sendBatch.spec.ts
    
    * retryOptions to getmaxsize
    
    * move CreateBatchOptions to models
    
    * remove unnecessary if checks
    
    * remove _count private property in favour of _encodedMessages.length
    
    * use sendBatch to send multiple messages
    
    * update getMaxMessageSize description
    
    * sendArrayOfMessages -> sendMessages
    
    * move verifyAndDeleteAllSentMessages from sendbatch.spec to testutils
    
    * Update sdk/servicebus/service-bus/test/utils/testutils2.ts
    
    * test update - add checks for tryadd
    
    * fix messageBatch error message in test when Invalid parameters are passed
    
    * Update sdk/servicebus/service-bus/test/utils/testutils2.ts
    
    Co-authored-by: HarshaNalluru <10452642+HarshaNalluru@users.noreply.github.com>
    HarshaNalluru and HarshaNalluru authored Mar 19, 2020
    Configuration menu
    Copy the full SHA
    b2a0676 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2020

  1. Generated from 93b740901ffff1df0fe936b9c6a2d9d83961df1d (#7910)

    Fix typo
    
    Co-authored-by: SDK Automation <sdkautomation@microsoft.com>
    chunyu3 and SDK Automation authored Mar 20, 2020
    Configuration menu
    Copy the full SHA
    aca6b23 View commit details
    Browse the repository at this point in the history
  2. [ReleasePR @azure/arm-support] update package name and output f… (#7917)

    update package name and output folder in readme.typescript.md
    
    Co-authored-by: SDK Automation <sdkautomation@microsoft.com>
    openapi-sdkautomation[bot] and SDK Automation authored Mar 20, 2020
    Configuration menu
    Copy the full SHA
    badc847 View commit details
    Browse the repository at this point in the history
  3. [service-bus] Preview.1 - create separate rule manager and dead lette…

    …r receiver methods. (#7908)
    
    - Added in ability to get a dead letter receiver.
    - Allow users to get a subscription rule management client from the ServiceBusClient.
    richardpark-msft authored Mar 20, 2020
    Configuration menu
    Copy the full SHA
    95e06ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86b174e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    96820b0 View commit details
    Browse the repository at this point in the history
  6. [Service Bus] Remove entityType param everywhere (#7906)

    * Remove entityType param everywhere
    
    * update API report
    
    * Update sdk/servicebus/service-bus/src/session/sessionManager.ts
    
    * update API report
    HarshaNalluru authored Mar 20, 2020
    Configuration menu
    Copy the full SHA
    1fa687a View commit details
    Browse the repository at this point in the history
  7. [search] Add SearchServiceClient with index-related methods (#7758)

    * Add SearchServiceClient with index-related methods
    xirzec authored Mar 20, 2020
    Configuration menu
    Copy the full SHA
    cac2180 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2020

  1. Convert core-http to use interfaces for requests (#7873)

    * Convert core-http to use interfaces for requests
    * Update version and CHANGELOG
    xirzec authored Mar 21, 2020
    Configuration menu
    Copy the full SHA
    4555a45 View commit details
    Browse the repository at this point in the history
  2. policyinsights release (#7916)

    Co-authored-by: qiaozha <qiaozha@microsoft.com>
    chunyu3 and qiaozha authored Mar 21, 2020
    Configuration menu
    Copy the full SHA
    9c6b6fe View commit details
    Browse the repository at this point in the history
  3. release network package-2019-12 (#7890)

    * Sync eng/common directory with azure-sdk-tools repository (#7876)
    
    * network package-2019-12
    
    * update network version
    
    * update network version
    
    * update version
    
    * bump client context version
    
    * bump policy insight client context version
    
    Co-authored-by: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
    Co-authored-by: qiaozha <qiaozha@microsoft.com>
    3 people authored Mar 21, 2020
    Configuration menu
    Copy the full SHA
    fa61d52 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. Release for azure arm appservice (#7948)

    * Generated from a85bbb4b1fba32c60b98f68be7abb367f0c16c24
    
    Ensure PUTs include config
    
    * bump version
    
    * bump version
    
    Co-authored-by: SDK Automation <sdkautomation@microsoft.com>
    dw511214992 and SDK Automation authored Mar 23, 2020
    Configuration menu
    Copy the full SHA
    5d17741 View commit details
    Browse the repository at this point in the history
  2. kusto release (#7950)

    * kusto release
    
    * update version
    chunyu3 authored Mar 23, 2020
    Configuration menu
    Copy the full SHA
    bea510c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bab964b View commit details
    Browse the repository at this point in the history
  4. Fix two typos (#7955)

    joheredi authored Mar 23, 2020
    Configuration menu
    Copy the full SHA
    86a15ae View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

  1. Release azure arm recoveryservicesbackup (#7982)

    * Generated from 10fb274f126929fa62be579fe1b03eb5b3ec7722
    
    Fixed PrettierCheck failures
    
    * bump version
    
    * bump version
    
    Co-authored-by: SDK Automation <sdkautomation@microsoft.com>
    dw511214992 and SDK Automation authored Mar 24, 2020
    Configuration menu
    Copy the full SHA
    4cb0961 View commit details
    Browse the repository at this point in the history
  2. Fix default deserialization policy (#7965)

    Replaces the fix done by #4975 to only apply to the identity package.
    xirzec authored Mar 24, 2020
    Configuration menu
    Copy the full SHA
    99b6d46 View commit details
    Browse the repository at this point in the history
  3. [service-bus] deadletter() changes for API compliance and bugs (#7960)

    - deadLetter() wasn't setting the reason or description properly when you deadLetter()'d a message on the management link (ie, deadlettering a deferred message)
    - There was a slight (but annoying) mis-casing in the DeadLetterOptions for deadLetterReason
    - Plumb custom properties through for dead lettering as well
    richardpark-msft authored Mar 24, 2020
    Configuration menu
    Copy the full SHA
    3e5e2da View commit details
    Browse the repository at this point in the history
  4. Alternative custom reporter to mocha-multi (#7931)

    * mocha-multi-reporter.js
    
    * update test commands in package.json to not use mocha-multi
    
    * remove mocha-multi from devDependencies
    
    * Update mocha to ^7.1.1
    
    * ts-mocha@6.0 doesn't support mocha@7.0.0 - removing since not being used
    
    ERROR  @rush-temp/event-hubs: ts-mocha@6.0.0 requires a peer of mocha@^3.X.X || ^4.X.X || ^5.X.X || ^6.X.X but version
    7.1.1 was installed.
    
    * generate pnpm-lock file
    
    * `rush update --full`  since mocha-multi has been removed
    
    * rollback mocha to 6.2.2 since some of the tests require updates
    
    * generate pnpm-lock file
    
    * update core-http's reporter
    
    * unit-test:browser and unit-test:node commands for eslint plugin to nullify errors thrown by rush
    
    * update core-arm reporter
    
    * Add copyright header
    
    * Remove console.logs
    
    * pnpm-lock from master
    HarshaNalluru authored Mar 24, 2020
    Configuration menu
    Copy the full SHA
    fdbd2ef View commit details
    Browse the repository at this point in the history
  5. [core-http] Support dashes in parameter names (#7988)

    * Support dashes in parameter names
    
    Porting fix from Azure/azure-sdk-for-node#5143
    xirzec authored Mar 24, 2020
    Configuration menu
    Copy the full SHA
    aa8d4eb View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. [core-http] support disabling decompression in node-fetch client (#7878)

    Azure Blob Storage allows setting content encoding of a blob that stores
    compressed data. Browsers or other web clients can decompress accordingly when
    consuming the content of the blob. For NodeJS our node-fetch http client supports
    gzip/defalte content encoding by default thus de-compress the data in
    `download()` and similar methods. This causes problems, mainly,
    
    - upload and download using storage sdk clients are inconsistent.
    - retry for partial response wouldn't work in the decompressed stream.
    
    This change adds support to set the `compress` option to false using a request
    policy.
    
    Related to #6411.
    jeremymeng authored Mar 25, 2020
    Configuration menu
    Copy the full SHA
    78917a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6135b4c View commit details
    Browse the repository at this point in the history
  3. [Recorder] Bug Fixes in node tests (#7512)

    * Node tests being missed in the integration-test command
    
    * bug fixes in the tests
    
    * removing unrelated changes
    
    Co-authored-by: HarshaNalluru <10452642+HarshaNalluru@users.noreply.github.com>
    HarshaNalluru and HarshaNalluru authored Mar 25, 2020
    Configuration menu
    Copy the full SHA
    3aefa70 View commit details
    Browse the repository at this point in the history
  4. Release arm apimanagement (#8002)

    * Generated from 9884c3a567da5d9cd149a75056d930da7ce53805
    
    Add api-version 2019-12-01 of apimanagement for go SDK
    
    * bump version
    
    Co-authored-by: SDK Automation <sdkautomation@microsoft.com>
    dw511214992 and SDK Automation authored Mar 25, 2020
    Configuration menu
    Copy the full SHA
    0f35804 View commit details
    Browse the repository at this point in the history
  5. Release arm cognitiveservices (#8004)

    * Generated from dce54be874386e1346edf1b13b2f94b0be43d717
    
    merge samples
    
    * bump version
    
    Co-authored-by: SDK Automation <sdkautomation@microsoft.com>
    dw511214992 and SDK Automation authored Mar 25, 2020
    Configuration menu
    Copy the full SHA
    51ea0aa View commit details
    Browse the repository at this point in the history
  6. [event-hubs] set known amqp props on systemProperties (#7973)

    * [event-hubs] set known amqp props on systemProperties
    
    * update changelog
    
    * update version to 5.1.0
    
    * revert optimization in favor of memory-sensitive optimization
    chradek authored Mar 25, 2020
    Configuration menu
    Copy the full SHA
    c42cb7d View commit details
    Browse the repository at this point in the history
  7. [event-hubs] add samples to transform iothub connection string (#7060)

    * [event-hubs] add method to transform iothub connection string
    
    * adds iothub connection string conversion as sample
    
    * address feedback
    chradek authored Mar 25, 2020
    Configuration menu
    Copy the full SHA
    6d4a9d8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    14c1a6f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    86d0dd3 View commit details
    Browse the repository at this point in the history
  10. [Identity] Add known authority hosts (#7829)

    Add KnownAuthorityHosts
    Jonathan Turner authored Mar 25, 2020
    Configuration menu
    Copy the full SHA
    b6facdb View commit details
    Browse the repository at this point in the history
  11. [ai-text-analytics] Remove PII Methods (#8021)

    * [ai-text-analytics] Remove Pii Methods
    
    * [ai-text-analytics] Update samples to remove PII methods
    
    * fixup! [ai-text-analytics] Update samples to remove PII methods
    
    * Changelog
    witemple-msft authored Mar 25, 2020
    Configuration menu
    Copy the full SHA
    fe87412 View commit details
    Browse the repository at this point in the history
  12. [Identity] Add VSCodeCredential (#7994)

    * WIP for VSCode credential
    
    * Finish up VSCode credential and add to DAC. Add user-defined managed to DAC.
    
    * Address feedback
    
    * Address feedback
    Jonathan Turner authored Mar 25, 2020
    Configuration menu
    Copy the full SHA
    ffcc5db View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1d5fa78 View commit details
    Browse the repository at this point in the history
  14. [Service Bus] Merge hotfix-1.1.5 into master (#8032)

    * Pinning to Typedoc 0.16.x until further investigation (#7850)
    
    * [Service Bus] [Track 1] Update service-bus with the amqp-common latest (#7823)
    
    * update service-bus with the timeout change
    
    * Add link to the PR
    
    * Add new line
    
    * Update sdk/servicebus/service-bus/CHANGELOG.md
    
    * Update sdk/servicebus/service-bus/CHANGELOG.md
    
    * update pnpm-lock file
    
    * Update sdk/servicebus/service-bus/CHANGELOG.md
    
    Co-Authored-By: chradek <51000525+chradek@users.noreply.github.com>
    
    * Update sdk/servicebus/service-bus/CHANGELOG.md
    
    Co-Authored-By: Ramya Rao <ramya.rao.a@outlook.com>
    
    * update readme
    
    * Update sdk/servicebus/service-bus/CHANGELOG.md
    
    * Trigger pipeline(dummy commit)
    
    * Update package version in constants.ts
    
    Co-authored-by: HarshaNalluru <10452642+HarshaNalluru@users.noreply.github.com>
    Co-authored-by: chradek <51000525+chradek@users.noreply.github.com>
    Co-authored-by: Ramya Rao <ramya.rao.a@outlook.com>
    
    * [Service Bus] Remove atomManagementApi references in 1.x (#7992)
    
    * Delete atomManagementApi samples
    
    * [Service Bus] Remove lingering artifacts for management apis (#7864)
    
    * Updated API report
    
    * Update changelog
    
    * Update version from 1.1.4 to 1.1.5
    
    * Update sdk/servicebus/service-bus/CHANGELOG.md
    
    Co-Authored-By: Ramya Rao <ramya.rao.a@outlook.com>
    
    * Add @internal and @ignore tags for the AtomManagementAPI exports
    
    * ServiceBusAtomManagement
    
    Co-authored-by: Ramya Rao <ramya.rao.a@outlook.com>
    
    * Update macOS.10.13 to macOS.10.15 (#7662)
    
    * update pnpm-lock and generate API report for service-bus
    
    * remove formatting changes in `eng/`
    
    * revert changes in the readme
    
    Co-authored-by: HarshaNalluru <10452642+HarshaNalluru@users.noreply.github.com>
    Co-authored-by: chradek <51000525+chradek@users.noreply.github.com>
    Co-authored-by: Ramya Rao <ramya.rao.a@outlook.com>
    Co-authored-by: Chidozie Ononiwu <31145988+chidozieononiwu@users.noreply.github.com>
    5 people authored Mar 25, 2020
    Configuration menu
    Copy the full SHA
    2c660c0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    07a48bb View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    03082e2 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4ce5d45 View commit details
    Browse the repository at this point in the history
  18. [service-bus] Track2 samples and readme update (#7997)

    * Changing samples to compile under track 2
    
    * remove accidental included sample (not ready yet!)
    
    * updating doc strings
    
    * The old enum for ReceiveMode doesn't need to be exported since it's not used by any user-facing clients anymore.
    
    * Took a stab at editing the readme - not entirely sure what the URLs will look like since the docs haven't been published.
    
    * temporarily remove the atom management sample until we get it officially published
    
    * Fixing all the JS samples except for the interactive/servicePrincipal ones.
    
    * Everything uses DefaultAzureCredential now and we only need a single sample for that.
    
    * consolidate authentication examples towards @azure/identity and mimic the layout we use in EH for that sample
    
    * Fixing issues found when running the samples:
    - JS samples were using a _very_ incorrect package.json (from storage-samples). Updated to be inline with what I have in the TS one.
    - The sessions tests were using the same queue name as the non-sessions tests. Added new variable to sample.env and changed the tests over to refer to it.
    
    * Fix a slightly awkwardly worded sentence
    
    * Removing unneeded "use strict"
    
    * browser sample doesn't work anymore since we no longer create browser bundles
    
    * Remove unneeded ReceiveMode import
    
    * comma
    
    Co-Authored-By: Harsha Nalluru <sanallur@microsoft.com>
    
    * we don't have client objects man!
    
    Co-Authored-By: Ramya Rao <ramya.rao.a@outlook.com>
    
    * What's in a name?
    
    Co-Authored-By: Ramya Rao <ramya.rao.a@outlook.com>
    
    * Update wording - it's not a "single call" anymore, but it is a single send.
    
    * function => method
    
    * 'Use the subscribe method'
    
    * Formatting the paragraph a little nicer so it looks decent if you're just reading the markdown directly.
    
    * Add in a little note so users can follow from master and find the right readmes for v1.1.x
    
    * Update samples so they provide a little breadcrumb for users looking for the 1.1.x samples.
    
    * Update to version 5!
    
    * Updating links to point to the github.io locations for documentation.
    
    * Reference @next so we get the preview version
    
    * Whoops!
    
    Co-Authored-By: Harsha Nalluru <sanallur@microsoft.com>
    
    * Another whoops!
    
    Co-Authored-By: Harsha Nalluru <sanallur@microsoft.com>
    
    Co-authored-by: Harsha Nalluru <sanallur@microsoft.com>
    Co-authored-by: Ramya Rao <ramya.rao.a@outlook.com>
    3 people authored Mar 25, 2020
    Configuration menu
    Copy the full SHA
    e6abb38 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. Configuration menu
    Copy the full SHA
    ab11e1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    babdfd6 View commit details
    Browse the repository at this point in the history
  3. Run formatter on storage blob, queue, datalake (#8015)

    * Run formatter on storage blob, queue, datalake
    
    * Run formatter for file-share
    ramya-rao-a authored Mar 26, 2020
    Configuration menu
    Copy the full SHA
    bfd861c View commit details
    Browse the repository at this point in the history
  4. Release arm storage (#8049)

    * Generated from f31b3094d636cd11b16647f38137faef5fff7524
    
    Really fix prettier errors.
    
    * bump version
    
    Co-authored-by: SDK Automation <sdkautomation@microsoft.com>
    dw511214992 and SDK Automation authored Mar 26, 2020
    Configuration menu
    Copy the full SHA
    85be988 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c671f4 View commit details
    Browse the repository at this point in the history
  6. rush update --full (#8035)

    * rush update --full
    
    * revert identity api review changes
    KarishmaGhiya authored Mar 26, 2020
    Configuration menu
    Copy the full SHA
    1779306 View commit details
    Browse the repository at this point in the history
  7. updating npm install to use @next (#8056)

    Fixing version in readme.md to point to @next so users get the latest version of the previews.
    richardpark-msft authored Mar 26, 2020
    Configuration menu
    Copy the full SHA
    5fd931c View commit details
    Browse the repository at this point in the history
  8. [Service Bus] Fix sendBatch test's cleanup failure for sessions (#8025)

    * 1000 iterations to bubble up the flakeyness
    
    * Increase maxWaitTime when receiving messages from sessions
    
    * change number of iterations to 100
    
    * remove .only - revert changes to the tests
    
    * add new line
    
    * Update sdk/servicebus/service-bus/test/utils/testutils2.ts
    HarshaNalluru authored Mar 26, 2020
    Configuration menu
    Copy the full SHA
    a15495e View commit details
    Browse the repository at this point in the history
  9. [Service Bus] Publish latest samples to docs.microsoft.com (#8070)

    * Copy samples from 1.1.5 tag
    
    * /tree/master/ -> /tree/%40azure/service-bus_1.1.5/
    
    * update `package.json`s
    HarshaNalluru authored Mar 26, 2020
    Configuration menu
    Copy the full SHA
    d23a0c8 View commit details
    Browse the repository at this point in the history
  10. [search] Add batch helper object (#7961)

    * Add batch helper object
    
    Implement a class to aid in composing index actions inside a batch.
    
    Closes #7841
    xirzec authored Mar 26, 2020
    Configuration menu
    Copy the full SHA
    1444415 View commit details
    Browse the repository at this point in the history
  11. remove .exe, better exception handling for version update scripts (#8071

    )
    
    * remove .exe from pwsh
    * better handling the exceptions nad errors
    KarishmaGhiya authored Mar 26, 2020
    Configuration menu
    Copy the full SHA
    65eec2d View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. [app-configuration] Fix timeouts with test cleanup by doing it serially

    There are test timeouts that appear to be related to doing too much work in the cleanup for the tests.
    
    This PR changes the test setting cleanup to run serially rather than in parallel.
    richardpark-msft authored Mar 27, 2020
    Configuration menu
    Copy the full SHA
    47095e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bb0575 View commit details
    Browse the repository at this point in the history
  3. Fix browser bundle issue (#8091)

    PR #7994 introduced a build break to rollup by referencing `process`
    inside `DefaultAzureCredential`.
    
    This fix adds a browser version of `DefaultAzureCredential` without the reference
    to `process`.
    xirzec authored Mar 27, 2020
    Configuration menu
    Copy the full SHA
    bb3875f View commit details
    Browse the repository at this point in the history
  4. [core-auth][ai-text-analytics] AzureKeyCredential (#7927)

    * Replaced TextAnalyticsApiKeyCredential with AzureKeyCredential
    
    * Updated samples in Text Analytics
    
    * Improvements to AzureKeyCredential API permissiveness
    
    * [ai-text-analytics] Updated README to use AzureKeyCredential
    
    * Added a note about the dummy credential
    
    * Updated package version, dependent versions. Updated changelogs.
    
    * Slight wording change
    witemple-msft authored Mar 27, 2020
    Configuration menu
    Copy the full SHA
    13ac409 View commit details
    Browse the repository at this point in the history
  5. [Storage] disable decompression of response when downloading (#7993)

    * Add two failing tests due to decompression
    
    * [Storage] disable decompression of response when downloading
    
    The default behavior of node-fetch client is to decompress according
    to `Accept-Encoding` when retrieving data. In blob storage it is
    supported to set the content encoding of blobs so that browsers and
    other clients can decompress accordingly. However we don't want this
    behavior in our SDK libraries, because
    
    - there's inconsistency between incoming data and outgoing data. Most
    customers would not expect `client.download()` would give them
    different data than what they upload in compressed format.
    
    - Retry for partial response would not work on the decompressed response.
    
    This change disables the decompression behavior for storage clients in
    NodeJS.
    
    Note that for browsers we don't have control and browser will always
    honor the `Accept-Encoding` header and decompress accordingly.
    
    Related to #6411.
    
    * Update core-http dependency version to v1.1.0
    
    * Document behavior differences between Node.js and browsers
    jeremymeng authored Mar 27, 2020
    Configuration menu
    Copy the full SHA
    9a5733e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9943816 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6d5abc8 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2020

  1. [service-bus] Validate the user doesn't use different entities in the…

    … receiver vs connection string. (#8074)
    
    Validate the user doesn't use different entities in the receiver vs connection string
    
    Other sundry items:
    * Bump core-amqp version for @chradek
    * Update constants.ts to the right preview version (we bumped to 5 to sync with all the other language packages)
    * Factored out logic to extract entity path, etc... in prep for adding in some common validation
    * Adding workaround for fun little bit of behavior in core-amqp's validate (not sure if I can remove it).
    richardpark-msft authored Mar 28, 2020
    Configuration menu
    Copy the full SHA
    7a52d5e View commit details
    Browse the repository at this point in the history
  2. Fix build:test break (#8096)

    PR #7994 also introduced a problem where a new dependency `keytar` is not bundle safe and needed to be excluded in test bundles that referenced it indirectly via @azure/identity.
    xirzec authored Mar 28, 2020
    Configuration menu
    Copy the full SHA
    6af518e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2703046 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. Configuration menu
    Copy the full SHA
    af6110e View commit details
    Browse the repository at this point in the history
  2. Make JS Release Stage Public (#7738)

    * Add Initial release stage configuration
    
    * Switch JS Release to run from the JS repo
    
    * Bump Azure template version
    
    * Reference different branch for template
    
    * Add changelog to azure-template
    
    * Bump up Azure Template
    
    * Adjust path to versioning tool
    
    * Bump up Azure Template Version
    
    * Move tool into js Repo
    
    * Bump Template
    
    * Added dependsOn: PublishPackage to deplpyment
    
    * Bump Azure Template Version
    
    * Bump Azure template
    
    * Remove depends on for version bump stage
    
    * Re-add depends on for versin bump stage
    chidozieononiwu authored Mar 30, 2020
    Configuration menu
    Copy the full SHA
    62be6d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3bbfbce View commit details
    Browse the repository at this point in the history
  4. handle latest (#8095)

    scbedd authored Mar 30, 2020
    Configuration menu
    Copy the full SHA
    e9c9c7e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    94e4c36 View commit details
    Browse the repository at this point in the history
  6. [Service Bus] Removing dataTransformer from the ClientOptions (#8106)

    * Disabling dataTransformer by removing from the ClientOptions to be in synsc with event-hubs
    
    * Version 5.0.0 -> 7.0.0
    
    * Update docs for event-hubs
    
    * remove DataTransformer from the exports
    HarshaNalluru authored Mar 30, 2020
    Configuration menu
    Copy the full SHA
    02c7264 View commit details
    Browse the repository at this point in the history
  7. [search] Migrate to AzureKeyCredential (#8094)

    * Migrate to AzureKeyCredential for authentication.
    xirzec authored Mar 30, 2020
    Configuration menu
    Copy the full SHA
    a76b55b View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2020

  1. Configuration menu
    Copy the full SHA
    112c8e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db0473c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f4f3bc View commit details
    Browse the repository at this point in the history
  4. Update to mocha 7 (#8108)

    * Update to mocha 7
    
    Fix tests by skipping afterEach steps that are now running in 7 that weren't before.
    xirzec authored Mar 31, 2020
    Configuration menu
    Copy the full SHA
    b659e18 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1546066 View commit details
    Browse the repository at this point in the history
  6. [core-http] Support text/plain request endpoints (#7963)

    Previously, core-http would serialize a string request body as a JSON string when the endpoint was expecting text/plain. After this change, strings will be sent as-is to text/plain endpoints.
    bterlson authored Mar 31, 2020
    Configuration menu
    Copy the full SHA
    6d9f465 View commit details
    Browse the repository at this point in the history
  7. [Service Bus] Plug in retry options for all async operations (#7972)

    * update getSessionReceiver return type
    
    * private _clientOptions for SBClient
    
    * retryOptions - OptionsBag
    
    * retries.ts - copied from amqp-common
    
    * plug in GetSenderOptions
    
    * update send related methods in managementClient with retries
    
    * GetSenderOptions and GetReceiverOptions in sbClient
    
    * Send APIs done with retries
    
    * GetReceiverOptions - plugged in.
    
    * fix build failures
    
    * plug retry options for session receivers
    
    * retryOptions of undefined - check
    
    * acquireLockHelper
    
    * To do comment for name suggestions
    
    * fix bug - missing promise resolution
    
    * acquireLockHelper -> _acquireLockHelper
    
    * _managementLinkSendRequestHelper - draft - refactoring
    
    * refactor _acquireLockAndSendRequest
    
    * update scheduleMessageOperationPromise to the same format
    
    * moved _init of all the send calls to trySend
    
    * remove the TO DO comment to move to trySend
    
    * getRetryAttemptTimeoutInMs from core-amqp
    
    * add getRetryAttemptTimeoutInMs in core-amqp index.ts
    
    * Import getRetryAttemptTimeoutInMs from core-amqp
    
    * import getRetryAttemptTimeoutInMs from core-amqp
    
    * un-unwrap sendRequestOptions
    
    * TO DO -> TODO
    
    * Simplify SenderImpl invokation
    
    * export new *Options
    
    * update API report
    
    * return await -> return
    
    Co-Authored-By: chradek <51000525+chradek@users.noreply.github.com>
    
    * Update sdk/servicebus/service-bus/src/core/managementClient.ts
    
    Co-Authored-By: chradek <51000525+chradek@users.noreply.github.com>
    
    * Simplify _acquireLockAndSendRequest
    
    * use `?.` operator like Richard said
    
    * granular approach to allow toggling just one or the other setting
    
    * OptionsBag -> BaseClientOptions
    
    * update API report
    
    * mocking the managementClientRequest to test retries
    
    * looks like retries are working fine
    
    * testUtils - pass in options too
    
    * more tests for retries
    
    * Add await before calling the test method
    
    * split sessionReceiver tests from receiver tests
    
    * Improved peekBySeqNum for sessions to handle createMessageSession awaited call
    
    * Update this._createMessageSessionIfDoesntExist with timeout and update sessionReceiver.peekBySeqNumber
    
    * remove console.logs
    
    * Adjust all peek operations with the new design
    
    * Add aftereachTest function
    
    * update scheduleMessage and cancelScheduleMessage
    
    * update managementclient with the scheduleMessages retries
    
    * update rest of the methods of receiver, sessionReceiver in managementClient
    
    * Add sender tests
    
    * Wrap this._init(); with try-catch
    
    * add tests for send methods
    
    * refactor rule-manager methods
    
    * retry options for ruleManager methods
    
    * add subscriptionRuleManager tests for retries
    
    * update API report
    
    * Add GetReceiverOptions to deadletter methods too
    
    * deadletter receiver options - optional
    
    * import retry-options from core-amqp
    
    * generate API report
    
    * unexport getRetryAttemptTimeoutInMs from core-amqp and keep duplicates
    
    * removed the new BaseClientOptions type
    
    * run all the tests for integration-test command
    
    * move retries tests to test/internal folder
    
    * simplify OperationPromise for all the methods
    
    * Remove retry TODO item for close operation
    
    * revert changes to testUtils
    
    * un-import un-needed items in testUtils
    
    * update timeout for createMessageSession of receive batch
    
    * pass retryOptions to the SBC
    
    * move retries.spec.ts out of internal folder
    
    * update API report
    
    * merge sessionReceiverOption types
    
    * fix test failures
    
    * Update API report
    
    * remove unnecessary checks
    
    * receiveDeferredMessagesOperationPromise -> receiveDeferredMessageOperationPromise
    
    * update _trySend to wrap the per-retry-timeout
    
    * private _getSenderOptions?: GetSenderOptions; on messageSender
    
    * remove the timeout added for create MessageSession
    
    * renewLock
    updateDispositionStatus
    listMessageSessions
    
    * refactor helper methods into _makeManagementRequest
    
    * Updated _init with senderOptions
    
    * trySend ->  remove default batch flag = false
    
    * update tests accordingly
    
    * Update "address" param during logging - both service-bus and event-hubs
    
    * update trySend as per Ramya's feedback
    
    * move cleartimeout to init's try-catch
    
    * move waitTimer to - inside if block meant for init
    
    * Update sdk/servicebus/service-bus/src/core/messageSender.ts
    
    * simplify timeTakenByInit
    
    Co-authored-by: chradek <51000525+chradek@users.noreply.github.com>
    HarshaNalluru and chradek authored Mar 31, 2020
    Configuration menu
    Copy the full SHA
    c22977c View commit details
    Browse the repository at this point in the history
  8. Increment version for core releases (#8124)

    * Increment package version after release of azure-core-auth
    
    * Increment package version after release of azure-core-http
    
    * Increment package version after release of azure-core-amqp
    azure-sdk authored Mar 31, 2020
    Configuration menu
    Copy the full SHA
    78df508 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. Configuration menu
    Copy the full SHA
    3a1032d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58bbeee View commit details
    Browse the repository at this point in the history
  3. [core-auth] hotfix to provide downleveled types (#8129)

    * [core-auth] hotfix to provide downleveled types
    
    * [ai-text-analytics] Rewrote relative import into core-auth types
    
    * Update sdk/core/core-auth/CHANGELOG.md
    
    Co-Authored-By: Jeremy Meng <yumeng@microsoft.com>
    
    Co-authored-by: chradek <51000525+chradek@users.noreply.github.com>
    Co-authored-by: Jeremy Meng <yumeng@microsoft.com>
    3 people authored Apr 1, 2020
    Configuration menu
    Copy the full SHA
    2c5fcd3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c5c775 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c15cae View commit details
    Browse the repository at this point in the history
  6. [search] Create continuation token. (#8132)

    * Create continuation token.
    
    Give users an opaque string for continuation instead of exposing service internals.
    
    Fixes #7843
    xirzec authored Apr 1, 2020
    Configuration menu
    Copy the full SHA
    268bff0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a9f5fa8 View commit details
    Browse the repository at this point in the history
  8. Add line to changelog about VSCode credential (#8146)

    Jonathan Turner authored Apr 1, 2020
    Configuration menu
    Copy the full SHA
    10dcd45 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8fc0693 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bfc4085 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. [service-bus] Track2 readme updates based on review (#8150)

    Addressing preview.1 readme feedback:
    
    - Make Prerequisites a sibling to 'install the package' (recommended during readme review)
    - Add a bit more verbiage into Key Concepts
    - Refactor the readme a bit so we have a set of common ref links at the bottom (easier to scan and see that we're pointing to the right version)
    - Various reformats just to make the readme a bit easier to read when viewing the markdown in an editor.
    richardpark-msft authored Apr 2, 2020
    Configuration menu
    Copy the full SHA
    beef206 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cecc37 View commit details
    Browse the repository at this point in the history
  3. [Service Bus] Add retry logic to receiveBatch methods (#8136)

    * add retry logic to receiveBatch
    
    * move retry-config changes from batchingReceiver.ts to receiver.ts
    
    * receiveBatch - for sessions
    
    * remove retryOptions
    
    * Add a note in the Docs
    
    * add tests for receiveBatch and iterator
    
    * Update sdk/servicebus/service-bus/src/receivers/receiver.ts
    
    Co-Authored-By: Ramya Rao <ramya.rao.a@outlook.com>
    
    * update Docs as suggested by Ramya
    
    * Update sdk/servicebus/service-bus/test/retries.spec.ts
    
    * Update sdk/servicebus/service-bus/test/retries.spec.ts
    
    * only mock the created instance, not the library
    
    Co-authored-by: Ramya Rao <ramya.rao.a@outlook.com>
    HarshaNalluru and ramya-rao-a authored Apr 2, 2020
    Configuration menu
    Copy the full SHA
    fd21c1e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cfba7a0 View commit details
    Browse the repository at this point in the history
  5. Search APIs: Skillsets & SynonymMaps (#8109)

    Add service client operations for working with skill sets and synonym maps.
    sarangan12 authored Apr 2, 2020
    Configuration menu
    Copy the full SHA
    21e93cc View commit details
    Browse the repository at this point in the history
  6. Smoke tests use dynamic test resources (#8076)

    * add smoke test ARM template and pipeline wiring
    * add mapping via AZURE_AUTHORITY_HOST_ALIAS
    * rename AZURE_AUTHORITY_HOST_ALIAS -> AZURE_CLOUD
    * rename authorityHostAlias -> azureCloud
    danieljurek authored Apr 2, 2020
    Configuration menu
    Copy the full SHA
    555fe0c View commit details
    Browse the repository at this point in the history
  7. Add release date to changelog (#8168)

    Jonathan Turner authored Apr 2, 2020
    Configuration menu
    Copy the full SHA
    27145e9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5b8bf13 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    114f4e1 View commit details
    Browse the repository at this point in the history
  10. [service-bus] Track2 - quick-start migration guide. (#8171)

    First stab at a quick migration guide for people that want to try out the preview.
    richardpark-msft authored Apr 2, 2020
    Configuration menu
    Copy the full SHA
    3f90a5d View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. Configuration menu
    Copy the full SHA
    ba85e29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21b0ddd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f42f9ba View commit details
    Browse the repository at this point in the history
  4. [Storage] Fix api-extractor related issues (#7174)

    - Fixed warnings caused by not exporting `OperationTracingOptions`
    
    * fix api-extractor `ae-forgotten-export` warnings
    
    by exporting those types
    
    * Rename file datalake typing rollup file
    
    * Only pack the rolled up typed definition files
    jeremymeng authored Apr 3, 2020
    Configuration menu
    Copy the full SHA
    bce4f27 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b7971a1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    47fa7d7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3233420 View commit details
    Browse the repository at this point in the history
  8. [search] Update README for preview 2 (#8177)

    * [search] Update README for preview 2
    
    Closes #8123
    xirzec authored Apr 3, 2020
    Configuration menu
    Copy the full SHA
    e98a8c6 View commit details
    Browse the repository at this point in the history
  9. [Service Bus] Retries for streaming receiver and OnDetached (#8155)

    * add retry logic to receiveBatch
    
    * retry init for streaming receiver
    
    * move retry-config changes from batchingReceiver.ts to receiver.ts
    
    * receiveBatch - for sessions
    
    * remove retryOptions
    
    * Add a note in the Docs
    
    * add tests for receiveBatch and iterator
    
    * Update sdk/servicebus/service-bus/src/receivers/receiver.ts
    
    Co-Authored-By: Ramya Rao <ramya.rao.a@outlook.com>
    
    * update Docs as suggested by Ramya
    
    * Update sdk/servicebus/service-bus/test/retries.spec.ts
    
    * Update sdk/servicebus/service-bus/test/retries.spec.ts
    
    * only mock the created instance, not the library
    
    * update retries for onDetached
    
    * update operationType
    
    * retries for sender - onDetached
    
    * update comment
    
    * Add retryOptions to ReceiveOptions
    
    * merge retryOptions into ReceiveOptions
    
    * remove newlines
    
    * add tests for onDetached
    
    * Update sdk/servicebus/service-bus/src/core/streamingReceiver.ts
    
    Co-Authored-By: chradek <51000525+chradek@users.noreply.github.com>
    
    Co-authored-by: Ramya Rao <ramya.rao.a@outlook.com>
    Co-authored-by: chradek <51000525+chradek@users.noreply.github.com>
    3 people authored Apr 3, 2020
    Configuration menu
    Copy the full SHA
    8bc6fce View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e108e04 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f269cfe View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2020

  1. Configuration menu
    Copy the full SHA
    c74c3ba View commit details
    Browse the repository at this point in the history
  2. [ai-text-analytics] Refactor samples (#8199)

    * TS samples
    
    * JavaScript samples
    
    * Changed langauge in aad sample docstring
    
    * Formatting, some doc changes for JS samples
    
    * Expanded authentication sample
    witemple-msft authored Apr 4, 2020
    Configuration menu
    Copy the full SHA
    35d4d0c View commit details
    Browse the repository at this point in the history
  3. [ai-text-analytics] added note to readme about roles (#7054)

    * [ai-text-analytics] added note to readme about roles
    
    * Remove reference to Cognitive Services Contributor, as it also doesn't work
    witemple-msft authored Apr 4, 2020
    Configuration menu
    Copy the full SHA
    7458cd3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ecfe9f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    212460f View commit details
    Browse the repository at this point in the history
  6. Sdk automation/@Azure arm netapp (#8182)

    * Generated from 69044177e5eac1cc6897d684f262d5bb7a99617d
    
    Update code
    
    * release version 8.0.0
    
    Co-authored-by: SDK Automation <sdkautomation@microsoft.com>
    changlong-liu and SDK Automation authored Apr 4, 2020
    Configuration menu
    Copy the full SHA
    0c5f4b5 View commit details
    Browse the repository at this point in the history
  7. Sdk automation/@Azure arm eventgrid (#8183)

    * Generated from 2d5e64e128672bf29c65595184d6f586c451abb6
    
    fix: java tag error
    
    * release 7.0.0
    
    Co-authored-by: SDK Automation <sdkautomation@microsoft.com>
    changlong-liu and SDK Automation authored Apr 4, 2020
    Configuration menu
    Copy the full SHA
    80df510 View commit details
    Browse the repository at this point in the history
  8. [Service Bus] InSeconds to InMs and more (#8211)

    * rename to autoRenewLockDurationInMs
    
    * generate API report
    
    * Update sdk/servicebus/service-bus/test/stress/stress_sessionState.ts
    
    * update test file
    
    * maxAutoRenewDurationInMs rename
    
    * rename to maxMessageAutoRenewLockDurationInMs
    
    * api report
    
    * update rest of seconds to ms
    HarshaNalluru authored Apr 4, 2020
    Configuration menu
    Copy the full SHA
    0a41cf8 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. [Service Bus] Remove retry options for sender/receivers (#8212)

    * Get*Options -> remove
    
    * Update sdk/servicebus/service-bus/src/serviceBusClient.ts
    
    Co-Authored-By: Ramya Rao <ramya.rao.a@outlook.com>
    
    * Update sdk/servicebus/service-bus/src/serviceBusClient.ts
    
    Co-Authored-By: Ramya Rao <ramya.rao.a@outlook.com>
    
    * remove doc strings
    
    * update param name
    
    * update retryOptions param as per Ramya's suggestions
    
    * -> createSessionReceiverOptions
    
    * fix build failures
    
    * update API report
    
    * generate API report
    
    Co-authored-by: Ramya Rao <ramya.rao.a@outlook.com>
    HarshaNalluru and ramya-rao-a authored Apr 6, 2020
    Configuration menu
    Copy the full SHA
    a41ce00 View commit details
    Browse the repository at this point in the history
  2. [core-http] Update sample (#8148)

    - update instructions to obtain an access token
    - fix request policy factories. When factories are passed in, the
      credential passed to constructor is not used.
    - revamp browser sample to use the Parcel bundler as we no longer
      ship the browser distribution.
    
    * Address CR feedback
    jeremymeng authored Apr 6, 2020
    Configuration menu
    Copy the full SHA
    858f03a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80a7a38 View commit details
    Browse the repository at this point in the history
  4. [search] Update changelog for release (#8223)

    * Update changelog
    xirzec authored Apr 6, 2020
    Configuration menu
    Copy the full SHA
    99eb0cd View commit details
    Browse the repository at this point in the history
  5. [Service Bus] Uncomment and fix the track 1 tests (#8209)

    * invalid param tests - update
    
    * receiveAndDelete tests - compilable
    
    * remove .only
    
    * streaming receiver tests
    
    * SBC checkpoint
    
    * revert SBC
    
    * fix recv and del test failures
    
    * update tests as per the new API
    
    * update API report
    
    * get -> create
    
    * removing un-applicable tests
    HarshaNalluru authored Apr 6, 2020
    Configuration menu
    Copy the full SHA
    6afe405 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    540027f View commit details
    Browse the repository at this point in the history
  7. [ai-text-analytics] Throw an Error when documents is empty (#8227)

    * [ai-text-analytics] add validation of non-empty document array
    
    * CHANGELOG update
    witemple-msft authored Apr 6, 2020
    Configuration menu
    Copy the full SHA
    7e9ec6b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2002d9d View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. [Identity] Add the ability to read AZURE_AUTHORITY_HOST from environm…

    …ent (#8226)
    
    * Add the ability to read AZURE_AUTHORITY_HOST from environment
    
    * Add a better test skip
    
    * See if we can work around rollup issue
    
    * Move auth host function to separate file and use rollup .browser file
    Jonathan Turner authored Apr 7, 2020
    Configuration menu
    Copy the full SHA
    6e88788 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0427e4f View commit details
    Browse the repository at this point in the history
  3. Fix the auth host function to return undefined if the environment var…

    …iable isn't available (#8233)
    Jonathan Turner authored Apr 7, 2020
    Configuration menu
    Copy the full SHA
    1cf3783 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    47ec2d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f6e0150 View commit details
    Browse the repository at this point in the history