Skip to content

Conversation

azure-sdk
Copy link
Owner

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

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

Merge 78280516d1fa58fe0e14d06c5b7c6ae8e2084d83 into 1f034c929345ef45116f2f835ab2e14dc2c6e560
@azure-sdk azure-sdk force-pushed the sdkAuto/18619/track2_azure-mgmt-rdbms branch from 21e878b to 88c931e Compare April 8, 2022 08:05
@azure-sdk azure-sdk closed this Apr 8, 2022
azure-sdk pushed a commit that referenced this pull request Jun 22, 2022
azure-sdk pushed a commit that referenced this pull request Jun 23, 2022
* Initial commit

* Copied shared files

* Added basic functionality to the sip client.

* Copied shared folder to get the utilities. Implemented sample files. Changed naming in client

* Modified function comments and added class comment for _sip_routing_client.

* Fixed kwargs propagation

* Changed sample file to pull parameteres from environment variables.

* Changed get SIP configuration sample to be a class to align with the update samples. Changed naming of the update samples class.

* Implemented basic tests for the SIP client

* Removed unused import

* Fixed comment.

* Renamed variables dut_client to test_client.

* Merge from original repo

* Feature/communication sip configuration dev/basic client functionality (#3)

Adding async client.

* Updated from original (#4)

Updated from main repo.

* Fixing pylint

* Changed value error to be compatible with python 2.

* Reverted changes for pylint.

* Fixed dev requirements and MANIFEST

* Fixing async tests. Fixing comments.

* Removed async mock to be compatible with the builds.

* Fixing test failures for Ubuntu and Mac

* Changed versions for python. Fixed pylint issue in version.

* Modified _version file to prevent path errors.

* Added newline.

* Downgraded six version to match the frozen  requirements.

* Fixed async test errors by excluding asynchronous tests for python 2.7.

* Regenerated by autorest

* Updated swagger definition.

* Squashed commit of the following:

commit 3d7c16a5355a6461a4e688e89410a735dfdcfcce
Author: Jiri Burant <[email protected]>
Date:   Mon Jun 7 17:50:06 2021 +0200

    Added e2e and recordings of the tests.

commit 3f92f30afc5e932b2834a337401f51231abfb602
Author: Jiri Burant <[email protected]>
Date:   Mon Jun 7 17:39:44 2021 +0200

    Renamed communication testcase and async communication testcase.

commit 6f92a5aaf37c94878aedbfa4a505282e17041ff8
Author: Jiri Burant <[email protected]>
Date:   Mon Jun 7 17:25:47 2021 +0200

    Fixed sanitized url to have .net instead of .com .

commit 6e1ab5e228452b3bb29d9ec01b13a779cb6103c2
Author: Jiri Burant <[email protected]>
Date:   Mon Jun 7 17:25:04 2021 +0200

    Fixed async client to have all the needed asynchronous behaviour

commit a3ce07361fbab9f0fb335cd35379009486382786
Author: Jiri Burant <[email protected]>
Date:   Mon Jun 7 09:23:29 2021 +0200

    Split the testcase and request replacer processor into two files.

commit 26026c256bff0cd186f38656e0477f466e7e5d02
Author: Jiri Burant <[email protected]>
Date:   Mon Jun 7 08:18:44 2021 +0200

    Modified paths to fake credential tokens to reflect teh changed naming.

commit fdda1dd10f57b1f67a354fc844b8f5346d1ba200
Author: Jiri Burant <[email protected]>
Date:   Mon Jun 7 08:17:29 2021 +0200

    Added dev requirement

commit 2967dff8a91067cacdf34fb3047e5a992be1721b
Author: Jiri Burant <[email protected]>
Date:   Mon Jun 7 08:17:10 2021 +0200

    Renamed mocks to testcases

commit 16b55c29ba7570d00e4ed1780f60da83e852258d
Author: Jiri Burant <[email protected]>
Date:   Fri Jun 4 11:38:12 2021 +0200

    Renamed variable names for sip configuration

commit 63b338e3ea22e6a9c691e7a4f42663d03af5756c
Author: Jiri Burant <[email protected]>
Date:   Fri Jun 4 10:45:37 2021 +0200

    Renamed methods of sip routing client

commit f709b26d646df3b9b98506af22185d800c02234a
Author: Jiri Burant <[email protected]>
Date:   Fri Jun 4 10:20:49 2021 +0200

    Modified clients to allow for credentials.

commit ea8d1323fcfa069e066d52521a4f08f08dffe871
Author: Jiri Burant <[email protected]>
Date:   Fri Jun 4 10:14:02 2021 +0200

    Initial Readms

* Fixed readme links and formatting. Added sdk_moniker for client

* Refactored authentication files. AAdded response sanitization.

* Fixed linting issues.

* Modified version to beta.

* Regenerated swagger with latest definitions, implemented missing async sample files.

* Fixing lint issues.

* Fixed pylint disable comment.

* Renamed sip routing client to match the conventions and updated tests.

* Removed -Patch from public namespace.

* Addressing comments from api review

* Removed older files in separate package

* Updated version for azure.core to support newly generated code.

* Implemented swagger definition for SIP routing

* Implemented SIP routing logic

* Implemented siprouting changes

* Added new types to public package

* Changed phone numbers test to work with package structure

* prepared recordings for sip routing

* Added internal and public version of SipTrunk to accomodate for fqdn parameter. Changed public client interface to have functions separately for trunks/routes.

* Fixing formatting.

* Changed public interface.

* Recordings of e2e tests.

* Addressing comments from second internal review.

* Minor changes in cleaning up code. Added a few sample calls.

* Added test for token auth

* Implemented inputs from api review

* Fixed linting issues and credential  issues.

* Fixed test recordings.

* Removed test credentials.

* Moved siprouting tests to common namespace and removed packaging on tests.

* Changed token authorization test to work in recorded mode.
Fixed dependencies in setup.py file

* Restored setup.py file to avoid package clashes.

* Regenerated code with lower version of autorest to pass build validation.

* Renamed replace_trunks and replace_routes to set_trunks, set_routes

* Renamed recordings of tests.

* Added more tests for managed identity. Updated README and Changelog.

* Updated version.

* Addressing comments from review.

* Removing forgotten credential.

* Addressing comments from review
azure-sdk pushed a commit that referenced this pull request Apr 6, 2023
* Initial commit

* Updates for async operations

* Removing Detect, Fixing BreakSentence

* Moving to correct location

* Adding samples

* Updating samples

* Update names

* Remove custom endpoint file

* Update names according to APIView review

* Trying to investigate failing tests

* Investigation translate call failure

* Fixing spelling issues

* Spelling fixes

* Links in MD files updated

* Updating samples

* Spelling fix

* Readme file fix

* Adding missing chapters to README

* Commiting before syncing to main

* Update version in the changelog

* Add package_data to setup

* exclude packages that would be excluded by pep420.

* Adding description content type

* Update setup.py

* Removing license

* Fixing setup file

* Adding all test cases and recordings

* Updated test-resources.json

* Updated endpoint value for token test

* Fixing mypy

* Adding pyproject.toml

* Testing translate with token test

* Fixed translate token test and updated all recordings

* Fixing linting

* Fixing spelling in the test files

* Fixing test errors found in pipeline (#4)

Co-authored-by: Hamshavathi Munibyraiah (Murphy V-hmunibyrai Associates Inc) <[email protected]>

* Update sdk/translation/azure-ai-translation-text/README.md

Co-authored-by: Krista Pratico <[email protected]>

* Update sdk/translation/azure-ai-translation-text/README.md

Co-authored-by: Krista Pratico <[email protected]>

* Update sdk/translation/azure-ai-translation-text/README.md

Co-authored-by: Krista Pratico <[email protected]>

* Update sdk/translation/azure-ai-translation-text/README.md

Co-authored-by: Krista Pratico <[email protected]>

* Update sdk/translation/azure-ai-translation-text/README.md

Co-authored-by: Krista Pratico <[email protected]>

* Update sdk/translation/azure-ai-translation-text/README.md

Co-authored-by: Krista Pratico <[email protected]>

* Update sdk/translation/azure-ai-translation-text/samples/README.md

Co-authored-by: Krista Pratico <[email protected]>

* Update sdk/translation/azure-ai-translation-text/setup.py

Co-authored-by: Krista Pratico <[email protected]>

* Fixing PR comments

* Fixing PR comments

* Fixing PR comments

* Fixing the links

* Reference shared implementations

* Sharing more implementation

* Removing unused imports

* Using hasattr instead of isinstance

* Fix build

* Sample update

* Update sdk/translation/azure-ai-translation-text/setup.py

Co-authored-by: Krista Pratico <[email protected]>

* Update sdk/translation/azure-ai-translation-text/README.md

Co-authored-by: Krista Pratico <[email protected]>

* Update sdk/translation/azure-ai-translation-text/azure/ai/translation/text/aio/_patch.py

Co-authored-by: Krista Pratico <[email protected]>

* Fixing PR comments

* PR fixes

* Passing default scope to the token policy

* Fixing PR comments

* Fixing the PR comments

---------

Co-authored-by: Michal Materna <[email protected]>
Co-authored-by: Hamshavathi Munibyraiah (Murphy V-hmunibyrai Associates Inc) <[email protected]>
Co-authored-by: scbedd <[email protected]>
Co-authored-by: hamshavathimunibyraiah <[email protected]>
Co-authored-by: Krista Pratico <[email protected]>
@azure-sdk azure-sdk deleted the sdkAuto/18619/track2_azure-mgmt-rdbms branch October 19, 2023 16:13
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.

1 participant