Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
77 commits
Select commit Hold shift + click to select a range
c54d87e
Initial commit
jiriburant May 25, 2021
c6bb58b
Copied shared files
jiriburant May 25, 2021
c6bdc1f
Added basic functionality to the sip client.
jiriburant May 25, 2021
33f5133
Copied shared folder to get the utilities. Implemented sample files. …
jiriburant May 26, 2021
8a5b5e3
Modified function comments and added class comment for _sip_routing_c…
jiriburant May 26, 2021
a929c00
Fixed kwargs propagation
jiriburant May 26, 2021
2d724f4
Changed sample file to pull parameteres from environment variables.
jiriburant May 26, 2021
4abde59
Changed get SIP configuration sample to be a class to align with the …
jiriburant May 26, 2021
9957f8e
Implemented basic tests for the SIP client
jiriburant May 28, 2021
91a5e1d
Removed unused import
jiriburant May 28, 2021
74a552c
Fixed comment.
jiriburant May 28, 2021
c72a481
Renamed variables dut_client to test_client.
jiriburant May 28, 2021
3a362d8
Added samples and tests of functionality.
jiriburant May 28, 2021
854cde6
Merge branch 'Azure:master' into feature/communication-sip-configuration
jiriburant May 28, 2021
0a97142
Merge from original repo
jiriburant May 28, 2021
76df991
Feature/communication sip configuration dev/basic client functionalit…
jiriburant May 31, 2021
95df4df
Updated from original (#4)
jiriburant May 31, 2021
a3b20fd
Merge branch 'Azure:master' into master
jiriburant May 31, 2021
6c6654b
Updated from upstream.
jiriburant May 31, 2021
5c6a037
Fixing pylint
jiriburant May 31, 2021
d1328d7
Changed value error to be compatible with python 2.
jiriburant May 31, 2021
00422ea
Reverted changes for pylint.
jiriburant May 31, 2021
f5263ba
Fixed dev requirements and MANIFEST
jiriburant May 31, 2021
f703cd9
Fixing async tests. Fixing comments.
jiriburant May 31, 2021
3e09e24
Removed async mock to be compatible with the builds.
jiriburant Jun 1, 2021
cf9256f
Fixing test failures for Ubuntu and Mac
jiriburant Jun 1, 2021
ffda58d
Changed versions for python. Fixed pylint issue in version.
jiriburant Jun 1, 2021
ff9c526
Modified _version file to prevent path errors.
jiriburant Jun 2, 2021
591bcdd
Added newline.
jiriburant Jun 2, 2021
03f5064
Downgraded six version to match the frozen requirements.
jiriburant Jun 2, 2021
14a48f5
Fixed async test errors by excluding asynchronous tests for python 2.7.
jiriburant Jun 2, 2021
5f8fc23
Regenerated by autorest
jiriburant Jun 3, 2021
216208f
Updated swagger definition.
jiriburant Jun 3, 2021
f73900e
Squashed commit of the following:
jiriburant Jun 7, 2021
026649b
Fixed readme links and formatting. Added sdk_moniker for client
jiriburant Jun 7, 2021
1e51336
Refactored authentication files. AAdded response sanitization.
jiriburant Jun 8, 2021
6a2fc1a
Fixed linting issues.
jiriburant Jun 8, 2021
e8b9322
Modified version to beta.
jiriburant Jun 8, 2021
9336ab1
Regenerated swagger with latest definitions, implemented missing asyn…
jiriburant Jun 10, 2021
3dbbb5e
Fixing lint issues.
jiriburant Jun 10, 2021
81c6f3f
Fixed pylint disable comment.
jiriburant Jun 11, 2021
46ab396
Renamed sip routing client to match the conventions and updated tests.
jiriburant Jun 15, 2021
d8922b8
Removed -Patch from public namespace.
jiriburant Sep 13, 2021
1e4f62c
Addressing comments from api review
jiriburant Jan 14, 2022
bee5c36
Removed older files in separate package
jiriburant Jan 27, 2022
5dd3f4c
Updated version for azure.core to support newly generated code.
jiriburant Jan 27, 2022
9d17a46
Implemented swagger definition for SIP routing
jiriburant Jan 27, 2022
ce00bad
Implemented SIP routing logic
jiriburant Jan 27, 2022
f1413f0
Implemented siprouting changes
jiriburant Jan 27, 2022
34807f2
Added new types to public package
jiriburant Jan 27, 2022
cf958ea
Changed phone numbers test to work with package structure
jiriburant Jan 27, 2022
1846f92
prepared recordings for sip routing
jiriburant Jan 27, 2022
0eb018e
Added internal and public version of SipTrunk to accomodate for fqdn …
jiriburant Feb 9, 2022
dec049a
Fixing formatting.
jiriburant Feb 16, 2022
d38c191
Changed public interface.
jiriburant Feb 16, 2022
b4678f5
Recordings of e2e tests.
jiriburant Feb 16, 2022
2349f1a
Addressing comments from second internal review.
jiriburant Mar 4, 2022
dc74c1e
Minor changes in cleaning up code. Added a few sample calls.
jiriburant Mar 9, 2022
012ad16
Merge branch 'Azure:main' into master
jiriburant Mar 9, 2022
29b148f
Added test for token auth
jiriburant Apr 13, 2022
e4e1d60
Merge branch 'Azure:main' into master
jiriburant Apr 21, 2022
9176da9
Implemented inputs from api review
jiriburant Apr 21, 2022
eaf4682
Merged from master
jiriburant Apr 21, 2022
5d3fd57
Fixed linting issues and credential issues.
jiriburant Apr 21, 2022
0a422f2
Fixed test recordings.
jiriburant Apr 21, 2022
d157a4f
Removed test credentials.
jiriburant Apr 21, 2022
ed60fe9
Moved siprouting tests to common namespace and removed packaging on t…
jiriburant Apr 22, 2022
0b176d7
Changed token authorization test to work in recorded mode.
jiriburant Apr 22, 2022
ec0b2ec
Restored setup.py file to avoid package clashes.
jiriburant Apr 22, 2022
8252f24
Regenerated code with lower version of autorest to pass build validat…
jiriburant Apr 22, 2022
79d9fc6
Renamed replace_trunks and replace_routes to set_trunks, set_routes
jiriburant May 10, 2022
0aaab75
Renamed recordings of tests.
jiriburant May 20, 2022
d1ad44a
Added more tests for managed identity. Updated README and Changelog.
jiriburant May 24, 2022
9736c52
Updated version.
jiriburant May 24, 2022
e44036d
Addressing comments from review.
jiriburant Jun 7, 2022
a68fbb8
Removing forgotten credential.
jiriburant Jun 7, 2022
daf47c8
Addressing comments from review
jiriburant Jun 9, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Modified version to beta.
  • Loading branch information
jiriburant committed Jun 8, 2021
commit e8b9322e9603c627592adf91783af2449cf8a028
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
# license information.
# --------------------------------------------------------------------------

VERSION = "1.0.1"
VERSION = "1.0.1bN"

SDK_MONIKER = "communication-siprouting/{}".format(VERSION) # type: str