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-network] Fix lint errors #1384

Open
wants to merge 53 commits into
base: sdkAutomation/azure-mgmt-network
Choose a base branch
from

Commits on Jun 3, 2020

  1. Whitelist what pickle is serializing in context (Azure#11688)

    * Whitelist what pickle is serializing in context
    
    * Indent
    lmazuel authored Jun 3, 2020
    Configuration menu
    Copy the full SHA
    5693dd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6123e8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e49027c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3094344 View commit details
    Browse the repository at this point in the history
  5. [formrecognizer] adds AsyncLROPoller and continuation token support (A…

    …zure#11650)
    
    * regenerate code
    
    * async poller and continuation token changes
    
    * update tests
    
    * update samples
    
    * update shared requirements
    
    * updates after cimultidict change in azure-core
    
    * update readme/changelog
    
    * mypy
    
    * one more update on readme
    
    * try with azure-core whitelisted context
    
    * revert dev reqs
    
    * update changelog with new dependency on azure-core 1.6.0
    
    * forgot to apply changes
    
    * update type hints
    
    * fix for tests
    
    * fix type hints, changelog; delete recording for test that doesn't exist
    kristapratico authored Jun 3, 2020
    Configuration menu
    Copy the full SHA
    a9de6f0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ad179ad View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0e07b20 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. [HDInsight] Fix hdi test failure (Azure#11806)

    * Initial generation Synapse autorest v5
    
    * Fix empty model generation
    
    * Fix Test Failure:
    Skip 3 test case: test_create_with_adlsgen1, test_create_with_additional_storage, test_oms_on_running_cluster
    Rename test_http_extend to test_gateway_setting for http settings is
    replaced with gateway settings
    
    Co-authored-by: Laurent Mazuel <laurent.mazuel@gmail.com>
    Co-authored-by: Zhenyu Zhou <zhezhou@microsoft.com>
    3 people authored Jun 4, 2020
    Configuration menu
    Copy the full SHA
    3761730 View commit details
    Browse the repository at this point in the history
  2. disable some by design bandit warnings (Azure#11495)

    * disable some by design bandit warnings
    
    * Packaging update of azure-mgmt-datalake-analytics
    
    Co-authored-by: Azure SDK Bot <aspysdk2@microsoft.com>
    xiangyan99 and AutorestCI authored Jun 4, 2020
    Configuration menu
    Copy the full SHA
    12e2e34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92d6389 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48d6007 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d4633cf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0ec1601 View commit details
    Browse the repository at this point in the history
  7. [Cosmos] Fixed incorrect ID type error (Azure#11798)

    * Fixed incorrect ID type error
    
    * Fix pylint
    annatisch authored Jun 4, 2020
    Configuration menu
    Copy the full SHA
    9f67111 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    17161be View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d4bd596 View commit details
    Browse the repository at this point in the history
  10. Search refactoring 3 (Azure#11804)

    * create_or_update takes object
    
    * rename is_hidden to hidden
    
    * fix types
    
    * updates
    xiangyan99 authored Jun 4, 2020
    Configuration menu
    Copy the full SHA
    aad9601 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2a730c7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6345cb8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d7c0972 View commit details
    Browse the repository at this point in the history
  14. Add missing dependency for azure-common (Azure#11407)

    * Add missing dependency for azure-common
    
    * Import on scope to reduce dependencies
    ad-m authored Jun 4, 2020
    Configuration menu
    Copy the full SHA
    da470e0 View commit details
    Browse the repository at this point in the history
  15. fix typing and docs for initial_response parameter of LROPoller (Azur…

    …e#11717)
    
    * fix typing and docs for initial_response parameter of LROPoller
    
    * removed unnecessary import
    iscai-msft authored Jun 4, 2020
    Configuration menu
    Copy the full SHA
    bce84db View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. Configuration menu
    Copy the full SHA
    717c419 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4af2070 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a0e027 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b15cede View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    994c77d View commit details
    Browse the repository at this point in the history
  6. code refactoring 4 (Azure#11800)

    * search method only takes search_text
    
    * update
    
    * Add AzureCliCredential and VSCodeCredential to public API (Azure#11790) (Azure#11805)
    
    Co-authored-by: Charles Lowell <chlowe@microsoft.com>
    
    * get master (Azure#11823)
    
    * [HDInsight] Fix hdi test failure (Azure#11806)
    
    * Initial generation Synapse autorest v5
    
    * Fix empty model generation
    
    * Fix Test Failure:
    Skip 3 test case: test_create_with_adlsgen1, test_create_with_additional_storage, test_oms_on_running_cluster
    Rename test_http_extend to test_gateway_setting for http settings is
    replaced with gateway settings
    
    Co-authored-by: Laurent Mazuel <laurent.mazuel@gmail.com>
    Co-authored-by: Zhenyu Zhou <zhezhou@microsoft.com>
    
    * disable some by design bandit warnings (Azure#11495)
    
    * disable some by design bandit warnings
    
    * Packaging update of azure-mgmt-datalake-analytics
    
    Co-authored-by: Azure SDK Bot <aspysdk2@microsoft.com>
    
    * Increment package version after release of azure_core (Azure#11795)
    
    * Use subject claim as home_account_id when no client_info (Azure#11639)
    
    * Refactor ClientCertificateCredential to use AadClient (Azure#11719)
    
    * Refactor ClientSecretCredential to use AadClient (Azure#11718)
    
    * [Cosmos] Fixed incorrect ID type error (Azure#11798)
    
    * Fixed incorrect ID type error
    
    * Fix pylint
    
    * [text analytics] Update readme (Azure#11796)
    
    * try something (Azure#11797)
    
    * Search refactoring 3 (Azure#11804)
    
    * create_or_update takes object
    
    * rename is_hidden to hidden
    
    * fix types
    
    * updates
    
    Co-authored-by: aim-for-better <zhenyu.zhou@microsoft.com>
    Co-authored-by: Laurent Mazuel <laurent.mazuel@gmail.com>
    Co-authored-by: Zhenyu Zhou <zhezhou@microsoft.com>
    Co-authored-by: Azure SDK Bot <aspysdk2@microsoft.com>
    Co-authored-by: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
    Co-authored-by: Charles Lowell <chlowe@microsoft.com>
    Co-authored-by: annatisch <antisch@microsoft.com>
    Co-authored-by: iscai-msft <43154838+iscai-msft@users.noreply.github.com>
    Co-authored-by: Krista Pratico <krpratic@microsoft.com>
    
    * rename AnalyzeText to AnalyzeTextRequest
    
    * fixes
    
    * update
    
    * update changelog
    
    * update
    
    * add types
    
    * update
    
    * rename batch methods
    
    * update
    
    * update
    
    * update
    
    * updates
    
    Co-authored-by: Charles Lowell <chlowe@microsoft.com>
    Co-authored-by: aim-for-better <zhenyu.zhou@microsoft.com>
    Co-authored-by: Laurent Mazuel <laurent.mazuel@gmail.com>
    Co-authored-by: Zhenyu Zhou <zhezhou@microsoft.com>
    Co-authored-by: Azure SDK Bot <aspysdk2@microsoft.com>
    Co-authored-by: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
    Co-authored-by: annatisch <antisch@microsoft.com>
    Co-authored-by: iscai-msft <43154838+iscai-msft@users.noreply.github.com>
    Co-authored-by: Krista Pratico <krpratic@microsoft.com>
    10 people authored Jun 5, 2020
    Configuration menu
    Copy the full SHA
    5c4dc31 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7aecf6f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8e420a3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1a62239 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5997c67 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e264f1e View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2020

  1. Configuration menu
    Copy the full SHA
    854304a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2dcb6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c35c3a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0245fce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    821f993 View commit details
    Browse the repository at this point in the history
  6. [ServiceBus] Doc and Sample Updates (Azure#11859)

    * update changelog, samples, sample read me for mgmt queue
    
    * small tweak
    
    * add migration guide to mgmt client
    
    * small tweak
    yunhaoling authored Jun 6, 2020
    Configuration menu
    Copy the full SHA
    93c1027 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

  1. Test if samples are running (Azure#11727)

    * Test if samples are running
    
    * changes
    
    * Revert "changes"
    
    This reverts commit 4846e6e97431ddab57d211e8dadc2c1bc41d2f40.
    
    * changes
    
    * use test framework
    
    * sepearte async
    
    * changes
    
    * typo
    
    * typo
    
    * live test only
    
    * async to preparer
    
    * fix few tests
    
    * fix
    
    * windows 2.7
    
    * oops
    
    * authentication
    
    * Update sdk/formrecognizer/azure-ai-formrecognizer/tests/test_samples.py
    rakshith91 authored Jun 8, 2020
    Configuration menu
    Copy the full SHA
    7a575f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdbc6ff View commit details
    Browse the repository at this point in the history
  3. [formrecognizer] more multipage form test coverage (Azure#11854)

    * regenerate code
    
    * async poller and continuation token changes
    
    * update tests
    
    * update samples
    
    * update shared requirements
    
    * updates after cimultidict change in azure-core
    
    * update readme/changelog
    
    * mypy
    
    * one more update on readme
    
    * try with azure-core whitelisted context
    
    * revert dev reqs
    
    * update changelog with new dependency on azure-core 1.6.0
    
    * forgot to apply changes
    
    * update type hints
    
    * fix for tests
    
    * content tests
    
    * content url tests
    
    * aad test for ftc
    
    * more multipage tests for custom forms
    
    * fix logic
    kristapratico authored Jun 8, 2020
    Configuration menu
    Copy the full SHA
    f99bd59 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e8abae7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a2d23e5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5c1af52 View commit details
    Browse the repository at this point in the history
  7. Adjust b2->b3 in docs for release. (Azure#11884)

    * Adjust b2->b3 in docs for release.
    * Add subsection on settlement per UX study prep observations
    * 0.50.2->.3 for latest historical release
    
    Co-authored-by: Adam Ling (MSFT) <47871814+yunhaoling@users.noreply.github.com>
    KieranBrantnerMagee and yunhaoling authored Jun 8, 2020
    Configuration menu
    Copy the full SHA
    b4171ee View commit details
    Browse the repository at this point in the history
  8. [formrecognizer] few small doc improvements (Azure#11886)

    * few small doc improvements
    
    * fix naming
    kristapratico authored Jun 8, 2020
    Configuration menu
    Copy the full SHA
    8b4d109 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1799b57 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2173990 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7c5339a View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. seg fault on debian (Azure#11887)

    * seg fault on debian
    xiangyan99 authored Jun 9, 2020
    Configuration menu
    Copy the full SHA
    25601b1 View commit details
    Browse the repository at this point in the history
  2. Update from master

    SDK Automation committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    666a213 View commit details
    Browse the repository at this point in the history
  3. Generated from fd88b81c6f22830db917a92dba181e9dbdfbfec4

    Fix lint errors
    SDK Automation committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    ee8f693 View commit details
    Browse the repository at this point in the history