Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR azure-mgmt-containerservice] Dev containerservice microsoft.container service 2021 02 01 #4042

Closed
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jan 4, 2021

  1. Configuration menu
    Copy the full SHA
    fb10a33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8491bad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c62441 View commit details
    Browse the repository at this point in the history
  4. Migration guide for EventGrid (Azure#15731)

    * initial commit
    
    * Update migration_guide.md
    
    * comments
    Rakshith Bhyravabhotla authored Jan 4, 2021
    Configuration menu
    Copy the full SHA
    1e453ab View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. renamed checkpoint by batch samples to by event count (Azure#15977)

    * renamed checkpoint by batch samples to by event count
    
    * change link in EH sample readme for event count sample
    swathipil authored Jan 5, 2021
    Configuration menu
    Copy the full SHA
    a6e0a61 View commit details
    Browse the repository at this point in the history
  2. Fix put_encrypted_blob function (Azure#15918)

    Fixing function by setting key_encryption_key instead of  key_resolver_function
    griseau authored Jan 5, 2021
    Configuration menu
    Copy the full SHA
    8e41b70 View commit details
    Browse the repository at this point in the history
  3. Update to Update-Changelog.ps1 (Azure#15981)

    Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
    azure-sdk and chidozieononiwu authored Jan 5, 2021
    Configuration menu
    Copy the full SHA
    0a9288e View commit details
    Browse the repository at this point in the history
  4. Add Devops Release Item scripts (Azure#15989)

    - Add set of helpers to work with devops work items
    - Add script to create devops release package items
    - Update SemVer to support version type
    
    Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
    azure-sdk and weshaggard authored Jan 5, 2021
    Configuration menu
    Copy the full SHA
    65582ed View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

  1. [ServiceBus] Update migration guide (Azure#15915)

    * update migration guide
    
    * Apply suggestions from code review
    
    Co-authored-by: Rakshith Bhyravabhotla <rakshith.bhyravabhotla@gmail.com>
    Co-authored-by: swathipil <76007337+swathipil@users.noreply.github.com>
    
    * addressing comments
    
    * tweak table of contents
    
    * update according to comments
    
    Co-authored-by: Rakshith Bhyravabhotla <rakshith.bhyravabhotla@gmail.com>
    Co-authored-by: swathipil <76007337+swathipil@users.noreply.github.com>
    3 people authored Jan 6, 2021
    Configuration menu
    Copy the full SHA
    e5b7b5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d860f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4510537 View commit details
    Browse the repository at this point in the history
  4. [ChangeFeed]Tweak one test and re-record (Azure#15991)

    * [ChangeFeed]Tweak one test and re-record
    
    * fix CI failure
    xiafu-msft authored Jan 6, 2021
    Configuration menu
    Copy the full SHA
    c04396e View commit details
    Browse the repository at this point in the history
  5. Add AzureSasCredential (Azure#15946)

    **In this PR:**
    - Add `AzureSasCredential` per Azure/azure-sdk#1954
    - `AzureSasCredential` is the name that has been settled on the end of discussion.
    - Add `AzureSasCredentialPolicy` that appends SAS to query
    
    **Remarks:**
    - Some service (like storage in the Portal) present SAS with leading "?". This has to be stripped before appending
    - The validation if serviceUri already contain sas (mentioned [here](Azure/azure-sdk#1954 (comment))) will be responsibility of service clients:
        - the format varies between services (i.e. Event Grid SAS and Storage SAS are vastly different)
        - it would be good to fail fast (at client creation) rather than late (at request send).
    
    **References**
    - [.NET PR](Azure/azure-sdk-for-net#17636)
    kasobol-msft authored Jan 6, 2021
    Configuration menu
    Copy the full SHA
    7c4d042 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7669b31 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9fada36 View commit details
    Browse the repository at this point in the history
  8. T2 healthbot 2021 01 06 (Azure#15994)

    * CodeGen from PR 12269 in Azure/azure-rest-api-specs
    update healthbot t2 config (Azure#12269)
    
    * update healthbot t2 config
    
    * fix readme
    
    * update changelog
    
    * fix
    
    * fix
    
    Co-authored-by: SDKAuto <sdkautomation@microsoft.com>
    00Kai0 and SDKAuto authored Jan 6, 2021
    Configuration menu
    Copy the full SHA
    a32a3c5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7cf106f View commit details
    Browse the repository at this point in the history
  10. added samples to pipeline, fixed up a few samples to actually work (A…

    …zure#15947)
    
    * added samples to pipeline, fixed up a few samples to actually work
    
    * fixed up samples to pass, changed table names, inserted a few sleeps
    
    * fixed up unicode and python2 issues, added cleanup methods and unique table names
    
    * added unicode endings
    
    * fixing up samples to use with, and removing unnecessary comments
    
    * bug on a sample
    seankane-msft authored Jan 6, 2021
    Configuration menu
    Copy the full SHA
    d50c779 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a209c20 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    78b7a38 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4b6911f View commit details
    Browse the repository at this point in the history
  14. use getattr to lazy load aiohttp and trio (Azure#15878)

    * use getattr to lazy load aiohttp and trio
    xiangyan99 authored Jan 6, 2021
    Configuration menu
    Copy the full SHA
    9376c2f View commit details
    Browse the repository at this point in the history
  15. refactor hierarchy of HttpPolicy & AsyncHttpPolicy (Azure#15831)

    * refactor hierarchy of HttpPolicy & AsyncHttpPolicy
    xiangyan99 authored Jan 6, 2021
    Configuration menu
    Copy the full SHA
    a98bd20 View commit details
    Browse the repository at this point in the history
  16. add transport docs in readme (Azure#15856)

    * add transport docs in readme
    
    * remove Transport configurations from dev doc
    xiangyan99 authored Jan 6, 2021
    Configuration menu
    Copy the full SHA
    2e94c50 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    de744d1 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. Update Update Changelog (Azure#15992)

    * add function for getting existing package versions
    
    * Add SetPackageVersion function
    
    * Update versioning tools logic
    
    * Add GetPackageInstallNotes function
    
    * Add GetPackageInstallNotes function
    
    * Remove changes unrelated to update changelog
    chidozieononiwu authored Jan 7, 2021
    Configuration menu
    Copy the full SHA
    b6bc150 View commit details
    Browse the repository at this point in the history
  2. Sync eng/common directory with azure-sdk-tools for PR 1302 (Azure#16009)

    * Make the user agent configurable.
    
    * Address comments
    
    * Default to current Chrome version
    
    * Revert the yaml file changes
    
    Co-authored-by: Sima Zhu <sizhu@microsoft.com>
    azure-sdk and sima-zhu authored Jan 7, 2021
    Configuration menu
    Copy the full SHA
    0d70f57 View commit details
    Browse the repository at this point in the history
  3. add ignore list for samples (Azure#15976)

    * add ignore list for samples
    
    * add sample to ignore for eventgrid
    kristapratico authored Jan 7, 2021
    Configuration menu
    Copy the full SHA
    8c67a78 View commit details
    Browse the repository at this point in the history
  4. Remove old Update-Change-Log.ps1 (Azure#16008)

    Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
    azure-sdk and chidozieononiwu authored Jan 7, 2021
    Configuration menu
    Copy the full SHA
    f7b070c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3ec32b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0d05b5d View commit details
    Browse the repository at this point in the history
  7. [EventHub] Bump uAMQP Dependency to v1.2.13 (Azure#15933)

    * bump uamqp to v1.2.13
    
    * update tests.yml to test built uamqp wheels
    
    * Update sdk/eventhub/tests.yml
    
    * mention relevent issue in changelog
    yunhaoling authored Jan 7, 2021
    Configuration menu
    Copy the full SHA
    c88a1a8 View commit details
    Browse the repository at this point in the history
  8. [ServiceBus] Bump uAMQP Dependency to v1.2.13 (Azure#15932)

    * bump uamqp to v1.2.13
    
    * tweak test.yml to test built wheels
    
    * Update sdk/servicebus/tests.yml
    
    * revert test.yml
    
    * mention relevent issue in the changelog
    
    * Update sdk/servicebus/azure-servicebus/CHANGELOG.md
    yunhaoling authored Jan 7, 2021
    Configuration menu
    Copy the full SHA
    a7c6440 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5beb616 View commit details
    Browse the repository at this point in the history
  10. [Media] Updating swagger link for LVA sdk (Azure#16006)

    * added lva sdk package
    
    * updating swagger link and regenerating
    
    * removing old sdk folder
    
    * updating changelog
    
    * changing back to original version
    hivyas authored Jan 7, 2021
    Configuration menu
    Copy the full SHA
    fa6a756 View commit details
    Browse the repository at this point in the history
  11. fixed issue with multiple params in a filter (Azure#15893)

    * fixed issue with multiple params in a filter
    
    * added tests, fixed up params filtering, recordings
    
    * adding tests for async and cosmos
    
    * fixed up the dates test
    
    * fixing up a new test failure not related to queries
    
    * pylint fixes
    
    * updating tests to insert two entities and verify only one comes back
    seankane-msft authored Jan 7, 2021
    Configuration menu
    Copy the full SHA
    b1a5712 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    230a158 View commit details
    Browse the repository at this point in the history
  13. updated event hubs migration guide to follow template (Azure#15953)

    * updated event hubs migration guide to follow template
    
    * made changes based on ramya/rakshith's comments
    
    * fixed link in table of contents
    
    * fix table of contents again
    
    * fixed ramyas comments
    
    * fixed last comment
    
    * adams comments
    swathipil authored Jan 7, 2021
    Configuration menu
    Copy the full SHA
    11647f4 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. Configuration menu
    Copy the full SHA
    172cf59 View commit details
    Browse the repository at this point in the history
  2. Additional Blob/Datalake regression storage pipeline fix (Azure#16015)

    * Additional Blob/Datalake regression fix
    
    * regression condition removed for testing
    
    * updated file datalake oldest version
    
    * Update eng/tox/install_depend_packages.py
    
    Co-authored-by: Scott Beddall <45376673+scbedd@users.noreply.github.com>
    
    * excluded packages
    
    * revert condition change
    
    Co-authored-by: Scott Beddall <45376673+scbedd@users.noreply.github.com>
    tasherif-msft and scbedd authored Jan 8, 2021
    Configuration menu
    Copy the full SHA
    b141c45 View commit details
    Browse the repository at this point in the history
  3. fix mypy (Azure#15997)

    * fix mypy
    xiangyan99 authored Jan 8, 2021
    Configuration menu
    Copy the full SHA
    b35b5eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3db3667 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bedefda View commit details
    Browse the repository at this point in the history
  6. updated release notes, added more examples to the sample (Azure#16027)

    * updated release notes, added more examples to the sample
    
    * updated the date, removed comment out bits from sample
    seankane-msft authored Jan 8, 2021
    Configuration menu
    Copy the full SHA
    80c3919 View commit details
    Browse the repository at this point in the history
  7. allow configuration of a suffix for each config item. (Azure#16048)

    Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com>
    azure-sdk and scbedd authored Jan 8, 2021
    Configuration menu
    Copy the full SHA
    e73e003 View commit details
    Browse the repository at this point in the history
  8. Fix test (Azure#16032)

    * [Blob]Teak to avoid flaky test
    
    * a small change
    xiafu-msft authored Jan 8, 2021
    Configuration menu
    Copy the full SHA
    7edc960 View commit details
    Browse the repository at this point in the history
  9. Added raise_with_traceback to storage errors (Azure#15263)

    * Added raise_with_traceback to storage errors
    
    * removed additional raise because Iwas being silly
    tasherif-msft authored Jan 8, 2021
    Configuration menu
    Copy the full SHA
    ad23952 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0d1c009 View commit details
    Browse the repository at this point in the history
  11. [eventgrid] add tests for samples (Azure#16033)

    * add tests for samples
    
    * fix
    
    * Update sdk/eventgrid/azure-eventgrid/samples/champion_scenarios/cs3_consume_system_events.py
    
    * Update sdk/eventgrid/azure-eventgrid/samples/champion_scenarios/cs3_consume_system_events.py
    
    * fix
    
    * fix
    
    * Update scripts/devops_tasks/test_run_samples.py
    Rakshith Bhyravabhotla authored Jan 8, 2021
    Configuration menu
    Copy the full SHA
    49befdc View commit details
    Browse the repository at this point in the history
  12. Revert "Remove old Update-Change-Log.ps1 (#1301)" (Azure#16053)

    This reverts commit b967cb62bd8db451a2f02d903f3658cf21f92db1.
    
    Co-authored-by: Chidozie Ononiwu <31145988+chidozieononiwu@users.noreply.github.com>
    azure-sdk and chidozieononiwu authored Jan 8, 2021
    Configuration menu
    Copy the full SHA
    dc47c62 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2021

  1. [Fileshare] Generated Fileshare using newest autorest version (Azure#…

    …15824)
    
    * generated for fileshare
    
    * added versioning
    
    * added versioning
    
    * manually added xml values for smb and protocolsettings and fixed all failing tests
    tasherif-msft authored Jan 9, 2021
    Configuration menu
    Copy the full SHA
    8230cd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da63ca7 View commit details
    Browse the repository at this point in the history
  3. [Media] Updating swagger link (Azure#16052)

    * added lva sdk package
    
    * updated swagger link and regenerated
    
    * removed old sdk
    hivyas authored Jan 9, 2021
    Configuration menu
    Copy the full SHA
    0e5384e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0429086 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. [EventHubs&ServiceBus] update release date (Azure#16062)

    * update change log
    
    * update readme
    yunhaoling authored Jan 11, 2021
    Configuration menu
    Copy the full SHA
    be3b227 View commit details
    Browse the repository at this point in the history
  2. Increment version for core releases (Azure#16072)

    Increment package version after release of azure_core
    azure-sdk authored Jan 11, 2021
    Configuration menu
    Copy the full SHA
    42594f6 View commit details
    Browse the repository at this point in the history
  3. Fix condition for test generation in prepare-pipelines (Azure#16073)

    Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
    azure-sdk and weshaggard authored Jan 11, 2021
    Configuration menu
    Copy the full SHA
    60fe513 View commit details
    Browse the repository at this point in the history
  4. retry policy on storage preparer for when deletes occur too quickly (A…

    …zure#16020)
    
    * retry policy on storage preparer for when deletes occur too quickly
    
    * should be response not value
    
    * removed the verify in the message, upped to 30 seconds
    seankane-msft authored Jan 11, 2021
    Configuration menu
    Copy the full SHA
    efb8e39 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e9d2636 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. Setting up template to use 1ES hosted pool. (Azure#16010)

    * Setting up template to use 1ES hosted pool.
    mitchdenny authored Jan 12, 2021
    Configuration menu
    Copy the full SHA
    041f682 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    410ed76 View commit details
    Browse the repository at this point in the history
  3. Add quotes around the parameter (Azure#16083)

    Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
    azure-sdk and weshaggard authored Jan 12, 2021
    Configuration menu
    Copy the full SHA
    b0a3bed View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md (Azure#16097)

    Rakshith Bhyravabhotla authored Jan 12, 2021
    Configuration menu
    Copy the full SHA
    a52a073 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    739b24a View commit details
    Browse the repository at this point in the history
  6. Increment version for servicebus releases (Azure#16103)

    Increment package version after release of azure_servicebus
    azure-sdk authored Jan 12, 2021
    Configuration menu
    Copy the full SHA
    648b1f1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c0fcfdc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    056137a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    20d154b View commit details
    Browse the repository at this point in the history
  10. Increment version for eventhub releases (Azure#16092)

    Increment package version after release of azure_eventhub
    azure-sdk authored Jan 12, 2021
    Configuration menu
    Copy the full SHA
    b105c0e View commit details
    Browse the repository at this point in the history
  11. [EventHubs] Enable DeleteAfter Tag for test resource group (Azure#16058)

    * add missing azure-identity in dev requirement
    
    * add delete after tag for EH test resource group
    
    * reset the change in sb
    yunhaoling authored Jan 12, 2021
    Configuration menu
    Copy the full SHA
    64eeda0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    22bd891 View commit details
    Browse the repository at this point in the history
  13. Increment version for textanalytics releases (Azure#16113)

    Increment package version after release of azure_ai_textanalytics
    azure-sdk authored Jan 12, 2021
    Configuration menu
    Copy the full SHA
    3ba4985 View commit details
    Browse the repository at this point in the history
  14. [Storage] Using AzureSasCredential. (Azure#16043)

    This PR introduces AzureSasCredential to Storage clients and is a continuation from Azure#15946 .
    kasobol-msft authored Jan 12, 2021
    Configuration menu
    Copy the full SHA
    64d0c78 View commit details
    Browse the repository at this point in the history
  15. Increment version for formrecognizer releases (Azure#16118)

    Increment package version after release of azure_ai_formrecognizer
    azure-sdk authored Jan 12, 2021
    Configuration menu
    Copy the full SHA
    0b5593d View commit details
    Browse the repository at this point in the history
  16. Update pipeline generation tool to support test variant pipelines (Az…

    …ure#16116)
    
    Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
    azure-sdk and weshaggard authored Jan 12, 2021
    Configuration menu
    Copy the full SHA
    cb63736 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. Configuration menu
    Copy the full SHA
    088abeb View commit details
    Browse the repository at this point in the history
  2. STG75 Stable Release Changelog & Updated Swagger Readme (Azure#16127)

    * changed swagger readmes
    
    * changed README and changelog
    
    * added one last changelog item
    tasherif-msft authored Jan 13, 2021
    Configuration menu
    Copy the full SHA
    6e5abd9 View commit details
    Browse the repository at this point in the history
  3. Fix flaky exporter and storage tests (Azure#16117)

    Unit tests fail to pass sometimes due to transient files in local storage.
    
    Clearing folder should solve this issue.
    
    https://dev.azure.com/azure-sdk/public/_build/results?buildId=684012&view=logs&j=54f1a854-9a75-5986-56ae-4f3fe1e836b7&t=d0c519ea-d6ce-556e-02e9-01d4ed29b200
    lzchen authored Jan 13, 2021
    Configuration menu
    Copy the full SHA
    b475de5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41740dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    58e2dc2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d67e844 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4cbe3b0 View commit details
    Browse the repository at this point in the history
  8. resolve azure-mgmt-storageimportexport test failure (Azure#16143)

    Storage common test case imports from azure-core. mgmt-storageimportexport doesn't have a direct dependency on azure-core, so the isolated environment fails during mindependency run. Latestdependency takes a dep on azure-core due to tooling updates, which is why it doesn't occur there.
    scbedd authored Jan 13, 2021
    Configuration menu
    Copy the full SHA
    ce88d9e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ffe6a56 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    acc5986 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. [Communication] - Add Identifier suffix to CommunicationUser and Phon…

    …eNumber (Azure#16098)
    
    * Rename CommunicationUser to CommunicationUserIdentifier and PhoneNumber to PhoneNumberIdentifier
    
    * Rename CommunicationUser in test_chat_thread_client_async.py
    sacheun authored Jan 14, 2021
    Configuration menu
    Copy the full SHA
    f4500a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d729f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1cc22f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f0836e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d837721 View commit details
    Browse the repository at this point in the history
  6. Updated Datalake minimum dependency (Azure#16151)

    * Updated datalake minimum dependency
    
    * updated min dep
    tasherif-msft authored Jan 14, 2021
    Configuration menu
    Copy the full SHA
    8f9baf8 View commit details
    Browse the repository at this point in the history
  7. Update generated (Azure#16049)

    Use more generated code for config and pipeline creation
    seankane-msft authored Jan 14, 2021
    Configuration menu
    Copy the full SHA
    bef6013 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4f7fb0c View commit details
    Browse the repository at this point in the history
  9. Edits to test documentation (Azure#16179)

    * swathis suggestions
    
    * Update doc/dev/tests.md
    
    Co-authored-by: swathipil <76007337+swathipil@users.noreply.github.com>
    
    Co-authored-by: swathipil <76007337+swathipil@users.noreply.github.com>
    seankane-msft and swathipil authored Jan 14, 2021
    Configuration menu
    Copy the full SHA
    ab7d89e View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2021

  1. [Perfstress][ServiceBus] Added ServiceBus perf tests (Azure#16066)

    * First test pass
    
    * Updated legacy tests
    
    * Fixed SB tests
    
    * Improved cleanup
    
    * Fix batch send
    
    * Bump queue size
    
    * Memory management
    
    * Preload more messages
    
    * Custom msg preload
    
    * Memory management
    
    * Added logging
    
    * Fix setup
    
    * Share data
    
    * Fixed setup
    
    * Review feedback
    
    * Added readme
    
    * Ignore readme
    
    * Some flag fixes
    
    * Fix arg name
    annatisch authored Jan 15, 2021
    Configuration menu
    Copy the full SHA
    9fb2f34 View commit details
    Browse the repository at this point in the history
  2. [T2] digitaltwins 2021 01 07 (Azure#16013)

    * CodeGen from PR 12150 in Azure/azure-rest-api-specs
    python track2 configure (Azure#12150)
    
    * test,version,CHANGELOG
    
    * readme.md
    
    * Update README.md
    
    * delete surplus _verison.py
    
    Co-authored-by: SDKAuto <sdkautomation@microsoft.com>
    msyyc and SDKAuto authored Jan 15, 2021
    Configuration menu
    Copy the full SHA
    78eb1b3 View commit details
    Browse the repository at this point in the history
  3. Fixed base handler async/added tests for SBSender + SBReceiver (Azure…

    …#16051)
    
    * fixed base handler async to use async credential + added test for sync/async SBSender + SBReceiver
    
    * changed sb base handler methods for reusability
    
    * changed base handler to take class type of credentials
    
    * small update to kwargs call
    
    * remove unnecessary import
    swathipil authored Jan 15, 2021
    Configuration menu
    Copy the full SHA
    a0e9f65 View commit details
    Browse the repository at this point in the history
  4. breaking changes run in ci (Azure#16170)

    * adding some work, very wip
    
    * running from tox now
    
    * refactored breaking changes checkers into class
    
    * major refactoring of checkers - no longer dividing client, now looking at base class vars, lists->dicts in json reports
    
    * another major refactor, added more checkers, moved to scripts dir
    
    * a few fixes, better names
    
    * changed function report, added new checks
    
    * update to ivars so i'm not passing so many parameters into check funcs
    
    * adding first tests, fixing bugs
    
    * adding check for ignore breaking changes, fixes a few bugs
    
    * added more tests, moved tracker to its own file, fixed ignore, started some docs
    
    * added checker for removed kwargs
    
    * fix table in readme
    
    * fixing naming
    
    * add more docs
    
    * fix readme formatting
    
    * rename model to generic class
    
    * bug fixes, redo tests
    
    * cleanup
    
    * try run in ci
    
    * intentionally create a breaking change in form
    
    * try removing extra steps
    
    * make sure passes with no breaking changes in ci
    
    * remove from breaking changes allowlist and make sure doesn't run
    
    * add form and text to allowlist
    
    * fix tox.ini config
    
    * revert options
    kristapratico authored Jan 15, 2021
    Configuration menu
    Copy the full SHA
    07c6a28 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    82f13b8 View commit details
    Browse the repository at this point in the history
  6. [Communication]Rename CommunicationUserCredential to CommunicationTok…

    …enCredential (Azure#16177)
    
    * Rename CommunicationUserCredential to CommunicationTokenCredential
    
    * Fix casing in method name
    sacheun authored Jan 15, 2021
    Configuration menu
    Copy the full SHA
    f7e0d77 View commit details
    Browse the repository at this point in the history
  7. [Cosmos] Add option for disabling auto id generation in create_item (A…

    …zure#15715)
    
    * Add option for disabling auto id generation in create_item
    
    * Adds ID generation to kwargs, removes bad test
    
    * Default disableAutoID gen to true, add back test
    
    * use correct kwarg
    
    * Fix test typos
    
    * Change flag to enable instead of disable
    
    * Adds test for item create with no ID
    
    * disable header flag
    
    * Fixes auto ID generation in create_item
    
    * Remove print and unnecessary passthrough_args
    zfoster authored Jan 15, 2021
    Configuration menu
    Copy the full SHA
    72afdd0 View commit details
    Browse the repository at this point in the history
  8. take dependency on azure-core for mindependency test invocation. azur…

    …e-template does not require any version of azure-core, so the import in azure-sdk-tools fails. (Azure#16185)
    scbedd authored Jan 15, 2021
    Configuration menu
    Copy the full SHA
    45a96e7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5760cbc View commit details
    Browse the repository at this point in the history
  10. Run smoke tests against latest published versions in release pipeline (

    …Azure#15865)
    
    * Run smoke tests on release
    
    * Use pipeline artifact versions for smoke test on release
    
    * Use correct logic for daily conditional
    benbp authored Jan 15, 2021
    Configuration menu
    Copy the full SHA
    fbe7f4a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3c25df0 View commit details
    Browse the repository at this point in the history
  12. Replace EventgridSharedAccessSignatureCredential with AzureSasCredent…

    …ial (Azure#16147)
    
    * AzureSasCred
    
    * fix
    
    * Update sdk/eventgrid/azure-eventgrid/azure/eventgrid/_signature_credential_policy.py
    
    * Update sdk/eventgrid/azure-eventgrid/azure/eventgrid/_signature_credential_policy.py
    
    * sample
    
    * changelog
    
    * test async
    
    * Apply suggestions from code review
    Rakshith Bhyravabhotla authored Jan 15, 2021
    Configuration menu
    Copy the full SHA
    e4c4daa View commit details
    Browse the repository at this point in the history
  13. Required params must be positional (Azure#16194)

    * Rquired positional param
    
    * data req
    
    * add test
    
    * oops
    Rakshith Bhyravabhotla authored Jan 15, 2021
    Configuration menu
    Copy the full SHA
    eb013c2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c739da5 View commit details
    Browse the repository at this point in the history
  15. Raise on bad credential (Azure#16206)

    Rakshith Bhyravabhotla authored Jan 15, 2021
    Configuration menu
    Copy the full SHA
    b3960b1 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2021

  1. Naming feedback - part 1 (Azure#16208)

    * EventGridConsumer
    
    * decodes
    Rakshith Bhyravabhotla authored Jan 16, 2021
    Configuration menu
    Copy the full SHA
    989edaf View commit details
    Browse the repository at this point in the history
  2. Naming Feedback - part 2 (Azure#16210)

    * reorder
    
    * Naming feedback - part 2
    
    * cahngelog
    
    * Update sdk/eventgrid/azure-eventgrid/CHANGELOG.md
    Rakshith Bhyravabhotla authored Jan 16, 2021
    Configuration menu
    Copy the full SHA
    411c0ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a77b621 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. T2 confluent 2021 01 15 (Azure#16221)

    * CodeGen from PR 12362 in Azure/azure-rest-api-specs
    Confluent added stable version (Azure#12362)
    
    * update azure schema readme with stable version
    
    * Update go readme with stable version
    
    * Update java readme with stable version
    
    * Update readme with stable version
    
    * Update python reademe with stable version
    
    * Update ruby with stable version
    
    * created stable version confluent.json
    
    * create marketplace agreements example json
    
    * Create List Agreements json
    
    * Create Organization List Json
    
    * Create Organization example Json
    
    * Create Organization Delete Json
    
    * Create Organization Get Json
    
    * Create Organization List By resourceGroup Json
    
    * Create Organization List by subscription json
    
    * Create Organization update json
    
    * Update confluent json
    
    * update marketplace create json
    
    * Update marketplace list json
    
    * Update Operations list json
    
    * Update organization create json
    
    * Update Organization create json
    
    * test,version,CHANGELOG
    
    * fix changelog
    
    * fix
    
    * fix
    
    Co-authored-by: SDKAuto <sdkautomation@microsoft.com>
    00Kai0 and SDKAuto authored Jan 18, 2021
    Configuration menu
    Copy the full SHA
    c47cdc3 View commit details
    Browse the repository at this point in the history
  2. [Queues] Generated Queues using newest autorest version (Azure#16148)

    * generated and removed StorageErrorException
    
    * fixed all failing tests
    
    * fixed failing test
    
    * fixed failing test
    
    * removed import
    tasherif-msft authored Jan 18, 2021
    Configuration menu
    Copy the full SHA
    1ca37b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41fe49a View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. Configuration menu
    Copy the full SHA
    b4815d1 View commit details
    Browse the repository at this point in the history
  2. Increment version for storage releases (Azure#16152)

    * Increment package version after release of azure_storage_file_share
    
    * Increment package version after release of azure_storage_blob
    
    * Increment package version after release of azure_storage_queue
    azure-sdk authored Jan 19, 2021
    Configuration menu
    Copy the full SHA
    d784000 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab3cc34 View commit details
    Browse the repository at this point in the history
  4. Fix Eventgrid sample (Azure#16217)

    * sample fix
    
    * fix
    Rakshith Bhyravabhotla authored Jan 19, 2021
    Configuration menu
    Copy the full SHA
    3e91d48 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f74dd69 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. Update error message in tools repo (Azure#16245)

    Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
    azure-sdk and chidozieononiwu authored Jan 20, 2021
    Configuration menu
    Copy the full SHA
    0be7475 View commit details
    Browse the repository at this point in the history
  2. T2 compute 2021 01 19 (Azure#16246)

    * CodeGen from PR 11202 in Azure/azure-rest-api-specs
    DiskRP Swagger for 09/30 (Azure#11202)
    
    * test,version,CHANGELOG
    
    * fix test
    
    * fix version and changelog
    
    Co-authored-by: SDKAuto <sdkautomation@microsoft.com>
    00Kai0 and SDKAuto authored Jan 20, 2021
    Configuration menu
    Copy the full SHA
    0bab493 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e87b80 View commit details
    Browse the repository at this point in the history
  4. [Communication] Move core dependency to setup.py from dev_requirement…

    …s in communication management package (Azure#16077)
    
    * Move core dependency to setup.py from dev_requirements
    
    * change azure core dependency version
    
    * Update core version to be >=1.2.2
    
    Co-authored-by: turalf <tufarhad@microsoft.com>
    turalf and turalf authored Jan 20, 2021
    Configuration menu
    Copy the full SHA
    dd14599 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e7bbb5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    22febc5 View commit details
    Browse the repository at this point in the history
  7. Refactor send and system events (Azure#16255)

    * Refactor send and system events
    
    * refac
    
    * fix test
    Rakshith Bhyravabhotla authored Jan 20, 2021
    Configuration menu
    Copy the full SHA
    127a3c0 View commit details
    Browse the repository at this point in the history
  8. README file only - Adding new Limitation and new example (Azure#16248)

    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update sdk/cosmos/azure-cosmos/README.md
    
    Co-authored-by: Zachary Foster <zfoster@users.noreply.github.com>
    
    Co-authored-by: Zachary Foster <zfoster@users.noreply.github.com>
    Rodrigossz and zfoster authored Jan 20, 2021
    Configuration menu
    Copy the full SHA
    c481022 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    90fbe72 View commit details
    Browse the repository at this point in the history
  10. [Communication] Use CommunicationRefreshOptions in CommunicaitonToken…

    …Credential (Azure#16228)
    
    * Add user_token_refresh_options.py
    
    * Change to use user_token_refresh_options
    
    * Add user_token_refresh_options.py in chat and sms sdk
    
    * Fix CommunicationTokenRefreshOptions
    
    * Fix CommunicationTokenRefreshOptions
    
    * Fix lint error
    
    * Fix Doc string
    
    * Change order of import six
    
    * Remove unnecessary import
    
    * Address PR review feedback
    sacheun authored Jan 20, 2021
    Configuration menu
    Copy the full SHA
    a78be2e View commit details
    Browse the repository at this point in the history
  11. run black on devtools_testutils (Azure#16264)

    cleans up the code in the `devtools_testutils` folder
    seankane-msft authored Jan 20, 2021
    Configuration menu
    Copy the full SHA
    ce3bfd5 View commit details
    Browse the repository at this point in the history
  12. Pin azure-keyvault-administration dev requirement (Azure#16260)

    azure-keyvault-administration fails the mindependency test because its dev_requirements.txt includes the master branch's azure-storage-blob, which requires a later version of azure-core. Azure-keyvault-administration doesn't need the latest blob API, so a simple fix is to pin an azure-storage-blob version having a compatible azure-core requirement.
    chlowell authored Jan 20, 2021
    Configuration menu
    Copy the full SHA
    cd446b4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8a96f30 View commit details
    Browse the repository at this point in the history
  14. [Event Hubs] updated README with install steps for azure-identity and…

    … aiohttp (Azure#16215)
    
    * updated README with install steps for azure-identity and aiohttp
    
    * wording + clarity on credential types/async transport
    
    Co-authored-by: Adam Ling (MSFT) <adam_ling@outlook.com>
    
    Co-authored-by: Adam Ling (MSFT) <adam_ling@outlook.com>
    swathipil and yunhaoling authored Jan 20, 2021
    Configuration menu
    Copy the full SHA
    cce8bee View commit details
    Browse the repository at this point in the history
  15. Sync eng/common directory with azure-sdk-tools for PR 1317 (Azure#16270)

    * retarget the tool clone to a release tag
    
    Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com>
    azure-sdk and scbedd authored Jan 20, 2021
    Configuration menu
    Copy the full SHA
    1ac1524 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. Configuration menu
    Copy the full SHA
    9a116b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59b653e View commit details
    Browse the repository at this point in the history
  3. Updated msrest minimum dependency for all Storage services (Azure#16267)

    * Updated msrest minimum dependency
    
    * changelog
    tasherif-msft authored Jan 21, 2021
    Configuration menu
    Copy the full SHA
    e8edeb8 View commit details
    Browse the repository at this point in the history
  4. Ensure bypass conditional template gets run for 1es ubuntu image (Azu…

    …re#16274)
    
    Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
    azure-sdk and benbp authored Jan 21, 2021
    Configuration menu
    Copy the full SHA
    8de3664 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ecf9136 View commit details
    Browse the repository at this point in the history
  6. Increment version for storage releases (Azure#16279)

    * Increment package version after release of azure_storage_file_share
    
    * Increment package version after release of azure_storage_file_datalake
    
    * Increment package version after release of azure_storage_blob
    azure-sdk authored Jan 21, 2021
    Configuration menu
    Copy the full SHA
    d37aec1 View commit details
    Browse the repository at this point in the history
  7. Metrics advisor aad (Azure#15922)

    * add aad support for metrics advisor
    
    * async aad
    
    * update
    
    * update
    
    * Update sdk/metricsadvisor/azure-ai-metricsadvisor/azure/ai/metricsadvisor/_metrics_advisor_administration_client.py
    
    Co-authored-by: Krista Pratico <krpratic@microsoft.com>
    
    * Update sdk/metricsadvisor/azure-ai-metricsadvisor/azure/ai/metricsadvisor/_metrics_advisor_administration_client.py
    
    Co-authored-by: Krista Pratico <krpratic@microsoft.com>
    
    * update
    
    * update
    
    * update tests
    
    * update docstring
    
    Co-authored-by: Krista Pratico <krpratic@microsoft.com>
    xiangyan99 and kristapratico authored Jan 21, 2021
    Configuration menu
    Copy the full SHA
    d5b8704 View commit details
    Browse the repository at this point in the history
  8. Enable 1ES pools for live tests. (Azure#16160)

    * Enable 1ES pools for live tests.
    mitchdenny authored Jan 21, 2021
    Configuration menu
    Copy the full SHA
    9043478 View commit details
    Browse the repository at this point in the history
  9. [metricsadvisor] support key rotation for MetricsAdvisorKeyCredential (

    …Azure#16276)
    
    * allow rotation of the api/sub keys for MetricsAdvisorKeyCredential
    
    * fix tests
    
    * fix tests
    
    * update changelog
    kristapratico authored Jan 21, 2021
    Configuration menu
    Copy the full SHA
    95b40c2 View commit details
    Browse the repository at this point in the history
  10. Add data as positional for cloud event (Azure#16288)

    * Add data as positional for cloud event
    
    * lint
    
    * Update sdk/eventgrid/azure-eventgrid/azure/eventgrid/_models.py
    
    * Apply suggestions from code review
    
    Co-authored-by: Adam Ling (MSFT) <adam_ling@outlook.com>
    
    * docs
    
    * Update sdk/eventgrid/azure-eventgrid/azure/eventgrid/_models.py
    
    * Update sdk/eventgrid/azure-eventgrid/azure/eventgrid/_models.py
    
    Co-authored-by: Adam Ling (MSFT) <adam_ling@outlook.com>
    
    Co-authored-by: Adam Ling (MSFT) <adam_ling@outlook.com>
    Rakshith Bhyravabhotla and yunhaoling authored Jan 21, 2021
    Configuration menu
    Copy the full SHA
    5483b6a View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. Sync eng/common directory with azure-sdk-tools for PR 1251 (Azure#16290)

    * Add PrepareRelease Script
    
    * Generalize Prepare-Release Script
    
    * Update Update-ChangeLog.ps1
    
    * Update Package-Properties.ps1
    
    * Update Collect-ChangeLog Script
    
    * Update Collect-ChangeLog.ps1 and Collect-Unreleased.ps1
    
    * Update GeneralReleaseNotesParser.ps1 script
    
    * Update Prepare-Release Script to use recent DevOps Scripts
    
    * Move Get-LanguageName to eng\common\scripts\Helpers\DevOps-WorkItem-Helpers.ps1, improve error message, add logic to detect changes made by prepare-release script
    
    * Use LanguageDisplayName, move Get-CSVMetadata to Package-Properties.ps1
    
    Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
    azure-sdk and chidozieononiwu authored Jan 22, 2021
    Configuration menu
    Copy the full SHA
    91b3438 View commit details
    Browse the repository at this point in the history
  2. [Key Vault] Add support for custom role definitions (Azure#16063)

    * Implement sync API
    
    * Implement async API
    
    * Add sync tests, update public model
    
    * Add async tests, update Definitions model
    
    * Add sync test recordings
    
    * Add async test recordings
    
    * Re-generate with approved swagger changes
    
    * Add enum, address feedback
    
    * Update KeyVaultRoleScope location
    
    * Address feedback
    
    * Add test recordings
    
    * Apply naming changes
    
    * Thanks, Charles!
    mccoyp authored Jan 22, 2021
    Configuration menu
    Copy the full SHA
    42397a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0a8924 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c12a9c0 View commit details
    Browse the repository at this point in the history
  5. rename list_dimension_values (Azure#16292)

    * rename list_dimension_values
    
    * add samples
    xiangyan99 authored Jan 22, 2021
    Configuration menu
    Copy the full SHA
    9fca61b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f8be630 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c957c4f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d6fee00 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. [Communication] - SMS - Added AAD support (Azure#16076)

    * Added AAD support
    
    * Added record files
    jbeauregardb authored Jan 25, 2021
    Configuration menu
    Copy the full SHA
    df2f634 View commit details
    Browse the repository at this point in the history
  2. Communication Identity Model serializer/deserializer (Azure#16268)

    * Add swagger json from the link to the local file
    
    * Add CommunicationIdentifierModel into swagger
    
    * Add CommunicationIdentifierModel to models
    
    * Add py3 CommunicationIdentifierModel to models
    
    * Add CommunicationIdentifierKind
    
    * Add serialize to CommunicationIdentifierModel
    
    * Remove Value suffix from the "kind" enums entries
    
    * Add deserizlize to CommunicationUserIdentifierSerializer
    
    * Replace "self" with "cls" in classmethods
    
    * Replace value property with phone_number
    
    * Add fileds validation in anonymous
    
    * Add serialize/deserialize unittest
    
    * Fix model doc strings
    
    * Remove whiltespaces
    
    * Add header; remove whitespace
    
    * Replace self with cls
    
    * Remove empty line
    
    * Remove py3 model
    
    * Rename var name from id to identifier
    
    * Capitalize enum values
    
    * Add pylint skip for models file
    
    Co-authored-by: turalf <tufarhad@microsoft.com>
    turalf and turalf authored Jan 25, 2021
    Configuration menu
    Copy the full SHA
    d50442b View commit details
    Browse the repository at this point in the history
  3. Sync eng/common directory with azure-sdk-tools for PR 1335 (Azure#16311)

    * Lossen up $RELEASE_TITLE_REGEX to accomodate wrongly formated changelogs
    
    * Update changelog logic to use ordered hashtable
    
    * Update semver and Changelog logic
    
    Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
    azure-sdk and chidozieononiwu authored Jan 25, 2021
    Configuration menu
    Copy the full SHA
    bb49488 View commit details
    Browse the repository at this point in the history
  4. Missing enter, exit and close (Azure#16321)

    Rakshith Bhyravabhotla authored Jan 25, 2021
    Configuration menu
    Copy the full SHA
    0ae2052 View commit details
    Browse the repository at this point in the history
  5. rename to generate_sas (Azure#16330)

    Rakshith Bhyravabhotla authored Jan 25, 2021
    Configuration menu
    Copy the full SHA
    8c725c5 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

  1. Configuration menu
    Copy the full SHA
    79a64bb View commit details
    Browse the repository at this point in the history
  2. [Event Hubs] created EventHubConnectionStringProperties and connectio…

    …n string parser (Azure#16204)
    
    * created EventHubConnectionStringProperties and connection string parser
    
    * changing event_hub naming to eventhub
    
    * fix eventhub_name in test
    
    * remove print stmt
    
    Co-authored-by: Adam Ling (MSFT) <adam_ling@outlook.com>
    
    * add contains to DictMixin
    
    Co-authored-by: Adam Ling (MSFT) <adam_ling@outlook.com>
    swathipil and yunhaoling authored Jan 26, 2021
    Configuration menu
    Copy the full SHA
    2b68dcd View commit details
    Browse the repository at this point in the history
  3. Relocate azure-sdk-tools install into dev_requirements where necessary (

    Azure#16313)
    
    * remove local install of azure-sdk-tools from common location. add to dev_requirements where necessary
    scbedd authored Jan 26, 2021
    Configuration menu
    Copy the full SHA
    b555b10 View commit details
    Browse the repository at this point in the history
  4. Fixed the problem of no display name issue (Azure#16348)

    Co-authored-by: Sima Zhu <sizhu@microsoft.com>
    azure-sdk and sima-zhu authored Jan 26, 2021
    Configuration menu
    Copy the full SHA
    d43aff9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c50bdf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eacd482 View commit details
    Browse the repository at this point in the history
  7. [Communication] - Extract Identity Package out of Administration Pack…

    …age (Azure#16300)
    
    * initial commit: new folder for identity
    
    * Added root files to identity package
    
    * copy identity client files from admin to new pkg
    
    * add autorest generated files
    
    * copy samples over
    
    * update references in other packages
    
    * Added tests to identity package
    
    * remove identity code from admin package
    
    * update changelog
    
    * remove identity code from admin package
    
    * update changelog
    
    * Removed identity tests from admin package
    
    * Update admin readme
    
    * add back version.py for wheel generation
    
    * Removed user credential test in admin package
    
    * update _version.py
    
    * remove redundant files
    
    * fixed error with init file
    
    * minor naming fixes
    
    * only expose required shared models
    
    * Update chat to reference new identity package
    
    * Updated identity test recordings
    
    * Added examples to identity README.md
    
    * Updated dependencies in identity package
    
    * Updated code style to meet pylint requirements
    
    * Added identity package to ci file
    
    * Updated CHANGELOG version formatting
    
    Co-authored-by: Bert Ong <823691+beltr0n@users.noreply.github.com>
    lsundaralingam and beltr0n authored Jan 26, 2021
    Configuration menu
    Copy the full SHA
    223d948 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. [formrecognizer] renames line appearance/style and adds to samples (A…

    …zure#16334)
    
    * prefix appearance/style model with Text and expose models
    
    * add line appearance to sample with signature
    
    * feedback
    kristapratico authored Jan 27, 2021
    Configuration menu
    Copy the full SHA
    5d94378 View commit details
    Browse the repository at this point in the history
  2. Update LanguageSetting.ps1 (Azure#15639)

    * add function for getting existing package versions
    
    * Add SetPackageVersion function
    
    * Add GetPackageInstallNotes function
    chidozieononiwu authored Jan 27, 2021
    Configuration menu
    Copy the full SHA
    69d76de View commit details
    Browse the repository at this point in the history
  3. Move mindependency and latestdependency common dependencies to a file (

    …Azure#16365)
    
    * move mindependency and latestdependency common pieces to eng/dependency_tools.txt
    scbedd authored Jan 27, 2021
    Configuration menu
    Copy the full SHA
    7400360 View commit details
    Browse the repository at this point in the history
  4. Sync eng/common directory with azure-sdk-tools for PR 1341 (Azure#16364)

    * Run the link verification step even previous step failed.
    
    * Make the tab right
    
    * Address comments
    
    * Run default condition if no RunOnFailure set.
    
    * Changed back to simple condition
    
    Co-authored-by: Sima Zhu <sizhu@microsoft.com>
    azure-sdk and sima-zhu authored Jan 27, 2021
    Configuration menu
    Copy the full SHA
    d3e00df View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cbeb616 View commit details
    Browse the repository at this point in the history
  6. T2 network 2021 01 26 (Azure#16368)

    * CodeGen from PR 12429 in Azure/azure-rest-api-specs
    Add new api-version 2020-08-01 of network to go sdk (Azure#12429)
    
    * test,version,CHANGELOG
    
    * fix changelog and version
    
    Co-authored-by: SDKAuto <sdkautomation@microsoft.com>
    00Kai0 and SDKAuto authored Jan 27, 2021
    Configuration menu
    Copy the full SHA
    ad5308d View commit details
    Browse the repository at this point in the history
  7. updating pylint statements (Azure#16362)

    Removes unnecessary pylint statements, changes numbers to descriptions, makes a few code changes to address a pylint issue
    seankane-msft authored Jan 27, 2021
    Configuration menu
    Copy the full SHA
    68bc8c3 View commit details
    Browse the repository at this point in the history
  8. [formrecognizer] unexpose api_version property (Azure#16378)

    * unexpose api_version property
    
    * update changelog
    kristapratico authored Jan 27, 2021
    Configuration menu
    Copy the full SHA
    7da4fde View commit details
    Browse the repository at this point in the history
  9. Update Change log in ACS packages (Azure#16366)

    * Update Change log in ACS packages
    
    * Address PR feedback
    sacheun authored Jan 27, 2021
    Configuration menu
    Copy the full SHA
    1b10b4e View commit details
    Browse the repository at this point in the history
  10. Send method changes (Azure#16318)

    * commit -1
    
    * async
    
    * lint
    
    * Update sdk/eventgrid/azure-eventgrid/azure/eventgrid/_helpers.py
    
    * Update sdk/eventgrid/azure-eventgrid/azure/eventgrid/_helpers.py
    
    * fix test
    
    * Update sdk/eventgrid/azure-eventgrid/tests/test_eg_publisher_client_async.py
    
    Co-authored-by: swathipil <76007337+swathipil@users.noreply.github.com>
    
    Co-authored-by: swathipil <76007337+swathipil@users.noreply.github.com>
    Rakshith Bhyravabhotla and swathipil authored Jan 27, 2021
    Configuration menu
    Copy the full SHA
    db4ca2e View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. Fix python sms live test failures (Azure#16385)

    * Fix sms client to adapt new phone number model
    
    * Fix async test
    
    Co-authored-by: turalf <tufarhad@microsoft.com>
    turalf and turalf authored Jan 28, 2021
    Configuration menu
    Copy the full SHA
    e354a95 View commit details
    Browse the repository at this point in the history
  2. Remove System Events (Azure#16358)

    Rakshith Bhyravabhotla authored Jan 28, 2021
    Configuration menu
    Copy the full SHA
    82e5afc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    adcf588 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. [formrecognizer] pages update (Azure#16403)

    * update pages description
    
    * missed a parentheses
    kristapratico authored Jan 29, 2021
    Configuration menu
    Copy the full SHA
    25617a6 View commit details
    Browse the repository at this point in the history
  2. [Blob] Added ContainerClient.exists() method (Azure#16315)

    * Added ContainerClient.exists() method
    
    * lint
    tasherif-msft authored Jan 29, 2021
    Configuration menu
    Copy the full SHA
    f74da2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    250e123 View commit details
    Browse the repository at this point in the history
  4. T2 batch 2021 01 28 (Azure#16391)

    * CodeGen from PR 12563 in Azure/azure-rest-api-specs
    Enable python track2 pipeline (Azure#12563)
    
    * test,version,CHANGELOG
    
    * fix test
    
    * fix changelog , version
    
    Co-authored-by: SDKAuto <sdkautomation@microsoft.com>
    00Kai0 and SDKAuto authored Jan 29, 2021
    Configuration menu
    Copy the full SHA
    032b09d View commit details
    Browse the repository at this point in the history
  5. [Bug][Datalake] Fixed Datalake Service Client context manager/session…

    … closure issue (Azure#16414)
    
    * Fixed Datalake Service Client context manager/session closure issue
    
    * test recording
    
    * removed redundant code
    tasherif-msft authored Jan 29, 2021
    Configuration menu
    Copy the full SHA
    db32606 View commit details
    Browse the repository at this point in the history
  6. [T2] python track2 new pipeline (Azure#16374)

    * track2 new pipeline
    
    * Update swagger_to_sdk_config_autorest.json
    
    * Update swagger_to_sdk_config_autorest.json
    
    * fix comment
    
    * better display ui
    msyyc authored Jan 29, 2021
    Configuration menu
    Copy the full SHA
    b6d65fa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    94c2735 View commit details
    Browse the repository at this point in the history
  8. Sync eng/common directory with azure-sdk-tools for PR 1345 (Azure#16404)

    * Enforce API approval status for GA and include SDK type in package properties
    
    * Fix per review comment
    
    * Fixes as per review comments to avoid changing constructor signature
    
    * Fixes as per review comments to handle track 1 packages
    
    * Fix yaml format error
    
    Co-authored-by: praveenkuttappan <prmarott@microsoft.com>
    azure-sdk and praveenkuttappan authored Jan 29, 2021
    Configuration menu
    Copy the full SHA
    89e7f4b View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2021

  1. Add Cloud environment for Teams user (Azure#16359)

    * Add cloud environment enum
    
    * Add cloud environemnt to CommunicationIdentifierModel
    
    * Rename CommunicationCloudEnvironment
    
    * Add cloud environemtn to serialize/deserialzie
    
    * Rearrange microsoft teams user class position
    
    * Rename the kwarg name
    
    * Add cloud env into tests
    
    * Fix typos in identifier kind enums
    
    * Add cloud to serialize/deserialize tests for teams user
    
    * remove unused import
    
    * Add identifier to the identifier to the microsoft teams user model
    
    * Add idenitifier to the phone number
    
    * Add ids to the tests
    
    * Make id mandatory for deserilize
    
    * Fix lint error
    
    * Add identifier to the doc string
    
    * Throw when identifier type is not supported
    
    * Fix typo in test name
    
    * Add test_serialize_foreign_throws
    
    * Add test for unknown kind
    
    * Fix docstring for serialize method
    
    * Fix the typo in anonymous
    
    * Fix phone number doc string
    
    * Sync model to admin and chat
    
    * Fix the docstring for CommunicationIdentifierModel
    
    * Remove dev-tools
    
    * add mgmt core to setup py for mgmt package
    
    * Update the core dependency in mgmt package.
    
    * Sync models to admin, sms, identity
    
    * Change the exception message
    
    * Add idnetifier check in the test
    
    * sync model to other packages
    
    * Remove unnecessary mgmt dependency
    
    * change identity to identifier in docstrings
    
    * change core forzen requirement  for identity
    
    * Change docstring for sms
    
    * Override shared reqs for core
    
    * Fix forzen requirements for core and sms
    
    * change core dependency version in chat,sms,admin
    
    * Add mgmt core back to the dependency
    
    * Add a new line at the end of file
    
    Co-authored-by: turalf <tufarhad@microsoft.com>
    turalf and turalf authored Jan 30, 2021
    Configuration menu
    Copy the full SHA
    1b0d99a View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2021

  1. Configuration menu
    Copy the full SHA
    8e28ce6 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. First release purview (Azure#16440)

    * CodeGen from PR 12634 in Azure/azure-rest-api-specs
    Upgrade to python track2 sdk for purview (Azure#12634)
    
    * upgrade to python track2 sdk for purview
    
    * Update readme.md
    
    * Update readme.md
    
    * fix
    
    Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
    
    * Fix changelog, setup, version
    
    Co-authored-by: SDKAuto <sdkautomation@microsoft.com>
    Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
    3 people authored Feb 1, 2021
    Configuration menu
    Copy the full SHA
    767906b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c91bcda View commit details
    Browse the repository at this point in the history
  3. Sync eng/common directory with azure-sdk-tools for PR 1351 (Azure#16448)

    * tweaks to New-TestResources readme
    azure-sdk authored Feb 1, 2021
    Configuration menu
    Copy the full SHA
    fa745eb View commit details
    Browse the repository at this point in the history
  4. [Datalake] Removed list_paths manual paging and deserialization (Azur…

    …e#16309)
    
    * Removed path listing manual deserialization
    
    * removed imports
    
    * removed imports
    
    * linter
    
    * lint
    
    * fixing flaky large file upload test
    tasherif-msft authored Feb 1, 2021
    Configuration menu
    Copy the full SHA
    c94211b View commit details
    Browse the repository at this point in the history
  5. adding step to test for crlf line endings (Azure#16398)

    * adding step to test for crlf line endings
    
    * new script
    
    * changing from a printf statement to echos
    
    * changed over to a powershell script
    
    * removed $ to check on any point in a file
    
    * added a Throw statement
    
    * changing to a nested If statement
    
    * changing to build.sourcesdirectory
    
    * Update eng/pipelines/templates/steps/analyze.yml
    
    Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
    
    * Update eng/pipelines/templates/steps/analyze.yml
    
    Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
    
    * Update eng/pipelines/templates/steps/analyze.yml
    
    Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
    
    Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
    seankane-msft and weshaggard authored Feb 1, 2021
    Configuration menu
    Copy the full SHA
    8ba125a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f0fbe66 View commit details
    Browse the repository at this point in the history
  7. [Datalake] Added support for PurePosixPath (Azure#16400)

    * Added support for PurePosixPath
    
    * removed posix lib from imports
    
    * removed posix lib from imports
    
    * added type annotations
    
    * cleaned up changes
    tasherif-msft authored Feb 1, 2021
    Configuration menu
    Copy the full SHA
    1fd57f4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8d50208 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7f9136a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bf676d6 View commit details
    Browse the repository at this point in the history
  11. [text analytics] Expose 'string_index_type' parameter in all service …

    …client methods where applicable (Azure#16412)
    abhahn authored Feb 1, 2021
    Configuration menu
    Copy the full SHA
    b547fbb View commit details
    Browse the repository at this point in the history
  12. Resolve Regression Failures (Azure#16455)

    * install azure-sdk-tools as part of the regression environment
    scbedd authored Feb 1, 2021
    Configuration menu
    Copy the full SHA
    2bd1ce4 View commit details
    Browse the repository at this point in the history
  13. Fix DateTime bug (Azure#16456)

    Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
    azure-sdk and chidozieononiwu authored Feb 1, 2021
    Configuration menu
    Copy the full SHA
    9dec418 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. we should always run integration to publish from our artifacts. if th…

    …e build pipeline crashed too early in the pipeline, this will fail regardless, due to inability to pull the artifacts down (Azure#15058)
    scbedd authored Feb 2, 2021
    Configuration menu
    Copy the full SHA
    a1a3969 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    feaa464 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22921fd View commit details
    Browse the repository at this point in the history
  4. Sync eng/common directory with azure-sdk-tools for PR 1353 (Azure#16465)

    * Use a helper function to normalize the package name for readme
    
    * Get the readme name from artifact-metadata-parsing
    
    * Change to the readme
    
    * Update eng/common/scripts/artifact-metadata-parsing.ps1
    
    Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
    
    Co-authored-by: Sima Zhu <sizhu@microsoft.com>
    Co-authored-by: Sima Zhu <48036328+sima-zhu@users.noreply.github.com>
    Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
    4 people authored Feb 2, 2021
    Configuration menu
    Copy the full SHA
    e1cce3e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fd34670 View commit details
    Browse the repository at this point in the history
  6. T2 redisenterprise 2021 02 02 (Azure#16472)

    * CodeGen from PR 12727 in Azure/azure-rest-api-specs
    update python track2 config for redisenterprise (Azure#12727)
    
    * update python track2 config for redisenterprise
    
    * remove old namespace
    
    * fix
    
    * fix
    
    * test,version,CHANGELOG
    
    * fix changelog and version
    
    Co-authored-by: SDKAuto <sdkautomation@microsoft.com>
    00Kai0 and SDKAuto authored Feb 2, 2021
    Configuration menu
    Copy the full SHA
    997b4d7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    74d5b49 View commit details
    Browse the repository at this point in the history
  8. Communication identity api redesign (Azure#16420)

    * copy identity client files from admin to new pkg
    
    * add back version.py for wheel generation
    
    * update _version.py
    
    * remove redundant files
    
    * fixed error with init file
    
    * update identity sdk with swagger changes
    
    * update swagger + regenerate
    
    * fix async impl + tests
    
    * Updated sync identity client and tests
    
    * Use Azure.Core.AccessToken instead of CommunicationUserToken
    
    * Updated formatting in CHANGELOG
    
    * Updated CHANGELOG
    
    * Updated CHANGELOG
    
    * fix typo in samples
    
    * update samples to include new method
    
    * Update Readme and Samples
    
    * docstring + formatting fixes
    
    * more docstring fixes
    
    * whitespace fixes
    
    * formatting + doc fixes
    
    * fix sync client test
    
    * bodyreplacer modified to handle nested json
    
    * generate sanitized recordings
    
    * Updated formatting for method documentation
    
    * Fix trailing whitespace
    
    Co-authored-by: Lakshman Sundaralingam <lakshmans@microsoft.com>
    beltr0n and lsundaralingam authored Feb 2, 2021
    Configuration menu
    Copy the full SHA
    30b917b View commit details
    Browse the repository at this point in the history
  9. Add aio folder and update GA tag (Azure#16178)

    * Add aio folder and update GA tag
    
    * address arch board review feedback
    
    * update
    
    * permanently change batch size in 413
    xiangyan99 authored Feb 2, 2021
    Configuration menu
    Copy the full SHA
    1b8ddc7 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Mindep test all dependencies except nspkg (Azure#16331)

    * Remove filter on mindependency testing. we now test all requirements, not just ones starting with azure.
    * Update `six` requirement for azure-identity, azure-ai-formrecognizer, azure-ai-metricsadvisor.
    * Remove msrest from existing **/dev_requirements.txt.
    * Rpdate azure-devtools storage_testcase.py to allow import failure from azure-core. This package is used properly without that package. Need to be able to import * from the namespace without hitting issues.
    scbedd authored Feb 3, 2021
    Configuration menu
    Copy the full SHA
    7d1aa3e View commit details
    Browse the repository at this point in the history
  2. T2 compute 2021 02 02 (Azure#16486)

    * CodeGen from PR 12756 in Azure/azure-rest-api-specs
    Add 2020-10-01-preview-only to python.md (Azure#12756)
    
    * add 2020-10-01-only to python.md
    
    * fix
    
    * test,version,CHANGELOG
    
    * fix test
    
    Co-authored-by: SDKAuto <sdkautomation@microsoft.com>
    00Kai0 and SDKAuto authored Feb 3, 2021
    Configuration menu
    Copy the full SHA
    f272d76 View commit details
    Browse the repository at this point in the history
  3. [Python] python track2 new pipeline (Azure#16484)

    * exception handle
    
    * encode utf-8
    msyyc authored Feb 3, 2021
    Configuration menu
    Copy the full SHA
    672bf36 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ccfe60 View commit details
    Browse the repository at this point in the history
  5. [T2] Resourcemover fix dependency (Azure#16491)

    * Update CHANGELOG.md
    
    * Update _version.py
    
    * Packaging update of azure-mgmt-resourcemover
    
    Co-authored-by: Azure SDK Bot <adxpysdk@microsoft.com>
    msyyc and AutorestCI authored Feb 3, 2021
    Configuration menu
    Copy the full SHA
    3c1c5e0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9328675 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ab3a17d View commit details
    Browse the repository at this point in the history
  8. [Communication] - Phone Number Management - Added support for AAD auth (

    Azure#16075)
    
    * Added support for AAD auth
    
    * added successful test recording
    
    * Addressed comments
    
    * Edited readme
    
    * Fixed README
    jbeauregardb authored Feb 3, 2021
    Configuration menu
    Copy the full SHA
    1c69e0c View commit details
    Browse the repository at this point in the history
  9. [EventHubs] Support for Custom endpoint adddress and custom certifica…

    …te (Azure#16295)
    
    * custom end point and custom certificate support
    
    * update uamqp auth hostname to custom_endpoint_host
    
    * update changelog
    
    * update shared requirements
    
    * update yml prepare for the wheel test, will remove after test done
    
    * update parameter description
    
    * bump version
    
    * remove test variable as uamqp v1.2.14 is released
    
    * small tweak in impl, add sample
    
    * add new test case
    
    * more clear description
    
    * add more doc in sample
    
    * fix pylint
    yunhaoling authored Feb 3, 2021
    Configuration menu
    Copy the full SHA
    891d7aa View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ef46a5c View commit details
    Browse the repository at this point in the history
  11. Arch preview feedback (Azure#16441)

    * Kill Deserializer
    
    * kill cuatom events
    
    * cloud event
    
    * eg event
    
    * SystemEventNames
    
    * more changes
    
    * doc string
    
    * aio docstring
    
    * samples
    
    * lint fix
    
    * lint
    
    * updates
    
    * Update champion_scenarios.md
    
    * updates
    
    * fix samples
    
    * md file
    
    * custom-2
    
    * oops
    
    * tests
    
    * Update sdk/eventgrid/azure-eventgrid/README.md
    
    Co-authored-by: Adam Ling (MSFT) <adam_ling@outlook.com>
    
    * Apply suggestions from code review
    
    Co-authored-by: Adam Ling (MSFT) <adam_ling@outlook.com>
    
    * change
    
    * Apply suggestions from code review
    
    * lint
    
    * fix sample
    
    * Update sdk/eventgrid/azure-eventgrid/azure/eventgrid/_models.py
    
    Co-authored-by: Adam Ling (MSFT) <adam_ling@outlook.com>
    
    * Update sdk/eventgrid/azure-eventgrid/samples/publish_samples/publish_custom_schema_events_to_topic_sample.py
    
    Co-authored-by: Adam Ling (MSFT) <adam_ling@outlook.com>
    Rakshith Bhyravabhotla and yunhaoling authored Feb 3, 2021
    Configuration menu
    Copy the full SHA
    fb91388 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5d2e40e View commit details
    Browse the repository at this point in the history
  13. [Blob][Datalake] STG76 Preview (Azure#16349)

    * new swagger
    
    * fixed OrMetadata
    
    * added new version
    
    * Added Container Rename (Blobs & Datalake) and Container Restore (Datalake) (Azure#16088)
    
    * generated container rename
    
    * ormetadata
    
    * added sync and async method for
    
    * added all missing methods
    
    * added all missing methods
    
    * added kwargs
    
    * generated from main swagger branch
    
    * swagger change
    
    * downgraded version
    
    * added rename_container sync and async tests
    
    * added all tests and fixed filesystems models
    
    * fixing recordings
    
    * removed uselesss param
    
    * fixed failing test
    
    * fixed bad import
    
    * [Blob] Added support for container SAS on batch operations (Azure#16211)
    
    * generated
    
    * Added support for container SAS for batch operations
    
    * fixed tests and made method more generic
    
    * pylint
    
    * added canadacentral
    
    * added canadacentral
    
    * Delete test_container_async.test_batch_blobs_with_container_sas.yaml
    
    recording is not used ^_^
    
    * Delete test_container.test_batch_blobs_with_container_sas.yaml
    
    * manually fixed test
    
    * manually fixed test
    
    Co-authored-by: Xiaoxi Fu <49707495+xiafu-msft@users.noreply.github.com>
    
    * added missing params
    
    * STG76 Archboard cleanup + additional rename methods (Azure#16431)
    
    * Arch board clean up
    
    * fixed tests
    
    * playback only tests
    
    * privated rename_container
    
    * privated rename filesystem
    
    * added all missing apis
    
    * added all missing apis
    
    * fixed failing test
    
    * removed version from docstrings
    
    * skipped tests
    
    Co-authored-by: Xiaoxi Fu <49707495+xiafu-msft@users.noreply.github.com>
    tasherif-msft and xiafu-msft authored Feb 3, 2021
    Configuration menu
    Copy the full SHA
    5665c20 View commit details
    Browse the repository at this point in the history
  14. Adding a new limitation to the README file. (Azure#16475)

    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update sdk/cosmos/azure-cosmos/README.md
    
    Co-authored-by: Zachary Foster <zfoster@users.noreply.github.com>
    
    * Update README.md
    
    Co-authored-by: Zachary Foster <zfoster@users.noreply.github.com>
    Rodrigossz and zfoster authored Feb 3, 2021
    Configuration menu
    Copy the full SHA
    12115ad View commit details
    Browse the repository at this point in the history
  15. Ma arch feedback (Azure#16502)

    * modify update methods and metrics_id
    
    * update release date
    xiangyan99 authored Feb 3, 2021
    Configuration menu
    Copy the full SHA
    8eee2f5 View commit details
    Browse the repository at this point in the history
  16. Sync eng/common directory with azure-sdk-tools for PR 1364 (Azure#16503)

    * Support sub directory for artifact location
    
    * Fix as per review comment to avoid artifact sub path
    
    * Package property file is not created for track1 and management pacakges.
    
    * Fix property name case
    
    * Fix as per review comments
    
    * Fix as per review comments
    
    * Use Config File param value as is
    
    * Change to make path joineasily readable
    
    Co-authored-by: praveenkuttappan <prmarott@microsoft.com>
    azure-sdk and praveenkuttappan authored Feb 3, 2021
    Configuration menu
    Copy the full SHA
    097d9f9 View commit details
    Browse the repository at this point in the history
  17. Fix min dependency tests - update azure core (Azure#16504)

    * update azure core
    
    * update
    Rakshith Bhyravabhotla authored Feb 3, 2021
    Configuration menu
    Copy the full SHA
    d566d99 View commit details
    Browse the repository at this point in the history
  18. Sync eng/common directory with azure-sdk-tools for PR 1365 (Azure#16505)

    * Updated cosmos emulator yml script to remove the existing installation, install latest version and run emulator with latest version
    
    * Added default emulator start arguments if none provided
    
    * Updated default start params
    
    * Updated default start params in PS script
    
    * Updated default start params in PS script
    
    Co-authored-by: Kushagra Thapar <kuthapar@microsoft.com>
    azure-sdk and kushagraThapar authored Feb 3, 2021
    Configuration menu
    Copy the full SHA
    6e6db92 View commit details
    Browse the repository at this point in the history
  19. call on_error if timeout in flush (Azure#16485)

    * call on_error if timeout in flush
    
    * address arch review feedback
    
    * update release date
    
    * remove print statement
    xiangyan99 authored Feb 3, 2021
    Configuration menu
    Copy the full SHA
    cfc953f View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. Configuration menu
    Copy the full SHA
    52ff963 View commit details
    Browse the repository at this point in the history
  2. Added package properties SDKType and NewSDK (Azure#16476)

    * Added package properties SDKType and NewSDK
    praveenkuttappan authored Feb 4, 2021
    Configuration menu
    Copy the full SHA
    98a87cb View commit details
    Browse the repository at this point in the history
  3. [Python] python track2 new pipeline fix (Azure#16494)

    * encoding
    
    * Update autorest_tools.py
    msyyc authored Feb 4, 2021
    Configuration menu
    Copy the full SHA
    05054a6 View commit details
    Browse the repository at this point in the history
  4. Sync eng/common directory with azure-sdk-tools for PR 1366 (Azure#16506)

    * Scan all duplicate artifacts which set hide to true
    
    * Update eng/common/docgeneration/Generate-DocIndex.ps1
    
    Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
    
    * Update Generate-DocIndex.ps1
    
    Co-authored-by: Sima Zhu <sizhu@microsoft.com>
    Co-authored-by: Sima Zhu <48036328+sima-zhu@users.noreply.github.com>
    Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
    4 people authored Feb 4, 2021
    Configuration menu
    Copy the full SHA
    481383f View commit details
    Browse the repository at this point in the history
  5. T2 applicationinsights 2021 02 04 (Azure#16525)

    * CodeGen from PR 12833 in Azure/azure-rest-api-specs
    add python track2 for applicationinsights (Azure#12833)
    
    * test,version,CHANGELOG
    
    * fix changelog and version
    
    Co-authored-by: SDKAuto <sdkautomation@microsoft.com>
    00Kai0 and SDKAuto authored Feb 4, 2021
    Configuration menu
    Copy the full SHA
    1f380db View commit details
    Browse the repository at this point in the history
  6. T2 kusto 2021 02 04 (Azure#16527)

    * CodeGen from PR 12834 in Azure/azure-rest-api-specs
    add python track2 config for kusto (Azure#12834)
    
    * test,version,CHANGELOG
    
    * fix changelog and version
    
    Co-authored-by: SDKAuto <sdkautomation@microsoft.com>
    00Kai0 and SDKAuto authored Feb 4, 2021
    Configuration menu
    Copy the full SHA
    cb2864f View commit details
    Browse the repository at this point in the history
  7. [formrecognizer] use ARM template for tests (Azure#16432)

    * try something
    
    try again
    
    try
    
    try
    
    try
    
    try
    
    try
    
    try
    
    try
    
    try
    
    try
    
    try
    
    try
    
    try
    
    try
    
    try
    
    try
    
    try
    
    try
    
    try
    
    try
    
    try
    
    try
    
    try
    
    try
    
    try
    
    try
    
    try
    
    try
    
    try
    
    try
    
    try
    
    try
    
    try
    
    try
    
    try
    
    try
    
    try
    
    skipping most tests so i can test quickly
    
    try
    
    speed up testing even more
    
    even faster
    
    even faster
    
    try
    
    try
    
    try
    
    try
    
    try
    
    try
    
    try
    
    try
    
    try
    
    try
    
    try
    
    try
    
    try
    
    try
    
    try
    
    try
    
    try
    
    try
    
    try
    
    * add test-resources.json files
    
    * refactor testcase and preparers
    
    * refactor all tests
    
    * fix before next test run
    
    * unskip tests
    
    * fix for recorded tests
    
    * fix operation location replacer
    
    * don't use images hosted on github
    
    * fix envar
    
    * fix pipeline error
    
    * try fix pipeline error
    kristapratico authored Feb 4, 2021
    Configuration menu
    Copy the full SHA
    0462893 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    db4892a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    45b4231 View commit details
    Browse the repository at this point in the history
  10. Latest/Minimum filter retrieved packages by pyVersion compatibility (A…

    …zure#16510)
    
    * filter packages by python_requires release info retrieved by pypi. now we only select package versions that are compatible with current platform
    scbedd authored Feb 4, 2021
    Configuration menu
    Copy the full SHA
    cfe7f84 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    54bacf9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cd0a333 View commit details
    Browse the repository at this point in the history
  13. [EventHub&ServiceBUs] Update readme pointing to uamqp installation gu…

    …idance (added alpine installation) (Azure#16515)
    
    * update readme pointing to uamqp installation guidance
    
    * Apply suggestions from code review
    
    Co-authored-by: swathipil <76007337+swathipil@users.noreply.github.com>
    
    Co-authored-by: swathipil <76007337+swathipil@users.noreply.github.com>
    yunhaoling and swathipil authored Feb 4, 2021
    Configuration menu
    Copy the full SHA
    b2ae8f9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c2184fb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0763539 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    182ee72 View commit details
    Browse the repository at this point in the history
  17. Adding missing supported fields to invoice sample (Azure#16547)

    * adding missing supported fields
    
    * update async sample
    
    * updating sample invoice
    catalinaperalta authored Feb 4, 2021
    Configuration menu
    Copy the full SHA
    c17f3f3 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    decb645 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    cc00300 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. Configuration menu
    Copy the full SHA
    e2dba75 View commit details
    Browse the repository at this point in the history
  2. CodeGen from PR 12771 in Azure/azure-rest-api-specs

    Merge 32b3ad996fe3b55694146686a3e3cb7d04da8544 into 25bcc4c
    SDKAuto committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    ef89545 View commit details
    Browse the repository at this point in the history