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 track2_azure-mgmt-confluent] Making Offer details and User Details required properties #5194

Closed

Conversation

openapi-sdkautomation[bot]
Copy link

Create to sync Azure/azure-rest-api-specs#13985

You can install the use using pip install of the artificats.

tasherif-msft and others added 30 commits March 29, 2021 14:11
…Traversal (Azure#16981)

* Added support for Blob/Container traversal

* added samples

* fix import

* added bsc to container

* linter

* removed credential and wrapper

* fixed linter

* linter

* linter

* share pipeline obj

* linter
* upgrade autorest.python to 5.6.2

* fix
* CodeGen from PR 13698 in Azure/azure-rest-api-specs
support readme.python change (Azure#13698)

* version,CHANGELOG

* test

* support changelog config(wave4)

* -GA space add

Co-authored-by: SDKAuto <sdkautomation@microsoft.com>
Co-authored-by: PythonSdkPipelines <PythonSdkPipelines>
Co-authored-by: Zed <601306339@qq.com>
* CodeGen from PR 13575 in Azure/azure-rest-api-specs
frontdoor readme t2 config (Azure#13575)

* wrong opr

* delete unexpected modification

* frontdoor readme t2 config

* readme.python version del

* frontdoor clear-output-folder del

* forntdoor readme.pythong package-version add

* version,CHANGELOG

* frontdoor auto release

* -GA space add

Co-authored-by: SDKAuto <sdkautomation@microsoft.com>
Co-authored-by: PythonSdkPipelines <PythonSdkPipelines>
Co-authored-by: Zed <601306339@qq.com>
Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>
)

* breaking off into a second PR for just update_sync_token functionality

* adding newline

* updating based on xiangs comments, updating changelog

* changes to sync token test, upgrade to 1.2.0
* sync client docstrings

* add async docstrings

* docstrings update for models

* uncomment readme links

* add samples snippets and explain status codes

* fix async sample paths in readme

* small fix

* mari's feedback

* izzy's feedback
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
* remove 3.5 support
…17678)

* unexpose top/results_per_page and skip for this beta

* add default_format_version to FileFormat
* [Doc][Fix]Add link for optional configuration

* modify

* fix doc
)

* [DataLake][Fix]only set recursive=True for delete directory

* re-record
* add adls gen2 support

* update version

* update
* create generic core conn str parser

* update core version to enable conn str parser feature

* moved conn str parser to utils and added ConnectionStringProperties class

* support case insensitive keys + tests

* update version + add core tests

* lint + fix test

* fix changelog

* remove requests dependency

* updated param description
* [tests][sync] test supported formats

* [tests][sync] test translation

* [tests] comeplete the supported formats test

* [tests] translation test

* [tests] translation -> single source multiple target

* [test] translation -> multiple sources single targets

* [test] translation -> prefix and suffix

* [test] translation -> list all doc statuses

* [test] updated tests to create their own containers

* [tests] update base test functions to support offline tests

* [test] adding more tests

* [tests] status tests

* [tests] list statuses

* [tests] list submitted jobs

* [tests] doc status

* [tests] update paging in list all statuses

* [tests] some refactoring

* [tests] added meaningful assertions + method refactoring

* [test] cancel job

* [tests] refactor helper functions

* [tests] added async tests

* [tests] skip some tests (functionality is hidden for now)

* [tests][pr reviews] correct silly mistake -> calling function with argument self!

* [test] lazy fix -> sample trsnaltion jobs -> wait until done for status to be succeeded

* [test] some bugs

* [tests] fix gettting first item if async iterator

* [tests] fix cancelled job status propagation

* [tests] fix iterator len issue in sync client

* [tests] fix 'self' keyword used unnecessarily

* [test] fix get length of async iterator

* [tests] update tests after actually running them

* [tests] sync client updates

* [tests] add sync client test recordings

* [tests] fixed async client tests

* [tests] adding async recordings

* [tests] adding conftest.py for py2 async tests

* [tests] update recordings

* [tests] pr reviews

* [tests] created AsyncDocumentTranslationTest for python 3

