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-eventhub] fix duplication in eventhub #4146

Closed
wants to merge 1,643 commits into from

Conversation

openapi-sdkautomation[bot]
Copy link

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

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

chidozieononiwu and others added 30 commits January 6, 2021 16:01
* 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
* Make the user agent configurable.

* Address comments

* Default to current Chrome version

* Revert the yaml file changes

Co-authored-by: Sima Zhu <[email protected]>
* add ignore list for samples

* add sample to ignore for eventgrid
* bump uamqp to v1.2.13

* update tests.yml to test built uamqp wheels

* Update sdk/eventhub/tests.yml

* mention relevent issue in changelog
* 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
* added lva sdk package

* updating swagger link and regenerating

* removing old sdk folder

* updating changelog

* changing back to original version
* 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
* 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
* 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 <[email protected]>

* excluded packages

* revert condition change

Co-authored-by: Scott Beddall <[email protected]>
* updated release notes, added more examples to the sample

* updated the date, removed comment out bits from sample
* [Blob]Teak to avoid flaky test

* a small change
* Added raise_with_traceback to storage errors

* removed additional raise because Iwas being silly
* 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
This reverts commit b967cb62bd8db451a2f02d903f3658cf21f92db1.

Co-authored-by: Chidozie Ononiwu <[email protected]>
…15824)

* generated for fileshare

* added versioning

* added versioning

* manually added xml values for smb and protocolsettings and fixed all failing tests
* added lva sdk package

* updated swagger link and regenerated

* removed old sdk
scbedd and others added 26 commits February 5, 2021 00:41
…#16464)

* combine conn str parser logic in base handler and _common

* removed unused import

* adams comments

* add arg type, remove whitespace

* fix mypy errors

* strip whitespace around conn str
* Rsarkar/chat preview3 rebased (Azure#16463)

* ACS Chat: Changes for API version: 2020-11-01-preview3 (Azure#15455)

Several changes required by `2020-11-01-preview3` of the API:

- Rename `Thread Members` to `Participants`
- Rename function `UpdateThread` to `UpdateTopic`
- Rename `ReadReceipt` to `ChatMessageReadReceipt` in model
- Return message id (string) instead of SendMessageResult (object) when calling `send_message`
- Add a convenience method `add_participant` for adding 1 participant
- Add failed participants check in response header in `create_thread` function

Misc:

- Add updated test record files

Co-authored-by: Leo Li <[email protected]>
Co-authored-by: Rajarshi Sarkar <[email protected]>

* Update ACS Chat Python SDK align with swagger changes (Azure#15640)

- Seperate AzureCommunicationChatServiceOperationsMixin into ChatOperations and ChatThreadOperations
- Move invalid participants into errors object in reponse body

Co-authored-by: Leo Li <[email protected]>

* Communication chat - paginated results for participants and readreceipts (Azure#15682)

* Failed participant check + single member add
* Add failed participant check in response header for create_thread method
* New convention method add_participant(thread_participant: ChatThreadParticipant) - sync and async

* Add empty line at the end of files

* Enable pagination for list participants

* Enable pagination for read receipts

* conflicts resolved after merge with upstream

* update README.md

* e2e test fix

* bkp commit

* updated e2e tests

* adding test recording

Co-authored-by: Leo Li <[email protected]>

* Updated swagger changes (Azure#16390)

* Updated swagger changes
- Generate new models from swagger
- ChatMessage.content -> ChatMessageContent instead of 'str'
- Remove ChatMessagePriority
- Introduce ChatMessageType
- Add tests around ChatMessageType deserialization
- Generate a repeatability ID by default
- Add some test scenarios around repeatability ID
- Update all relevant tests
- Update sample code
- Record new test sessions

* Rebase with master
- Use CommunicationUserIdentifier

* pylint fixes

Co-authored-by: Jixing (Leo) Li <[email protected]>
Co-authored-by: Leo Li <[email protected]>

* Apiview changes (Azure#16560)

* apiview fixes
- Add missing type hints
- return ItemPaged or AsyncItemPaged instead of full classpath

Co-authored-by: Jixing (Leo) Li <[email protected]>
Co-authored-by: Leo Li <[email protected]>
* update release date
* trimming test case and testing live for replay processor

* changed all the test imports, fixed the test_table.py file

* everything up through client_cosmos.py is split correctly now

* moved all non-http generating tests to unit tests

* fixing up imports and using the right base class

* removing all is_live code from mixin

* removing an init dunder

* forgot an import in azure_testcase

* added conditional to test that is flaky on python2.7

* adding mixin section to the tests advanced

* adding link to azuretestcase

* adding link to azuretestcase

* undoing changes sent to wrong PR
* Add policy parameters into readme

* update

* update
* Add test resource creation scripts and gitignore

* Add synchronous test resource cleanup script

* Update tests.yml to run resource creation script

* Refactor tests to use PowerShellPreparer
…6582)

* Corrected parameter name in get_count() doc string: `include_total_result_count` ->  `include_total_count`

* (async) Corrected parameter name in get_count() doc string: `include_total_result_count` ->  `include_total_count`
* ot update

* c-2

* update changelog

* dict getter

* Update sdk/core/azure-core-tracing-opentelemetry/azure/core/tracing/ext/opentelemetry_span/__init__.py

* decouple tracer provider with tracer
* CodeGen from PR 12388 in Azure/azure-rest-api-specs
[NetAppFiles] Anf 9085 update swagger rest api to 2020 11 01 (Azure#12388)

* test,version,CHANGELOG

* fix changelog and version

Co-authored-by: SDKAuto <[email protected]>
* CodeGen from PR 12835 in Azure/azure-rest-api-specs
[T2] python track2 config for costmanagement (Azure#12835)

* add python track2 config for costmanagement

* fix track2 pipeline

* test,version,CHANGELOG

* fix changelog and version

Co-authored-by: SDKAuto <[email protected]>
Merge 1b08996853b9cc80b3460a1fb87cfe8bf6b40f34 into befc89f
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.