* [tests] setting polling interval to zero when running recorded tests

* [tests] updated polling interval for wait_until_done method in client

* [tests] updating recorded tests

* [tests] updated records -> downgrade azure core bug

* [tests] fixing linting errors
seankane-msft and others added 4 commits April 15, 2021 17:35
* recording processor updating for foreign clouds

* Update tools/azure-devtools/src/azure_devtools/scenario_tests/recording_processors.py

Co-authored-by: Charles Lowell <chlowe@microsoft.com>

Co-authored-by: Charles Lowell <chlowe@microsoft.com>
* dns changelog config

* dns _version config
…8044)

* validate iso8601 duration format in mgmt module

* fix tests

* upload test records

* add update_* test and bug fix

* fix mypy

* more mypy fix

* mypy fix
annatisch and others added 9 commits April 16, 2021 09:58
* Removed unused encryption

* Started refactor

* More refactoring of clients

* Updated async retry policy

* Some test and sample fixes

* pylint

* Fixed acl tests

* Skip retry for now

* Fix pipeline sharing

* Fixed retry tests

* Pylint

* Update sdk/tables/azure-data-tables/tests/test_retry.py

Co-authored-by: Sean Kane <68240067+seankane-msft@users.noreply.github.com>

* Update sdk/tables/azure-data-tables/tests/test_retry_async.py

Co-authored-by: Sean Kane <68240067+seankane-msft@users.noreply.github.com>

* Updated changelog

* Fix CI

Co-authored-by: Sean Kane <68240067+seankane-msft@users.noreply.github.com>
* update template setup.py to reflect track 2. update tests.yml to pass the correct buildTargetingString
* Correct expiration epoch time

* Add pydoc and address comments

* Add UTs

* Update in shared lib

* Update in shared lib

* Fix lint issue

* Update utils.py

* Update dev_requirements.txt

Co-authored-by: Leo Li <jixli@microsoft.com>
* Enabled exists() for CPK encrypted blobs

* fixed mistake I made

* fixed mistake I made
* CodeGen from PR 13974 in Azure/azure-rest-api-specs
resource t2 readme config (Azure#13974)

* version,CHANGELOG

* test

* all version change

Co-authored-by: SDKAuto <sdkautomation@microsoft.com>
Co-authored-by: PythonSdkPipelines <PythonSdkPipelines>
Co-authored-by: Zed <601306339@qq.com>
Co-authored-by: Zed Lei <59104634+RAY-316@users.noreply.github.com>
@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAuto/13985/track2_azure-mgmt-confluent branch 2 times, most recently from c822f3c to ba1cccf Compare April 19, 2021 06:49
msyyc and others added 12 commits April 19, 2021 15:42
* CodeGen from PR 13881 in Azure/azure-rest-api-specs
storage readme t2 config (Azure#13881)

* storage readme t2 config

* storage t2 config

* version,CHANGELOG

* test

Co-authored-by: SDKAuto <sdkautomation@microsoft.com>
Co-authored-by: PythonSdkPipelines <PythonSdkPipelines>
Co-authored-by: Zed Lei <59104634+RAY-316@users.noreply.github.com>
Removes tests that are supported in tables but not cosmos.
* Add template to merge multiple subscription configurations

* Update eng/common/TestResources/build-test-resource-config.yml

Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
Co-authored-by: Ben Broderick Phillips <ben@benbp.net>
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
* updated migration guide

* small fix
* Removed batching result

* Pylint fixes

* Removed debugging

* Removed context manager

* Handle dict mutations
…as secrets (Azure#18139)

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
…zure#17559)

* [Blob][Fix]fix downloader.chunks()

* [FileShare][Fix]fix downloader.chunks()

* [FileShare][Fix]fix downloader.chunks()

* add doc

* modify doc

* modify doc

* Update _download.py

* Update _download.py

* Update _download.py
Merge 73dfd0770e656d0d7d35bb2845408ed5c13f31de into 1e2c9f3
@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAuto/13985/track2_azure-mgmt-confluent branch from ba1cccf to 7ca627d Compare April 20, 2021 01:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.